Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1f0733914b201895897853d5b06c8e02670a551a 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17181 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 1f0733914b201895897853d5b06c8e02670a551a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" > git rev-list --no-walk dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:32:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:32:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:32:50 ========================================================= 06:32:50 EdgeX Global Pipelines Version Info 06:32:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:32:51 ------------------- 06:32:51 stable info: 06:32:51 ------------------- 06:32:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:32:51 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:32:51 Message: update stable to v1.0.173 06:32:52 ------------------- 06:32:52 experimental info: 06:32:52 ------------------- 06:32:52 Commited By: **** collab-it+edgex@linuxfoundation.org 06:32:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:32:52 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:32:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:32:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:32:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:32:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:32:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] echo 06:32:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f07339 [Pipeline] echo 06:32:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:32:56 provisioning config files... 06:32:56 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6980201345481547620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:57 ---> docker-login.sh 06:32:57 nexus3.edgexfoundry.org:10001 06:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:57 Configure a credential helper to remove this warning. See 06:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:57 06:32:57 Login Succeeded 06:32:57 nexus3.edgexfoundry.org:10002 06:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:57 Configure a credential helper to remove this warning. See 06:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:57 06:32:57 Login Succeeded 06:32:57 nexus3.edgexfoundry.org:10003 06:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:57 Configure a credential helper to remove this warning. See 06:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:57 06:32:57 Login Succeeded 06:32:57 nexus3.edgexfoundry.org:10004 06:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:58 Configure a credential helper to remove this warning. See 06:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:58 06:32:58 Login Succeeded 06:32:58 docker.io 06:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:58 Configure a credential helper to remove this warning. See 06:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:58 06:32:58 Login Succeeded 06:32:58 ---> docker-login.sh ends [Pipeline] } 06:32:58 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 06:32:59 + git log --format=format:%s -1 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] echo 06:32:59 GIT_COMMIT: 1f0733914b201895897853d5b06c8e02670a551a, Commit Message: Merge pull request #81 from jpwhitemn/update-profiles-hanoi [Pipeline] echo 06:32:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:33:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:00 06:33:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:33:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:00 latest: Pulling from edgex-devops/git-semver 06:33:00 31603596830f: Pulling fs layer 06:33:00 2a8b12db71e7: Pulling fs layer 06:33:00 6ca5941a6612: Pulling fs layer 06:33:00 ecc8261a40a4: Pulling fs layer 06:33:00 ecc8261a40a4: Waiting 06:33:00 2a8b12db71e7: Verifying Checksum 06:33:00 2a8b12db71e7: Download complete 06:33:01 31603596830f: Verifying Checksum 06:33:01 31603596830f: Download complete 06:33:01 6ca5941a6612: Verifying Checksum 06:33:01 6ca5941a6612: Download complete 06:33:01 ecc8261a40a4: Verifying Checksum 06:33:01 ecc8261a40a4: Download complete 06:33:01 31603596830f: Pull complete 06:33:01 2a8b12db71e7: Pull complete 06:33:02 6ca5941a6612: Pull complete 06:33:02 ecc8261a40a4: Pull complete 06:33:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:33:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:33:02 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:33:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:33:04 $ docker top e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:33:04 [ssh-agent] Looking for ssh-agent implementation... 06:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:33:05 $ docker exec e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent 06:33:05 SSH_AUTH_SOCK=/tmp/ssh-uBqY9zqRpDOg/agent.11 06:33:05 SSH_AGENT_PID=16 06:33:05 Running ssh-add (command line suppressed) 06:33:05 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9124786617204677224.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9124786617204677224.key) 06:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:33:06 + git tag --points-at HEAD [Pipeline] } 06:33:06 $ docker exec --env ******** --env ******** e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent -k 06:33:06 unset SSH_AUTH_SOCK; 06:33:06 unset SSH_AGENT_PID; 06:33:06 echo Agent pid 16 killed; 06:33:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:33:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:33:06 [ssh-agent] Looking for ssh-agent implementation... 06:33:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:33:06 $ docker exec e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent 06:33:06 SSH_AUTH_SOCK=/tmp/ssh-9gQ9DAYyqTMQ/agent.45 06:33:06 SSH_AGENT_PID=50 06:33:06 Running ssh-add (command line suppressed) 06:33:06 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4831526316788658090.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4831526316788658090.key) 06:33:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:33:07 + git semver init 06:33:07 # -> Open(): unable to determine branch for HEAD 06:33:07 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 06:33:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 06:33:07 # $SEMVER_REMOTE_NAME = origin 06:33:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:33:07 # $SEMVER_USER_NAME = edgex-jenkins 06:33:07 # $SEMVER_BRANCH = master 06:33:07 # $SEMVER_TEMP = /tmp/semver-694593343 06:33:07 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 06:33:07 # '/tmp/semver-694593343' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 06:33:07 # -> Force: false 06:33:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 06:33:07 $ docker exec --env ******** --env ******** e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent -k 06:33:07 unset SSH_AUTH_SOCK; 06:33:07 unset SSH_AGENT_PID; 06:33:07 echo Agent pid 50 killed; 06:33:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:33:08 + git semver [Pipeline] } 06:33:08 $ docker stop --time=1 e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 06:33:09 $ docker rm -f e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 [Pipeline] // withDockerContainer [Pipeline] sh 06:33:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:33:10 Stashed 1 file(s) [Pipeline] echo 06:33:10 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 06:33:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17175 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 06:33:11 Running in /w/workspace/device-snmp-go/19 [Pipeline] { [Pipeline] checkout 06:33:15 using credential edgex-jenkins-ssh 06:33:15 Cloning the remote Git repository 06:33:15 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:33:16 > git init /w/workspace/device-snmp-go/19 # timeout=10 06:33:16 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:33:16 > git --version # timeout=10 06:33:16 > git --version # 'git version 2.17.1' 06:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:17 Checking out Revision 1f0733914b201895897853d5b06c8e02670a551a (master) 06:33:16 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:33:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:16 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:33:16 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:33:17 > git config core.sparsecheckout # timeout=10 06:33:17 > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 06:33:21 Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:33:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:33:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:33:23 + + sudo servicetrue docker 06:33:23 restart [Pipeline] withEnv [Pipeline] { 06:33:26 Still waiting to schedule task 06:33:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] wrap 06:33:26 provisioning config files... 06:33:26 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config4777349634627305190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:26 ---> docker-login.sh 06:33:26 nexus3.edgexfoundry.org:10001 06:33:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:28 Configure a credential helper to remove this warning. See 06:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:28 06:33:28 Login Succeeded 06:33:28 nexus3.edgexfoundry.org:10002 06:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:28 Configure a credential helper to remove this warning. See 06:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:28 06:33:28 Login Succeeded 06:33:28 nexus3.edgexfoundry.org:10003 06:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:29 Configure a credential helper to remove this warning. See 06:33:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:29 06:33:29 Login Succeeded 06:33:29 nexus3.edgexfoundry.org:10004 06:33:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:29 Configure a credential helper to remove this warning. See 06:33:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:29 06:33:29 Login Succeeded 06:33:29 docker.io 06:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:30 Configure a credential helper to remove this warning. See 06:33:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:30 06:33:30 Login Succeeded 06:33:30 ---> docker-login.sh ends [Pipeline] } 06:33:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:33:31 ========================================================= 06:33:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:33:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:33:31 + 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 . 06:33:31 Sending build context to Docker daemon 315.4kB 06:33:31 Step 1/10 : ARG BASE=golang:1.15-alpine 06:33:31 Step 2/10 : FROM ${BASE} 06:33:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:33:32 5f621e34cdf4: Pulling fs layer 06:33:32 a4357932f1b6: Pulling fs layer 06:33:32 18c013af1878: Pulling fs layer 06:33:32 00ac8860ef70: Pulling fs layer 06:33:32 63d7cb157983: Pulling fs layer 06:33:32 b116817d02f9: Pulling fs layer 06:33:32 745a02a5169b: Pulling fs layer 06:33:32 00ac8860ef70: Waiting 06:33:32 63d7cb157983: Waiting 06:33:32 b116817d02f9: Waiting 06:33:32 745a02a5169b: Waiting 06:33:32 18c013af1878: Download complete 06:33:32 a4357932f1b6: Verifying Checksum 06:33:32 a4357932f1b6: Download complete 06:33:32 63d7cb157983: Verifying Checksum 06:33:32 63d7cb157983: Download complete 06:33:32 b116817d02f9: Download complete 06:33:32 5f621e34cdf4: Verifying Checksum 06:33:32 5f621e34cdf4: Download complete 06:33:33 5f621e34cdf4: Pull complete 06:33:33 a4357932f1b6: Pull complete 06:33:33 18c013af1878: Pull complete 06:33:34 745a02a5169b: Verifying Checksum 06:33:34 745a02a5169b: Download complete 06:33:36 00ac8860ef70: Verifying Checksum 06:33:36 00ac8860ef70: Download complete 06:33:46 00ac8860ef70: Pull complete 06:33:46 63d7cb157983: Pull complete 06:33:46 b116817d02f9: Pull complete 06:33:51 745a02a5169b: Pull complete 06:33:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:33:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:33:51 ---> b7e6874047d6 06:33:51 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 06:33:53 ---> Running in b6736062f584 06:33:54 Removing intermediate container b6736062f584 06:33:54 ---> 85fe6453a6f8 06:33:54 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:33:54 ---> Running in 0aee802eeb19 06:33:54 Removing intermediate container 0aee802eeb19 06:33:54 ---> 5c6c06c75638 06:33:54 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 06:33:54 ---> Running in 77cb9d1f2665 06:33:55 Removing intermediate container 77cb9d1f2665 06:33:55 ---> 0ba2afbcaa0b 06:33:55 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:55 ---> Running in 70776537139e 06:33:57 Removing intermediate container 70776537139e 06:33:57 ---> 3150d0f6a329 06:33:57 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:33:57 ---> Running in 92484f650331 06:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:00 OK: 142 MiB in 39 packages 06:34:01 Removing intermediate container 92484f650331 06:34:01 ---> cef85a62843c 06:34:01 Step 8/10 : WORKDIR /device-snmp-go 06:34:01 ---> Running in 90e3efd6ed6c 06:34:02 Removing intermediate container 90e3efd6ed6c 06:34:02 ---> 3efa8777821b 06:34:02 Step 9/10 : COPY . . 06:34:02 ---> 594685197c73 06:34:02 Step 10/10 : RUN go mod download 06:34:03 ---> Running in 9225a1853373 06:34:25 Removing intermediate container 9225a1853373 06:34:25 ---> 3d1d97c49ee5 06:34:25 Successfully built 3d1d97c49ee5 06:34:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:34:25 + docker inspect -f . ci-base-image-arm64 06:34:25 . [Pipeline] withDockerContainer 06:34:25 prd-ubuntu18.04-docker-arm64-4c-16g-17175 does not seem to be running inside a container 06:34:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@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 06:34:27 $ docker top 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:28 + go version 06:34:28 go version go1.15.5 linux/arm64 [Pipeline] } 06:34:28 $ docker stop --time=1 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db 06:34:30 $ docker rm -f 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:34:31 + docker inspect -f . ci-base-image-arm64 06:34:31 . [Pipeline] withDockerContainer 06:34:31 prd-ubuntu18.04-docker-arm64-4c-16g-17175 does not seem to be running inside a container 06:34:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@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 06:34:33 $ docker top 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:34 + make test 06:34:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:34:35 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:35:07 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:35:07 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements 06:35:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:35:14 gofmt -l . 06:35:14 [ "`gofmt -l .`" = "" ] 06:35:14 ./bin/test-attribution-txt.sh 06:35:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:35:15 $ docker stop --time=1 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 06:35:18 $ docker rm -f 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 [Pipeline] // withDockerContainer [Pipeline] sh 06:35:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:35:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:35:23 + ls -al . 06:35:23 total 132 06:35:23 drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 06:35 . 06:35:23 drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 06:33 .. 06:35:23 -rw-rw-r-- 1 jenkins jenkins 6 Dec 22 06:33 .dockerignore 06:35:23 drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 06:33 .git 06:35:23 drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 .github 06:35:23 -rw-rw-r-- 1 jenkins jenkins 272 Dec 22 06:33 .gitignore 06:35:23 -rw-rw-r-- 1 jenkins jenkins 5082 Dec 22 06:33 Attribution.txt 06:35:23 -rw-rw-r-- 1 jenkins jenkins 1002 Dec 22 06:33 Dockerfile 06:35:23 -rw-rw-r-- 1 jenkins jenkins 409 Dec 22 06:33 Dockerfile.build 06:35:23 -rw-rw-r-- 1 jenkins jenkins 656 Dec 22 06:33 Jenkinsfile 06:35:23 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 22 06:33 LICENSE 06:35:23 -rw-rw-r-- 1 jenkins jenkins 937 Dec 22 06:33 Makefile 06:35:23 -rw-rw-r-- 1 jenkins jenkins 12398 Dec 22 06:33 README.md 06:35:23 -rw-rw-r-- 1 jenkins jenkins 11 Dec 22 06:33 VERSION 06:35:23 drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 bin 06:35:23 drwxrwxr-x 3 jenkins jenkins 4096 Dec 22 06:33 cmd 06:35:23 -rw-r--r-- 1 jenkins jenkins 8493 Dec 22 06:35 coverage.out 06:35:23 -rw-r--r-- 1 jenkins jenkins 204 Dec 22 06:35 go.mod 06:35:23 -rw-r--r-- 1 jenkins jenkins 13961 Dec 22 06:35 go.sum 06:35:23 drwxrwxr-x 3 jenkins jenkins 4096 Dec 22 06:33 internal 06:35:23 drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 profiles 06:35:23 -rw-rw-r-- 1 jenkins jenkins 209 Dec 22 06:33 version.go [Pipeline] isUnix [Pipeline] sh 06:35:24 + 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=1f0733914b201895897853d5b06c8e02670a551a --label arch=arm64 --label version=1.3.1-dev.1 . 06:35:24 Sending build context to Docker daemon 324.6kB 06:35:24 Step 1/26 : ARG BASE=golang:1.15-alpine 06:35:24 Step 2/26 : FROM ${BASE} AS builder 06:35:24 ---> 3d1d97c49ee5 06:35:24 Step 3/26 : ARG MAKE='make build' 06:35:24 ---> Running in 4f9a666cc517 06:35:25 Removing intermediate container 4f9a666cc517 06:35:25 ---> d8ef19921b7e 06:35:25 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 06:35:25 ---> Running in 57da4d0d8da6 06:35:25 Removing intermediate container 57da4d0d8da6 06:35:25 ---> 195b0e32fd94 06:35:25 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 06:35:25 ---> Running in ccef057ecc51 06:35:26 Removing intermediate container ccef057ecc51 06:35:26 ---> 79306dc6bc64 06:35:26 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:35:26 ---> Running in 4477731a5e50 06:35:28 Removing intermediate container 4477731a5e50 06:35:28 ---> c7a6734f36a8 06:35:28 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:35:28 ---> Running in dac528c92ef0 06:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:31 OK: 142 MiB in 39 packages 06:35:32 Removing intermediate container dac528c92ef0 06:35:32 ---> 9ffbd4f93ed3 06:35:32 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 06:35:32 ---> Running in e3a51d74958a 06:35:32 Removing intermediate container e3a51d74958a 06:35:32 ---> 1c79588b2a11 06:35:32 Step 9/26 : COPY go.mod . 06:35:33 ---> 79d17676d8c3 06:35:33 Step 10/26 : COPY Makefile . 06:35:33 ---> 1fc6fba8c4a0 06:35:33 Step 11/26 : RUN make update 06:35:33 ---> Running in 4bea1db17046 06:35:35 CGO_ENABLED=0 GO111MODULE=on go mod download 06:35:36 Removing intermediate container 4bea1db17046 06:35:36 ---> 4dce72027cf6 06:35:36 Step 12/26 : COPY . . 06:35:37 ---> bdf4f9b5acf5 06:35:37 Step 13/26 : RUN ${MAKE} 06:35:37 ---> Running in bd88e0855001 06:35:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.1" -o cmd/device-snmp-go ./cmd 06:36:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:36:07 Running on prd-centos7-docker-4c-2g-17182 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 06:36:07 Running in /w/workspace/device-snmp-go/19 [Pipeline] { [Pipeline] checkout 06:36:09 Removing intermediate container bd88e0855001 06:36:09 ---> dbd088878941 06:36:09 Step 14/26 : FROM alpine 06:36:09 latest: Pulling from library/alpine 06:36:09 159e5727ea61: Pulling fs layer 06:36:09 159e5727ea61: Download complete 06:36:10 using credential edgex-jenkins-ssh 06:36:10 Cloning the remote Git repository 06:36:10 159e5727ea61: Pull complete 06:36:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:36:10 Status: Downloaded newer image for alpine:latest 06:36:10 ---> afeebe901d6b 06:36:10 Step 15/26 : ENV APP_PORT=49993 06:36:10 ---> Running in 3cc8e6bc147f 06:36:11 Removing intermediate container 3cc8e6bc147f 06:36:11 ---> c997ae47be65 06:36:11 Step 16/26 : EXPOSE $APP_PORT 06:36:10 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:36:10 > git init /w/workspace/device-snmp-go/19 # timeout=10 06:36:10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:36:10 > git --version # timeout=10 06:36:10 > git --version # 'git version 2.24.3' 06:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:36:10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:36:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:36:10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:36:10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:36:11 ---> Running in 2ff9c4cebb32 06:36:11 Checking out Revision 1f0733914b201895897853d5b06c8e02670a551a (master) 06:36:11 Removing intermediate container 2ff9c4cebb32 06:36:11 ---> 39b62aaa32c7 06:36:11 Step 17/26 : ENV DEVICE_PORT=161 06:36:11 ---> Running in de2adb56f99f 06:36:12 Removing intermediate container de2adb56f99f 06:36:12 ---> abf8495f8c61 06:36:12 Step 18/26 : EXPOSE $DEVICE_PORT 06:36:11 > git config core.sparsecheckout # timeout=10 06:36:11 > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 06:36:12 ---> Running in 1e07cfe1fb8a 06:36:12 Removing intermediate container 1e07cfe1fb8a 06:36:12 ---> 9cf81f32cd5b 06:36:12 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 06:36:13 ---> 9d1f0ee01b60 06:36:13 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 06:36:14 ---> 9a3c1a291a6c 06:36:14 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 06:36:14 Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" 06:36:15 ---> dba8e9a272c8 06:36:15 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 06:36:15 ---> Running in a72f6576ee0d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 06:36:15 Removing intermediate container a72f6576ee0d 06:36:15 ---> a14112f4356c 06:36:15 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:36:15 ---> Running in ee38016b548d 06:36:16 Removing intermediate container ee38016b548d 06:36:16 ---> b688ea2219b7 06:36:16 Step 24/26 : LABEL arch=arm64 06:36:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:36:16 ---> Running in 4469437f14a7 06:36:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:36:16 Removing intermediate container 4469437f14a7 06:36:16 ---> b035924a43af 06:36:16 Step 25/26 : LABEL git_sha=1f0733914b201895897853d5b06c8e02670a551a 06:36:16 + sudo service docker restart 06:36:16 + true 06:36:16 Redirecting to /bin/systemctl restart docker.service 06:36:16 ---> Running in 8a4f99244478 06:36:17 Removing intermediate container 8a4f99244478 06:36:17 ---> 0b4487a759a9 06:36:17 Step 26/26 : LABEL version=1.3.1-dev.1 06:36:17 ---> Running in aa048529aea5 06:36:17 Removing intermediate container aa048529aea5 06:36:17 ---> 483c174d8c37 06:36:17 [Warning] One or more build-args [ARCH] were not consumed 06:36:17 Successfully built 483c174d8c37 06:36:17 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:36:18 provisioning config files... 06:36:18 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config5319538905308713535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:36:18 provisioning config files... 06:36:18 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config7778436426930126234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:36:18 ---> docker-login.sh 06:36:18 nexus3.edgexfoundry.org:10001 06:36:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:18 Configure a credential helper to remove this warning. See 06:36:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:18 06:36:18 Login Succeeded 06:36:18 nexus3.edgexfoundry.org:10002 06:36:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:18 ---> docker-login.sh 06:36:18 nexus3.edgexfoundry.org:10001 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 nexus3.edgexfoundry.org:10003 06:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 nexus3.edgexfoundry.org:10004 06:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 nexus3.edgexfoundry.org:10002 06:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 docker.io 06:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:19 Configure a credential helper to remove this warning. See 06:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:19 06:36:19 Login Succeeded 06:36:19 nexus3.edgexfoundry.org:10003 06:36:19 ---> docker-login.sh ends [Pipeline] } 06:36:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:36:20 ========================================================= 06:36:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:36:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:20 Configure a credential helper to remove this warning. See 06:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:20 06:36:20 Login Succeeded 06:36:20 nexus3.edgexfoundry.org:10004 06:36:20 + 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 . 06:36:20 Sending build context to Docker daemon 316.4kB 06:36:20 Step 1/10 : ARG BASE=golang:1.15-alpine 06:36:20 Step 2/10 : FROM ${BASE} 06:36:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:36:20 188c0c94c7c5: Pulling fs layer 06:36:20 0ef7d3d256c8: Pulling fs layer 06:36:20 de9db76c5a1d: Pulling fs layer 06:36:20 bca2f99d35d6: Pulling fs layer 06:36:20 93359f2a8cfa: Pulling fs layer 06:36:20 7c6f9722023f: Pulling fs layer 06:36:20 a35cf1a2eb13: Pulling fs layer 06:36:20 93359f2a8cfa: Waiting 06:36:20 7c6f9722023f: Waiting 06:36:20 a35cf1a2eb13: Waiting 06:36:20 bca2f99d35d6: Waiting 06:36:20 de9db76c5a1d: Verifying Checksum 06:36:20 0ef7d3d256c8: Verifying Checksum 06:36:20 0ef7d3d256c8: Download complete 06:36:20 93359f2a8cfa: Verifying Checksum 06:36:20 93359f2a8cfa: Download complete 06:36:20 188c0c94c7c5: Verifying Checksum 06:36:20 188c0c94c7c5: Download complete 06:36:20 7c6f9722023f: Verifying Checksum 06:36:20 7c6f9722023f: Download complete 06:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:21 188c0c94c7c5: Pull complete 06:36:21 0ef7d3d256c8: Pull complete 06:36:21 de9db76c5a1d: Pull complete 06:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:21 Configure a credential helper to remove this warning. See 06:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:21 06:36:21 Login Succeeded 06:36:21 docker.io 06:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:22 Configure a credential helper to remove this warning. See 06:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:22 06:36:22 Login Succeeded 06:36:22 ---> docker-login.sh ends [Pipeline] } 06:36:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:22 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 06:36:22 1f0733914b201895897853d5b06c8e02670a551a 06:36:22 latest 06:36:22 1.3.1-dev.1 06:36:22 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:36:22 master 06:36:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:22 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh 06:36:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a 06:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 06:36:23 0d4fe86d9ebe: Preparing 06:36:23 cf73dafd4a20: Preparing 06:36:23 f40ebfc0dc21: Preparing 06:36:23 379067d0cb53: Preparing 06:36:23 379067d0cb53: Layer already exists 06:36:23 a35cf1a2eb13: Verifying Checksum 06:36:23 a35cf1a2eb13: Download complete 06:36:23 cf73dafd4a20: Pushed 06:36:23 0d4fe86d9ebe: Pushed 06:36:23 bca2f99d35d6: Verifying Checksum 06:36:23 bca2f99d35d6: Download complete 06:36:26 f40ebfc0dc21: Pushed 06:36:26 1f0733914b201895897853d5b06c8e02670a551a: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:36:26 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:36:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 06:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 06:36:26 0d4fe86d9ebe: Preparing 06:36:26 cf73dafd4a20: Preparing 06:36:26 f40ebfc0dc21: Preparing 06:36:26 379067d0cb53: Preparing 06:36:26 cf73dafd4a20: Layer already exists 06:36:26 0d4fe86d9ebe: Layer already exists 06:36:26 f40ebfc0dc21: Layer already exists 06:36:26 379067d0cb53: Layer already exists 06:36:27 latest: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:36:27 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 06:36:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 06:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 06:36:27 0d4fe86d9ebe: Preparing 06:36:27 cf73dafd4a20: Preparing 06:36:27 f40ebfc0dc21: Preparing 06:36:27 379067d0cb53: Preparing 06:36:27 cf73dafd4a20: Layer already exists 06:36:27 f40ebfc0dc21: Layer already exists 06:36:27 379067d0cb53: Layer already exists 06:36:27 0d4fe86d9ebe: Layer already exists 06:36:27 1.3.1-dev.1: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:36:28 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 06:36:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 06:36:28 0d4fe86d9ebe: Preparing 06:36:28 cf73dafd4a20: Preparing 06:36:28 f40ebfc0dc21: Preparing 06:36:28 379067d0cb53: Preparing 06:36:28 cf73dafd4a20: Layer already exists 06:36:28 379067d0cb53: Layer already exists 06:36:28 bca2f99d35d6: Pull complete 06:36:28 93359f2a8cfa: Pull complete 06:36:28 f40ebfc0dc21: Layer already exists 06:36:28 0d4fe86d9ebe: Layer already exists 06:36:28 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:36:29 7c6f9722023f: Pull complete 06:36:29 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:36:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 06:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 06:36:29 0d4fe86d9ebe: Preparing 06:36:29 cf73dafd4a20: Preparing 06:36:29 f40ebfc0dc21: Preparing 06:36:29 379067d0cb53: Preparing 06:36:29 0d4fe86d9ebe: Layer already exists 06:36:29 f40ebfc0dc21: Layer already exists 06:36:29 379067d0cb53: Layer already exists 06:36:29 cf73dafd4a20: Layer already exists 06:36:29 master: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:30 ===================================================== [Pipeline] echo 06:36:30 taggedImages: 06:36:30 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a 06:36:30 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 06:36:30 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 06:36:30 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:36:30 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:36:34 a35cf1a2eb13: Pull complete 06:36:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:36:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:36:34 ---> a62c8e92a672 06:36:34 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 06:36:34 ---> Running in cbec5dc41889 06:36:34 Removing intermediate container cbec5dc41889 06:36:34 ---> 7e441fab99d1 06:36:34 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:36:34 ---> Running in 2fe3cd329d43 06:36:34 Removing intermediate container 2fe3cd329d43 06:36:34 ---> 4677d8df1d42 06:36:34 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 06:36:34 ---> Running in 472fb669ef84 06:36:35 Removing intermediate container 472fb669ef84 06:36:35 ---> 116d19496370 06:36:35 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:35 ---> Running in 602d5d5628ac 06:36:35 Removing intermediate container 602d5d5628ac 06:36:35 ---> 9f6a188d4985 06:36:35 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:36:35 ---> Running in 6538342d0f10 06:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:36:38 OK: 166 MiB in 39 packages 06:36:38 Removing intermediate container 6538342d0f10 06:36:38 ---> 2763997dc206 06:36:38 Step 8/10 : WORKDIR /device-snmp-go 06:36:38 ---> Running in cf65e0c4724f 06:36:38 Removing intermediate container cf65e0c4724f 06:36:38 ---> 0170b3503437 06:36:38 Step 9/10 : COPY . . 06:36:39 ---> 095b018ff1e8 06:36:39 Step 10/10 : RUN go mod download 06:36:39 ---> Running in 67f0fbe24086 06:37:01 Removing intermediate container 67f0fbe24086 06:37:01 ---> d5ae674d74a7 06:37:01 Successfully built d5ae674d74a7 06:37:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:37:01 + docker inspect -f . ci-base-image-x86_64 06:37:01 . [Pipeline] withDockerContainer 06:37:02 prd-centos7-docker-4c-2g-17182 does not seem to be running inside a container 06:37:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:37:03 $ docker top ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:04 + go version 06:37:04 go version go1.15.5 linux/amd64 [Pipeline] } 06:37:04 $ docker stop --time=1 ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 06:37:05 $ docker rm -f ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:06 + docker inspect -f . ci-base-image-x86_64 06:37:06 . [Pipeline] withDockerContainer 06:37:06 prd-centos7-docker-4c-2g-17182 does not seem to be running inside a container 06:37:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:37:07 $ docker top 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:07 + make test 06:37:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:37:08 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:37:20 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:37:20 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 06:37:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:37:20 gofmt -l . 06:37:20 [ "`gofmt -l .`" = "" ] 06:37:20 ./bin/test-attribution-txt.sh 06:37:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:37:21 $ docker stop --time=1 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 06:37:24 $ docker rm -f 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 [Pipeline] // withDockerContainer [Pipeline] sh 06:37:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:37:24 Warning: overwriting stash ‘coverage-report’ 06:37:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:37:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:37:26 + ls -al . 06:37:26 total 104 06:37:26 drwxrwxr-x. 8 jenkins jenkins 4096 Dec 22 06:37 . 06:37:26 drwxrwxr-x. 4 jenkins jenkins 30 Dec 22 06:36 .. 06:37:26 -rw-rw-r--. 1 jenkins jenkins 5082 Dec 22 06:36 Attribution.txt 06:37:26 drwxrwxr-x. 2 jenkins jenkins 87 Dec 22 06:36 bin 06:37:26 drwxrwxr-x. 3 jenkins jenkins 32 Dec 22 06:36 cmd 06:37:26 -rw-r--r--. 1 jenkins jenkins 8493 Dec 22 06:37 coverage.out 06:37:26 -rw-rw-r--. 1 jenkins jenkins 1002 Dec 22 06:36 Dockerfile 06:37:26 -rw-rw-r--. 1 jenkins jenkins 409 Dec 22 06:36 Dockerfile.build 06:37:26 -rw-rw-r--. 1 jenkins jenkins 6 Dec 22 06:36 .dockerignore 06:37:26 drwxrwxr-x. 8 jenkins jenkins 162 Dec 22 06:36 .git 06:37:26 drwxrwxr-x. 2 jenkins jenkins 60 Dec 22 06:36 .github 06:37:26 -rw-rw-r--. 1 jenkins jenkins 272 Dec 22 06:36 .gitignore 06:37:26 -rw-r--r--. 1 jenkins jenkins 204 Dec 22 06:37 go.mod 06:37:26 -rw-r--r--. 1 jenkins jenkins 13961 Dec 22 06:37 go.sum 06:37:26 drwxrwxr-x. 3 jenkins jenkins 20 Dec 22 06:36 internal 06:37:26 -rw-rw-r--. 1 jenkins jenkins 656 Dec 22 06:36 Jenkinsfile 06:37:26 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 22 06:36 LICENSE 06:37:26 -rw-rw-r--. 1 jenkins jenkins 937 Dec 22 06:36 Makefile 06:37:26 drwxrwxr-x. 2 jenkins jenkins 84 Dec 22 06:36 profiles 06:37:26 -rw-rw-r--. 1 jenkins jenkins 12398 Dec 22 06:36 README.md 06:37:26 -rw-rw-r--. 1 jenkins jenkins 11 Dec 22 06:33 VERSION 06:37:26 -rw-rw-r--. 1 jenkins jenkins 209 Dec 22 06:36 version.go [Pipeline] isUnix [Pipeline] sh 06:37:26 + 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=1f0733914b201895897853d5b06c8e02670a551a --label arch=amd64 --label version=1.3.1-dev.1 . 06:37:26 Sending build context to Docker daemon 325.6kB 06:37:26 Step 1/26 : ARG BASE=golang:1.15-alpine 06:37:26 Step 2/26 : FROM ${BASE} AS builder 06:37:26 ---> d5ae674d74a7 06:37:26 Step 3/26 : ARG MAKE='make build' 06:37:26 ---> Running in 9a1700bc3c10 06:37:26 Removing intermediate container 9a1700bc3c10 06:37:26 ---> c242661d27af 06:37:26 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 06:37:26 ---> Running in 15130faaf16f 06:37:27 Removing intermediate container 15130faaf16f 06:37:27 ---> 08928591b4b9 06:37:27 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 06:37:27 ---> Running in 8f4e2024fa4e 06:37:27 Removing intermediate container 8f4e2024fa4e 06:37:27 ---> 6865c77c5702 06:37:27 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:27 ---> Running in 233b6bf459bf 06:37:28 Removing intermediate container 233b6bf459bf 06:37:28 ---> 870bb1118ddd 06:37:28 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:37:28 ---> Running in e359cb460052 06:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:37:30 OK: 166 MiB in 39 packages 06:37:31 Removing intermediate container e359cb460052 06:37:31 ---> b7878a9e776b 06:37:31 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 06:37:31 ---> Running in 2c3b64357015 06:37:31 Removing intermediate container 2c3b64357015 06:37:31 ---> efdd1dcc53ef 06:37:31 Step 9/26 : COPY go.mod . 06:37:31 ---> 4e56fa82803c 06:37:31 Step 10/26 : COPY Makefile . 06:37:31 ---> 9741e526e49c 06:37:31 Step 11/26 : RUN make update 06:37:31 ---> Running in b20609873f40 06:37:32 CGO_ENABLED=0 GO111MODULE=on go mod download 06:37:32 Removing intermediate container b20609873f40 06:37:32 ---> 61d4428afcf4 06:37:32 Step 12/26 : COPY . . 06:37:33 ---> 68b0fad84ea2 06:37:33 Step 13/26 : RUN ${MAKE} 06:37:33 ---> Running in 3420cdd65885 06:37:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.1" -o cmd/device-snmp-go ./cmd 06:37:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:37:46 Removing intermediate container 3420cdd65885 06:37:46 ---> 9ff00b6d75db 06:37:46 Step 14/26 : FROM alpine 06:37:46 latest: Pulling from library/alpine 06:37:46 801bfaa63ef2: Pulling fs layer 06:37:46 801bfaa63ef2: Verifying Checksum 06:37:46 801bfaa63ef2: Download complete 06:37:47 801bfaa63ef2: Pull complete 06:37:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:37:47 Status: Downloaded newer image for alpine:latest 06:37:47 ---> 389fef711851 06:37:47 Step 15/26 : ENV APP_PORT=49993 06:37:47 ---> Running in bef292dabbdb 06:37:47 Removing intermediate container bef292dabbdb 06:37:47 ---> cccc21cb0bd7 06:37:47 Step 16/26 : EXPOSE $APP_PORT 06:37:47 ---> Running in 4a3b348aca79 06:37:48 Removing intermediate container 4a3b348aca79 06:37:48 ---> ab65e79e6f35 06:37:48 Step 17/26 : ENV DEVICE_PORT=161 06:37:48 ---> Running in 2c31783efe30 06:37:48 Removing intermediate container 2c31783efe30 06:37:48 ---> 200649e91eac 06:37:48 Step 18/26 : EXPOSE $DEVICE_PORT 06:37:48 ---> Running in 75070a091028 06:37:48 Removing intermediate container 75070a091028 06:37:48 ---> cd01052faccd 06:37:48 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 06:37:48 ---> 2aa87a96185b 06:37:48 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 06:37:49 ---> 40923cad48cd 06:37:49 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 06:37:49 ---> b42eb1a61b60 06:37:49 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 06:37:49 ---> Running in c3e1674db0c6 06:37:49 Removing intermediate container c3e1674db0c6 06:37:49 ---> 0d5df6a2db28 06:37:49 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:37:49 ---> Running in 388deb1d45a0 06:37:49 Removing intermediate container 388deb1d45a0 06:37:49 ---> 16465f38a673 06:37:49 Step 24/26 : LABEL arch=amd64 06:37:49 ---> Running in cfd406968998 06:37:49 Removing intermediate container cfd406968998 06:37:49 ---> 1f47c4721e37 06:37:49 Step 25/26 : LABEL git_sha=1f0733914b201895897853d5b06c8e02670a551a 06:37:50 ---> Running in 8099c3904327 06:37:50 Removing intermediate container 8099c3904327 06:37:50 ---> c4011a513310 06:37:50 Step 26/26 : LABEL version=1.3.1-dev.1 06:37:50 ---> Running in 69b3492328c7 06:37:50 Removing intermediate container 69b3492328c7 06:37:50 ---> 017bead45f80 06:37:50 [Warning] One or more build-args [ARCH] were not consumed 06:37:50 Successfully built 017bead45f80 06:37:50 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:37:50 provisioning config files... 06:37:50 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config5803757568148848692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:37:51 ---> docker-login.sh 06:37:51 nexus3.edgexfoundry.org:10001 06:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:51 Configure a credential helper to remove this warning. See 06:37:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:51 06:37:51 Login Succeeded 06:37:51 nexus3.edgexfoundry.org:10002 06:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:51 Configure a credential helper to remove this warning. See 06:37:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:51 06:37:51 Login Succeeded 06:37:51 nexus3.edgexfoundry.org:10003 06:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:51 Configure a credential helper to remove this warning. See 06:37:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:51 06:37:51 Login Succeeded 06:37:51 nexus3.edgexfoundry.org:10004 06:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:52 Configure a credential helper to remove this warning. See 06:37:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:52 06:37:52 Login Succeeded 06:37:52 docker.io 06:37:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:52 Configure a credential helper to remove this warning. See 06:37:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:52 06:37:52 Login Succeeded 06:37:52 ---> docker-login.sh ends [Pipeline] } 06:37:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:52 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 06:37:52 1f0733914b201895897853d5b06c8e02670a551a 06:37:52 latest 06:37:52 1.3.1-dev.1 06:37:52 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:37:52 master 06:37:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:53 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh 06:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a 06:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 06:37:53 566807d4e9f3: Preparing 06:37:53 5bd8cebe05df: Preparing 06:37:53 e5ebe6e3918d: Preparing 06:37:53 777b2c648970: Preparing 06:37:53 777b2c648970: Layer already exists 06:37:53 5bd8cebe05df: Pushed 06:37:53 566807d4e9f3: Pushed 06:37:54 e5ebe6e3918d: Pushed 06:37:54 1f0733914b201895897853d5b06c8e02670a551a: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 06:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 06:37:55 566807d4e9f3: Preparing 06:37:55 5bd8cebe05df: Preparing 06:37:55 e5ebe6e3918d: Preparing 06:37:55 777b2c648970: Preparing 06:37:55 5bd8cebe05df: Layer already exists 06:37:55 777b2c648970: Layer already exists 06:37:55 e5ebe6e3918d: Layer already exists 06:37:55 566807d4e9f3: Layer already exists 06:37:55 latest: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 06:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 06:37:55 566807d4e9f3: Preparing 06:37:55 5bd8cebe05df: Preparing 06:37:55 e5ebe6e3918d: Preparing 06:37:55 777b2c648970: Preparing 06:37:55 e5ebe6e3918d: Layer already exists 06:37:55 5bd8cebe05df: Layer already exists 06:37:55 566807d4e9f3: Layer already exists 06:37:55 777b2c648970: Layer already exists 06:37:55 1.3.1-dev.1: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:37:56 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 06:37:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:37:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 06:37:56 566807d4e9f3: Preparing 06:37:56 5bd8cebe05df: Preparing 06:37:56 e5ebe6e3918d: Preparing 06:37:56 777b2c648970: Preparing 06:37:56 5bd8cebe05df: Layer already exists 06:37:56 777b2c648970: Layer already exists 06:37:56 e5ebe6e3918d: Layer already exists 06:37:56 566807d4e9f3: Layer already exists 06:37:56 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh 06:37:56 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 06:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 06:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 06:37:57 566807d4e9f3: Preparing 06:37:57 5bd8cebe05df: Preparing 06:37:57 e5ebe6e3918d: Preparing 06:37:57 777b2c648970: Preparing 06:37:57 5bd8cebe05df: Layer already exists 06:37:57 777b2c648970: Layer already exists 06:37:57 566807d4e9f3: Layer already exists 06:37:57 e5ebe6e3918d: Layer already exists 06:37:57 master: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:57 ===================================================== [Pipeline] echo 06:37:57 taggedImages: 06:37:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a 06:37:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 06:37:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 06:37:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 06:37:57 - 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 [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 06:37:59 provisioning config files... 06:37:59 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5844298762104412804tmp [Pipeline] { [Pipeline] sh 06:37:59 + set +x 06:37:59 + curl -s https://codecov.io/bash 06:37:59 + bash -s -- 06:37:59 06:37:59 _____ _ 06:37:59 / ____| | | 06:37:59 | | ___ __| | ___ ___ _____ __ 06:37:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:37:59 | |___| (_) | (_| | __/ (_| (_) \ V / 06:37:59 \_____\___/ \__,_|\___|\___\___/ \_/ 06:37:59 Bash-20201217-3d3df35 06:37:59 06:37:59 06:37:59 git version 2.24.3 found 06:37:59 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 06:37:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:37:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 06:37:59 ==> Jenkins CI detected. 06:37:59 project root: . 06:37:59 --> token set from env 06:37:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:37:59 ==> Running gcov in . (disable via -X gcov) 06:37:59 ==> Python coveragepy not found 06:37:59 ==> Searching for coverage reports in: 06:37:59 + . 06:37:59 -> Found 1 reports 06:37:59 ==> Detecting git/mercurial file structure 06:37:59 ==> Reading reports 06:37:59 + ./coverage.out bytes=8493 06:37:59 ==> Appending adjustments 06:37:59 https://docs.codecov.io/docs/fixing-reports 06:37:59 + Found adjustments 06:37:59 ==> Gzipping contents 06:37:59 4.0K /tmp/codecov.Kuor10.gz 06:38:00 ==> Uploading reports 06:38:00 url: https://codecov.io 06:38:00 query: branch=master&commit=1f0733914b201895897853d5b06c8e02670a551a&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:38:00 -> Pinging Codecov 06:38:00 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=1f0733914b201895897853d5b06c8e02670a551a&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:38:00 -> Uploading to 06:38:00 https://storage.googleapis.com/codecov/v4/raw/2020-12-22/6C56EA5C29638FB4528AC87E60AF5AE0/1f0733914b201895897853d5b06c8e02670a551a/598e4891-7cb1-4081-bf3a-1c2f948fd6f1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201222T063800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe52a1f39d824df7a89b6ebfe6b4d2dface3c4d03fdfa099e9e3577f381f7ff9 06:38:00 % Total % Received % Xferd Average Speed Time Time Time Current 06:38:00 Dload Upload Total Spent Left Speed 06:38:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1462 0 0 100 1462 0 2770 --:--:-- --:--:-- --:--:-- 2774 06:38:00 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/1f0733914b201895897853d5b06c8e02670a551a [Pipeline] } 06:38:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:38:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:38:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:38:02 06:38:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:38:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:38:02 188c0c94c7c5: Pulling fs layer 06:38:02 0ef7d3d256c8: Pulling fs layer 06:38:02 de9db76c5a1d: Pulling fs layer 06:38:02 0eba1c9be4d2: Pulling fs layer 06:38:02 0d57e429df01: Pulling fs layer 06:38:02 4e4be7b47b0d: Pulling fs layer 06:38:02 e1f770b5df2f: Pulling fs layer 06:38:02 85a0685a4137: Pulling fs layer 06:38:02 0eba1c9be4d2: Waiting 06:38:02 4e4be7b47b0d: Waiting 06:38:02 0d57e429df01: Waiting 06:38:02 e1f770b5df2f: Waiting 06:38:02 85a0685a4137: Waiting 06:38:02 de9db76c5a1d: Verifying Checksum 06:38:02 de9db76c5a1d: Download complete 06:38:02 0ef7d3d256c8: Verifying Checksum 06:38:02 0ef7d3d256c8: Download complete 06:38:02 0d57e429df01: Verifying Checksum 06:38:02 0d57e429df01: Download complete 06:38:02 4e4be7b47b0d: Verifying Checksum 06:38:02 4e4be7b47b0d: Download complete 06:38:02 188c0c94c7c5: Verifying Checksum 06:38:03 188c0c94c7c5: Pull complete 06:38:03 0ef7d3d256c8: Pull complete 06:38:03 de9db76c5a1d: Pull complete 06:38:04 e1f770b5df2f: Verifying Checksum 06:38:04 e1f770b5df2f: Download complete 06:38:06 0eba1c9be4d2: Verifying Checksum 06:38:06 0eba1c9be4d2: Download complete 06:38:06 85a0685a4137: Verifying Checksum 06:38:06 85a0685a4137: Download complete 06:38:11 0eba1c9be4d2: Pull complete 06:38:11 0d57e429df01: Pull complete 06:38:12 4e4be7b47b0d: Pull complete 06:38:14 e1f770b5df2f: Pull complete 06:38:21 85a0685a4137: Pull complete 06:38:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:38:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:38:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:38:21 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:38:21 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:38:22 $ docker top c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 -eo pid,comm [Pipeline] { [Pipeline] echo 06:38:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:38:22 + set -o pipefail 06:38:22 + snyk monitor '--org=edgex-jenkins' 06:38:44 06:38:44 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 06:38:44 06:38:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/740e06ee-6c71-4831-a90a-bcd6fe5a37af 06:38:44 06:38:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:38:44 06:38:44 06:38:44 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:38:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:38:44 $ docker stop --time=1 c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 06:38:47 $ docker rm -f c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 06:38:49 + git log --format=format:%s -1 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh 06:38:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:38:49 . [Pipeline] withDockerContainer 06:38:49 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:38:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:38:50 $ docker top 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:38:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:38:50 [ssh-agent] Looking for ssh-agent implementation... 06:38:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:38:51 $ docker exec 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e ssh-agent 06:38:51 SSH_AUTH_SOCK=/tmp/ssh-a8PaDJazlAXb/agent.12 06:38:51 SSH_AGENT_PID=17 06:38:51 Running ssh-add (command line suppressed) 06:38:51 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5219316525353521877.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5219316525353521877.key) 06:38:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:38:51 + git semver tag 06:38:51 # -> Open(): unable to determine branch for HEAD 06:38:51 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 06:38:51 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 06:38:51 # $SEMVER_REMOTE_NAME = origin 06:38:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:38:51 # $SEMVER_USER_NAME = edgex-jenkins 06:38:51 # $SEMVER_BRANCH = master 06:38:51 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 06:38:51 # 1f0733914b201895897853d5b06c8e02670a551a HEAD 06:38:51 # -> Force: false 06:38:51 # 5004b30084373ec30cee8284c215624eff81f84c refs/tags/v1.3.1-dev.1 [Pipeline] } 06:38:51 $ docker exec --env ******** --env ******** 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e ssh-agent -k 06:38:51 unset SSH_AUTH_SOCK; 06:38:51 unset SSH_AGENT_PID; 06:38:51 echo Agent pid 17 killed; 06:38:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:38:52 + git semver [Pipeline] } 06:38:52 $ docker stop --time=1 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e 06:38:53 $ docker rm -f 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:38:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:38:54 06:38:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:38:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:38:54 0.23.1-centos7: Pulling from edgex-lftools 06:38:54 ab5ef0e58194: Pulling fs layer 06:38:54 9712f1f96733: Pulling fs layer 06:38:54 63f879dbbcfc: Pulling fs layer 06:38:54 0d9ebad4ef96: Pulling fs layer 06:38:54 e9a5061849ea: Pulling fs layer 06:38:54 d747dcd14b5f: Pulling fs layer 06:38:54 2de7ff778b66: Pulling fs layer 06:38:54 e9a5061849ea: Waiting 06:38:54 2de7ff778b66: Waiting 06:38:54 d747dcd14b5f: Waiting 06:38:54 0d9ebad4ef96: Waiting 06:38:54 9712f1f96733: Download complete 06:38:56 63f879dbbcfc: Verifying Checksum 06:38:56 63f879dbbcfc: Download complete 06:38:56 e9a5061849ea: Download complete 06:38:56 d747dcd14b5f: Verifying Checksum 06:38:56 d747dcd14b5f: Download complete 06:38:56 2de7ff778b66: Verifying Checksum 06:38:56 2de7ff778b66: Download complete 06:38:57 0d9ebad4ef96: Verifying Checksum 06:38:57 0d9ebad4ef96: Download complete 06:38:57 ab5ef0e58194: Verifying Checksum 06:38:57 ab5ef0e58194: Download complete 06:39:01 ab5ef0e58194: Pull complete 06:39:01 9712f1f96733: Pull complete 06:39:04 63f879dbbcfc: Pull complete 06:39:10 0d9ebad4ef96: Pull complete 06:39:11 e9a5061849ea: Pull complete 06:39:12 d747dcd14b5f: Pull complete 06:39:14 2de7ff778b66: Pull complete 06:39:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:39:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:39:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:39:14 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:39:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:39:18 $ docker top 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:39:19 provisioning config files... 06:39:19 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4882036511286510915tmp 06:39:19 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8422504452245022627tmp 06:39:19 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6044589874839955991tmp [Pipeline] { [Pipeline] echo 06:39:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:39:19 ---> sigul-configuration.sh 06:39:19 gpg: directory `/root/.gnupg' created 06:39:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:39:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:39:19 gpg: keyring `/root/.gnupg/secring.gpg' created 06:39:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:39:19 gpg: CAST5 encrypted data 06:39:19 gpg: encrypted with 1 passphrase 06:39:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:39:20 + mkdir /home/jenkins 06:39:20 + mkdir /home/jenkins/sigul [Pipeline] sh 06:39:20 + 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 06:39:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:39:20 ---> sigul-install.sh 06:39:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:39:26 + git tag --list 06:39:26 1.0.0 06:39:26 v0.0.0 06:39:26 v1.1.0 06:39:26 v1.1.1 06:39:26 v1.2.1 06:39:26 v1.2.2 06:39:26 v1.2.2-dev.1 06:39:26 v1.2.2-dev.2 06:39:26 v1.2.3-dev.1 06:39:26 v1.2.3-dev.2 06:39:26 v1.2.3-dev.3 06:39:26 v1.2.3-dev.4 06:39:26 v1.2.3-dev.5 06:39:26 v1.2.3-dev.6 06:39:26 v1.3.0 06:39:26 v1.3.1-dev.1 [Pipeline] sh 06:39:26 + lftools sign git-tag v1.3.1-dev.1 06:39:27 Signing Git tag with Sigul... 06:39:27 Signing v1.3.1-dev.1 [Pipeline] echo 06:39:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:39:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:39:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:39:29 $ docker stop --time=1 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e 06:39:31 $ docker rm -f 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:39:32 . [Pipeline] withDockerContainer 06:39:32 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:39:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:39:33 $ docker top 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:39:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:39:33 [ssh-agent] Looking for ssh-agent implementation... 06:39:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:39:33 $ docker exec 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df ssh-agent 06:39:33 SSH_AUTH_SOCK=/tmp/ssh-cZF4do1U93TR/agent.11 06:39:33 SSH_AGENT_PID=16 06:39:33 Running ssh-add (command line suppressed) 06:39:34 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1108077281607534832.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1108077281607534832.key) 06:39:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:39:34 + git semver bump pre 06:39:34 # -> Open(): unable to determine branch for HEAD 06:39:34 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 06:39:34 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 06:39:34 # $SEMVER_REMOTE_NAME = origin 06:39:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:39:34 # $SEMVER_USER_NAME = edgex-jenkins 06:39:34 # $SEMVER_BRANCH = master 06:39:34 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 06:39:34 1.3.1-dev.2 [Pipeline] } 06:39:34 $ docker exec --env ******** --env ******** 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df ssh-agent -k 06:39:34 unset SSH_AUTH_SOCK; 06:39:34 unset SSH_AGENT_PID; 06:39:34 echo Agent pid 16 killed; 06:39:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:39:35 + git semver [Pipeline] } 06:39:35 $ docker stop --time=1 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df 06:39:36 $ docker rm -f 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:39:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:39:37 . [Pipeline] withDockerContainer 06:39:37 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:39:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:39:38 $ docker top b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:39:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:39:38 [ssh-agent] Looking for ssh-agent implementation... 06:39:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:39:38 $ docker exec b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 ssh-agent 06:39:38 SSH_AUTH_SOCK=/tmp/ssh-oCcXtK7Ry6I5/agent.12 06:39:38 SSH_AGENT_PID=18 06:39:38 Running ssh-add (command line suppressed) 06:39:39 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6078034641754995505.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6078034641754995505.key) 06:39:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:39:39 + git semver push 06:39:39 # -> Open(): unable to determine branch for HEAD 06:39:39 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 06:39:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 06:39:39 # $SEMVER_REMOTE_NAME = origin 06:39:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:39:39 # $SEMVER_USER_NAME = edgex-jenkins 06:39:39 # $SEMVER_BRANCH = master 06:39:39 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 06:39:46 $ docker exec --env ******** --env ******** b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 ssh-agent -k 06:39:46 unset SSH_AUTH_SOCK; 06:39:46 unset SSH_AGENT_PID; 06:39:46 echo Agent pid 18 killed; 06:39:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:39:46 + git semver [Pipeline] } 06:39:46 $ docker stop --time=1 b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 06:39:48 $ docker rm -f b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 [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 06:39:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:39:50 ---> package-listing.sh 06:39:50 ++ facter osfamily 06:39:50 ++ tr '[:upper:]' '[:lower:]' 06:39:50 + OS_FAMILY=redhat 06:39:50 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 06:39:50 + START_PACKAGES=/tmp/packages_start.txt 06:39:50 + END_PACKAGES=/tmp/packages_end.txt 06:39:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:39:50 + PACKAGES=/tmp/packages_start.txt 06:39:50 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 06:39:50 + PACKAGES=/tmp/packages_end.txt 06:39:50 + case "${OS_FAMILY}" in 06:39:50 + rpm -qa 06:39:50 + sort 06:39:55 + '[' -f /tmp/packages_start.txt ']' 06:39:55 + '[' -f /tmp/packages_end.txt ']' 06:39:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:39:55 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 06:39:55 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 06:39:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 06:39:55 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 06:39:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:39:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:56 06:39:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:39:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:56 alpine: Pulling from edgex-lftools-log-publisher 06:39:56 df20fa9351a1: Pulling fs layer 06:39:56 36b3adc4ff6f: Pulling fs layer 06:39:56 8ad3a11d3b57: Pulling fs layer 06:39:56 46f8f816bc3b: Pulling fs layer 06:39:56 93b61091891f: Pulling fs layer 06:39:56 93b9cdb0e59b: Pulling fs layer 06:39:56 5e14af77c1be: Pulling fs layer 06:39:56 01666e4c0597: Pulling fs layer 06:39:56 aa168da1d23b: Pulling fs layer 06:39:56 93b9cdb0e59b: Waiting 06:39:56 5e14af77c1be: Waiting 06:39:56 01666e4c0597: Waiting 06:39:56 46f8f816bc3b: Waiting 06:39:56 aa168da1d23b: Waiting 06:39:56 93b61091891f: Waiting 06:39:56 36b3adc4ff6f: Verifying Checksum 06:39:56 36b3adc4ff6f: Download complete 06:39:56 46f8f816bc3b: Download complete 06:39:56 df20fa9351a1: Verifying Checksum 06:39:56 93b61091891f: Verifying Checksum 06:39:56 93b61091891f: Download complete 06:39:56 5e14af77c1be: Verifying Checksum 06:39:56 5e14af77c1be: Download complete 06:39:56 8ad3a11d3b57: Verifying Checksum 06:39:56 8ad3a11d3b57: Download complete 06:39:56 01666e4c0597: Verifying Checksum 06:39:56 01666e4c0597: Download complete 06:39:56 93b9cdb0e59b: Verifying Checksum 06:39:56 93b9cdb0e59b: Download complete 06:39:57 df20fa9351a1: Pull complete 06:39:57 36b3adc4ff6f: Pull complete 06:39:58 8ad3a11d3b57: Pull complete 06:39:58 46f8f816bc3b: Pull complete 06:39:58 aa168da1d23b: Verifying Checksum 06:39:58 aa168da1d23b: Download complete 06:39:59 93b61091891f: Pull complete 06:39:59 93b9cdb0e59b: Pull complete 06:39:59 5e14af77c1be: Pull complete 06:39:59 01666e4c0597: Pull complete 06:40:09 aa168da1d23b: Pull complete 06:40:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:40:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:40:09 prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container 06:40:09 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:40:12 $ docker top 4fd5282b6c8b4f5264a07e7c4d2e04232818779e594be4ee9758a56f62f39b9c -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:12 + touch /tmp/pre-build-complete [Pipeline] sh 06:40:13 + mkdir -p /var/log/sa [Pipeline] sh 06:40:13 + ls /var/log/sa-host 06:40:13 + sadf -c /var/log/sa-host/sa22 06:40:13 file_magic: OK 06:40:13 HZ: Using current value: 100 06:40:13 file_header: OK 06:40:13 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 06:40:13 Statistics: 06:40:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:40:13 File successfully converted to sysstat format version 12.2.1 06:40:13 + sadf -c /var/log/sa-host/sa23 06:40:13 file_magic: OK 06:40:13 HZ: Using current value: 100 06:40:13 file_header: OK 06:40:13 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 06:40:13 Statistics: 06:40:13 Hnuu...uuuununununu... 06:40:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:40:14 provisioning config files... 06:40:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8580374332242234198tmp [Pipeline] { [Pipeline] echo 06:40:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:40:14 ---> create-netrc.sh [Pipeline] } 06:40:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:40:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:40:14 ---> python-tools-install.sh [Pipeline] echo 06:40:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:40:15 ---> sudo-logs.sh 06:40:15 Archiving 'sudo' log.. [Pipeline] echo 06:40:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:40:15 ---> job-cost.sh 06:40:15 lf-activate-venv: SKIPPING 06:40:15 INFO: No Stack... 06:40:16 INFO: Retrieving Pricing Info for: v1-standard-2 06:40:17 INFO: Archiving Costs [Pipeline] echo 06:40:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:40:17 ---> logs-deploy.sh 06:40:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/19 06:40:17 INFO: archiving workspace using pattern(s): 06:40:19 Archives upload complete. 06:40:19 INFO: archiving logs to Nexus 06:40:20 ---> uname -a: 06:40:20 Linux prd-centos7-docker-4c-2g-17181.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:40:20 06:40:20 06:40:20 ---> lscpu: 06:40:20 Architecture: x86_64 06:40:20 CPU op-mode(s): 32-bit, 64-bit 06:40:20 Byte Order: Little Endian 06:40:20 Address sizes: 40 bits physical, 48 bits virtual 06:40:20 CPU(s): 4 06:40:20 On-line CPU(s) list: 0-3 06:40:20 Thread(s) per core: 1 06:40:20 Core(s) per socket: 1 06:40:20 Socket(s): 4 06:40:20 NUMA node(s): 1 06:40:20 Vendor ID: GenuineIntel 06:40:20 CPU family: 6 06:40:20 Model: 44 06:40:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:40:20 Stepping: 1 06:40:20 CPU MHz: 2933.442 06:40:20 BogoMIPS: 5866.88 06:40:20 Virtualization: VT-x 06:40:20 Hypervisor vendor: KVM 06:40:20 Virtualization type: full 06:40:20 L1d cache: 128 KiB 06:40:20 L1i cache: 128 KiB 06:40:20 L2 cache: 16 MiB 06:40:20 L3 cache: 64 MiB 06:40:20 NUMA node0 CPU(s): 0-3 06:40:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:40:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:40:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:40:20 Vulnerability Meltdown: Mitigation; PTI 06:40:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:40:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:40:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:40:20 Vulnerability Srbds: Not affected 06:40:20 Vulnerability Tsx async abort: Not affected 06:40:20 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 06:40:20 06:40:20 06:40:20 ---> nproc: 06:40:20 4 06:40:20 06:40:20 06:40:20 ---> df -h: 06:40:20 Filesystem Size Used Available Use% Mounted on 06:40:20 overlay 50.0G 8.5G 41.4G 17% / 06:40:20 tmpfs 64.0M 0 64.0M 0% /dev 06:40:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:40:20 shm 64.0M 0 64.0M 0% /dev/shm 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master@tmp 06:40:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:40:20 06:40:20 06:40:20 ---> free -m: 06:40:20 total used free shared buff/cache available 06:40:20 Mem: 1837 820 143 0 873 952 06:40:20 Swap: 1023 2 1021 06:40:20 06:40:20 06:40:20 ---> ip addr: 06:40:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:40:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:40:20 inet 127.0.0.1/8 scope host lo 06:40:20 valid_lft forever preferred_lft forever 06:40:20 inet6 ::1/128 scope host 06:40:20 valid_lft forever preferred_lft forever 06:40:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:40:20 link/ether fa:16:3e:c9:19:ef brd ff:ff:ff:ff:ff:ff 06:40:20 inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 06:40:20 valid_lft 85918sec preferred_lft 85918sec 06:40:20 inet6 fe80::f816:3eff:fec9:19ef/64 scope link 06:40:20 valid_lft forever preferred_lft forever 06:40:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:40:20 link/ether 02:42:0b:06:fa:a4 brd ff:ff:ff:ff:ff:ff 06:40:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:40:20 valid_lft forever preferred_lft forever 06:40:20 inet6 fe80::42:bff:fe06:faa4/64 scope link 06:40:20 valid_lft forever preferred_lft forever 06:40:20 06:40:20 06:40:20 ---> sar -b -r -n DEV: 06:40:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) 06:40:20 06:40:20 06:32:06 LINUX RESTART (4 CPU) 06:40:20 06:40:20 06:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:40:20 06:34:01 21.49 5.23 16.25 0.00 1245.24 2895.82 0.00 06:40:20 06:35:01 1.92 0.00 1.92 0.00 0.00 37.67 0.00 06:40:20 06:36:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 06:40:20 06:37:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 06:40:20 06:38:01 0.73 0.52 0.22 0.00 142.57 2.63 0.00 06:40:20 06:39:01 320.20 179.27 140.93 0.00 8944.29 46613.04 0.00 06:40:20 06:40:01 244.05 116.23 127.81 0.00 7787.44 29149.88 0.00 06:40:20 Average: 84.43 43.20 41.23 0.00 2596.52 11281.72 0.00 06:40:20 06:40:20 06:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:40:20 06:34:01 162708 0 565392 30.05 2620 1150824 1089884 37.20 431708 1088220 20 06:40:20 06:35:01 166060 0 562036 29.87 2620 1150828 1061088 36.21 428888 1088088 8 06:40:20 06:36:01 164468 0 563620 29.96 2620 1150836 1061124 36.21 430996 1088072 8 06:40:20 06:37:01 162884 0 565204 30.04 2620 1150836 1061292 36.22 442440 1077660 8 06:40:20 06:38:01 156620 0 567120 30.14 2620 1155184 1062468 36.26 436124 1089616 48 06:40:20 06:39:01 177824 0 718672 38.20 2596 982452 1326944 45.29 570568 864672 90440 06:40:20 06:40:01 76864 0 841432 44.72 1492 961756 1530060 52.22 654784 793004 72252 06:40:20 Average: 152490 0 626211 33.28 2455 1100388 1170409 39.94 485073 1012762 23255 06:40:20 06:40:20 06:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:40:20 06:34:01 eth0 32.93 24.81 29.78 21.14 0.00 0.00 0.00 0.00 06:40:20 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:34:01 docker0 1.08 0.98 0.25 1.90 0.00 0.00 0.00 0.00 06:40:20 06:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:40:20 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:36:01 eth0 0.67 0.15 0.10 0.01 0.00 0.00 0.00 0.00 06:40:20 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:37:01 eth0 0.52 0.50 0.27 0.21 0.00 0.00 0.00 0.00 06:40:20 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:38:01 eth0 4.95 3.15 4.54 1.61 0.00 0.00 0.00 0.00 06:40:20 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:39:01 eth0 828.00 734.21 7436.82 77.96 0.00 0.00 0.00 0.00 06:40:20 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:39:01 docker0 32.61 34.69 2.87 158.31 0.00 0.00 0.00 0.00 06:40:20 06:40:01 eth0 361.40 253.40 2425.01 62.84 0.00 0.00 0.00 0.00 06:40:20 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 06:40:01 docker0 52.44 91.40 2.86 204.77 0.00 0.00 0.00 0.00 06:40:20 Average: eth0 176.07 145.63 1418.61 23.44 0.00 0.00 0.00 0.00 06:40:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:20 Average: docker0 12.37 18.25 0.86 52.39 0.00 0.00 0.00 0.00 06:40:20 06:40:20 06:40:20 ---> sar -P ALL: 06:40:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) 06:40:20 06:40:20 06:32:06 LINUX RESTART (4 CPU) 06:40:20 06:40:20 06:33:01 CPU %user %nice %system %iowait %steal %idle 06:40:20 06:34:01 all 1.53 0.00 1.11 0.39 0.01 96.96 06:40:20 06:34:01 0 1.36 0.00 1.12 0.07 0.00 97.45 06:40:20 06:34:01 1 1.38 0.00 1.05 0.24 0.00 97.33 06:40:20 06:34:01 2 1.40 0.00 1.24 0.10 0.02 97.24 06:40:20 06:34:01 3 1.97 0.00 1.04 1.14 0.02 95.83 06:40:20 06:35:01 all 0.16 0.00 0.03 0.00 0.00 99.81 06:40:20 06:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:40:20 06:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:20 06:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:40:20 06:35:01 3 0.53 0.00 0.03 0.00 0.00 99.43 06:40:20 06:36:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:40:20 06:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:40:20 06:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:40:20 06:36:01 2 0.05 0.00 0.07 0.00 0.00 99.88 06:40:20 06:36:01 3 0.48 0.00 0.03 0.00 0.00 99.48 06:40:20 06:37:01 all 0.18 0.00 0.04 0.00 0.00 99.78 06:40:20 06:37:01 0 0.12 0.00 0.05 0.00 0.00 99.83 06:40:20 06:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:20 06:37:01 2 0.03 0.00 0.07 0.00 0.00 99.90 06:40:20 06:37:01 3 0.55 0.00 0.02 0.00 0.00 99.43 06:40:20 06:38:01 all 0.33 0.00 0.26 0.00 0.00 99.40 06:40:20 06:38:01 0 0.32 0.00 0.25 0.02 0.00 99.42 06:40:20 06:38:01 1 0.18 0.00 0.38 0.00 0.02 99.42 06:40:20 06:38:01 2 0.17 0.00 0.25 0.00 0.00 99.58 06:40:20 06:38:01 3 0.65 0.00 0.15 0.00 0.00 99.20 06:40:20 06:39:01 all 12.49 0.00 8.96 2.84 0.04 75.66 06:40:20 06:39:01 0 11.61 0.00 8.76 2.30 0.03 77.30 06:40:20 06:39:01 1 12.16 0.00 8.87 2.64 0.05 76.27 06:40:20 06:39:01 2 12.89 0.00 9.34 2.33 0.03 75.41 06:40:20 06:39:01 3 13.32 0.00 8.87 4.10 0.03 73.67 06:40:20 06:40:01 all 10.89 0.00 8.09 4.12 0.02 76.87 06:40:20 06:40:01 0 13.38 0.00 8.26 4.16 0.02 74.19 06:40:20 06:40:01 1 9.88 0.00 7.96 4.13 0.02 78.01 06:40:20 06:40:01 2 9.59 0.00 7.33 3.38 0.03 79.66 06:40:20 06:40:01 3 10.70 0.00 8.84 4.82 0.02 75.63 06:40:20 Average: all 3.63 0.00 2.62 1.04 0.01 92.70 06:40:20 Average: 0 3.79 0.00 2.61 0.93 0.01 92.67 06:40:20 Average: 1 3.35 0.00 2.60 0.99 0.01 93.04 06:40:20 Average: 2 3.41 0.00 2.59 0.82 0.01 93.17 06:40:20 Average: 3 3.98 0.00 2.67 1.42 0.01 91.92 06:40:20 06:40:20 06:40:20