Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 196bef76aa0a3d89dc26ac944eff062c8405d7e3 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-rest-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-rest-go-settings PROJECT: device-rest-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-rest 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-4841 in /w/workspace/gexfoundry_device-rest-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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" > git rev-list --no-walk 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:21:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:21:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:21:07 ========================================================= 20:21:07 EdgeX Global Pipelines Version Info 20:21:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:21:08 ------------------- 20:21:08 stable info: 20:21:08 ------------------- 20:21:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:21:08 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:21:08 Message: update stable to v1.0.192 20:21:09 ------------------- 20:21:09 experimental info: 20:21:09 ------------------- 20:21:09 Commited By: **** collab-it+edgex@linuxfoundation.org 20:21:09 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:21:09 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:21:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:21:09 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:21:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 196bef7 [Pipeline] echo 20:21:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:21:10 provisioning config files... 20:21:10 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config802032044694388658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:11 ---> docker-login.sh 20:21:11 nexus3.edgexfoundry.org:10001 20:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:11 Configure a credential helper to remove this warning. See 20:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:11 20:21:11 Login Succeeded 20:21:11 nexus3.edgexfoundry.org:10002 20:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:11 Configure a credential helper to remove this warning. See 20:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:11 20:21:11 Login Succeeded 20:21:11 nexus3.edgexfoundry.org:10003 20:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:11 Configure a credential helper to remove this warning. See 20:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:11 20:21:11 Login Succeeded 20:21:11 nexus3.edgexfoundry.org:10004 20:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:12 Configure a credential helper to remove this warning. See 20:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:12 20:21:12 Login Succeeded 20:21:12 docker.io 20:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:12 Configure a credential helper to remove this warning. See 20:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:12 20:21:12 Login Succeeded 20:21:12 ---> docker-login.sh ends [Pipeline] } 20:21:12 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:21:13 + git log --format=format:%s -1 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] echo 20:21:13 GIT_COMMIT: 196bef76aa0a3d89dc26ac944eff062c8405d7e3, Commit Message: Merge pull request #97 from tonyespy/snap-go116-tidy-fix [Pipeline] echo 20:21:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:21:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:13 20:21:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:21:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:14 latest: Pulling from edgex-devops/git-semver 20:21:14 31603596830f: Pulling fs layer 20:21:14 54011a49482f: Pulling fs layer 20:21:14 a6820b24f6d8: Pulling fs layer 20:21:14 f581987b2513: Pulling fs layer 20:21:14 f581987b2513: Waiting 20:21:14 54011a49482f: Verifying Checksum 20:21:14 54011a49482f: Download complete 20:21:14 31603596830f: Download complete 20:21:14 f581987b2513: Verifying Checksum 20:21:14 f581987b2513: Download complete 20:21:14 31603596830f: Pull complete 20:21:14 a6820b24f6d8: Verifying Checksum 20:21:14 a6820b24f6d8: Download complete 20:21:14 54011a49482f: Pull complete 20:21:15 a6820b24f6d8: Pull complete 20:21:16 f581987b2513: Pull complete 20:21:16 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:21:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:21:16 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:21:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:21:17 $ docker top a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:18 [ssh-agent] Looking for ssh-agent implementation... 20:21:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:18 $ docker exec a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent 20:21:18 SSH_AUTH_SOCK=/tmp/ssh-rYNQvAalsfKq/agent.13 20:21:18 SSH_AGENT_PID=19 20:21:18 Running ssh-add (command line suppressed) 20:21:18 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_682380540286934407.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_682380540286934407.key) 20:21:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:19 + git tag --points-at HEAD [Pipeline] } 20:21:19 $ docker exec --env ******** --env ******** a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent -k 20:21:19 unset SSH_AUTH_SOCK; 20:21:19 unset SSH_AGENT_PID; 20:21:19 echo Agent pid 19 killed; 20:21:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:21:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:19 [ssh-agent] Looking for ssh-agent implementation... 20:21:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:19 $ docker exec a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent 20:21:19 SSH_AUTH_SOCK=/tmp/ssh-PAD8ApaG69Fx/agent.48 20:21:19 SSH_AGENT_PID=53 20:21:19 Running ssh-add (command line suppressed) 20:21:19 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7540196678760540037.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7540196678760540037.key) 20:21:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:20 + git semver init 20:21:20 # -> Open(): unable to determine branch for HEAD 20:21:20 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 20:21:20 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 20:21:20 # $SEMVER_REMOTE_NAME = origin 20:21:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:21:20 # $SEMVER_USER_NAME = edgex-jenkins 20:21:20 # $SEMVER_BRANCH = master 20:21:20 # $SEMVER_TEMP = /tmp/semver-485485194 20:21:20 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 20:21:24 # '/tmp/semver-485485194' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 20:21:24 # -> Force: false 20:21:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 20:21:24 $ docker exec --env ******** --env ******** a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent -k 20:21:24 unset SSH_AUTH_SOCK; 20:21:24 unset SSH_AGENT_PID; 20:21:24 echo Agent pid 53 killed; 20:21:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:24 + git semver [Pipeline] } 20:21:25 $ docker stop --time=1 a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db 20:21:26 $ docker rm -f a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db [Pipeline] // withDockerContainer [Pipeline] sh 20:21:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:21:27 Stashed 1 file(s) [Pipeline] echo 20:21:27 [edgeXSemver]: initialized semver on version 1.2.2-dev.9 [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:21:42 Still waiting to schedule task 20:21:42 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4800’ is offline; ‘prd-centos7-docker-4c-2g-4802’ is offline; ‘prd-centos7-docker-4c-2g-4807’ is offline; ‘prd-centos7-docker-4c-2g-4810’ is offline; ‘prd-centos7-docker-4c-2g-4813’ is offline; ‘prd-centos7-docker-4c-2g-4814’ is offline; ‘prd-centos7-docker-4c-2g-4815’ is offline; ‘prd-centos7-docker-4c-2g-4842’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-4840’ 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-4818’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4819’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4823’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4824’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4825’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4828’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4832’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4833’ doesn’t have label ‘centos7-docker-4c-2g’ 20:21:42 Still waiting to schedule task 20:21:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:22:56 Running on prd-centos7-docker-4c-2g-4847 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 20:22:56 Running in /w/workspace/device-rest-go/42 [Pipeline] { [Pipeline] checkout 20:22:58 using credential edgex-jenkins-ssh 20:22:58 Cloning the remote Git repository 20:22:58 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:22:59 > git init /w/workspace/device-rest-go/42 # timeout=10 20:22:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:22:59 > git --version # timeout=10 20:22:59 > git --version # 'git version 2.24.3' 20:22:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:22:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:00 Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) 20:23:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:23:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:23:00 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:23:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:23:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:23:00 > git config core.sparsecheckout # timeout=10 20:23:00 > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 20:23:04 Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:23:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:23:05 + sudo service docker restart 20:23:05 + true 20:23:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:23:06 provisioning config files... 20:23:06 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config2864878172534368282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:07 ---> docker-login.sh 20:23:07 nexus3.edgexfoundry.org:10001 20:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:07 Configure a credential helper to remove this warning. See 20:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:07 20:23:07 Login Succeeded 20:23:07 nexus3.edgexfoundry.org:10002 20:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:07 Configure a credential helper to remove this warning. See 20:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:07 20:23:07 Login Succeeded 20:23:07 nexus3.edgexfoundry.org:10003 20:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:07 Configure a credential helper to remove this warning. See 20:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:07 20:23:07 Login Succeeded 20:23:07 nexus3.edgexfoundry.org:10004 20:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:08 Configure a credential helper to remove this warning. See 20:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:08 20:23:08 Login Succeeded 20:23:08 docker.io 20:23:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:08 Configure a credential helper to remove this warning. See 20:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:08 20:23:08 Login Succeeded 20:23:08 ---> docker-login.sh ends [Pipeline] } 20:23:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:23:09 ========================================================= 20:23:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:23:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:23:09 + 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:23:09 Sending build context to Docker daemon 92.16kB 20:23:09 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:23:09 Step 2/10 : FROM ${BASE} 20:23:09 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:23:09 540db60ca938: Pulling fs layer 20:23:09 adcc1eea9eea: Pulling fs layer 20:23:09 4c4ab2625f07: Pulling fs layer 20:23:09 0510c868ecb4: Pulling fs layer 20:23:09 afea3b2eda06: Pulling fs layer 20:23:09 7809a108b3ef: Pulling fs layer 20:23:09 f706445af74f: Pulling fs layer 20:23:09 afea3b2eda06: Waiting 20:23:09 7809a108b3ef: Waiting 20:23:09 f706445af74f: Waiting 20:23:09 0510c868ecb4: Waiting 20:23:09 adcc1eea9eea: Verifying Checksum 20:23:09 adcc1eea9eea: Download complete 20:23:10 4c4ab2625f07: Verifying Checksum 20:23:10 4c4ab2625f07: Download complete 20:23:10 afea3b2eda06: Download complete 20:23:10 7809a108b3ef: Verifying Checksum 20:23:10 7809a108b3ef: Download complete 20:23:10 540db60ca938: Download complete 20:23:10 540db60ca938: Pull complete 20:23:11 adcc1eea9eea: Pull complete 20:23:11 4c4ab2625f07: Pull complete 20:23:12 f706445af74f: Verifying Checksum 20:23:12 f706445af74f: Download complete 20:23:13 0510c868ecb4: Verifying Checksum 20:23:13 0510c868ecb4: Download complete 20:23:18 0510c868ecb4: Pull complete 20:23:18 afea3b2eda06: Pull complete 20:23:18 7809a108b3ef: Pull complete 20:23:28 f706445af74f: Pull complete 20:23:28 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:23:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:23:28 ---> b068be0155e3 20:23:28 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:23:28 ---> Running in 70846851ff96 20:23:28 Removing intermediate container 70846851ff96 20:23:28 ---> 769066c9eaea 20:23:28 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:23:28 ---> Running in 4c881319fd25 20:23:29 Removing intermediate container 4c881319fd25 20:23:29 ---> 48b01b9263f2 20:23:29 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:23:29 ---> Running in 312c9f5ea64d 20:23:29 Removing intermediate container 312c9f5ea64d 20:23:29 ---> bdc2fde61c8c 20:23:29 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:29 ---> Running in 15ac6ae190c0 20:23:30 Removing intermediate container 15ac6ae190c0 20:23:30 ---> 943ceab258c9 20:23:30 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:23:30 ---> Running in 789c71364868 20:23:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:23:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:23:32 (1/9) Installing libc-dev (0.7.2-r3) 20:23:32 (2/9) Installing libsodium (1.0.18-r0) 20:23:33 (3/9) Installing pkgconf (1.7.3-r0) 20:23:33 (4/9) Installing libsodium-dev (1.0.18-r0) 20:23:33 (5/9) Installing openssh-keygen (8.4_p1-r3) 20:23:33 (6/9) Installing libedit (20191231.3.1-r1) 20:23:33 (7/9) Installing openssh-client (8.4_p1-r3) 20:23:33 (8/9) Installing libzmq (4.3.3-r1) 20:23:33 (9/9) Installing zeromq-dev (4.3.3-r1) 20:23:33 Executing busybox-1.32.1-r6.trigger 20:23:33 OK: 154 MiB in 49 packages 20:23:34 Removing intermediate container 789c71364868 20:23:34 ---> a14e2d191cdf 20:23:34 Step 8/10 : WORKDIR /device-rest-go 20:23:34 ---> Running in 1ed095b4eb91 20:23:34 Removing intermediate container 1ed095b4eb91 20:23:34 ---> 9883aebc4d9c 20:23:34 Step 9/10 : COPY . . 20:23:35 ---> dca85542af03 20:23:35 Step 10/10 : RUN go mod download 20:23:35 ---> Running in ccbbc2b76116 20:24:01 Removing intermediate container ccbbc2b76116 20:24:01 ---> 0c2baae629f1 20:24:01 Successfully built 0c2baae629f1 20:24:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:24:02 + docker inspect -f . ci-base-image-x86_64 20:24:02 . [Pipeline] withDockerContainer 20:24:02 prd-centos7-docker-4c-2g-4847 does not seem to be running inside a container 20:24:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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:24:03 $ docker top 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:03 + go version 20:24:03 go version go1.16.3 linux/amd64 [Pipeline] } 20:24:03 $ docker stop --time=1 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b 20:24:05 $ docker rm -f 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:05 + docker inspect -f . ci-base-image-x86_64 20:24:05 . [Pipeline] withDockerContainer 20:24:05 prd-centos7-docker-4c-2g-4847 does not seem to be running inside a container 20:24:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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:24:06 $ docker top df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:06 + go mod tidy [Pipeline] sh 20:24:07 + make test 20:24:07 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:24:08 ? github.com/edgexfoundry/device-rest-go [no test files] 20:24:27 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:24:27 ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 54.0% of statements 20:24:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:24:34 gofmt -l . 20:24:34 [ "`gofmt -l .`" = "" ] 20:24:34 ./bin/test-go-mod-tidy.sh 20:24:34 ./bin/test-attribution-txt.sh [Pipeline] } 20:24:34 $ docker stop --time=1 df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 20:24:36 $ docker rm -f df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:24:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:24:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:24:38 + ls -al . 20:24:38 total 104 20:24:38 drwxrwxr-x. 8 jenkins jenkins 4096 May 12 20:24 . 20:24:38 drwxrwxr-x. 4 jenkins jenkins 30 May 12 20:22 .. 20:24:38 -rw-rw-r--. 1 jenkins jenkins 6792 May 12 20:23 Attribution.txt 20:24:38 drwxrwxr-x. 2 jenkins jenkins 64 May 12 20:23 bin 20:24:38 drwxrwxr-x. 3 jenkins jenkins 32 May 12 20:23 cmd 20:24:38 -rw-r--r--. 1 jenkins jenkins 8513 May 12 20:24 coverage.out 20:24:38 -rw-rw-r--. 1 jenkins jenkins 1602 May 12 20:23 Dockerfile 20:24:38 -rw-rw-r--. 1 jenkins jenkins 1087 May 12 20:23 Dockerfile.build 20:24:38 -rw-rw-r--. 1 jenkins jenkins 151 May 12 20:23 .dockerignore 20:24:38 drwxrwxr-x. 2 jenkins jenkins 76 May 12 20:23 driver 20:24:38 drwxrwxr-x. 8 jenkins jenkins 162 May 12 20:23 .git 20:24:38 drwxrwxr-x. 2 jenkins jenkins 103 May 12 20:23 .github 20:24:38 -rw-rw-r--. 1 jenkins jenkins 339 May 12 20:23 .gitignore 20:24:38 -rw-r--r--. 1 jenkins jenkins 285 May 12 20:24 go.mod 20:24:38 -rw-r--r--. 1 jenkins jenkins 21011 May 12 20:24 go.sum 20:24:38 -rw-rw-r--. 1 jenkins jenkins 680 May 12 20:23 Jenkinsfile 20:24:38 -rw-rw-r--. 1 jenkins jenkins 11340 May 12 20:23 LICENSE 20:24:38 -rw-rw-r--. 1 jenkins jenkins 976 May 12 20:23 Makefile 20:24:38 -rw-rw-r--. 1 jenkins jenkins 7667 May 12 20:23 README.md 20:24:38 drwxrwxr-x. 4 jenkins jenkins 71 May 12 20:23 snap 20:24:38 -rw-rw-r--. 1 jenkins jenkins 11 May 12 20:21 VERSION 20:24:38 -rw-rw-r--. 1 jenkins jenkins 713 May 12 20:23 version.go [Pipeline] isUnix [Pipeline] sh 20:24:39 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 --label arch=amd64 --label version=1.2.2-dev.9 . 20:24:39 Sending build context to Docker daemon 101.9kB 20:24:39 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 20:24:39 Step 2/24 : FROM ${BASE} AS builder 20:24:39 ---> 0c2baae629f1 20:24:39 Step 3/24 : ARG MAKE='make build' 20:24:39 ---> Running in 467d717bdd6a 20:24:39 Removing intermediate container 467d717bdd6a 20:24:39 ---> 04f866ebc619 20:24:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:24:39 ---> Running in fdb571eef4a9 20:24:39 Removing intermediate container fdb571eef4a9 20:24:39 ---> 5dee0aa9a16a 20:24:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 20:24:39 ---> Running in 5b1e7305a459 20:24:40 Removing intermediate container 5b1e7305a459 20:24:40 ---> 5e7c97a114b7 20:24:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:40 ---> Running in c37bf43b387a 20:24:41 Removing intermediate container c37bf43b387a 20:24:41 ---> 99d3e6a58432 20:24:41 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:24:41 ---> Running in b043d315b7ca 20:24:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:24:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:24:43 OK: 154 MiB in 49 packages 20:24:43 Removing intermediate container b043d315b7ca 20:24:43 ---> 9166e8dbac7c 20:24:43 Step 8/24 : WORKDIR /device-rest-go 20:24:43 ---> Running in 91a41f35b52f 20:24:43 Removing intermediate container 91a41f35b52f 20:24:43 ---> b993622c8bf3 20:24:43 Step 9/24 : COPY . . 20:24:43 ---> 630fb17f623e 20:24:43 Step 10/24 : RUN make update 20:24:43 ---> Running in 1e57afdbe4af 20:24:44 CGO_ENABLED=0 GO111MODULE=on go mod download 20:24:44 Removing intermediate container 1e57afdbe4af 20:24:44 ---> dd375e4c24c4 20:24:44 Step 11/24 : RUN $MAKE 20:24:45 ---> Running in 9768853704e0 20:24:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.9" -o cmd/device-rest-go ./cmd 20:25:00 Removing intermediate container 9768853704e0 20:25:00 ---> 870a0fa371db 20:25:00 Step 12/24 : FROM alpine:3.12 20:25:00 3.12: Pulling from library/alpine 20:25:00 339de151aab4: Pulling fs layer 20:25:00 339de151aab4: Verifying Checksum 20:25:00 339de151aab4: Download complete 20:25:00 339de151aab4: Pull complete 20:25:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:25:00 Status: Downloaded newer image for alpine:3.12 20:25:00 ---> 13621d1b12d4 20:25:00 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:25:00 ---> Running in 274e62931fa7 20:25:00 Removing intermediate container 274e62931fa7 20:25:00 ---> 3ba1e824a255 20:25:00 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 20:25:00 ---> Running in 17abc21f04eb 20:25:00 Removing intermediate container 17abc21f04eb 20:25:00 ---> dadefb64886d 20:25:00 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 20:25:00 ---> Running in 47ad11021e61 20:25:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:00 (1/6) Installing dumb-init (1.2.2-r1) 20:25:00 (2/6) Installing libgcc (9.3.0-r2) 20:25:00 (3/6) Installing libsodium (1.0.18-r0) 20:25:00 (4/6) Installing libstdc++ (9.3.0-r2) 20:25:00 (5/6) Installing libzmq (4.3.3-r0) 20:25:00 (6/6) Installing zeromq (4.3.3-r0) 20:25:00 Executing busybox-1.31.1-r20.trigger 20:25:00 OK: 8 MiB in 20 packages 20:25:01 Removing intermediate container 47ad11021e61 20:25:01 ---> 635629823a45 20:25:01 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 20:25:02 ---> f7a4cd3f32b1 20:25:02 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 20:25:02 ---> 70f6cea3a24b 20:25:02 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 20:25:02 ---> 1d096dfa828c 20:25:02 Step 19/24 : EXPOSE 49986 20:25:02 ---> Running in 2d7739787783 20:25:02 Removing intermediate container 2d7739787783 20:25:02 ---> 0fd9654cd45a 20:25:02 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 20:25:02 ---> Running in 4e05d45175de 20:25:02 Removing intermediate container 4e05d45175de 20:25:02 ---> 4fef4cdef9e6 20:25:02 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:25:03 ---> Running in 7c4dcc749d92 20:25:03 Removing intermediate container 7c4dcc749d92 20:25:03 ---> 898bc3de23a5 20:25:03 Step 22/24 : LABEL arch=amd64 20:25:03 ---> Running in 3c42ea777b77 20:25:03 Removing intermediate container 3c42ea777b77 20:25:03 ---> 5ab5692c5720 20:25:03 Step 23/24 : LABEL git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:25:03 ---> Running in 03ed28f46ae0 20:25:03 Removing intermediate container 03ed28f46ae0 20:25:03 ---> 765cffbe8b1f 20:25:03 Step 24/24 : LABEL version=1.2.2-dev.9 20:25:03 ---> Running in 542572d48c18 20:25:03 Removing intermediate container 542572d48c18 20:25:03 ---> a48b07d23295 20:25:03 [Warning] One or more build-args [ARCH] were not consumed 20:25:03 Successfully built a48b07d23295 20:25:03 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:25:04 provisioning config files... 20:25:04 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config7245486063992805293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:04 ---> docker-login.sh 20:25:04 nexus3.edgexfoundry.org:10001 20:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:04 Configure a credential helper to remove this warning. See 20:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:04 20:25:04 Login Succeeded 20:25:04 nexus3.edgexfoundry.org:10002 20:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:04 Configure a credential helper to remove this warning. See 20:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:04 20:25:04 Login Succeeded 20:25:04 nexus3.edgexfoundry.org:10003 20:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:04 Configure a credential helper to remove this warning. See 20:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:04 20:25:04 Login Succeeded 20:25:04 nexus3.edgexfoundry.org:10004 20:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:05 Configure a credential helper to remove this warning. See 20:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:05 20:25:05 Login Succeeded 20:25:05 docker.io 20:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:05 Configure a credential helper to remove this warning. See 20:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:05 20:25:05 Login Succeeded 20:25:05 ---> docker-login.sh ends [Pipeline] } 20:25:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:05 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 20:25:05 196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:25:05 latest 20:25:05 1.2.2-dev.9 20:25:05 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:25:05 master 20:25:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:05 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh 20:25:06 + docker push nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:06 9b77180ff4bb: Preparing 20:25:06 b0a37ee9ff49: Preparing 20:25:06 51462e86ca3e: Preparing 20:25:06 7aa4efd24620: Preparing 20:25:06 32f366d666a5: Preparing 20:25:06 32f366d666a5: Layer already exists 20:25:06 b0a37ee9ff49: Pushed 20:25:06 9b77180ff4bb: Pushed 20:25:06 7aa4efd24620: Pushed 20:25:07 51462e86ca3e: Pushed 20:25:07 196bef76aa0a3d89dc26ac944eff062c8405d7e3: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh 20:25:08 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh 20:25:08 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 20:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:08 9b77180ff4bb: Preparing 20:25:08 b0a37ee9ff49: Preparing 20:25:08 51462e86ca3e: Preparing 20:25:08 7aa4efd24620: Preparing 20:25:08 32f366d666a5: Preparing 20:25:08 9b77180ff4bb: Layer already exists 20:25:08 32f366d666a5: Layer already exists 20:25:08 b0a37ee9ff49: Layer already exists 20:25:08 7aa4efd24620: Layer already exists 20:25:08 51462e86ca3e: Layer already exists 20:25:08 latest: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh 20:25:08 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 20:25:08 + docker push nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 20:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:08 9b77180ff4bb: Preparing 20:25:08 b0a37ee9ff49: Preparing 20:25:08 51462e86ca3e: Preparing 20:25:08 7aa4efd24620: Preparing 20:25:08 32f366d666a5: Preparing 20:25:08 9b77180ff4bb: Layer already exists 20:25:08 b0a37ee9ff49: Layer already exists 20:25:08 51462e86ca3e: Layer already exists 20:25:08 32f366d666a5: Layer already exists 20:25:08 7aa4efd24620: Layer already exists 20:25:08 1.2.2-dev.9: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh 20:25:09 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 20:25:09 + docker push nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:25:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:09 9b77180ff4bb: Preparing 20:25:09 b0a37ee9ff49: Preparing 20:25:09 51462e86ca3e: Preparing 20:25:09 7aa4efd24620: Preparing 20:25:09 32f366d666a5: Preparing 20:25:09 9b77180ff4bb: Layer already exists 20:25:09 b0a37ee9ff49: Layer already exists 20:25:09 7aa4efd24620: Layer already exists 20:25:09 51462e86ca3e: Layer already exists 20:25:09 32f366d666a5: Layer already exists 20:25:09 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh 20:25:09 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] isUnix [Pipeline] sh 20:25:10 + docker push nexus3.edgexfoundry.org:10004/device-rest:master 20:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:10 9b77180ff4bb: Preparing 20:25:10 b0a37ee9ff49: Preparing 20:25:10 51462e86ca3e: Preparing 20:25:10 7aa4efd24620: Preparing 20:25:10 32f366d666a5: Preparing 20:25:10 7aa4efd24620: Layer already exists 20:25:10 b0a37ee9ff49: Layer already exists 20:25:10 32f366d666a5: Layer already exists 20:25:10 51462e86ca3e: Layer already exists 20:25:10 9b77180ff4bb: Layer already exists 20:25:10 master: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:10 ===================================================== [Pipeline] echo 20:25:10 taggedImages: 20:25:10 - nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:25:10 - nexus3.edgexfoundry.org:10004/device-rest:latest 20:25:10 - nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 20:25:10 - nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:25:10 - nexus3.edgexfoundry.org:10004/device-rest: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:25:10 ---> job-cost.sh 20:25:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ATcB 20:25:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:25:52 lf-activate-venv(): INFO: Adding /tmp/venv-ATcB/bin to PATH 20:25:52 INFO: No Stack... 20:25:52 INFO: Retrieving Pricing Info for: v1-standard-2 20:25:52 INFO: Archiving Costs [Pipeline] sh 20:25:52 + cat /w/workspace/device-rest-go/42/archives/cost.csv 20:25:52 + cut -d, -f6 [Pipeline] lock 20:25:52 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] 20:25:52 Resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] did not exist. Created. 20:25:52 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:25:53 + echo total: 0.029999999329447746 [Pipeline] stash 20:25:53 Stashed 1 file(s) [Pipeline] } 20:25:53 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:28:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4852 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 20:28:57 Running in /w/workspace/device-rest-go/42 [Pipeline] { [Pipeline] checkout 20:29:04 using credential edgex-jenkins-ssh 20:29:04 Cloning the remote Git repository 20:29:04 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:29:04 > git init /w/workspace/device-rest-go/42 # timeout=10 20:29:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:29:04 > git --version # timeout=10 20:29:04 > git --version # 'git version 2.17.1' 20:29:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:07 Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) 20:29:06 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:29:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:06 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:29:06 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:29:06 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:07 > git config core.sparsecheckout # timeout=10 20:29:07 > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 20:29:11 Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:29:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:14 + sudo service docker restart 20:29:14 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:16 provisioning config files... 20:29:17 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config3604786283203377126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:17 ---> docker-login.sh 20:29:17 nexus3.edgexfoundry.org:10001 20:29:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:18 Configure a credential helper to remove this warning. See 20:29:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:18 20:29:18 Login Succeeded 20:29:18 nexus3.edgexfoundry.org:10002 20:29:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:19 Configure a credential helper to remove this warning. See 20:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:19 20:29:19 Login Succeeded 20:29:19 nexus3.edgexfoundry.org:10003 20:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:19 Configure a credential helper to remove this warning. See 20:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:19 20:29:19 Login Succeeded 20:29:19 nexus3.edgexfoundry.org:10004 20:29:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:20 Configure a credential helper to remove this warning. See 20:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:20 20:29:20 Login Succeeded 20:29:20 docker.io 20:29:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:21 Configure a credential helper to remove this warning. See 20:29:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:21 20:29:21 Login Succeeded 20:29:21 ---> docker-login.sh ends [Pipeline] } 20:29:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:29:21 ========================================================= 20:29:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:29:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:21 + 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:29:21 Sending build context to Docker daemon 92.16kB 20:29:22 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:29:22 Step 2/10 : FROM ${BASE} 20:29:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:29:22 595b0fe564bb: Pulling fs layer 20:29:22 7186ed65a4f7: Pulling fs layer 20:29:22 316046926c0a: Pulling fs layer 20:29:22 4ebd0625c992: Pulling fs layer 20:29:22 207e8628e3a3: Pulling fs layer 20:29:22 c791037a9be2: Pulling fs layer 20:29:22 ffd874e62e21: Pulling fs layer 20:29:22 207e8628e3a3: Waiting 20:29:22 4ebd0625c992: Waiting 20:29:22 ffd874e62e21: Waiting 20:29:22 c791037a9be2: Waiting 20:29:22 316046926c0a: Download complete 20:29:22 7186ed65a4f7: Verifying Checksum 20:29:22 7186ed65a4f7: Download complete 20:29:22 207e8628e3a3: Verifying Checksum 20:29:22 207e8628e3a3: Download complete 20:29:22 c791037a9be2: Download complete 20:29:22 595b0fe564bb: Download complete 20:29:22 595b0fe564bb: Pull complete 20:29:23 7186ed65a4f7: Pull complete 20:29:23 316046926c0a: Pull complete 20:29:24 ffd874e62e21: Verifying Checksum 20:29:24 ffd874e62e21: Download complete 20:29:25 4ebd0625c992: Verifying Checksum 20:29:25 4ebd0625c992: Download complete 20:29:36 4ebd0625c992: Pull complete 20:29:36 207e8628e3a3: Pull complete 20:29:36 c791037a9be2: Pull complete 20:29:40 ffd874e62e21: Pull complete 20:29:40 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:29:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:29:40 ---> cfc18b08335c 20:29:40 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:29:43 ---> Running in 1498757c537c 20:29:43 Removing intermediate container 1498757c537c 20:29:43 ---> 45ba3d6d307d 20:29:43 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:29:43 ---> Running in cd9e3cc0249e 20:29:44 Removing intermediate container cd9e3cc0249e 20:29:44 ---> b41565a9fe1c 20:29:44 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:29:44 ---> Running in 1ee0ef6ef849 20:29:44 Removing intermediate container 1ee0ef6ef849 20:29:44 ---> 2ff0c1338b9d 20:29:44 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:44 ---> Running in 3ec8fba7db1a 20:29:47 Removing intermediate container 3ec8fba7db1a 20:29:47 ---> a5802828773b 20:29:47 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:29:47 ---> Running in 31e730817229 20:29:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:29:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:29:50 (1/9) Installing libc-dev (0.7.2-r3) 20:29:50 (2/9) Installing libsodium (1.0.18-r0) 20:29:50 (3/9) Installing pkgconf (1.7.3-r0) 20:29:50 (4/9) Installing libsodium-dev (1.0.18-r0) 20:29:50 (5/9) Installing openssh-keygen (8.4_p1-r3) 20:29:50 (6/9) Installing libedit (20191231.3.1-r1) 20:29:50 (7/9) Installing openssh-client (8.4_p1-r3) 20:29:51 (8/9) Installing libzmq (4.3.3-r1) 20:29:51 (9/9) Installing zeromq-dev (4.3.3-r1) 20:29:51 Executing busybox-1.32.1-r6.trigger 20:29:51 OK: 144 MiB in 49 packages 20:29:53 Removing intermediate container 31e730817229 20:29:53 ---> 49e5e0c6faab 20:29:53 Step 8/10 : WORKDIR /device-rest-go 20:29:53 ---> Running in 910568b944d9 20:29:53 Removing intermediate container 910568b944d9 20:29:53 ---> 30916e158380 20:29:53 Step 9/10 : COPY . . 20:29:54 ---> 8fdbcde46090 20:29:54 Step 10/10 : RUN go mod download 20:29:54 ---> Running in d38d60e3e832 20:30:21 Removing intermediate container d38d60e3e832 20:30:21 ---> fff1665f1545 20:30:21 Successfully built fff1665f1545 20:30:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:30:21 + docker inspect -f . ci-base-image-arm64 20:30:21 . [Pipeline] withDockerContainer 20:30:22 prd-ubuntu18.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container 20:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:23 $ docker top 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:24 + go version 20:30:24 go version go1.16.3 linux/arm64 [Pipeline] } 20:30:24 $ docker stop --time=1 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 20:30:26 $ docker rm -f 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:27 + docker inspect -f . ci-base-image-arm64 20:30:27 . [Pipeline] withDockerContainer 20:30:27 prd-ubuntu18.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container 20:30:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:29 $ docker top 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:30 + go mod tidy [Pipeline] sh 20:30:31 + make test 20:30:31 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:30:33 ? github.com/edgexfoundry/device-rest-go [no test files] 20:31:29 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:31:29 ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 54.0% of statements 20:31:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:31:56 gofmt -l . 20:31:56 [ "`gofmt -l .`" = "" ] 20:31:56 ./bin/test-go-mod-tidy.sh 20:31:56 ./bin/test-attribution-txt.sh [Pipeline] } 20:31:57 $ docker stop --time=1 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 20:31:59 $ docker rm -f 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:32:00 Warning: overwriting stash ‘coverage-report’ 20:32:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:32:02 + ls -al . 20:32:02 total 132 20:32:02 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:31 . 20:32:02 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:29 .. 20:32:02 -rw-rw-r-- 1 jenkins jenkins 151 May 12 20:29 .dockerignore 20:32:02 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:29 .git 20:32:02 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 .github 20:32:02 -rw-rw-r-- 1 jenkins jenkins 339 May 12 20:29 .gitignore 20:32:02 -rw-rw-r-- 1 jenkins jenkins 6792 May 12 20:29 Attribution.txt 20:32:02 -rw-rw-r-- 1 jenkins jenkins 1602 May 12 20:29 Dockerfile 20:32:02 -rw-rw-r-- 1 jenkins jenkins 1087 May 12 20:29 Dockerfile.build 20:32:02 -rw-rw-r-- 1 jenkins jenkins 680 May 12 20:29 Jenkinsfile 20:32:02 -rw-rw-r-- 1 jenkins jenkins 11340 May 12 20:29 LICENSE 20:32:02 -rw-rw-r-- 1 jenkins jenkins 976 May 12 20:29 Makefile 20:32:02 -rw-rw-r-- 1 jenkins jenkins 7667 May 12 20:29 README.md 20:32:02 -rw-rw-r-- 1 jenkins jenkins 11 May 12 20:21 VERSION 20:32:02 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 bin 20:32:02 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:29 cmd 20:32:02 -rw-r--r-- 1 jenkins jenkins 8513 May 12 20:31 coverage.out 20:32:02 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 driver 20:32:02 -rw-r--r-- 1 jenkins jenkins 285 May 12 20:31 go.mod 20:32:02 -rw-r--r-- 1 jenkins jenkins 21011 May 12 20:30 go.sum 20:32:02 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:29 snap 20:32:02 -rw-rw-r-- 1 jenkins jenkins 713 May 12 20:29 version.go [Pipeline] isUnix [Pipeline] sh 20:32:02 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 --label arch=arm64 --label version=1.2.2-dev.9 . 20:32:02 Sending build context to Docker daemon 101.9kB 20:32:03 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 20:32:03 Step 2/24 : FROM ${BASE} AS builder 20:32:03 ---> fff1665f1545 20:32:03 Step 3/24 : ARG MAKE='make build' 20:32:03 ---> Running in 9bb83f4901c8 20:32:03 Removing intermediate container 9bb83f4901c8 20:32:03 ---> c3e22242f897 20:32:03 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:32:03 ---> Running in 14327516b595 20:32:04 Removing intermediate container 14327516b595 20:32:04 ---> 7c6c05c92a3e 20:32:04 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 20:32:04 ---> Running in 1bdf1e86260f 20:32:05 Removing intermediate container 1bdf1e86260f 20:32:05 ---> 4670a8dcdce0 20:32:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:05 ---> Running in 434480826caf 20:32:07 Removing intermediate container 434480826caf 20:32:07 ---> ce1c6bddf542 20:32:07 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:07 ---> Running in 5ac532f90e36 20:32:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:32:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:32:10 OK: 144 MiB in 49 packages 20:32:11 Removing intermediate container 5ac532f90e36 20:32:11 ---> ee380fd33b8e 20:32:11 Step 8/24 : WORKDIR /device-rest-go 20:32:11 ---> Running in e3adadb5dbab 20:32:12 Removing intermediate container e3adadb5dbab 20:32:12 ---> 85793d573b8c 20:32:12 Step 9/24 : COPY . . 20:32:13 ---> 8a3e9c2c1588 20:32:13 Step 10/24 : RUN make update 20:32:13 ---> Running in 788e50e4017b 20:32:14 CGO_ENABLED=0 GO111MODULE=on go mod download 20:32:15 Removing intermediate container 788e50e4017b 20:32:15 ---> 95c294868cbe 20:32:15 Step 11/24 : RUN $MAKE 20:32:15 ---> Running in 408ec3d8553e 20:32:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.9" -o cmd/device-rest-go ./cmd 20:33:04 Removing intermediate container 408ec3d8553e 20:33:04 ---> c517df6230b2 20:33:04 Step 12/24 : FROM alpine:3.12 20:33:04 3.12: Pulling from library/alpine 20:33:04 d2f70382dc9a: Pulling fs layer 20:33:04 d2f70382dc9a: Verifying Checksum 20:33:04 d2f70382dc9a: Download complete 20:33:04 d2f70382dc9a: Pull complete 20:33:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:33:04 Status: Downloaded newer image for alpine:3.12 20:33:04 ---> 9852663dfa18 20:33:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:33:04 ---> Running in b9f33816aeb7 20:33:04 Removing intermediate container b9f33816aeb7 20:33:04 ---> c5f829e498c9 20:33:04 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 20:33:04 ---> Running in f2f05b5e1953 20:33:04 Removing intermediate container f2f05b5e1953 20:33:04 ---> 6febe49c5e35 20:33:04 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 20:33:04 ---> Running in eff849a620d3 20:33:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:33:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:33:04 (1/6) Installing dumb-init (1.2.2-r1) 20:33:04 (2/6) Installing libgcc (9.3.0-r2) 20:33:04 (3/6) Installing libsodium (1.0.18-r0) 20:33:04 (4/6) Installing libstdc++ (9.3.0-r2) 20:33:04 (5/6) Installing libzmq (4.3.3-r0) 20:33:04 (6/6) Installing zeromq (4.3.3-r0) 20:33:04 Executing busybox-1.31.1-r20.trigger 20:33:04 OK: 8 MiB in 20 packages 20:33:04 Removing intermediate container eff849a620d3 20:33:04 ---> 831a69da486e 20:33:04 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 20:33:06 ---> 06ce5204947f 20:33:06 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 20:33:06 ---> c834e7f3e366 20:33:06 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 20:33:07 ---> df4a0c38755f 20:33:07 Step 19/24 : EXPOSE 49986 20:33:07 ---> Running in 7f537465d559 20:33:08 Removing intermediate container 7f537465d559 20:33:08 ---> cad1434c3515 20:33:08 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 20:33:08 ---> Running in 953860df7da3 20:33:09 Removing intermediate container 953860df7da3 20:33:09 ---> 5d11188f026d 20:33:09 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:33:09 ---> Running in e4c459e97c0f 20:33:09 Removing intermediate container e4c459e97c0f 20:33:09 ---> ccffd6d10837 20:33:09 Step 22/24 : LABEL arch=arm64 20:33:09 ---> Running in 1dee2944bccb 20:33:10 Removing intermediate container 1dee2944bccb 20:33:10 ---> 7be9977a4da4 20:33:10 Step 23/24 : LABEL git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:33:10 ---> Running in 72452386f922 20:33:11 Removing intermediate container 72452386f922 20:33:11 ---> 8856f5b60c7a 20:33:11 Step 24/24 : LABEL version=1.2.2-dev.9 20:33:11 ---> Running in af6798a1c2c6 20:33:11 Removing intermediate container af6798a1c2c6 20:33:11 ---> a33641826004 20:33:11 [Warning] One or more build-args [ARCH] were not consumed 20:33:11 Successfully built a33641826004 20:33:11 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:33:11 provisioning config files... 20:33:12 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config4103583047912005590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:12 ---> docker-login.sh 20:33:12 nexus3.edgexfoundry.org:10001 20:33:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:12 Configure a credential helper to remove this warning. See 20:33:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:12 20:33:12 Login Succeeded 20:33:12 nexus3.edgexfoundry.org:10002 20:33:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:13 Configure a credential helper to remove this warning. See 20:33:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:13 20:33:13 Login Succeeded 20:33:13 nexus3.edgexfoundry.org:10003 20:33:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:14 Configure a credential helper to remove this warning. See 20:33:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:14 20:33:14 Login Succeeded 20:33:14 nexus3.edgexfoundry.org:10004 20:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:15 Configure a credential helper to remove this warning. See 20:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:15 20:33:15 Login Succeeded 20:33:15 docker.io 20:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:15 Configure a credential helper to remove this warning. See 20:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:15 20:33:15 Login Succeeded 20:33:15 ---> docker-login.sh ends [Pipeline] } 20:33:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:16 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 20:33:16 196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:33:16 latest 20:33:16 1.2.2-dev.9 20:33:16 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:33:16 master 20:33:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:16 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh 20:33:16 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:33:16 41fee9682a87: Preparing 20:33:16 3dd9c726fdc7: Preparing 20:33:16 cb49a37f168c: Preparing 20:33:16 682ff527e8e1: Preparing 20:33:16 3fbe34a1663b: Preparing 20:33:17 3fbe34a1663b: Layer already exists 20:33:17 3dd9c726fdc7: Pushed 20:33:17 41fee9682a87: Pushed 20:33:18 682ff527e8e1: Pushed 20:33:19 cb49a37f168c: Pushed 20:33:21 196bef76aa0a3d89dc26ac944eff062c8405d7e3: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:33:21 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:33:22 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 20:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:33:22 41fee9682a87: Preparing 20:33:22 3dd9c726fdc7: Preparing 20:33:22 cb49a37f168c: Preparing 20:33:22 682ff527e8e1: Preparing 20:33:22 3fbe34a1663b: Preparing 20:33:22 682ff527e8e1: Layer already exists 20:33:22 cb49a37f168c: Layer already exists 20:33:22 3dd9c726fdc7: Layer already exists 20:33:22 41fee9682a87: Layer already exists 20:33:22 3fbe34a1663b: Layer already exists 20:33:22 latest: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:33:22 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 20:33:23 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 20:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:33:23 41fee9682a87: Preparing 20:33:23 3dd9c726fdc7: Preparing 20:33:23 cb49a37f168c: Preparing 20:33:23 682ff527e8e1: Preparing 20:33:23 3fbe34a1663b: Preparing 20:33:23 41fee9682a87: Layer already exists 20:33:23 682ff527e8e1: Layer already exists 20:33:23 cb49a37f168c: Layer already exists 20:33:23 3fbe34a1663b: Layer already exists 20:33:23 3dd9c726fdc7: Layer already exists 20:33:23 1.2.2-dev.9: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:33:23 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 20:33:24 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:33:24 41fee9682a87: Preparing 20:33:24 3dd9c726fdc7: Preparing 20:33:24 cb49a37f168c: Preparing 20:33:24 682ff527e8e1: Preparing 20:33:24 3fbe34a1663b: Preparing 20:33:24 cb49a37f168c: Layer already exists 20:33:24 3dd9c726fdc7: Layer already exists 20:33:24 41fee9682a87: Layer already exists 20:33:24 682ff527e8e1: Layer already exists 20:33:24 3fbe34a1663b: Layer already exists 20:33:24 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:33:24 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] isUnix [Pipeline] sh 20:33:25 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:master 20:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:33:25 41fee9682a87: Preparing 20:33:25 3dd9c726fdc7: Preparing 20:33:25 cb49a37f168c: Preparing 20:33:25 682ff527e8e1: Preparing 20:33:25 3fbe34a1663b: Preparing 20:33:25 3fbe34a1663b: Layer already exists 20:33:25 3dd9c726fdc7: Layer already exists 20:33:25 682ff527e8e1: Layer already exists 20:33:25 41fee9682a87: Layer already exists 20:33:25 cb49a37f168c: Layer already exists 20:33:25 master: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:25 ===================================================== [Pipeline] echo 20:33:25 taggedImages: 20:33:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 20:33:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 20:33:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 20:33:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 20:33:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:33:26 ---> job-cost.sh 20:33:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CHzO 20:34:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:36:00 lf-activate-venv(): INFO: Adding /tmp/venv-CHzO/bin to PATH 20:36:00 INFO: No Stack... 20:36:00 INFO: Retrieving Pricing Info for: lf-standard-4 20:36:00 INFO: Archiving Costs [Pipeline] sh 20:36:00 + + catcut /w/workspace/device-rest-go/42/archives/cost.csv -d, 20:36:00 -f6 [Pipeline] lock 20:36:00 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] 20:36:00 Resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] did not exist. Created. 20:36:00 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:36:00 /w/workspace/device-rest-go/42@tmp/durable-a44a636e/script.sh: 1: /w/workspace/device-rest-go/42@tmp/durable-a44a636e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:36:01 + echo total: 0.20999999344348907 [Pipeline] stash 20:36:01 Warning: overwriting stash ‘stack-cost’ 20:36:01 Stashed 1 file(s) [Pipeline] } 20:36:01 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-42-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:36:01 provisioning config files... 20:36:01 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8604605317221291838tmp [Pipeline] { [Pipeline] sh 20:36:02 + set +x 20:36:02 + curl -s https://codecov.io/bash 20:36:02 + bash -s -- 20:36:02 20:36:02 _____ _ 20:36:02 / ____| | | 20:36:02 | | ___ __| | ___ ___ _____ __ 20:36:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:36:02 | |___| (_) | (_| | __/ (_| (_) \ V / 20:36:02 \_____\___/ \__,_|\___|\___\___/ \_/ 20:36:02 Bash-1.0.2 20:36:02 20:36:02 20:36:02 ==> git version 2.24.3 found 20:36:02 ==> 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:36:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:36:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:36:02 ==> Jenkins CI detected. 20:36:02 project root: . 20:36:02 --> token set from env 20:36:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:36:02 ==> Running gcov in . (disable via -X gcov) 20:36:02 ==> Python coveragepy not found 20:36:02 ==> Searching for coverage reports in: 20:36:02 + . 20:36:02 -> Found 1 reports 20:36:02 ==> Detecting git/mercurial file structure 20:36:02 ==> Reading reports 20:36:02 + ./coverage.out bytes=8513 20:36:02 ==> Appending adjustments 20:36:02 https://docs.codecov.io/docs/fixing-reports 20:36:02 + Found adjustments 20:36:02 ==> Gzipping contents 20:36:02 4.0K /tmp/codecov.CvwdBO.gz 20:36:02 ==> Uploading reports 20:36:02 url: https://codecov.io 20:36:02 query: branch=master&commit=196bef76aa0a3d89dc26ac944eff062c8405d7e3&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:36:02 -> Pinging Codecov 20:36:02 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=196bef76aa0a3d89dc26ac944eff062c8405d7e3&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:36:03 -> Uploading to 20:36:03 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/4E5D53B4F1F92C436F7061BF334D961C/196bef76aa0a3d89dc26ac944eff062c8405d7e3/cc639d3b-45d9-49de-bf82-0a55a6698aac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T203603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=852ea9cf61ef3b89b8b7b2fe7b44b56ae7c45ffde0554cf562c8cfa718e95b54 20:36:03 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:03 Dload Upload Total Spent Left Speed 20:36:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1622 0 0 100 1622 0 3465 --:--:-- --:--:-- --:--:-- 3465 100 1622 0 0 100 1622 0 3464 --:--:-- --:--:-- --:--:-- 3465 20:36:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] } 20:36:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:36:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:36:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:04 20:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:36:04 188c0c94c7c5: Pulling fs layer 20:36:04 0ef7d3d256c8: Pulling fs layer 20:36:04 de9db76c5a1d: Pulling fs layer 20:36:04 0eba1c9be4d2: Pulling fs layer 20:36:04 0d57e429df01: Pulling fs layer 20:36:04 4e4be7b47b0d: Pulling fs layer 20:36:04 e1f770b5df2f: Pulling fs layer 20:36:04 85a0685a4137: Pulling fs layer 20:36:04 0eba1c9be4d2: Waiting 20:36:04 0d57e429df01: Waiting 20:36:04 4e4be7b47b0d: Waiting 20:36:04 e1f770b5df2f: Waiting 20:36:04 85a0685a4137: Waiting 20:36:04 de9db76c5a1d: Verifying Checksum 20:36:04 de9db76c5a1d: Download complete 20:36:04 0ef7d3d256c8: Verifying Checksum 20:36:04 0ef7d3d256c8: Download complete 20:36:04 0d57e429df01: Verifying Checksum 20:36:04 0d57e429df01: Download complete 20:36:04 4e4be7b47b0d: Verifying Checksum 20:36:04 4e4be7b47b0d: Download complete 20:36:04 188c0c94c7c5: Download complete 20:36:05 188c0c94c7c5: Pull complete 20:36:05 0ef7d3d256c8: Pull complete 20:36:05 e1f770b5df2f: Verifying Checksum 20:36:05 e1f770b5df2f: Download complete 20:36:06 de9db76c5a1d: Pull complete 20:36:07 85a0685a4137: Verifying Checksum 20:36:07 85a0685a4137: Download complete 20:36:07 0eba1c9be4d2: Verifying Checksum 20:36:07 0eba1c9be4d2: Download complete 20:36:14 0eba1c9be4d2: Pull complete 20:36:14 0d57e429df01: Pull complete 20:36:14 4e4be7b47b0d: Pull complete 20:36:16 e1f770b5df2f: Pull complete 20:36:24 85a0685a4137: Pull complete 20:36:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:36:24 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:36:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:36:26 $ docker top ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 -eo pid,comm [Pipeline] { [Pipeline] echo 20:36:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:36:26 + set -o pipefail 20:36:26 + snyk monitor '--org=edgex-jenkins' 20:36:36 20:36:36 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 20:36:36 20:36:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/cd8cd2b7-e52d-4116-bd5e-58bb370e0c65 20:36:36 20:36:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:36:36 20:36:36 [Pipeline] } 20:36:36 $ docker stop --time=1 ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 20:36:39 $ docker rm -f ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 [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:36:40 + git log --format=format:%s -1 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh 20:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:40 . [Pipeline] withDockerContainer 20:36:41 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:36:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:36:41 $ docker top 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:42 [ssh-agent] Looking for ssh-agent implementation... 20:36:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:42 $ docker exec 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 ssh-agent 20:36:42 SSH_AUTH_SOCK=/tmp/ssh-14cj5lPZlCY0/agent.11 20:36:42 SSH_AGENT_PID=17 20:36:42 Running ssh-add (command line suppressed) 20:36:42 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4375845188500933634.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4375845188500933634.key) 20:36:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:43 + git semver tag 20:36:43 # -> Open(): unable to determine branch for HEAD 20:36:43 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 20:36:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 20:36:43 # $SEMVER_REMOTE_NAME = origin 20:36:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:43 # $SEMVER_USER_NAME = edgex-jenkins 20:36:43 # $SEMVER_BRANCH = master 20:36:43 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 20:36:43 # 196bef76aa0a3d89dc26ac944eff062c8405d7e3 HEAD 20:36:43 # -> Force: false 20:36:43 # 8c0a5b60f32b970bbde2c6e61d2ab5f6b79bf8b2 refs/tags/v1.2.2-dev.9 [Pipeline] } 20:36:43 $ docker exec --env ******** --env ******** 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 ssh-agent -k 20:36:43 unset SSH_AUTH_SOCK; 20:36:43 unset SSH_AGENT_PID; 20:36:43 echo Agent pid 17 killed; 20:36:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:43 + git semver [Pipeline] } 20:36:43 $ docker stop --time=1 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 20:36:45 $ docker rm -f 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:36:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:45 20:36:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:36:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:46 0.23.1-centos7: Pulling from edgex-lftools 20:36:46 ab5ef0e58194: Pulling fs layer 20:36:46 9712f1f96733: Pulling fs layer 20:36:46 63f879dbbcfc: Pulling fs layer 20:36:46 0d9ebad4ef96: Pulling fs layer 20:36:46 e9a5061849ea: Pulling fs layer 20:36:46 d747dcd14b5f: Pulling fs layer 20:36:46 2de7ff778b66: Pulling fs layer 20:36:46 e9a5061849ea: Waiting 20:36:46 0d9ebad4ef96: Waiting 20:36:46 d747dcd14b5f: Waiting 20:36:46 2de7ff778b66: Waiting 20:36:46 9712f1f96733: Verifying Checksum 20:36:46 9712f1f96733: Download complete 20:36:48 63f879dbbcfc: Verifying Checksum 20:36:48 63f879dbbcfc: Download complete 20:36:48 e9a5061849ea: Verifying Checksum 20:36:48 e9a5061849ea: Download complete 20:36:48 d747dcd14b5f: Verifying Checksum 20:36:48 d747dcd14b5f: Download complete 20:36:49 2de7ff778b66: Verifying Checksum 20:36:49 0d9ebad4ef96: Verifying Checksum 20:36:49 0d9ebad4ef96: Download complete 20:36:49 ab5ef0e58194: Verifying Checksum 20:36:49 ab5ef0e58194: Download complete 20:36:56 ab5ef0e58194: Pull complete 20:36:56 9712f1f96733: Pull complete 20:36:57 63f879dbbcfc: Pull complete 20:37:04 0d9ebad4ef96: Pull complete 20:37:07 e9a5061849ea: Pull complete 20:37:07 d747dcd14b5f: Pull complete 20:37:08 2de7ff778b66: Pull complete 20:37:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:37:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:37:09 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:37:12 $ docker top 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:37:12 provisioning config files... 20:37:12 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7129468286331504743tmp 20:37:12 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8263174075188074332tmp 20:37:12 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6758536172228961178tmp [Pipeline] { [Pipeline] echo 20:37:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:37:13 ---> sigul-configuration.sh 20:37:13 gpg: directory `/root/.gnupg' created 20:37:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:37:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:37:13 gpg: keyring `/root/.gnupg/secring.gpg' created 20:37:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:37:13 gpg: CAST5 encrypted data 20:37:13 gpg: encrypted with 1 passphrase 20:37:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:37:13 + mkdir /home/jenkins 20:37:13 + mkdir /home/jenkins/sigul [Pipeline] sh 20:37:13 + 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:37:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:37:14 ---> sigul-install.sh 20:37:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:37:21 + git tag --list 20:37:21 v1.0.0 20:37:21 v1.1.0 20:37:21 v1.1.1 20:37:21 v1.1.2 20:37:21 v1.2.0 20:37:21 v1.2.1 20:37:21 v1.2.1-dev.1 20:37:21 v1.2.1-dev.2 20:37:21 v1.2.1-dev.3 20:37:21 v1.2.1-dev.4 20:37:21 v1.2.2-dev.1 20:37:21 v1.2.2-dev.2 20:37:21 v1.2.2-dev.3 20:37:21 v1.2.2-dev.4 20:37:21 v1.2.2-dev.5 20:37:21 v1.2.2-dev.6 20:37:21 v1.2.2-dev.7 20:37:21 v1.2.2-dev.8 20:37:21 v1.2.2-dev.9 [Pipeline] sh 20:37:21 + lftools sign git-tag v1.2.2-dev.9 20:37:23 Signing Git tag with Sigul... 20:37:23 Signing v1.2.2-dev.9 [Pipeline] echo 20:37:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:37:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:37:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:37:24 $ docker stop --time=1 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b 20:37:25 $ docker rm -f 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:37:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:26 . [Pipeline] withDockerContainer 20:37:26 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:37:27 $ docker top be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:27 [ssh-agent] Looking for ssh-agent implementation... 20:37:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:27 $ docker exec be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 ssh-agent 20:37:27 SSH_AUTH_SOCK=/tmp/ssh-JLIk7wNVbKv2/agent.11 20:37:27 SSH_AGENT_PID=17 20:37:27 Running ssh-add (command line suppressed) 20:37:27 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4929909908511306654.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4929909908511306654.key) 20:37:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:28 + git semver bump pre 20:37:28 # -> Open(): unable to determine branch for HEAD 20:37:28 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 20:37:28 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 20:37:28 # $SEMVER_REMOTE_NAME = origin 20:37:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:28 # $SEMVER_USER_NAME = edgex-jenkins 20:37:28 # $SEMVER_BRANCH = master 20:37:28 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 20:37:28 1.2.2-dev.10 [Pipeline] } 20:37:28 $ docker exec --env ******** --env ******** be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 ssh-agent -k 20:37:28 unset SSH_AUTH_SOCK; 20:37:28 unset SSH_AGENT_PID; 20:37:28 echo Agent pid 17 killed; 20:37:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:28 + git semver [Pipeline] } 20:37:28 $ docker stop --time=1 be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 20:37:30 $ docker rm -f be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:37:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:30 . [Pipeline] withDockerContainer 20:37:30 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:37:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:37:31 $ docker top 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:31 [ssh-agent] Looking for ssh-agent implementation... 20:37:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:31 $ docker exec 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 ssh-agent 20:37:32 SSH_AUTH_SOCK=/tmp/ssh-4PjPkYoYblGC/agent.11 20:37:32 SSH_AGENT_PID=17 20:37:32 Running ssh-add (command line suppressed) 20:37:32 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8266384782995070798.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8266384782995070798.key) 20:37:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:32 + git semver push 20:37:32 # -> Open(): unable to determine branch for HEAD 20:37:32 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 20:37:32 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 20:37:32 # $SEMVER_REMOTE_NAME = origin 20:37:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:32 # $SEMVER_USER_NAME = edgex-jenkins 20:37:32 # $SEMVER_BRANCH = master 20:37:32 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 20:37:36 $ docker exec --env ******** --env ******** 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 ssh-agent -k 20:37:36 unset SSH_AUTH_SOCK; 20:37:36 unset SSH_AGENT_PID; 20:37:36 echo Agent pid 17 killed; 20:37:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:37 + git semver [Pipeline] } 20:37:37 $ docker stop --time=1 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 20:37:38 $ docker rm -f 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 [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:37:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:40 ---> package-listing.sh 20:37:40 ++ facter osfamily 20:37:40 ++ tr '[:upper:]' '[:lower:]' 20:37:40 + OS_FAMILY=redhat 20:37:40 + workspace=/w/workspace/gexfoundry_device-rest-go_master 20:37:40 + START_PACKAGES=/tmp/packages_start.txt 20:37:40 + END_PACKAGES=/tmp/packages_end.txt 20:37:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:40 + PACKAGES=/tmp/packages_start.txt 20:37:40 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 20:37:40 + PACKAGES=/tmp/packages_end.txt 20:37:40 + case "${OS_FAMILY}" in 20:37:40 + rpm -qa 20:37:40 + sort 20:37:45 + '[' -f /tmp/packages_start.txt ']' 20:37:45 + '[' -f /tmp/packages_end.txt ']' 20:37:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:45 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 20:37:45 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 20:37:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 20:37:45 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/gexfoundry_device-rest-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:37:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:37:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:45 20:37:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:37:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:46 alpine: Pulling from edgex-lftools-log-publisher 20:37:46 df20fa9351a1: Pulling fs layer 20:37:46 36b3adc4ff6f: Pulling fs layer 20:37:46 8ad3a11d3b57: Pulling fs layer 20:37:46 46f8f816bc3b: Pulling fs layer 20:37:46 93b61091891f: Pulling fs layer 20:37:46 93b9cdb0e59b: Pulling fs layer 20:37:46 5e14af77c1be: Pulling fs layer 20:37:46 01666e4c0597: Pulling fs layer 20:37:46 aa168da1d23b: Pulling fs layer 20:37:46 46f8f816bc3b: Waiting 20:37:46 93b61091891f: Waiting 20:37:46 93b9cdb0e59b: Waiting 20:37:46 5e14af77c1be: Waiting 20:37:46 01666e4c0597: Waiting 20:37:46 aa168da1d23b: Waiting 20:37:46 36b3adc4ff6f: Download complete 20:37:46 46f8f816bc3b: Verifying Checksum 20:37:46 46f8f816bc3b: Download complete 20:37:46 df20fa9351a1: Verifying Checksum 20:37:46 df20fa9351a1: Download complete 20:37:46 93b9cdb0e59b: Verifying Checksum 20:37:46 93b9cdb0e59b: Download complete 20:37:46 5e14af77c1be: Verifying Checksum 20:37:46 5e14af77c1be: Download complete 20:37:46 93b61091891f: Download complete 20:37:46 01666e4c0597: Verifying Checksum 20:37:46 01666e4c0597: Download complete 20:37:46 8ad3a11d3b57: Verifying Checksum 20:37:47 df20fa9351a1: Pull complete 20:37:47 36b3adc4ff6f: Pull complete 20:37:48 8ad3a11d3b57: Pull complete 20:37:48 aa168da1d23b: Verifying Checksum 20:37:48 aa168da1d23b: Download complete 20:37:48 46f8f816bc3b: Pull complete 20:37:49 93b61091891f: Pull complete 20:37:49 93b9cdb0e59b: Pull complete 20:37:49 5e14af77c1be: Pull complete 20:37:50 01666e4c0597: Pull complete 20:37:58 aa168da1d23b: Pull complete 20:37:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:37:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:37:58 prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container 20:37:58 $ 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/gexfoundry_device-rest-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/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:38:01 $ docker top 305617a61a9526361a3204091bc30e63d1745cd41027c87237a8b372b1379c27 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:02 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:02 + mkdir -p /var/log/sa [Pipeline] sh 20:38:02 + ls /var/log/sa-host 20:38:02 + sadf -c /var/log/sa-host/sa12 20:38:02 file_magic: OK 20:38:02 HZ: Using current value: 100 20:38:02 file_header: OK 20:38:02 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:38:02 Statistics: 20:38:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:38:02 File successfully converted to sysstat format version 12.2.1 20:38:02 + sadf -c /var/log/sa-host/sa23 20:38:02 file_magic: OK 20:38:02 HZ: Using current value: 100 20:38:02 file_header: OK 20:38:02 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:38:02 Statistics: 20:38:02 Hnuu...uuuununununu... 20:38:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:03 provisioning config files... 20:38:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8193136939778519187tmp [Pipeline] { [Pipeline] echo 20:38:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:03 ---> create-netrc.sh [Pipeline] } 20:38:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:38:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:38:03 ---> python-tools-install.sh [Pipeline] echo 20:38:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:04 ---> sudo-logs.sh 20:38:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:04 ---> job-cost.sh 20:38:04 lf-activate-venv: SKIPPING 20:38:04 DEBUG: total: 0.20999999344348907 20:38:04 INFO: Retrieving Stack Cost... 20:38:05 INFO: Retrieving Pricing Info for: v1-standard-2 20:38:06 INFO: Archiving Costs [Pipeline] echo 20:38:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:06 ---> logs-deploy.sh 20:38:06 lf-activate-venv: SKIPPING 20:38:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/42 20:38:06 INFO: archiving workspace using pattern(s): 20:38:08 Archives upload complete. 20:38:08 INFO: archiving logs to Nexus 20:38:09 ---> uname -a: 20:38:09 Linux prd-centos7-docker-4c-2g-4841.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:38:09 20:38:09 20:38:09 ---> lscpu: 20:38:09 Architecture: x86_64 20:38:09 CPU op-mode(s): 32-bit, 64-bit 20:38:09 Byte Order: Little Endian 20:38:09 Address sizes: 40 bits physical, 48 bits virtual 20:38:09 CPU(s): 4 20:38:09 On-line CPU(s) list: 0-3 20:38:09 Thread(s) per core: 1 20:38:09 Core(s) per socket: 1 20:38:09 Socket(s): 4 20:38:09 NUMA node(s): 1 20:38:09 Vendor ID: GenuineIntel 20:38:09 CPU family: 6 20:38:09 Model: 44 20:38:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:38:09 Stepping: 1 20:38:09 CPU MHz: 2933.438 20:38:09 BogoMIPS: 5866.87 20:38:09 Virtualization: VT-x 20:38:09 Hypervisor vendor: KVM 20:38:09 Virtualization type: full 20:38:09 L1d cache: 128 KiB 20:38:09 L1i cache: 128 KiB 20:38:09 L2 cache: 16 MiB 20:38:09 L3 cache: 64 MiB 20:38:09 NUMA node0 CPU(s): 0-3 20:38:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:38:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:38:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:38:09 Vulnerability Meltdown: Mitigation; PTI 20:38:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:38:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:38:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:38:09 Vulnerability Srbds: Not affected 20:38:09 Vulnerability Tsx async abort: Not affected 20:38:09 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:38:09 20:38:09 20:38:09 ---> nproc: 20:38:09 4 20:38:09 20:38:09 20:38:09 ---> df -h: 20:38:09 Filesystem Size Used Available Use% Mounted on 20:38:09 overlay 50.0G 8.2G 41.8G 16% / 20:38:09 tmpfs 64.0M 0 64.0M 0% /dev 20:38:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:38:09 shm 64.0M 0 64.0M 0% /dev/shm 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master 20:38:09 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master@tmp 20:38:09 20:38:09 20:38:09 ---> free -m: 20:38:09 total used free shared buff/cache available 20:38:09 Mem: 1837 830 154 0 852 943 20:38:09 Swap: 1023 2 1021 20:38:09 20:38:09 20:38:09 ---> ip addr: 20:38:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:38:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:38:09 inet 127.0.0.1/8 scope host lo 20:38:09 valid_lft forever preferred_lft forever 20:38:09 inet6 ::1/128 scope host 20:38:09 valid_lft forever preferred_lft forever 20:38:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:38:09 link/ether fa:16:3e:25:b2:41 brd ff:ff:ff:ff:ff:ff 20:38:09 inet 10.30.122.158/23 brd 10.30.123.255 scope global dynamic eth0 20:38:09 valid_lft 85344sec preferred_lft 85344sec 20:38:09 inet6 fe80::f816:3eff:fe25:b241/64 scope link 20:38:09 valid_lft forever preferred_lft forever 20:38:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:38:09 link/ether 02:42:37:48:3c:a5 brd ff:ff:ff:ff:ff:ff 20:38:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:38:09 valid_lft forever preferred_lft forever 20:38:09 inet6 fe80::42:37ff:fe48:3ca5/64 scope link 20:38:09 valid_lft forever preferred_lft forever 20:38:09 20:38:09 20:38:09 ---> sar -b -r -n DEV: 20:38:09 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:38:09 20:38:09 20:20:20 LINUX RESTART (4 CPU) 20:38:09 20:38:09 20:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:38:09 20:22:01 46.77 12.53 34.24 0.00 4544.83 3636.44 0.00 20:38:09 20:23:01 0.62 0.02 0.60 0.00 0.53 13.45 0.00 20:38:09 20:24:01 0.30 0.00 0.30 0.00 0.00 3.33 0.00 20:38:09 20:25:01 0.30 0.00 0.30 0.00 0.00 4.40 0.00 20:38:09 20:26:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 20:38:09 20:27:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 20:38:09 20:28:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 20:38:09 20:29:01 0.22 0.00 0.22 0.00 0.00 3.11 0.00 20:38:09 20:30:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 20:38:09 20:31:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 20:38:09 20:32:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 20:38:09 20:33:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 20:38:09 20:34:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 20:38:09 20:35:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 20:38:09 20:36:01 0.38 0.17 0.22 0.00 5.33 2.17 0.00 20:38:09 20:37:02 399.82 202.49 197.32 0.00 9234.65 59860.00 0.00 20:38:09 20:38:01 238.81 103.30 135.51 0.00 7376.89 31832.99 0.00 20:38:09 Average: 40.41 18.68 21.74 0.00 1240.17 5592.08 0.00 20:38:09 20:38:09 20:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:38:09 20:22:01 156884 0 620684 32.99 2620 1101356 1132688 38.66 424560 1100840 128 20:38:09 20:23:01 162200 0 615360 32.71 2620 1101364 1091160 37.24 424072 1097776 16 20:38:09 20:24:01 161064 0 616488 32.77 2620 1101372 1088040 37.13 421964 1100992 8 20:38:09 20:25:01 160816 0 616736 32.78 2620 1101372 1088076 37.13 432272 1091000 8 20:38:09 20:26:01 160440 0 617104 32.80 2620 1101380 1078872 36.82 429956 1094040 8 20:38:09 20:27:01 160500 0 617040 32.79 2620 1101384 1078836 36.82 440280 1083516 16 20:38:09 20:28:01 161128 0 616408 32.76 2620 1101388 1078788 36.82 439776 1083516 16 20:38:09 20:29:01 157220 0 620312 32.97 2620 1101392 1079136 36.83 443744 1083516 20 20:38:09 20:30:01 151804 0 625720 33.26 2620 1101400 1079092 36.83 449160 1083520 20 20:38:09 20:31:01 151936 0 625584 33.25 2620 1101404 1079020 36.83 448804 1083516 12 20:38:09 20:32:01 152564 0 624956 33.22 2620 1101404 1078924 36.82 448240 1083516 8 20:38:09 20:33:01 153264 0 624248 33.18 2620 1101412 1078876 36.82 447908 1083516 20 20:38:09 20:34:01 153256 0 624252 33.18 2620 1101416 1078900 36.82 448080 1083516 8 20:38:09 20:35:01 154208 0 623296 33.13 2620 1101420 1078732 36.82 447160 1083516 8 20:38:09 20:36:01 151868 0 625628 33.25 2620 1101428 1078952 36.82 449820 1082868 28 20:38:09 20:37:02 77388 0 819976 43.58 1500 982680 1506260 51.41 641496 853888 90400 20:38:09 20:38:01 215392 0 820480 43.61 968 844704 1295028 44.20 549364 758172 44 20:38:09 Average: 155408 0 644369 34.25 2457 1079310 1121728 38.28 458039 1054778 5339 20:38:09 20:38:09 20:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:38:09 20:22:01 eth0 188.60 142.56 599.05 41.29 0.00 0.00 0.00 0.00 20:38:09 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:22:01 docker0 30.83 32.88 2.92 132.96 0.00 0.00 0.00 0.00 20:38:09 20:23:01 eth0 3.93 0.98 1.25 0.75 0.00 0.00 0.00 0.00 20:38:09 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:24:01 eth0 2.25 0.33 0.44 0.20 0.00 0.00 0.00 0.00 20:38:09 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:25:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 20:38:09 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:26:01 eth0 0.27 0.20 0.09 0.08 0.00 0.00 0.00 0.00 20:38:09 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:27:01 eth0 0.40 0.12 0.08 0.04 0.00 0.00 0.00 0.00 20:38:09 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:28:01 eth0 4.48 0.08 0.33 0.01 0.00 0.00 0.00 0.00 20:38:09 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:29:01 eth0 6.76 0.72 1.32 0.53 0.00 0.00 0.00 0.00 20:38:09 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:30:01 eth0 13.54 8.49 2.45 29.63 0.00 0.00 0.00 0.00 20:38:09 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:31:01 eth0 1.97 1.02 0.74 1.06 0.00 0.00 0.00 0.00 20:38:09 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:32:01 eth0 1.08 0.60 0.56 0.40 0.00 0.00 0.00 0.00 20:38:09 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:33:01 eth0 1.91 0.30 0.39 0.20 0.00 0.00 0.00 0.00 20:38:09 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:34:01 eth0 0.55 0.38 0.27 0.21 0.00 0.00 0.00 0.00 20:38:09 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:35:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:38:09 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:36:01 eth0 1.27 0.73 0.94 0.38 0.00 0.00 0.00 0.00 20:38:09 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:37:02 eth0 882.69 761.70 7665.69 69.56 0.00 0.00 0.00 0.00 20:38:09 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:37:02 docker0 61.81 63.57 5.13 383.17 0.00 0.00 0.00 0.00 20:38:09 20:38:01 eth0 342.23 273.35 2532.09 116.77 0.00 0.00 0.00 0.00 20:38:09 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 20:38:01 docker0 33.26 42.02 2.08 263.50 0.00 0.00 0.00 0.00 20:38:09 Average: eth0 85.29 70.00 634.60 15.28 0.00 0.00 0.00 0.00 20:38:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:09 Average: docker0 7.39 8.12 0.60 45.70 0.00 0.00 0.00 0.00 20:38:09 20:38:09 20:38:09 ---> sar -P ALL: 20:38:09 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:38:09 20:38:09 20:20:20 LINUX RESTART (4 CPU) 20:38:09 20:38:09 20:21:01 CPU %user %nice %system %iowait %steal %idle 20:38:09 20:22:01 all 4.06 0.00 2.44 0.92 0.11 92.47 20:38:09 20:22:01 0 4.38 0.00 3.07 2.98 0.08 89.48 20:38:09 20:22:01 1 4.45 0.00 2.45 0.42 0.07 92.61 20:38:09 20:22:01 2 3.78 0.00 2.03 0.15 0.13 93.90 20:38:09 20:22:01 3 3.62 0.00 2.21 0.13 0.13 93.90 20:38:09 20:23:01 all 0.20 0.00 0.07 0.00 0.02 99.70 20:38:09 20:23:01 0 0.10 0.00 0.10 0.00 0.02 99.78 20:38:09 20:23:01 1 0.52 0.00 0.05 0.00 0.03 99.40 20:38:09 20:23:01 2 0.10 0.00 0.07 0.00 0.02 99.82 20:38:09 20:23:01 3 0.08 0.00 0.08 0.00 0.02 99.82 20:38:09 20:24:01 all 0.18 0.00 0.04 0.00 0.01 99.78 20:38:09 20:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 20:38:09 20:24:01 1 0.55 0.00 0.03 0.00 0.00 99.42 20:38:09 20:24:01 2 0.07 0.00 0.05 0.00 0.02 99.87 20:38:09 20:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:38:09 20:25:01 all 0.15 0.00 0.05 0.00 0.00 99.80 20:38:09 20:25:01 0 0.03 0.00 0.08 0.00 0.00 99.88 20:38:09 20:25:01 1 0.52 0.00 0.05 0.00 0.00 99.43 20:38:09 20:25:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:38:09 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:38:09 20:26:01 all 0.17 0.00 0.08 0.00 0.03 99.72 20:38:09 20:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:38:09 20:26:01 1 0.52 0.00 0.07 0.00 0.05 99.37 20:38:09 20:26:01 2 0.08 0.00 0.08 0.00 0.07 99.77 20:38:09 20:26:01 3 0.03 0.00 0.12 0.00 0.02 99.83 20:38:09 20:27:01 all 0.15 0.00 0.05 0.00 0.00 99.79 20:38:09 20:27:01 0 0.03 0.00 0.10 0.00 0.02 99.85 20:38:09 20:27:01 1 0.50 0.00 0.03 0.00 0.00 99.47 20:38:09 20:27:01 2 0.07 0.00 0.05 0.00 0.00 99.88 20:38:09 20:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:38:09 20:28:01 all 0.09 0.00 0.04 0.00 0.00 99.87 20:38:09 20:28:01 0 0.05 0.00 0.05 0.00 0.00 99.90 20:38:09 20:28:01 1 0.18 0.00 0.03 0.00 0.00 99.78 20:38:09 20:28:01 2 0.08 0.00 0.05 0.00 0.02 99.85 20:38:09 20:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:38:09 20:29:01 all 0.21 0.00 0.05 0.00 0.00 99.73 20:38:09 20:29:01 0 0.13 0.00 0.05 0.00 0.00 99.82 20:38:09 20:29:01 1 0.60 0.00 0.05 0.00 0.02 99.33 20:38:09 20:29:01 2 0.07 0.00 0.07 0.00 0.00 99.87 20:38:09 20:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:38:09 20:30:01 all 0.36 0.00 0.12 0.00 0.05 99.47 20:38:09 20:30:01 0 0.17 0.00 0.13 0.00 0.03 99.67 20:38:09 20:30:01 1 0.85 0.00 0.10 0.00 0.03 99.02 20:38:09 20:30:01 2 0.25 0.00 0.13 0.00 0.05 99.57 20:38:09 20:30:01 3 0.18 0.00 0.10 0.00 0.07 99.65 20:38:09 20:31:01 all 0.19 0.00 0.04 0.00 0.01 99.77 20:38:09 20:31:01 0 0.50 0.00 0.03 0.00 0.02 99.45 20:38:09 20:31:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:38:09 20:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:38:09 20:31:01 3 0.15 0.00 0.05 0.00 0.00 99.80 20:38:09 20:32:01 all 0.17 0.00 0.05 0.00 0.00 99.78 20:38:09 20:32:01 0 0.53 0.00 0.03 0.00 0.00 99.43 20:38:09 20:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:38:09 20:32:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:38:09 20:32:01 3 0.07 0.00 0.07 0.00 0.00 99.87 20:38:09 20:38:09 20:32:01 CPU %user %nice %system %iowait %steal %idle 20:38:09 20:33:01 all 0.16 0.00 0.04 0.00 0.01 99.79 20:38:09 20:33:01 0 0.45 0.00 0.05 0.00 0.00 99.50 20:38:09 20:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:38:09 20:33:01 2 0.13 0.00 0.05 0.00 0.02 99.80 20:38:09 20:33:01 3 0.05 0.00 0.05 0.00 0.02 99.88 20:38:09 20:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:38:09 20:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:38:09 20:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:38:09 20:34:01 2 0.53 0.00 0.05 0.00 0.00 99.42 20:38:09 20:34:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:38:09 20:35:01 all 0.15 0.00 0.03 0.00 0.01 99.82 20:38:09 20:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:38:09 20:35:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:38:09 20:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:38:09 20:35:01 3 0.52 0.00 0.05 0.00 0.00 99.43 20:38:09 20:36:01 all 0.12 0.00 0.08 0.00 0.00 99.81 20:38:09 20:36:01 0 0.05 0.00 0.08 0.00 0.00 99.87 20:38:09 20:36:01 1 0.10 0.00 0.05 0.00 0.00 99.85 20:38:09 20:36:01 2 0.08 0.00 0.07 0.00 0.00 99.85 20:38:09 20:36:01 3 0.23 0.00 0.10 0.00 0.00 99.67 20:38:09 20:37:02 all 17.38 0.00 13.15 5.39 0.45 63.63 20:38:09 20:37:02 0 17.64 0.00 14.43 5.57 0.37 61.99 20:38:09 20:37:02 1 16.82 0.00 11.72 3.37 0.45 67.64 20:38:09 20:37:02 2 17.58 0.00 13.64 7.22 0.49 61.06 20:38:09 20:37:02 3 17.48 0.00 12.82 5.41 0.47 63.81 20:38:09 20:38:01 all 11.56 0.00 9.03 3.70 0.31 75.39 20:38:09 20:38:01 0 10.83 0.00 9.61 5.18 0.37 74.01 20:38:09 20:38:01 1 9.63 0.00 9.24 4.70 0.26 76.17 20:38:09 20:38:01 2 15.98 0.00 9.01 3.93 0.23 70.85 20:38:09 20:38:01 3 9.82 0.00 8.25 1.00 0.40 80.54 20:38:09 Average: all 2.02 0.00 1.44 0.57 0.06 95.92 20:38:09 Average: 0 1.98 0.00 1.58 0.78 0.05 95.60 20:38:09 Average: 1 2.02 0.00 1.37 0.48 0.05 96.08 20:38:09 Average: 2 2.21 0.00 1.45 0.64 0.06 95.64 20:38:09 Average: 3 1.84 0.00 1.36 0.37 0.07 96.36 20:38:09 20:38:09 20:38:09