Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1f0733914b201895897853d5b06c8e02670a551a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17181 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1f0733914b201895897853d5b06c8e02670a551a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" > git rev-list --no-walk dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T06:32:49.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T06:32:50.140Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T06:32:50.279Z] ========================================================= [2020-12-22T06:32:50.279Z] EdgeX Global Pipelines Version Info [2020-12-22T06:32:50.279Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:32:51.820Z] ------------------- [2020-12-22T06:32:51.820Z] stable info: [2020-12-22T06:32:51.820Z] ------------------- [2020-12-22T06:32:51.820Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T06:32:51.820Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T06:32:51.820Z] Message: update stable to v1.0.173 [2020-12-22T06:32:52.764Z] ------------------- [2020-12-22T06:32:52.764Z] experimental info: [2020-12-22T06:32:52.764Z] ------------------- [2020-12-22T06:32:52.764Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T06:32:52.764Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T06:32:52.764Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T06:32:53.068Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-12-22T06:32:53.169Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-12-22T06:32:53.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T06:32:53.387Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T06:32:53.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T06:32:53.601Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-22T06:32:53.699Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-22T06:32:53.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-22T06:32:53.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-22T06:32:54.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-22T06:32:54.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T06:32:54.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-12-22T06:32:54.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T06:32:54.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T06:32:54.600Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T06:32:54.700Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T06:32:54.796Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T06:32:54.897Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T06:32:55.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T06:32:55.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-22T06:32:55.204Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-22T06:32:55.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-22T06:32:55.416Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-22T06:32:55.508Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-22T06:32:55.602Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-22T06:32:55.750Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T06:32:55.857Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T06:32:55.947Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-22T06:32:56.039Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-22T06:32:56.130Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-22T06:32:56.219Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] echo [2020-12-22T06:32:56.310Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f07339 [Pipeline] echo [2020-12-22T06:32:56.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T06:32:56.647Z] provisioning config files... [2020-12-22T06:32:56.780Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6980201345481547620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:32:57.135Z] ---> docker-login.sh [2020-12-22T06:32:57.135Z] nexus3.edgexfoundry.org:10001 [2020-12-22T06:32:57.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:32:57.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:32:57.658Z] Configure a credential helper to remove this warning. See [2020-12-22T06:32:57.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:32:57.658Z] [2020-12-22T06:32:57.658Z] Login Succeeded [2020-12-22T06:32:57.658Z] nexus3.edgexfoundry.org:10002 [2020-12-22T06:32:57.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:32:57.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:32:57.658Z] Configure a credential helper to remove this warning. See [2020-12-22T06:32:57.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:32:57.658Z] [2020-12-22T06:32:57.658Z] Login Succeeded [2020-12-22T06:32:57.658Z] nexus3.edgexfoundry.org:10003 [2020-12-22T06:32:57.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:32:57.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:32:57.922Z] Configure a credential helper to remove this warning. See [2020-12-22T06:32:57.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:32:57.922Z] [2020-12-22T06:32:57.922Z] Login Succeeded [2020-12-22T06:32:57.922Z] nexus3.edgexfoundry.org:10004 [2020-12-22T06:32:57.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:32:58.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:32:58.184Z] Configure a credential helper to remove this warning. See [2020-12-22T06:32:58.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:32:58.184Z] [2020-12-22T06:32:58.184Z] Login Succeeded [2020-12-22T06:32:58.184Z] docker.io [2020-12-22T06:32:58.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:32:58.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:32:58.451Z] Configure a credential helper to remove this warning. See [2020-12-22T06:32:58.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:32:58.451Z] [2020-12-22T06:32:58.451Z] Login Succeeded [2020-12-22T06:32:58.451Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T06:32:58.460Z] 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 [2020-12-22T06:32:59.455Z] + git log --format=format:%s -1 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] echo [2020-12-22T06:32:59.518Z] GIT_COMMIT: 1f0733914b201895897853d5b06c8e02670a551a, Commit Message: Merge pull request #81 from jpwhitemn/update-profiles-hanoi [Pipeline] echo [2020-12-22T06:32:59.564Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:33:00.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:33:00.520Z] [2020-12-22T06:33:00.520Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:33:00.907Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:33:00.907Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T06:33:00.907Z] 31603596830f: Pulling fs layer [2020-12-22T06:33:00.907Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T06:33:00.907Z] 6ca5941a6612: Pulling fs layer [2020-12-22T06:33:00.907Z] ecc8261a40a4: Pulling fs layer [2020-12-22T06:33:00.907Z] ecc8261a40a4: Waiting [2020-12-22T06:33:00.907Z] 2a8b12db71e7: Verifying Checksum [2020-12-22T06:33:00.907Z] 2a8b12db71e7: Download complete [2020-12-22T06:33:01.172Z] 31603596830f: Verifying Checksum [2020-12-22T06:33:01.172Z] 31603596830f: Download complete [2020-12-22T06:33:01.172Z] 6ca5941a6612: Verifying Checksum [2020-12-22T06:33:01.172Z] 6ca5941a6612: Download complete [2020-12-22T06:33:01.172Z] ecc8261a40a4: Verifying Checksum [2020-12-22T06:33:01.172Z] ecc8261a40a4: Download complete [2020-12-22T06:33:01.439Z] 31603596830f: Pull complete [2020-12-22T06:33:01.439Z] 2a8b12db71e7: Pull complete [2020-12-22T06:33:02.385Z] 6ca5941a6612: Pull complete [2020-12-22T06:33:02.647Z] ecc8261a40a4: Pull complete [2020-12-22T06:33:02.647Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T06:33:02.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:33:02.647Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T06:33:02.750Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:33:02.799Z] $ 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 [2020-12-22T06:33:04.705Z] $ docker top e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T06:33:04.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T06:33:04.976Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T06:33:05.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T06:33:05.184Z] $ docker exec e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent [2020-12-22T06:33:05.361Z] SSH_AUTH_SOCK=/tmp/ssh-uBqY9zqRpDOg/agent.11 [2020-12-22T06:33:05.361Z] SSH_AGENT_PID=16 [2020-12-22T06:33:05.370Z] Running ssh-add (command line suppressed) [2020-12-22T06:33:05.491Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9124786617204677224.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9124786617204677224.key) [2020-12-22T06:33:05.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T06:33:06.142Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T06:33:06.163Z] $ docker exec --env ******** --env ******** e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent -k [2020-12-22T06:33:06.281Z] unset SSH_AUTH_SOCK; [2020-12-22T06:33:06.281Z] unset SSH_AGENT_PID; [2020-12-22T06:33:06.281Z] echo Agent pid 16 killed; [2020-12-22T06:33:06.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T06:33:06.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T06:33:06.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T06:33:06.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T06:33:06.687Z] $ docker exec e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent [2020-12-22T06:33:06.853Z] SSH_AUTH_SOCK=/tmp/ssh-9gQ9DAYyqTMQ/agent.45 [2020-12-22T06:33:06.853Z] SSH_AGENT_PID=50 [2020-12-22T06:33:06.860Z] Running ssh-add (command line suppressed) [2020-12-22T06:33:06.976Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4831526316788658090.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4831526316788658090.key) [2020-12-22T06:33:07.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T06:33:07.355Z] + git semver init [2020-12-22T06:33:07.355Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T06:33:07.355Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-12-22T06:33:07.355Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-12-22T06:33:07.355Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T06:33:07.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T06:33:07.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T06:33:07.355Z] # $SEMVER_BRANCH = master [2020-12-22T06:33:07.355Z] # $SEMVER_TEMP = /tmp/semver-694593343 [2020-12-22T06:33:07.355Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-12-22T06:33:07.616Z] # '/tmp/semver-694593343' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-12-22T06:33:07.616Z] # -> Force: false [2020-12-22T06:33:07.616Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-12-22T06:33:07.631Z] $ docker exec --env ******** --env ******** e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 ssh-agent -k [2020-12-22T06:33:07.745Z] unset SSH_AUTH_SOCK; [2020-12-22T06:33:07.745Z] unset SSH_AGENT_PID; [2020-12-22T06:33:07.745Z] echo Agent pid 50 killed; [2020-12-22T06:33:07.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T06:33:08.253Z] + git semver [Pipeline] } [2020-12-22T06:33:08.272Z] $ docker stop --time=1 e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 [2020-12-22T06:33:09.684Z] $ docker rm -f e2af52aff090117951cbf810a971792b546c493d1154ccf9d993fd0eed6a6595 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T06:33:10.309Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T06:33:10.663Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T06:33:10.666Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-22T06:33:11.403Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17175 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-12-22T06:33:11.452Z] Running in /w/workspace/device-snmp-go/19 [Pipeline] { [Pipeline] checkout [2020-12-22T06:33:15.822Z] using credential edgex-jenkins-ssh [2020-12-22T06:33:15.880Z] Cloning the remote Git repository [2020-12-22T06:33:15.934Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:33:16.032Z] > git init /w/workspace/device-snmp-go/19 # timeout=10 [2020-12-22T06:33:16.108Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:33:16.109Z] > git --version # timeout=10 [2020-12-22T06:33:16.132Z] > git --version # 'git version 2.17.1' [2020-12-22T06:33:16.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T06:33:16.186Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T06:33:17.413Z] Checking out Revision 1f0733914b201895897853d5b06c8e02670a551a (master) [2020-12-22T06:33:16.847Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T06:33:16.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T06:33:16.897Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T06:33:16.924Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:33:16.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T06:33:16.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T06:33:17.438Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T06:33:17.451Z] > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 [2020-12-22T06:33:21.686Z] Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T06:33:23.211Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T06:33:23.619Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T06:33:23.958Z] + + sudo servicetrue docker [2020-12-22T06:33:23.958Z] restart [Pipeline] withEnv [Pipeline] { [2020-12-22T06:33:26.231Z] Still waiting to schedule task [2020-12-22T06:33:26.232Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] wrap [2020-12-22T06:33:26.374Z] provisioning config files... [2020-12-22T06:33:26.421Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config4777349634627305190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:33:26.827Z] ---> docker-login.sh [2020-12-22T06:33:26.827Z] nexus3.edgexfoundry.org:10001 [2020-12-22T06:33:27.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:33:28.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:33:28.083Z] Configure a credential helper to remove this warning. See [2020-12-22T06:33:28.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:33:28.083Z] [2020-12-22T06:33:28.083Z] Login Succeeded [2020-12-22T06:33:28.083Z] nexus3.edgexfoundry.org:10002 [2020-12-22T06:33:28.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:33:28.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:33:28.644Z] Configure a credential helper to remove this warning. See [2020-12-22T06:33:28.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:33:28.644Z] [2020-12-22T06:33:28.644Z] Login Succeeded [2020-12-22T06:33:28.644Z] nexus3.edgexfoundry.org:10003 [2020-12-22T06:33:28.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:33:29.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:33:29.202Z] Configure a credential helper to remove this warning. See [2020-12-22T06:33:29.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:33:29.202Z] [2020-12-22T06:33:29.202Z] Login Succeeded [2020-12-22T06:33:29.202Z] nexus3.edgexfoundry.org:10004 [2020-12-22T06:33:29.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:33:29.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:33:29.753Z] Configure a credential helper to remove this warning. See [2020-12-22T06:33:29.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:33:29.753Z] [2020-12-22T06:33:29.753Z] Login Succeeded [2020-12-22T06:33:29.753Z] docker.io [2020-12-22T06:33:30.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:33:30.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:33:30.644Z] Configure a credential helper to remove this warning. See [2020-12-22T06:33:30.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:33:30.644Z] [2020-12-22T06:33:30.644Z] Login Succeeded [2020-12-22T06:33:30.644Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T06:33:30.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T06:33:31.174Z] ========================================================= [2020-12-22T06:33:31.174Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-22T06:33:31.174Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:33:31.556Z] + 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 . [2020-12-22T06:33:31.836Z] Sending build context to Docker daemon 315.4kB [2020-12-22T06:33:31.836Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-22T06:33:31.836Z] Step 2/10 : FROM ${BASE} [2020-12-22T06:33:32.114Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-22T06:33:32.114Z] 5f621e34cdf4: Pulling fs layer [2020-12-22T06:33:32.114Z] a4357932f1b6: Pulling fs layer [2020-12-22T06:33:32.114Z] 18c013af1878: Pulling fs layer [2020-12-22T06:33:32.114Z] 00ac8860ef70: Pulling fs layer [2020-12-22T06:33:32.114Z] 63d7cb157983: Pulling fs layer [2020-12-22T06:33:32.114Z] b116817d02f9: Pulling fs layer [2020-12-22T06:33:32.114Z] 745a02a5169b: Pulling fs layer [2020-12-22T06:33:32.114Z] 00ac8860ef70: Waiting [2020-12-22T06:33:32.114Z] 63d7cb157983: Waiting [2020-12-22T06:33:32.114Z] b116817d02f9: Waiting [2020-12-22T06:33:32.114Z] 745a02a5169b: Waiting [2020-12-22T06:33:32.114Z] 18c013af1878: Download complete [2020-12-22T06:33:32.114Z] a4357932f1b6: Verifying Checksum [2020-12-22T06:33:32.114Z] a4357932f1b6: Download complete [2020-12-22T06:33:32.114Z] 63d7cb157983: Verifying Checksum [2020-12-22T06:33:32.114Z] 63d7cb157983: Download complete [2020-12-22T06:33:32.114Z] b116817d02f9: Download complete [2020-12-22T06:33:32.114Z] 5f621e34cdf4: Verifying Checksum [2020-12-22T06:33:32.114Z] 5f621e34cdf4: Download complete [2020-12-22T06:33:33.099Z] 5f621e34cdf4: Pull complete [2020-12-22T06:33:33.382Z] a4357932f1b6: Pull complete [2020-12-22T06:33:33.662Z] 18c013af1878: Pull complete [2020-12-22T06:33:34.660Z] 745a02a5169b: Verifying Checksum [2020-12-22T06:33:34.660Z] 745a02a5169b: Download complete [2020-12-22T06:33:36.094Z] 00ac8860ef70: Verifying Checksum [2020-12-22T06:33:36.094Z] 00ac8860ef70: Download complete [2020-12-22T06:33:46.250Z] 00ac8860ef70: Pull complete [2020-12-22T06:33:46.524Z] 63d7cb157983: Pull complete [2020-12-22T06:33:46.798Z] b116817d02f9: Pull complete [2020-12-22T06:33:51.104Z] 745a02a5169b: Pull complete [2020-12-22T06:33:51.104Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-22T06:33:51.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-22T06:33:51.104Z] ---> b7e6874047d6 [2020-12-22T06:33:51.104Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T06:33:53.722Z] ---> Running in b6736062f584 [2020-12-22T06:33:54.002Z] Removing intermediate container b6736062f584 [2020-12-22T06:33:54.002Z] ---> 85fe6453a6f8 [2020-12-22T06:33:54.002Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T06:33:54.002Z] ---> Running in 0aee802eeb19 [2020-12-22T06:33:54.601Z] Removing intermediate container 0aee802eeb19 [2020-12-22T06:33:54.601Z] ---> 5c6c06c75638 [2020-12-22T06:33:54.601Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-22T06:33:54.601Z] ---> Running in 77cb9d1f2665 [2020-12-22T06:33:55.195Z] Removing intermediate container 77cb9d1f2665 [2020-12-22T06:33:55.195Z] ---> 0ba2afbcaa0b [2020-12-22T06:33:55.195Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T06:33:55.195Z] ---> Running in 70776537139e [2020-12-22T06:33:57.821Z] Removing intermediate container 70776537139e [2020-12-22T06:33:57.821Z] ---> 3150d0f6a329 [2020-12-22T06:33:57.821Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T06:33:57.821Z] ---> Running in 92484f650331 [2020-12-22T06:33:58.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T06:33:59.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T06:34:00.373Z] OK: 142 MiB in 39 packages [2020-12-22T06:34:01.348Z] Removing intermediate container 92484f650331 [2020-12-22T06:34:01.348Z] ---> cef85a62843c [2020-12-22T06:34:01.348Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-22T06:34:01.618Z] ---> Running in 90e3efd6ed6c [2020-12-22T06:34:02.218Z] Removing intermediate container 90e3efd6ed6c [2020-12-22T06:34:02.218Z] ---> 3efa8777821b [2020-12-22T06:34:02.218Z] Step 9/10 : COPY . . [2020-12-22T06:34:02.809Z] ---> 594685197c73 [2020-12-22T06:34:02.809Z] Step 10/10 : RUN go mod download [2020-12-22T06:34:03.093Z] ---> Running in 9225a1853373 [2020-12-22T06:34:25.247Z] Removing intermediate container 9225a1853373 [2020-12-22T06:34:25.247Z] ---> 3d1d97c49ee5 [2020-12-22T06:34:25.247Z] Successfully built 3d1d97c49ee5 [2020-12-22T06:34:25.247Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:34:25.591Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T06:34:25.591Z] . [Pipeline] withDockerContainer [2020-12-22T06:34:25.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-17175 does not seem to be running inside a container [2020-12-22T06:34:25.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T06:34:27.371Z] $ docker top 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T06:34:28.424Z] + go version [2020-12-22T06:34:28.424Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-22T06:34:28.453Z] $ docker stop --time=1 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db [2020-12-22T06:34:30.405Z] $ docker rm -f 9648912fbba9d3dfcce11caceba9b79866f2058902944bc3d74b27d1cedfe2db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:34:31.481Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T06:34:31.481Z] . [Pipeline] withDockerContainer [2020-12-22T06:34:31.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-17175 does not seem to be running inside a container [2020-12-22T06:34:31.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T06:34:33.342Z] $ docker top 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T06:34:34.357Z] + make test [2020-12-22T06:34:34.357Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-22T06:34:35.347Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-22T06:35:07.737Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-12-22T06:35:07.737Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements [2020-12-22T06:35:07.737Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-22T06:35:14.471Z] gofmt -l . [2020-12-22T06:35:14.471Z] [ "`gofmt -l .`" = "" ] [2020-12-22T06:35:14.471Z] ./bin/test-attribution-txt.sh [2020-12-22T06:35:15.079Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-22T06:35:15.703Z] $ docker stop --time=1 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 [2020-12-22T06:35:18.006Z] $ docker rm -f 6464ecd30ac84efa667d7288c8b44d4124508c64e51aadda07634714140fa069 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T06:35:18.932Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-22T06:35:19.604Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T06:35:23.401Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T06:35:23.736Z] + ls -al . [2020-12-22T06:35:23.736Z] total 132 [2020-12-22T06:35:23.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 06:35 . [2020-12-22T06:35:23.736Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 06:33 .. [2020-12-22T06:35:23.736Z] -rw-rw-r-- 1 jenkins jenkins 6 Dec 22 06:33 .dockerignore [2020-12-22T06:35:23.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 06:33 .git [2020-12-22T06:35:23.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 .github [2020-12-22T06:35:23.736Z] -rw-rw-r-- 1 jenkins jenkins 272 Dec 22 06:33 .gitignore [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 5082 Dec 22 06:33 Attribution.txt [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 1002 Dec 22 06:33 Dockerfile [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 409 Dec 22 06:33 Dockerfile.build [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 656 Dec 22 06:33 Jenkinsfile [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 22 06:33 LICENSE [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 937 Dec 22 06:33 Makefile [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 12398 Dec 22 06:33 README.md [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 22 06:33 VERSION [2020-12-22T06:35:23.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 bin [2020-12-22T06:35:23.737Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 22 06:33 cmd [2020-12-22T06:35:23.737Z] -rw-r--r-- 1 jenkins jenkins 8493 Dec 22 06:35 coverage.out [2020-12-22T06:35:23.737Z] -rw-r--r-- 1 jenkins jenkins 204 Dec 22 06:35 go.mod [2020-12-22T06:35:23.737Z] -rw-r--r-- 1 jenkins jenkins 13961 Dec 22 06:35 go.sum [2020-12-22T06:35:23.737Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 22 06:33 internal [2020-12-22T06:35:23.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 06:33 profiles [2020-12-22T06:35:23.737Z] -rw-rw-r-- 1 jenkins jenkins 209 Dec 22 06:33 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:35:24.077Z] + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1f0733914b201895897853d5b06c8e02670a551a --label arch=arm64 --label version=1.3.1-dev.1 . [2020-12-22T06:35:24.349Z] Sending build context to Docker daemon 324.6kB [2020-12-22T06:35:24.349Z] Step 1/26 : ARG BASE=golang:1.15-alpine [2020-12-22T06:35:24.349Z] Step 2/26 : FROM ${BASE} AS builder [2020-12-22T06:35:24.349Z] ---> 3d1d97c49ee5 [2020-12-22T06:35:24.349Z] Step 3/26 : ARG MAKE='make build' [2020-12-22T06:35:24.621Z] ---> Running in 4f9a666cc517 [2020-12-22T06:35:25.217Z] Removing intermediate container 4f9a666cc517 [2020-12-22T06:35:25.217Z] ---> d8ef19921b7e [2020-12-22T06:35:25.217Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T06:35:25.217Z] ---> Running in 57da4d0d8da6 [2020-12-22T06:35:25.811Z] Removing intermediate container 57da4d0d8da6 [2020-12-22T06:35:25.811Z] ---> 195b0e32fd94 [2020-12-22T06:35:25.811Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T06:35:25.811Z] ---> Running in ccef057ecc51 [2020-12-22T06:35:26.084Z] Removing intermediate container ccef057ecc51 [2020-12-22T06:35:26.084Z] ---> 79306dc6bc64 [2020-12-22T06:35:26.084Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T06:35:26.355Z] ---> Running in 4477731a5e50 [2020-12-22T06:35:28.326Z] Removing intermediate container 4477731a5e50 [2020-12-22T06:35:28.326Z] ---> c7a6734f36a8 [2020-12-22T06:35:28.326Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T06:35:28.599Z] ---> Running in dac528c92ef0 [2020-12-22T06:35:29.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T06:35:30.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T06:35:31.141Z] OK: 142 MiB in 39 packages [2020-12-22T06:35:32.111Z] Removing intermediate container dac528c92ef0 [2020-12-22T06:35:32.111Z] ---> 9ffbd4f93ed3 [2020-12-22T06:35:32.111Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-12-22T06:35:32.111Z] ---> Running in e3a51d74958a [2020-12-22T06:35:32.705Z] Removing intermediate container e3a51d74958a [2020-12-22T06:35:32.705Z] ---> 1c79588b2a11 [2020-12-22T06:35:32.705Z] Step 9/26 : COPY go.mod . [2020-12-22T06:35:33.293Z] ---> 79d17676d8c3 [2020-12-22T06:35:33.293Z] Step 10/26 : COPY Makefile . [2020-12-22T06:35:33.888Z] ---> 1fc6fba8c4a0 [2020-12-22T06:35:33.888Z] Step 11/26 : RUN make update [2020-12-22T06:35:33.888Z] ---> Running in 4bea1db17046 [2020-12-22T06:35:35.329Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-22T06:35:36.301Z] Removing intermediate container 4bea1db17046 [2020-12-22T06:35:36.301Z] ---> 4dce72027cf6 [2020-12-22T06:35:36.301Z] Step 12/26 : COPY . . [2020-12-22T06:35:37.273Z] ---> bdf4f9b5acf5 [2020-12-22T06:35:37.273Z] Step 13/26 : RUN ${MAKE} [2020-12-22T06:35:37.273Z] ---> Running in bd88e0855001 [2020-12-22T06:35:38.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.1" -o cmd/device-snmp-go ./cmd [2020-12-22T06:36:05.052Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-22T06:36:07.859Z] Running on prd-centos7-docker-4c-2g-17182 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-12-22T06:36:07.923Z] Running in /w/workspace/device-snmp-go/19 [Pipeline] { [Pipeline] checkout [2020-12-22T06:36:09.342Z] Removing intermediate container bd88e0855001 [2020-12-22T06:36:09.342Z] ---> dbd088878941 [2020-12-22T06:36:09.342Z] Step 14/26 : FROM alpine [2020-12-22T06:36:09.342Z] latest: Pulling from library/alpine [2020-12-22T06:36:09.616Z] 159e5727ea61: Pulling fs layer [2020-12-22T06:36:09.890Z] 159e5727ea61: Download complete [2020-12-22T06:36:10.201Z] using credential edgex-jenkins-ssh [2020-12-22T06:36:10.307Z] Cloning the remote Git repository [2020-12-22T06:36:10.489Z] 159e5727ea61: Pull complete [2020-12-22T06:36:10.489Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-22T06:36:10.489Z] Status: Downloaded newer image for alpine:latest [2020-12-22T06:36:10.489Z] ---> afeebe901d6b [2020-12-22T06:36:10.489Z] Step 15/26 : ENV APP_PORT=49993 [2020-12-22T06:36:10.758Z] ---> Running in 3cc8e6bc147f [2020-12-22T06:36:11.027Z] Removing intermediate container 3cc8e6bc147f [2020-12-22T06:36:11.027Z] ---> c997ae47be65 [2020-12-22T06:36:11.028Z] Step 16/26 : EXPOSE $APP_PORT [2020-12-22T06:36:10.056Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:36:10.124Z] > git init /w/workspace/device-snmp-go/19 # timeout=10 [2020-12-22T06:36:10.180Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:36:10.181Z] > git --version # timeout=10 [2020-12-22T06:36:10.186Z] > git --version # 'git version 2.24.3' [2020-12-22T06:36:10.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T06:36:10.212Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T06:36:10.773Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T06:36:10.785Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T06:36:10.799Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T06:36:10.814Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T06:36:10.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T06:36:10.819Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T06:36:11.298Z] ---> Running in 2ff9c4cebb32 [2020-12-22T06:36:11.383Z] Checking out Revision 1f0733914b201895897853d5b06c8e02670a551a (master) [2020-12-22T06:36:11.575Z] Removing intermediate container 2ff9c4cebb32 [2020-12-22T06:36:11.575Z] ---> 39b62aaa32c7 [2020-12-22T06:36:11.575Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-12-22T06:36:11.846Z] ---> Running in de2adb56f99f [2020-12-22T06:36:12.117Z] Removing intermediate container de2adb56f99f [2020-12-22T06:36:12.117Z] ---> abf8495f8c61 [2020-12-22T06:36:12.117Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-12-22T06:36:11.208Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T06:36:11.212Z] > git checkout -f 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 [2020-12-22T06:36:12.388Z] ---> Running in 1e07cfe1fb8a [2020-12-22T06:36:12.661Z] Removing intermediate container 1e07cfe1fb8a [2020-12-22T06:36:12.661Z] ---> 9cf81f32cd5b [2020-12-22T06:36:12.661Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-12-22T06:36:13.633Z] ---> 9d1f0ee01b60 [2020-12-22T06:36:13.633Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-12-22T06:36:14.605Z] ---> 9a3c1a291a6c [2020-12-22T06:36:14.605Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-12-22T06:36:14.861Z] Commit message: "Merge pull request #81 from jpwhitemn/update-profiles-hanoi" [2020-12-22T06:36:15.196Z] ---> dba8e9a272c8 [2020-12-22T06:36:15.196Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-12-22T06:36:15.196Z] ---> Running in a72f6576ee0d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-22T06:36:15.467Z] Removing intermediate container a72f6576ee0d [2020-12-22T06:36:15.467Z] ---> a14112f4356c [2020-12-22T06:36:15.467Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T06:36:15.743Z] ---> Running in ee38016b548d [2020-12-22T06:36:16.017Z] Removing intermediate container ee38016b548d [2020-12-22T06:36:16.017Z] ---> b688ea2219b7 [2020-12-22T06:36:16.017Z] Step 24/26 : LABEL arch=arm64 [2020-12-22T06:36:16.178Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T06:36:16.285Z] ---> Running in 4469437f14a7 [2020-12-22T06:36:16.511Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T06:36:16.569Z] Removing intermediate container 4469437f14a7 [2020-12-22T06:36:16.569Z] ---> b035924a43af [2020-12-22T06:36:16.569Z] Step 25/26 : LABEL git_sha=1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:36:16.812Z] + sudo service docker restart [2020-12-22T06:36:16.812Z] + true [2020-12-22T06:36:16.812Z] Redirecting to /bin/systemctl restart docker.service [2020-12-22T06:36:16.837Z] ---> Running in 8a4f99244478 [2020-12-22T06:36:17.109Z] Removing intermediate container 8a4f99244478 [2020-12-22T06:36:17.109Z] ---> 0b4487a759a9 [2020-12-22T06:36:17.109Z] Step 26/26 : LABEL version=1.3.1-dev.1 [2020-12-22T06:36:17.383Z] ---> Running in aa048529aea5 [2020-12-22T06:36:17.657Z] Removing intermediate container aa048529aea5 [2020-12-22T06:36:17.657Z] ---> 483c174d8c37 [2020-12-22T06:36:17.657Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-22T06:36:17.657Z] Successfully built 483c174d8c37 [2020-12-22T06:36:17.657Z] Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T06:36:18.277Z] provisioning config files... [2020-12-22T06:36:18.316Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config5319538905308713535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T06:36:18.514Z] provisioning config files... [2020-12-22T06:36:18.557Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config7778436426930126234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:36:18.627Z] ---> docker-login.sh [2020-12-22T06:36:18.627Z] nexus3.edgexfoundry.org:10001 [2020-12-22T06:36:18.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:18.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:18.892Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:18.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:18.892Z] [2020-12-22T06:36:18.892Z] Login Succeeded [2020-12-22T06:36:18.892Z] nexus3.edgexfoundry.org:10002 [2020-12-22T06:36:18.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:18.947Z] ---> docker-login.sh [2020-12-22T06:36:18.947Z] nexus3.edgexfoundry.org:10001 [2020-12-22T06:36:19.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.155Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.155Z] [2020-12-22T06:36:19.155Z] Login Succeeded [2020-12-22T06:36:19.155Z] nexus3.edgexfoundry.org:10003 [2020-12-22T06:36:19.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:19.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.155Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.155Z] [2020-12-22T06:36:19.155Z] Login Succeeded [2020-12-22T06:36:19.155Z] nexus3.edgexfoundry.org:10004 [2020-12-22T06:36:19.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:19.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.222Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.222Z] [2020-12-22T06:36:19.222Z] Login Succeeded [2020-12-22T06:36:19.222Z] nexus3.edgexfoundry.org:10002 [2020-12-22T06:36:19.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:19.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.417Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.417Z] [2020-12-22T06:36:19.417Z] Login Succeeded [2020-12-22T06:36:19.417Z] docker.io [2020-12-22T06:36:19.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:19.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.680Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.680Z] [2020-12-22T06:36:19.680Z] Login Succeeded [2020-12-22T06:36:19.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:19.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:19.821Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:19.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:19.821Z] [2020-12-22T06:36:19.821Z] Login Succeeded [2020-12-22T06:36:19.821Z] nexus3.edgexfoundry.org:10003 [2020-12-22T06:36:19.941Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T06:36:19.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T06:36:20.279Z] ========================================================= [2020-12-22T06:36:20.279Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-22T06:36:20.279Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:20.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:20.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:20.416Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:20.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:20.416Z] [2020-12-22T06:36:20.416Z] Login Succeeded [2020-12-22T06:36:20.416Z] nexus3.edgexfoundry.org:10004 [2020-12-22T06:36:20.630Z] + 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 . [2020-12-22T06:36:20.630Z] Sending build context to Docker daemon 316.4kB [2020-12-22T06:36:20.631Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-22T06:36:20.631Z] Step 2/10 : FROM ${BASE} [2020-12-22T06:36:20.631Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-22T06:36:20.631Z] 188c0c94c7c5: Pulling fs layer [2020-12-22T06:36:20.631Z] 0ef7d3d256c8: Pulling fs layer [2020-12-22T06:36:20.631Z] de9db76c5a1d: Pulling fs layer [2020-12-22T06:36:20.631Z] bca2f99d35d6: Pulling fs layer [2020-12-22T06:36:20.631Z] 93359f2a8cfa: Pulling fs layer [2020-12-22T06:36:20.631Z] 7c6f9722023f: Pulling fs layer [2020-12-22T06:36:20.631Z] a35cf1a2eb13: Pulling fs layer [2020-12-22T06:36:20.631Z] 93359f2a8cfa: Waiting [2020-12-22T06:36:20.631Z] 7c6f9722023f: Waiting [2020-12-22T06:36:20.631Z] a35cf1a2eb13: Waiting [2020-12-22T06:36:20.631Z] bca2f99d35d6: Waiting [2020-12-22T06:36:20.892Z] de9db76c5a1d: Verifying Checksum [2020-12-22T06:36:20.892Z] 0ef7d3d256c8: Verifying Checksum [2020-12-22T06:36:20.892Z] 0ef7d3d256c8: Download complete [2020-12-22T06:36:20.892Z] 93359f2a8cfa: Verifying Checksum [2020-12-22T06:36:20.892Z] 93359f2a8cfa: Download complete [2020-12-22T06:36:20.892Z] 188c0c94c7c5: Verifying Checksum [2020-12-22T06:36:20.892Z] 188c0c94c7c5: Download complete [2020-12-22T06:36:20.892Z] 7c6f9722023f: Verifying Checksum [2020-12-22T06:36:20.892Z] 7c6f9722023f: Download complete [2020-12-22T06:36:21.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:21.156Z] 188c0c94c7c5: Pull complete [2020-12-22T06:36:21.156Z] 0ef7d3d256c8: Pull complete [2020-12-22T06:36:21.417Z] de9db76c5a1d: Pull complete [2020-12-22T06:36:21.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:21.596Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:21.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:21.596Z] [2020-12-22T06:36:21.596Z] Login Succeeded [2020-12-22T06:36:21.596Z] docker.io [2020-12-22T06:36:21.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:36:22.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:36:22.133Z] Configure a credential helper to remove this warning. See [2020-12-22T06:36:22.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:36:22.133Z] [2020-12-22T06:36:22.133Z] Login Succeeded [2020-12-22T06:36:22.133Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T06:36:22.148Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-22T06:36:22.390Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-12-22T06:36:22.390Z] 1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:36:22.390Z] latest [2020-12-22T06:36:22.390Z] 1.3.1-dev.1 [2020-12-22T06:36:22.390Z] 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:36:22.390Z] master [2020-12-22T06:36:22.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:22.909Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:23.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:36:23.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-12-22T06:36:23.243Z] 0d4fe86d9ebe: Preparing [2020-12-22T06:36:23.243Z] cf73dafd4a20: Preparing [2020-12-22T06:36:23.243Z] f40ebfc0dc21: Preparing [2020-12-22T06:36:23.243Z] 379067d0cb53: Preparing [2020-12-22T06:36:23.243Z] 379067d0cb53: Layer already exists [2020-12-22T06:36:23.344Z] a35cf1a2eb13: Verifying Checksum [2020-12-22T06:36:23.344Z] a35cf1a2eb13: Download complete [2020-12-22T06:36:23.515Z] cf73dafd4a20: Pushed [2020-12-22T06:36:23.515Z] 0d4fe86d9ebe: Pushed [2020-12-22T06:36:23.609Z] bca2f99d35d6: Verifying Checksum [2020-12-22T06:36:23.609Z] bca2f99d35d6: Download complete [2020-12-22T06:36:26.116Z] f40ebfc0dc21: Pushed [2020-12-22T06:36:26.116Z] 1f0733914b201895897853d5b06c8e02670a551a: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:26.455Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:26.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-12-22T06:36:26.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-12-22T06:36:26.786Z] 0d4fe86d9ebe: Preparing [2020-12-22T06:36:26.786Z] cf73dafd4a20: Preparing [2020-12-22T06:36:26.786Z] f40ebfc0dc21: Preparing [2020-12-22T06:36:26.786Z] 379067d0cb53: Preparing [2020-12-22T06:36:26.786Z] cf73dafd4a20: Layer already exists [2020-12-22T06:36:26.786Z] 0d4fe86d9ebe: Layer already exists [2020-12-22T06:36:26.786Z] f40ebfc0dc21: Layer already exists [2020-12-22T06:36:26.786Z] 379067d0cb53: Layer already exists [2020-12-22T06:36:27.058Z] latest: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:27.395Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:27.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 [2020-12-22T06:36:27.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-12-22T06:36:27.729Z] 0d4fe86d9ebe: Preparing [2020-12-22T06:36:27.729Z] cf73dafd4a20: Preparing [2020-12-22T06:36:27.729Z] f40ebfc0dc21: Preparing [2020-12-22T06:36:27.729Z] 379067d0cb53: Preparing [2020-12-22T06:36:27.729Z] cf73dafd4a20: Layer already exists [2020-12-22T06:36:27.729Z] f40ebfc0dc21: Layer already exists [2020-12-22T06:36:27.729Z] 379067d0cb53: Layer already exists [2020-12-22T06:36:27.729Z] 0d4fe86d9ebe: Layer already exists [2020-12-22T06:36:27.998Z] 1.3.1-dev.1: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:28.335Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:28.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:36:28.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-12-22T06:36:28.675Z] 0d4fe86d9ebe: Preparing [2020-12-22T06:36:28.675Z] cf73dafd4a20: Preparing [2020-12-22T06:36:28.675Z] f40ebfc0dc21: Preparing [2020-12-22T06:36:28.675Z] 379067d0cb53: Preparing [2020-12-22T06:36:28.675Z] cf73dafd4a20: Layer already exists [2020-12-22T06:36:28.675Z] 379067d0cb53: Layer already exists [2020-12-22T06:36:28.933Z] bca2f99d35d6: Pull complete [2020-12-22T06:36:28.933Z] 93359f2a8cfa: Pull complete [2020-12-22T06:36:28.946Z] f40ebfc0dc21: Layer already exists [2020-12-22T06:36:28.946Z] 0d4fe86d9ebe: Layer already exists [2020-12-22T06:36:28.946Z] 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:29.197Z] 7c6f9722023f: Pull complete [2020-12-22T06:36:29.285Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:36:29.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-12-22T06:36:29.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-12-22T06:36:29.617Z] 0d4fe86d9ebe: Preparing [2020-12-22T06:36:29.617Z] cf73dafd4a20: Preparing [2020-12-22T06:36:29.617Z] f40ebfc0dc21: Preparing [2020-12-22T06:36:29.617Z] 379067d0cb53: Preparing [2020-12-22T06:36:29.617Z] 0d4fe86d9ebe: Layer already exists [2020-12-22T06:36:29.617Z] f40ebfc0dc21: Layer already exists [2020-12-22T06:36:29.617Z] 379067d0cb53: Layer already exists [2020-12-22T06:36:29.617Z] cf73dafd4a20: Layer already exists [2020-12-22T06:36:29.889Z] master: digest: sha256:b048814c36b93c76c7537627affe59772fd6cc8a697f12e66cead5a61a933c41 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-22T06:36:30.240Z] ===================================================== [Pipeline] echo [2020-12-22T06:36:30.292Z] taggedImages: [2020-12-22T06:36:30.292Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:36:30.292Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-12-22T06:36:30.292Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.1-dev.1 [2020-12-22T06:36:30.292Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:36:30.292Z] - 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] } [2020-12-22T06:36:34.514Z] a35cf1a2eb13: Pull complete [2020-12-22T06:36:34.514Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-22T06:36:34.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-22T06:36:34.514Z] ---> a62c8e92a672 [2020-12-22T06:36:34.514Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T06:36:34.514Z] ---> Running in cbec5dc41889 [2020-12-22T06:36:34.514Z] Removing intermediate container cbec5dc41889 [2020-12-22T06:36:34.514Z] ---> 7e441fab99d1 [2020-12-22T06:36:34.514Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T06:36:34.514Z] ---> Running in 2fe3cd329d43 [2020-12-22T06:36:34.778Z] Removing intermediate container 2fe3cd329d43 [2020-12-22T06:36:34.778Z] ---> 4677d8df1d42 [2020-12-22T06:36:34.778Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-22T06:36:34.778Z] ---> Running in 472fb669ef84 [2020-12-22T06:36:35.041Z] Removing intermediate container 472fb669ef84 [2020-12-22T06:36:35.041Z] ---> 116d19496370 [2020-12-22T06:36:35.041Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T06:36:35.041Z] ---> Running in 602d5d5628ac [2020-12-22T06:36:35.989Z] Removing intermediate container 602d5d5628ac [2020-12-22T06:36:35.989Z] ---> 9f6a188d4985 [2020-12-22T06:36:35.989Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T06:36:35.989Z] ---> Running in 6538342d0f10 [2020-12-22T06:36:36.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T06:36:37.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T06:36:38.145Z] OK: 166 MiB in 39 packages [2020-12-22T06:36:38.408Z] Removing intermediate container 6538342d0f10 [2020-12-22T06:36:38.408Z] ---> 2763997dc206 [2020-12-22T06:36:38.408Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-22T06:36:38.670Z] ---> Running in cf65e0c4724f [2020-12-22T06:36:38.670Z] Removing intermediate container cf65e0c4724f [2020-12-22T06:36:38.670Z] ---> 0170b3503437 [2020-12-22T06:36:38.670Z] Step 9/10 : COPY . . [2020-12-22T06:36:39.623Z] ---> 095b018ff1e8 [2020-12-22T06:36:39.623Z] Step 10/10 : RUN go mod download [2020-12-22T06:36:39.623Z] ---> Running in 67f0fbe24086 [2020-12-22T06:37:01.628Z] Removing intermediate container 67f0fbe24086 [2020-12-22T06:37:01.628Z] ---> d5ae674d74a7 [2020-12-22T06:37:01.628Z] Successfully built d5ae674d74a7 [2020-12-22T06:37:01.628Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:01.941Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T06:37:01.941Z] . [Pipeline] withDockerContainer [2020-12-22T06:37:02.198Z] prd-centos7-docker-4c-2g-17182 does not seem to be running inside a container [2020-12-22T06:37:02.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T06:37:03.187Z] $ docker top ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T06:37:04.133Z] + go version [2020-12-22T06:37:04.133Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-22T06:37:04.149Z] $ docker stop --time=1 ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 [2020-12-22T06:37:05.577Z] $ docker rm -f ab8058217f0da54ddfeb4ca062e0da9e1a330855c72af9914df7410a7f242fc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:06.445Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T06:37:06.446Z] . [Pipeline] withDockerContainer [2020-12-22T06:37:06.542Z] prd-centos7-docker-4c-2g-17182 does not seem to be running inside a container [2020-12-22T06:37:06.589Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/19 -v /w/workspace/device-snmp-go/19:/w/workspace/device-snmp-go/19:rw,z -v /w/workspace/device-snmp-go/19@tmp:/w/workspace/device-snmp-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T06:37:07.180Z] $ docker top 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T06:37:07.658Z] + make test [2020-12-22T06:37:07.658Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-22T06:37:08.247Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-22T06:37:20.639Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-12-22T06:37:20.639Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2020-12-22T06:37:20.639Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-22T06:37:20.910Z] gofmt -l . [2020-12-22T06:37:20.910Z] [ "`gofmt -l .`" = "" ] [2020-12-22T06:37:20.910Z] ./bin/test-attribution-txt.sh [2020-12-22T06:37:21.488Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-22T06:37:21.766Z] $ docker stop --time=1 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 [2020-12-22T06:37:24.184Z] $ docker rm -f 6f68c1355bc93c06c73b64553e6bfba5f564e09108bd088499c4c1c812885ba1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T06:37:24.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-22T06:37:24.845Z] Warning: overwriting stash ‘coverage-report’ [2020-12-22T06:37:25.103Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-22T06:37:25.758Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T06:37:26.057Z] + ls -al . [2020-12-22T06:37:26.057Z] total 104 [2020-12-22T06:37:26.057Z] drwxrwxr-x. 8 jenkins jenkins 4096 Dec 22 06:37 . [2020-12-22T06:37:26.057Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 22 06:36 .. [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 5082 Dec 22 06:36 Attribution.txt [2020-12-22T06:37:26.057Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 22 06:36 bin [2020-12-22T06:37:26.057Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 22 06:36 cmd [2020-12-22T06:37:26.057Z] -rw-r--r--. 1 jenkins jenkins 8493 Dec 22 06:37 coverage.out [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 1002 Dec 22 06:36 Dockerfile [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 409 Dec 22 06:36 Dockerfile.build [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 6 Dec 22 06:36 .dockerignore [2020-12-22T06:37:26.057Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 22 06:36 .git [2020-12-22T06:37:26.057Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 22 06:36 .github [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 272 Dec 22 06:36 .gitignore [2020-12-22T06:37:26.057Z] -rw-r--r--. 1 jenkins jenkins 204 Dec 22 06:37 go.mod [2020-12-22T06:37:26.057Z] -rw-r--r--. 1 jenkins jenkins 13961 Dec 22 06:37 go.sum [2020-12-22T06:37:26.057Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 22 06:36 internal [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 656 Dec 22 06:36 Jenkinsfile [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 22 06:36 LICENSE [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 937 Dec 22 06:36 Makefile [2020-12-22T06:37:26.057Z] drwxrwxr-x. 2 jenkins jenkins 84 Dec 22 06:36 profiles [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 12398 Dec 22 06:36 README.md [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 22 06:33 VERSION [2020-12-22T06:37:26.057Z] -rw-rw-r--. 1 jenkins jenkins 209 Dec 22 06:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:26.365Z] + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1f0733914b201895897853d5b06c8e02670a551a --label arch=amd64 --label version=1.3.1-dev.1 . [2020-12-22T06:37:26.365Z] Sending build context to Docker daemon 325.6kB [2020-12-22T06:37:26.365Z] Step 1/26 : ARG BASE=golang:1.15-alpine [2020-12-22T06:37:26.365Z] Step 2/26 : FROM ${BASE} AS builder [2020-12-22T06:37:26.365Z] ---> d5ae674d74a7 [2020-12-22T06:37:26.365Z] Step 3/26 : ARG MAKE='make build' [2020-12-22T06:37:26.626Z] ---> Running in 9a1700bc3c10 [2020-12-22T06:37:26.890Z] Removing intermediate container 9a1700bc3c10 [2020-12-22T06:37:26.890Z] ---> c242661d27af [2020-12-22T06:37:26.890Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T06:37:26.890Z] ---> Running in 15130faaf16f [2020-12-22T06:37:27.155Z] Removing intermediate container 15130faaf16f [2020-12-22T06:37:27.155Z] ---> 08928591b4b9 [2020-12-22T06:37:27.155Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T06:37:27.155Z] ---> Running in 8f4e2024fa4e [2020-12-22T06:37:27.155Z] Removing intermediate container 8f4e2024fa4e [2020-12-22T06:37:27.155Z] ---> 6865c77c5702 [2020-12-22T06:37:27.155Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T06:37:27.424Z] ---> Running in 233b6bf459bf [2020-12-22T06:37:28.378Z] Removing intermediate container 233b6bf459bf [2020-12-22T06:37:28.378Z] ---> 870bb1118ddd [2020-12-22T06:37:28.378Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T06:37:28.378Z] ---> Running in e359cb460052 [2020-12-22T06:37:28.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T06:37:29.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T06:37:30.474Z] OK: 166 MiB in 39 packages [2020-12-22T06:37:31.056Z] Removing intermediate container e359cb460052 [2020-12-22T06:37:31.056Z] ---> b7878a9e776b [2020-12-22T06:37:31.056Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-12-22T06:37:31.056Z] ---> Running in 2c3b64357015 [2020-12-22T06:37:31.319Z] Removing intermediate container 2c3b64357015 [2020-12-22T06:37:31.319Z] ---> efdd1dcc53ef [2020-12-22T06:37:31.319Z] Step 9/26 : COPY go.mod . [2020-12-22T06:37:31.581Z] ---> 4e56fa82803c [2020-12-22T06:37:31.581Z] Step 10/26 : COPY Makefile . [2020-12-22T06:37:31.581Z] ---> 9741e526e49c [2020-12-22T06:37:31.581Z] Step 11/26 : RUN make update [2020-12-22T06:37:31.843Z] ---> Running in b20609873f40 [2020-12-22T06:37:32.106Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-22T06:37:32.681Z] Removing intermediate container b20609873f40 [2020-12-22T06:37:32.681Z] ---> 61d4428afcf4 [2020-12-22T06:37:32.681Z] Step 12/26 : COPY . . [2020-12-22T06:37:33.627Z] ---> 68b0fad84ea2 [2020-12-22T06:37:33.627Z] Step 13/26 : RUN ${MAKE} [2020-12-22T06:37:33.627Z] ---> Running in 3420cdd65885 [2020-12-22T06:37:34.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.1-dev.1" -o cmd/device-snmp-go ./cmd [2020-12-22T06:37:42.813Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-22T06:37:46.159Z] Removing intermediate container 3420cdd65885 [2020-12-22T06:37:46.159Z] ---> 9ff00b6d75db [2020-12-22T06:37:46.159Z] Step 14/26 : FROM alpine [2020-12-22T06:37:46.732Z] latest: Pulling from library/alpine [2020-12-22T06:37:46.732Z] 801bfaa63ef2: Pulling fs layer [2020-12-22T06:37:46.993Z] 801bfaa63ef2: Verifying Checksum [2020-12-22T06:37:46.993Z] 801bfaa63ef2: Download complete [2020-12-22T06:37:47.257Z] 801bfaa63ef2: Pull complete [2020-12-22T06:37:47.257Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-22T06:37:47.257Z] Status: Downloaded newer image for alpine:latest [2020-12-22T06:37:47.257Z] ---> 389fef711851 [2020-12-22T06:37:47.257Z] Step 15/26 : ENV APP_PORT=49993 [2020-12-22T06:37:47.520Z] ---> Running in bef292dabbdb [2020-12-22T06:37:47.782Z] Removing intermediate container bef292dabbdb [2020-12-22T06:37:47.782Z] ---> cccc21cb0bd7 [2020-12-22T06:37:47.782Z] Step 16/26 : EXPOSE $APP_PORT [2020-12-22T06:37:47.782Z] ---> Running in 4a3b348aca79 [2020-12-22T06:37:48.044Z] Removing intermediate container 4a3b348aca79 [2020-12-22T06:37:48.044Z] ---> ab65e79e6f35 [2020-12-22T06:37:48.044Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-12-22T06:37:48.044Z] ---> Running in 2c31783efe30 [2020-12-22T06:37:48.044Z] Removing intermediate container 2c31783efe30 [2020-12-22T06:37:48.044Z] ---> 200649e91eac [2020-12-22T06:37:48.044Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-12-22T06:37:48.307Z] ---> Running in 75070a091028 [2020-12-22T06:37:48.307Z] Removing intermediate container 75070a091028 [2020-12-22T06:37:48.307Z] ---> cd01052faccd [2020-12-22T06:37:48.307Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-12-22T06:37:48.880Z] ---> 2aa87a96185b [2020-12-22T06:37:48.880Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-12-22T06:37:49.143Z] ---> 40923cad48cd [2020-12-22T06:37:49.143Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-12-22T06:37:49.405Z] ---> b42eb1a61b60 [2020-12-22T06:37:49.405Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-12-22T06:37:49.405Z] ---> Running in c3e1674db0c6 [2020-12-22T06:37:49.666Z] Removing intermediate container c3e1674db0c6 [2020-12-22T06:37:49.666Z] ---> 0d5df6a2db28 [2020-12-22T06:37:49.666Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-12-22T06:37:49.666Z] ---> Running in 388deb1d45a0 [2020-12-22T06:37:49.928Z] Removing intermediate container 388deb1d45a0 [2020-12-22T06:37:49.928Z] ---> 16465f38a673 [2020-12-22T06:37:49.928Z] Step 24/26 : LABEL arch=amd64 [2020-12-22T06:37:49.928Z] ---> Running in cfd406968998 [2020-12-22T06:37:49.928Z] Removing intermediate container cfd406968998 [2020-12-22T06:37:49.928Z] ---> 1f47c4721e37 [2020-12-22T06:37:49.928Z] Step 25/26 : LABEL git_sha=1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:37:50.189Z] ---> Running in 8099c3904327 [2020-12-22T06:37:50.189Z] Removing intermediate container 8099c3904327 [2020-12-22T06:37:50.189Z] ---> c4011a513310 [2020-12-22T06:37:50.189Z] Step 26/26 : LABEL version=1.3.1-dev.1 [2020-12-22T06:37:50.450Z] ---> Running in 69b3492328c7 [2020-12-22T06:37:50.450Z] Removing intermediate container 69b3492328c7 [2020-12-22T06:37:50.450Z] ---> 017bead45f80 [2020-12-22T06:37:50.450Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-22T06:37:50.450Z] Successfully built 017bead45f80 [2020-12-22T06:37:50.450Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T06:37:50.816Z] provisioning config files... [2020-12-22T06:37:50.864Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/19@tmp/config5803757568148848692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:37:51.224Z] ---> docker-login.sh [2020-12-22T06:37:51.224Z] nexus3.edgexfoundry.org:10001 [2020-12-22T06:37:51.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:37:51.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:37:51.488Z] Configure a credential helper to remove this warning. See [2020-12-22T06:37:51.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:37:51.488Z] [2020-12-22T06:37:51.488Z] Login Succeeded [2020-12-22T06:37:51.488Z] nexus3.edgexfoundry.org:10002 [2020-12-22T06:37:51.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:37:51.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:37:51.488Z] Configure a credential helper to remove this warning. See [2020-12-22T06:37:51.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:37:51.488Z] [2020-12-22T06:37:51.488Z] Login Succeeded [2020-12-22T06:37:51.488Z] nexus3.edgexfoundry.org:10003 [2020-12-22T06:37:51.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:37:51.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:37:51.751Z] Configure a credential helper to remove this warning. See [2020-12-22T06:37:51.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:37:51.751Z] [2020-12-22T06:37:51.751Z] Login Succeeded [2020-12-22T06:37:51.751Z] nexus3.edgexfoundry.org:10004 [2020-12-22T06:37:51.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:37:52.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:37:52.014Z] Configure a credential helper to remove this warning. See [2020-12-22T06:37:52.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:37:52.014Z] [2020-12-22T06:37:52.014Z] Login Succeeded [2020-12-22T06:37:52.014Z] docker.io [2020-12-22T06:37:52.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T06:37:52.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T06:37:52.276Z] Configure a credential helper to remove this warning. See [2020-12-22T06:37:52.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T06:37:52.276Z] [2020-12-22T06:37:52.276Z] Login Succeeded [2020-12-22T06:37:52.276Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T06:37:52.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-22T06:37:52.552Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-12-22T06:37:52.552Z] 1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:37:52.552Z] latest [2020-12-22T06:37:52.552Z] 1.3.1-dev.1 [2020-12-22T06:37:52.552Z] 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:37:52.552Z] master [2020-12-22T06:37:52.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:53.089Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:53.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:37:53.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-12-22T06:37:53.390Z] 566807d4e9f3: Preparing [2020-12-22T06:37:53.390Z] 5bd8cebe05df: Preparing [2020-12-22T06:37:53.390Z] e5ebe6e3918d: Preparing [2020-12-22T06:37:53.390Z] 777b2c648970: Preparing [2020-12-22T06:37:53.390Z] 777b2c648970: Layer already exists [2020-12-22T06:37:53.390Z] 5bd8cebe05df: Pushed [2020-12-22T06:37:53.390Z] 566807d4e9f3: Pushed [2020-12-22T06:37:54.777Z] e5ebe6e3918d: Pushed [2020-12-22T06:37:54.777Z] 1f0733914b201895897853d5b06c8e02670a551a: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:55.083Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:55.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-12-22T06:37:55.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-12-22T06:37:55.381Z] 566807d4e9f3: Preparing [2020-12-22T06:37:55.381Z] 5bd8cebe05df: Preparing [2020-12-22T06:37:55.381Z] e5ebe6e3918d: Preparing [2020-12-22T06:37:55.381Z] 777b2c648970: Preparing [2020-12-22T06:37:55.381Z] 5bd8cebe05df: Layer already exists [2020-12-22T06:37:55.381Z] 777b2c648970: Layer already exists [2020-12-22T06:37:55.381Z] e5ebe6e3918d: Layer already exists [2020-12-22T06:37:55.381Z] 566807d4e9f3: Layer already exists [2020-12-22T06:37:55.381Z] latest: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:55.687Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:55.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 [2020-12-22T06:37:55.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-12-22T06:37:55.988Z] 566807d4e9f3: Preparing [2020-12-22T06:37:55.988Z] 5bd8cebe05df: Preparing [2020-12-22T06:37:55.988Z] e5ebe6e3918d: Preparing [2020-12-22T06:37:55.988Z] 777b2c648970: Preparing [2020-12-22T06:37:55.988Z] e5ebe6e3918d: Layer already exists [2020-12-22T06:37:55.988Z] 5bd8cebe05df: Layer already exists [2020-12-22T06:37:55.988Z] 566807d4e9f3: Layer already exists [2020-12-22T06:37:55.988Z] 777b2c648970: Layer already exists [2020-12-22T06:37:55.988Z] 1.3.1-dev.1: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:56.297Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:56.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:37:56.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-12-22T06:37:56.598Z] 566807d4e9f3: Preparing [2020-12-22T06:37:56.598Z] 5bd8cebe05df: Preparing [2020-12-22T06:37:56.598Z] e5ebe6e3918d: Preparing [2020-12-22T06:37:56.598Z] 777b2c648970: Preparing [2020-12-22T06:37:56.598Z] 5bd8cebe05df: Layer already exists [2020-12-22T06:37:56.598Z] 777b2c648970: Layer already exists [2020-12-22T06:37:56.598Z] e5ebe6e3918d: Layer already exists [2020-12-22T06:37:56.598Z] 566807d4e9f3: Layer already exists [2020-12-22T06:37:56.598Z] 1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:56.906Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:37:57.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-12-22T06:37:57.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-12-22T06:37:57.205Z] 566807d4e9f3: Preparing [2020-12-22T06:37:57.205Z] 5bd8cebe05df: Preparing [2020-12-22T06:37:57.205Z] e5ebe6e3918d: Preparing [2020-12-22T06:37:57.205Z] 777b2c648970: Preparing [2020-12-22T06:37:57.205Z] 5bd8cebe05df: Layer already exists [2020-12-22T06:37:57.205Z] 777b2c648970: Layer already exists [2020-12-22T06:37:57.205Z] 566807d4e9f3: Layer already exists [2020-12-22T06:37:57.205Z] e5ebe6e3918d: Layer already exists [2020-12-22T06:37:57.205Z] master: digest: sha256:971e6f82a000cd94f09401e0487fb495dff17dadf5c7ddd5a7ba589cd6183f99 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-22T06:37:57.390Z] ===================================================== [Pipeline] echo [2020-12-22T06:37:57.438Z] taggedImages: [2020-12-22T06:37:57.438Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a [2020-12-22T06:37:57.438Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-12-22T06:37:57.438Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.1-dev.1 [2020-12-22T06:37:57.438Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1f0733914b201895897853d5b06c8e02670a551a-1.3.1-dev.1 [2020-12-22T06:37:57.438Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-22T06:37:59.083Z] provisioning config files... [2020-12-22T06:37:59.092Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5844298762104412804tmp [Pipeline] { [Pipeline] sh [2020-12-22T06:37:59.480Z] + set +x [2020-12-22T06:37:59.480Z] + curl -s https://codecov.io/bash [2020-12-22T06:37:59.480Z] + bash -s -- [2020-12-22T06:37:59.743Z] [2020-12-22T06:37:59.743Z] _____ _ [2020-12-22T06:37:59.743Z] / ____| | | [2020-12-22T06:37:59.743Z] | | ___ __| | ___ ___ _____ __ [2020-12-22T06:37:59.743Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-22T06:37:59.743Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-22T06:37:59.743Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-22T06:37:59.743Z] Bash-20201217-3d3df35 [2020-12-22T06:37:59.743Z] [2020-12-22T06:37:59.743Z] [2020-12-22T06:37:59.743Z] git version 2.24.3 found [2020-12-22T06:37:59.743Z] 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 [2020-12-22T06:37:59.743Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-22T06:37:59.743Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-22T06:37:59.743Z] ==> Jenkins CI detected. [2020-12-22T06:37:59.743Z] project root: . [2020-12-22T06:37:59.743Z] --> token set from env [2020-12-22T06:37:59.743Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-22T06:37:59.743Z] ==> Running gcov in . (disable via -X gcov) [2020-12-22T06:37:59.743Z] ==> Python coveragepy not found [2020-12-22T06:37:59.743Z] ==> Searching for coverage reports in: [2020-12-22T06:37:59.743Z] + . [2020-12-22T06:37:59.743Z] -> Found 1 reports [2020-12-22T06:37:59.743Z] ==> Detecting git/mercurial file structure [2020-12-22T06:37:59.743Z] ==> Reading reports [2020-12-22T06:37:59.743Z] + ./coverage.out bytes=8493 [2020-12-22T06:37:59.743Z] ==> Appending adjustments [2020-12-22T06:37:59.743Z] https://docs.codecov.io/docs/fixing-reports [2020-12-22T06:37:59.743Z] + Found adjustments [2020-12-22T06:37:59.743Z] ==> Gzipping contents [2020-12-22T06:37:59.743Z] 4.0K /tmp/codecov.Kuor10.gz [2020-12-22T06:38:00.006Z] ==> Uploading reports [2020-12-22T06:38:00.006Z] url: https://codecov.io [2020-12-22T06:38:00.006Z] query: branch=master&commit=1f0733914b201895897853d5b06c8e02670a551a&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-22T06:38:00.006Z] -> Pinging Codecov [2020-12-22T06:38:00.006Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=1f0733914b201895897853d5b06c8e02670a551a&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-22T06:38:00.270Z] -> Uploading to [2020-12-22T06:38:00.270Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-22/6C56EA5C29638FB4528AC87E60AF5AE0/1f0733914b201895897853d5b06c8e02670a551a/598e4891-7cb1-4081-bf3a-1c2f948fd6f1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201222T063800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe52a1f39d824df7a89b6ebfe6b4d2dface3c4d03fdfa099e9e3577f381f7ff9 [2020-12-22T06:38:00.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-22T06:38:00.270Z] Dload Upload Total Spent Left Speed [2020-12-22T06:38:00.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1462 0 0 100 1462 0 2770 --:--:-- --:--:-- --:--:-- 2774 [2020-12-22T06:38:00.844Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/1f0733914b201895897853d5b06c8e02670a551a [Pipeline] } [2020-12-22T06:38:00.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-22T06:38:01.683Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-22T06:38:01.743Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:38:02.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-22T06:38:02.082Z] [2020-12-22T06:38:02.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:38:02.455Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-22T06:38:02.455Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-22T06:38:02.455Z] 188c0c94c7c5: Pulling fs layer [2020-12-22T06:38:02.455Z] 0ef7d3d256c8: Pulling fs layer [2020-12-22T06:38:02.455Z] de9db76c5a1d: Pulling fs layer [2020-12-22T06:38:02.455Z] 0eba1c9be4d2: Pulling fs layer [2020-12-22T06:38:02.455Z] 0d57e429df01: Pulling fs layer [2020-12-22T06:38:02.455Z] 4e4be7b47b0d: Pulling fs layer [2020-12-22T06:38:02.455Z] e1f770b5df2f: Pulling fs layer [2020-12-22T06:38:02.455Z] 85a0685a4137: Pulling fs layer [2020-12-22T06:38:02.455Z] 0eba1c9be4d2: Waiting [2020-12-22T06:38:02.455Z] 4e4be7b47b0d: Waiting [2020-12-22T06:38:02.455Z] 0d57e429df01: Waiting [2020-12-22T06:38:02.455Z] e1f770b5df2f: Waiting [2020-12-22T06:38:02.455Z] 85a0685a4137: Waiting [2020-12-22T06:38:02.455Z] de9db76c5a1d: Verifying Checksum [2020-12-22T06:38:02.455Z] de9db76c5a1d: Download complete [2020-12-22T06:38:02.455Z] 0ef7d3d256c8: Verifying Checksum [2020-12-22T06:38:02.455Z] 0ef7d3d256c8: Download complete [2020-12-22T06:38:02.455Z] 0d57e429df01: Verifying Checksum [2020-12-22T06:38:02.455Z] 0d57e429df01: Download complete [2020-12-22T06:38:02.455Z] 4e4be7b47b0d: Verifying Checksum [2020-12-22T06:38:02.455Z] 4e4be7b47b0d: Download complete [2020-12-22T06:38:02.455Z] 188c0c94c7c5: Verifying Checksum [2020-12-22T06:38:03.032Z] 188c0c94c7c5: Pull complete [2020-12-22T06:38:03.032Z] 0ef7d3d256c8: Pull complete [2020-12-22T06:38:03.296Z] de9db76c5a1d: Pull complete [2020-12-22T06:38:04.249Z] e1f770b5df2f: Verifying Checksum [2020-12-22T06:38:04.249Z] e1f770b5df2f: Download complete [2020-12-22T06:38:06.197Z] 0eba1c9be4d2: Verifying Checksum [2020-12-22T06:38:06.197Z] 0eba1c9be4d2: Download complete [2020-12-22T06:38:06.197Z] 85a0685a4137: Verifying Checksum [2020-12-22T06:38:06.197Z] 85a0685a4137: Download complete [2020-12-22T06:38:11.532Z] 0eba1c9be4d2: Pull complete [2020-12-22T06:38:11.796Z] 0d57e429df01: Pull complete [2020-12-22T06:38:12.074Z] 4e4be7b47b0d: Pull complete [2020-12-22T06:38:14.635Z] e1f770b5df2f: Pull complete [2020-12-22T06:38:21.267Z] 85a0685a4137: Pull complete [2020-12-22T06:38:21.267Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-22T06:38:21.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-22T06:38:21.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-22T06:38:21.438Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:38:21.492Z] $ 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 [2020-12-22T06:38:22.412Z] $ docker top c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-22T06:38:22.672Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-22T06:38:22.967Z] + set -o pipefail [2020-12-22T06:38:22.967Z] + snyk monitor '--org=edgex-jenkins' [2020-12-22T06:38:44.951Z] [2020-12-22T06:38:44.951Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-12-22T06:38:44.952Z] [2020-12-22T06:38:44.952Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/740e06ee-6c71-4831-a90a-bcd6fe5a37af [2020-12-22T06:38:44.952Z] [2020-12-22T06:38:44.952Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-22T06:38:44.952Z] [2020-12-22T06:38:44.952Z] [2020-12-22T06:38:44.952Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-22T06:38:44.952Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-22T06:38:44.969Z] $ docker stop --time=1 c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 [2020-12-22T06:38:47.618Z] $ docker rm -f c43906c569cb33698596c5e746de8575a07fed56d1401a64cbca906015ddbad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-22T06:38:49.445Z] + git log --format=format:%s -1 1f0733914b201895897853d5b06c8e02670a551a [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:38:49.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:38:49.754Z] . [Pipeline] withDockerContainer [2020-12-22T06:38:49.849Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:38:49.892Z] $ 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 [2020-12-22T06:38:50.611Z] $ docker top 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T06:38:50.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T06:38:50.892Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T06:38:51.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T06:38:51.100Z] $ docker exec 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e ssh-agent [2020-12-22T06:38:51.268Z] SSH_AUTH_SOCK=/tmp/ssh-a8PaDJazlAXb/agent.12 [2020-12-22T06:38:51.268Z] SSH_AGENT_PID=17 [2020-12-22T06:38:51.274Z] Running ssh-add (command line suppressed) [2020-12-22T06:38:51.405Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5219316525353521877.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5219316525353521877.key) [2020-12-22T06:38:51.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T06:38:51.794Z] + git semver tag [2020-12-22T06:38:51.794Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T06:38:51.794Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-12-22T06:38:51.794Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-12-22T06:38:51.794Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T06:38:51.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T06:38:51.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T06:38:51.794Z] # $SEMVER_BRANCH = master [2020-12-22T06:38:51.794Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-12-22T06:38:51.794Z] # 1f0733914b201895897853d5b06c8e02670a551a HEAD [2020-12-22T06:38:51.794Z] # -> Force: false [2020-12-22T06:38:51.794Z] # 5004b30084373ec30cee8284c215624eff81f84c refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-12-22T06:38:51.806Z] $ docker exec --env ******** --env ******** 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e ssh-agent -k [2020-12-22T06:38:51.922Z] unset SSH_AUTH_SOCK; [2020-12-22T06:38:51.923Z] unset SSH_AGENT_PID; [2020-12-22T06:38:51.923Z] echo Agent pid 17 killed; [2020-12-22T06:38:51.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T06:38:52.439Z] + git semver [Pipeline] } [2020-12-22T06:38:52.457Z] $ docker stop --time=1 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e [2020-12-22T06:38:53.800Z] $ docker rm -f 7a0dcd6908a91b5e1168565e009f02ecf4d38ab17a3bcdb25ba4d2716813b99e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:38:54.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T06:38:54.441Z] [2020-12-22T06:38:54.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:38:54.797Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T06:38:54.797Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-22T06:38:54.797Z] ab5ef0e58194: Pulling fs layer [2020-12-22T06:38:54.797Z] 9712f1f96733: Pulling fs layer [2020-12-22T06:38:54.797Z] 63f879dbbcfc: Pulling fs layer [2020-12-22T06:38:54.797Z] 0d9ebad4ef96: Pulling fs layer [2020-12-22T06:38:54.797Z] e9a5061849ea: Pulling fs layer [2020-12-22T06:38:54.797Z] d747dcd14b5f: Pulling fs layer [2020-12-22T06:38:54.797Z] 2de7ff778b66: Pulling fs layer [2020-12-22T06:38:54.797Z] e9a5061849ea: Waiting [2020-12-22T06:38:54.797Z] 2de7ff778b66: Waiting [2020-12-22T06:38:54.797Z] d747dcd14b5f: Waiting [2020-12-22T06:38:54.797Z] 0d9ebad4ef96: Waiting [2020-12-22T06:38:54.797Z] 9712f1f96733: Download complete [2020-12-22T06:38:56.269Z] 63f879dbbcfc: Verifying Checksum [2020-12-22T06:38:56.269Z] 63f879dbbcfc: Download complete [2020-12-22T06:38:56.569Z] e9a5061849ea: Download complete [2020-12-22T06:38:56.569Z] d747dcd14b5f: Verifying Checksum [2020-12-22T06:38:56.569Z] d747dcd14b5f: Download complete [2020-12-22T06:38:56.835Z] 2de7ff778b66: Verifying Checksum [2020-12-22T06:38:56.835Z] 2de7ff778b66: Download complete [2020-12-22T06:38:57.107Z] 0d9ebad4ef96: Verifying Checksum [2020-12-22T06:38:57.107Z] 0d9ebad4ef96: Download complete [2020-12-22T06:38:57.107Z] ab5ef0e58194: Verifying Checksum [2020-12-22T06:38:57.107Z] ab5ef0e58194: Download complete [2020-12-22T06:39:01.345Z] ab5ef0e58194: Pull complete [2020-12-22T06:39:01.612Z] 9712f1f96733: Pull complete [2020-12-22T06:39:04.214Z] 63f879dbbcfc: Pull complete [2020-12-22T06:39:10.822Z] 0d9ebad4ef96: Pull complete [2020-12-22T06:39:11.771Z] e9a5061849ea: Pull complete [2020-12-22T06:39:12.039Z] d747dcd14b5f: Pull complete [2020-12-22T06:39:14.610Z] 2de7ff778b66: Pull complete [2020-12-22T06:39:14.610Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-22T06:39:14.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T06:39:14.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-22T06:39:14.790Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:39:14.840Z] $ 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 [2020-12-22T06:39:18.797Z] $ docker top 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-22T06:39:19.062Z] provisioning config files... [2020-12-22T06:39:19.072Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4882036511286510915tmp [2020-12-22T06:39:19.087Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8422504452245022627tmp [2020-12-22T06:39:19.102Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6044589874839955991tmp [Pipeline] { [Pipeline] echo [2020-12-22T06:39:19.176Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:39:19.474Z] ---> sigul-configuration.sh [2020-12-22T06:39:19.474Z] gpg: directory `/root/.gnupg' created [2020-12-22T06:39:19.474Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-22T06:39:19.474Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-22T06:39:19.474Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-22T06:39:19.474Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-22T06:39:19.474Z] gpg: CAST5 encrypted data [2020-12-22T06:39:19.736Z] gpg: encrypted with 1 passphrase [2020-12-22T06:39:19.736Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-22T06:39:20.039Z] + mkdir /home/jenkins [2020-12-22T06:39:20.039Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-22T06:39:20.339Z] + 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 [2020-12-22T06:39:20.350Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:39:20.647Z] ---> sigul-install.sh [2020-12-22T06:39:25.969Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-22T06:39:26.269Z] + git tag --list [2020-12-22T06:39:26.269Z] 1.0.0 [2020-12-22T06:39:26.269Z] v0.0.0 [2020-12-22T06:39:26.269Z] v1.1.0 [2020-12-22T06:39:26.269Z] v1.1.1 [2020-12-22T06:39:26.269Z] v1.2.1 [2020-12-22T06:39:26.269Z] v1.2.2 [2020-12-22T06:39:26.269Z] v1.2.2-dev.1 [2020-12-22T06:39:26.269Z] v1.2.2-dev.2 [2020-12-22T06:39:26.269Z] v1.2.3-dev.1 [2020-12-22T06:39:26.269Z] v1.2.3-dev.2 [2020-12-22T06:39:26.269Z] v1.2.3-dev.3 [2020-12-22T06:39:26.269Z] v1.2.3-dev.4 [2020-12-22T06:39:26.269Z] v1.2.3-dev.5 [2020-12-22T06:39:26.269Z] v1.2.3-dev.6 [2020-12-22T06:39:26.269Z] v1.3.0 [2020-12-22T06:39:26.269Z] v1.3.1-dev.1 [Pipeline] sh [2020-12-22T06:39:26.567Z] + lftools sign git-tag v1.3.1-dev.1 [2020-12-22T06:39:27.963Z] Signing Git tag with Sigul... [2020-12-22T06:39:27.963Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-12-22T06:39:28.929Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:39:29.223Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-22T06:39:29.232Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-22T06:39:29.352Z] $ docker stop --time=1 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e [2020-12-22T06:39:31.254Z] $ docker rm -f 6033563abf85514d90fb357b3d0b803d34a183ce9b77ac6d8433a7c164c48b1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:39:32.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:39:32.332Z] . [Pipeline] withDockerContainer [2020-12-22T06:39:32.430Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:39:32.479Z] $ 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 [2020-12-22T06:39:33.188Z] $ docker top 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T06:39:33.502Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T06:39:33.502Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T06:39:33.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T06:39:33.704Z] $ docker exec 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df ssh-agent [2020-12-22T06:39:33.891Z] SSH_AUTH_SOCK=/tmp/ssh-cZF4do1U93TR/agent.11 [2020-12-22T06:39:33.891Z] SSH_AGENT_PID=16 [2020-12-22T06:39:33.897Z] Running ssh-add (command line suppressed) [2020-12-22T06:39:34.025Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1108077281607534832.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1108077281607534832.key) [2020-12-22T06:39:34.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T06:39:34.415Z] + git semver bump pre [2020-12-22T06:39:34.416Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T06:39:34.416Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-12-22T06:39:34.416Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-12-22T06:39:34.416Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T06:39:34.416Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T06:39:34.416Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T06:39:34.416Z] # $SEMVER_BRANCH = master [2020-12-22T06:39:34.416Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-12-22T06:39:34.416Z] 1.3.1-dev.2 [Pipeline] } [2020-12-22T06:39:34.429Z] $ docker exec --env ******** --env ******** 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df ssh-agent -k [2020-12-22T06:39:34.548Z] unset SSH_AUTH_SOCK; [2020-12-22T06:39:34.548Z] unset SSH_AGENT_PID; [2020-12-22T06:39:34.548Z] echo Agent pid 16 killed; [2020-12-22T06:39:34.595Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T06:39:35.081Z] + git semver [Pipeline] } [2020-12-22T06:39:35.101Z] $ docker stop --time=1 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df [2020-12-22T06:39:36.468Z] $ docker rm -f 2bd63efb14579f9c3396fe7e2b302117936f97eb27a26596268046fad6f362df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:39:37.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T06:39:37.011Z] . [Pipeline] withDockerContainer [2020-12-22T06:39:37.111Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:39:37.160Z] $ 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 [2020-12-22T06:39:38.205Z] $ docker top b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T06:39:38.556Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T06:39:38.556Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T06:39:38.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T06:39:38.763Z] $ docker exec b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 ssh-agent [2020-12-22T06:39:38.941Z] SSH_AUTH_SOCK=/tmp/ssh-oCcXtK7Ry6I5/agent.12 [2020-12-22T06:39:38.941Z] SSH_AGENT_PID=18 [2020-12-22T06:39:38.948Z] Running ssh-add (command line suppressed) [2020-12-22T06:39:39.076Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6078034641754995505.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6078034641754995505.key) [2020-12-22T06:39:39.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T06:39:39.464Z] + git semver push [2020-12-22T06:39:39.464Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T06:39:39.464Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-12-22T06:39:39.464Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-12-22T06:39:39.464Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T06:39:39.464Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T06:39:39.464Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T06:39:39.464Z] # $SEMVER_BRANCH = master [2020-12-22T06:39:39.464Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-12-22T06:39:46.075Z] $ docker exec --env ******** --env ******** b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 ssh-agent -k [2020-12-22T06:39:46.195Z] unset SSH_AUTH_SOCK; [2020-12-22T06:39:46.196Z] unset SSH_AGENT_PID; [2020-12-22T06:39:46.196Z] echo Agent pid 18 killed; [2020-12-22T06:39:46.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T06:39:46.767Z] + git semver [Pipeline] } [2020-12-22T06:39:46.784Z] $ docker stop --time=1 b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 [2020-12-22T06:39:48.146Z] $ docker rm -f b5b3f31b37c6043299d65ff4af12f2fa1d117e11f018300dfd8e3c7c3a259fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:39:49.719Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:39:50.293Z] ---> package-listing.sh [2020-12-22T06:39:50.294Z] ++ facter osfamily [2020-12-22T06:39:50.294Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T06:39:50.294Z] + OS_FAMILY=redhat [2020-12-22T06:39:50.294Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-12-22T06:39:50.294Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T06:39:50.294Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T06:39:50.294Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T06:39:50.294Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T06:39:50.294Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-12-22T06:39:50.294Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T06:39:50.294Z] + case "${OS_FAMILY}" in [2020-12-22T06:39:50.294Z] + rpm -qa [2020-12-22T06:39:50.294Z] + sort [2020-12-22T06:39:55.736Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T06:39:55.736Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T06:39:55.736Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T06:39:55.736Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-12-22T06:39:55.736Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-12-22T06:39:55.736Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo [2020-12-22T06:39:55.749Z] 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 [2020-12-22T06:39:56.041Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:39:56.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T06:39:56.360Z] [2020-12-22T06:39:56.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T06:39:56.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T06:39:56.723Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T06:39:56.723Z] df20fa9351a1: Pulling fs layer [2020-12-22T06:39:56.723Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T06:39:56.723Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T06:39:56.723Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T06:39:56.723Z] 93b61091891f: Pulling fs layer [2020-12-22T06:39:56.723Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T06:39:56.723Z] 5e14af77c1be: Pulling fs layer [2020-12-22T06:39:56.723Z] 01666e4c0597: Pulling fs layer [2020-12-22T06:39:56.723Z] aa168da1d23b: Pulling fs layer [2020-12-22T06:39:56.723Z] 93b9cdb0e59b: Waiting [2020-12-22T06:39:56.723Z] 5e14af77c1be: Waiting [2020-12-22T06:39:56.723Z] 01666e4c0597: Waiting [2020-12-22T06:39:56.723Z] 46f8f816bc3b: Waiting [2020-12-22T06:39:56.723Z] aa168da1d23b: Waiting [2020-12-22T06:39:56.723Z] 93b61091891f: Waiting [2020-12-22T06:39:56.723Z] 36b3adc4ff6f: Verifying Checksum [2020-12-22T06:39:56.723Z] 36b3adc4ff6f: Download complete [2020-12-22T06:39:56.723Z] 46f8f816bc3b: Download complete [2020-12-22T06:39:56.988Z] df20fa9351a1: Verifying Checksum [2020-12-22T06:39:56.988Z] 93b61091891f: Verifying Checksum [2020-12-22T06:39:56.988Z] 93b61091891f: Download complete [2020-12-22T06:39:56.988Z] 5e14af77c1be: Verifying Checksum [2020-12-22T06:39:56.988Z] 5e14af77c1be: Download complete [2020-12-22T06:39:56.988Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T06:39:56.988Z] 8ad3a11d3b57: Download complete [2020-12-22T06:39:56.988Z] 01666e4c0597: Verifying Checksum [2020-12-22T06:39:56.988Z] 01666e4c0597: Download complete [2020-12-22T06:39:56.988Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T06:39:56.988Z] 93b9cdb0e59b: Download complete [2020-12-22T06:39:57.250Z] df20fa9351a1: Pull complete [2020-12-22T06:39:57.514Z] 36b3adc4ff6f: Pull complete [2020-12-22T06:39:58.475Z] 8ad3a11d3b57: Pull complete [2020-12-22T06:39:58.475Z] 46f8f816bc3b: Pull complete [2020-12-22T06:39:58.737Z] aa168da1d23b: Verifying Checksum [2020-12-22T06:39:58.737Z] aa168da1d23b: Download complete [2020-12-22T06:39:59.313Z] 93b61091891f: Pull complete [2020-12-22T06:39:59.313Z] 93b9cdb0e59b: Pull complete [2020-12-22T06:39:59.576Z] 5e14af77c1be: Pull complete [2020-12-22T06:39:59.576Z] 01666e4c0597: Pull complete [2020-12-22T06:40:09.610Z] aa168da1d23b: Pull complete [2020-12-22T06:40:09.610Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T06:40:09.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T06:40:09.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T06:40:09.805Z] prd-centos7-docker-4c-2g-17181 does not seem to be running inside a container [2020-12-22T06:40:09.853Z] $ 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 [2020-12-22T06:40:12.213Z] $ docker top 4fd5282b6c8b4f5264a07e7c4d2e04232818779e594be4ee9758a56f62f39b9c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T06:40:12.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T06:40:13.044Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T06:40:13.343Z] + ls /var/log/sa-host [2020-12-22T06:40:13.343Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T06:40:13.343Z] file_magic: OK [2020-12-22T06:40:13.343Z] HZ: Using current value: 100 [2020-12-22T06:40:13.343Z] file_header: OK [2020-12-22T06:40:13.343Z] 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 [2020-12-22T06:40:13.343Z] Statistics: [2020-12-22T06:40:13.343Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-22T06:40:13.343Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T06:40:13.343Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T06:40:13.343Z] file_magic: OK [2020-12-22T06:40:13.343Z] HZ: Using current value: 100 [2020-12-22T06:40:13.343Z] file_header: OK [2020-12-22T06:40:13.343Z] 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 [2020-12-22T06:40:13.343Z] Statistics: [2020-12-22T06:40:13.343Z] Hnuu...uuuununununu... [2020-12-22T06:40:13.343Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T06:40:14.003Z] provisioning config files... [2020-12-22T06:40:14.030Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8580374332242234198tmp [Pipeline] { [Pipeline] echo [2020-12-22T06:40:14.106Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:40:14.412Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T06:40:14.422Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T06:40:14.538Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:40:14.831Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T06:40:14.843Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:40:15.137Z] ---> sudo-logs.sh [2020-12-22T06:40:15.137Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T06:40:15.148Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:40:15.442Z] ---> job-cost.sh [2020-12-22T06:40:15.443Z] lf-activate-venv: SKIPPING [2020-12-22T06:40:15.443Z] INFO: No Stack... [2020-12-22T06:40:16.832Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T06:40:17.407Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T06:40:17.419Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T06:40:17.715Z] ---> logs-deploy.sh [2020-12-22T06:40:17.715Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/19 [2020-12-22T06:40:17.715Z] INFO: archiving workspace using pattern(s): [2020-12-22T06:40:19.634Z] Archives upload complete. [2020-12-22T06:40:19.634Z] INFO: archiving logs to Nexus