Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 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-snmp-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-snmp-go-settings PROJECT: device-snmp-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-snmp 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-4848 in /w/workspace/gexfoundry_device-snmp-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-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 Commit message: "Merge pull request #94 from tonyespy/go-116" > git rev-list --no-walk 0ab86073b0269e161c45419c6956d6e22a89cd28 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:23:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:36 ========================================================= 20:23:36 EdgeX Global Pipelines Version Info 20:23:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:23:38 ------------------- 20:23:38 stable info: 20:23:38 ------------------- 20:23:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:38 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:23:38 Message: update stable to v1.0.192 20:23:39 ------------------- 20:23:39 experimental info: 20:23:39 ------------------- 20:23:39 Commited By: **** collab-it+edgex@linuxfoundation.org 20:23:39 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:23:39 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:23:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b9bb0f4 [Pipeline] echo 20:23:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:23:40 provisioning config files... 20:23:40 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8179823407861532566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:40 ---> docker-login.sh 20:23:40 nexus3.edgexfoundry.org:10001 20:23:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:40 Configure a credential helper to remove this warning. See 20:23:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:40 20:23:40 Login Succeeded 20:23:40 nexus3.edgexfoundry.org:10002 20:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:41 Configure a credential helper to remove this warning. See 20:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:41 20:23:41 Login Succeeded 20:23:41 nexus3.edgexfoundry.org:10003 20:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:41 Configure a credential helper to remove this warning. See 20:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:41 20:23:41 Login Succeeded 20:23:41 nexus3.edgexfoundry.org:10004 20:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:41 Configure a credential helper to remove this warning. See 20:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:41 20:23:41 Login Succeeded 20:23:41 docker.io 20:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:42 Configure a credential helper to remove this warning. See 20:23:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:42 20:23:42 Login Succeeded 20:23:42 ---> docker-login.sh ends [Pipeline] } 20:23:42 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:23:42 + git log --format=format:%s -1 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] echo 20:23:42 GIT_COMMIT: b9bb0f464ba5331cbfb8b81286d8c6a09b387d39, Commit Message: Merge pull request #94 from tonyespy/go-116 [Pipeline] echo 20:23:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:23:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:43 20:23:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:23:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:43 latest: Pulling from edgex-devops/git-semver 20:23:43 31603596830f: Pulling fs layer 20:23:43 54011a49482f: Pulling fs layer 20:23:43 a6820b24f6d8: Pulling fs layer 20:23:43 f581987b2513: Pulling fs layer 20:23:43 f581987b2513: Waiting 20:23:43 54011a49482f: Verifying Checksum 20:23:43 54011a49482f: Download complete 20:23:43 31603596830f: Verifying Checksum 20:23:43 31603596830f: Download complete 20:23:43 f581987b2513: Verifying Checksum 20:23:43 a6820b24f6d8: Verifying Checksum 20:23:43 a6820b24f6d8: Download complete 20:23:44 31603596830f: Pull complete 20:23:44 54011a49482f: Pull complete 20:23:44 a6820b24f6d8: Pull complete 20:23:44 f581987b2513: Pull complete 20:23:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:23:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:23:45 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:23:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:23:47 $ docker top 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:47 [ssh-agent] Looking for ssh-agent implementation... 20:23:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:47 $ docker exec 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 ssh-agent 20:23:47 SSH_AUTH_SOCK=/tmp/ssh-s6hNnBeN2bdC/agent.12 20:23:47 SSH_AGENT_PID=17 20:23:47 Running ssh-add (command line suppressed) 20:23:47 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1217072106684007991.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1217072106684007991.key) 20:23:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:48 + git tag --points-at HEAD [Pipeline] } 20:23:48 $ docker exec --env ******** --env ******** 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 ssh-agent -k 20:23:48 unset SSH_AUTH_SOCK; 20:23:48 unset SSH_AGENT_PID; 20:23:48 echo Agent pid 17 killed; 20:23:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:23:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:48 [ssh-agent] Looking for ssh-agent implementation... 20:23:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:48 $ docker exec 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 ssh-agent 20:23:48 SSH_AUTH_SOCK=/tmp/ssh-zD9Gdnr5uXPu/agent.45 20:23:48 SSH_AGENT_PID=50 20:23:48 Running ssh-add (command line suppressed) 20:23:48 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1006104446007141399.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1006104446007141399.key) 20:23:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:49 + git semver init 20:23:49 # -> Open(): unable to determine branch for HEAD 20:23:49 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 20:23:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 20:23:49 # $SEMVER_REMOTE_NAME = origin 20:23:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:23:49 # $SEMVER_USER_NAME = edgex-jenkins 20:23:49 # $SEMVER_BRANCH = master 20:23:49 # $SEMVER_TEMP = /tmp/semver-549003055 20:23:49 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 20:23:49 # '/tmp/semver-549003055' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 20:23:49 # -> Force: false 20:23:49 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 20:23:49 $ docker exec --env ******** --env ******** 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 ssh-agent -k 20:23:49 unset SSH_AUTH_SOCK; 20:23:49 unset SSH_AGENT_PID; 20:23:49 echo Agent pid 50 killed; 20:23:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:50 + git semver [Pipeline] } 20:23:50 $ docker stop --time=1 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 20:23:51 $ docker rm -f 4c5d9799b48af77258453f0abd549b84f86736be3461f1f5a992eaa4a86fe321 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:23:52 Stashed 1 file(s) [Pipeline] echo 20:23:52 [edgeXSemver]: initialized semver on version 1.3.2-dev.4 [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:24:07 Still waiting to schedule task 20:24:07 ‘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-4808’ 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-4821’ is offline; ‘prd-centos7-docker-4c-2g-4830’ is offline; ‘prd-centos7-docker-4c-2g-4831’ is offline; ‘prd-centos7-docker-4c-2g-4850’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-4834’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-4836’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-4839’ doesn’t have label ‘centos7-docker-4c-2g’; ‘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’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4849’ doesn’t have label ‘centos7-docker-4c-2g’ 20:24:07 Still waiting to schedule task 20:24:07 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4800’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4802’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4807’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4808’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4810’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4813’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4814’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4815’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4821’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4830’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4831’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4850’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-4834’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-4836’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-4839’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-4840’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4818’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4819’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4823’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4824’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4825’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4828’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4832’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4833’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4849’ is offline 20:29:10 Running on prd-centos7-docker-4c-2g-4865 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 20:29:10 Running in /w/workspace/device-snmp-go/28 [Pipeline] { [Pipeline] checkout 20:29:14 using credential edgex-jenkins-ssh 20:29:14 Cloning the remote Git repository 20:29:14 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 20:29:14 > git init /w/workspace/device-snmp-go/28 # timeout=10 20:29:15 Checking out Revision b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (master) 20:29:14 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 20:29:14 > git --version # timeout=10 20:29:14 > git --version # 'git version 2.24.3' 20:29:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:15 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 20:29:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:15 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 20:29:15 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 20:29:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:15 > git config core.sparsecheckout # timeout=10 20:29:15 > git checkout -f b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 20:29:19 Commit message: "Merge pull request #94 from tonyespy/go-116" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:29:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:21 + sudo service docker restart 20:29:21 + true 20:29:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:23 provisioning config files... 20:29:23 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/28@tmp/config5948123324582090595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:23 ---> docker-login.sh 20:29:23 nexus3.edgexfoundry.org:10001 20:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10002 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10003 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10004 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 docker.io 20:29:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:25 Configure a credential helper to remove this warning. See 20:29:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:25 20:29:25 Login Succeeded 20:29:25 ---> docker-login.sh ends [Pipeline] } 20:29:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:29:25 ========================================================= 20:29:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:29:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:25 + 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:29:26 Sending build context to Docker daemon 345.6kB 20:29:26 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:29:26 Step 2/10 : FROM ${BASE} 20:29:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:29:26 540db60ca938: Pulling fs layer 20:29:26 adcc1eea9eea: Pulling fs layer 20:29:26 4c4ab2625f07: Pulling fs layer 20:29:26 0510c868ecb4: Pulling fs layer 20:29:26 afea3b2eda06: Pulling fs layer 20:29:26 7809a108b3ef: Pulling fs layer 20:29:26 f706445af74f: Pulling fs layer 20:29:26 0510c868ecb4: Waiting 20:29:26 afea3b2eda06: Waiting 20:29:26 7809a108b3ef: Waiting 20:29:26 4c4ab2625f07: Download complete 20:29:26 adcc1eea9eea: Verifying Checksum 20:29:26 adcc1eea9eea: Download complete 20:29:26 afea3b2eda06: Download complete 20:29:26 7809a108b3ef: Verifying Checksum 20:29:26 7809a108b3ef: Download complete 20:29:26 540db60ca938: Verifying Checksum 20:29:26 540db60ca938: Download complete 20:29:26 540db60ca938: Pull complete 20:29:26 adcc1eea9eea: Pull complete 20:29:27 4c4ab2625f07: Pull complete 20:29:28 f706445af74f: Verifying Checksum 20:29:28 f706445af74f: Download complete 20:29:29 0510c868ecb4: Verifying Checksum 20:29:29 0510c868ecb4: Download complete 20:29:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4862 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 20:29:30 Running in /w/workspace/device-snmp-go/28 [Pipeline] { [Pipeline] checkout 20:29:35 0510c868ecb4: Pull complete 20:29:35 afea3b2eda06: Pull complete 20:29:35 7809a108b3ef: Pull complete 20:29:37 using credential edgex-jenkins-ssh 20:29:37 Cloning the remote Git repository 20:29:37 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 20:29:37 > git init /w/workspace/device-snmp-go/28 # timeout=10 20:29:37 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 20:29:37 > git --version # timeout=10 20:29:37 > git --version # 'git version 2.17.1' 20:29:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:38 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 20:29:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:38 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 20:29:38 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 20:29:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:40 Checking out Revision b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (master) 20:29:40 > git config core.sparsecheckout # timeout=10 20:29:40 > git checkout -f b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 20:29:42 f706445af74f: Pull complete 20:29:42 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:29:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:29:42 ---> b068be0155e3 20:29:42 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 20:29:42 ---> Running in e916f8d88daf 20:29:42 Removing intermediate container e916f8d88daf 20:29:42 ---> 00aed698da5c 20:29:42 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:29:42 ---> Running in d1480f999dcf 20:29:42 Removing intermediate container d1480f999dcf 20:29:42 ---> 16f94cc72a76 20:29:42 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 20:29:43 ---> Running in 55676f979c45 20:29:43 Removing intermediate container 55676f979c45 20:29:43 ---> 73ebbf97a2cf 20:29:43 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:43 ---> Running in 08edff6ab69d 20:29:44 Removing intermediate container 08edff6ab69d 20:29:44 ---> 5ef397acdb62 20:29:44 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:29:44 ---> Running in 51c8a889f3ef 20:29:44 Commit message: "Merge pull request #94 from tonyespy/go-116" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:29:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:29:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:29:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:47 + true 20:29:47 + sudo service docker restart 20:29:48 OK: 149 MiB in 40 packages 20:29:48 Removing intermediate container 51c8a889f3ef 20:29:48 ---> 5f5b7da82787 20:29:48 Step 8/10 : WORKDIR /device-snmp-go 20:29:48 ---> Running in facd5fa30fb6 20:29:48 Removing intermediate container facd5fa30fb6 20:29:48 ---> 427b28495f9c 20:29:48 Step 9/10 : COPY . . 20:29:49 ---> 94ef50e3d7ab 20:29:49 Step 10/10 : RUN go mod download 20:29:49 ---> Running in aa1dab550d4c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:49 provisioning config files... 20:29:49 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/28@tmp/config1618552944781873449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:50 ---> docker-login.sh 20:29:50 nexus3.edgexfoundry.org:10001 20:29:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:51 Configure a credential helper to remove this warning. See 20:29:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:51 20:29:51 Login Succeeded 20:29:51 nexus3.edgexfoundry.org:10002 20:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:52 Configure a credential helper to remove this warning. See 20:29:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:52 20:29:52 Login Succeeded 20:29:52 nexus3.edgexfoundry.org:10003 20:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:52 Configure a credential helper to remove this warning. See 20:29:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:52 20:29:52 Login Succeeded 20:29:52 nexus3.edgexfoundry.org:10004 20:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:53 Configure a credential helper to remove this warning. See 20:29:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:53 20:29:53 Login Succeeded 20:29:53 docker.io 20:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:54 Configure a credential helper to remove this warning. See 20:29:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:54 20:29:54 Login Succeeded 20:29:54 ---> docker-login.sh ends [Pipeline] } 20:29:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:29:54 ========================================================= 20:29:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:29:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:55 + 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:55 Sending build context to Docker daemon 344.6kB 20:29:55 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:29:55 Step 2/10 : FROM ${BASE} 20:29:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:29:55 595b0fe564bb: Pulling fs layer 20:29:55 7186ed65a4f7: Pulling fs layer 20:29:55 316046926c0a: Pulling fs layer 20:29:55 4ebd0625c992: Pulling fs layer 20:29:55 207e8628e3a3: Pulling fs layer 20:29:55 c791037a9be2: Pulling fs layer 20:29:55 ffd874e62e21: Pulling fs layer 20:29:55 4ebd0625c992: Waiting 20:29:55 207e8628e3a3: Waiting 20:29:55 c791037a9be2: Waiting 20:29:55 ffd874e62e21: Waiting 20:29:55 316046926c0a: Download complete 20:29:55 7186ed65a4f7: Verifying Checksum 20:29:55 7186ed65a4f7: Download complete 20:29:55 207e8628e3a3: Download complete 20:29:55 c791037a9be2: Download complete 20:29:55 595b0fe564bb: Verifying Checksum 20:29:55 595b0fe564bb: Download complete 20:29:56 595b0fe564bb: Pull complete 20:29:57 7186ed65a4f7: Pull complete 20:29:57 316046926c0a: Pull complete 20:29:57 ffd874e62e21: Verifying Checksum 20:29:57 ffd874e62e21: Download complete 20:29:59 4ebd0625c992: Verifying Checksum 20:29:59 4ebd0625c992: Download complete 20:30:08 Removing intermediate container aa1dab550d4c 20:30:08 ---> 77103fb4c296 20:30:08 Successfully built 77103fb4c296 20:30:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:30:08 + docker inspect -f . ci-base-image-x86_64 20:30:08 . [Pipeline] withDockerContainer 20:30:08 prd-centos7-docker-4c-2g-4865 does not seem to be running inside a container 20:30:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/28 -v /w/workspace/device-snmp-go/28:/w/workspace/device-snmp-go/28:rw,z -v /w/workspace/device-snmp-go/28@tmp:/w/workspace/device-snmp-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:30:09 $ docker top 29d0ca60c41314bdc69ce95ba367a444ed20addd3506147e58fcc9ca1cecac4d -eo pid,comm 20:30:09 4ebd0625c992: Pull complete 20:30:09 207e8628e3a3: Pull complete 20:30:09 c791037a9be2: Pull complete [Pipeline] { [Pipeline] sh 20:30:10 + go version 20:30:10 go version go1.16.3 linux/amd64 [Pipeline] } 20:30:10 $ docker stop --time=1 29d0ca60c41314bdc69ce95ba367a444ed20addd3506147e58fcc9ca1cecac4d 20:30:11 $ docker rm -f 29d0ca60c41314bdc69ce95ba367a444ed20addd3506147e58fcc9ca1cecac4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:12 + docker inspect -f . ci-base-image-x86_64 20:30:12 . [Pipeline] withDockerContainer 20:30:12 prd-centos7-docker-4c-2g-4865 does not seem to be running inside a container 20:30:12 ffd874e62e21: Pull complete 20:30:12 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:30:12 ---> cfc18b08335c 20:30:12 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 20:30:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/28 -v /w/workspace/device-snmp-go/28:/w/workspace/device-snmp-go/28:rw,z -v /w/workspace/device-snmp-go/28@tmp:/w/workspace/device-snmp-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:30:13 $ docker top 1187dea03aeea6cd1345050c7f75c4e4282dfd50ba5ba2dd6f93b8841ed8bad2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:13 + go mod tidy [Pipeline] sh 20:30:14 + make test 20:30:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:30:14 ? github.com/edgexfoundry/device-snmp-go [no test files] 20:30:15 ---> Running in 7173e866d6fb 20:30:16 Removing intermediate container 7173e866d6fb 20:30:16 ---> 0fd328ce6f8c 20:30:16 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:30:16 ---> Running in bbe8e0fc0523 20:30:16 Removing intermediate container bbe8e0fc0523 20:30:16 ---> 069a3157bdd8 20:30:16 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 20:30:16 ---> Running in 5f2293fadcce 20:30:17 Removing intermediate container 5f2293fadcce 20:30:17 ---> 6d2c9f070652 20:30:17 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:17 ---> Running in b4fde47ceb5b 20:30:20 Removing intermediate container b4fde47ceb5b 20:30:20 ---> 772d4c43a311 20:30:20 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:30:20 ---> Running in ea19aeec839e 20:30:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:30:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:30:22 OK: 138 MiB in 40 packages 20:30:24 Removing intermediate container ea19aeec839e 20:30:24 ---> 20208647737b 20:30:24 Step 8/10 : WORKDIR /device-snmp-go 20:30:24 ---> Running in 3cb3cf1adc1d 20:30:24 Removing intermediate container 3cb3cf1adc1d 20:30:24 ---> dda869df349b 20:30:24 Step 9/10 : COPY . . 20:30:25 ---> f4cb4bb6665d 20:30:25 Step 10/10 : RUN go mod download 20:30:25 ---> Running in e2a30d6836a4 20:30:30 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 20:30:30 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 20:30:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:30:37 gofmt -l . 20:30:37 [ "`gofmt -l .`" = "" ] 20:30:37 ./bin/test-attribution-txt.sh 20:30:37 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:30:37 $ docker stop --time=1 1187dea03aeea6cd1345050c7f75c4e4282dfd50ba5ba2dd6f93b8841ed8bad2 20:30:39 $ docker rm -f 1187dea03aeea6cd1345050c7f75c4e4282dfd50ba5ba2dd6f93b8841ed8bad2 [Pipeline] // withDockerContainer [Pipeline] sh 20:30:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:30:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:30:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:30:41 + ls -al . 20:30:41 total 104 20:30:41 drwxrwxr-x. 8 jenkins jenkins 4096 May 12 20:30 . 20:30:41 drwxrwxr-x. 4 jenkins jenkins 30 May 12 20:29 .. 20:30:41 -rw-rw-r--. 1 jenkins jenkins 5082 May 12 20:29 Attribution.txt 20:30:41 drwxrwxr-x. 2 jenkins jenkins 87 May 12 20:29 bin 20:30:41 drwxrwxr-x. 3 jenkins jenkins 32 May 12 20:29 cmd 20:30:41 -rw-r--r--. 1 jenkins jenkins 8493 May 12 20:30 coverage.out 20:30:41 -rw-rw-r--. 1 jenkins jenkins 1529 May 12 20:29 Dockerfile 20:30:41 -rw-rw-r--. 1 jenkins jenkins 1006 May 12 20:29 Dockerfile.build 20:30:41 -rw-rw-r--. 1 jenkins jenkins 6 May 12 20:29 .dockerignore 20:30:41 drwxrwxr-x. 8 jenkins jenkins 162 May 12 20:29 .git 20:30:41 drwxrwxr-x. 2 jenkins jenkins 103 May 12 20:29 .github 20:30:41 -rw-rw-r--. 1 jenkins jenkins 272 May 12 20:29 .gitignore 20:30:41 -rw-r--r--. 1 jenkins jenkins 204 May 12 20:30 go.mod 20:30:41 -rw-r--r--. 1 jenkins jenkins 14055 May 12 20:30 go.sum 20:30:41 drwxrwxr-x. 3 jenkins jenkins 20 May 12 20:29 internal 20:30:41 -rw-rw-r--. 1 jenkins jenkins 656 May 12 20:29 Jenkinsfile 20:30:41 -rw-rw-r--. 1 jenkins jenkins 11340 May 12 20:29 LICENSE 20:30:41 -rw-rw-r--. 1 jenkins jenkins 917 May 12 20:29 Makefile 20:30:41 drwxrwxr-x. 2 jenkins jenkins 84 May 12 20:29 profiles 20:30:41 -rw-rw-r--. 1 jenkins jenkins 14171 May 12 20:29 README.md 20:30:41 -rw-rw-r--. 1 jenkins jenkins 11 May 12 20:23 VERSION 20:30:41 -rw-rw-r--. 1 jenkins jenkins 209 May 12 20:29 version.go [Pipeline] isUnix [Pipeline] sh 20:30:42 + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 --label arch=amd64 --label version=1.3.2-dev.4 . 20:30:42 Sending build context to Docker daemon 354.8kB 20:30:42 Step 1/26 : ARG BASE=golang:1.16-alpine3.12 20:30:42 Step 2/26 : FROM ${BASE} AS builder 20:30:42 ---> 77103fb4c296 20:30:42 Step 3/26 : ARG MAKE='make build' 20:30:42 ---> Running in 2492486e121b 20:30:42 Removing intermediate container 2492486e121b 20:30:42 ---> 989b9d9927c6 20:30:42 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 20:30:42 ---> Running in 9c183d837761 20:30:42 Removing intermediate container 9c183d837761 20:30:42 ---> 13cb7e335146 20:30:42 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 20:30:42 ---> Running in b9fa66338def 20:30:43 Removing intermediate container b9fa66338def 20:30:43 ---> 3f232d6218c5 20:30:43 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:43 ---> Running in d76cd6ddd4b6 20:30:44 Removing intermediate container d76cd6ddd4b6 20:30:44 ---> 9aad27ca17e3 20:30:44 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:30:44 ---> Running in d26c988ef978 20:30:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:30:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:30:46 OK: 149 MiB in 40 packages 20:30:46 Removing intermediate container d26c988ef978 20:30:46 ---> a3babc8b4484 20:30:46 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 20:30:46 ---> Running in cfe9a6d6581c 20:30:46 Removing intermediate container cfe9a6d6581c 20:30:46 ---> fa9357ae449f 20:30:46 Step 9/26 : COPY go.mod . 20:30:46 ---> 115f20903e43 20:30:46 Step 10/26 : COPY Makefile . 20:30:47 ---> 72a79b141b03 20:30:47 Step 11/26 : RUN make update 20:30:47 ---> Running in a84aa48c4afb 20:30:47 CGO_ENABLED=0 GO111MODULE=on go mod download 20:30:48 Removing intermediate container a84aa48c4afb 20:30:48 ---> 4613fc6c6377 20:30:48 Step 12/26 : COPY . . 20:30:49 ---> 7d5814d8ff3d 20:30:49 Step 13/26 : RUN ${MAKE} 20:30:49 ---> Running in 81524bab1e75 20:30:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.4" -o cmd/device-snmp-go ./cmd 20:30:52 Removing intermediate container e2a30d6836a4 20:30:52 ---> c52e09c81264 20:30:52 Successfully built c52e09c81264 20:30:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:30:52 + docker inspect -f . ci-base-image-arm64 20:30:52 . [Pipeline] withDockerContainer 20:30:53 prd-ubuntu18.04-docker-arm64-4c-16g-4862 does not seem to be running inside a container 20:30:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/28 -v /w/workspace/device-snmp-go/28:/w/workspace/device-snmp-go/28:rw,z -v /w/workspace/device-snmp-go/28@tmp:/w/workspace/device-snmp-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:54 $ docker top 41affc024fe7fa359f2c482dabfa1cc8bdda45147e4dd4b6f205a7c5bdd30866 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:55 + go version 20:30:55 go version go1.16.3 linux/arm64 [Pipeline] } 20:30:55 $ docker stop --time=1 41affc024fe7fa359f2c482dabfa1cc8bdda45147e4dd4b6f205a7c5bdd30866 20:30:57 $ docker rm -f 41affc024fe7fa359f2c482dabfa1cc8bdda45147e4dd4b6f205a7c5bdd30866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:58 + docker inspect -f . ci-base-image-arm64 20:30:58 . [Pipeline] withDockerContainer 20:30:58 prd-ubuntu18.04-docker-arm64-4c-16g-4862 does not seem to be running inside a container 20:30:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/28 -v /w/workspace/device-snmp-go/28:/w/workspace/device-snmp-go/28:rw,z -v /w/workspace/device-snmp-go/28@tmp:/w/workspace/device-snmp-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:31:00 $ docker top 52a8768c66a88a03af8e14d0dd4115e7e0b775484b2e779771822ee34f04da73 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:01 + go mod tidy [Pipeline] sh 20:31:02 Removing intermediate container 81524bab1e75 20:31:02 ---> f25597eff35c 20:31:02 Step 14/26 : FROM alpine:3.12 20:31:02 3.12: Pulling from library/alpine 20:31:02 339de151aab4: Pulling fs layer 20:31:02 339de151aab4: Verifying Checksum 20:31:02 339de151aab4: Download complete 20:31:02 + make test 20:31:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:31:02 339de151aab4: Pull complete 20:31:02 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:31:03 Status: Downloaded newer image for alpine:3.12 20:31:03 ---> 13621d1b12d4 20:31:03 Step 15/26 : ENV APP_PORT=49993 20:31:03 ---> Running in 344bb8d66481 20:31:03 Removing intermediate container 344bb8d66481 20:31:03 ---> eaac122c1c30 20:31:03 Step 16/26 : EXPOSE $APP_PORT 20:31:03 ---> Running in 6b2c14f00bb5 20:31:03 Removing intermediate container 6b2c14f00bb5 20:31:03 ---> f56034d09357 20:31:03 Step 17/26 : ENV DEVICE_PORT=161 20:31:03 ---> Running in f301d12e19ac 20:31:03 ? github.com/edgexfoundry/device-snmp-go [no test files] 20:31:03 Removing intermediate container f301d12e19ac 20:31:03 ---> bbddf302df11 20:31:03 Step 18/26 : EXPOSE $DEVICE_PORT 20:31:03 ---> Running in 0c698417e977 20:31:03 Removing intermediate container 0c698417e977 20:31:03 ---> 70a7731b9380 20:31:03 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 20:31:04 ---> b0aca78958fb 20:31:04 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 20:31:04 ---> 5847342a49a2 20:31:04 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 20:31:05 ---> a7f1c44f52d2 20:31:05 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 20:31:05 ---> Running in 10c61ad1cfba 20:31:05 Removing intermediate container 10c61ad1cfba 20:31:05 ---> 326283b71b7c 20:31:05 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:31:05 ---> Running in 616ca7034afc 20:31:05 Removing intermediate container 616ca7034afc 20:31:05 ---> b8f2d7903282 20:31:05 Step 24/26 : LABEL arch=amd64 20:31:05 ---> Running in c04acd6112bc 20:31:05 Removing intermediate container c04acd6112bc 20:31:05 ---> 536ba18973f8 20:31:05 Step 25/26 : LABEL git_sha=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:31:05 ---> Running in 8d000435869f 20:31:06 Removing intermediate container 8d000435869f 20:31:06 ---> 4e1539241b2e 20:31:06 Step 26/26 : LABEL version=1.3.2-dev.4 20:31:06 ---> Running in a92b2fc74526 20:31:06 Removing intermediate container a92b2fc74526 20:31:06 ---> c3508064fb5c 20:31:06 [Warning] One or more build-args [ARCH] were not consumed 20:31:06 Successfully built c3508064fb5c 20:31:06 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:31:06 provisioning config files... 20:31:06 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/28@tmp/config7548848555709787049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:06 ---> docker-login.sh 20:31:06 nexus3.edgexfoundry.org:10001 20:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:07 Configure a credential helper to remove this warning. See 20:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:07 20:31:07 Login Succeeded 20:31:07 nexus3.edgexfoundry.org:10002 20:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:07 Configure a credential helper to remove this warning. See 20:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:07 20:31:07 Login Succeeded 20:31:07 nexus3.edgexfoundry.org:10003 20:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:07 Configure a credential helper to remove this warning. See 20:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:07 20:31:07 Login Succeeded 20:31:07 nexus3.edgexfoundry.org:10004 20:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:08 Configure a credential helper to remove this warning. See 20:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:08 20:31:08 Login Succeeded 20:31:08 docker.io 20:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:08 Configure a credential helper to remove this warning. See 20:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:08 20:31:08 Login Succeeded 20:31:08 ---> docker-login.sh ends [Pipeline] } 20:31:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:08 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 20:31:08 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:31:08 latest 20:31:08 1.3.2-dev.4 20:31:08 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:31:08 master 20:31:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:08 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] isUnix [Pipeline] sh 20:31:09 + docker push nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 20:31:09 cff953fe0836: Preparing 20:31:09 3b6722a620f1: Preparing 20:31:09 1ff0097be5ba: Preparing 20:31:09 32f366d666a5: Preparing 20:31:09 32f366d666a5: Layer already exists 20:31:09 3b6722a620f1: Pushed 20:31:09 cff953fe0836: Pushed 20:31:10 1ff0097be5ba: Pushed 20:31:10 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39: digest: sha256:16c05798dbec9c3c438ab0cddf62b016b452fa093d56af5a60d9ba1e544462ef size: 1155 [Pipeline] isUnix [Pipeline] sh 20:31:10 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 20:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 20:31:11 cff953fe0836: Preparing 20:31:11 3b6722a620f1: Preparing 20:31:11 1ff0097be5ba: Preparing 20:31:11 32f366d666a5: Preparing 20:31:11 3b6722a620f1: Layer already exists 20:31:11 cff953fe0836: Layer already exists 20:31:11 32f366d666a5: Layer already exists 20:31:11 1ff0097be5ba: Layer already exists 20:31:11 latest: digest: sha256:16c05798dbec9c3c438ab0cddf62b016b452fa093d56af5a60d9ba1e544462ef size: 1155 [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp:1.3.2-dev.4 20:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 20:31:11 cff953fe0836: Preparing 20:31:11 3b6722a620f1: Preparing 20:31:11 1ff0097be5ba: Preparing 20:31:11 32f366d666a5: Preparing 20:31:11 32f366d666a5: Layer already exists 20:31:11 3b6722a620f1: Layer already exists 20:31:11 1ff0097be5ba: Layer already exists 20:31:11 cff953fe0836: Layer already exists 20:31:11 1.3.2-dev.4: digest: sha256:16c05798dbec9c3c438ab0cddf62b016b452fa093d56af5a60d9ba1e544462ef size: 1155 [Pipeline] isUnix [Pipeline] sh 20:31:12 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh 20:31:12 + docker push nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 20:31:12 cff953fe0836: Preparing 20:31:12 3b6722a620f1: Preparing 20:31:12 1ff0097be5ba: Preparing 20:31:12 32f366d666a5: Preparing 20:31:12 cff953fe0836: Layer already exists 20:31:12 1ff0097be5ba: Layer already exists 20:31:12 32f366d666a5: Layer already exists 20:31:12 3b6722a620f1: Layer already exists 20:31:12 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4: digest: sha256:16c05798dbec9c3c438ab0cddf62b016b452fa093d56af5a60d9ba1e544462ef size: 1155 [Pipeline] isUnix [Pipeline] sh 20:31:12 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:master [Pipeline] isUnix [Pipeline] sh 20:31:13 + docker push nexus3.edgexfoundry.org:10004/device-snmp:master 20:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 20:31:13 cff953fe0836: Preparing 20:31:13 3b6722a620f1: Preparing 20:31:13 1ff0097be5ba: Preparing 20:31:13 32f366d666a5: Preparing 20:31:13 3b6722a620f1: Layer already exists 20:31:13 cff953fe0836: Layer already exists 20:31:13 32f366d666a5: Layer already exists 20:31:13 1ff0097be5ba: Layer already exists 20:31:13 master: digest: sha256:16c05798dbec9c3c438ab0cddf62b016b452fa093d56af5a60d9ba1e544462ef size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:13 ===================================================== [Pipeline] echo 20:31:13 taggedImages: 20:31:13 - nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:31:13 - nexus3.edgexfoundry.org:10004/device-snmp:latest 20:31:13 - nexus3.edgexfoundry.org:10004/device-snmp:1.3.2-dev.4 20:31:13 - nexus3.edgexfoundry.org:10004/device-snmp:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:31:13 - nexus3.edgexfoundry.org:10004/device-snmp: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:31:13 ---> job-cost.sh 20:31:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8cBk 20:31:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:31:50 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 20:31:50 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 20:31:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:31:55 lf-activate-venv(): INFO: Adding /tmp/venv-8cBk/bin to PATH 20:31:55 INFO: No Stack... 20:31:55 INFO: Retrieving Pricing Info for: v1-standard-2 20:31:56 INFO: Archiving Costs [Pipeline] sh 20:31:56 + cat /w/workspace/device-snmp-go/28/archives/cost.csv 20:31:56 + cut -d, -f6 [Pipeline] lock 20:31:57 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] 20:31:57 Resource [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] did not exist. Created. 20:31:57 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:31:57 + echo total: 0.029999999329447746 [Pipeline] stash 20:31:57 Stashed 1 file(s) [Pipeline] } 20:31:57 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:32:13 gofmt -l . 20:32:13 [ "`gofmt -l .`" = "" ] 20:32:13 ./bin/test-attribution-txt.sh 20:32:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:32:13 $ docker stop --time=1 52a8768c66a88a03af8e14d0dd4115e7e0b775484b2e779771822ee34f04da73 20:32:15 $ docker rm -f 52a8768c66a88a03af8e14d0dd4115e7e0b775484b2e779771822ee34f04da73 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:32:16 Warning: overwriting stash ‘coverage-report’ 20:32:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:32:17 + ls -al . 20:32:17 total 132 20:32:17 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:32 . 20:32:17 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:29 .. 20:32:17 -rw-rw-r-- 1 jenkins jenkins 6 May 12 20:29 .dockerignore 20:32:17 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:29 .git 20:32:17 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 .github 20:32:17 -rw-rw-r-- 1 jenkins jenkins 272 May 12 20:29 .gitignore 20:32:17 -rw-rw-r-- 1 jenkins jenkins 5082 May 12 20:29 Attribution.txt 20:32:17 -rw-rw-r-- 1 jenkins jenkins 1529 May 12 20:29 Dockerfile 20:32:17 -rw-rw-r-- 1 jenkins jenkins 1006 May 12 20:29 Dockerfile.build 20:32:17 -rw-rw-r-- 1 jenkins jenkins 656 May 12 20:29 Jenkinsfile 20:32:17 -rw-rw-r-- 1 jenkins jenkins 11340 May 12 20:29 LICENSE 20:32:17 -rw-rw-r-- 1 jenkins jenkins 917 May 12 20:29 Makefile 20:32:17 -rw-rw-r-- 1 jenkins jenkins 14171 May 12 20:29 README.md 20:32:17 -rw-rw-r-- 1 jenkins jenkins 11 May 12 20:23 VERSION 20:32:17 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 bin 20:32:17 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:29 cmd 20:32:17 -rw-r--r-- 1 jenkins jenkins 8493 May 12 20:31 coverage.out 20:32:17 -rw-r--r-- 1 jenkins jenkins 204 May 12 20:32 go.mod 20:32:17 -rw-r--r-- 1 jenkins jenkins 14055 May 12 20:31 go.sum 20:32:17 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:29 internal 20:32:17 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 profiles 20:32:17 -rw-rw-r-- 1 jenkins jenkins 209 May 12 20:29 version.go [Pipeline] isUnix [Pipeline] sh 20:32:18 + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 --label arch=arm64 --label version=1.3.2-dev.4 . 20:32:18 Sending build context to Docker daemon 353.8kB 20:32:18 Step 1/26 : ARG BASE=golang:1.16-alpine3.12 20:32:18 Step 2/26 : FROM ${BASE} AS builder 20:32:18 ---> c52e09c81264 20:32:18 Step 3/26 : ARG MAKE='make build' 20:32:19 ---> Running in 4610a63cf709 20:32:19 Removing intermediate container 4610a63cf709 20:32:19 ---> 30a14142bab2 20:32:19 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 20:32:19 ---> Running in dd4ef5b6706a 20:32:20 Removing intermediate container dd4ef5b6706a 20:32:20 ---> 1f4cae99f334 20:32:20 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 20:32:20 ---> Running in b33550713383 20:32:20 Removing intermediate container b33550713383 20:32:20 ---> a28293c2834d 20:32:20 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:20 ---> Running in 8839f981025e 20:32:23 Removing intermediate container 8839f981025e 20:32:23 ---> 1a03de46a4ac 20:32:23 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:23 ---> Running in 30a85d98aef5 20:32:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:32:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:32:25 OK: 138 MiB in 40 packages 20:32:27 Removing intermediate container 30a85d98aef5 20:32:27 ---> 95cd0ef789c8 20:32:27 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 20:32:27 ---> Running in 85a1ca423930 20:32:28 Removing intermediate container 85a1ca423930 20:32:28 ---> dd8e54d40216 20:32:28 Step 9/26 : COPY go.mod . 20:32:28 ---> 3f809396e749 20:32:28 Step 10/26 : COPY Makefile . 20:32:29 ---> b778fe44c84c 20:32:29 Step 11/26 : RUN make update 20:32:29 ---> Running in a7aefbdb54b2 20:32:30 CGO_ENABLED=0 GO111MODULE=on go mod download 20:32:31 Removing intermediate container a7aefbdb54b2 20:32:31 ---> c6bfc28f9689 20:32:31 Step 12/26 : COPY . . 20:32:32 ---> b64641b15c9c 20:32:32 Step 13/26 : RUN ${MAKE} 20:32:32 ---> Running in be3fdfac241e 20:32:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.4" -o cmd/device-snmp-go ./cmd 20:33:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:33:08 Removing intermediate container be3fdfac241e 20:33:08 ---> 85bdaf0b51f3 20:33:08 Step 14/26 : FROM alpine:3.12 20:33:08 3.12: Pulling from library/alpine 20:33:08 d2f70382dc9a: Pulling fs layer 20:33:09 d2f70382dc9a: Verifying Checksum 20:33:09 d2f70382dc9a: Download complete 20:33:09 d2f70382dc9a: Pull complete 20:33:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:33:09 Status: Downloaded newer image for alpine:3.12 20:33:09 ---> 9852663dfa18 20:33:09 Step 15/26 : ENV APP_PORT=49993 20:33:09 ---> Running in 51c2eb820d2f 20:33:10 Removing intermediate container 51c2eb820d2f 20:33:10 ---> 6bdb6d128e24 20:33:10 Step 16/26 : EXPOSE $APP_PORT 20:33:10 ---> Running in 87152cf6bbc9 20:33:10 Removing intermediate container 87152cf6bbc9 20:33:10 ---> a1c7bbda572f 20:33:10 Step 17/26 : ENV DEVICE_PORT=161 20:33:11 ---> Running in bb0deff82315 20:33:11 Removing intermediate container bb0deff82315 20:33:11 ---> 6cdf2b81e33f 20:33:11 Step 18/26 : EXPOSE $DEVICE_PORT 20:33:11 ---> Running in b1ab7d353c32 20:33:11 Removing intermediate container b1ab7d353c32 20:33:11 ---> 34a68ed025b1 20:33:11 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 20:33:13 ---> ed08a7e79862 20:33:13 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 20:33:13 ---> 8b7e7118a673 20:33:13 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 20:33:14 ---> c70169b9b0e8 20:33:14 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 20:33:14 ---> Running in 5d1977de24f8 20:33:15 Removing intermediate container 5d1977de24f8 20:33:15 ---> 7eb27ba71805 20:33:15 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:33:15 ---> Running in 270feccd9e50 20:33:16 Removing intermediate container 270feccd9e50 20:33:16 ---> 35321f670fcd 20:33:16 Step 24/26 : LABEL arch=arm64 20:33:16 ---> Running in 5e1812216ff0 20:33:16 Removing intermediate container 5e1812216ff0 20:33:16 ---> c89f331cf8ea 20:33:16 Step 25/26 : LABEL git_sha=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:33:16 ---> Running in ea7db539b471 20:33:17 Removing intermediate container ea7db539b471 20:33:17 ---> b3decff46edb 20:33:17 Step 26/26 : LABEL version=1.3.2-dev.4 20:33:17 ---> Running in cbe1eccd2dde 20:33:17 Removing intermediate container cbe1eccd2dde 20:33:17 ---> a881a9c4a43e 20:33:17 [Warning] One or more build-args [ARCH] were not consumed 20:33:17 Successfully built a881a9c4a43e 20:33:17 Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:33:18 provisioning config files... 20:33:18 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/28@tmp/config5304016522498323703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:18 ---> docker-login.sh 20:33:18 nexus3.edgexfoundry.org:10001 20:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:19 Configure a credential helper to remove this warning. See 20:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:19 20:33:19 Login Succeeded 20:33:19 nexus3.edgexfoundry.org:10002 20:33:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:19 Configure a credential helper to remove this warning. See 20:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:19 20:33:19 Login Succeeded 20:33:19 nexus3.edgexfoundry.org:10003 20:33:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:20 Configure a credential helper to remove this warning. See 20:33:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:20 20:33:20 Login Succeeded 20:33:20 nexus3.edgexfoundry.org:10004 20:33:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:20 Configure a credential helper to remove this warning. See 20:33:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:20 20:33:20 Login Succeeded 20:33:20 docker.io 20:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:21 Configure a credential helper to remove this warning. See 20:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:21 20:33:21 Login Succeeded 20:33:21 ---> docker-login.sh ends [Pipeline] } 20:33:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:21 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 20:33:21 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:33:21 latest 20:33:21 1.3.2-dev.4 20:33:21 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:33:21 master 20:33:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:22 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] isUnix [Pipeline] sh 20:33:22 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 20:33:22 53d985ee4a46: Preparing 20:33:22 d4a1b2f645f7: Preparing 20:33:22 bf1bb6559ad3: Preparing 20:33:22 3fbe34a1663b: Preparing 20:33:22 3fbe34a1663b: Layer already exists 20:33:22 53d985ee4a46: Pushed 20:33:22 d4a1b2f645f7: Pushed 20:33:25 bf1bb6559ad3: Pushed 20:33:25 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39: digest: sha256:71ffc9dc95e6229188b1100b0d5dc9409ff1ab17218028382e68784bd111413a size: 1155 [Pipeline] isUnix [Pipeline] sh 20:33:25 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:33:26 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 20:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 20:33:26 53d985ee4a46: Preparing 20:33:26 d4a1b2f645f7: Preparing 20:33:26 bf1bb6559ad3: Preparing 20:33:26 3fbe34a1663b: Preparing 20:33:26 d4a1b2f645f7: Layer already exists 20:33:26 53d985ee4a46: Layer already exists 20:33:26 3fbe34a1663b: Layer already exists 20:33:26 bf1bb6559ad3: Layer already exists 20:33:26 latest: digest: sha256:71ffc9dc95e6229188b1100b0d5dc9409ff1ab17218028382e68784bd111413a size: 1155 [Pipeline] isUnix [Pipeline] sh 20:33:26 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh 20:33:27 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:1.3.2-dev.4 20:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 20:33:27 53d985ee4a46: Preparing 20:33:27 d4a1b2f645f7: Preparing 20:33:27 bf1bb6559ad3: Preparing 20:33:27 3fbe34a1663b: Preparing 20:33:27 3fbe34a1663b: Layer already exists 20:33:27 d4a1b2f645f7: Layer already exists 20:33:27 bf1bb6559ad3: Layer already exists 20:33:27 53d985ee4a46: Layer already exists 20:33:27 1.3.2-dev.4: digest: sha256:71ffc9dc95e6229188b1100b0d5dc9409ff1ab17218028382e68784bd111413a size: 1155 [Pipeline] isUnix [Pipeline] sh 20:33:27 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh 20:33:28 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 20:33:28 53d985ee4a46: Preparing 20:33:28 d4a1b2f645f7: Preparing 20:33:28 bf1bb6559ad3: Preparing 20:33:28 3fbe34a1663b: Preparing 20:33:28 3fbe34a1663b: Layer already exists 20:33:28 53d985ee4a46: Layer already exists 20:33:28 bf1bb6559ad3: Layer already exists 20:33:28 d4a1b2f645f7: Layer already exists 20:33:28 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4: digest: sha256:71ffc9dc95e6229188b1100b0d5dc9409ff1ab17218028382e68784bd111413a size: 1155 [Pipeline] isUnix [Pipeline] sh 20:33:28 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:master [Pipeline] isUnix [Pipeline] sh 20:33:29 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:master 20:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 20:33:29 53d985ee4a46: Preparing 20:33:29 d4a1b2f645f7: Preparing 20:33:29 bf1bb6559ad3: Preparing 20:33:29 3fbe34a1663b: Preparing 20:33:29 3fbe34a1663b: Layer already exists 20:33:29 53d985ee4a46: Layer already exists 20:33:29 d4a1b2f645f7: Layer already exists 20:33:29 bf1bb6559ad3: Layer already exists 20:33:29 master: digest: sha256:71ffc9dc95e6229188b1100b0d5dc9409ff1ab17218028382e68784bd111413a size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:29 ===================================================== [Pipeline] echo 20:33:29 taggedImages: 20:33:29 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 20:33:29 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 20:33:29 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:1.3.2-dev.4 20:33:29 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:b9bb0f464ba5331cbfb8b81286d8c6a09b387d39-1.3.2-dev.4 20:33:29 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:33:29 ---> job-cost.sh 20:33:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gK74 20:34:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:35:53 lf-activate-venv(): INFO: Adding /tmp/venv-gK74/bin to PATH 20:35:53 INFO: No Stack... 20:35:53 INFO: Retrieving Pricing Info for: lf-standard-4 20:35:53 INFO: Archiving Costs [Pipeline] sh 20:35:53 + cat /w/workspace/device-snmp-go/28/archives/cost.csv 20:35:53 + cut -d, -f6 [Pipeline] lock 20:35:53 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] 20:35:53 Resource [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] did not exist. Created. 20:35:53 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:35:54 /w/workspace/device-snmp-go/28@tmp/durable-fce9d8f4/script.sh: 1: /w/workspace/device-snmp-go/28@tmp/durable-fce9d8f4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:35:54 + echo total: 0.20999999344348907 [Pipeline] stash 20:35:54 Warning: overwriting stash ‘stack-cost’ 20:35:54 Stashed 1 file(s) [Pipeline] } 20:35:54 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-28-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:35:55 provisioning config files... 20:35:55 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5534873886471869619tmp [Pipeline] { [Pipeline] sh 20:35:55 + set +x 20:35:55 + curl -s https://codecov.io/bash 20:35:55 + bash -s -- 20:35:56 20:35:56 _____ _ 20:35:56 / ____| | | 20:35:56 | | ___ __| | ___ ___ _____ __ 20:35:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:35:56 | |___| (_) | (_| | __/ (_| (_) \ V / 20:35:56 \_____\___/ \__,_|\___|\___\___/ \_/ 20:35:56 Bash-1.0.2 20:35:56 20:35:56 20:35:56 ==> git version 2.24.3 found 20:35:56 ==> 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:35:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:35:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:35:56 ==> Jenkins CI detected. 20:35:56 project root: . 20:35:56 --> token set from env 20:35:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:35:56 ==> Running gcov in . (disable via -X gcov) 20:35:56 ==> Python coveragepy not found 20:35:56 ==> Searching for coverage reports in: 20:35:56 + . 20:35:56 -> Found 1 reports 20:35:56 ==> Detecting git/mercurial file structure 20:35:56 ==> Reading reports 20:35:56 + ./coverage.out bytes=8493 20:35:56 ==> Appending adjustments 20:35:56 https://docs.codecov.io/docs/fixing-reports 20:35:56 + Found adjustments 20:35:56 ==> Gzipping contents 20:35:56 4.0K /tmp/codecov.wf5AaO.gz 20:35:56 ==> Uploading reports 20:35:56 url: https://codecov.io 20:35:56 query: branch=master&commit=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:56 -> Pinging Codecov 20:35:56 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=b9bb0f464ba5331cbfb8b81286d8c6a09b387d39&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:56 -> Uploading to 20:35:56 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/6C56EA5C29638FB4528AC87E60AF5AE0/b9bb0f464ba5331cbfb8b81286d8c6a09b387d39/6af41609-e4dd-4da5-9615-0fca87be63e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T203556Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4053625383dfd923dcdc578794f6d520abbe67f6c70967d8bd90cf7499790b8e 20:35:56 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:56 Dload Upload Total Spent Left Speed 20:35:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 3110 --:--:-- --:--:-- --:--:-- 3105 20:35:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] } 20:35:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:35:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:35:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:58 20:35:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:35:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:35:58 188c0c94c7c5: Pulling fs layer 20:35:58 0ef7d3d256c8: Pulling fs layer 20:35:58 de9db76c5a1d: Pulling fs layer 20:35:58 0eba1c9be4d2: Pulling fs layer 20:35:58 0d57e429df01: Pulling fs layer 20:35:58 4e4be7b47b0d: Pulling fs layer 20:35:58 e1f770b5df2f: Pulling fs layer 20:35:58 85a0685a4137: Pulling fs layer 20:35:58 0d57e429df01: Waiting 20:35:58 4e4be7b47b0d: Waiting 20:35:58 e1f770b5df2f: Waiting 20:35:58 85a0685a4137: Waiting 20:35:58 0eba1c9be4d2: Waiting 20:35:58 de9db76c5a1d: Verifying Checksum 20:35:58 de9db76c5a1d: Download complete 20:35:59 188c0c94c7c5: Download complete 20:35:59 0d57e429df01: Verifying Checksum 20:35:59 0d57e429df01: Download complete 20:35:59 0ef7d3d256c8: Verifying Checksum 20:35:59 0ef7d3d256c8: Download complete 20:35:59 4e4be7b47b0d: Verifying Checksum 20:35:59 4e4be7b47b0d: Download complete 20:35:59 188c0c94c7c5: Pull complete 20:35:59 0ef7d3d256c8: Pull complete 20:35:59 de9db76c5a1d: Pull complete 20:36:00 e1f770b5df2f: Verifying Checksum 20:36:00 e1f770b5df2f: Download complete 20:36:03 85a0685a4137: Verifying Checksum 20:36:03 85a0685a4137: Download complete 20:36:03 0eba1c9be4d2: Download complete 20:36:09 0eba1c9be4d2: Pull complete 20:36:09 0d57e429df01: Pull complete 20:36:09 4e4be7b47b0d: Pull complete 20:36:11 e1f770b5df2f: Pull complete 20:36:17 85a0685a4137: Pull complete 20:36:17 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:36:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:36:18 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:36:18 $ 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-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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-devops/edgex-snyk-go:1.410.4 cat 20:36:19 $ docker top 6c1ec85b413bf9f7870ec8eaeff53469d3925bf133c03b535cf6c34491868a99 -eo pid,comm [Pipeline] { [Pipeline] echo 20:36:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:36:19 + set -o pipefail 20:36:19 + snyk monitor '--org=edgex-jenkins' 20:36:27 20:36:27 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 20:36:27 20:36:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/da265d7b-1446-4e1a-b5ff-37538950c681 20:36:27 20:36:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:36:27 20:36:27 [Pipeline] } 20:36:27 $ docker stop --time=1 6c1ec85b413bf9f7870ec8eaeff53469d3925bf133c03b535cf6c34491868a99 20:36:30 $ docker rm -f 6c1ec85b413bf9f7870ec8eaeff53469d3925bf133c03b535cf6c34491868a99 [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:31 + git log --format=format:%s -1 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 [Pipeline] isUnix [Pipeline] sh 20:36:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:31 . [Pipeline] withDockerContainer 20:36:32 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:36:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:36:32 $ docker top e5460b882a3b3f1dfc9163a71edacfcf928faf78c6dc01b39e7321201cfc340b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:32 [ssh-agent] Looking for ssh-agent implementation... 20:36:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:33 $ docker exec e5460b882a3b3f1dfc9163a71edacfcf928faf78c6dc01b39e7321201cfc340b ssh-agent 20:36:33 SSH_AUTH_SOCK=/tmp/ssh-GV4zQgGv11Ub/agent.11 20:36:33 SSH_AGENT_PID=16 20:36:33 Running ssh-add (command line suppressed) 20:36:33 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7453703910579802843.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7453703910579802843.key) 20:36:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:33 + git semver tag 20:36:33 # -> Open(): unable to determine branch for HEAD 20:36:33 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 20:36:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 20:36:33 # $SEMVER_REMOTE_NAME = origin 20:36:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:33 # $SEMVER_USER_NAME = edgex-jenkins 20:36:33 # $SEMVER_BRANCH = master 20:36:33 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 20:36:33 # b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 HEAD 20:36:34 # -> Force: false 20:36:34 # b1b64bc252a207759dbf8415c88ae93b28f5c50e refs/tags/v1.3.2-dev.4 [Pipeline] } 20:36:34 $ docker exec --env ******** --env ******** e5460b882a3b3f1dfc9163a71edacfcf928faf78c6dc01b39e7321201cfc340b ssh-agent -k 20:36:34 unset SSH_AUTH_SOCK; 20:36:34 unset SSH_AGENT_PID; 20:36:34 echo Agent pid 16 killed; 20:36:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:34 + git semver [Pipeline] } 20:36:34 $ docker stop --time=1 e5460b882a3b3f1dfc9163a71edacfcf928faf78c6dc01b39e7321201cfc340b 20:36:35 $ docker rm -f e5460b882a3b3f1dfc9163a71edacfcf928faf78c6dc01b39e7321201cfc340b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:36 20:36:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:36:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:36 0.23.1-centos7: Pulling from edgex-lftools 20:36:36 ab5ef0e58194: Pulling fs layer 20:36:36 9712f1f96733: Pulling fs layer 20:36:36 63f879dbbcfc: Pulling fs layer 20:36:36 0d9ebad4ef96: Pulling fs layer 20:36:36 e9a5061849ea: Pulling fs layer 20:36:36 d747dcd14b5f: Pulling fs layer 20:36:36 2de7ff778b66: Pulling fs layer 20:36:36 e9a5061849ea: Waiting 20:36:36 d747dcd14b5f: Waiting 20:36:36 2de7ff778b66: Waiting 20:36:36 0d9ebad4ef96: Waiting 20:36:36 9712f1f96733: Verifying Checksum 20:36:36 9712f1f96733: Download complete 20:36:38 63f879dbbcfc: Verifying Checksum 20:36:38 63f879dbbcfc: Download complete 20:36:38 e9a5061849ea: Verifying Checksum 20:36:38 e9a5061849ea: Download complete 20:36:38 d747dcd14b5f: Verifying Checksum 20:36:38 d747dcd14b5f: Download complete 20:36:38 0d9ebad4ef96: Verifying Checksum 20:36:38 0d9ebad4ef96: Download complete 20:36:38 2de7ff778b66: Verifying Checksum 20:36:38 2de7ff778b66: Download complete 20:36:39 ab5ef0e58194: Verifying Checksum 20:36:39 ab5ef0e58194: Download complete 20:36:43 ab5ef0e58194: Pull complete 20:36:43 9712f1f96733: Pull complete 20:36:45 63f879dbbcfc: Pull complete 20:36:52 0d9ebad4ef96: Pull complete 20:36:52 e9a5061849ea: Pull complete 20:36:52 d747dcd14b5f: Pull complete 20:36:55 2de7ff778b66: Pull complete 20:36:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:36:55 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:36:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:36:58 $ docker top c601d4b3482223234a0ade1b49ca4bc1e548ed71f2528b5f17903f8654b87496 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:36:58 provisioning config files... 20:36:58 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3349807587543450691tmp 20:36:58 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7366519436794504606tmp 20:36:58 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2961244981554496001tmp [Pipeline] { [Pipeline] echo 20:36:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:36:59 ---> sigul-configuration.sh 20:36:59 gpg: directory `/root/.gnupg' created 20:36:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:36:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:36:59 gpg: keyring `/root/.gnupg/secring.gpg' created 20:36:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:36:59 gpg: CAST5 encrypted data 20:36:59 gpg: encrypted with 1 passphrase 20:36:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:36:59 + mkdir /home/jenkins 20:36:59 + mkdir /home/jenkins/sigul [Pipeline] sh 20:37:00 + 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:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:37:00 ---> sigul-install.sh 20:37:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:37:08 + git tag --list 20:37:08 1.0.0 20:37:08 v0.0.0 20:37:08 v1.1.0 20:37:08 v1.1.1 20:37:08 v1.2.2 20:37:08 v1.3.0 20:37:08 v1.3.1 20:37:08 v1.3.1-dev.1 20:37:08 v1.3.1-dev.2 20:37:08 v1.3.1-dev.3 20:37:08 v1.3.1-dev.4 20:37:08 v1.3.2-dev.1 20:37:08 v1.3.2-dev.2 20:37:08 v1.3.2-dev.3 20:37:08 v1.3.2-dev.4 [Pipeline] sh 20:37:09 + lftools sign git-tag v1.3.2-dev.4 20:37:10 Signing Git tag with Sigul... 20:37:10 Signing v1.3.2-dev.4 [Pipeline] echo 20:37:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:37:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:37:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:37:11 $ docker stop --time=1 c601d4b3482223234a0ade1b49ca4bc1e548ed71f2528b5f17903f8654b87496 20:37:13 $ docker rm -f c601d4b3482223234a0ade1b49ca4bc1e548ed71f2528b5f17903f8654b87496 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:37:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:14 . [Pipeline] withDockerContainer 20:37:14 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:37:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:37:15 $ docker top 94e3d58a6d2b54f6015c41ec426ebf8cdad985beb3ceca277469f9a97afb68dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:15 [ssh-agent] Looking for ssh-agent implementation... 20:37:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:15 $ docker exec 94e3d58a6d2b54f6015c41ec426ebf8cdad985beb3ceca277469f9a97afb68dd ssh-agent 20:37:15 SSH_AUTH_SOCK=/tmp/ssh-PighDpyZvg6i/agent.12 20:37:15 SSH_AGENT_PID=17 20:37:15 Running ssh-add (command line suppressed) 20:37:16 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_138531848710418882.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_138531848710418882.key) 20:37:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:16 + git semver bump pre 20:37:16 # -> Open(): unable to determine branch for HEAD 20:37:16 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 20:37:16 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 20:37:16 # $SEMVER_REMOTE_NAME = origin 20:37:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:16 # $SEMVER_USER_NAME = edgex-jenkins 20:37:16 # $SEMVER_BRANCH = master 20:37:16 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 20:37:16 1.3.2-dev.5 [Pipeline] } 20:37:16 $ docker exec --env ******** --env ******** 94e3d58a6d2b54f6015c41ec426ebf8cdad985beb3ceca277469f9a97afb68dd ssh-agent -k 20:37:16 unset SSH_AUTH_SOCK; 20:37:16 unset SSH_AGENT_PID; 20:37:16 echo Agent pid 17 killed; 20:37:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:16 + git semver [Pipeline] } 20:37:16 $ docker stop --time=1 94e3d58a6d2b54f6015c41ec426ebf8cdad985beb3ceca277469f9a97afb68dd 20:37:18 $ docker rm -f 94e3d58a6d2b54f6015c41ec426ebf8cdad985beb3ceca277469f9a97afb68dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:18 . [Pipeline] withDockerContainer 20:37:18 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:37:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:37:19 $ docker top cb944d2726f1734644693b1322d095e5916658efd1a5cf5631bc5a87fc18ee34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:19 [ssh-agent] Looking for ssh-agent implementation... 20:37:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:19 $ docker exec cb944d2726f1734644693b1322d095e5916658efd1a5cf5631bc5a87fc18ee34 ssh-agent 20:37:20 SSH_AUTH_SOCK=/tmp/ssh-RIAXdQZfB77M/agent.12 20:37:20 SSH_AGENT_PID=18 20:37:20 Running ssh-add (command line suppressed) 20:37:20 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_716106619742785943.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_716106619742785943.key) 20:37:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:20 + git semver push 20:37:20 # -> Open(): unable to determine branch for HEAD 20:37:20 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 20:37:20 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 20:37:20 # $SEMVER_REMOTE_NAME = origin 20:37:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:20 # $SEMVER_USER_NAME = edgex-jenkins 20:37:20 # $SEMVER_BRANCH = master 20:37:20 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 20:37:24 $ docker exec --env ******** --env ******** cb944d2726f1734644693b1322d095e5916658efd1a5cf5631bc5a87fc18ee34 ssh-agent -k 20:37:24 unset SSH_AUTH_SOCK; 20:37:24 unset SSH_AGENT_PID; 20:37:24 echo Agent pid 18 killed; 20:37:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:25 + git semver [Pipeline] } 20:37:25 $ docker stop --time=1 cb944d2726f1734644693b1322d095e5916658efd1a5cf5631bc5a87fc18ee34 20:37:26 $ docker rm -f cb944d2726f1734644693b1322d095e5916658efd1a5cf5631bc5a87fc18ee34 [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:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:28 ---> package-listing.sh 20:37:28 ++ facter osfamily 20:37:28 ++ tr '[:upper:]' '[:lower:]' 20:37:28 + OS_FAMILY=redhat 20:37:28 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 20:37:28 + START_PACKAGES=/tmp/packages_start.txt 20:37:28 + END_PACKAGES=/tmp/packages_end.txt 20:37:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:28 + PACKAGES=/tmp/packages_start.txt 20:37:28 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 20:37:28 + PACKAGES=/tmp/packages_end.txt 20:37:28 + case "${OS_FAMILY}" in 20:37:28 + rpm -qa 20:37:28 + sort 20:37:32 + '[' -f /tmp/packages_start.txt ']' 20:37:32 + '[' -f /tmp/packages_end.txt ']' 20:37:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:32 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 20:37:32 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 20:37:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 20:37:32 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-snmp-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:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:37:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:32 20:37:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:37:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:33 alpine: Pulling from edgex-lftools-log-publisher 20:37:33 df20fa9351a1: Pulling fs layer 20:37:33 36b3adc4ff6f: Pulling fs layer 20:37:33 8ad3a11d3b57: Pulling fs layer 20:37:33 46f8f816bc3b: Pulling fs layer 20:37:33 93b61091891f: Pulling fs layer 20:37:33 93b9cdb0e59b: Pulling fs layer 20:37:33 5e14af77c1be: Pulling fs layer 20:37:33 01666e4c0597: Pulling fs layer 20:37:33 aa168da1d23b: Pulling fs layer 20:37:33 46f8f816bc3b: Waiting 20:37:33 5e14af77c1be: Waiting 20:37:33 01666e4c0597: Waiting 20:37:33 93b61091891f: Waiting 20:37:33 93b9cdb0e59b: Waiting 20:37:33 aa168da1d23b: Waiting 20:37:33 36b3adc4ff6f: Verifying Checksum 20:37:33 36b3adc4ff6f: Download complete 20:37:33 46f8f816bc3b: Verifying Checksum 20:37:33 46f8f816bc3b: Download complete 20:37:33 df20fa9351a1: Verifying Checksum 20:37:33 df20fa9351a1: Download complete 20:37:33 93b9cdb0e59b: Verifying Checksum 20:37:33 93b9cdb0e59b: Download complete 20:37:33 93b61091891f: Download complete 20:37:33 01666e4c0597: Verifying Checksum 20:37:33 01666e4c0597: Download complete 20:37:33 5e14af77c1be: Verifying Checksum 20:37:33 5e14af77c1be: Download complete 20:37:33 8ad3a11d3b57: Verifying Checksum 20:37:33 8ad3a11d3b57: Download complete 20:37:33 df20fa9351a1: Pull complete 20:37:34 36b3adc4ff6f: Pull complete 20:37:34 8ad3a11d3b57: Pull complete 20:37:34 46f8f816bc3b: Pull complete 20:37:35 93b61091891f: Pull complete 20:37:35 93b9cdb0e59b: Pull complete 20:37:35 5e14af77c1be: Pull complete 20:37:35 01666e4c0597: Pull complete 20:37:38 aa168da1d23b: Verifying Checksum 20:37:38 aa168da1d23b: Download complete 20:37:45 aa168da1d23b: Pull complete 20:37:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:37:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:37:45 prd-centos7-docker-4c-2g-4848 does not seem to be running inside a container 20:37:45 $ 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-snmp-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-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:37:48 $ docker top 3843ae68ba6b6f9f158939e320f247c335ce1b3ac412cf89dd85e7957e5d8b67 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:49 + touch /tmp/pre-build-complete [Pipeline] sh 20:37:49 + mkdir -p /var/log/sa [Pipeline] sh 20:37:49 + ls /var/log/sa-host 20:37:49 + sadf -c /var/log/sa-host/sa12 20:37:49 file_magic: OK 20:37:49 HZ: Using current value: 100 20:37:49 file_header: OK 20:37:49 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:37:49 Statistics: 20:37:49 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... 20:37:49 File successfully converted to sysstat format version 12.2.1 20:37:49 + sadf -c /var/log/sa-host/sa23 20:37:49 file_magic: OK 20:37:49 HZ: Using current value: 100 20:37:49 file_header: OK 20:37:49 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:37:49 Statistics: 20:37:49 Hnuu...uuuununununu... 20:37:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:49 provisioning config files... 20:37:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3247704225537235341tmp [Pipeline] { [Pipeline] echo 20:37:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:37:50 ---> create-netrc.sh [Pipeline] } 20:37:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:37:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:37:50 ---> python-tools-install.sh [Pipeline] echo 20:37:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:37:50 ---> sudo-logs.sh 20:37:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:37:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:37:51 ---> job-cost.sh 20:37:51 lf-activate-venv: SKIPPING 20:37:51 DEBUG: total: 0.20999999344348907 20:37:51 INFO: Retrieving Stack Cost... 20:37:52 INFO: Retrieving Pricing Info for: v1-standard-2 20:37:52 INFO: Archiving Costs [Pipeline] echo 20:37:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:37:53 ---> logs-deploy.sh 20:37:53 lf-activate-venv: SKIPPING 20:37:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/28 20:37:53 INFO: archiving workspace using pattern(s): 20:37:55 Archives upload complete. 20:37:55 INFO: archiving logs to Nexus 20:37:55 ---> uname -a: 20:37:55 Linux prd-centos7-docker-4c-2g-4848.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:37:55 20:37:55 20:37:55 ---> lscpu: 20:37:55 Architecture: x86_64 20:37:55 CPU op-mode(s): 32-bit, 64-bit 20:37:55 Byte Order: Little Endian 20:37:55 Address sizes: 40 bits physical, 48 bits virtual 20:37:55 CPU(s): 4 20:37:55 On-line CPU(s) list: 0-3 20:37:55 Thread(s) per core: 1 20:37:55 Core(s) per socket: 1 20:37:55 Socket(s): 4 20:37:55 NUMA node(s): 1 20:37:55 Vendor ID: GenuineIntel 20:37:55 CPU family: 6 20:37:55 Model: 44 20:37:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:37:55 Stepping: 1 20:37:55 CPU MHz: 2933.442 20:37:55 BogoMIPS: 5866.88 20:37:55 Virtualization: VT-x 20:37:55 Hypervisor vendor: KVM 20:37:55 Virtualization type: full 20:37:55 L1d cache: 128 KiB 20:37:55 L1i cache: 128 KiB 20:37:55 L2 cache: 16 MiB 20:37:55 L3 cache: 64 MiB 20:37:55 NUMA node0 CPU(s): 0-3 20:37:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:37:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:37:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:37:55 Vulnerability Meltdown: Mitigation; PTI 20:37:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:37:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:37:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:37:55 Vulnerability Srbds: Not affected 20:37:55 Vulnerability Tsx async abort: Not affected 20:37:55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:37:55 20:37:55 20:37:55 ---> nproc: 20:37:55 4 20:37:55 20:37:55 20:37:55 ---> df -h: 20:37:55 Filesystem Size Used Available Use% Mounted on 20:37:55 overlay 50.0G 8.2G 41.8G 16% / 20:37:55 tmpfs 64.0M 0 64.0M 0% /dev 20:37:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:37:55 shm 64.0M 0 64.0M 0% /dev/shm 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-snmp-go_master 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-snmp-go_master@tmp 20:37:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 20:37:55 20:37:55 20:37:55 ---> free -m: 20:37:55 total used free shared buff/cache available 20:37:55 Mem: 1837 828 150 0 857 943 20:37:55 Swap: 1023 2 1021 20:37:55 20:37:55 20:37:55 ---> ip addr: 20:37:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:37:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:37:55 inet 127.0.0.1/8 scope host lo 20:37:55 valid_lft forever preferred_lft forever 20:37:55 inet6 ::1/128 scope host 20:37:55 valid_lft forever preferred_lft forever 20:37:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:37:55 link/ether fa:16:3e:5b:74:ad brd ff:ff:ff:ff:ff:ff 20:37:55 inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 20:37:55 valid_lft 85511sec preferred_lft 85511sec 20:37:55 inet6 fe80::f816:3eff:fe5b:74ad/64 scope link 20:37:55 valid_lft forever preferred_lft forever 20:37:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:37:55 link/ether 02:42:9b:21:65:84 brd ff:ff:ff:ff:ff:ff 20:37:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:37:55 valid_lft forever preferred_lft forever 20:37:55 inet6 fe80::42:9bff:fe21:6584/64 scope link 20:37:55 valid_lft forever preferred_lft forever 20:37:55 20:37:55 20:37:55 ---> sar -b -r -n DEV: 20:37:55 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:37:55 20:37:55 20:22:54 LINUX RESTART (4 CPU) 20:37:55 20:37:55 20:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:37:55 20:25:01 1.53 0.00 1.53 0.00 0.00 28.68 0.00 20:37:55 20:26:01 0.42 0.00 0.42 0.00 0.00 5.96 0.00 20:37:55 20:27:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 20:37:55 20:28:01 0.35 0.00 0.35 0.00 0.00 3.96 0.00 20:37:55 20:29:01 0.32 0.00 0.32 0.00 0.00 4.61 0.00 20:37:55 20:30:01 0.45 0.00 0.45 0.00 0.00 6.83 0.00 20:37:55 20:31:01 0.15 0.00 0.15 0.00 0.00 2.03 0.00 20:37:55 20:32:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 20:37:55 20:33:01 0.24 0.00 0.24 0.00 0.00 2.90 0.00 20:37:55 20:34:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 20:37:55 20:35:01 0.30 0.00 0.30 0.00 0.00 4.35 0.00 20:37:55 20:36:01 1.78 0.22 1.57 0.00 109.22 29.27 0.00 20:37:55 20:37:01 444.81 227.51 217.30 0.00 11810.00 64745.04 0.00 20:37:55 Average: 34.82 17.57 17.24 0.00 919.80 5004.07 0.00 20:37:55 20:37:55 20:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:37:55 20:25:01 158840 0 594600 31.60 2620 1125484 1097792 37.47 412300 1112060 12 20:37:55 20:26:01 156168 0 597268 31.74 2620 1125488 1081428 36.91 424260 1102652 8 20:37:55 20:27:01 156960 0 596464 31.70 2620 1125500 1081344 36.90 423956 1102652 8 20:37:55 20:28:01 155268 0 598156 31.79 2620 1125500 1081344 36.90 433912 1094532 8 20:37:55 20:29:01 152196 0 601220 31.95 2620 1125508 1081500 36.91 446096 1086076 8 20:37:55 20:30:01 148676 0 604736 32.14 2620 1125512 1081512 36.91 449132 1086076 12 20:37:55 20:31:01 147196 0 606212 32.22 2620 1125516 1081640 36.91 450296 1086076 8 20:37:55 20:32:01 146536 0 606868 32.25 2620 1125520 1081604 36.91 451096 1086076 8 20:37:55 20:33:01 143972 0 609428 32.39 2620 1125524 1081568 36.91 453696 1086076 8 20:37:55 20:34:01 142744 0 610648 32.45 2620 1125532 1081616 36.91 454604 1086076 12 20:37:55 20:35:01 143744 0 609648 32.40 2620 1125532 1081472 36.91 453868 1086076 8 20:37:55 20:36:01 74532 0 652032 34.65 2620 1152360 1285916 43.89 496660 1106528 105404 20:37:55 20:37:01 116276 0 779520 41.43 1492 984256 1212224 41.37 584008 849616 856 20:37:55 Average: 141778 0 620523 32.98 2533 1116710 1108535 37.83 456453 1074659 8182 20:37:55 20:37:55 20:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:37:55 20:25:01 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 20:37:55 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:26:01 eth0 0.33 0.20 0.18 0.01 0.00 0.00 0.00 0.00 20:37:55 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:27:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:37:55 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:28:01 eth0 4.53 0.08 0.33 0.01 0.00 0.00 0.00 0.00 20:37:55 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:29:01 eth0 6.90 0.92 1.45 0.63 0.00 0.00 0.00 0.00 20:37:55 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:30:01 eth0 7.68 1.40 2.04 1.17 0.00 0.00 0.00 0.00 20:37:55 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:31:01 eth0 1.50 0.53 0.58 0.42 0.00 0.00 0.00 0.00 20:37:55 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:32:01 eth0 1.05 0.55 0.56 0.37 0.00 0.00 0.00 0.00 20:37:55 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:33:01 eth0 1.95 0.36 0.40 0.21 0.00 0.00 0.00 0.00 20:37:55 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:34:01 eth0 0.72 0.42 0.41 0.30 0.00 0.00 0.00 0.00 20:37:55 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:35:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:55 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:36:01 eth0 235.11 210.61 1866.61 46.82 0.00 0.00 0.00 0.00 20:37:55 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:37:01 eth0 677.98 588.70 5594.05 59.40 0.00 0.00 0.00 0.00 20:37:55 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 20:37:01 vethffc61ee 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:37:55 20:37:01 docker0 33.01 33.36 2.94 158.84 0.00 0.00 0.00 0.00 20:37:55 Average: eth0 72.39 62.03 575.96 8.45 0.00 0.00 0.00 0.00 20:37:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 Average: vethffc61ee 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 20:37:55 Average: docker0 2.55 2.57 0.23 12.26 0.00 0.00 0.00 0.00 20:37:55 20:37:55 20:37:55 ---> sar -P ALL: 20:37:55 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:37:55 20:37:55 20:22:54 LINUX RESTART (4 CPU) 20:37:55 20:37:55 20:24:01 CPU %user %nice %system %iowait %steal %idle 20:37:55 20:25:01 all 0.13 0.00 0.05 0.00 0.00 99.82 20:37:55 20:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:37:55 20:25:01 1 0.35 0.00 0.07 0.00 0.02 99.57 20:37:55 20:25:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:37:55 20:25:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:37:55 20:26:01 all 0.14 0.00 0.20 0.00 0.00 99.65 20:37:55 20:26:01 0 0.05 0.00 0.22 0.00 0.00 99.73 20:37:55 20:26:01 1 0.37 0.00 0.17 0.00 0.00 99.47 20:37:55 20:26:01 2 0.08 0.00 0.32 0.00 0.00 99.60 20:37:55 20:26:01 3 0.07 0.00 0.12 0.00 0.02 99.80 20:37:55 20:27:01 all 0.16 0.00 0.02 0.00 0.01 99.81 20:37:55 20:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:37:55 20:27:01 1 0.52 0.00 0.02 0.00 0.02 99.45 20:37:55 20:27:01 2 0.07 0.00 0.02 0.00 0.02 99.90 20:37:55 20:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:37:55 20:28:01 all 0.15 0.00 0.04 0.00 0.00 99.81 20:37:55 20:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:37:55 20:28:01 1 0.50 0.00 0.02 0.00 0.00 99.48 20:37:55 20:28:01 2 0.03 0.00 0.08 0.00 0.00 99.88 20:37:55 20:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:37:55 20:29:01 all 0.16 0.00 0.05 0.00 0.00 99.79 20:37:55 20:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:55 20:29:01 1 0.52 0.00 0.03 0.00 0.00 99.45 20:37:55 20:29:01 2 0.07 0.00 0.12 0.00 0.00 99.82 20:37:55 20:29:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:37:55 20:30:01 all 0.20 0.00 0.03 0.00 0.01 99.75 20:37:55 20:30:01 0 0.12 0.00 0.03 0.00 0.00 99.85 20:37:55 20:30:01 1 0.58 0.00 0.03 0.00 0.00 99.38 20:37:55 20:30:01 2 0.07 0.00 0.05 0.00 0.02 99.87 20:37:55 20:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:37:55 20:31:01 all 0.17 0.00 0.03 0.00 0.00 99.80 20:37:55 20:31:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:37:55 20:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 20:37:55 20:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:37:55 20:31:01 3 0.08 0.00 0.05 0.00 0.00 99.87 20:37:55 20:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:37:55 20:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:37:55 20:32:01 1 0.52 0.00 0.03 0.00 0.00 99.45 20:37:55 20:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:37:55 20:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:37:55 20:33:01 all 0.17 0.00 0.04 0.00 0.00 99.79 20:37:55 20:33:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:37:55 20:33:01 1 0.03 0.00 0.05 0.00 0.02 99.90 20:37:55 20:33:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:37:55 20:33:01 3 0.53 0.00 0.03 0.00 0.00 99.44 20:37:55 20:34:01 all 0.20 0.00 0.02 0.00 0.00 99.78 20:37:55 20:34:01 0 0.15 0.00 0.02 0.00 0.00 99.83 20:37:55 20:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:37:55 20:34:01 2 0.08 0.00 0.03 0.00 0.00 99.88 20:37:55 20:34:01 3 0.53 0.00 0.02 0.00 0.00 99.45 20:37:55 20:35:01 all 0.16 0.00 0.03 0.00 0.00 99.80 20:37:55 20:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:37:55 20:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:37:55 20:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 20:37:55 20:35:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:37:55 20:37:55 20:35:01 CPU %user %nice %system %iowait %steal %idle 20:37:55 20:36:01 all 1.49 0.00 0.74 0.00 0.01 97.76 20:37:55 20:36:01 0 1.31 0.00 1.09 0.00 0.02 97.59 20:37:55 20:36:01 1 1.20 0.00 0.48 0.00 0.00 98.31 20:37:55 20:36:01 2 1.42 0.00 0.59 0.02 0.02 97.96 20:37:55 20:36:01 3 2.04 0.00 0.78 0.00 0.02 97.16 20:37:55 20:37:01 all 16.87 0.00 10.88 4.45 0.21 67.59 20:37:55 20:37:01 0 15.80 0.00 11.79 4.14 0.21 68.06 20:37:55 20:37:01 1 18.33 0.00 10.14 3.79 0.22 67.52 20:37:55 20:37:01 2 16.02 0.00 10.73 5.67 0.21 67.38 20:37:55 20:37:01 3 17.33 0.00 10.85 4.18 0.21 67.42 20:37:55 Average: all 1.51 0.00 0.91 0.33 0.02 97.23 20:37:55 Average: 0 1.32 0.00 0.99 0.31 0.02 97.37 20:37:55 Average: 1 1.77 0.00 0.83 0.28 0.02 97.09 20:37:55 Average: 2 1.36 0.00 0.91 0.42 0.02 97.29 20:37:55 Average: 3 1.60 0.00 0.90 0.31 0.02 97.17 20:37:55 20:37:55 20:37:55