Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fcccfd94587541a74c874275ff1808fa86f63ccd 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18200 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 fcccfd94587541a74c874275ff1808fa86f63ccd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 Commit message: "Merge pull request #79 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:43:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:43:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:43:10 ========================================================= 16:43:10 EdgeX Global Pipelines Version Info 16:43:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:43:11 ------------------- 16:43:11 stable info: 16:43:11 ------------------- 16:43:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:43:11 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:43:11 Message: update stable to v1.0.173 16:43:12 ------------------- 16:43:12 experimental info: 16:43:12 ------------------- 16:43:12 Commited By: **** collab-it+edgex@linuxfoundation.org 16:43:12 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:43:12 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:43:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 16:43:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 16:43:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 16:43:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:43:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:43:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:43:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] echo 16:43:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcccfd9 [Pipeline] echo 16:43:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:43:16 provisioning config files... 16:43:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7732883062057215818tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:43:16 ---> docker-login.sh 16:43:16 nexus3.edgexfoundry.org:10001 16:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:17 Configure a credential helper to remove this warning. See 16:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:17 16:43:17 Login Succeeded 16:43:17 nexus3.edgexfoundry.org:10002 16:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:17 Configure a credential helper to remove this warning. See 16:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:17 16:43:17 Login Succeeded 16:43:17 nexus3.edgexfoundry.org:10003 16:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:17 Configure a credential helper to remove this warning. See 16:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:17 16:43:17 Login Succeeded 16:43:17 nexus3.edgexfoundry.org:10004 16:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:17 Configure a credential helper to remove this warning. See 16:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:17 16:43:17 Login Succeeded 16:43:17 docker.io 16:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:18 Configure a credential helper to remove this warning. See 16:43:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:18 16:43:18 Login Succeeded 16:43:18 ---> docker-login.sh ends [Pipeline] } 16:43:18 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 16:43:19 + git log --format=format:%s -1 fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] echo 16:43:19 GIT_COMMIT: fcccfd94587541a74c874275ff1808fa86f63ccd, Commit Message: Merge pull request #79 from ernestojeda/devops-std-dockerfiles [Pipeline] echo 16:43:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:19 16:43:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:43:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:20 latest: Pulling from edgex-devops/git-semver 16:43:20 31603596830f: Pulling fs layer 16:43:20 2a8b12db71e7: Pulling fs layer 16:43:20 6ca5941a6612: Pulling fs layer 16:43:20 ecc8261a40a4: Pulling fs layer 16:43:20 ecc8261a40a4: Waiting 16:43:20 2a8b12db71e7: Download complete 16:43:20 31603596830f: Verifying Checksum 16:43:20 31603596830f: Download complete 16:43:20 ecc8261a40a4: Verifying Checksum 16:43:20 ecc8261a40a4: Download complete 16:43:20 6ca5941a6612: Verifying Checksum 16:43:20 6ca5941a6612: Download complete 16:43:20 31603596830f: Pull complete 16:43:21 2a8b12db71e7: Pull complete 16:43:22 6ca5941a6612: Pull complete 16:43:22 ecc8261a40a4: Pull complete 16:43:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:43:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:43:22 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:43:22 $ 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 16:43:24 $ docker top 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:25 [ssh-agent] Looking for ssh-agent implementation... 16:43:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:25 $ docker exec 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 ssh-agent 16:43:25 SSH_AUTH_SOCK=/tmp/ssh-4i9cyD2VK6cD/agent.11 16:43:25 SSH_AGENT_PID=17 16:43:25 Running ssh-add (command line suppressed) 16:43:25 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8284606586088251166.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8284606586088251166.key) 16:43:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:26 + git tag --points-at HEAD [Pipeline] } 16:43:26 $ docker exec --env ******** --env ******** 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 ssh-agent -k 16:43:26 unset SSH_AUTH_SOCK; 16:43:26 unset SSH_AGENT_PID; 16:43:26 echo Agent pid 17 killed; 16:43:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:43:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:26 [ssh-agent] Looking for ssh-agent implementation... 16:43:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:26 $ docker exec 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 ssh-agent 16:43:26 SSH_AUTH_SOCK=/tmp/ssh-vI3Xb3hLDMWi/agent.45 16:43:26 SSH_AGENT_PID=50 16:43:26 Running ssh-add (command line suppressed) 16:43:27 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6593647738385580451.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6593647738385580451.key) 16:43:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:27 + git semver init 16:43:27 # -> Open(): unable to determine branch for HEAD 16:43:27 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 16:43:27 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 16:43:27 # $SEMVER_REMOTE_NAME = origin 16:43:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:43:27 # $SEMVER_USER_NAME = edgex-jenkins 16:43:27 # $SEMVER_BRANCH = master 16:43:27 # $SEMVER_TEMP = /tmp/semver-781205903 16:43:27 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 16:43:28 # '/tmp/semver-781205903' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 16:43:28 # -> Force: false 16:43:28 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 16:43:28 $ docker exec --env ******** --env ******** 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 ssh-agent -k 16:43:28 unset SSH_AUTH_SOCK; 16:43:28 unset SSH_AGENT_PID; 16:43:28 echo Agent pid 50 killed; 16:43:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:28 + git semver [Pipeline] } 16:43:28 $ docker stop --time=1 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 16:43:30 $ docker rm -f 95f9d51e7f48788333996ca2e8c5fb87ce7370fa5ee0bedb30a4dc273d3dc593 [Pipeline] // withDockerContainer [Pipeline] sh 16:43:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:43:31 Stashed 1 file(s) [Pipeline] echo 16:43:31 [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:43:46 Still waiting to schedule task 16:43:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:43:46 Still waiting to schedule task 16:43:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:45:15 Running on prd-centos7-docker-4c-2g-18205 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 16:45:15 Running in /w/workspace/device-snmp-go/20 [Pipeline] { [Pipeline] checkout 16:45:18 using credential edgex-jenkins-ssh 16:45:19 Cloning the remote Git repository 16:45:19 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 16:45:19 > git init /w/workspace/device-snmp-go/20 # timeout=10 16:45:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 16:45:19 > git --version # timeout=10 16:45:19 > git --version # 'git version 2.24.3' 16:45:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:45:20 Checking out Revision fcccfd94587541a74c874275ff1808fa86f63ccd (master) 16:45:20 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 16:45:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:45:20 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 16:45:20 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 16:45:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:45:20 > git config core.sparsecheckout # timeout=10 16:45:20 > git checkout -f fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 16:45:24 Commit message: "Merge pull request #79 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:45:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:45:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:45:26 + sudo service docker restart 16:45:26 + true 16:45:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:45:27 provisioning config files... 16:45:27 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/20@tmp/config1533871218210302315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:45:27 ---> docker-login.sh 16:45:27 nexus3.edgexfoundry.org:10001 16:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:28 Configure a credential helper to remove this warning. See 16:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:28 16:45:28 Login Succeeded 16:45:28 nexus3.edgexfoundry.org:10002 16:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:28 Configure a credential helper to remove this warning. See 16:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:28 16:45:28 Login Succeeded 16:45:28 nexus3.edgexfoundry.org:10003 16:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:28 Configure a credential helper to remove this warning. See 16:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:28 16:45:28 Login Succeeded 16:45:28 nexus3.edgexfoundry.org:10004 16:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:28 Configure a credential helper to remove this warning. See 16:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:28 16:45:28 Login Succeeded 16:45:28 docker.io 16:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:29 Configure a credential helper to remove this warning. See 16:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:29 16:45:29 Login Succeeded 16:45:29 ---> docker-login.sh ends [Pipeline] } 16:45:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:45:29 ========================================================= 16:45:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:45:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:45:29 + 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 . 16:45:29 Sending build context to Docker daemon 322.6kB 16:45:29 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 16:45:29 Step 2/10 : FROM ${BASE} 16:45:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:45:29 188c0c94c7c5: Pulling fs layer 16:45:29 0ef7d3d256c8: Pulling fs layer 16:45:29 de9db76c5a1d: Pulling fs layer 16:45:29 bca2f99d35d6: Pulling fs layer 16:45:29 93359f2a8cfa: Pulling fs layer 16:45:29 7c6f9722023f: Pulling fs layer 16:45:29 a35cf1a2eb13: Pulling fs layer 16:45:29 bca2f99d35d6: Waiting 16:45:29 93359f2a8cfa: Waiting 16:45:29 7c6f9722023f: Waiting 16:45:29 a35cf1a2eb13: Waiting 16:45:29 de9db76c5a1d: Download complete 16:45:30 0ef7d3d256c8: Verifying Checksum 16:45:30 0ef7d3d256c8: Download complete 16:45:30 93359f2a8cfa: Verifying Checksum 16:45:30 93359f2a8cfa: Download complete 16:45:30 7c6f9722023f: Verifying Checksum 16:45:30 7c6f9722023f: Download complete 16:45:30 188c0c94c7c5: Verifying Checksum 16:45:30 188c0c94c7c5: Download complete 16:45:30 188c0c94c7c5: Pull complete 16:45:30 0ef7d3d256c8: Pull complete 16:45:30 de9db76c5a1d: Pull complete 16:45:32 a35cf1a2eb13: Verifying Checksum 16:45:32 a35cf1a2eb13: Download complete 16:45:32 bca2f99d35d6: Verifying Checksum 16:45:32 bca2f99d35d6: Download complete 16:45:37 bca2f99d35d6: Pull complete 16:45:37 93359f2a8cfa: Pull complete 16:45:37 7c6f9722023f: Pull complete 16:45:46 a35cf1a2eb13: Pull complete 16:45:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:45:46 ---> a62c8e92a672 16:45:46 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 16:45:46 ---> Running in 4cb8a3c05cde 16:45:46 Removing intermediate container 4cb8a3c05cde 16:45:46 ---> 8cd51b298ee0 16:45:46 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:45:46 ---> Running in 3190551c2279 16:45:46 Removing intermediate container 3190551c2279 16:45:46 ---> 8fdcf21ba135 16:45:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 16:45:46 ---> Running in 5b6e78c7b343 16:45:46 Removing intermediate container 5b6e78c7b343 16:45:46 ---> 6d4e36bb82e2 16:45:46 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:46 ---> Running in 871157a5e3c0 16:45:47 Removing intermediate container 871157a5e3c0 16:45:47 ---> 27088e554c4d 16:45:47 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:45:47 ---> Running in 5491395965c0 16:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:49 OK: 166 MiB in 39 packages 16:45:49 Removing intermediate container 5491395965c0 16:45:49 ---> bf220645b20b 16:45:49 Step 8/10 : WORKDIR /device-snmp-go 16:45:49 ---> Running in e205f1056298 16:45:49 Removing intermediate container e205f1056298 16:45:49 ---> 30f230351d7a 16:45:49 Step 9/10 : COPY . . 16:45:50 ---> 306725712eb8 16:45:50 Step 10/10 : RUN go mod download 16:45:50 ---> Running in d942059e1a32 16:46:12 Removing intermediate container d942059e1a32 16:46:12 ---> d43d0dc4a620 16:46:12 Successfully built d43d0dc4a620 16:46:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:46:13 + docker inspect -f . ci-base-image-x86_64 16:46:13 . [Pipeline] withDockerContainer 16:46:13 prd-centos7-docker-4c-2g-18205 does not seem to be running inside a container 16:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/20 -v /w/workspace/device-snmp-go/20:/w/workspace/device-snmp-go/20:rw,z -v /w/workspace/device-snmp-go/20@tmp:/w/workspace/device-snmp-go/20@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 16:46:14 $ docker top f26194fe1ffcb2594588e1cb0473103b370b5d0fcdb680ce9009650feb1c6e51 -eo pid,comm [Pipeline] { [Pipeline] sh 16:46:14 + go version 16:46:14 go version go1.15.5 linux/amd64 [Pipeline] } 16:46:14 $ docker stop --time=1 f26194fe1ffcb2594588e1cb0473103b370b5d0fcdb680ce9009650feb1c6e51 16:46:16 $ docker rm -f f26194fe1ffcb2594588e1cb0473103b370b5d0fcdb680ce9009650feb1c6e51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:17 + docker inspect -f . ci-base-image-x86_64 16:46:17 . [Pipeline] withDockerContainer 16:46:17 prd-centos7-docker-4c-2g-18205 does not seem to be running inside a container 16:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/20 -v /w/workspace/device-snmp-go/20:/w/workspace/device-snmp-go/20:rw,z -v /w/workspace/device-snmp-go/20@tmp:/w/workspace/device-snmp-go/20@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 16:46:17 $ docker top e2ac3c92cffb6e01ac25b8c893189b4e46a2836098e0e2325f8b84018e98c2d3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:46:18 + make test 16:46:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:46:19 ? github.com/edgexfoundry/device-snmp-go [no test files] 16:46:31 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 16:46:31 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements 16:46:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:46:32 gofmt -l . 16:46:33 [ "`gofmt -l .`" = "" ] 16:46:33 ./bin/test-attribution-txt.sh 16:46:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:46:33 $ docker stop --time=1 e2ac3c92cffb6e01ac25b8c893189b4e46a2836098e0e2325f8b84018e98c2d3 16:46:36 $ docker rm -f e2ac3c92cffb6e01ac25b8c893189b4e46a2836098e0e2325f8b84018e98c2d3 [Pipeline] // withDockerContainer [Pipeline] sh 16:46:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:46:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:46:39 + ls -al . 16:46:39 total 104 16:46:39 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 4 16:46 . 16:46:39 drwxrwxr-x. 4 jenkins jenkins 30 Jan 4 16:45 .. 16:46:39 -rw-rw-r--. 1 jenkins jenkins 5082 Jan 4 16:45 Attribution.txt 16:46:39 drwxrwxr-x. 2 jenkins jenkins 87 Jan 4 16:45 bin 16:46:39 drwxrwxr-x. 3 jenkins jenkins 32 Jan 4 16:45 cmd 16:46:39 -rw-r--r--. 1 jenkins jenkins 8493 Jan 4 16:46 coverage.out 16:46:39 -rw-rw-r--. 1 jenkins jenkins 1529 Jan 4 16:45 Dockerfile 16:46:39 -rw-rw-r--. 1 jenkins jenkins 1006 Jan 4 16:45 Dockerfile.build 16:46:39 -rw-rw-r--. 1 jenkins jenkins 6 Jan 4 16:45 .dockerignore 16:46:39 drwxrwxr-x. 8 jenkins jenkins 162 Jan 4 16:45 .git 16:46:39 drwxrwxr-x. 2 jenkins jenkins 60 Jan 4 16:45 .github 16:46:39 -rw-rw-r--. 1 jenkins jenkins 272 Jan 4 16:45 .gitignore 16:46:39 -rw-r--r--. 1 jenkins jenkins 204 Jan 4 16:46 go.mod 16:46:39 -rw-r--r--. 1 jenkins jenkins 13961 Jan 4 16:46 go.sum 16:46:39 drwxrwxr-x. 3 jenkins jenkins 20 Jan 4 16:45 internal 16:46:39 -rw-rw-r--. 1 jenkins jenkins 656 Jan 4 16:45 Jenkinsfile 16:46:39 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 4 16:45 LICENSE 16:46:39 -rw-rw-r--. 1 jenkins jenkins 937 Jan 4 16:45 Makefile 16:46:39 drwxrwxr-x. 2 jenkins jenkins 84 Jan 4 16:45 profiles 16:46:39 -rw-rw-r--. 1 jenkins jenkins 12398 Jan 4 16:45 README.md 16:46:39 -rw-rw-r--. 1 jenkins jenkins 11 Jan 4 16:43 VERSION 16:46:39 -rw-rw-r--. 1 jenkins jenkins 209 Jan 4 16:45 version.go [Pipeline] isUnix [Pipeline] sh 16:46:40 + 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=fcccfd94587541a74c874275ff1808fa86f63ccd --label arch=amd64 --label version=1.3.1-dev.2 . 16:46:40 Sending build context to Docker daemon 331.8kB 16:46:40 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 16:46:40 Step 2/26 : FROM ${BASE} AS builder 16:46:40 ---> d43d0dc4a620 16:46:40 Step 3/26 : ARG MAKE='make build' 16:46:40 ---> Running in 9f3c7c847ab9 16:46:40 Removing intermediate container 9f3c7c847ab9 16:46:40 ---> 09396d5fa087 16:46:40 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 16:46:40 ---> Running in 61d1906f2dd9 16:46:40 Removing intermediate container 61d1906f2dd9 16:46:40 ---> 951675b338f0 16:46:40 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 16:46:41 ---> Running in 62cb45b91d82 16:46:41 Removing intermediate container 62cb45b91d82 16:46:41 ---> bf744935baac 16:46:41 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:41 ---> Running in 06e8b7a204d8 16:46:42 Removing intermediate container 06e8b7a204d8 16:46:42 ---> dcdaad6f153c 16:46:42 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:46:42 ---> Running in b548f809ee66 16:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:44 OK: 166 MiB in 39 packages 16:46:45 Removing intermediate container b548f809ee66 16:46:45 ---> f45f28360e5e 16:46:45 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 16:46:45 ---> Running in ce49c28a916b 16:46:45 Removing intermediate container ce49c28a916b 16:46:45 ---> c86a6e90cb35 16:46:45 Step 9/26 : COPY go.mod . 16:46:45 ---> 42dc902e7993 16:46:45 Step 10/26 : COPY Makefile . 16:46:45 ---> b16cef2ee22b 16:46:45 Step 11/26 : RUN make update 16:46:45 ---> Running in 0d0f36a42aaf 16:46:46 CGO_ENABLED=0 GO111MODULE=on go mod download 16:46:46 Removing intermediate container 0d0f36a42aaf 16:46:46 ---> 707745d39f6e 16:46:46 Step 12/26 : COPY . . 16:46:47 ---> d88b8067d198 16:46:47 Step 13/26 : RUN ${MAKE} 16:46:47 ---> Running in 4e7290423a08 16:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.2" -o cmd/device-snmp-go ./cmd 16:46:58 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:47:01 Removing intermediate container 4e7290423a08 16:47:01 ---> 8f1175b93d5c 16:47:01 Step 14/26 : FROM alpine:3.12 16:47:01 3.12: Pulling from library/alpine 16:47:01 801bfaa63ef2: Pulling fs layer 16:47:01 801bfaa63ef2: Download complete 16:47:02 801bfaa63ef2: Pull complete 16:47:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:47:02 Status: Downloaded newer image for alpine:3.12 16:47:02 ---> 389fef711851 16:47:02 Step 15/26 : ENV APP_PORT=49993 16:47:02 ---> Running in a2d3548c8c52 16:47:02 Removing intermediate container a2d3548c8c52 16:47:02 ---> 40663c2d4fe0 16:47:02 Step 16/26 : EXPOSE $APP_PORT 16:47:02 ---> Running in f30f35ce9940 16:47:02 Removing intermediate container f30f35ce9940 16:47:02 ---> 9b473aa1818b 16:47:02 Step 17/26 : ENV DEVICE_PORT=161 16:47:02 ---> Running in 0bc61090fdb1 16:47:02 Removing intermediate container 0bc61090fdb1 16:47:02 ---> ae7bf4786a64 16:47:02 Step 18/26 : EXPOSE $DEVICE_PORT 16:47:02 ---> Running in 9bfd00c40b8a 16:47:03 Removing intermediate container 9bfd00c40b8a 16:47:03 ---> 44a103b198cf 16:47:03 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 16:47:03 ---> e1994886ed8f 16:47:03 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 16:47:04 ---> 9d857d379e71 16:47:04 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 16:47:04 ---> 7a3c26b262c6 16:47:04 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 16:47:04 ---> Running in 225a4179b472 16:47:04 Removing intermediate container 225a4179b472 16:47:04 ---> 048a84b76426 16:47:04 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 16:47:04 ---> Running in 1f9418221114 16:47:05 Removing intermediate container 1f9418221114 16:47:05 ---> 4f67ceec0282 16:47:05 Step 24/26 : LABEL arch=amd64 16:47:05 ---> Running in a1b50b5ab4c4 16:47:05 Removing intermediate container a1b50b5ab4c4 16:47:05 ---> 87a3f6086de7 16:47:05 Step 25/26 : LABEL git_sha=fcccfd94587541a74c874275ff1808fa86f63ccd 16:47:05 ---> Running in 0321977b5523 16:47:05 Removing intermediate container 0321977b5523 16:47:05 ---> 8350e5bf18e6 16:47:05 Step 26/26 : LABEL version=1.3.1-dev.2 16:47:05 ---> Running in 9bd882b41b4b 16:47:05 Removing intermediate container 9bd882b41b4b 16:47:05 ---> a211122dec50 16:47:05 [Warning] One or more build-args [ARCH] were not consumed 16:47:05 Successfully built a211122dec50 16:47:05 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:47:06 provisioning config files... 16:47:06 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/20@tmp/config8755024292033266536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:06 ---> docker-login.sh 16:47:06 nexus3.edgexfoundry.org:10001 16:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 nexus3.edgexfoundry.org:10002 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 nexus3.edgexfoundry.org:10003 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 nexus3.edgexfoundry.org:10004 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 docker.io 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 ---> docker-login.sh ends [Pipeline] } 16:47:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:47:08 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 16:47:08 fcccfd94587541a74c874275ff1808fa86f63ccd 16:47:08 latest 16:47:08 1.3.1-dev.2 16:47:08 fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:47:08 master 16:47:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:09 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] isUnix [Pipeline] sh 16:47:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd 16:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 16:47:09 1434cb110464: Preparing 16:47:09 edb0488f3d81: Preparing 16:47:09 c2d3866ec932: Preparing 16:47:09 777b2c648970: Preparing 16:47:09 777b2c648970: Layer already exists 16:47:09 1434cb110464: Pushed 16:47:09 edb0488f3d81: Pushed 16:47:10 c2d3866ec932: Pushed 16:47:10 fcccfd94587541a74c874275ff1808fa86f63ccd: digest: sha256:2f0bc246a508abeb8257afff6c72f0f425795f718d91b0d8d626771f600fa7c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:47:11 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 16:47:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 16:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 16:47:11 1434cb110464: Preparing 16:47:11 edb0488f3d81: Preparing 16:47:11 c2d3866ec932: Preparing 16:47:11 777b2c648970: Preparing 16:47:11 edb0488f3d81: Layer already exists 16:47:11 1434cb110464: Layer already exists 16:47:11 777b2c648970: Layer already exists 16:47:11 c2d3866ec932: Layer already exists 16:47:11 latest: digest: sha256:2f0bc246a508abeb8257afff6c72f0f425795f718d91b0d8d626771f600fa7c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:47:11 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:47:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.2 16:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 16:47:12 1434cb110464: Preparing 16:47:12 edb0488f3d81: Preparing 16:47:12 c2d3866ec932: Preparing 16:47:12 777b2c648970: Preparing 16:47:12 777b2c648970: Layer already exists 16:47:12 c2d3866ec932: Layer already exists 16:47:12 edb0488f3d81: Layer already exists 16:47:12 1434cb110464: Layer already exists 16:47:12 1.3.1-dev.2: digest: sha256:2f0bc246a508abeb8257afff6c72f0f425795f718d91b0d8d626771f600fa7c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:47:12 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:47:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 16:47:13 1434cb110464: Preparing 16:47:13 edb0488f3d81: Preparing 16:47:13 c2d3866ec932: Preparing 16:47:13 777b2c648970: Preparing 16:47:13 777b2c648970: Layer already exists 16:47:13 1434cb110464: Layer already exists 16:47:13 c2d3866ec932: Layer already exists 16:47:13 edb0488f3d81: Layer already exists 16:47:13 fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2: digest: sha256:2f0bc246a508abeb8257afff6c72f0f425795f718d91b0d8d626771f600fa7c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:47:13 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 16:47:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 16:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 16:47:14 1434cb110464: Preparing 16:47:14 edb0488f3d81: Preparing 16:47:14 c2d3866ec932: Preparing 16:47:14 777b2c648970: Preparing 16:47:14 1434cb110464: Layer already exists 16:47:14 c2d3866ec932: Layer already exists 16:47:14 edb0488f3d81: Layer already exists 16:47:14 777b2c648970: Layer already exists 16:47:14 master: digest: sha256:2f0bc246a508abeb8257afff6c72f0f425795f718d91b0d8d626771f600fa7c4 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:47:14 ===================================================== [Pipeline] echo 16:47:14 taggedImages: 16:47:14 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd 16:47:14 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 16:47:14 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.2 16:47:14 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:47:14 - 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] } 16:47:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18208 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 16:47:35 Running in /w/workspace/device-snmp-go/20 [Pipeline] { [Pipeline] checkout 16:47:40 using credential edgex-jenkins-ssh 16:47:40 Cloning the remote Git repository 16:47:40 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 16:47:40 > git init /w/workspace/device-snmp-go/20 # timeout=10 16:47:40 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 16:47:40 > git --version # timeout=10 16:47:40 > git --version # 'git version 2.17.1' 16:47:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:47:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:47:41 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 16:47:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:47:41 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 16:47:41 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 16:47:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:47:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:47:41 Checking out Revision fcccfd94587541a74c874275ff1808fa86f63ccd (master) 16:47:41 > git config core.sparsecheckout # timeout=10 16:47:41 > git checkout -f fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 16:47:46 Commit message: "Merge pull request #79 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:47:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:47:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:47:48 + sudo service docker restart 16:47:48 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:47:51 provisioning config files... 16:47:51 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/20@tmp/config6216870489278257278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:51 ---> docker-login.sh 16:47:51 nexus3.edgexfoundry.org:10001 16:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:52 Configure a credential helper to remove this warning. See 16:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:52 16:47:52 Login Succeeded 16:47:52 nexus3.edgexfoundry.org:10002 16:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:53 Configure a credential helper to remove this warning. See 16:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:53 16:47:53 Login Succeeded 16:47:53 nexus3.edgexfoundry.org:10003 16:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:53 Configure a credential helper to remove this warning. See 16:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:53 16:47:53 Login Succeeded 16:47:53 nexus3.edgexfoundry.org:10004 16:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:54 Configure a credential helper to remove this warning. See 16:47:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:54 16:47:54 Login Succeeded 16:47:54 docker.io 16:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:55 Configure a credential helper to remove this warning. See 16:47:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:55 16:47:55 Login Succeeded 16:47:55 ---> docker-login.sh ends [Pipeline] } 16:47:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:47:55 ========================================================= 16:47:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:47:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:47:56 + 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 . 16:47:56 Sending build context to Docker daemon 321.5kB 16:47:56 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 16:47:56 Step 2/10 : FROM ${BASE} 16:47:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:47:56 5f621e34cdf4: Pulling fs layer 16:47:56 a4357932f1b6: Pulling fs layer 16:47:56 18c013af1878: Pulling fs layer 16:47:56 00ac8860ef70: Pulling fs layer 16:47:56 63d7cb157983: Pulling fs layer 16:47:56 b116817d02f9: Pulling fs layer 16:47:56 745a02a5169b: Pulling fs layer 16:47:56 63d7cb157983: Waiting 16:47:56 b116817d02f9: Waiting 16:47:56 745a02a5169b: Waiting 16:47:56 00ac8860ef70: Waiting 16:47:56 18c013af1878: Verifying Checksum 16:47:56 18c013af1878: Download complete 16:47:56 a4357932f1b6: Verifying Checksum 16:47:56 a4357932f1b6: Download complete 16:47:56 63d7cb157983: Verifying Checksum 16:47:56 63d7cb157983: Download complete 16:47:56 b116817d02f9: Verifying Checksum 16:47:56 5f621e34cdf4: Verifying Checksum 16:47:56 5f621e34cdf4: Download complete 16:47:57 5f621e34cdf4: Pull complete 16:47:57 a4357932f1b6: Pull complete 16:47:58 18c013af1878: Pull complete 16:47:58 745a02a5169b: Verifying Checksum 16:47:58 745a02a5169b: Download complete 16:47:59 00ac8860ef70: Verifying Checksum 16:47:59 00ac8860ef70: Download complete 16:48:09 00ac8860ef70: Pull complete 16:48:10 63d7cb157983: Pull complete 16:48:10 b116817d02f9: Pull complete 16:48:15 745a02a5169b: Pull complete 16:48:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:48:15 ---> b7e6874047d6 16:48:15 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 16:48:17 ---> Running in ff338e41da03 16:48:17 Removing intermediate container ff338e41da03 16:48:17 ---> 207896cb8f82 16:48:17 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:48:17 ---> Running in 798cd158fe55 16:48:18 Removing intermediate container 798cd158fe55 16:48:18 ---> bf9faa19d7a8 16:48:18 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 16:48:18 ---> Running in 92a76b7d04f3 16:48:18 Removing intermediate container 92a76b7d04f3 16:48:18 ---> 9a995e35a982 16:48:18 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:18 ---> Running in 2882141720a4 16:48:21 Removing intermediate container 2882141720a4 16:48:21 ---> 35fbc0119450 16:48:21 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:48:21 ---> Running in 7718a166e579 16:48:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:48:24 OK: 142 MiB in 39 packages 16:48:25 Removing intermediate container 7718a166e579 16:48:25 ---> 12e202e520ae 16:48:25 Step 8/10 : WORKDIR /device-snmp-go 16:48:25 ---> Running in 86e5a507ee90 16:48:26 Removing intermediate container 86e5a507ee90 16:48:26 ---> c7a6ee608c3b 16:48:26 Step 9/10 : COPY . . 16:48:27 ---> d836d7cf3482 16:48:27 Step 10/10 : RUN go mod download 16:48:27 ---> Running in 1151563e4ab5 16:48:49 Removing intermediate container 1151563e4ab5 16:48:49 ---> de016e1c587a 16:48:49 Successfully built de016e1c587a 16:48:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:48:49 + docker inspect -f . ci-base-image-arm64 16:48:49 . [Pipeline] withDockerContainer 16:48:49 prd-ubuntu18.04-docker-arm64-4c-16g-18208 does not seem to be running inside a container 16:48:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/20 -v /w/workspace/device-snmp-go/20:/w/workspace/device-snmp-go/20:rw,z -v /w/workspace/device-snmp-go/20@tmp:/w/workspace/device-snmp-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:48:51 $ docker top 9839159d35b1aaeef80b1cc54facb028e832c2db6cdcf2e03ac33e04b0a634b7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:52 + go version 16:48:52 go version go1.15.5 linux/arm64 [Pipeline] } 16:48:52 $ docker stop --time=1 9839159d35b1aaeef80b1cc54facb028e832c2db6cdcf2e03ac33e04b0a634b7 16:48:54 $ docker rm -f 9839159d35b1aaeef80b1cc54facb028e832c2db6cdcf2e03ac33e04b0a634b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:55 + docker inspect -f . ci-base-image-arm64 16:48:55 . [Pipeline] withDockerContainer 16:48:55 prd-ubuntu18.04-docker-arm64-4c-16g-18208 does not seem to be running inside a container 16:48:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/20 -v /w/workspace/device-snmp-go/20:/w/workspace/device-snmp-go/20:rw,z -v /w/workspace/device-snmp-go/20@tmp:/w/workspace/device-snmp-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:48:57 $ docker top c321d1cfa0a4f2373b489d38bec6aac2dc1102db3e7b44928861338a9cfeb6c7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:58 + make test 16:48:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:48:59 ? github.com/edgexfoundry/device-snmp-go [no test files] 16:49:32 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 16:49:32 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 16:49:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:49:39 gofmt -l . 16:49:39 [ "`gofmt -l .`" = "" ] 16:49:39 ./bin/test-attribution-txt.sh 16:49:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:49:39 $ docker stop --time=1 c321d1cfa0a4f2373b489d38bec6aac2dc1102db3e7b44928861338a9cfeb6c7 16:49:41 $ docker rm -f c321d1cfa0a4f2373b489d38bec6aac2dc1102db3e7b44928861338a9cfeb6c7 [Pipeline] // withDockerContainer [Pipeline] sh 16:49:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:49:42 Warning: overwriting stash ‘coverage-report’ 16:49:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:49:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:49:44 + ls -al . 16:49:44 total 132 16:49:44 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:49 . 16:49:44 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:47 .. 16:49:44 -rw-rw-r-- 1 jenkins jenkins 6 Jan 4 16:47 .dockerignore 16:49:44 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:47 .git 16:49:44 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:47 .github 16:49:44 -rw-rw-r-- 1 jenkins jenkins 272 Jan 4 16:47 .gitignore 16:49:44 -rw-rw-r-- 1 jenkins jenkins 5082 Jan 4 16:47 Attribution.txt 16:49:44 -rw-rw-r-- 1 jenkins jenkins 1529 Jan 4 16:47 Dockerfile 16:49:44 -rw-rw-r-- 1 jenkins jenkins 1006 Jan 4 16:47 Dockerfile.build 16:49:44 -rw-rw-r-- 1 jenkins jenkins 656 Jan 4 16:47 Jenkinsfile 16:49:44 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 16:47 LICENSE 16:49:44 -rw-rw-r-- 1 jenkins jenkins 937 Jan 4 16:47 Makefile 16:49:44 -rw-rw-r-- 1 jenkins jenkins 12398 Jan 4 16:47 README.md 16:49:44 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:43 VERSION 16:49:44 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:47 bin 16:49:44 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:47 cmd 16:49:44 -rw-r--r-- 1 jenkins jenkins 8493 Jan 4 16:49 coverage.out 16:49:44 -rw-r--r-- 1 jenkins jenkins 204 Jan 4 16:49 go.mod 16:49:44 -rw-r--r-- 1 jenkins jenkins 13961 Jan 4 16:49 go.sum 16:49:44 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:47 internal 16:49:44 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:47 profiles 16:49:44 -rw-rw-r-- 1 jenkins jenkins 209 Jan 4 16:47 version.go [Pipeline] isUnix [Pipeline] sh 16:49:44 + 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=fcccfd94587541a74c874275ff1808fa86f63ccd --label arch=arm64 --label version=1.3.1-dev.2 . 16:49:45 Sending build context to Docker daemon 330.8kB 16:49:45 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 16:49:45 Step 2/26 : FROM ${BASE} AS builder 16:49:45 ---> de016e1c587a 16:49:45 Step 3/26 : ARG MAKE='make build' 16:49:45 ---> Running in 1ec19cdc891b 16:49:46 Removing intermediate container 1ec19cdc891b 16:49:46 ---> 387c1e6a205d 16:49:46 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 16:49:46 ---> Running in c14dcd876e7a 16:49:46 Removing intermediate container c14dcd876e7a 16:49:46 ---> 272c2989103f 16:49:46 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 16:49:46 ---> Running in 16cc7df82a2b 16:49:46 Removing intermediate container 16cc7df82a2b 16:49:46 ---> 81481faa9bca 16:49:46 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:49:47 ---> Running in 7b08d05eafe8 16:49:49 Removing intermediate container 7b08d05eafe8 16:49:49 ---> 64f665036935 16:49:49 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:49:49 ---> Running in 57405dcdc3ee 16:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:49:52 OK: 142 MiB in 39 packages 16:49:53 Removing intermediate container 57405dcdc3ee 16:49:53 ---> ee4dedc39a04 16:49:53 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 16:49:53 ---> Running in efa579499d15 16:49:54 Removing intermediate container efa579499d15 16:49:54 ---> 6938aad650e6 16:49:54 Step 9/26 : COPY go.mod . 16:49:54 ---> 11d4561a7a11 16:49:54 Step 10/26 : COPY Makefile . 16:49:55 ---> b71bb862584c 16:49:55 Step 11/26 : RUN make update 16:49:55 ---> Running in 025722942ec0 16:49:56 CGO_ENABLED=0 GO111MODULE=on go mod download 16:49:58 Removing intermediate container 025722942ec0 16:49:58 ---> 612f812990b3 16:49:58 Step 12/26 : COPY . . 16:49:58 ---> a57fefd07771 16:49:58 Step 13/26 : RUN ${MAKE} 16:49:58 ---> Running in 1c2881b7080d 16:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.2" -o cmd/device-snmp-go ./cmd 16:50:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:50:30 Removing intermediate container 1c2881b7080d 16:50:30 ---> 1da250fa3082 16:50:30 Step 14/26 : FROM alpine:3.12 16:50:31 3.12: Pulling from library/alpine 16:50:31 159e5727ea61: Pulling fs layer 16:50:31 159e5727ea61: Verifying Checksum 16:50:31 159e5727ea61: Download complete 16:50:31 159e5727ea61: Pull complete 16:50:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:50:31 Status: Downloaded newer image for alpine:3.12 16:50:31 ---> afeebe901d6b 16:50:31 Step 15/26 : ENV APP_PORT=49993 16:50:32 ---> Running in c1216453bdfc 16:50:32 Removing intermediate container c1216453bdfc 16:50:32 ---> 71e101be8661 16:50:32 Step 16/26 : EXPOSE $APP_PORT 16:50:32 ---> Running in 6ee3a8b11507 16:50:33 Removing intermediate container 6ee3a8b11507 16:50:33 ---> 73c30c0ab625 16:50:33 Step 17/26 : ENV DEVICE_PORT=161 16:50:33 ---> Running in 48653cac0915 16:50:33 Removing intermediate container 48653cac0915 16:50:33 ---> e9284f53c9ea 16:50:33 Step 18/26 : EXPOSE $DEVICE_PORT 16:50:33 ---> Running in ab9b2afde70b 16:50:34 Removing intermediate container ab9b2afde70b 16:50:34 ---> 4bcf34850f19 16:50:34 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 16:50:35 ---> 96827dcf2408 16:50:35 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 16:50:36 ---> 63ad6a382ffc 16:50:36 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 16:50:36 ---> 131065491990 16:50:36 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 16:50:37 ---> Running in ff5f71e33dd5 16:50:37 Removing intermediate container ff5f71e33dd5 16:50:37 ---> bb68597412e2 16:50:37 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 16:50:37 ---> Running in 3d25244b67be 16:50:38 Removing intermediate container 3d25244b67be 16:50:38 ---> 4439ba2a257c 16:50:38 Step 24/26 : LABEL arch=arm64 16:50:38 ---> Running in a0677e816db1 16:50:38 Removing intermediate container a0677e816db1 16:50:38 ---> a02af53af491 16:50:38 Step 25/26 : LABEL git_sha=fcccfd94587541a74c874275ff1808fa86f63ccd 16:50:38 ---> Running in e3f8b7a9f756 16:50:39 Removing intermediate container e3f8b7a9f756 16:50:39 ---> e08fef879ee2 16:50:39 Step 26/26 : LABEL version=1.3.1-dev.2 16:50:39 ---> Running in e7cab428c13e 16:50:40 Removing intermediate container e7cab428c13e 16:50:40 ---> d611f95d318f 16:50:40 [Warning] One or more build-args [ARCH] were not consumed 16:50:40 Successfully built d611f95d318f 16:50:40 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:50:40 provisioning config files... 16:50:40 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/20@tmp/config8522691673985307346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:50:41 ---> docker-login.sh 16:50:41 nexus3.edgexfoundry.org:10001 16:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:41 Configure a credential helper to remove this warning. See 16:50:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:41 16:50:41 Login Succeeded 16:50:41 nexus3.edgexfoundry.org:10002 16:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:42 Configure a credential helper to remove this warning. See 16:50:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:42 16:50:42 Login Succeeded 16:50:42 nexus3.edgexfoundry.org:10003 16:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:42 Configure a credential helper to remove this warning. See 16:50:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:42 16:50:42 Login Succeeded 16:50:42 nexus3.edgexfoundry.org:10004 16:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:43 Configure a credential helper to remove this warning. See 16:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:43 16:50:43 Login Succeeded 16:50:43 docker.io 16:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:44 Configure a credential helper to remove this warning. See 16:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:44 16:50:44 Login Succeeded 16:50:44 ---> docker-login.sh ends [Pipeline] } 16:50:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:44 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 16:50:44 fcccfd94587541a74c874275ff1808fa86f63ccd 16:50:44 latest 16:50:44 1.3.1-dev.2 16:50:44 fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:50:44 master 16:50:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:44 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] isUnix [Pipeline] sh 16:50:45 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd 16:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 16:50:45 d1202078162b: Preparing 16:50:45 52d96f5a4e8c: Preparing 16:50:45 b0263517c53e: Preparing 16:50:45 379067d0cb53: Preparing 16:50:45 379067d0cb53: Layer already exists 16:50:45 52d96f5a4e8c: Pushed 16:50:45 d1202078162b: Pushed 16:50:48 b0263517c53e: Pushed 16:50:48 fcccfd94587541a74c874275ff1808fa86f63ccd: digest: sha256:7741e4edd5b2d55f5fa7839fd3af4c24106e288f60280c1b834538d3bdcf1997 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:50:48 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:50:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 16:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 16:50:48 d1202078162b: Preparing 16:50:48 52d96f5a4e8c: Preparing 16:50:48 b0263517c53e: Preparing 16:50:48 379067d0cb53: Preparing 16:50:48 52d96f5a4e8c: Layer already exists 16:50:48 b0263517c53e: Layer already exists 16:50:48 d1202078162b: Layer already exists 16:50:48 379067d0cb53: Layer already exists 16:50:49 latest: digest: sha256:7741e4edd5b2d55f5fa7839fd3af4c24106e288f60280c1b834538d3bdcf1997 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:50:49 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:50:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.2 16:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 16:50:49 d1202078162b: Preparing 16:50:49 52d96f5a4e8c: Preparing 16:50:49 b0263517c53e: Preparing 16:50:49 379067d0cb53: Preparing 16:50:49 b0263517c53e: Layer already exists 16:50:49 379067d0cb53: Layer already exists 16:50:49 d1202078162b: Layer already exists 16:50:49 52d96f5a4e8c: Layer already exists 16:50:50 1.3.1-dev.2: digest: sha256:7741e4edd5b2d55f5fa7839fd3af4c24106e288f60280c1b834538d3bdcf1997 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:50:50 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:50:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 16:50:50 d1202078162b: Preparing 16:50:50 52d96f5a4e8c: Preparing 16:50:50 b0263517c53e: Preparing 16:50:50 379067d0cb53: Preparing 16:50:50 d1202078162b: Layer already exists 16:50:50 379067d0cb53: Layer already exists 16:50:50 52d96f5a4e8c: Layer already exists 16:50:50 b0263517c53e: Layer already exists 16:50:51 fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2: digest: sha256:7741e4edd5b2d55f5fa7839fd3af4c24106e288f60280c1b834538d3bdcf1997 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:50:51 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:50:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 16:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 16:50:51 d1202078162b: Preparing 16:50:51 52d96f5a4e8c: Preparing 16:50:51 b0263517c53e: Preparing 16:50:51 379067d0cb53: Preparing 16:50:51 379067d0cb53: Layer already exists 16:50:51 52d96f5a4e8c: Layer already exists 16:50:51 d1202078162b: Layer already exists 16:50:51 b0263517c53e: Layer already exists 16:50:51 master: digest: sha256:7741e4edd5b2d55f5fa7839fd3af4c24106e288f60280c1b834538d3bdcf1997 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:52 ===================================================== [Pipeline] echo 16:50:52 taggedImages: 16:50:52 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd 16:50:52 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 16:50:52 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.2 16:50:52 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:fcccfd94587541a74c874275ff1808fa86f63ccd-1.3.1-dev.2 16:50:52 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:50:53 provisioning config files... 16:50:53 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config9033917292016854781tmp [Pipeline] { [Pipeline] sh 16:50:54 + set +x 16:50:54 + curl -s https://codecov.io/bash 16:50:54 + bash -s -- 16:50:54 16:50:54 _____ _ 16:50:54 / ____| | | 16:50:54 | | ___ __| | ___ ___ _____ __ 16:50:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:50:54 | |___| (_) | (_| | __/ (_| (_) \ V / 16:50:54 \_____\___/ \__,_|\___|\___\___/ \_/ 16:50:54 Bash-20201231-23d4836 16:50:54 16:50:54 16:50:54 ==> git version 2.24.3 found 16:50:54 ==> 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 16:50:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:50:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:50:54 ==> Jenkins CI detected. 16:50:54 project root: . 16:50:54 --> token set from env 16:50:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:50:54 ==> Running gcov in . (disable via -X gcov) 16:50:54 ==> Python coveragepy not found 16:50:54 ==> Searching for coverage reports in: 16:50:54 + . 16:50:54 -> Found 1 reports 16:50:54 ==> Detecting git/mercurial file structure 16:50:54 ==> Reading reports 16:50:54 + ./coverage.out bytes=8493 16:50:54 ==> Appending adjustments 16:50:54 https://docs.codecov.io/docs/fixing-reports 16:50:54 + Found adjustments 16:50:54 ==> Gzipping contents 16:50:54 4.0K /tmp/codecov.gyBiEY.gz 16:50:54 ==> Uploading reports 16:50:54 url: https://codecov.io 16:50:54 query: branch=master&commit=fcccfd94587541a74c874275ff1808fa86f63ccd&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:50:54 -> Pinging Codecov 16:50:54 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=fcccfd94587541a74c874275ff1808fa86f63ccd&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:50:55 -> Uploading to 16:50:55 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/6C56EA5C29638FB4528AC87E60AF5AE0/fcccfd94587541a74c874275ff1808fa86f63ccd/69583b89-8590-4ce9-abc9-8abece495622.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T165055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b11e62b5843b3e9c2192e8410e3b5962d231f430ee3c5484a174e2e79e02a53d 16:50:55 % Total % Received % Xferd Average Speed Time Time Time Current 16:50:55 Dload Upload Total Spent Left Speed 16:50:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 2650 --:--:-- --:--:-- --:--:-- 2650 100 1447 0 0 100 1447 0 2649 --:--:-- --:--:-- --:--:-- 2650 16:50:55 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] } 16:50:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:50:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:50:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:50:56 16:50:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:50:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:50:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:50:57 188c0c94c7c5: Pulling fs layer 16:50:57 0ef7d3d256c8: Pulling fs layer 16:50:57 de9db76c5a1d: Pulling fs layer 16:50:57 0eba1c9be4d2: Pulling fs layer 16:50:57 0d57e429df01: Pulling fs layer 16:50:57 4e4be7b47b0d: Pulling fs layer 16:50:57 e1f770b5df2f: Pulling fs layer 16:50:57 85a0685a4137: Pulling fs layer 16:50:57 0eba1c9be4d2: Waiting 16:50:57 4e4be7b47b0d: Waiting 16:50:57 0d57e429df01: Waiting 16:50:57 e1f770b5df2f: Waiting 16:50:57 85a0685a4137: Waiting 16:50:57 de9db76c5a1d: Verifying Checksum 16:50:57 de9db76c5a1d: Download complete 16:50:57 0ef7d3d256c8: Verifying Checksum 16:50:57 0ef7d3d256c8: Download complete 16:50:57 0d57e429df01: Verifying Checksum 16:50:57 0d57e429df01: Download complete 16:50:57 188c0c94c7c5: Verifying Checksum 16:50:57 188c0c94c7c5: Download complete 16:50:57 4e4be7b47b0d: Verifying Checksum 16:50:57 4e4be7b47b0d: Download complete 16:50:57 188c0c94c7c5: Pull complete 16:50:57 0ef7d3d256c8: Pull complete 16:50:57 de9db76c5a1d: Pull complete 16:50:58 e1f770b5df2f: Verifying Checksum 16:50:58 e1f770b5df2f: Download complete 16:50:59 0eba1c9be4d2: Download complete 16:51:01 85a0685a4137: Verifying Checksum 16:51:01 85a0685a4137: Download complete 16:51:05 0eba1c9be4d2: Pull complete 16:51:05 0d57e429df01: Pull complete 16:51:05 4e4be7b47b0d: Pull complete 16:51:07 e1f770b5df2f: Pull complete 16:51:15 85a0685a4137: Pull complete 16:51:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:51:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:51:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:51:16 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:51:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:51:17 $ docker top 6af7729374221e1dc69df95c8eff13629d704d6c0c48e4884d5cae0ff05114a0 -eo pid,comm [Pipeline] { [Pipeline] echo 16:51:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:51:17 + set -o pipefail 16:51:17 + snyk monitor '--org=edgex-jenkins' 16:51:24 16:51:24 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 16:51:24 16:51:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/8dcdb15e-f116-41d3-a71f-bbba4c204322 16:51:24 16:51:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:51:24 16:51:24 [Pipeline] } 16:51:24 $ docker stop --time=1 6af7729374221e1dc69df95c8eff13629d704d6c0c48e4884d5cae0ff05114a0 16:51:27 $ docker rm -f 6af7729374221e1dc69df95c8eff13629d704d6c0c48e4884d5cae0ff05114a0 [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 16:51:29 + git log --format=format:%s -1 fcccfd94587541a74c874275ff1808fa86f63ccd [Pipeline] isUnix [Pipeline] sh 16:51:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:29 . [Pipeline] withDockerContainer 16:51:29 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:51:29 $ 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 16:51:30 $ docker top 158a0d1f8e6259c168598b9d2d9cb6b78c84c2165c21958db0c4891b8bec4191 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:51:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:51:30 [ssh-agent] Looking for ssh-agent implementation... 16:51:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:51:30 $ docker exec 158a0d1f8e6259c168598b9d2d9cb6b78c84c2165c21958db0c4891b8bec4191 ssh-agent 16:51:31 SSH_AUTH_SOCK=/tmp/ssh-1GRn4d5jPegQ/agent.11 16:51:31 SSH_AGENT_PID=17 16:51:31 Running ssh-add (command line suppressed) 16:51:31 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4384925129849104871.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4384925129849104871.key) 16:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:51:31 + git semver tag 16:51:31 # -> Open(): unable to determine branch for HEAD 16:51:31 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 16:51:31 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 16:51:31 # $SEMVER_REMOTE_NAME = origin 16:51:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:51:31 # $SEMVER_USER_NAME = edgex-jenkins 16:51:31 # $SEMVER_BRANCH = master 16:51:31 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 16:51:31 # fcccfd94587541a74c874275ff1808fa86f63ccd HEAD 16:51:31 # -> Force: false 16:51:31 # e1accdbdb79382bc5c09df2b21cab89c8f2df294 refs/tags/v1.3.1-dev.2 [Pipeline] } 16:51:31 $ docker exec --env ******** --env ******** 158a0d1f8e6259c168598b9d2d9cb6b78c84c2165c21958db0c4891b8bec4191 ssh-agent -k 16:51:31 unset SSH_AUTH_SOCK; 16:51:31 unset SSH_AGENT_PID; 16:51:31 echo Agent pid 17 killed; 16:51:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:51:32 + git semver [Pipeline] } 16:51:32 $ docker stop --time=1 158a0d1f8e6259c168598b9d2d9cb6b78c84c2165c21958db0c4891b8bec4191 16:51:33 $ docker rm -f 158a0d1f8e6259c168598b9d2d9cb6b78c84c2165c21958db0c4891b8bec4191 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:51:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:51:34 16:51:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:51:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:51:34 0.23.1-centos7: Pulling from edgex-lftools 16:51:34 ab5ef0e58194: Pulling fs layer 16:51:34 9712f1f96733: Pulling fs layer 16:51:34 63f879dbbcfc: Pulling fs layer 16:51:34 0d9ebad4ef96: Pulling fs layer 16:51:34 e9a5061849ea: Pulling fs layer 16:51:34 d747dcd14b5f: Pulling fs layer 16:51:34 2de7ff778b66: Pulling fs layer 16:51:34 e9a5061849ea: Waiting 16:51:34 d747dcd14b5f: Waiting 16:51:34 2de7ff778b66: Waiting 16:51:34 0d9ebad4ef96: Waiting 16:51:34 9712f1f96733: Verifying Checksum 16:51:34 9712f1f96733: Download complete 16:51:36 63f879dbbcfc: Verifying Checksum 16:51:36 63f879dbbcfc: Download complete 16:51:36 e9a5061849ea: Verifying Checksum 16:51:36 e9a5061849ea: Download complete 16:51:36 d747dcd14b5f: Verifying Checksum 16:51:36 d747dcd14b5f: Download complete 16:51:36 2de7ff778b66: Verifying Checksum 16:51:37 0d9ebad4ef96: Verifying Checksum 16:51:37 0d9ebad4ef96: Download complete 16:51:37 ab5ef0e58194: Verifying Checksum 16:51:37 ab5ef0e58194: Download complete 16:51:41 ab5ef0e58194: Pull complete 16:51:41 9712f1f96733: Pull complete 16:51:44 63f879dbbcfc: Pull complete 16:51:50 0d9ebad4ef96: Pull complete 16:51:52 e9a5061849ea: Pull complete 16:51:52 d747dcd14b5f: Pull complete 16:51:54 2de7ff778b66: Pull complete 16:51:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:51:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:51:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:51:54 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:51:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:51:59 $ docker top 94d309d9a7ca765498d8dec0fda7e5025c2436e3590477d81e2c46fa4b980611 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:51:59 provisioning config files... 16:51:59 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1922371313873082661tmp 16:51:59 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2675988422032554203tmp 16:51:59 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7266499497074103636tmp [Pipeline] { [Pipeline] echo 16:51:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:52:00 ---> sigul-configuration.sh 16:52:00 gpg: directory `/root/.gnupg' created 16:52:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:52:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:52:00 gpg: keyring `/root/.gnupg/secring.gpg' created 16:52:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:52:00 gpg: CAST5 encrypted data 16:52:00 gpg: encrypted with 1 passphrase 16:52:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:52:00 + mkdir /home/jenkins 16:52:00 + mkdir /home/jenkins/sigul [Pipeline] sh 16:52:00 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:52:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:52:01 ---> sigul-install.sh 16:52:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:52:09 + git tag --list 16:52:09 1.0.0 16:52:09 v0.0.0 16:52:09 v1.1.0 16:52:09 v1.1.1 16:52:09 v1.2.1 16:52:09 v1.2.2 16:52:09 v1.2.2-dev.1 16:52:09 v1.2.2-dev.2 16:52:09 v1.2.3-dev.1 16:52:09 v1.2.3-dev.2 16:52:09 v1.2.3-dev.3 16:52:09 v1.2.3-dev.4 16:52:09 v1.2.3-dev.5 16:52:09 v1.2.3-dev.6 16:52:09 v1.3.0 16:52:09 v1.3.1-dev.1 16:52:09 v1.3.1-dev.2 [Pipeline] sh 16:52:10 + lftools sign git-tag v1.3.1-dev.2 16:52:11 Signing Git tag with Sigul... 16:52:11 Signing v1.3.1-dev.2 [Pipeline] echo 16:52:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:52:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:52:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:52:12 $ docker stop --time=1 94d309d9a7ca765498d8dec0fda7e5025c2436e3590477d81e2c46fa4b980611 16:52:14 $ docker rm -f 94d309d9a7ca765498d8dec0fda7e5025c2436e3590477d81e2c46fa4b980611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:52:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:15 . [Pipeline] withDockerContainer 16:52:16 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:52:16 $ 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 16:52:16 $ docker top 85d16f5879483e9499ea8b2c0a9810a8d8c7d0605a71c2f8522b8f98c764a45e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:52:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:17 [ssh-agent] Looking for ssh-agent implementation... 16:52:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:17 $ docker exec 85d16f5879483e9499ea8b2c0a9810a8d8c7d0605a71c2f8522b8f98c764a45e ssh-agent 16:52:17 SSH_AUTH_SOCK=/tmp/ssh-VBoV2pAAbq4L/agent.11 16:52:17 SSH_AGENT_PID=16 16:52:17 Running ssh-add (command line suppressed) 16:52:17 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2776367382358794312.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2776367382358794312.key) 16:52:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:18 + git semver bump pre 16:52:18 # -> Open(): unable to determine branch for HEAD 16:52:18 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 16:52:18 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 16:52:18 # $SEMVER_REMOTE_NAME = origin 16:52:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:52:18 # $SEMVER_USER_NAME = edgex-jenkins 16:52:18 # $SEMVER_BRANCH = master 16:52:18 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 16:52:18 1.3.1-dev.3 [Pipeline] } 16:52:18 $ docker exec --env ******** --env ******** 85d16f5879483e9499ea8b2c0a9810a8d8c7d0605a71c2f8522b8f98c764a45e ssh-agent -k 16:52:18 unset SSH_AUTH_SOCK; 16:52:18 unset SSH_AGENT_PID; 16:52:18 echo Agent pid 16 killed; 16:52:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:52:18 + git semver [Pipeline] } 16:52:19 $ docker stop --time=1 85d16f5879483e9499ea8b2c0a9810a8d8c7d0605a71c2f8522b8f98c764a45e 16:52:20 $ docker rm -f 85d16f5879483e9499ea8b2c0a9810a8d8c7d0605a71c2f8522b8f98c764a45e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:52:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:20 . [Pipeline] withDockerContainer 16:52:21 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:52:21 $ 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 16:52:21 $ docker top a8522518be3b1dd93f97cf993eb95a7d4817a7fe2d1a37c6b5d03ff86e87a8e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:52:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:22 [ssh-agent] Looking for ssh-agent implementation... 16:52:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:22 $ docker exec a8522518be3b1dd93f97cf993eb95a7d4817a7fe2d1a37c6b5d03ff86e87a8e2 ssh-agent 16:52:22 SSH_AUTH_SOCK=/tmp/ssh-LMF5R5Ogm0gb/agent.12 16:52:22 SSH_AGENT_PID=17 16:52:22 Running ssh-add (command line suppressed) 16:52:22 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6505889171164246933.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6505889171164246933.key) 16:52:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:23 + git semver push 16:52:23 # -> Open(): unable to determine branch for HEAD 16:52:23 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 16:52:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 16:52:23 # $SEMVER_REMOTE_NAME = origin 16:52:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:52:23 # $SEMVER_USER_NAME = edgex-jenkins 16:52:23 # $SEMVER_BRANCH = master 16:52:23 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 16:52:29 $ docker exec --env ******** --env ******** a8522518be3b1dd93f97cf993eb95a7d4817a7fe2d1a37c6b5d03ff86e87a8e2 ssh-agent -k 16:52:30 unset SSH_AUTH_SOCK; 16:52:30 unset SSH_AGENT_PID; 16:52:30 echo Agent pid 17 killed; 16:52:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:52:30 + git semver [Pipeline] } 16:52:30 $ docker stop --time=1 a8522518be3b1dd93f97cf993eb95a7d4817a7fe2d1a37c6b5d03ff86e87a8e2 16:52:32 $ docker rm -f a8522518be3b1dd93f97cf993eb95a7d4817a7fe2d1a37c6b5d03ff86e87a8e2 [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 16:52:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:52:34 ---> package-listing.sh 16:52:34 ++ facter osfamily 16:52:34 ++ tr '[:upper:]' '[:lower:]' 16:52:34 + OS_FAMILY=redhat 16:52:34 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 16:52:34 + START_PACKAGES=/tmp/packages_start.txt 16:52:34 + END_PACKAGES=/tmp/packages_end.txt 16:52:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:52:34 + PACKAGES=/tmp/packages_start.txt 16:52:34 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 16:52:34 + PACKAGES=/tmp/packages_end.txt 16:52:34 + case "${OS_FAMILY}" in 16:52:34 + rpm -qa 16:52:34 + sort 16:52:39 + '[' -f /tmp/packages_start.txt ']' 16:52:39 + '[' -f /tmp/packages_end.txt ']' 16:52:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:52:39 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 16:52:39 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 16:52:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 16:52:39 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 16:52:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:52:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:52:40 16:52:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:52:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:52:40 alpine: Pulling from edgex-lftools-log-publisher 16:52:40 df20fa9351a1: Pulling fs layer 16:52:40 36b3adc4ff6f: Pulling fs layer 16:52:40 8ad3a11d3b57: Pulling fs layer 16:52:40 46f8f816bc3b: Pulling fs layer 16:52:40 93b61091891f: Pulling fs layer 16:52:40 93b9cdb0e59b: Pulling fs layer 16:52:40 5e14af77c1be: Pulling fs layer 16:52:40 01666e4c0597: Pulling fs layer 16:52:40 aa168da1d23b: Pulling fs layer 16:52:40 93b61091891f: Waiting 16:52:40 93b9cdb0e59b: Waiting 16:52:40 46f8f816bc3b: Waiting 16:52:40 5e14af77c1be: Waiting 16:52:40 01666e4c0597: Waiting 16:52:40 aa168da1d23b: Waiting 16:52:40 36b3adc4ff6f: Verifying Checksum 16:52:40 36b3adc4ff6f: Download complete 16:52:40 46f8f816bc3b: Verifying Checksum 16:52:40 46f8f816bc3b: Download complete 16:52:40 df20fa9351a1: Verifying Checksum 16:52:40 df20fa9351a1: Download complete 16:52:40 93b9cdb0e59b: Verifying Checksum 16:52:40 93b9cdb0e59b: Download complete 16:52:40 93b61091891f: Download complete 16:52:40 5e14af77c1be: Verifying Checksum 16:52:40 5e14af77c1be: Download complete 16:52:40 01666e4c0597: Download complete 16:52:40 8ad3a11d3b57: Verifying Checksum 16:52:40 8ad3a11d3b57: Download complete 16:52:41 df20fa9351a1: Pull complete 16:52:41 36b3adc4ff6f: Pull complete 16:52:42 aa168da1d23b: Verifying Checksum 16:52:42 aa168da1d23b: Download complete 16:52:43 8ad3a11d3b57: Pull complete 16:52:43 46f8f816bc3b: Pull complete 16:52:43 93b61091891f: Pull complete 16:52:43 93b9cdb0e59b: Pull complete 16:52:43 5e14af77c1be: Pull complete 16:52:44 01666e4c0597: Pull complete 16:52:50 aa168da1d23b: Pull complete 16:52:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:52:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:52:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:52:51 prd-centos7-docker-4c-2g-18200 does not seem to be running inside a container 16:52:51 $ 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 16:52:54 $ docker top 91fc7aec9c8f74fb45bed520ae0a56a30ddb7ecf528d5065b22fcfac26da5f5e -eo pid,comm [Pipeline] { [Pipeline] sh 16:52:54 + touch /tmp/pre-build-complete [Pipeline] sh 16:52:55 + mkdir -p /var/log/sa [Pipeline] sh 16:52:55 + ls /var/log/sa-host 16:52:55 + sadf -c /var/log/sa-host/sa04 16:52:55 file_magic: OK 16:52:55 HZ: Using current value: 100 16:52:55 file_header: OK 16:52:55 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 16:52:55 Statistics: 16:52:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:52:55 File successfully converted to sysstat format version 12.2.1 16:52:55 + sadf -c /var/log/sa-host/sa23 16:52:55 file_magic: OK 16:52:55 HZ: Using current value: 100 16:52:55 file_header: OK 16:52:55 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 16:52:55 Statistics: 16:52:55 Hnuu...uuuununununu... 16:52:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:52:55 provisioning config files... 16:52:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3378034234129219896tmp [Pipeline] { [Pipeline] echo 16:52:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:52:56 ---> create-netrc.sh [Pipeline] } 16:52:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:52:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:52:56 ---> python-tools-install.sh [Pipeline] echo 16:52:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:52:57 ---> sudo-logs.sh 16:52:57 Archiving 'sudo' log.. [Pipeline] echo 16:52:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:52:57 ---> job-cost.sh 16:52:57 lf-activate-venv: SKIPPING 16:52:57 INFO: No Stack... 16:52:58 INFO: Retrieving Pricing Info for: v1-standard-2 16:52:58 INFO: Archiving Costs [Pipeline] echo 16:52:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:52:59 ---> logs-deploy.sh 16:52:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/20 16:52:59 INFO: archiving workspace using pattern(s): 16:53:01 Archives upload complete. 16:53:01 INFO: archiving logs to Nexus 16:53:02 ---> uname -a: 16:53:02 Linux prd-centos7-docker-4c-2g-18200.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:53:02 16:53:02 16:53:02 ---> lscpu: 16:53:02 Architecture: x86_64 16:53:02 CPU op-mode(s): 32-bit, 64-bit 16:53:02 Byte Order: Little Endian 16:53:02 Address sizes: 40 bits physical, 48 bits virtual 16:53:02 CPU(s): 4 16:53:02 On-line CPU(s) list: 0-3 16:53:02 Thread(s) per core: 1 16:53:02 Core(s) per socket: 1 16:53:02 Socket(s): 4 16:53:02 NUMA node(s): 1 16:53:02 Vendor ID: GenuineIntel 16:53:02 CPU family: 6 16:53:02 Model: 44 16:53:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:53:02 Stepping: 1 16:53:02 CPU MHz: 2933.442 16:53:02 BogoMIPS: 5866.88 16:53:02 Virtualization: VT-x 16:53:02 Hypervisor vendor: KVM 16:53:02 Virtualization type: full 16:53:02 L1d cache: 128 KiB 16:53:02 L1i cache: 128 KiB 16:53:02 L2 cache: 16 MiB 16:53:02 L3 cache: 64 MiB 16:53:02 NUMA node0 CPU(s): 0-3 16:53:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:53:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:53:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:53:02 Vulnerability Meltdown: Mitigation; PTI 16:53:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:53:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:53:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:53:02 Vulnerability Srbds: Not affected 16:53:02 Vulnerability Tsx async abort: Not affected 16:53:02 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 16:53:02 16:53:02 16:53:02 ---> nproc: 16:53:02 4 16:53:02 16:53:02 16:53:02 ---> df -h: 16:53:02 Filesystem Size Used Available Use% Mounted on 16:53:02 overlay 50.0G 8.5G 41.4G 17% / 16:53:02 tmpfs 64.0M 0 64.0M 0% /dev 16:53:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:53:02 shm 64.0M 0 64.0M 0% /dev/shm 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-snmp-go_master@tmp 16:53:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:53:02 16:53:02 16:53:02 ---> free -m: 16:53:02 total used free shared buff/cache available 16:53:02 Mem: 1837 825 149 0 861 947 16:53:02 Swap: 1023 2 1021 16:53:02 16:53:02 16:53:02 ---> ip addr: 16:53:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:53:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:53:02 inet 127.0.0.1/8 scope host lo 16:53:02 valid_lft forever preferred_lft forever 16:53:02 inet6 ::1/128 scope host 16:53:02 valid_lft forever preferred_lft forever 16:53:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:53:02 link/ether fa:16:3e:d5:af:72 brd ff:ff:ff:ff:ff:ff 16:53:02 inet 10.30.122.55/23 brd 10.30.123.255 scope global dynamic eth0 16:53:02 valid_lft 85776sec preferred_lft 85776sec 16:53:02 inet6 fe80::f816:3eff:fed5:af72/64 scope link 16:53:02 valid_lft forever preferred_lft forever 16:53:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:53:02 link/ether 02:42:8b:eb:1d:af brd ff:ff:ff:ff:ff:ff 16:53:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:53:02 valid_lft forever preferred_lft forever 16:53:02 inet6 fe80::42:8bff:feeb:1daf/64 scope link 16:53:02 valid_lft forever preferred_lft forever 16:53:02 16:53:02 16:53:02 ---> sar -b -r -n DEV: 16:53:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:53:02 16:53:02 16:42:29 LINUX RESTART (4 CPU) 16:53:02 16:53:02 16:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:53:02 16:44:01 51.65 15.55 36.10 0.00 4709.32 3100.48 0.00 16:53:02 16:45:01 1.98 0.00 1.98 0.00 0.00 39.73 0.00 16:53:02 16:46:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 16:53:02 16:47:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 16:53:02 16:48:01 0.18 0.00 0.18 0.00 0.00 3.16 0.00 16:53:02 16:49:01 0.28 0.00 0.28 0.00 0.00 3.51 0.00 16:53:02 16:50:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 16:53:02 16:51:01 16.66 2.23 14.43 0.00 281.05 7638.09 0.00 16:53:02 16:52:01 458.31 235.42 222.89 0.00 11352.52 57282.20 0.00 16:53:02 Average: 58.92 28.15 30.77 0.00 1817.02 7569.53 0.00 16:53:02 16:53:02 16:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:53:02 16:44:01 182456 0 591540 31.44 2620 1104928 1100456 37.56 423816 1077220 140 16:53:02 16:45:01 185404 0 588644 31.29 2620 1104876 1080408 36.87 424084 1074728 8 16:53:02 16:46:01 185228 0 588812 31.29 2620 1104884 1080408 36.87 433668 1065168 8 16:53:02 16:47:01 184872 0 589168 31.31 2620 1104884 1075112 36.69 434412 1064968 8 16:53:02 16:48:01 184068 0 589964 31.36 2620 1104892 1075356 36.70 436392 1064140 20 16:53:02 16:49:01 184140 0 589888 31.35 2620 1104896 1075440 36.70 436232 1064140 8 16:53:02 16:50:01 184640 0 589384 31.32 2620 1104900 1075440 36.70 436252 1064140 12 16:53:02 16:51:01 74712 0 663572 35.27 2620 1140640 1510872 51.56 520512 1078212 70696 16:53:02 16:52:01 131416 0 772292 41.05 1696 976140 1218548 41.59 574008 850160 312 16:53:02 Average: 166326 0 618140 32.85 2517 1094560 1143560 39.03 457708 1044764 7912 16:53:02 16:53:02 16:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:53:02 16:44:01 eth0 348.49 233.31 695.27 75.44 0.00 0.00 0.00 0.00 16:53:02 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:44:01 docker0 1.15 1.08 0.26 1.95 0.00 0.00 0.00 0.00 16:53:02 16:45:01 eth0 2.65 0.67 0.69 0.37 0.00 0.00 0.00 0.00 16:53:02 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:46:01 eth0 2.05 0.82 0.91 0.59 0.00 0.00 0.00 0.00 16:53:02 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:47:01 eth0 2.61 0.08 0.23 0.04 0.00 0.00 0.00 0.00 16:53:02 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:48:01 eth0 3.51 1.17 1.26 0.82 0.00 0.00 0.00 0.00 16:53:02 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:49:01 eth0 2.18 0.62 0.71 0.40 0.00 0.00 0.00 0.00 16:53:02 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:50:01 eth0 1.00 0.52 0.54 0.39 0.00 0.00 0.00 0.00 16:53:02 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:51:01 eth0 430.70 357.70 4070.76 27.05 0.00 0.00 0.00 0.00 16:53:02 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:52:01 vethd433605 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:53:02 16:52:01 eth0 453.37 406.29 3393.17 98.02 0.00 0.00 0.00 0.00 16:53:02 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 16:52:01 docker0 30.18 30.26 2.76 158.44 0.00 0.00 0.00 0.00 16:53:02 Average: vethd433605 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 Average: eth0 138.58 111.30 907.57 22.58 0.00 0.00 0.00 0.00 16:53:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:53:02 Average: docker0 3.48 3.49 0.34 17.83 0.00 0.00 0.00 0.00 16:53:02 16:53:02 16:53:02 ---> sar -P ALL: 16:53:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:53:02 16:53:02 16:42:29 LINUX RESTART (4 CPU) 16:53:02 16:53:02 16:43:01 CPU %user %nice %system %iowait %steal %idle 16:53:02 16:44:01 all 6.17 0.00 2.99 1.15 0.02 89.66 16:53:02 16:44:01 0 5.13 0.00 3.86 0.91 0.03 90.07 16:53:02 16:44:01 1 5.22 0.00 2.71 1.45 0.02 90.61 16:53:02 16:44:01 2 7.10 0.00 2.67 1.71 0.02 88.50 16:53:02 16:44:01 3 7.24 0.00 2.74 0.54 0.02 89.46 16:53:02 16:45:01 all 0.17 0.00 0.06 0.00 0.00 99.77 16:53:02 16:45:01 0 0.10 0.00 0.05 0.00 0.00 99.85 16:53:02 16:45:01 1 0.25 0.00 0.05 0.00 0.00 99.70 16:53:02 16:45:01 2 0.28 0.00 0.05 0.00 0.02 99.65 16:53:02 16:45:01 3 0.03 0.00 0.08 0.00 0.00 99.88 16:53:02 16:46:01 all 0.17 0.00 0.05 0.00 0.00 99.77 16:53:02 16:46:01 0 0.08 0.00 0.03 0.00 0.02 99.87 16:53:02 16:46:01 1 0.33 0.00 0.05 0.00 0.00 99.62 16:53:02 16:46:01 2 0.15 0.00 0.05 0.00 0.00 99.80 16:53:02 16:46:01 3 0.12 0.00 0.08 0.00 0.00 99.80 16:53:02 16:47:01 all 0.15 0.00 0.04 0.00 0.00 99.80 16:53:02 16:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:53:02 16:47:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:53:02 16:47:01 2 0.03 0.00 0.07 0.00 0.00 99.90 16:53:02 16:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:53:02 16:48:01 all 0.20 0.00 0.11 0.00 0.00 99.69 16:53:02 16:48:01 0 0.07 0.00 0.07 0.00 0.00 99.87 16:53:02 16:48:01 1 0.55 0.00 0.03 0.00 0.00 99.42 16:53:02 16:48:01 2 0.12 0.00 0.10 0.00 0.00 99.78 16:53:02 16:48:01 3 0.07 0.00 0.23 0.00 0.02 99.68 16:53:02 16:49:01 all 0.16 0.00 0.06 0.00 0.00 99.78 16:53:02 16:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:53:02 16:49:01 1 0.58 0.00 0.03 0.00 0.00 99.38 16:53:02 16:49:01 2 0.03 0.00 0.07 0.00 0.00 99.90 16:53:02 16:49:01 3 0.02 0.00 0.12 0.00 0.00 99.87 16:53:02 16:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:53:02 16:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:53:02 16:50:01 1 0.47 0.00 0.02 0.00 0.00 99.52 16:53:02 16:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:53:02 16:50:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:53:02 16:51:01 all 2.27 0.00 1.78 0.11 0.00 95.83 16:53:02 16:51:01 0 2.52 0.00 2.38 0.05 0.00 95.05 16:53:02 16:51:01 1 1.96 0.00 1.42 0.08 0.02 96.52 16:53:02 16:51:01 2 2.07 0.00 1.74 0.12 0.00 96.07 16:53:02 16:51:01 3 2.54 0.00 1.59 0.20 0.00 95.67 16:53:02 16:52:01 all 16.00 0.00 12.23 4.60 0.06 67.12 16:53:02 16:52:01 0 16.22 0.00 12.99 2.88 0.07 67.84 16:53:02 16:52:01 1 16.07 0.00 11.18 2.29 0.03 70.43 16:53:02 16:52:01 2 16.24 0.00 12.58 6.62 0.05 64.51 16:53:02 16:52:01 3 15.46 0.00 12.17 6.60 0.07 65.70 16:53:02 Average: all 2.77 0.00 1.89 0.64 0.01 94.70 16:53:02 Average: 0 2.62 0.00 2.11 0.42 0.01 94.84 16:53:02 Average: 1 2.83 0.00 1.69 0.42 0.01 95.05 16:53:02 Average: 2 2.85 0.00 1.89 0.92 0.01 94.33 16:53:02 Average: 3 2.79 0.00 1.86 0.79 0.01 94.56 16:53:02 16:53:02 16:53:02