Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a9cce8b7dfe6fda3a1428129fda327925c6aa018 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-995 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 a9cce8b7dfe6fda3a1428129fda327925c6aa018 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 Commit message: "Merge pull request #91 from soda480/US149" > git rev-list --no-walk 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:59:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:59:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:59:46 ========================================================= 21:59:46 EdgeX Global Pipelines Version Info 21:59:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:59:48 ------------------- 21:59:48 stable info: 21:59:48 ------------------- 21:59:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:59:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:59:48 Message: update stable to v1.0.186 21:59:49 ------------------- 21:59:49 experimental info: 21:59:49 ------------------- 21:59:49 Commited By: **** collab-it+edgex@linuxfoundation.org 21:59:49 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:59:49 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9cce8b [Pipeline] echo 21:59:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:59:50 provisioning config files... 21:59:50 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7475370953209868488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:51 ---> docker-login.sh 21:59:51 nexus3.edgexfoundry.org:10001 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 nexus3.edgexfoundry.org:10002 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 nexus3.edgexfoundry.org:10003 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 nexus3.edgexfoundry.org:10004 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:52 Configure a credential helper to remove this warning. See 21:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:52 21:59:52 Login Succeeded 21:59:52 docker.io 21:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:52 Configure a credential helper to remove this warning. See 21:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:52 21:59:52 Login Succeeded 21:59:52 ---> docker-login.sh ends [Pipeline] } 21:59:52 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 21:59:52 + git log --format=format:%s -1 a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] echo 21:59:52 GIT_COMMIT: a9cce8b7dfe6fda3a1428129fda327925c6aa018, Commit Message: Merge pull request #91 from soda480/US149 [Pipeline] echo 21:59:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:59:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:53 21:59:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:59:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:53 latest: Pulling from edgex-devops/git-semver 21:59:53 31603596830f: Pulling fs layer 21:59:53 2a8b12db71e7: Pulling fs layer 21:59:53 6ca5941a6612: Pulling fs layer 21:59:53 ecc8261a40a4: Pulling fs layer 21:59:53 ecc8261a40a4: Waiting 21:59:53 2a8b12db71e7: Verifying Checksum 21:59:53 2a8b12db71e7: Download complete 21:59:53 31603596830f: Verifying Checksum 21:59:53 31603596830f: Download complete 21:59:54 ecc8261a40a4: Verifying Checksum 21:59:54 ecc8261a40a4: Download complete 21:59:54 6ca5941a6612: Verifying Checksum 21:59:54 6ca5941a6612: Download complete 21:59:54 31603596830f: Pull complete 21:59:54 2a8b12db71e7: Pull complete 21:59:55 6ca5941a6612: Pull complete 21:59:55 ecc8261a40a4: Pull complete 21:59:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:59:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:59:55 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 21:59:55 $ 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 21:59:57 $ docker top 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:59:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:58 [ssh-agent] Looking for ssh-agent implementation... 21:59:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:58 $ docker exec 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 ssh-agent 21:59:58 SSH_AUTH_SOCK=/tmp/ssh-T75xt5v8GaeI/agent.12 21:59:58 SSH_AGENT_PID=17 21:59:58 Running ssh-add (command line suppressed) 21:59:58 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2889149203906038975.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2889149203906038975.key) 21:59:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:59 + git tag --points-at HEAD [Pipeline] } 21:59:59 $ docker exec --env ******** --env ******** 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 ssh-agent -k 21:59:59 unset SSH_AUTH_SOCK; 21:59:59 unset SSH_AGENT_PID; 21:59:59 echo Agent pid 17 killed; 21:59:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:59:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:59 [ssh-agent] Looking for ssh-agent implementation... 21:59:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:59 $ docker exec 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 ssh-agent 21:59:59 SSH_AUTH_SOCK=/tmp/ssh-8r8iUQ9VYfZZ/agent.46 21:59:59 SSH_AGENT_PID=51 21:59:59 Running ssh-add (command line suppressed) 22:00:00 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5620788410661266866.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5620788410661266866.key) 22:00:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:00:00 + git semver init 22:00:00 # -> Open(): unable to determine branch for HEAD 22:00:00 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 22:00:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 22:00:00 # $SEMVER_REMOTE_NAME = origin 22:00:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:00:00 # $SEMVER_USER_NAME = edgex-jenkins 22:00:00 # $SEMVER_BRANCH = master 22:00:00 # $SEMVER_TEMP = /tmp/semver-608069388 22:00:00 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 22:00:00 # '/tmp/semver-608069388' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 22:00:00 # -> Force: false 22:00:00 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 22:00:00 $ docker exec --env ******** --env ******** 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 ssh-agent -k 22:00:00 unset SSH_AUTH_SOCK; 22:00:00 unset SSH_AGENT_PID; 22:00:00 echo Agent pid 51 killed; 22:00:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:00:01 + git semver [Pipeline] } 22:00:01 $ docker stop --time=1 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 22:00:02 $ docker rm -f 58f2006ecf2222462591e0559fb2469457a73c82a0292c71fd11800a542cd0c3 [Pipeline] // withDockerContainer [Pipeline] sh 22:00:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:00:03 Stashed 1 file(s) [Pipeline] echo 22:00:03 [edgeXSemver]: initialized semver on version 1.3.2-dev.2 [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 22:00:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-994 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 22:00:04 Running in /w/workspace/device-snmp-go/25 [Pipeline] { [Pipeline] checkout 22:00:09 using credential edgex-jenkins-ssh 22:00:09 Cloning the remote Git repository 22:00:09 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 22:00:10 > git init /w/workspace/device-snmp-go/25 # timeout=10 22:00:10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 22:00:10 > git --version # timeout=10 22:00:10 > git --version # 'git version 2.17.1' 22:00:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:00:10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 22:00:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:00:11 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 22:00:11 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 22:00:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:00:11 Checking out Revision a9cce8b7dfe6fda3a1428129fda327925c6aa018 (master) 22:00:11 > git config core.sparsecheckout # timeout=10 22:00:11 > git checkout -f a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 22:00:16 Commit message: "Merge pull request #91 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:00:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:00:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:00:18 + true 22:00:18 + sudo service docker restart 22:00:18 Still waiting to schedule task 22:00:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:00:20 provisioning config files... 22:00:20 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/25@tmp/config8679131090783821326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:00:20 ---> docker-login.sh 22:00:20 nexus3.edgexfoundry.org:10001 22:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:21 Configure a credential helper to remove this warning. See 22:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:21 22:00:21 Login Succeeded 22:00:21 nexus3.edgexfoundry.org:10002 22:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:22 Configure a credential helper to remove this warning. See 22:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:22 22:00:22 Login Succeeded 22:00:22 nexus3.edgexfoundry.org:10003 22:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:23 Configure a credential helper to remove this warning. See 22:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:23 22:00:23 Login Succeeded 22:00:23 nexus3.edgexfoundry.org:10004 22:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:23 Configure a credential helper to remove this warning. See 22:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:23 22:00:23 Login Succeeded 22:00:23 docker.io 22:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:24 Configure a credential helper to remove this warning. See 22:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:24 22:00:24 Login Succeeded 22:00:24 ---> docker-login.sh ends [Pipeline] } 22:00:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:00:24 ========================================================= 22:00:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:00:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:00:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:00:25 Sending build context to Docker daemon 335.9kB 22:00:25 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 22:00:25 Step 2/10 : FROM ${BASE} 22:00:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:00:25 5f621e34cdf4: Pulling fs layer 22:00:25 a4357932f1b6: Pulling fs layer 22:00:25 18c013af1878: Pulling fs layer 22:00:25 00ac8860ef70: Pulling fs layer 22:00:25 63d7cb157983: Pulling fs layer 22:00:25 b116817d02f9: Pulling fs layer 22:00:25 745a02a5169b: Pulling fs layer 22:00:25 00ac8860ef70: Waiting 22:00:25 63d7cb157983: Waiting 22:00:25 b116817d02f9: Waiting 22:00:25 745a02a5169b: Waiting 22:00:25 18c013af1878: Verifying Checksum 22:00:25 18c013af1878: Download complete 22:00:25 a4357932f1b6: Verifying Checksum 22:00:25 a4357932f1b6: Download complete 22:00:25 63d7cb157983: Download complete 22:00:25 b116817d02f9: Download complete 22:00:26 5f621e34cdf4: Download complete 22:00:26 5f621e34cdf4: Pull complete 22:00:27 a4357932f1b6: Pull complete 22:00:27 18c013af1878: Pull complete 22:00:28 745a02a5169b: Verifying Checksum 22:00:28 745a02a5169b: Download complete 22:00:29 00ac8860ef70: Verifying Checksum 22:00:29 00ac8860ef70: Download complete 22:00:39 00ac8860ef70: Pull complete 22:00:39 63d7cb157983: Pull complete 22:00:39 b116817d02f9: Pull complete 22:00:43 745a02a5169b: Pull complete 22:00:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:00:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:00:43 ---> b7e6874047d6 22:00:43 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 22:00:46 ---> Running in 9cd346ee6220 22:00:46 Removing intermediate container 9cd346ee6220 22:00:46 ---> f89395c5d5b0 22:00:46 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:00:46 ---> Running in 942bac7d17cd 22:00:47 Removing intermediate container 942bac7d17cd 22:00:47 ---> b60ba3567580 22:00:47 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 22:00:47 ---> Running in aa4e693f2308 22:00:47 Removing intermediate container aa4e693f2308 22:00:47 ---> 7df2d5ff6242 22:00:47 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:47 ---> Running in 0577f731fffb 22:00:50 Removing intermediate container 0577f731fffb 22:00:50 ---> 7cc7ff87116d 22:00:50 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:50 ---> Running in f488f6652d82 22:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:52 OK: 142 MiB in 39 packages 22:00:53 Removing intermediate container f488f6652d82 22:00:53 ---> 7b2202fecec7 22:00:53 Step 8/10 : WORKDIR /device-snmp-go 22:00:54 ---> Running in e3177ffd564f 22:00:54 Removing intermediate container e3177ffd564f 22:00:54 ---> 7e847fd89b58 22:00:54 Step 9/10 : COPY . . 22:00:55 ---> 570d1dd6ce94 22:00:55 Step 10/10 : RUN go mod download 22:00:55 ---> Running in 8bb8e66308db 22:01:22 Removing intermediate container 8bb8e66308db 22:01:22 ---> 3b2ade2bbe74 22:01:22 Successfully built 3b2ade2bbe74 22:01:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:01:22 + docker inspect -f . ci-base-image-arm64 22:01:22 . [Pipeline] withDockerContainer 22:01:23 prd-ubuntu18.04-docker-arm64-4c-16g-994 does not seem to be running inside a container 22:01:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/25 -v /w/workspace/device-snmp-go/25:/w/workspace/device-snmp-go/25:rw,z -v /w/workspace/device-snmp-go/25@tmp:/w/workspace/device-snmp-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:01:24 $ docker top 00540df393709c8329ad7f892cbd65caa942d1b96a97d1304a4a5c49d09a7158 -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:25 + go version 22:01:25 go version go1.15.5 linux/arm64 [Pipeline] } 22:01:25 $ docker stop --time=1 00540df393709c8329ad7f892cbd65caa942d1b96a97d1304a4a5c49d09a7158 22:01:27 $ docker rm -f 00540df393709c8329ad7f892cbd65caa942d1b96a97d1304a4a5c49d09a7158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:28 + docker inspect -f . ci-base-image-arm64 22:01:28 . [Pipeline] withDockerContainer 22:01:28 prd-ubuntu18.04-docker-arm64-4c-16g-994 does not seem to be running inside a container 22:01:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/25 -v /w/workspace/device-snmp-go/25:/w/workspace/device-snmp-go/25:rw,z -v /w/workspace/device-snmp-go/25@tmp:/w/workspace/device-snmp-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:01:30 $ docker top 2d58e1407fc665f522c9d7d3ebd73f20c984cfca165ce08017ca45262a7b23e4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:31 + make test 22:01:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:01:32 ? github.com/edgexfoundry/device-snmp-go [no test files] 22:02:11 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 22:02:11 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements 22:02:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:02:12 gofmt -l . 22:02:12 [ "`gofmt -l .`" = "" ] 22:02:12 ./bin/test-attribution-txt.sh 22:02:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:02:13 $ docker stop --time=1 2d58e1407fc665f522c9d7d3ebd73f20c984cfca165ce08017ca45262a7b23e4 22:02:15 $ docker rm -f 2d58e1407fc665f522c9d7d3ebd73f20c984cfca165ce08017ca45262a7b23e4 [Pipeline] // withDockerContainer [Pipeline] sh 22:02:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:02:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:02:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:02:19 + ls -al . 22:02:19 total 132 22:02:19 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 22:02 . 22:02:19 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:00 .. 22:02:19 -rw-rw-r-- 1 jenkins jenkins 6 Apr 19 22:00 .dockerignore 22:02:19 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 22:00 .git 22:02:19 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:00 .github 22:02:19 -rw-rw-r-- 1 jenkins jenkins 272 Apr 19 22:00 .gitignore 22:02:19 -rw-rw-r-- 1 jenkins jenkins 5082 Apr 19 22:00 Attribution.txt 22:02:19 -rw-rw-r-- 1 jenkins jenkins 1529 Apr 19 22:00 Dockerfile 22:02:19 -rw-rw-r-- 1 jenkins jenkins 1006 Apr 19 22:00 Dockerfile.build 22:02:19 -rw-rw-r-- 1 jenkins jenkins 656 Apr 19 22:00 Jenkinsfile 22:02:19 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 22:00 LICENSE 22:02:19 -rw-rw-r-- 1 jenkins jenkins 937 Apr 19 22:00 Makefile 22:02:19 -rw-rw-r-- 1 jenkins jenkins 14171 Apr 19 22:00 README.md 22:02:19 -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 22:00 VERSION 22:02:19 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:00 bin 22:02:19 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:00 cmd 22:02:19 -rw-r--r-- 1 jenkins jenkins 8493 Apr 19 22:02 coverage.out 22:02:19 -rw-r--r-- 1 jenkins jenkins 204 Apr 19 22:02 go.mod 22:02:19 -rw-r--r-- 1 jenkins jenkins 14156 Apr 19 22:02 go.sum 22:02:19 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:00 internal 22:02:19 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:00 profiles 22:02:19 -rw-rw-r-- 1 jenkins jenkins 209 Apr 19 22:00 version.go [Pipeline] isUnix [Pipeline] sh 22:02:19 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a9cce8b7dfe6fda3a1428129fda327925c6aa018 --label arch=arm64 --label version=1.3.2-dev.2 . 22:02:19 Sending build context to Docker daemon 345.1kB 22:02:19 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 22:02:19 Step 2/26 : FROM ${BASE} AS builder 22:02:19 ---> 3b2ade2bbe74 22:02:19 Step 3/26 : ARG MAKE='make build' 22:02:19 ---> Running in b4fb72549d12 22:02:20 Removing intermediate container b4fb72549d12 22:02:20 ---> f5d8f7337e38 22:02:20 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 22:02:20 ---> Running in 42c1696922cc 22:02:21 Removing intermediate container 42c1696922cc 22:02:21 ---> 60979abd6a5b 22:02:21 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 22:02:21 ---> Running in 8e6e620afd85 22:02:21 Removing intermediate container 8e6e620afd85 22:02:21 ---> e32eee4a3831 22:02:21 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:21 ---> Running in abe4af5ee829 22:02:23 Removing intermediate container abe4af5ee829 22:02:23 ---> 7c57d4b1be09 22:02:23 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:02:23 ---> Running in b8b6ffb1fc67 22:02:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:26 OK: 142 MiB in 39 packages 22:02:27 Removing intermediate container b8b6ffb1fc67 22:02:27 ---> 088a409ef951 22:02:27 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 22:02:27 ---> Running in 8c97277acc16 22:02:28 Removing intermediate container 8c97277acc16 22:02:28 ---> f773ad23941a 22:02:28 Step 9/26 : COPY go.mod . 22:02:29 ---> 9ac9f58ad695 22:02:29 Step 10/26 : COPY Makefile . 22:02:30 ---> 8e966c94e935 22:02:30 Step 11/26 : RUN make update 22:02:30 ---> Running in a6d40b16dea8 22:02:31 CGO_ENABLED=0 GO111MODULE=on go mod download 22:02:32 Removing intermediate container a6d40b16dea8 22:02:32 ---> 39dd1d0a73ee 22:02:32 Step 12/26 : COPY . . 22:02:33 ---> beed05e62307 22:02:33 Step 13/26 : RUN ${MAKE} 22:02:33 ---> Running in 20d70e1403d4 22:02:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.2" -o cmd/device-snmp-go ./cmd 22:03:01 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:03:06 Removing intermediate container 20d70e1403d4 22:03:06 ---> ac469e73fb2e 22:03:06 Step 14/26 : FROM alpine:3.12 22:03:06 3.12: Pulling from library/alpine 22:03:06 d2f70382dc9a: Pulling fs layer 22:03:06 d2f70382dc9a: Verifying Checksum 22:03:06 d2f70382dc9a: Download complete 22:03:07 d2f70382dc9a: Pull complete 22:03:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:03:07 Status: Downloaded newer image for alpine:3.12 22:03:07 ---> 9852663dfa18 22:03:07 Step 15/26 : ENV APP_PORT=49993 22:03:07 ---> Running in 079941db1f5e 22:03:07 Removing intermediate container 079941db1f5e 22:03:07 ---> 74ba90dbfc55 22:03:07 Step 16/26 : EXPOSE $APP_PORT 22:03:08 ---> Running in e4368929b12b 22:03:08 Removing intermediate container e4368929b12b 22:03:08 ---> 38ff87419730 22:03:08 Step 17/26 : ENV DEVICE_PORT=161 22:03:08 ---> Running in 75a6aa4b9eae 22:03:08 Removing intermediate container 75a6aa4b9eae 22:03:08 ---> 9ba5e6cecc92 22:03:08 Step 18/26 : EXPOSE $DEVICE_PORT 22:03:09 ---> Running in 756e06e259b7 22:03:09 Removing intermediate container 756e06e259b7 22:03:09 ---> 3233b59233b3 22:03:09 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 22:03:11 ---> a8c18769ac02 22:03:11 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 22:03:11 ---> 4af710124424 22:03:11 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 22:03:12 ---> c22a5fcb1b87 22:03:12 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 22:03:12 ---> Running in e918ae4c37bb 22:03:12 Removing intermediate container e918ae4c37bb 22:03:12 ---> 00714b29e302 22:03:12 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 22:03:12 ---> Running in 7fa5fd668e73 22:03:13 Removing intermediate container 7fa5fd668e73 22:03:13 ---> 55ad1f0bf696 22:03:13 Step 24/26 : LABEL arch=arm64 22:03:13 ---> Running in 1e5afbe21b92 22:03:14 Removing intermediate container 1e5afbe21b92 22:03:14 ---> 6076c2f09ad7 22:03:14 Step 25/26 : LABEL git_sha=a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:03:14 ---> Running in 5a7d62fd9e9a 22:03:14 Removing intermediate container 5a7d62fd9e9a 22:03:14 ---> bf0db1b6e153 22:03:14 Step 26/26 : LABEL version=1.3.2-dev.2 22:03:14 ---> Running in 308436b3202f 22:03:15 Removing intermediate container 308436b3202f 22:03:15 ---> de7b50820b2a 22:03:15 [Warning] One or more build-args [ARCH] were not consumed 22:03:15 Successfully built de7b50820b2a 22:03:15 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:03:15 provisioning config files... 22:03:15 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/25@tmp/config754451810258682543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:15 ---> docker-login.sh 22:03:15 nexus3.edgexfoundry.org:10001 22:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:16 Configure a credential helper to remove this warning. See 22:03:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:16 22:03:16 Login Succeeded 22:03:16 nexus3.edgexfoundry.org:10002 22:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:17 Configure a credential helper to remove this warning. See 22:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:17 22:03:17 Login Succeeded 22:03:17 nexus3.edgexfoundry.org:10003 22:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:17 Configure a credential helper to remove this warning. See 22:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:17 22:03:17 Login Succeeded 22:03:17 nexus3.edgexfoundry.org:10004 22:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:18 Configure a credential helper to remove this warning. See 22:03:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:18 22:03:18 Login Succeeded 22:03:18 docker.io 22:03:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:18 Configure a credential helper to remove this warning. See 22:03:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:18 22:03:18 Login Succeeded 22:03:18 ---> docker-login.sh ends [Pipeline] } 22:03:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:03:19 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 22:03:19 a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:03:19 latest 22:03:19 1.3.2-dev.2 22:03:19 a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:03:19 master 22:03:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:03:19 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] isUnix [Pipeline] sh 22:03:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:03:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 22:03:19 4b8561cef158: Preparing 22:03:19 4c6d0fdf2629: Preparing 22:03:19 1241f9537c45: Preparing 22:03:19 3fbe34a1663b: Preparing 22:03:20 3fbe34a1663b: Layer already exists 22:03:20 4b8561cef158: Pushed 22:03:20 4c6d0fdf2629: Pushed 22:03:22 1241f9537c45: Pushed 22:03:22 a9cce8b7dfe6fda3a1428129fda327925c6aa018: digest: sha256:2b5b779f731a5a369c14981d2a6ec57e4cf63d94e0105011d5324b4f41d9812a size: 1155 [Pipeline] isUnix [Pipeline] sh 22:03:22 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:03:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 22:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 22:03:23 4b8561cef158: Preparing 22:03:23 4c6d0fdf2629: Preparing 22:03:23 1241f9537c45: Preparing 22:03:23 3fbe34a1663b: Preparing 22:03:23 4c6d0fdf2629: Layer already exists 22:03:23 3fbe34a1663b: Layer already exists 22:03:23 4b8561cef158: Layer already exists 22:03:23 1241f9537c45: Layer already exists 22:03:23 latest: digest: sha256:2b5b779f731a5a369c14981d2a6ec57e4cf63d94e0105011d5324b4f41d9812a size: 1155 [Pipeline] isUnix [Pipeline] sh 22:03:23 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 22:03:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.2 22:03:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 22:03:24 4b8561cef158: Preparing 22:03:24 4c6d0fdf2629: Preparing 22:03:24 1241f9537c45: Preparing 22:03:24 3fbe34a1663b: Preparing 22:03:24 4c6d0fdf2629: Layer already exists 22:03:24 3fbe34a1663b: Layer already exists 22:03:24 1241f9537c45: Layer already exists 22:03:24 4b8561cef158: Layer already exists 22:03:24 1.3.2-dev.2: digest: sha256:2b5b779f731a5a369c14981d2a6ec57e4cf63d94e0105011d5324b4f41d9812a size: 1155 [Pipeline] isUnix [Pipeline] sh 22:03:24 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 22:03:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:03:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 22:03:25 4b8561cef158: Preparing 22:03:25 4c6d0fdf2629: Preparing 22:03:25 1241f9537c45: Preparing 22:03:25 3fbe34a1663b: Preparing 22:03:25 3fbe34a1663b: Layer already exists 22:03:25 4b8561cef158: Layer already exists 22:03:25 4c6d0fdf2629: Layer already exists 22:03:25 1241f9537c45: Layer already exists 22:03:25 a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2: digest: sha256:2b5b779f731a5a369c14981d2a6ec57e4cf63d94e0105011d5324b4f41d9812a size: 1155 [Pipeline] isUnix [Pipeline] sh 22:03:25 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:03:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 22:03:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 22:03:26 4b8561cef158: Preparing 22:03:26 4c6d0fdf2629: Preparing 22:03:26 1241f9537c45: Preparing 22:03:26 3fbe34a1663b: Preparing 22:03:26 4b8561cef158: Layer already exists 22:03:26 1241f9537c45: Layer already exists 22:03:26 3fbe34a1663b: Layer already exists 22:03:26 4c6d0fdf2629: Layer already exists 22:03:26 master: digest: sha256:2b5b779f731a5a369c14981d2a6ec57e4cf63d94e0105011d5324b4f41d9812a size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:03:26 ===================================================== [Pipeline] echo 22:03:26 taggedImages: 22:03:26 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:03:26 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 22:03:26 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.2 22:03:26 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:03:26 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:03:26 ---> job-cost.sh 22:03:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FE8D 22:04:05 Running on prd-centos7-docker-4c-2g-997 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 22:04:05 Running in /w/workspace/device-snmp-go/25 [Pipeline] { 22:04:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] checkout 22:04:08 using credential edgex-jenkins-ssh 22:04:08 Cloning the remote Git repository 22:04:08 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 22:04:08 > git init /w/workspace/device-snmp-go/25 # timeout=10 22:04:09 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 22:04:09 > git --version # timeout=10 22:04:09 > git --version # 'git version 2.24.3' 22:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 22:04:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 22:04:10 Checking out Revision a9cce8b7dfe6fda3a1428129fda327925c6aa018 (master) 22:04:09 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 22:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:04:10 > git config core.sparsecheckout # timeout=10 22:04:10 > git checkout -f a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 22:04:13 Commit message: "Merge pull request #91 from soda480/US149" 22:04:14 22:04:14 GitHub has been notified of this commit’s build result 22:04:14 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:04:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:04:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:04:15 + sudo service docker restart 22:04:15 + true 22:04:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:04:16 provisioning config files... 22:04:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/25@tmp/config3428351635843101048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:04:16 ---> docker-login.sh 22:04:16 nexus3.edgexfoundry.org:10001 22:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:17 Configure a credential helper to remove this warning. See 22:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:17 22:04:17 Login Succeeded 22:04:17 nexus3.edgexfoundry.org:10002 22:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:17 Configure a credential helper to remove this warning. See 22:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:17 22:04:17 Login Succeeded 22:04:17 nexus3.edgexfoundry.org:10003 22:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:17 Configure a credential helper to remove this warning. See 22:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:17 22:04:17 Login Succeeded 22:04:17 nexus3.edgexfoundry.org:10004 22:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:17 Configure a credential helper to remove this warning. See 22:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:17 22:04:17 Login Succeeded 22:04:17 docker.io 22:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:18 Configure a credential helper to remove this warning. See 22:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:18 22:04:18 Login Succeeded 22:04:18 ---> docker-login.sh ends [Pipeline] } 22:04:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:04:18 ========================================================= 22:04:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:04:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:04:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:04:18 Sending build context to Docker daemon 336.9kB 22:04:18 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 22:04:18 Step 2/10 : FROM ${BASE} 22:04:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:04:18 188c0c94c7c5: Pulling fs layer 22:04:18 0ef7d3d256c8: Pulling fs layer 22:04:18 de9db76c5a1d: Pulling fs layer 22:04:18 bca2f99d35d6: Pulling fs layer 22:04:18 93359f2a8cfa: Pulling fs layer 22:04:18 7c6f9722023f: Pulling fs layer 22:04:18 a35cf1a2eb13: Pulling fs layer 22:04:18 bca2f99d35d6: Waiting 22:04:18 93359f2a8cfa: Waiting 22:04:18 7c6f9722023f: Waiting 22:04:18 a35cf1a2eb13: Waiting 22:04:18 de9db76c5a1d: Verifying Checksum 22:04:18 de9db76c5a1d: Download complete 22:04:18 0ef7d3d256c8: Verifying Checksum 22:04:18 0ef7d3d256c8: Download complete 22:04:18 93359f2a8cfa: Verifying Checksum 22:04:18 93359f2a8cfa: Download complete 22:04:18 7c6f9722023f: Verifying Checksum 22:04:18 7c6f9722023f: Download complete 22:04:18 188c0c94c7c5: Verifying Checksum 22:04:18 188c0c94c7c5: Download complete 22:04:19 188c0c94c7c5: Pull complete 22:04:19 0ef7d3d256c8: Pull complete 22:04:19 de9db76c5a1d: Pull complete 22:04:20 a35cf1a2eb13: Verifying Checksum 22:04:20 a35cf1a2eb13: Download complete 22:04:21 bca2f99d35d6: Verifying Checksum 22:04:21 bca2f99d35d6: Download complete 22:04:27 bca2f99d35d6: Pull complete 22:04:27 93359f2a8cfa: Pull complete 22:04:27 7c6f9722023f: Pull complete 22:04:36 a35cf1a2eb13: Pull complete 22:04:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:04:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:04:36 ---> a62c8e92a672 22:04:36 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 22:04:36 ---> Running in 729db5021e30 22:04:36 Removing intermediate container 729db5021e30 22:04:36 ---> 1465e1e7bac0 22:04:36 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:04:36 ---> Running in 4525e1110895 22:04:36 Removing intermediate container 4525e1110895 22:04:36 ---> f1418079b026 22:04:36 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 22:04:36 ---> Running in 6ecb15c1fbfc 22:04:37 Removing intermediate container 6ecb15c1fbfc 22:04:37 ---> db0d02550043 22:04:37 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:37 ---> Running in eedbde2c1795 22:04:38 Removing intermediate container eedbde2c1795 22:04:38 ---> 90843417b613 22:04:38 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:04:38 ---> Running in 122030c94618 22:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:04:40 OK: 166 MiB in 39 packages 22:04:41 Removing intermediate container 122030c94618 22:04:41 ---> 68d68618e773 22:04:41 Step 8/10 : WORKDIR /device-snmp-go 22:04:41 ---> Running in 3cd3d624d43d 22:04:41 Removing intermediate container 3cd3d624d43d 22:04:41 ---> 033353aedd9a 22:04:41 Step 9/10 : COPY . . 22:04:42 ---> ae9fa7cb5099 22:04:42 Step 10/10 : RUN go mod download 22:04:42 ---> Running in 55844854d9dd 22:05:04 Removing intermediate container 55844854d9dd 22:05:04 ---> 3d3168b2dfa4 22:05:04 Successfully built 3d3168b2dfa4 22:05:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:05:04 + docker inspect -f . ci-base-image-x86_64 22:05:04 . [Pipeline] withDockerContainer 22:05:04 prd-centos7-docker-4c-2g-997 does not seem to be running inside a container 22:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/25 -v /w/workspace/device-snmp-go/25:/w/workspace/device-snmp-go/25:rw,z -v /w/workspace/device-snmp-go/25@tmp:/w/workspace/device-snmp-go/25@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 22:05:05 $ docker top d33f666bb22b22cfed0996d2ca71615f259cf9db0eaa9bf1194cc57fbe1bdfaa -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:06 + go version 22:05:06 go version go1.15.5 linux/amd64 [Pipeline] } 22:05:06 $ docker stop --time=1 d33f666bb22b22cfed0996d2ca71615f259cf9db0eaa9bf1194cc57fbe1bdfaa 22:05:07 $ docker rm -f d33f666bb22b22cfed0996d2ca71615f259cf9db0eaa9bf1194cc57fbe1bdfaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:05:08 + docker inspect -f . ci-base-image-x86_64 22:05:08 . [Pipeline] withDockerContainer 22:05:08 prd-centos7-docker-4c-2g-997 does not seem to be running inside a container 22:05:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/25 -v /w/workspace/device-snmp-go/25:/w/workspace/device-snmp-go/25:rw,z -v /w/workspace/device-snmp-go/25@tmp:/w/workspace/device-snmp-go/25@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 22:05:09 $ docker top 68a8337926bc297c3a4f3b7a5b99a4c59a609a4bc29257c400a26308bb907777 -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:09 + make test 22:05:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:05:10 ? github.com/edgexfoundry/device-snmp-go [no test files] 22:05:23 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 22:05:23 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements 22:05:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:05:24 gofmt -l . 22:05:24 [ "`gofmt -l .`" = "" ] 22:05:24 ./bin/test-attribution-txt.sh 22:05:25 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:05:25 $ docker stop --time=1 68a8337926bc297c3a4f3b7a5b99a4c59a609a4bc29257c400a26308bb907777 22:05:27 lf-activate-venv(): INFO: Adding /tmp/venv-FE8D/bin to PATH 22:05:27 INFO: No Stack... 22:05:28 INFO: Retrieving Pricing Info for: lf-standard-4 22:05:28 $ docker rm -f 68a8337926bc297c3a4f3b7a5b99a4c59a609a4bc29257c400a26308bb907777 [Pipeline] // withDockerContainer [Pipeline] sh 22:05:28 INFO: Archiving Costs 22:05:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash 22:05:28 Warning: overwriting stash ‘coverage-report’ 22:05:29 + cut -d, -f6 22:05:29 + cat /w/workspace/device-snmp-go/25/archives/cost.csv 22:05:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] lock 22:05:29 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] 22:05:29 Resource [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] did not exist. Created. 22:05:29 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] [Pipeline] { [Pipeline] } [Pipeline] unstash [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:05:29 + echo total: 0.20999999344348907 [Pipeline] stash 22:05:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:05:29 Stashed 1 file(s) [Pipeline] } 22:05:29 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:05:30 + ls -al . 22:05:30 total 104 22:05:30 drwxrwxr-x. 8 jenkins jenkins 4096 Apr 19 22:05 . 22:05:30 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 22:04 .. 22:05:30 -rw-rw-r--. 1 jenkins jenkins 5082 Apr 19 22:04 Attribution.txt 22:05:30 drwxrwxr-x. 2 jenkins jenkins 87 Apr 19 22:04 bin 22:05:30 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 22:04 cmd 22:05:30 -rw-r--r--. 1 jenkins jenkins 8493 Apr 19 22:05 coverage.out 22:05:30 -rw-rw-r--. 1 jenkins jenkins 1529 Apr 19 22:04 Dockerfile 22:05:30 -rw-rw-r--. 1 jenkins jenkins 1006 Apr 19 22:04 Dockerfile.build 22:05:30 -rw-rw-r--. 1 jenkins jenkins 6 Apr 19 22:04 .dockerignore 22:05:30 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 22:04 .git 22:05:30 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 22:04 .github 22:05:30 -rw-rw-r--. 1 jenkins jenkins 272 Apr 19 22:04 .gitignore 22:05:30 -rw-r--r--. 1 jenkins jenkins 204 Apr 19 22:05 go.mod 22:05:30 -rw-r--r--. 1 jenkins jenkins 14156 Apr 19 22:05 go.sum 22:05:30 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 22:04 internal 22:05:30 -rw-rw-r--. 1 jenkins jenkins 656 Apr 19 22:04 Jenkinsfile 22:05:30 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 22:04 LICENSE 22:05:30 -rw-rw-r--. 1 jenkins jenkins 937 Apr 19 22:04 Makefile 22:05:30 drwxrwxr-x. 2 jenkins jenkins 84 Apr 19 22:04 profiles 22:05:30 -rw-rw-r--. 1 jenkins jenkins 14171 Apr 19 22:04 README.md 22:05:30 -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 22:00 VERSION 22:05:30 -rw-rw-r--. 1 jenkins jenkins 209 Apr 19 22:04 version.go [Pipeline] isUnix [Pipeline] sh 22:05:30 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a9cce8b7dfe6fda3a1428129fda327925c6aa018 --label arch=amd64 --label version=1.3.2-dev.2 . 22:05:30 Sending build context to Docker daemon 346.1kB 22:05:30 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 22:05:30 Step 2/26 : FROM ${BASE} AS builder 22:05:30 ---> 3d3168b2dfa4 22:05:30 Step 3/26 : ARG MAKE='make build' 22:05:30 ---> Running in f4eb9fe57b5c 22:05:31 Removing intermediate container f4eb9fe57b5c 22:05:31 ---> c436585095a0 22:05:31 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 22:05:31 ---> Running in ba502f407893 22:05:31 Removing intermediate container ba502f407893 22:05:31 ---> 559c777c3aec 22:05:31 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 22:05:31 ---> Running in accf30e0b3f9 22:05:31 Removing intermediate container accf30e0b3f9 22:05:31 ---> 8348bb075c72 22:05:31 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:31 ---> Running in 24781a84590d 22:05:32 Removing intermediate container 24781a84590d 22:05:32 ---> a852b0298923 22:05:32 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:05:32 ---> Running in 8dffd592808e 22:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:34 OK: 166 MiB in 39 packages 22:05:35 Removing intermediate container 8dffd592808e 22:05:35 ---> 784c70716fb4 22:05:35 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 22:05:35 ---> Running in d1eb94a89c31 22:05:35 Removing intermediate container d1eb94a89c31 22:05:35 ---> 4ddaf65fcd57 22:05:35 Step 9/26 : COPY go.mod . 22:05:35 ---> d836b7148690 22:05:35 Step 10/26 : COPY Makefile . 22:05:35 ---> 28fc7b0d2de0 22:05:35 Step 11/26 : RUN make update 22:05:35 ---> Running in 0ced9d1b3de9 22:05:36 CGO_ENABLED=0 GO111MODULE=on go mod download 22:05:37 Removing intermediate container 0ced9d1b3de9 22:05:37 ---> 8d15132ac212 22:05:37 Step 12/26 : COPY . . 22:05:37 ---> 27e2cc123c49 22:05:37 Step 13/26 : RUN ${MAKE} 22:05:37 ---> Running in 7e287f3c8661 22:05:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.2" -o cmd/device-snmp-go ./cmd 22:05:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:05:51 Removing intermediate container 7e287f3c8661 22:05:51 ---> f74e895b4f87 22:05:51 Step 14/26 : FROM alpine:3.12 22:05:52 3.12: Pulling from library/alpine 22:05:52 339de151aab4: Pulling fs layer 22:05:52 339de151aab4: Verifying Checksum 22:05:52 339de151aab4: Download complete 22:05:52 339de151aab4: Pull complete 22:05:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:05:52 Status: Downloaded newer image for alpine:3.12 22:05:52 ---> 13621d1b12d4 22:05:52 Step 15/26 : ENV APP_PORT=49993 22:05:53 ---> Running in 921b2bc2e33e 22:05:53 Removing intermediate container 921b2bc2e33e 22:05:53 ---> bcda84e5a641 22:05:53 Step 16/26 : EXPOSE $APP_PORT 22:05:53 ---> Running in e660388ad0dc 22:05:53 Removing intermediate container e660388ad0dc 22:05:53 ---> 8b5a4364baa0 22:05:53 Step 17/26 : ENV DEVICE_PORT=161 22:05:53 ---> Running in 78357ef7058c 22:05:53 Removing intermediate container 78357ef7058c 22:05:53 ---> ce89d742e8e2 22:05:53 Step 18/26 : EXPOSE $DEVICE_PORT 22:05:53 ---> Running in 791d43bf31a1 22:05:53 Removing intermediate container 791d43bf31a1 22:05:53 ---> 1fa6390305d3 22:05:53 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 22:05:54 ---> 1be34d846144 22:05:54 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 22:05:54 ---> bf43d08feeb1 22:05:54 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 22:05:54 ---> 97fdbf24e945 22:05:54 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 22:05:55 ---> Running in a80d35aec906 22:05:55 Removing intermediate container a80d35aec906 22:05:55 ---> 8b2021c6ffb1 22:05:55 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 22:05:55 ---> Running in 4abb0660a6e5 22:05:55 Removing intermediate container 4abb0660a6e5 22:05:55 ---> 85b0e0d45a8c 22:05:55 Step 24/26 : LABEL arch=amd64 22:05:55 ---> Running in d82f95a39d22 22:05:55 Removing intermediate container d82f95a39d22 22:05:55 ---> 9751ec3bf772 22:05:55 Step 25/26 : LABEL git_sha=a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:05:55 ---> Running in 013a5a96df49 22:05:55 Removing intermediate container 013a5a96df49 22:05:55 ---> 5b4a4679f91c 22:05:55 Step 26/26 : LABEL version=1.3.2-dev.2 22:05:55 ---> Running in 169a835a3ae7 22:05:56 Removing intermediate container 169a835a3ae7 22:05:56 ---> 3f2f650c2170 22:05:56 [Warning] One or more build-args [ARCH] were not consumed 22:05:56 Successfully built 3f2f650c2170 22:05:56 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:05:56 provisioning config files... 22:05:56 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/25@tmp/config5910793446802597476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:05:56 ---> docker-login.sh 22:05:56 nexus3.edgexfoundry.org:10001 22:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:05:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:05:57 Configure a credential helper to remove this warning. See 22:05:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:05:57 22:05:57 Login Succeeded 22:05:57 nexus3.edgexfoundry.org:10002 22:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:05:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:05:57 Configure a credential helper to remove this warning. See 22:05:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:05:57 22:05:57 Login Succeeded 22:05:57 nexus3.edgexfoundry.org:10003 22:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:05:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:05:57 Configure a credential helper to remove this warning. See 22:05:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:05:57 22:05:57 Login Succeeded 22:05:57 nexus3.edgexfoundry.org:10004 22:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:05:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:05:57 Configure a credential helper to remove this warning. See 22:05:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:05:57 22:05:57 Login Succeeded 22:05:57 docker.io 22:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:05:58 Configure a credential helper to remove this warning. See 22:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:05:58 22:05:58 Login Succeeded 22:05:58 ---> docker-login.sh ends [Pipeline] } 22:05:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:05:58 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 22:05:58 a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:05:58 latest 22:05:58 1.3.2-dev.2 22:05:58 a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:05:58 master 22:05:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:05:58 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] isUnix [Pipeline] sh 22:05:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:05:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 22:05:58 9c8b48af0af7: Preparing 22:05:58 4ccbdaff1242: Preparing 22:05:58 ff2719c55533: Preparing 22:05:58 32f366d666a5: Preparing 22:05:58 32f366d666a5: Layer already exists 22:05:59 4ccbdaff1242: Pushed 22:05:59 9c8b48af0af7: Pushed 22:06:00 ff2719c55533: Pushed 22:06:00 a9cce8b7dfe6fda3a1428129fda327925c6aa018: digest: sha256:f7443cfb4dc3753929bcef291fec2c653c5e5579faadd052bc36c916e50ca52c size: 1155 [Pipeline] isUnix [Pipeline] sh 22:06:00 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 22:06:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 22:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 22:06:01 9c8b48af0af7: Preparing 22:06:01 4ccbdaff1242: Preparing 22:06:01 ff2719c55533: Preparing 22:06:01 32f366d666a5: Preparing 22:06:01 9c8b48af0af7: Layer already exists 22:06:01 32f366d666a5: Layer already exists 22:06:01 ff2719c55533: Layer already exists 22:06:01 4ccbdaff1242: Layer already exists 22:06:01 latest: digest: sha256:f7443cfb4dc3753929bcef291fec2c653c5e5579faadd052bc36c916e50ca52c size: 1155 [Pipeline] isUnix [Pipeline] sh 22:06:01 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 22:06:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.2 22:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 22:06:01 9c8b48af0af7: Preparing 22:06:01 4ccbdaff1242: Preparing 22:06:01 ff2719c55533: Preparing 22:06:01 32f366d666a5: Preparing 22:06:01 9c8b48af0af7: Layer already exists 22:06:01 4ccbdaff1242: Layer already exists 22:06:01 32f366d666a5: Layer already exists 22:06:01 ff2719c55533: Layer already exists 22:06:01 1.3.2-dev.2: digest: sha256:f7443cfb4dc3753929bcef291fec2c653c5e5579faadd052bc36c916e50ca52c size: 1155 [Pipeline] isUnix [Pipeline] sh 22:06:01 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 22:06:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 22:06:02 9c8b48af0af7: Preparing 22:06:02 4ccbdaff1242: Preparing 22:06:02 ff2719c55533: Preparing 22:06:02 32f366d666a5: Preparing 22:06:02 9c8b48af0af7: Layer already exists 22:06:02 4ccbdaff1242: Layer already exists 22:06:02 32f366d666a5: Layer already exists 22:06:02 ff2719c55533: Layer already exists 22:06:02 a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2: digest: sha256:f7443cfb4dc3753929bcef291fec2c653c5e5579faadd052bc36c916e50ca52c size: 1155 [Pipeline] isUnix [Pipeline] sh 22:06:02 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 22:06:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 22:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 22:06:02 9c8b48af0af7: Preparing 22:06:02 4ccbdaff1242: Preparing 22:06:02 ff2719c55533: Preparing 22:06:02 32f366d666a5: Preparing 22:06:02 32f366d666a5: Layer already exists 22:06:02 9c8b48af0af7: Layer already exists 22:06:02 4ccbdaff1242: Layer already exists 22:06:02 ff2719c55533: Layer already exists 22:06:02 master: digest: sha256:f7443cfb4dc3753929bcef291fec2c653c5e5579faadd052bc36c916e50ca52c size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:06:02 ===================================================== [Pipeline] echo 22:06:02 taggedImages: 22:06:02 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018 22:06:02 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 22:06:02 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.2 22:06:02 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:a9cce8b7dfe6fda3a1428129fda327925c6aa018-1.3.2-dev.2 22:06:02 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:06:03 ---> job-cost.sh 22:06:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VtaO 22:06:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:06:48 lf-activate-venv(): INFO: Adding /tmp/venv-VtaO/bin to PATH 22:06:48 INFO: No Stack... 22:06:50 INFO: Retrieving Pricing Info for: v1-standard-2 22:06:50 INFO: Archiving Costs [Pipeline] sh 22:06:51 + cut -d, -f6 22:06:51 + cat /w/workspace/device-snmp-go/25/archives/cost.csv [Pipeline] lock 22:06:51 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] 22:06:51 Resource [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] did not exist. Created. 22:06:51 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:06:51 /w/workspace/device-snmp-go/25@tmp/durable-e9fbb15b/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 22:06:51 + echo total: 0.029999999329447746 [Pipeline] stash 22:06:51 Warning: overwriting stash ‘stack-cost’ 22:06:51 Stashed 1 file(s) [Pipeline] } 22:06:51 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-25-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 22:06:52 provisioning config files... 22:06:52 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3023056182010000396tmp [Pipeline] { [Pipeline] sh 22:06:52 + set +x 22:06:52 + curl -s https://codecov.io/bash 22:06:52 + bash -s -- 22:06:53 22:06:53 _____ _ 22:06:53 / ____| | | 22:06:53 | | ___ __| | ___ ___ _____ __ 22:06:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:06:53 | |___| (_) | (_| | __/ (_| (_) \ V / 22:06:53 \_____\___/ \__,_|\___|\___\___/ \_/ 22:06:53 Bash-1.0.1 22:06:53 22:06:53 22:06:53 ==> git version 2.24.3 found 22:06:53 ==> 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 22:06:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:06:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:06:53 ==> Jenkins CI detected. 22:06:53 project root: . 22:06:53 --> token set from env 22:06:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:06:53 ==> Running gcov in . (disable via -X gcov) 22:06:53 ==> Python coveragepy not found 22:06:53 ==> Searching for coverage reports in: 22:06:53 + . 22:06:53 -> Found 1 reports 22:06:53 ==> Detecting git/mercurial file structure 22:06:53 ==> Reading reports 22:06:53 + ./coverage.out bytes=8493 22:06:53 ==> Appending adjustments 22:06:53 https://docs.codecov.io/docs/fixing-reports 22:06:53 + Found adjustments 22:06:53 ==> Gzipping contents 22:06:53 4.0K /tmp/codecov.65X1kF.gz 22:06:53 ==> Uploading reports 22:06:53 url: https://codecov.io 22:06:53 query: branch=master&commit=a9cce8b7dfe6fda3a1428129fda327925c6aa018&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:06:53 -> Pinging Codecov 22:06:53 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a9cce8b7dfe6fda3a1428129fda327925c6aa018&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:06:53 -> Uploading to 22:06:53 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/6C56EA5C29638FB4528AC87E60AF5AE0/a9cce8b7dfe6fda3a1428129fda327925c6aa018/92c7f2ad-5991-41fa-b259-613d55536512.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T220653Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4770325056eee8fc209c38531846ab1c567d5037bfcf73c7dbc496bfde5bf29b 22:06:53 % Total % Received % Xferd Average Speed Time Time Time Current 22:06:53 Dload Upload Total Spent Left Speed 22:06:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 2512 --:--:-- --:--:-- --:--:-- 2516 22:06:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] } 22:06:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:06:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:06:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:06:54 22:06:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:06:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:06:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:06:55 188c0c94c7c5: Pulling fs layer 22:06:55 0ef7d3d256c8: Pulling fs layer 22:06:55 de9db76c5a1d: Pulling fs layer 22:06:55 0eba1c9be4d2: Pulling fs layer 22:06:55 0d57e429df01: Pulling fs layer 22:06:55 4e4be7b47b0d: Pulling fs layer 22:06:55 e1f770b5df2f: Pulling fs layer 22:06:55 85a0685a4137: Pulling fs layer 22:06:55 0d57e429df01: Waiting 22:06:55 4e4be7b47b0d: Waiting 22:06:55 e1f770b5df2f: Waiting 22:06:55 85a0685a4137: Waiting 22:06:55 0eba1c9be4d2: Waiting 22:06:55 de9db76c5a1d: Download complete 22:06:55 0ef7d3d256c8: Verifying Checksum 22:06:55 0ef7d3d256c8: Download complete 22:06:55 0d57e429df01: Download complete 22:06:55 188c0c94c7c5: Verifying Checksum 22:06:55 188c0c94c7c5: Download complete 22:06:55 4e4be7b47b0d: Verifying Checksum 22:06:55 4e4be7b47b0d: Download complete 22:06:55 188c0c94c7c5: Pull complete 22:06:55 0ef7d3d256c8: Pull complete 22:06:55 de9db76c5a1d: Pull complete 22:06:56 e1f770b5df2f: Verifying Checksum 22:06:56 e1f770b5df2f: Download complete 22:06:59 0eba1c9be4d2: Verifying Checksum 22:06:59 0eba1c9be4d2: Download complete 22:06:59 85a0685a4137: Verifying Checksum 22:06:59 85a0685a4137: Download complete 22:07:05 0eba1c9be4d2: Pull complete 22:07:05 0d57e429df01: Pull complete 22:07:05 4e4be7b47b0d: Pull complete 22:07:07 e1f770b5df2f: Pull complete 22:07:16 85a0685a4137: Pull complete 22:07:16 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:07:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:07:16 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:07:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/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 22:07:17 $ docker top 7a3c3bca3e610a23f50e1b91ddb4b35e652daf1064043a50f61a34a1d271bc31 -eo pid,comm [Pipeline] { [Pipeline] echo 22:07:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:07:18 + set -o pipefail 22:07:18 + snyk monitor '--org=edgex-jenkins' 22:07:26 22:07:26 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 22:07:26 22:07:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/69915b70-054c-4d5e-af9a-a36fe9481f07 22:07:26 22:07:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:07:26 22:07:26 22:07:26 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:07:26 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:07:26 $ docker stop --time=1 7a3c3bca3e610a23f50e1b91ddb4b35e652daf1064043a50f61a34a1d271bc31 22:07:29 $ docker rm -f 7a3c3bca3e610a23f50e1b91ddb4b35e652daf1064043a50f61a34a1d271bc31 [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 22:07:30 + git log --format=format:%s -1 a9cce8b7dfe6fda3a1428129fda327925c6aa018 [Pipeline] isUnix [Pipeline] sh 22:07:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:30 . [Pipeline] withDockerContainer 22:07:30 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:07:30 $ 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 22:07:31 $ docker top 80130498774ef0d676ae556bde4a409163d69f6ae33cfd9694a58ab39e6955fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:07:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:07:31 [ssh-agent] Looking for ssh-agent implementation... 22:07:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:07:31 $ docker exec 80130498774ef0d676ae556bde4a409163d69f6ae33cfd9694a58ab39e6955fe ssh-agent 22:07:32 SSH_AUTH_SOCK=/tmp/ssh-Q7pebOgSgl30/agent.11 22:07:32 SSH_AGENT_PID=16 22:07:32 Running ssh-add (command line suppressed) 22:07:32 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9070027971572574966.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9070027971572574966.key) 22:07:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:07:32 + git semver tag 22:07:32 # -> Open(): unable to determine branch for HEAD 22:07:32 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 22:07:32 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 22:07:32 # $SEMVER_REMOTE_NAME = origin 22:07:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:07:32 # $SEMVER_USER_NAME = edgex-jenkins 22:07:32 # $SEMVER_BRANCH = master 22:07:32 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 22:07:32 # a9cce8b7dfe6fda3a1428129fda327925c6aa018 HEAD 22:07:32 # -> Force: false 22:07:32 # 513872fc60bc51bd03c37d8544e31f942ea3447a refs/tags/v1.3.2-dev.2 [Pipeline] } 22:07:32 $ docker exec --env ******** --env ******** 80130498774ef0d676ae556bde4a409163d69f6ae33cfd9694a58ab39e6955fe ssh-agent -k 22:07:33 unset SSH_AUTH_SOCK; 22:07:33 unset SSH_AGENT_PID; 22:07:33 echo Agent pid 16 killed; 22:07:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:07:33 + git semver [Pipeline] } 22:07:33 $ docker stop --time=1 80130498774ef0d676ae556bde4a409163d69f6ae33cfd9694a58ab39e6955fe 22:07:34 $ docker rm -f 80130498774ef0d676ae556bde4a409163d69f6ae33cfd9694a58ab39e6955fe [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:07:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:07:35 22:07:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:07:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:07:35 0.23.1-centos7: Pulling from edgex-lftools 22:07:35 ab5ef0e58194: Pulling fs layer 22:07:35 9712f1f96733: Pulling fs layer 22:07:35 63f879dbbcfc: Pulling fs layer 22:07:35 0d9ebad4ef96: Pulling fs layer 22:07:35 e9a5061849ea: Pulling fs layer 22:07:35 d747dcd14b5f: Pulling fs layer 22:07:35 2de7ff778b66: Pulling fs layer 22:07:35 0d9ebad4ef96: Waiting 22:07:35 d747dcd14b5f: Waiting 22:07:35 2de7ff778b66: Waiting 22:07:35 e9a5061849ea: Waiting 22:07:35 9712f1f96733: Verifying Checksum 22:07:35 9712f1f96733: Download complete 22:07:37 63f879dbbcfc: Verifying Checksum 22:07:37 63f879dbbcfc: Download complete 22:07:37 e9a5061849ea: Verifying Checksum 22:07:37 e9a5061849ea: Download complete 22:07:37 d747dcd14b5f: Verifying Checksum 22:07:37 d747dcd14b5f: Download complete 22:07:37 2de7ff778b66: Verifying Checksum 22:07:37 2de7ff778b66: Download complete 22:07:37 0d9ebad4ef96: Verifying Checksum 22:07:37 0d9ebad4ef96: Download complete 22:07:37 ab5ef0e58194: Verifying Checksum 22:07:37 ab5ef0e58194: Download complete 22:07:43 ab5ef0e58194: Pull complete 22:07:43 9712f1f96733: Pull complete 22:07:45 63f879dbbcfc: Pull complete 22:07:52 0d9ebad4ef96: Pull complete 22:07:55 e9a5061849ea: Pull complete 22:07:56 d747dcd14b5f: Pull complete 22:07:58 2de7ff778b66: Pull complete 22:07:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:07:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:07:58 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:07:58 $ 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 22:08:01 $ docker top 305e2978e704fe46b4a3bcfca6360efa13d335bd1cfea6fd5e245c12981072de -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:08:02 provisioning config files... 22:08:02 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8075132298369972516tmp 22:08:02 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4212875660175908543tmp 22:08:02 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2178684837838940607tmp [Pipeline] { [Pipeline] echo 22:08:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:08:02 ---> sigul-configuration.sh 22:08:02 gpg: directory `/root/.gnupg' created 22:08:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:08:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:08:02 gpg: keyring `/root/.gnupg/secring.gpg' created 22:08:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:08:02 gpg: CAST5 encrypted data 22:08:02 gpg: encrypted with 1 passphrase 22:08:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:08:03 + mkdir /home/jenkins 22:08:03 + mkdir /home/jenkins/sigul [Pipeline] sh 22:08:03 + 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 22:08:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:08:03 ---> sigul-install.sh 22:08:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:08:16 + git tag --list 22:08:16 1.0.0 22:08:16 v0.0.0 22:08:16 v1.1.0 22:08:16 v1.1.1 22:08:16 v1.2.2 22:08:16 v1.3.0 22:08:16 v1.3.1 22:08:16 v1.3.1-dev.1 22:08:16 v1.3.1-dev.2 22:08:16 v1.3.1-dev.3 22:08:16 v1.3.1-dev.4 22:08:16 v1.3.2-dev.1 22:08:16 v1.3.2-dev.2 [Pipeline] sh 22:08:16 + lftools sign git-tag v1.3.2-dev.2 22:08:18 Signing Git tag with Sigul... 22:08:18 Signing v1.3.2-dev.2 [Pipeline] echo 22:08:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:08:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:08:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:08:19 $ docker stop --time=1 305e2978e704fe46b4a3bcfca6360efa13d335bd1cfea6fd5e245c12981072de 22:08:22 $ docker rm -f 305e2978e704fe46b4a3bcfca6360efa13d335bd1cfea6fd5e245c12981072de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:22 . [Pipeline] withDockerContainer 22:08:22 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:08:23 $ 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 22:08:24 $ docker top 36c94e62616f60e125b5f6a45bf3f6575a03ce893476c87e20d83cd837efbe43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:24 [ssh-agent] Looking for ssh-agent implementation... 22:08:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:24 $ docker exec 36c94e62616f60e125b5f6a45bf3f6575a03ce893476c87e20d83cd837efbe43 ssh-agent 22:08:24 SSH_AUTH_SOCK=/tmp/ssh-dy0r0OdmqdzX/agent.11 22:08:24 SSH_AGENT_PID=16 22:08:24 Running ssh-add (command line suppressed) 22:08:24 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1738909151097217847.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1738909151097217847.key) 22:08:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:25 + git semver bump pre 22:08:25 # -> Open(): unable to determine branch for HEAD 22:08:25 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 22:08:25 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 22:08:25 # $SEMVER_REMOTE_NAME = origin 22:08:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:25 # $SEMVER_USER_NAME = edgex-jenkins 22:08:25 # $SEMVER_BRANCH = master 22:08:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 22:08:25 1.3.2-dev.3 [Pipeline] } 22:08:25 $ docker exec --env ******** --env ******** 36c94e62616f60e125b5f6a45bf3f6575a03ce893476c87e20d83cd837efbe43 ssh-agent -k 22:08:25 unset SSH_AUTH_SOCK; 22:08:25 unset SSH_AGENT_PID; 22:08:25 echo Agent pid 16 killed; 22:08:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:25 + git semver [Pipeline] } 22:08:25 $ docker stop --time=1 36c94e62616f60e125b5f6a45bf3f6575a03ce893476c87e20d83cd837efbe43 22:08:27 $ docker rm -f 36c94e62616f60e125b5f6a45bf3f6575a03ce893476c87e20d83cd837efbe43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:08:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:27 . [Pipeline] withDockerContainer 22:08:28 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:08:28 $ 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 22:08:29 $ docker top 0b950d4c1a4b6ebf4f44c15210789ea80e013ded01c5e9c636e776765012409b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:29 [ssh-agent] Looking for ssh-agent implementation... 22:08:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:29 $ docker exec 0b950d4c1a4b6ebf4f44c15210789ea80e013ded01c5e9c636e776765012409b ssh-agent 22:08:30 SSH_AUTH_SOCK=/tmp/ssh-vLsXgBFXHDPr/agent.11 22:08:30 SSH_AGENT_PID=17 22:08:30 Running ssh-add (command line suppressed) 22:08:30 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7928652690244937504.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7928652690244937504.key) 22:08:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:30 + git semver push 22:08:30 # -> Open(): unable to determine branch for HEAD 22:08:30 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 22:08:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 22:08:30 # $SEMVER_REMOTE_NAME = origin 22:08:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:30 # $SEMVER_USER_NAME = edgex-jenkins 22:08:30 # $SEMVER_BRANCH = master 22:08:30 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 22:08:34 $ docker exec --env ******** --env ******** 0b950d4c1a4b6ebf4f44c15210789ea80e013ded01c5e9c636e776765012409b ssh-agent -k 22:08:35 unset SSH_AUTH_SOCK; 22:08:35 unset SSH_AGENT_PID; 22:08:35 echo Agent pid 17 killed; 22:08:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:35 + git semver [Pipeline] } 22:08:35 $ docker stop --time=1 0b950d4c1a4b6ebf4f44c15210789ea80e013ded01c5e9c636e776765012409b 22:08:37 $ docker rm -f 0b950d4c1a4b6ebf4f44c15210789ea80e013ded01c5e9c636e776765012409b [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 22:08:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:08:38 ---> package-listing.sh 22:08:38 ++ facter osfamily 22:08:38 ++ tr '[:upper:]' '[:lower:]' 22:08:38 + OS_FAMILY=redhat 22:08:38 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 22:08:38 + START_PACKAGES=/tmp/packages_start.txt 22:08:38 + END_PACKAGES=/tmp/packages_end.txt 22:08:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:08:38 + PACKAGES=/tmp/packages_start.txt 22:08:38 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 22:08:38 + PACKAGES=/tmp/packages_end.txt 22:08:38 + case "${OS_FAMILY}" in 22:08:38 + rpm -qa 22:08:38 + sort 22:08:43 + '[' -f /tmp/packages_start.txt ']' 22:08:43 + '[' -f /tmp/packages_end.txt ']' 22:08:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:08:43 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 22:08:43 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 22:08:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 22:08:43 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 22:08:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:44 22:08:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:08:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:44 alpine: Pulling from edgex-lftools-log-publisher 22:08:44 df20fa9351a1: Pulling fs layer 22:08:44 36b3adc4ff6f: Pulling fs layer 22:08:44 8ad3a11d3b57: Pulling fs layer 22:08:44 46f8f816bc3b: Pulling fs layer 22:08:44 93b61091891f: Pulling fs layer 22:08:44 93b9cdb0e59b: Pulling fs layer 22:08:44 5e14af77c1be: Pulling fs layer 22:08:44 01666e4c0597: Pulling fs layer 22:08:44 aa168da1d23b: Pulling fs layer 22:08:44 5e14af77c1be: Waiting 22:08:44 46f8f816bc3b: Waiting 22:08:44 01666e4c0597: Waiting 22:08:44 aa168da1d23b: Waiting 22:08:44 93b61091891f: Waiting 22:08:44 93b9cdb0e59b: Waiting 22:08:44 36b3adc4ff6f: Verifying Checksum 22:08:44 36b3adc4ff6f: Download complete 22:08:44 46f8f816bc3b: Verifying Checksum 22:08:44 46f8f816bc3b: Download complete 22:08:45 df20fa9351a1: Download complete 22:08:45 93b9cdb0e59b: Verifying Checksum 22:08:45 93b9cdb0e59b: Download complete 22:08:45 93b61091891f: Download complete 22:08:45 5e14af77c1be: Verifying Checksum 22:08:45 5e14af77c1be: Download complete 22:08:45 01666e4c0597: Verifying Checksum 22:08:45 01666e4c0597: Download complete 22:08:45 8ad3a11d3b57: Verifying Checksum 22:08:45 8ad3a11d3b57: Download complete 22:08:46 df20fa9351a1: Pull complete 22:08:46 36b3adc4ff6f: Pull complete 22:08:47 aa168da1d23b: Verifying Checksum 22:08:47 aa168da1d23b: Download complete 22:08:48 8ad3a11d3b57: Pull complete 22:08:48 46f8f816bc3b: Pull complete 22:08:48 93b61091891f: Pull complete 22:08:48 93b9cdb0e59b: Pull complete 22:08:48 5e14af77c1be: Pull complete 22:08:48 01666e4c0597: Pull complete 22:08:58 aa168da1d23b: Pull complete 22:08:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:08:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:08:59 prd-centos7-docker-4c-2g-995 does not seem to be running inside a container 22:08:59 $ 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 22:09:02 $ docker top 4dbfd8c0115cd1a8803a98b892d1c6c7051cfb5115c70645a60b27f7c1dee031 -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:03 + touch /tmp/pre-build-complete [Pipeline] sh 22:09:03 + mkdir -p /var/log/sa [Pipeline] sh 22:09:03 + ls /var/log/sa-host 22:09:03 + sadf -c /var/log/sa-host/sa19 22:09:03 file_magic: OK 22:09:03 HZ: Using current value: 100 22:09:03 file_header: OK 22:09:03 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 22:09:03 Statistics: 22:09:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:09:03 File successfully converted to sysstat format version 12.2.1 22:09:03 + sadf -c /var/log/sa-host/sa23 22:09:03 file_magic: OK 22:09:03 HZ: Using current value: 100 22:09:03 file_header: OK 22:09:03 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 22:09:03 Statistics: 22:09:03 Hnuu...uuuununununu... 22:09:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:09:03 provisioning config files... 22:09:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8792803761734731572tmp [Pipeline] { [Pipeline] echo 22:09:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:09:04 ---> create-netrc.sh [Pipeline] } 22:09:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:09:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:09:04 ---> python-tools-install.sh [Pipeline] echo 22:09:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:09:04 ---> sudo-logs.sh 22:09:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:09:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:09:05 ---> job-cost.sh 22:09:05 lf-activate-venv: SKIPPING 22:09:05 DEBUG: total: 0.029999999329447746 22:09:05 INFO: Retrieving Stack Cost... 22:09:05 INFO: Retrieving Pricing Info for: v1-standard-2 22:09:06 INFO: Archiving Costs [Pipeline] echo 22:09:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:09:06 ---> logs-deploy.sh 22:09:06 lf-activate-venv: SKIPPING 22:09:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/25 22:09:06 INFO: archiving workspace using pattern(s): 22:09:08 Archives upload complete. 22:09:08 INFO: archiving logs to Nexus 22:09:10 ---> uname -a: 22:09:10 Linux prd-centos7-docker-4c-2g-995.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:09:10 22:09:10 22:09:10 ---> lscpu: 22:09:10 Architecture: x86_64 22:09:10 CPU op-mode(s): 32-bit, 64-bit 22:09:10 Byte Order: Little Endian 22:09:10 Address sizes: 40 bits physical, 48 bits virtual 22:09:10 CPU(s): 4 22:09:10 On-line CPU(s) list: 0-3 22:09:10 Thread(s) per core: 1 22:09:10 Core(s) per socket: 1 22:09:10 Socket(s): 4 22:09:10 NUMA node(s): 1 22:09:10 Vendor ID: GenuineIntel 22:09:10 CPU family: 6 22:09:10 Model: 44 22:09:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:09:10 Stepping: 1 22:09:10 CPU MHz: 2933.438 22:09:10 BogoMIPS: 5866.87 22:09:10 Virtualization: VT-x 22:09:10 Hypervisor vendor: KVM 22:09:10 Virtualization type: full 22:09:10 L1d cache: 128 KiB 22:09:10 L1i cache: 128 KiB 22:09:10 L2 cache: 16 MiB 22:09:10 L3 cache: 64 MiB 22:09:10 NUMA node0 CPU(s): 0-3 22:09:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:09:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:09:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:09:10 Vulnerability Meltdown: Mitigation; PTI 22:09:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:09:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:09:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:09:10 Vulnerability Srbds: Not affected 22:09:10 Vulnerability Tsx async abort: Not affected 22:09:10 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 22:09:10 22:09:10 22:09:10 ---> nproc: 22:09:10 4 22:09:10 22:09:10 22:09:10 ---> df -h: 22:09:10 Filesystem Size Used Available Use% Mounted on 22:09:10 overlay 50.0G 8.6G 41.4G 17% / 22:09:10 tmpfs 64.0M 0 64.0M 0% /dev 22:09:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:09:10 shm 64.0M 0 64.0M 0% /dev/shm 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master@tmp 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:09:10 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:09:10 22:09:10 22:09:10 ---> free -m: 22:09:10 total used free shared buff/cache available 22:09:10 Mem: 1837 931 107 0 798 869 22:09:10 Swap: 1023 3 1020 22:09:10 22:09:10 22:09:10 ---> ip addr: 22:09:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:09:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:09:10 inet 127.0.0.1/8 scope host lo 22:09:10 valid_lft forever preferred_lft forever 22:09:10 inet6 ::1/128 scope host 22:09:10 valid_lft forever preferred_lft forever 22:09:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:09:10 link/ether fa:16:3e:60:83:b2 brd ff:ff:ff:ff:ff:ff 22:09:10 inet 10.30.123.61/23 brd 10.30.123.255 scope global dynamic eth0 22:09:10 valid_lft 85802sec preferred_lft 85802sec 22:09:10 inet6 fe80::f816:3eff:fe60:83b2/64 scope link 22:09:10 valid_lft forever preferred_lft forever 22:09:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:09:10 link/ether 02:42:b9:42:d6:e9 brd ff:ff:ff:ff:ff:ff 22:09:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:09:10 valid_lft forever preferred_lft forever 22:09:10 inet6 fe80::42:b9ff:fe42:d6e9/64 scope link 22:09:10 valid_lft forever preferred_lft forever 22:09:10 22:09:10 22:09:10 ---> sar -b -r -n DEV: 22:09:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:09:10 22:09:10 21:59:00 LINUX RESTART (4 CPU) 22:09:10 22:09:10 22:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:09:10 22:01:01 4.89 0.62 4.28 0.00 38.88 78.86 0.00 22:09:10 22:02:02 0.38 0.08 0.30 0.00 1.60 5.09 0.00 22:09:10 22:03:01 0.27 0.00 0.27 0.00 0.00 3.81 0.00 22:09:10 22:04:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 22:09:10 22:05:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 22:09:10 22:06:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 22:09:10 22:07:01 20.69 2.43 18.26 0.00 515.93 11369.20 0.00 22:09:10 22:08:01 419.20 207.57 211.63 0.00 10015.31 53682.98 0.00 22:09:10 22:09:01 511.06 389.52 121.54 0.00 10937.72 24789.54 0.00 22:09:10 Average: 106.62 66.86 39.76 0.00 2395.98 10017.03 0.00 22:09:10 22:09:10 22:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:09:10 22:01:01 167500 0 608228 32.33 2620 1103196 1099492 37.52 431112 1085772 20 22:09:10 22:02:02 169956 0 605644 32.19 2620 1103324 1081068 36.90 428936 1085656 12 22:09:10 22:03:01 168028 0 607564 32.29 2620 1103332 1081068 36.90 430288 1086204 12 22:09:10 22:04:01 167888 0 607704 32.30 2620 1103332 1081068 36.90 441856 1074512 8 22:09:10 22:05:01 162604 0 612984 32.58 2620 1103336 1081152 36.90 443872 1077900 8 22:09:10 22:06:01 161988 0 613564 32.61 2620 1103372 1081200 36.90 446340 1075864 12 22:09:10 22:07:01 76272 0 708356 37.65 2620 1094296 1509932 51.53 586644 1010616 90352 22:09:10 22:08:01 97228 0 836700 44.47 1868 945748 1904888 65.01 597600 861168 32 22:09:10 22:09:01 186328 0 921072 48.95 780 773364 1288840 43.99 503080 738256 328 22:09:10 Average: 150866 0 680202 36.15 2332 1048144 1245412 42.50 478859 1010661 10087 22:09:10 22:09:10 22:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:09:10 22:01:01 eth0 8.74 5.63 8.02 2.46 0.00 0.00 0.00 0.00 22:09:10 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:02:02 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 22:09:10 22:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:03:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:09:10 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:04:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:09:10 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:05:01 eth0 1.33 0.47 0.41 0.27 0.00 0.00 0.00 0.00 22:09:10 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:06:01 eth0 0.57 0.30 0.33 0.20 0.00 0.00 0.00 0.00 22:09:10 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:07:01 eth0 430.26 358.48 4072.01 56.90 0.00 0.00 0.00 0.00 22:09:10 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:08:01 eth0 436.74 366.04 3383.08 41.97 0.00 0.00 0.00 0.00 22:09:10 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:08:01 veth957ea16 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:08:01 docker0 29.12 29.78 2.67 158.45 0.00 0.00 0.00 0.00 22:09:10 22:09:01 eth0 285.40 210.50 2461.03 39.48 0.00 0.00 0.00 0.00 22:09:10 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 22:09:01 docker0 28.94 37.66 1.79 244.60 0.00 0.00 0.00 0.00 22:09:10 Average: eth0 129.62 104.86 1105.25 15.74 0.00 0.00 0.00 0.00 22:09:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:10 Average: docker0 6.47 7.51 0.50 44.90 0.00 0.00 0.00 0.00 22:09:10 22:09:10 22:09:10 ---> sar -P ALL: 22:09:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:09:10 22:09:10 21:59:00 LINUX RESTART (4 CPU) 22:09:10 22:09:10 22:00:01 CPU %user %nice %system %iowait %steal %idle 22:09:10 22:01:01 all 0.51 0.00 0.22 0.05 0.04 99.17 22:09:10 22:01:01 0 0.30 0.00 0.22 0.00 0.05 99.43 22:09:10 22:01:01 1 0.83 0.00 0.23 0.13 0.03 98.77 22:09:10 22:01:01 2 0.50 0.00 0.27 0.07 0.02 99.15 22:09:10 22:01:01 3 0.42 0.00 0.17 0.02 0.07 99.33 22:09:10 22:02:02 all 0.16 0.00 0.05 0.01 0.01 99.77 22:09:10 22:02:02 0 0.03 0.00 0.07 0.02 0.00 99.88 22:09:10 22:02:02 1 0.48 0.00 0.05 0.02 0.00 99.45 22:09:10 22:02:02 2 0.07 0.00 0.05 0.00 0.02 99.87 22:09:10 22:02:02 3 0.05 0.00 0.05 0.00 0.02 99.88 22:09:10 22:03:01 all 0.17 0.00 0.06 0.00 0.03 99.74 22:09:10 22:03:01 0 0.05 0.00 0.08 0.00 0.03 99.83 22:09:10 22:03:01 1 0.47 0.00 0.03 0.00 0.02 99.47 22:09:10 22:03:01 2 0.10 0.00 0.10 0.00 0.05 99.75 22:09:10 22:03:01 3 0.03 0.00 0.02 0.00 0.03 99.92 22:09:10 22:04:01 all 0.15 0.00 0.05 0.00 0.01 99.80 22:09:10 22:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 22:09:10 22:04:01 1 0.50 0.00 0.07 0.00 0.00 99.43 22:09:10 22:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:09:10 22:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:09:10 22:05:01 all 0.16 0.00 0.05 0.00 0.03 99.76 22:09:10 22:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:09:10 22:05:01 1 0.17 0.00 0.05 0.00 0.05 99.73 22:09:10 22:05:01 2 0.42 0.00 0.07 0.00 0.02 99.50 22:09:10 22:05:01 3 0.05 0.00 0.07 0.00 0.02 99.87 22:09:10 22:06:01 all 0.15 0.00 0.05 0.00 0.01 99.79 22:09:10 22:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:09:10 22:06:01 1 0.03 0.00 0.05 0.00 0.02 99.90 22:09:10 22:06:01 2 0.52 0.00 0.07 0.00 0.00 99.42 22:09:10 22:06:01 3 0.02 0.00 0.03 0.00 0.02 99.93 22:09:10 22:07:01 all 3.09 0.00 2.01 0.03 0.10 94.77 22:09:10 22:07:01 0 3.18 0.00 2.30 0.00 0.07 94.45 22:09:10 22:07:01 1 3.12 0.00 1.73 0.07 0.10 94.98 22:09:10 22:07:01 2 3.26 0.00 2.27 0.03 0.10 94.33 22:09:10 22:07:01 3 2.79 0.00 1.75 0.02 0.13 95.31 22:09:10 22:08:01 all 16.20 0.00 12.43 4.87 0.58 65.92 22:09:10 22:08:01 0 15.51 0.00 11.53 3.28 0.61 69.06 22:09:10 22:08:01 1 17.03 0.00 12.97 4.64 0.59 64.77 22:09:10 22:08:01 2 17.05 0.00 11.73 7.31 0.56 63.35 22:09:10 22:08:01 3 15.20 0.00 13.48 4.25 0.56 66.51 22:09:10 22:09:01 all 10.52 2.90 21.03 8.28 0.67 56.59 22:09:10 22:09:01 0 9.16 3.08 21.00 8.23 0.64 57.91 22:09:10 22:09:01 1 10.47 2.93 22.18 9.11 0.69 54.62 22:09:10 22:09:01 2 8.25 2.91 21.53 6.65 0.71 59.95 22:09:10 22:09:01 3 14.25 2.70 19.40 9.16 0.63 53.86 22:09:10 Average: all 3.37 0.32 3.89 1.43 0.16 90.83 22:09:10 Average: 0 3.06 0.33 3.82 1.25 0.16 91.38 22:09:10 Average: 1 3.59 0.32 4.05 1.51 0.16 90.36 22:09:10 Average: 2 3.28 0.32 3.93 1.52 0.16 90.80 22:09:10 Average: 3 3.54 0.29 3.77 1.45 0.16 90.79 22:09:10 22:09:10 22:09:10