Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b22e0480bd67233e1fe9d34879779676ed28d7e 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: device-virtual 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4880 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 > 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 Checking out Revision 3b22e0480bd67233e1fe9d34879779676ed28d7e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3b22e0480bd67233e1fe9d34879779676ed28d7e # timeout=10 Commit message: "Merge pull request #205 from tonyespy/go116-update" > git rev-list --no-walk 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:41:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:41:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:41:49 ========================================================= 20:41:49 EdgeX Global Pipelines Version Info 20:41:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:41:51 ------------------- 20:41:51 stable info: 20:41:51 ------------------- 20:41:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:41:51 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:41:51 Message: update stable to v1.0.192 20:41:52 ------------------- 20:41:52 experimental info: 20:41:52 ------------------- 20:41:52 Commited By: **** collab-it+edgex@linuxfoundation.org 20:41:52 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:41:52 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:41:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b22e04 [Pipeline] echo 20:41:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:41:53 provisioning config files... 20:41:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5552247438711230710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:53 ---> docker-login.sh 20:41:53 nexus3.edgexfoundry.org:10001 20:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:53 Configure a credential helper to remove this warning. See 20:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:53 20:41:53 Login Succeeded 20:41:53 nexus3.edgexfoundry.org:10002 20:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:54 Configure a credential helper to remove this warning. See 20:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:54 20:41:54 Login Succeeded 20:41:54 nexus3.edgexfoundry.org:10003 20:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:54 Configure a credential helper to remove this warning. See 20:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:54 20:41:54 Login Succeeded 20:41:54 nexus3.edgexfoundry.org:10004 20:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:54 Configure a credential helper to remove this warning. See 20:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:54 20:41:54 Login Succeeded 20:41:54 docker.io 20:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:54 Configure a credential helper to remove this warning. See 20:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:54 20:41:54 Login Succeeded 20:41:54 ---> docker-login.sh ends [Pipeline] } 20:41:54 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 20:41:55 + git log --format=format:%s -1 3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] echo 20:41:55 GIT_COMMIT: 3b22e0480bd67233e1fe9d34879779676ed28d7e, Commit Message: Merge pull request #205 from tonyespy/go116-update [Pipeline] echo 20:41:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:56 20:41:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:41:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:56 latest: Pulling from edgex-devops/git-semver 20:41:56 31603596830f: Pulling fs layer 20:41:56 54011a49482f: Pulling fs layer 20:41:56 a6820b24f6d8: Pulling fs layer 20:41:56 f581987b2513: Pulling fs layer 20:41:56 f581987b2513: Waiting 20:41:56 54011a49482f: Verifying Checksum 20:41:56 54011a49482f: Download complete 20:41:56 31603596830f: Download complete 20:41:57 a6820b24f6d8: Verifying Checksum 20:41:57 a6820b24f6d8: Download complete 20:41:57 f581987b2513: Verifying Checksum 20:41:57 f581987b2513: Download complete 20:41:57 31603596830f: Pull complete 20:41:57 54011a49482f: Pull complete 20:41:58 a6820b24f6d8: Pull complete 20:41:58 f581987b2513: Pull complete 20:41:58 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:41:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:41:58 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:41: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:42:00 $ docker top 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:42:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:00 [ssh-agent] Looking for ssh-agent implementation... 20:42:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:01 $ docker exec 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 ssh-agent 20:42:01 SSH_AUTH_SOCK=/tmp/ssh-lzV8IxPRGSOi/agent.11 20:42:01 SSH_AGENT_PID=16 20:42:01 Running ssh-add (command line suppressed) 20:42:01 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4145294698375737693.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4145294698375737693.key) 20:42:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:01 + git tag --points-at HEAD [Pipeline] } 20:42:01 $ docker exec --env ******** --env ******** 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 ssh-agent -k 20:42:01 unset SSH_AUTH_SOCK; 20:42:01 unset SSH_AGENT_PID; 20:42:01 echo Agent pid 16 killed; 20:42:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:42:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:02 [ssh-agent] Looking for ssh-agent implementation... 20:42:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:02 $ docker exec 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 ssh-agent 20:42:02 SSH_AUTH_SOCK=/tmp/ssh-zAvYJHX3FvdB/agent.45 20:42:02 SSH_AGENT_PID=51 20:42:02 Running ssh-add (command line suppressed) 20:42:02 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1846913552022214860.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1846913552022214860.key) 20:42:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:02 + git semver init 20:42:02 # -> Open(): unable to determine branch for HEAD 20:42:02 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:42:02 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:42:02 # $SEMVER_REMOTE_NAME = origin 20:42:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:42:02 # $SEMVER_USER_NAME = edgex-jenkins 20:42:02 # $SEMVER_BRANCH = master 20:42:02 # $SEMVER_TEMP = /tmp/semver-739332782 20:42:02 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 20:42:05 # '/tmp/semver-739332782' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 20:42:05 # -> Force: false 20:42:05 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 20:42:05 $ docker exec --env ******** --env ******** 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 ssh-agent -k 20:42:05 unset SSH_AUTH_SOCK; 20:42:05 unset SSH_AGENT_PID; 20:42:05 echo Agent pid 51 killed; 20:42:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:06 + git semver [Pipeline] } 20:42:06 $ docker stop --time=1 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 20:42:07 $ docker rm -f 5700af9788090e09ef91bfcbf0e5378b29b0d308f44ddc0e4edaaa828df86a17 [Pipeline] // withDockerContainer [Pipeline] sh 20:42:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:42:08 Stashed 1 file(s) [Pipeline] echo 20:42:08 [edgeXSemver]: initialized semver on version 1.3.2-dev.14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:42:23 Still waiting to schedule task 20:42:23 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4835’ is offline; ‘prd-centos7-docker-4c-2g-4841’ is offline; ‘prd-centos7-docker-4c-2g-4842’ is offline; ‘prd-centos7-docker-4c-2g-4843’ is offline; ‘prd-centos7-docker-4c-2g-4844’ is offline; ‘prd-centos7-docker-4c-2g-4845’ is offline; ‘prd-centos7-docker-4c-2g-4848’ is offline; ‘prd-centos7-docker-4c-2g-4856’ is offline; ‘prd-centos7-docker-4c-2g-4858’ is offline; ‘prd-centos7-docker-4c-2g-4861’ is offline; ‘prd-centos7-docker-4c-2g-4866’ is offline; ‘prd-centos7-docker-4c-2g-4871’ is offline; ‘prd-centos7-docker-4c-2g-4881’ is offline; ‘prd-centos7-docker-4c-2g-4882’ is offline; ‘prd-centos7-docker-4c-2g-4883’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-4840’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-4878’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4846’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4853’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4854’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4869’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4870’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4872’ doesn’t have label ‘centos7-docker-4c-2g’ 20:42:23 Still waiting to schedule task 20:42:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:43:53 Running on prd-centos7-docker-4c-2g-4886 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 20:43:53 Running in /w/workspace/device-virtual-go/54 [Pipeline] { [Pipeline] checkout 20:44:00 using credential edgex-jenkins-ssh 20:44:00 Cloning the remote Git repository 20:44:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:44:00 > git init /w/workspace/device-virtual-go/54 # timeout=10 20:44:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:44:00 > git --version # timeout=10 20:44:00 > git --version # 'git version 2.24.3' 20:44:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:44:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:44:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:44:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:03 Checking out Revision 3b22e0480bd67233e1fe9d34879779676ed28d7e (master) 20:44:03 > git config core.sparsecheckout # timeout=10 20:44:03 > git checkout -f 3b22e0480bd67233e1fe9d34879779676ed28d7e # timeout=10 20:44:07 Commit message: "Merge pull request #205 from tonyespy/go116-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:44:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:44:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:44:10 + true 20:44:10 + sudo service docker restart 20:44:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:44:11 provisioning config files... 20:44:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/54@tmp/config8680988656022489070tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:12 ---> docker-login.sh 20:44:12 nexus3.edgexfoundry.org:10001 20:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:13 Configure a credential helper to remove this warning. See 20:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:13 20:44:13 Login Succeeded 20:44:13 nexus3.edgexfoundry.org:10002 20:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:13 Configure a credential helper to remove this warning. See 20:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:13 20:44:13 Login Succeeded 20:44:13 nexus3.edgexfoundry.org:10003 20:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:13 Configure a credential helper to remove this warning. See 20:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:13 20:44:13 Login Succeeded 20:44:13 nexus3.edgexfoundry.org:10004 20:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:13 Configure a credential helper to remove this warning. See 20:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:13 20:44:13 Login Succeeded 20:44:13 docker.io 20:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:14 Configure a credential helper to remove this warning. See 20:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:14 20:44:14 Login Succeeded 20:44:14 ---> docker-login.sh ends [Pipeline] } 20:44:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:44:14 ========================================================= 20:44:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:44:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:44:15 + 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 . 20:44:15 Sending build context to Docker daemon 8.572MB 20:44:15 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 20:44:15 Step 2/8 : FROM ${BASE} 20:44:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:44:15 540db60ca938: Pulling fs layer 20:44:15 adcc1eea9eea: Pulling fs layer 20:44:15 4c4ab2625f07: Pulling fs layer 20:44:15 0510c868ecb4: Pulling fs layer 20:44:15 afea3b2eda06: Pulling fs layer 20:44:15 7809a108b3ef: Pulling fs layer 20:44:15 f706445af74f: Pulling fs layer 20:44:15 7809a108b3ef: Waiting 20:44:15 0510c868ecb4: Waiting 20:44:15 afea3b2eda06: Waiting 20:44:15 f706445af74f: Waiting 20:44:15 4c4ab2625f07: Download complete 20:44:15 adcc1eea9eea: Verifying Checksum 20:44:15 adcc1eea9eea: Download complete 20:44:15 afea3b2eda06: Verifying Checksum 20:44:15 afea3b2eda06: Download complete 20:44:15 7809a108b3ef: Verifying Checksum 20:44:15 7809a108b3ef: Download complete 20:44:15 540db60ca938: Verifying Checksum 20:44:15 540db60ca938: Download complete 20:44:15 540db60ca938: Pull complete 20:44:16 adcc1eea9eea: Pull complete 20:44:16 4c4ab2625f07: Pull complete 20:44:19 f706445af74f: Verifying Checksum 20:44:19 f706445af74f: Download complete 20:44:19 0510c868ecb4: Verifying Checksum 20:44:19 0510c868ecb4: Download complete 20:44:29 0510c868ecb4: Pull complete 20:44:29 afea3b2eda06: Pull complete 20:44:29 7809a108b3ef: Pull complete 20:44:31 f706445af74f: Pull complete 20:44:31 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:44:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:44:31 ---> b068be0155e3 20:44:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:44:32 ---> Running in 3b26d7b051fe 20:44:33 Removing intermediate container 3b26d7b051fe 20:44:33 ---> 2a9f0f5dd4c4 20:44:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:33 ---> Running in e1cdc4050a85 20:44:36 Removing intermediate container e1cdc4050a85 20:44:36 ---> 7acaf0886fb3 20:44:36 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 20:44:36 ---> Running in 49cdda47875c 20:44:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:44:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:44:38 (1/13) Installing libc-dev (0.7.2-r3) 20:44:38 (2/13) Installing libsodium (1.0.18-r0) 20:44:38 (3/13) Installing pkgconf (1.7.3-r0) 20:44:38 (4/13) Installing libsodium-dev (1.0.18-r0) 20:44:38 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:44:38 (6/13) Installing libedit (20191231.3.1-r1) 20:44:38 (7/13) Installing openssh-client (8.4_p1-r3) 20:44:39 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:44:39 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:44:39 (10/13) Installing openssh-server (8.4_p1-r3) 20:44:39 (11/13) Installing openssh (8.4_p1-r3) 20:44:39 (12/13) Installing libzmq (4.3.3-r1) 20:44:39 (13/13) Installing zeromq-dev (4.3.3-r1) 20:44:39 Executing busybox-1.32.1-r6.trigger 20:44:39 OK: 156 MiB in 53 packages 20:44:41 Removing intermediate container 49cdda47875c 20:44:41 ---> 6a297e4222fe 20:44:41 Step 6/8 : WORKDIR /device-virtual-go 20:44:41 ---> Running in edd6888e784b 20:44:41 Removing intermediate container edd6888e784b 20:44:41 ---> 8b5714b6a121 20:44:41 Step 7/8 : COPY . . 20:44:42 ---> fc181e002971 20:44:42 Step 8/8 : RUN go mod download 20:44:42 ---> Running in 19a80ba1a87b 20:45:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4890 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 20:45:04 Running in /w/workspace/device-virtual-go/54 [Pipeline] { [Pipeline] checkout 20:45:09 using credential edgex-jenkins-ssh 20:45:10 Cloning the remote Git repository 20:45:10 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:45:10 > git init /w/workspace/device-virtual-go/54 # timeout=10 20:45:10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:45:10 > git --version # timeout=10 20:45:10 > git --version # 'git version 2.17.1' 20:45:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:45:12 Checking out Revision 3b22e0480bd67233e1fe9d34879779676ed28d7e (master) 20:45:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:45:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:12 > git config core.sparsecheckout # timeout=10 20:45:12 > git checkout -f 3b22e0480bd67233e1fe9d34879779676ed28d7e # timeout=10 20:45:16 Commit message: "Merge pull request #205 from tonyespy/go116-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:45:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:45:19 + sudo service docker restart 20:45:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:45:21 provisioning config files... 20:45:21 Removing intermediate container 19a80ba1a87b 20:45:21 ---> 8c27f2c54934 20:45:21 Successfully built 8c27f2c54934 20:45:21 Successfully tagged ci-base-image-x86_64:latest 20:45:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/54@tmp/config6677379592649853404tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:22 + docker inspect -f . ci-base-image-x86_64 20:45:22 ---> docker-login.sh 20:45:22 nexus3.edgexfoundry.org:10001 20:45:22 . [Pipeline] withDockerContainer 20:45:22 prd-centos7-docker-4c-2g-4886 does not seem to be running inside a container 20:45:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/54 -v /w/workspace/device-virtual-go/54:/w/workspace/device-virtual-go/54:rw,z -v /w/workspace/device-virtual-go/54@tmp:/w/workspace/device-virtual-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:23 Configure a credential helper to remove this warning. See 20:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:23 20:45:23 Login Succeeded 20:45:23 nexus3.edgexfoundry.org:10002 20:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:23 Configure a credential helper to remove this warning. See 20:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:23 20:45:23 Login Succeeded 20:45:23 nexus3.edgexfoundry.org:10003 20:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:24 Configure a credential helper to remove this warning. See 20:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:24 20:45:24 Login Succeeded 20:45:24 nexus3.edgexfoundry.org:10004 20:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:24 Configure a credential helper to remove this warning. See 20:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:24 20:45:24 Login Succeeded 20:45:24 docker.io 20:45:24 $ docker top 4fb1e03c10fc905abe7654dcafc890795ce28a869c7ee3c8bdbf73c6998bd117 -eo pid,comm 20:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 20:45:25 + go version 20:45:25 go version go1.16.3 linux/amd64 [Pipeline] } 20:45:25 $ docker stop --time=1 4fb1e03c10fc905abe7654dcafc890795ce28a869c7ee3c8bdbf73c6998bd117 20:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:25 Configure a credential helper to remove this warning. See 20:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:25 20:45:25 Login Succeeded 20:45:25 ---> docker-login.sh ends 20:45:26 $ docker rm -f 4fb1e03c10fc905abe7654dcafc890795ce28a869c7ee3c8bdbf73c6998bd117 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 20:45:27 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 20:45:27 ========================================================= 20:45:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:45:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:27 + docker inspect -f . ci-base-image-x86_64 20:45:27 . [Pipeline] withDockerContainer 20:45:27 prd-centos7-docker-4c-2g-4886 does not seem to be running inside a container 20:45:27 + 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 . 20:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/54 -v /w/workspace/device-virtual-go/54:/w/workspace/device-virtual-go/54:rw,z -v /w/workspace/device-virtual-go/54@tmp:/w/workspace/device-virtual-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:45:28 Sending build context to Docker daemon 8.571MB 20:45:28 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 20:45:28 Step 2/8 : FROM ${BASE} 20:45:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:45:28 595b0fe564bb: Pulling fs layer 20:45:28 7186ed65a4f7: Pulling fs layer 20:45:28 316046926c0a: Pulling fs layer 20:45:28 4ebd0625c992: Pulling fs layer 20:45:28 207e8628e3a3: Pulling fs layer 20:45:28 c791037a9be2: Pulling fs layer 20:45:28 ffd874e62e21: Pulling fs layer 20:45:28 c791037a9be2: Waiting 20:45:28 ffd874e62e21: Waiting 20:45:28 207e8628e3a3: Waiting 20:45:28 4ebd0625c992: Waiting 20:45:28 316046926c0a: Download complete 20:45:28 7186ed65a4f7: Verifying Checksum 20:45:28 7186ed65a4f7: Download complete 20:45:28 207e8628e3a3: Verifying Checksum 20:45:28 207e8628e3a3: Download complete 20:45:28 c791037a9be2: Verifying Checksum 20:45:28 c791037a9be2: Download complete 20:45:28 595b0fe564bb: Verifying Checksum 20:45:28 595b0fe564bb: Download complete 20:45:28 $ docker top c16ab6bed6dbba782c83e55e99476346479567b268f66116956bb6c732c332e5 -eo pid,comm 20:45:28 595b0fe564bb: Pull complete [Pipeline] { [Pipeline] sh 20:45:29 7186ed65a4f7: Pull complete 20:45:29 + go mod tidy 20:45:29 316046926c0a: Pull complete 20:45:31 ffd874e62e21: Verifying Checksum 20:45:31 ffd874e62e21: Download complete [Pipeline] sh 20:45:31 + make test 20:45:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:45:32 4ebd0625c992: Verifying Checksum 20:45:32 4ebd0625c992: Download complete 20:45:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:45:42 4ebd0625c992: Pull complete 20:45:42 207e8628e3a3: Pull complete 20:45:42 c791037a9be2: Pull complete 20:45:46 ffd874e62e21: Pull complete 20:45:46 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:45:46 ---> cfc18b08335c 20:45:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:45:49 ---> Running in eb38f65e0a68 20:45:49 Removing intermediate container eb38f65e0a68 20:45:49 ---> 9433880cab2a 20:45:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:49 ---> Running in 5ddb65cc3dd5 20:45:51 Removing intermediate container 5ddb65cc3dd5 20:45:51 ---> 977f4b2d439e 20:45:51 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 20:45:52 ---> Running in 887d7c27dc09 20:45:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:55 (1/13) Installing libc-dev (0.7.2-r3) 20:45:55 (2/13) Installing libsodium (1.0.18-r0) 20:45:55 (3/13) Installing pkgconf (1.7.3-r0) 20:45:55 (4/13) Installing libsodium-dev (1.0.18-r0) 20:45:55 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:45:55 (6/13) Installing libedit (20191231.3.1-r1) 20:45:55 (7/13) Installing openssh-client (8.4_p1-r3) 20:45:56 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:45:56 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:45:56 (10/13) Installing openssh-server (8.4_p1-r3) 20:45:56 (11/13) Installing openssh (8.4_p1-r3) 20:45:56 (12/13) Installing libzmq (4.3.3-r1) 20:45:56 (13/13) Installing zeromq-dev (4.3.3-r1) 20:45:56 Executing busybox-1.32.1-r6.trigger 20:45:56 OK: 145 MiB in 53 packages 20:45:58 Removing intermediate container 887d7c27dc09 20:45:58 ---> 2f7f2b7f934e 20:45:58 Step 6/8 : WORKDIR /device-virtual-go 20:45:58 ---> Running in d79482c19761 20:45:58 Removing intermediate container d79482c19761 20:45:58 ---> 8b578b5622e7 20:45:58 Step 7/8 : COPY . . 20:46:00 ---> 0a52d3e1c2c9 20:46:00 Step 8/8 : RUN go mod download 20:46:00 ---> Running in c867748e54a8 20:46:14 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:46:15 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.360s coverage: 63.8% of statements 20:46:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:46:27 Removing intermediate container c867748e54a8 20:46:27 ---> ab2deb3edc09 20:46:27 Successfully built ab2deb3edc09 20:46:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:46:27 + docker inspect -f . ci-base-image-arm64 20:46:27 . [Pipeline] withDockerContainer 20:46:27 prd-ubuntu18.04-docker-arm64-4c-16g-4890 does not seem to be running inside a container 20:46:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/54 -v /w/workspace/device-virtual-go/54:/w/workspace/device-virtual-go/54:rw,z -v /w/workspace/device-virtual-go/54@tmp:/w/workspace/device-virtual-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:46:29 $ docker top ac33e68057b9cba66837ee47ca14c1a7c977caad2f0c8808618c04a713df3cef -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:30 + go version 20:46:30 go version go1.16.3 linux/arm64 [Pipeline] } 20:46:30 $ docker stop --time=1 ac33e68057b9cba66837ee47ca14c1a7c977caad2f0c8808618c04a713df3cef 20:46:30 gofmt -l . 20:46:30 [ "`gofmt -l .`" = "" ] 20:46:30 ./bin/test-attribution-txt.sh 20:46:32 $ docker rm -f ac33e68057b9cba66837ee47ca14c1a7c977caad2f0c8808618c04a713df3cef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:32 + docker inspect -f . ci-base-image-arm64 20:46:32 . [Pipeline] withDockerContainer 20:46:32 ./bin/test-go-mod-tidy.sh 20:46:32 prd-ubuntu18.04-docker-arm64-4c-16g-4890 does not seem to be running inside a container 20:46:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/54 -v /w/workspace/device-virtual-go/54:/w/workspace/device-virtual-go/54:rw,z -v /w/workspace/device-virtual-go/54@tmp:/w/workspace/device-virtual-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:46:34 $ docker top 5a29059d814d78ac1184bb7cf23e9e22c432011cfdd78fabb6a02388331d3475 -eo pid,comm [Pipeline] { [Pipeline] } 20:46:34 $ docker stop --time=1 c16ab6bed6dbba782c83e55e99476346479567b268f66116956bb6c732c332e5 20:46:36 $ docker rm -f c16ab6bed6dbba782c83e55e99476346479567b268f66116956bb6c732c332e5 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 20:46:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:46:37 + go mod tidy 20:46:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] sh 20:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:46:39 + make test 20:46:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:46:39 + ls -al . 20:46:39 total 132 20:46:39 drwxrwxr-x. 7 jenkins jenkins 4096 May 12 20:46 . 20:46:39 drwxrwxr-x. 4 jenkins jenkins 30 May 12 20:44 .. 20:46:39 -rw-rw-r--. 1 jenkins jenkins 8153 May 12 20:44 Attribution.txt 20:46:39 drwxrwxr-x. 2 jenkins jenkins 64 May 12 20:44 bin 20:46:39 drwxrwxr-x. 3 jenkins jenkins 32 May 12 20:44 cmd 20:46:39 -rw-r--r--. 1 jenkins jenkins 47247 May 12 20:46 coverage.out 20:46:39 -rw-rw-r--. 1 jenkins jenkins 1905 May 12 20:44 Dockerfile 20:46:39 -rw-rw-r--. 1 jenkins jenkins 998 May 12 20:44 Dockerfile.build 20:46:39 drwxrwxr-x. 8 jenkins jenkins 162 May 12 20:44 .git 20:46:39 drwxrwxr-x. 2 jenkins jenkins 103 May 12 20:44 .github 20:46:39 -rw-rw-r--. 1 jenkins jenkins 277 May 12 20:44 .gitignore 20:46:39 -rw-r--r--. 1 jenkins jenkins 809 May 12 20:46 go.mod 20:46:39 -rw-r--r--. 1 jenkins jenkins 23265 May 12 20:45 go.sum 20:46:39 drwxrwxr-x. 3 jenkins jenkins 20 May 12 20:44 internal 20:46:39 -rw-rw-r--. 1 jenkins jenkins 660 May 12 20:44 Jenkinsfile 20:46:39 -rw-rw-r--. 1 jenkins jenkins 11340 May 12 20:44 LICENSE 20:46:39 -rw-rw-r--. 1 jenkins jenkins 901 May 12 20:44 Makefile 20:46:39 -rw-rw-r--. 1 jenkins jenkins 2745 May 12 20:44 README.md 20:46:39 -rw-rw-r--. 1 jenkins jenkins 12 May 12 20:42 VERSION 20:46:39 -rw-rw-r--. 1 jenkins jenkins 235 May 12 20:44 version.go [Pipeline] isUnix [Pipeline] sh 20:46:40 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3b22e0480bd67233e1fe9d34879779676ed28d7e --label arch=amd64 --label version=1.3.2-dev.14 . 20:46:40 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:46:40 Sending build context to Docker daemon 8.644MB 20:46:41 Step 1/25 : ARG BASE=golang:1.16-alpine3.12 20:46:41 Step 2/25 : FROM ${BASE} AS builder 20:46:41 ---> 8c27f2c54934 20:46:41 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:46:41 ---> Running in a6d151251bb3 20:46:41 Removing intermediate container a6d151251bb3 20:46:41 ---> c7b2cf445c9e 20:46:41 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:46:41 ---> Running in f665fe44deb5 20:46:42 Removing intermediate container f665fe44deb5 20:46:42 ---> 80ec4c0c93b8 20:46:42 Step 5/25 : WORKDIR /device-virtual-go 20:46:42 ---> Running in d76ba1c2ef00 20:46:42 Removing intermediate container d76ba1c2ef00 20:46:42 ---> e3f0f0568cb6 20:46:42 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:42 ---> Running in 632aa80219a1 20:46:44 Removing intermediate container 632aa80219a1 20:46:44 ---> 3f2d52fb908e 20:46:44 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:46:44 ---> Running in daf6927f6709 20:46:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:46:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:46:48 OK: 156 MiB in 53 packages 20:46:50 Removing intermediate container daf6927f6709 20:46:50 ---> 3571356c3c3a 20:46:50 Step 8/25 : COPY . . 20:46:52 ---> 8135cfe8a8f6 20:46:52 Step 9/25 : RUN go mod download 20:46:52 ---> Running in d9e909fc67ca 20:46:55 Removing intermediate container d9e909fc67ca 20:46:55 ---> 7d9d0efd4d7f 20:46:55 Step 10/25 : ARG MAKE='make build' 20:46:55 ---> Running in 371d5b3284de 20:46:55 Removing intermediate container 371d5b3284de 20:46:55 ---> fe76201a361e 20:46:55 Step 11/25 : RUN $MAKE 20:46:55 ---> Running in 3031db56b73f 20:46:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd 20:47:45 CGO_ENABLED=1 GO111MODULE=on go build ./... 20:47:48 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:47:48 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.689s coverage: 63.8% of statements 20:47:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:47:53 Removing intermediate container 3031db56b73f 20:47:53 ---> 769a7e8e853e 20:47:53 Step 12/25 : FROM alpine:3.12 20:47:53 3.12: Pulling from library/alpine 20:47:53 339de151aab4: Pulling fs layer 20:47:53 339de151aab4: Verifying Checksum 20:47:53 339de151aab4: Download complete 20:47:54 339de151aab4: Pull complete 20:47:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:47:54 Status: Downloaded newer image for alpine:3.12 20:47:54 ---> 13621d1b12d4 20:47:54 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:47:54 ---> Running in 5cde49b36cca 20:47:56 Removing intermediate container 5cde49b36cca 20:47:56 ---> a9d5277557d0 20:47:56 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:56 ---> Running in 4d8b8724ef97 20:47:58 Removing intermediate container 4d8b8724ef97 20:47:58 ---> 1ba9fce8c812 20:47:58 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 20:47:58 ---> Running in 5f937e83013d 20:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:48:00 (1/6) Installing dumb-init (1.2.2-r1) 20:48:00 (2/6) Installing libgcc (9.3.0-r2) 20:48:00 (3/6) Installing libsodium (1.0.18-r0) 20:48:00 (4/6) Installing libstdc++ (9.3.0-r2) 20:48:01 (5/6) Installing libzmq (4.3.3-r0) 20:48:01 (6/6) Installing zeromq (4.3.3-r0) 20:48:01 Executing busybox-1.31.1-r20.trigger 20:48:01 OK: 8 MiB in 20 packages 20:48:02 Removing intermediate container 5f937e83013d 20:48:02 ---> 7f8d457ad091 20:48:02 Step 16/25 : WORKDIR / 20:48:02 ---> Running in 873fdbd1ff0e 20:48:02 Removing intermediate container 873fdbd1ff0e 20:48:02 ---> a17002a2a7cc 20:48:02 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:48:03 ---> a2039859a4b0 20:48:03 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:48:03 ---> 68ef58650593 20:48:03 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:48:04 ---> d0cd0b089430 20:48:04 Step 20/25 : EXPOSE 49990 20:48:04 ---> Running in 33816d2f8540 20:48:04 Removing intermediate container 33816d2f8540 20:48:04 ---> 3179465201bd 20:48:04 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:48:04 ---> Running in a734d8e36777 20:48:05 Removing intermediate container a734d8e36777 20:48:05 ---> dc5ae9b1dfe1 20:48:05 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:48:05 ---> Running in 62c389e8a333 20:48:06 Removing intermediate container 62c389e8a333 20:48:06 ---> 602f4cd1cd65 20:48:06 Step 23/25 : LABEL arch=amd64 20:48:06 ---> Running in 6ed9810fa648 20:48:07 Removing intermediate container 6ed9810fa648 20:48:07 ---> 2a498c2824f0 20:48:07 Step 24/25 : LABEL git_sha=3b22e0480bd67233e1fe9d34879779676ed28d7e 20:48:07 ---> Running in 0e62cc00bec8 20:48:07 Removing intermediate container 0e62cc00bec8 20:48:07 ---> fe0f9e10ab29 20:48:07 Step 25/25 : LABEL version=1.3.2-dev.14 20:48:07 ---> Running in 3143fb7ada84 20:48:07 Removing intermediate container 3143fb7ada84 20:48:07 ---> 09e55aca113f 20:48:07 [Warning] One or more build-args [ARCH] were not consumed 20:48:07 Successfully built 09e55aca113f 20:48:07 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:48:08 provisioning config files... 20:48:08 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/54@tmp/config6083631605934730850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:48:08 ---> docker-login.sh 20:48:08 nexus3.edgexfoundry.org:10001 20:48:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:09 Configure a credential helper to remove this warning. See 20:48:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:09 20:48:09 Login Succeeded 20:48:09 nexus3.edgexfoundry.org:10002 20:48:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:09 Configure a credential helper to remove this warning. See 20:48:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:09 20:48:09 Login Succeeded 20:48:09 nexus3.edgexfoundry.org:10003 20:48:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:10 Configure a credential helper to remove this warning. See 20:48:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:10 20:48:10 Login Succeeded 20:48:10 nexus3.edgexfoundry.org:10004 20:48:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:10 Configure a credential helper to remove this warning. See 20:48:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:10 20:48:10 Login Succeeded 20:48:10 docker.io 20:48:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:10 Configure a credential helper to remove this warning. See 20:48:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:10 20:48:10 Login Succeeded 20:48:10 ---> docker-login.sh ends [Pipeline] } 20:48:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:48:11 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 20:48:11 3b22e0480bd67233e1fe9d34879779676ed28d7e 20:48:11 latest 20:48:11 1.3.2-dev.14 20:48:11 3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:48:11 master 20:48:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] isUnix [Pipeline] sh 20:48:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e 20:48:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:48:11 d0043f5a56b0: Preparing 20:48:11 0eb4c4b0daf2: Preparing 20:48:11 c16006dc9afb: Preparing 20:48:11 1ffdcfedd186: Preparing 20:48:11 d893c5475a33: Preparing 20:48:11 32f366d666a5: Preparing 20:48:11 32f366d666a5: Waiting 20:48:12 0eb4c4b0daf2: Pushed 20:48:12 c16006dc9afb: Pushed 20:48:12 d893c5475a33: Pushed 20:48:12 32f366d666a5: Layer already exists 20:48:12 1ffdcfedd186: Pushed 20:48:14 d0043f5a56b0: Pushed 20:48:14 3b22e0480bd67233e1fe9d34879779676ed28d7e: digest: sha256:a0a274a3cf0323f640a7e05b48d4695880d72625dfaaa7877b78a263d56e3830 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:48:14 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] isUnix [Pipeline] sh 20:48:15 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 20:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:48:15 d0043f5a56b0: Preparing 20:48:15 0eb4c4b0daf2: Preparing 20:48:15 c16006dc9afb: Preparing 20:48:15 1ffdcfedd186: Preparing 20:48:15 d893c5475a33: Preparing 20:48:15 32f366d666a5: Preparing 20:48:15 32f366d666a5: Waiting 20:48:15 0eb4c4b0daf2: Layer already exists 20:48:15 1ffdcfedd186: Layer already exists 20:48:15 d893c5475a33: Layer already exists 20:48:15 d0043f5a56b0: Layer already exists 20:48:15 c16006dc9afb: Layer already exists 20:48:15 32f366d666a5: Layer already exists 20:48:15 latest: digest: sha256:a0a274a3cf0323f640a7e05b48d4695880d72625dfaaa7877b78a263d56e3830 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:48:15 gofmt -l . 20:48:15 [ "`gofmt -l .`" = "" ] 20:48:15 ./bin/test-attribution-txt.sh 20:48:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:48:15 $ docker stop --time=1 5a29059d814d78ac1184bb7cf23e9e22c432011cfdd78fabb6a02388331d3475 20:48:15 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 20:48:17 $ docker rm -f 5a29059d814d78ac1184bb7cf23e9e22c432011cfdd78fabb6a02388331d3475 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 20:48:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:48:18 Warning: overwriting stash ‘coverage-report’ 20:48:18 + docker push nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 20:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:48:18 d0043f5a56b0: Preparing 20:48:18 0eb4c4b0daf2: Preparing 20:48:18 c16006dc9afb: Preparing 20:48:18 1ffdcfedd186: Preparing 20:48:18 d893c5475a33: Preparing 20:48:18 32f366d666a5: Preparing 20:48:18 32f366d666a5: Waiting 20:48:19 0eb4c4b0daf2: Layer already exists 20:48:19 d893c5475a33: Layer already exists 20:48:19 c16006dc9afb: Layer already exists 20:48:19 1ffdcfedd186: Layer already exists 20:48:19 d0043f5a56b0: Layer already exists 20:48:19 32f366d666a5: Layer already exists 20:48:19 1.3.2-dev.14: digest: sha256:a0a274a3cf0323f640a7e05b48d4695880d72625dfaaa7877b78a263d56e3830 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:48:19 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:48:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 20:48:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:48:20 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:48:20 d0043f5a56b0: Preparing 20:48:20 0eb4c4b0daf2: Preparing 20:48:20 c16006dc9afb: Preparing 20:48:20 1ffdcfedd186: Preparing 20:48:20 d893c5475a33: Preparing 20:48:20 32f366d666a5: Preparing 20:48:20 32f366d666a5: Waiting 20:48:20 + ls -al . 20:48:20 total 156 20:48:20 drwxrwxr-x 7 jenkins jenkins 4096 May 12 20:48 . 20:48:20 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:45 .. 20:48:20 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:45 .git 20:48:20 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:45 .github 20:48:20 -rw-rw-r-- 1 jenkins jenkins 277 May 12 20:45 .gitignore 20:48:20 -rw-rw-r-- 1 jenkins jenkins 8153 May 12 20:45 Attribution.txt 20:48:20 -rw-rw-r-- 1 jenkins jenkins 1905 May 12 20:45 Dockerfile 20:48:20 -rw-rw-r-- 1 jenkins jenkins 998 May 12 20:45 Dockerfile.build 20:48:20 -rw-rw-r-- 1 jenkins jenkins 660 May 12 20:45 Jenkinsfile 20:48:20 -rw-rw-r-- 1 jenkins jenkins 11340 May 12 20:45 LICENSE 20:48:20 -rw-rw-r-- 1 jenkins jenkins 901 May 12 20:45 Makefile 20:48:20 -rw-rw-r-- 1 jenkins jenkins 2745 May 12 20:45 README.md 20:48:20 -rw-rw-r-- 1 jenkins jenkins 12 May 12 20:42 VERSION 20:48:20 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:45 bin 20:48:20 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:45 cmd 20:48:20 -rw-r--r-- 1 jenkins jenkins 47247 May 12 20:47 coverage.out 20:48:20 -rw-r--r-- 1 jenkins jenkins 809 May 12 20:48 go.mod 20:48:20 -rw-r--r-- 1 jenkins jenkins 23265 May 12 20:46 go.sum 20:48:20 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:45 internal 20:48:20 -rw-rw-r-- 1 jenkins jenkins 235 May 12 20:45 version.go [Pipeline] isUnix [Pipeline] sh 20:48:20 d893c5475a33: Layer already exists 20:48:20 0eb4c4b0daf2: Layer already exists 20:48:20 d0043f5a56b0: Layer already exists 20:48:20 c16006dc9afb: Layer already exists 20:48:20 1ffdcfedd186: Layer already exists 20:48:20 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3b22e0480bd67233e1fe9d34879779676ed28d7e --label arch=arm64 --label version=1.3.2-dev.14 . 20:48:21 32f366d666a5: Layer already exists 20:48:21 Sending build context to Docker daemon 8.643MB 20:48:21 Step 1/25 : ARG BASE=golang:1.16-alpine3.12 20:48:21 Step 2/25 : FROM ${BASE} AS builder 20:48:21 ---> ab2deb3edc09 20:48:21 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:48:21 3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14: digest: sha256:a0a274a3cf0323f640a7e05b48d4695880d72625dfaaa7877b78a263d56e3830 size: 1572 20:48:21 ---> Running in 938239006f12 [Pipeline] isUnix [Pipeline] sh 20:48:21 Removing intermediate container 938239006f12 20:48:21 ---> 5763abdeadf4 20:48:21 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:48:22 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:master [Pipeline] isUnix [Pipeline] sh 20:48:22 ---> Running in 646eea1a9762 20:48:22 + docker push nexus3.edgexfoundry.org:10004/device-virtual:master 20:48:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:48:22 d0043f5a56b0: Preparing 20:48:22 0eb4c4b0daf2: Preparing 20:48:22 c16006dc9afb: Preparing 20:48:22 1ffdcfedd186: Preparing 20:48:22 d893c5475a33: Preparing 20:48:22 32f366d666a5: Preparing 20:48:22 32f366d666a5: Waiting 20:48:22 Removing intermediate container 646eea1a9762 20:48:22 ---> 1ee7e5fd28be 20:48:22 Step 5/25 : WORKDIR /device-virtual-go 20:48:22 1ffdcfedd186: Layer already exists 20:48:22 d893c5475a33: Layer already exists 20:48:22 0eb4c4b0daf2: Layer already exists 20:48:22 c16006dc9afb: Layer already exists 20:48:22 d0043f5a56b0: Layer already exists 20:48:22 32f366d666a5: Layer already exists 20:48:22 master: digest: sha256:a0a274a3cf0323f640a7e05b48d4695880d72625dfaaa7877b78a263d56e3830 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry 20:48:22 ---> Running in 8be3e70a90de [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:48:22 ===================================================== [Pipeline] echo 20:48:22 taggedImages: 20:48:22 - nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e 20:48:22 - nexus3.edgexfoundry.org:10004/device-virtual:latest 20:48:22 - nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 20:48:22 - nexus3.edgexfoundry.org:10004/device-virtual:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:48:22 - nexus3.edgexfoundry.org:10004/device-virtual: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 20:48:23 Removing intermediate container 8be3e70a90de 20:48:23 ---> adc434ac284d 20:48:23 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:23 ---> Running in 0ef79383a043 20:48:23 ---> job-cost.sh 20:48:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SLUi 20:48:25 Removing intermediate container 0ef79383a043 20:48:25 ---> 446ef512b226 20:48:25 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:48:25 ---> Running in a2e70f1a44ab 20:48:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:48:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:48:28 OK: 145 MiB in 53 packages 20:48:29 Removing intermediate container a2e70f1a44ab 20:48:29 ---> 17f3a24d7ec3 20:48:29 Step 8/25 : COPY . . 20:48:30 ---> 51b7a351ca64 20:48:30 Step 9/25 : RUN go mod download 20:48:30 ---> Running in ee46cc7ef446 20:48:32 Removing intermediate container ee46cc7ef446 20:48:32 ---> b9a8970f4816 20:48:32 Step 10/25 : ARG MAKE='make build' 20:48:32 ---> Running in c299da968a90 20:48:32 Removing intermediate container c299da968a90 20:48:32 ---> 06bf5d8d04b5 20:48:32 Step 11/25 : RUN $MAKE 20:48:33 ---> Running in ccb722badc2c 20:48:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd 20:48:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:49:21 CGO_ENABLED=1 GO111MODULE=on go build ./... 20:49:31 Removing intermediate container ccb722badc2c 20:49:31 ---> d0fe6ac9b8e2 20:49:31 Step 12/25 : FROM alpine:3.12 20:49:31 3.12: Pulling from library/alpine 20:49:31 d2f70382dc9a: Pulling fs layer 20:49:31 d2f70382dc9a: Verifying Checksum 20:49:31 d2f70382dc9a: Download complete 20:49:31 d2f70382dc9a: Pull complete 20:49:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:49:31 Status: Downloaded newer image for alpine:3.12 20:49:31 ---> 9852663dfa18 20:49:31 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:49:31 ---> Running in 75f02bfdc736 20:49:31 Removing intermediate container 75f02bfdc736 20:49:31 ---> b788d00d5575 20:49:31 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:49:31 ---> Running in 60c32f1da183 20:49:34 Removing intermediate container 60c32f1da183 20:49:34 ---> bb0bda97f672 20:49:34 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 20:49:34 ---> Running in 78a3de0e212e 20:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:35 lf-activate-venv(): INFO: Adding /tmp/venv-SLUi/bin to PATH 20:49:35 INFO: No Stack... 20:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:36 INFO: Retrieving Pricing Info for: v1-standard-2 20:49:37 INFO: Archiving Costs [Pipeline] sh 20:49:37 + cat /w/workspace/device-virtual-go/54/archives/cost.csv 20:49:37 + cut -d, -f6 [Pipeline] lock 20:49:37 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] 20:49:37 Resource [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] did not exist. Created. 20:49:37 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:49:38 (1/6) Installing dumb-init (1.2.2-r1) 20:49:38 (2/6) Installing libgcc (9.3.0-r2) 20:49:38 (3/6) Installing libsodium (1.0.18-r0) 20:49:38 (4/6) Installing libstdc++ (9.3.0-r2) 20:49:38 + echo total: 0.029999999329447746 [Pipeline] stash 20:49:38 Stashed 1 file(s) [Pipeline] } 20:49:38 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:49:39 (5/6) Installing libzmq (4.3.3-r0) 20:49:39 (6/6) Installing zeromq (4.3.3-r0) 20:49:39 Executing busybox-1.31.1-r20.trigger 20:49:39 OK: 8 MiB in 20 packages 20:49:40 Removing intermediate container 78a3de0e212e 20:49:40 ---> 2b66ddc0230c 20:49:40 Step 16/25 : WORKDIR / 20:49:41 ---> Running in 921ef392ae70 20:49:41 Removing intermediate container 921ef392ae70 20:49:41 ---> 08d990727d48 20:49:41 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:49:42 ---> 776ab0889e07 20:49:42 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:49:42 ---> c42d1702fd68 20:49:42 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:49:44 ---> ece9d7c2817e 20:49:44 Step 20/25 : EXPOSE 49990 20:49:44 ---> Running in 6c596c38b550 20:49:44 Removing intermediate container 6c596c38b550 20:49:44 ---> 55373a46dfa4 20:49:44 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:49:44 ---> Running in 8ba7c2a494e6 20:49:45 Removing intermediate container 8ba7c2a494e6 20:49:45 ---> bffe316f366a 20:49:45 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:45 ---> Running in 8895ee8ec92e 20:49:46 Removing intermediate container 8895ee8ec92e 20:49:46 ---> cc11e06cb27c 20:49:46 Step 23/25 : LABEL arch=arm64 20:49:46 ---> Running in f5ae34564029 20:49:46 Removing intermediate container f5ae34564029 20:49:46 ---> 54453cdb5683 20:49:46 Step 24/25 : LABEL git_sha=3b22e0480bd67233e1fe9d34879779676ed28d7e 20:49:46 ---> Running in 45b96702c3ac 20:49:46 Removing intermediate container 45b96702c3ac 20:49:46 ---> ebb67dea7300 20:49:46 Step 25/25 : LABEL version=1.3.2-dev.14 20:49:47 ---> Running in 5f6c8cd2d8db 20:49:47 Removing intermediate container 5f6c8cd2d8db 20:49:47 ---> 4d8dcafbb3a8 20:49:47 [Warning] One or more build-args [ARCH] were not consumed 20:49:47 Successfully built 4d8dcafbb3a8 20:49:47 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:49:48 provisioning config files... 20:49:48 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/54@tmp/config4666032807471084038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:48 ---> docker-login.sh 20:49:48 nexus3.edgexfoundry.org:10001 20:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:48 Configure a credential helper to remove this warning. See 20:49:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:48 20:49:48 Login Succeeded 20:49:49 nexus3.edgexfoundry.org:10002 20:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:49 Configure a credential helper to remove this warning. See 20:49:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:49 20:49:49 Login Succeeded 20:49:49 nexus3.edgexfoundry.org:10003 20:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:49 Configure a credential helper to remove this warning. See 20:49:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:49 20:49:49 Login Succeeded 20:49:49 nexus3.edgexfoundry.org:10004 20:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:50 Configure a credential helper to remove this warning. See 20:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:50 20:49:50 Login Succeeded 20:49:50 docker.io 20:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:53 Configure a credential helper to remove this warning. See 20:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:53 20:49:53 Login Succeeded 20:49:53 ---> docker-login.sh ends [Pipeline] } 20:49:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:49:53 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 20:49:53 3b22e0480bd67233e1fe9d34879779676ed28d7e 20:49:53 latest 20:49:53 1.3.2-dev.14 20:49:53 3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:49:53 master 20:49:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e 20:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:49:53 c5fe1c0a78b7: Preparing 20:49:53 31a579f11ea9: Preparing 20:49:53 4b22ac9874da: Preparing 20:49:53 343c935dbc9d: Preparing 20:49:53 fb9893d371bc: Preparing 20:49:53 3fbe34a1663b: Preparing 20:49:53 3fbe34a1663b: Waiting 20:49:54 fb9893d371bc: Pushed 20:49:54 4b22ac9874da: Pushed 20:49:54 31a579f11ea9: Pushed 20:49:54 3fbe34a1663b: Layer already exists 20:49:54 343c935dbc9d: Pushed 20:49:57 c5fe1c0a78b7: Pushed 20:49:57 3b22e0480bd67233e1fe9d34879779676ed28d7e: digest: sha256:6c051c8c96847ef82ce26a919243b262776f59adda91c4d2ad2b3ffc6331f94a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:49:57 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:49:58 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 20:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:49:58 c5fe1c0a78b7: Preparing 20:49:58 31a579f11ea9: Preparing 20:49:58 4b22ac9874da: Preparing 20:49:58 343c935dbc9d: Preparing 20:49:58 fb9893d371bc: Preparing 20:49:58 3fbe34a1663b: Preparing 20:49:58 3fbe34a1663b: Waiting 20:49:58 343c935dbc9d: Layer already exists 20:49:58 4b22ac9874da: Layer already exists 20:49:58 31a579f11ea9: Layer already exists 20:49:58 fb9893d371bc: Layer already exists 20:49:58 c5fe1c0a78b7: Layer already exists 20:49:58 3fbe34a1663b: Layer already exists 20:49:58 latest: digest: sha256:6c051c8c96847ef82ce26a919243b262776f59adda91c4d2ad2b3ffc6331f94a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:49:58 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 20:49:59 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 20:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:49:59 c5fe1c0a78b7: Preparing 20:49:59 31a579f11ea9: Preparing 20:49:59 4b22ac9874da: Preparing 20:49:59 343c935dbc9d: Preparing 20:49:59 fb9893d371bc: Preparing 20:49:59 3fbe34a1663b: Preparing 20:49:59 3fbe34a1663b: Waiting 20:49:59 343c935dbc9d: Layer already exists 20:49:59 fb9893d371bc: Layer already exists 20:49:59 31a579f11ea9: Layer already exists 20:49:59 c5fe1c0a78b7: Layer already exists 20:49:59 4b22ac9874da: Layer already exists 20:49:59 3fbe34a1663b: Layer already exists 20:49:59 1.3.2-dev.14: digest: sha256:6c051c8c96847ef82ce26a919243b262776f59adda91c4d2ad2b3ffc6331f94a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:49:59 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 20:50:00 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:50:00 c5fe1c0a78b7: Preparing 20:50:00 31a579f11ea9: Preparing 20:50:00 4b22ac9874da: Preparing 20:50:00 343c935dbc9d: Preparing 20:50:00 fb9893d371bc: Preparing 20:50:00 3fbe34a1663b: Preparing 20:50:00 3fbe34a1663b: Waiting 20:50:00 fb9893d371bc: Layer already exists 20:50:00 343c935dbc9d: Layer already exists 20:50:00 31a579f11ea9: Layer already exists 20:50:00 4b22ac9874da: Layer already exists 20:50:00 c5fe1c0a78b7: Layer already exists 20:50:00 3fbe34a1663b: Layer already exists 20:50:00 3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14: digest: sha256:6c051c8c96847ef82ce26a919243b262776f59adda91c4d2ad2b3ffc6331f94a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:50:00 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] isUnix [Pipeline] sh 20:50:01 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:master 20:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:50:01 c5fe1c0a78b7: Preparing 20:50:01 31a579f11ea9: Preparing 20:50:01 4b22ac9874da: Preparing 20:50:01 343c935dbc9d: Preparing 20:50:01 fb9893d371bc: Preparing 20:50:01 3fbe34a1663b: Preparing 20:50:01 3fbe34a1663b: Waiting 20:50:01 4b22ac9874da: Layer already exists 20:50:01 31a579f11ea9: Layer already exists 20:50:01 c5fe1c0a78b7: Layer already exists 20:50:01 343c935dbc9d: Layer already exists 20:50:01 fb9893d371bc: Layer already exists 20:50:01 3fbe34a1663b: Layer already exists 20:50:01 master: digest: sha256:6c051c8c96847ef82ce26a919243b262776f59adda91c4d2ad2b3ffc6331f94a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:01 ===================================================== [Pipeline] echo 20:50:01 taggedImages: 20:50:01 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e 20:50:01 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 20:50:01 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 20:50:01 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3b22e0480bd67233e1fe9d34879779676ed28d7e-1.3.2-dev.14 20:50:01 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:50:01 ---> job-cost.sh 20:50:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-23e4 20:50:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:52:02 lf-activate-venv(): INFO: Adding /tmp/venv-23e4/bin to PATH 20:52:02 INFO: No Stack... 20:52:02 INFO: Retrieving Pricing Info for: lf-standard-4 20:52:02 INFO: Archiving Costs [Pipeline] sh 20:52:02 + cat /w/workspace/device-virtual-go/54/archives/cost.csv 20:52:02 + cut -d, -f6 [Pipeline] lock 20:52:03 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] 20:52:03 Resource [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] did not exist. Created. 20:52:03 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-54-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:52:03 /w/workspace/device-virtual-go/54@tmp/durable-7553a84d/script.sh: 1: /w/workspace/device-virtual-go/54@tmp/durable-7553a84d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:52:03 + echo total: 0.20999999344348907 [Pipeline] stash 20:52:03 Warning: overwriting stash ‘stack-cost’ 20:52:03 Stashed 1 file(s) [Pipeline] } 20:52:04 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-54-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 20:52:04 provisioning config files... 20:52:04 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7103335958740589568tmp [Pipeline] { [Pipeline] sh 20:52:05 + set +x 20:52:05 + curl -s https://codecov.io/bash 20:52:05 + bash -s -- 20:52:05 20:52:05 _____ _ 20:52:05 / ____| | | 20:52:05 | | ___ __| | ___ ___ _____ __ 20:52:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:52:05 | |___| (_) | (_| | __/ (_| (_) \ V / 20:52:05 \_____\___/ \__,_|\___|\___\___/ \_/ 20:52:05 Bash-1.0.2 20:52:05 20:52:05 20:52:05 ==> git version 2.24.3 found 20:52:05 ==> 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 20:52:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:52:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:52:05 ==> Jenkins CI detected. 20:52:05 project root: . 20:52:05 --> token set from env 20:52:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:52:05 ==> Running gcov in . (disable via -X gcov) 20:52:05 ==> Python coveragepy not found 20:52:05 ==> Searching for coverage reports in: 20:52:05 + . 20:52:05 -> Found 1 reports 20:52:05 ==> Detecting git/mercurial file structure 20:52:05 ==> Reading reports 20:52:05 + ./coverage.out bytes=47247 20:52:05 ==> Appending adjustments 20:52:05 https://docs.codecov.io/docs/fixing-reports 20:52:05 + Found adjustments 20:52:05 ==> Gzipping contents 20:52:05 8.0K /tmp/codecov.thdcrM.gz 20:52:05 ==> Uploading reports 20:52:05 url: https://codecov.io 20:52:05 query: branch=master&commit=3b22e0480bd67233e1fe9d34879779676ed28d7e&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F54%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:52:05 -> Pinging Codecov 20:52:05 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3b22e0480bd67233e1fe9d34879779676ed28d7e&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F54%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:52:06 -> Uploading to 20:52:06 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/5E52B4B073DB2E39498172D8E973AA87/3b22e0480bd67233e1fe9d34879779676ed28d7e/d24997ee-ccea-4d57-9ac2-51ef34786ea9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T205205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c8598c49ad3681ab83cb038cc11b130f3e379da0040631e2c652cdd9d1be46d 20:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 20:52:06 Dload Upload Total Spent Left Speed 20:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5734 0 0 100 5734 0 12078 --:--:-- --:--:-- --:--:-- 12097 20:52:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] } 20:52:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:52:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:52:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:07 20:52:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:52:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:52:08 188c0c94c7c5: Pulling fs layer 20:52:08 0ef7d3d256c8: Pulling fs layer 20:52:08 de9db76c5a1d: Pulling fs layer 20:52:08 0eba1c9be4d2: Pulling fs layer 20:52:08 0d57e429df01: Pulling fs layer 20:52:08 4e4be7b47b0d: Pulling fs layer 20:52:08 e1f770b5df2f: Pulling fs layer 20:52:08 85a0685a4137: Pulling fs layer 20:52:08 0d57e429df01: Waiting 20:52:08 4e4be7b47b0d: Waiting 20:52:08 e1f770b5df2f: Waiting 20:52:08 85a0685a4137: Waiting 20:52:08 0eba1c9be4d2: Waiting 20:52:08 de9db76c5a1d: Verifying Checksum 20:52:08 de9db76c5a1d: Download complete 20:52:08 0ef7d3d256c8: Verifying Checksum 20:52:08 0ef7d3d256c8: Download complete 20:52:08 0d57e429df01: Verifying Checksum 20:52:08 0d57e429df01: Download complete 20:52:08 188c0c94c7c5: Verifying Checksum 20:52:08 188c0c94c7c5: Download complete 20:52:08 4e4be7b47b0d: Verifying Checksum 20:52:08 4e4be7b47b0d: Download complete 20:52:08 188c0c94c7c5: Pull complete 20:52:08 0ef7d3d256c8: Pull complete 20:52:08 de9db76c5a1d: Pull complete 20:52:09 e1f770b5df2f: Verifying Checksum 20:52:09 e1f770b5df2f: Download complete 20:52:11 0eba1c9be4d2: Verifying Checksum 20:52:11 0eba1c9be4d2: Download complete 20:52:11 85a0685a4137: Verifying Checksum 20:52:11 85a0685a4137: Download complete 20:52:18 0eba1c9be4d2: Pull complete 20:52:18 0d57e429df01: Pull complete 20:52:18 4e4be7b47b0d: Pull complete 20:52:20 e1f770b5df2f: Pull complete 20:52:28 85a0685a4137: Pull complete 20:52:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:52:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:52:28 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:52:28 $ 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 20:52:29 $ docker top 106c0efc010eb4c97fc0842041e37e79a77a1bed4f176f2634ebf436cbb902c3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:52:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:52:30 + set -o pipefail 20:52:30 + snyk monitor '--org=edgex-jenkins' 20:52:45 20:52:45 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 20:52:45 20:52:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/47d50f4d-6698-482b-a9b2-ae75db08ba05 20:52:45 20:52:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:52:45 20:52:45 [Pipeline] } 20:52:45 $ docker stop --time=1 106c0efc010eb4c97fc0842041e37e79a77a1bed4f176f2634ebf436cbb902c3 20:52:47 $ docker rm -f 106c0efc010eb4c97fc0842041e37e79a77a1bed4f176f2634ebf436cbb902c3 [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 20:52:48 + git log --format=format:%s -1 3b22e0480bd67233e1fe9d34879779676ed28d7e [Pipeline] isUnix [Pipeline] sh 20:52:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:52:48 . [Pipeline] withDockerContainer 20:52:49 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:52:49 $ 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 20:52:50 $ docker top f8afe164f4901c3877809668956e660b03b6b56dedf9f15711a4d7e03bee3cd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:52:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:52:50 [ssh-agent] Looking for ssh-agent implementation... 20:52:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:52:50 $ docker exec f8afe164f4901c3877809668956e660b03b6b56dedf9f15711a4d7e03bee3cd9 ssh-agent 20:52:50 SSH_AUTH_SOCK=/tmp/ssh-UZJs4KrJs58Y/agent.11 20:52:50 SSH_AGENT_PID=16 20:52:50 Running ssh-add (command line suppressed) 20:52:50 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8769472569806924524.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8769472569806924524.key) 20:52:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:52:51 + git semver tag 20:52:51 # -> Open(): unable to determine branch for HEAD 20:52:51 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:52:51 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:52:51 # $SEMVER_REMOTE_NAME = origin 20:52:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:52:51 # $SEMVER_USER_NAME = edgex-jenkins 20:52:51 # $SEMVER_BRANCH = master 20:52:51 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 20:52:51 # 3b22e0480bd67233e1fe9d34879779676ed28d7e HEAD 20:52:51 # -> Force: false 20:52:51 # abd60bd3606a369a3d0dee5319a2eb7ec449998b refs/tags/v1.3.2-dev.14 [Pipeline] } 20:52:51 $ docker exec --env ******** --env ******** f8afe164f4901c3877809668956e660b03b6b56dedf9f15711a4d7e03bee3cd9 ssh-agent -k 20:52:51 unset SSH_AUTH_SOCK; 20:52:51 unset SSH_AGENT_PID; 20:52:51 echo Agent pid 16 killed; 20:52:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:52:51 + git semver [Pipeline] } 20:52:51 $ docker stop --time=1 f8afe164f4901c3877809668956e660b03b6b56dedf9f15711a4d7e03bee3cd9 20:52:53 $ docker rm -f f8afe164f4901c3877809668956e660b03b6b56dedf9f15711a4d7e03bee3cd9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:52:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:53 20:52:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:53 0.23.1-centos7: Pulling from edgex-lftools 20:52:53 ab5ef0e58194: Pulling fs layer 20:52:53 9712f1f96733: Pulling fs layer 20:52:53 63f879dbbcfc: Pulling fs layer 20:52:53 0d9ebad4ef96: Pulling fs layer 20:52:53 e9a5061849ea: Pulling fs layer 20:52:53 d747dcd14b5f: Pulling fs layer 20:52:53 2de7ff778b66: Pulling fs layer 20:52:53 e9a5061849ea: Waiting 20:52:53 d747dcd14b5f: Waiting 20:52:53 2de7ff778b66: Waiting 20:52:53 0d9ebad4ef96: Waiting 20:52:53 9712f1f96733: Download complete 20:52:55 63f879dbbcfc: Verifying Checksum 20:52:55 63f879dbbcfc: Download complete 20:52:55 e9a5061849ea: Verifying Checksum 20:52:55 e9a5061849ea: Download complete 20:52:55 d747dcd14b5f: Verifying Checksum 20:52:55 d747dcd14b5f: Download complete 20:52:56 2de7ff778b66: Verifying Checksum 20:52:56 2de7ff778b66: Download complete 20:52:56 ab5ef0e58194: Verifying Checksum 20:52:56 ab5ef0e58194: Download complete 20:52:56 0d9ebad4ef96: Download complete 20:53:01 ab5ef0e58194: Pull complete 20:53:01 9712f1f96733: Pull complete 20:53:03 63f879dbbcfc: Pull complete 20:53:09 0d9ebad4ef96: Pull complete 20:53:10 e9a5061849ea: Pull complete 20:53:10 d747dcd14b5f: Pull complete 20:53:13 2de7ff778b66: Pull complete 20:53:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:53:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:53:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:53:13 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:53:13 $ 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 20:53:17 $ docker top ad01421653b186cf9e583d79949714ed82d1ed084964236982486d4b5d1fa0f6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:53:18 provisioning config files... 20:53:18 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3498484307368922205tmp 20:53:18 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config307917443686738462tmp 20:53:18 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config138888991438672260tmp [Pipeline] { [Pipeline] echo 20:53:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:53:18 ---> sigul-configuration.sh 20:53:18 gpg: directory `/root/.gnupg' created 20:53:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:53:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:53:18 gpg: keyring `/root/.gnupg/secring.gpg' created 20:53:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:53:18 gpg: CAST5 encrypted data 20:53:18 gpg: encrypted with 1 passphrase 20:53:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:53:19 + mkdir /home/jenkins 20:53:19 + mkdir /home/jenkins/sigul [Pipeline] sh 20:53:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:53:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:53:19 ---> sigul-install.sh 20:53:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:53:26 + git tag --list 20:53:26 v1.0.0 20:53:26 v1.1.0 20:53:26 v1.1.1 20:53:26 v1.2.1 20:53:26 v1.2.2 20:53:26 v1.2.3 20:53:26 v1.3.0 20:53:26 v1.3.1 20:53:26 v1.3.1-dev.1 20:53:26 v1.3.1-dev.2 20:53:26 v1.3.1-dev.3 20:53:26 v1.3.1-dev.4 20:53:26 v1.3.1-dev.5 20:53:26 v1.3.2-dev.1 20:53:26 v1.3.2-dev.10 20:53:26 v1.3.2-dev.11 20:53:26 v1.3.2-dev.12 20:53:26 v1.3.2-dev.13 20:53:26 v1.3.2-dev.14 20:53:26 v1.3.2-dev.2 20:53:26 v1.3.2-dev.3 20:53:26 v1.3.2-dev.4 20:53:26 v1.3.2-dev.5 20:53:26 v1.3.2-dev.6 20:53:26 v1.3.2-dev.7 20:53:26 v1.3.2-dev.8 20:53:26 v1.3.2-dev.9 [Pipeline] sh 20:53:27 + lftools sign git-tag v1.3.2-dev.14 20:53:28 Signing Git tag with Sigul... 20:53:28 Signing v1.3.2-dev.14 [Pipeline] echo 20:53:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:53:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:53:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:53:30 $ docker stop --time=1 ad01421653b186cf9e583d79949714ed82d1ed084964236982486d4b5d1fa0f6 20:53:32 $ docker rm -f ad01421653b186cf9e583d79949714ed82d1ed084964236982486d4b5d1fa0f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:53:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:32 . [Pipeline] withDockerContainer 20:53:32 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:53:32 $ 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 20:53:33 $ docker top 66594d1c3759961d8e8282f456ebb8ac23d376afd3adcc80e8697d42b73e9e0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:33 [ssh-agent] Looking for ssh-agent implementation... 20:53:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:34 $ docker exec 66594d1c3759961d8e8282f456ebb8ac23d376afd3adcc80e8697d42b73e9e0d ssh-agent 20:53:34 SSH_AUTH_SOCK=/tmp/ssh-3ZOxzzftmExw/agent.12 20:53:34 SSH_AGENT_PID=17 20:53:34 Running ssh-add (command line suppressed) 20:53:34 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_368187562019886911.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_368187562019886911.key) 20:53:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:34 + git semver bump pre 20:53:34 # -> Open(): unable to determine branch for HEAD 20:53:34 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:53:34 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:53:34 # $SEMVER_REMOTE_NAME = origin 20:53:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:34 # $SEMVER_USER_NAME = edgex-jenkins 20:53:34 # $SEMVER_BRANCH = master 20:53:34 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 20:53:34 1.3.2-dev.15 [Pipeline] } 20:53:34 $ docker exec --env ******** --env ******** 66594d1c3759961d8e8282f456ebb8ac23d376afd3adcc80e8697d42b73e9e0d ssh-agent -k 20:53:34 unset SSH_AUTH_SOCK; 20:53:34 unset SSH_AGENT_PID; 20:53:34 echo Agent pid 17 killed; 20:53:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:35 + git semver [Pipeline] } 20:53:35 $ docker stop --time=1 66594d1c3759961d8e8282f456ebb8ac23d376afd3adcc80e8697d42b73e9e0d 20:53:36 $ docker rm -f 66594d1c3759961d8e8282f456ebb8ac23d376afd3adcc80e8697d42b73e9e0d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:37 . [Pipeline] withDockerContainer 20:53:37 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:53:37 $ 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 20:53:38 $ docker top 2f0aea5d53d6330b64665668132bcae2a405476edf41f43928ace77e851fee43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:38 [ssh-agent] Looking for ssh-agent implementation... 20:53:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:38 $ docker exec 2f0aea5d53d6330b64665668132bcae2a405476edf41f43928ace77e851fee43 ssh-agent 20:53:38 SSH_AUTH_SOCK=/tmp/ssh-w6d06gkWlD73/agent.11 20:53:38 SSH_AGENT_PID=16 20:53:38 Running ssh-add (command line suppressed) 20:53:38 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3243174080657566612.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3243174080657566612.key) 20:53:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:39 + git semver push 20:53:39 # -> Open(): unable to determine branch for HEAD 20:53:39 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:53:39 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:53:39 # $SEMVER_REMOTE_NAME = origin 20:53:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:39 # $SEMVER_USER_NAME = edgex-jenkins 20:53:39 # $SEMVER_BRANCH = master 20:53:39 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 20:53:44 $ docker exec --env ******** --env ******** 2f0aea5d53d6330b64665668132bcae2a405476edf41f43928ace77e851fee43 ssh-agent -k 20:53:44 unset SSH_AUTH_SOCK; 20:53:44 unset SSH_AGENT_PID; 20:53:44 echo Agent pid 16 killed; 20:53:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:45 + git semver [Pipeline] } 20:53:45 $ docker stop --time=1 2f0aea5d53d6330b64665668132bcae2a405476edf41f43928ace77e851fee43 20:53:46 $ docker rm -f 2f0aea5d53d6330b64665668132bcae2a405476edf41f43928ace77e851fee43 [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 20:53:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:53:47 ---> package-listing.sh 20:53:47 ++ facter osfamily 20:53:47 ++ tr '[:upper:]' '[:lower:]' 20:53:47 + OS_FAMILY=redhat 20:53:47 + workspace=/w/workspace/foundry_device-virtual-go_master 20:53:47 + START_PACKAGES=/tmp/packages_start.txt 20:53:47 + END_PACKAGES=/tmp/packages_end.txt 20:53:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:53:47 + PACKAGES=/tmp/packages_start.txt 20:53:47 + '[' /w/workspace/foundry_device-virtual-go_master ']' 20:53:47 + PACKAGES=/tmp/packages_end.txt 20:53:47 + case "${OS_FAMILY}" in 20:53:47 + rpm -qa 20:53:47 + sort 20:53:53 + '[' -f /tmp/packages_start.txt ']' 20:53:53 + '[' -f /tmp/packages_end.txt ']' 20:53:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:53:53 + '[' /w/workspace/foundry_device-virtual-go_master ']' 20:53:53 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 20:53:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 20:53:53 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 20:53:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:53:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:53:53 20:53:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:53:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:53:54 alpine: Pulling from edgex-lftools-log-publisher 20:53:54 df20fa9351a1: Pulling fs layer 20:53:54 36b3adc4ff6f: Pulling fs layer 20:53:54 8ad3a11d3b57: Pulling fs layer 20:53:54 46f8f816bc3b: Pulling fs layer 20:53:54 93b61091891f: Pulling fs layer 20:53:54 93b9cdb0e59b: Pulling fs layer 20:53:54 5e14af77c1be: Pulling fs layer 20:53:54 01666e4c0597: Pulling fs layer 20:53:54 aa168da1d23b: Pulling fs layer 20:53:54 93b9cdb0e59b: Waiting 20:53:54 5e14af77c1be: Waiting 20:53:54 01666e4c0597: Waiting 20:53:54 aa168da1d23b: Waiting 20:53:54 46f8f816bc3b: Waiting 20:53:54 93b61091891f: Waiting 20:53:54 36b3adc4ff6f: Verifying Checksum 20:53:54 36b3adc4ff6f: Download complete 20:53:54 46f8f816bc3b: Download complete 20:53:54 df20fa9351a1: Verifying Checksum 20:53:54 df20fa9351a1: Download complete 20:53:54 93b9cdb0e59b: Verifying Checksum 20:53:54 93b9cdb0e59b: Download complete 20:53:54 5e14af77c1be: Verifying Checksum 20:53:54 5e14af77c1be: Download complete 20:53:54 01666e4c0597: Verifying Checksum 20:53:54 01666e4c0597: Download complete 20:53:54 93b61091891f: Verifying Checksum 20:53:54 93b61091891f: Download complete 20:53:54 8ad3a11d3b57: Verifying Checksum 20:53:54 8ad3a11d3b57: Download complete 20:53:54 df20fa9351a1: Pull complete 20:53:55 36b3adc4ff6f: Pull complete 20:53:55 8ad3a11d3b57: Pull complete 20:53:55 46f8f816bc3b: Pull complete 20:53:56 93b61091891f: Pull complete 20:53:57 93b9cdb0e59b: Pull complete 20:53:57 aa168da1d23b: Verifying Checksum 20:53:57 aa168da1d23b: Download complete 20:53:57 5e14af77c1be: Pull complete 20:53:57 01666e4c0597: Pull complete 20:54:05 aa168da1d23b: Pull complete 20:54:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:54:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:54:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:54:05 prd-centos7-docker-4c-2g-4880 does not seem to be running inside a container 20:54:05 $ 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 20:54:08 $ docker top 0c775a8913188d9ad8315c29a58aa9f2f48ce1ec326f6cc0d60f99d59387743d -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:08 + touch /tmp/pre-build-complete [Pipeline] sh 20:54:08 + mkdir -p /var/log/sa [Pipeline] sh 20:54:09 + ls /var/log/sa-host 20:54:09 + sadf -c /var/log/sa-host/sa12 20:54:09 file_magic: OK 20:54:09 HZ: Using current value: 100 20:54:09 file_header: OK 20:54:09 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 20:54:09 Statistics: 20:54:09 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... 20:54:09 File successfully converted to sysstat format version 12.2.1 20:54:09 + sadf -c /var/log/sa-host/sa23 20:54:09 file_magic: OK 20:54:09 HZ: Using current value: 100 20:54:09 file_header: OK 20:54:09 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 20:54:09 Statistics: 20:54:09 Hnuu...uuuununununu... 20:54:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:54:09 provisioning config files... 20:54:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7436837480074523377tmp [Pipeline] { [Pipeline] echo 20:54:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:54:10 ---> create-netrc.sh [Pipeline] } 20:54:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:54:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:54:10 ---> python-tools-install.sh [Pipeline] echo 20:54:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:54:10 ---> sudo-logs.sh 20:54:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:54:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:54:11 ---> job-cost.sh 20:54:11 lf-activate-venv: SKIPPING 20:54:11 DEBUG: total: 0.20999999344348907 20:54:11 INFO: Retrieving Stack Cost... 20:54:12 INFO: Retrieving Pricing Info for: v1-standard-2 20:54:12 INFO: Archiving Costs [Pipeline] echo 20:54:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:54:13 ---> logs-deploy.sh 20:54:13 lf-activate-venv: SKIPPING 20:54:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/54 20:54:13 INFO: archiving workspace using pattern(s): 20:54:15 Archives upload complete. 20:54:15 INFO: archiving logs to Nexus 20:54:16 ---> uname -a: 20:54:16 Linux prd-centos7-docker-4c-2g-4880.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:54:16 20:54:16 20:54:16 ---> lscpu: 20:54:16 Architecture: x86_64 20:54:16 CPU op-mode(s): 32-bit, 64-bit 20:54:16 Byte Order: Little Endian 20:54:16 Address sizes: 40 bits physical, 48 bits virtual 20:54:16 CPU(s): 4 20:54:16 On-line CPU(s) list: 0-3 20:54:16 Thread(s) per core: 1 20:54:16 Core(s) per socket: 1 20:54:16 Socket(s): 4 20:54:16 NUMA node(s): 1 20:54:16 Vendor ID: GenuineIntel 20:54:16 CPU family: 6 20:54:16 Model: 44 20:54:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:54:16 Stepping: 1 20:54:16 CPU MHz: 2933.438 20:54:16 BogoMIPS: 5866.87 20:54:16 Virtualization: VT-x 20:54:16 Hypervisor vendor: KVM 20:54:16 Virtualization type: full 20:54:16 L1d cache: 128 KiB 20:54:16 L1i cache: 128 KiB 20:54:16 L2 cache: 16 MiB 20:54:16 L3 cache: 64 MiB 20:54:16 NUMA node0 CPU(s): 0-3 20:54:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:54:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:54:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:54:16 Vulnerability Meltdown: Mitigation; PTI 20:54:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:54:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:54:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:54:16 Vulnerability Srbds: Not affected 20:54:16 Vulnerability Tsx async abort: Not affected 20:54:16 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 20:54:16 20:54:16 20:54:16 ---> nproc: 20:54:16 4 20:54:16 20:54:16 20:54:16 ---> df -h: 20:54:16 Filesystem Size Used Available Use% Mounted on 20:54:16 overlay 50.0G 8.6G 41.4G 17% / 20:54:16 tmpfs 64.0M 0 64.0M 0% /dev 20:54:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:54:16 shm 64.0M 0 64.0M 0% /dev/shm 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 20:54:16 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 20:54:16 20:54:16 20:54:16 ---> free -m: 20:54:16 total used free shared buff/cache available 20:54:16 Mem: 1837 815 143 0 878 956 20:54:16 Swap: 1023 2 1021 20:54:16 20:54:16 20:54:16 ---> ip addr: 20:54:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:54:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:54:16 inet 127.0.0.1/8 scope host lo 20:54:16 valid_lft forever preferred_lft forever 20:54:16 inet6 ::1/128 scope host 20:54:16 valid_lft forever preferred_lft forever 20:54:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:54:16 link/ether fa:16:3e:57:19:dd brd ff:ff:ff:ff:ff:ff 20:54:16 inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 20:54:16 valid_lft 85619sec preferred_lft 85619sec 20:54:16 inet6 fe80::f816:3eff:fe57:19dd/64 scope link 20:54:16 valid_lft forever preferred_lft forever 20:54:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:54:16 link/ether 02:42:85:ff:81:97 brd ff:ff:ff:ff:ff:ff 20:54:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:54:16 valid_lft forever preferred_lft forever 20:54:16 inet6 fe80::42:85ff:feff:8197/64 scope link 20:54:16 valid_lft forever preferred_lft forever 20:54:16 20:54:16 20:54:16 ---> sar -b -r -n DEV: 20:54:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:54:16 20:54:16 20:41:02 LINUX RESTART (4 CPU) 20:54:16 20:54:16 20:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:54:16 20:43:01 5.54 0.66 4.88 0.00 86.95 618.06 0.00 20:54:16 20:44:01 0.57 0.00 0.57 0.00 0.00 10.14 0.00 20:54:16 20:45:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 20:54:16 20:46:02 0.37 0.00 0.37 0.00 0.00 5.80 0.00 20:54:16 20:47:01 0.20 0.00 0.20 0.00 0.00 3.07 0.00 20:54:16 20:48:01 0.27 0.00 0.27 0.00 0.00 3.26 0.00 20:54:16 20:49:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 20:54:16 20:50:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 20:54:16 20:51:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 20:54:16 20:52:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 20:54:16 20:53:01 361.14 188.03 173.12 0.00 9259.57 50967.44 0.00 20:54:16 20:54:02 238.30 105.04 133.26 0.00 7379.92 35194.06 0.00 20:54:16 Average: 51.13 24.72 26.40 0.00 1407.44 7305.59 0.00 20:54:16 20:54:16 20:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:54:16 20:43:01 151272 0 587092 31.20 2620 1140560 1084548 37.01 424192 1106576 24 20:54:16 20:44:01 150812 0 587548 31.23 2620 1140564 1080512 36.88 425196 1106356 20 20:54:16 20:45:01 152076 0 586276 31.16 2620 1140572 1067124 36.42 420072 1110020 12 20:54:16 20:46:02 150640 0 587712 31.24 2620 1140572 1067308 36.43 422296 1110020 16 20:54:16 20:47:01 147428 0 590916 31.41 2620 1140580 1067344 36.43 427936 1107320 12 20:54:16 20:48:01 148048 0 590292 31.37 2620 1140584 1067188 36.42 427260 1107320 20 20:54:16 20:49:01 145928 0 592408 31.49 2620 1140588 1067368 36.43 429496 1107348 12 20:54:16 20:50:01 142740 0 595592 31.65 2620 1140592 1079764 36.85 432532 1107272 8 20:54:16 20:51:01 142472 0 595856 31.67 2620 1140596 1078952 36.82 432772 1107272 20 20:54:16 20:52:01 143028 0 595292 31.64 2620 1140604 1078808 36.82 432040 1107272 16 20:54:16 20:53:01 82788 0 748460 39.78 2596 1047700 1506476 51.41 620704 903340 39844 20:54:16 20:54:02 83376 0 835568 44.41 1544 961056 1520296 51.89 687160 753756 14896 20:54:16 Average: 136717 0 624418 33.19 2528 1117881 1147141 39.15 465138 1061156 4575 20:54:16 20:54:16 20:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:54:16 20:43:01 eth0 57.97 61.38 156.27 9.95 0.00 0.00 0.00 0.00 20:54:16 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:43:01 docker0 51.82 38.29 4.62 140.76 0.00 0.00 0.00 0.00 20:54:16 20:44:01 eth0 2.90 1.17 1.38 0.94 0.00 0.00 0.00 0.00 20:54:16 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:45:01 eth0 2.23 0.08 0.21 0.04 0.00 0.00 0.00 0.00 20:54:16 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:46:02 eth0 0.98 0.57 0.54 0.40 0.00 0.00 0.00 0.00 20:54:16 20:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:47:01 eth0 0.41 0.14 0.15 0.07 0.00 0.00 0.00 0.00 20:54:16 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:48:01 eth0 4.11 0.08 0.29 0.01 0.00 0.00 0.00 0.00 20:54:16 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:49:01 eth0 4.08 0.52 0.88 0.36 0.00 0.00 0.00 0.00 20:54:16 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:50:01 eth0 4.61 1.80 0.62 8.41 0.00 0.00 0.00 0.00 20:54:16 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:51:01 eth0 6.11 6.44 1.11 20.06 0.00 0.00 0.00 0.00 20:54:16 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:52:01 eth0 0.82 0.42 0.41 0.29 0.00 0.00 0.00 0.00 20:54:16 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:53:01 eth0 844.15 728.19 7616.14 66.53 0.00 0.00 0.00 0.00 20:54:16 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:53:01 docker0 66.75 74.47 5.48 397.48 0.00 0.00 0.00 0.00 20:54:16 20:54:02 eth0 333.40 257.23 2474.85 93.07 0.00 0.00 0.00 0.00 20:54:16 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 20:54:02 docker0 37.69 60.34 2.15 258.70 0.00 0.00 0.00 0.00 20:54:16 Average: eth0 106.09 88.94 862.95 16.80 0.00 0.00 0.00 0.00 20:54:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:16 Average: docker0 13.04 14.49 1.02 66.78 0.00 0.00 0.00 0.00 20:54:16 20:54:16 20:54:16 ---> sar -P ALL: 20:54:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:54:16 20:54:16 20:41:02 LINUX RESTART (4 CPU) 20:54:16 20:54:16 20:42:02 CPU %user %nice %system %iowait %steal %idle 20:54:16 20:43:01 all 0.92 0.00 0.53 0.04 0.01 98.50 20:54:16 20:43:01 0 1.43 0.00 0.68 0.02 0.02 97.86 20:54:16 20:43:01 1 1.14 0.00 0.58 0.07 0.00 98.21 20:54:16 20:43:01 2 0.66 0.00 0.41 0.02 0.02 98.90 20:54:16 20:43:01 3 0.46 0.00 0.46 0.05 0.00 99.03 20:54:16 20:44:01 all 0.18 0.00 0.05 0.00 0.00 99.77 20:54:16 20:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:54:16 20:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:54:16 20:44:01 2 0.60 0.00 0.07 0.00 0.00 99.33 20:54:16 20:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:54:16 20:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:54:16 20:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:54:16 20:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:54:16 20:45:01 2 0.48 0.00 0.02 0.00 0.00 99.50 20:54:16 20:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:54:16 20:46:02 all 0.15 0.00 0.04 0.00 0.00 99.80 20:54:16 20:46:02 0 0.03 0.00 0.05 0.00 0.00 99.92 20:54:16 20:46:02 1 0.03 0.00 0.05 0.00 0.02 99.90 20:54:16 20:46:02 2 0.48 0.00 0.03 0.00 0.00 99.48 20:54:16 20:46:02 3 0.07 0.00 0.03 0.00 0.00 99.90 20:54:16 20:47:01 all 0.17 0.00 0.04 0.00 0.00 99.79 20:54:16 20:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:54:16 20:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 20:54:16 20:47:01 2 0.54 0.00 0.07 0.00 0.00 99.39 20:54:16 20:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:54:16 20:48:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:54:16 20:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:54:16 20:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:54:16 20:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:54:16 20:48:01 3 0.03 0.00 0.05 0.00 0.02 99.90 20:54:16 20:49:01 all 0.18 0.00 0.04 0.00 0.02 99.76 20:54:16 20:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:54:16 20:49:01 1 0.07 0.00 0.07 0.00 0.05 99.82 20:54:16 20:49:01 2 0.55 0.00 0.05 0.00 0.03 99.37 20:54:16 20:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:54:16 20:50:01 all 0.18 0.00 0.07 0.00 0.00 99.75 20:54:16 20:50:01 0 0.25 0.00 0.08 0.00 0.02 99.65 20:54:16 20:50:01 1 0.15 0.00 0.10 0.00 0.00 99.75 20:54:16 20:50:01 2 0.22 0.00 0.07 0.00 0.00 99.72 20:54:16 20:50:01 3 0.10 0.00 0.02 0.00 0.00 99.88 20:54:16 20:51:01 all 0.21 0.00 0.09 0.00 0.03 99.66 20:54:16 20:51:01 0 0.13 0.00 0.12 0.00 0.00 99.75 20:54:16 20:51:01 1 0.08 0.00 0.07 0.00 0.08 99.77 20:54:16 20:51:01 2 0.40 0.00 0.10 0.00 0.03 99.47 20:54:16 20:51:01 3 0.23 0.00 0.08 0.00 0.02 99.67 20:54:16 20:52:01 all 0.15 0.00 0.02 0.00 0.02 99.81 20:54:16 20:52:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:54:16 20:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:54:16 20:52:01 2 0.52 0.00 0.02 0.00 0.02 99.45 20:54:16 20:52:01 3 0.03 0.00 0.02 0.00 0.03 99.92 20:54:16 20:53:01 all 15.34 0.00 10.88 4.59 0.87 68.32 20:54:16 20:53:01 0 15.86 0.00 11.09 5.69 0.83 66.53 20:54:16 20:53:01 1 15.44 0.00 10.01 4.02 0.91 69.62 20:54:16 20:53:01 2 15.28 0.00 11.31 3.86 1.00 68.55 20:54:16 20:53:01 3 14.78 0.00 11.11 4.81 0.72 68.57 20:54:16 20:54:16 20:53:01 CPU %user %nice %system %iowait %steal %idle 20:54:16 20:54:02 all 12.86 0.00 9.60 3.70 0.28 73.56 20:54:16 20:54:02 0 10.22 0.00 9.45 3.77 0.24 76.32 20:54:16 20:54:02 1 12.65 0.00 10.14 3.28 0.31 73.63 20:54:16 20:54:02 2 11.60 0.00 9.38 4.37 0.27 74.38 20:54:16 20:54:02 3 16.98 0.00 9.44 3.40 0.29 69.88 20:54:16 Average: all 2.50 0.00 1.75 0.68 0.10 94.97 20:54:16 Average: 0 2.29 0.00 1.76 0.77 0.09 95.09 20:54:16 Average: 1 2.43 0.00 1.73 0.60 0.11 95.12 20:54:16 Average: 2 2.61 0.00 1.76 0.67 0.11 94.84 20:54:16 Average: 3 2.68 0.00 1.74 0.67 0.09 94.82 20:54:16 20:54:16 20:54:16