Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-snmp-go Loading trusted files from base branch master at 561c5a452436cba8707a8b2c6132209bc86d4f3d rather than 90a5406bdfd7db894efd3106afefe21c36aeedf6 Obtained Jenkinsfile from 561c5a452436cba8707a8b2c6132209bc86d4f3d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19630 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [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/dgexfoundry_device-snmp-go_PR-83 # 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/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 Merge succeeded, producing 61a5790c5444971f3961c3feab4500b2d83312f9 Checking out Revision 61a5790c5444971f3961c3feab4500b2d83312f9 (PR-83) > git config core.sparsecheckout # timeout=10 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T23:28:02.291Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T23:28:02.624Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T23:28:02.739Z] ========================================================= [2021-01-11T23:28:02.740Z] EdgeX Global Pipelines Version Info [2021-01-11T23:28:02.740Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:28:04.193Z] ------------------- [2021-01-11T23:28:04.193Z] stable info: [2021-01-11T23:28:04.193Z] ------------------- [2021-01-11T23:28:04.193Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T23:28:04.193Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T23:28:04.193Z] Message: update stable to v1.0.173 [2021-01-11T23:28:05.140Z] ------------------- [2021-01-11T23:28:05.140Z] experimental info: [2021-01-11T23:28:05.140Z] ------------------- [2021-01-11T23:28:05.140Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T23:28:05.140Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T23:28:05.140Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T23:28:05.476Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-01-11T23:28:05.573Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-01-11T23:28:05.670Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T23:28:05.780Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T23:28:05.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T23:28:05.978Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T23:28:06.080Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T23:28:06.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T23:28:06.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T23:28:06.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T23:28:06.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T23:28:06.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2021-01-11T23:28:06.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T23:28:06.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T23:28:06.847Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T23:28:06.939Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T23:28:07.038Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T23:28:07.135Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T23:28:07.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T23:28:07.352Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T23:28:07.484Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-11T23:28:07.577Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-11T23:28:07.669Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T23:28:07.762Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T23:28:07.853Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T23:28:07.946Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T23:28:08.035Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T23:28:08.150Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo [2021-01-11T23:28:08.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo [2021-01-11T23:28:08.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo [2021-01-11T23:28:08.429Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] echo [2021-01-11T23:28:08.518Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61a5790 [Pipeline] echo [2021-01-11T23:28:08.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T23:28:08.792Z] provisioning config files... [2021-01-11T23:28:08.837Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config590963477835951029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:28:09.202Z] ---> docker-login.sh [2021-01-11T23:28:09.202Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:28:09.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:28:09.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:28:09.464Z] Configure a credential helper to remove this warning. See [2021-01-11T23:28:09.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:28:09.464Z] [2021-01-11T23:28:09.464Z] Login Succeeded [2021-01-11T23:28:09.464Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:28:09.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:28:09.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:28:09.725Z] Configure a credential helper to remove this warning. See [2021-01-11T23:28:09.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:28:09.725Z] [2021-01-11T23:28:09.725Z] Login Succeeded [2021-01-11T23:28:09.725Z] nexus3.edgexfoundry.org:10003 [2021-01-11T23:28:09.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:28:09.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:28:09.988Z] Configure a credential helper to remove this warning. See [2021-01-11T23:28:09.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:28:09.988Z] [2021-01-11T23:28:09.988Z] Login Succeeded [2021-01-11T23:28:09.988Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:28:09.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:28:09.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:28:09.988Z] Configure a credential helper to remove this warning. See [2021-01-11T23:28:09.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:28:09.988Z] [2021-01-11T23:28:09.988Z] Login Succeeded [2021-01-11T23:28:09.988Z] docker.io [2021-01-11T23:28:10.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:28:10.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:28:10.518Z] Configure a credential helper to remove this warning. See [2021-01-11T23:28:10.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:28:10.518Z] [2021-01-11T23:28:10.518Z] Login Succeeded [2021-01-11T23:28:10.518Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:28:10.529Z] 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 [2021-01-11T23:28:11.362Z] + git log --format=format:%s -1 61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] echo [2021-01-11T23:28:11.425Z] GIT_COMMIT: 61a5790c5444971f3961c3feab4500b2d83312f9, Commit Message: Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD [Pipeline] echo [2021-01-11T23:28:11.473Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:28:12.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:28:12.455Z] [2021-01-11T23:28:12.455Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:28:12.800Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:28:12.800Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T23:28:12.800Z] 31603596830f: Pulling fs layer [2021-01-11T23:28:12.800Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T23:28:12.800Z] 6ca5941a6612: Pulling fs layer [2021-01-11T23:28:12.800Z] ecc8261a40a4: Pulling fs layer [2021-01-11T23:28:12.800Z] ecc8261a40a4: Waiting [2021-01-11T23:28:12.800Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T23:28:12.800Z] 2a8b12db71e7: Download complete [2021-01-11T23:28:12.800Z] 31603596830f: Verifying Checksum [2021-01-11T23:28:12.800Z] 31603596830f: Download complete [2021-01-11T23:28:13.064Z] 6ca5941a6612: Verifying Checksum [2021-01-11T23:28:13.064Z] 6ca5941a6612: Download complete [2021-01-11T23:28:13.064Z] ecc8261a40a4: Verifying Checksum [2021-01-11T23:28:13.064Z] ecc8261a40a4: Download complete [2021-01-11T23:28:13.064Z] 31603596830f: Pull complete [2021-01-11T23:28:13.328Z] 2a8b12db71e7: Pull complete [2021-01-11T23:28:13.907Z] 6ca5941a6612: Pull complete [2021-01-11T23:28:14.170Z] ecc8261a40a4: Pull complete [2021-01-11T23:28:14.431Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T23:28:14.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:28:14.431Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T23:28:14.535Z] prd-centos7-docker-4c-2g-19630 does not seem to be running inside a container [2021-01-11T23:28:14.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T23:28:16.408Z] $ docker top cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T23:28:16.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T23:28:16.753Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T23:28:16.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T23:28:16.969Z] $ docker exec cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent [2021-01-11T23:28:17.127Z] SSH_AUTH_SOCK=/tmp/ssh-bZViksBqB02x/agent.11 [2021-01-11T23:28:17.127Z] SSH_AGENT_PID=16 [2021-01-11T23:28:17.139Z] Running ssh-add (command line suppressed) [2021-01-11T23:28:17.262Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_819501989905155462.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_819501989905155462.key) [2021-01-11T23:28:17.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T23:28:17.652Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T23:28:17.676Z] $ docker exec --env ******** --env ******** cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent -k [2021-01-11T23:28:17.799Z] unset SSH_AUTH_SOCK; [2021-01-11T23:28:17.799Z] unset SSH_AGENT_PID; [2021-01-11T23:28:17.799Z] echo Agent pid 16 killed; [2021-01-11T23:28:17.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T23:28:17.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T23:28:17.988Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T23:28:18.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T23:28:18.183Z] $ docker exec cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent [2021-01-11T23:28:18.360Z] SSH_AUTH_SOCK=/tmp/ssh-GVJM1xW6ekB3/agent.45 [2021-01-11T23:28:18.360Z] SSH_AGENT_PID=51 [2021-01-11T23:28:18.368Z] Running ssh-add (command line suppressed) [2021-01-11T23:28:18.488Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_2772227350417757299.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_2772227350417757299.key) [2021-01-11T23:28:18.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T23:28:18.890Z] + git semver init [2021-01-11T23:28:18.890Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T23:28:18.890Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.git [2021-01-11T23:28:18.890Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-83 [2021-01-11T23:28:18.890Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T23:28:18.890Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T23:28:18.890Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T23:28:18.890Z] # $SEMVER_BRANCH = PR-83 [2021-01-11T23:28:18.890Z] # $SEMVER_TEMP = /tmp/semver-420407868 [2021-01-11T23:28:18.890Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-01-11T23:28:19.168Z] # '/tmp/semver-420407868' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver' [2021-01-11T23:28:19.168Z] # -> Force: false [2021-01-11T23:28:19.168Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver [Pipeline] } [2021-01-11T23:28:19.185Z] $ docker exec --env ******** --env ******** cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent -k [2021-01-11T23:28:19.312Z] unset SSH_AUTH_SOCK; [2021-01-11T23:28:19.312Z] unset SSH_AGENT_PID; [2021-01-11T23:28:19.312Z] echo Agent pid 51 killed; [2021-01-11T23:28:19.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T23:28:19.830Z] + git semver [Pipeline] } [2021-01-11T23:28:19.849Z] $ docker stop --time=1 cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 [2021-01-11T23:28:21.263Z] $ docker rm -f cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T23:28:21.717Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T23:28:22.140Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T23:28:22.143Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2021-01-11T23:28:37.694Z] Still waiting to schedule task [2021-01-11T23:28:37.694Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-11T23:28:37.697Z] Still waiting to schedule task [2021-01-11T23:28:37.697Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-11T23:30:18.488Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19631 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws [2021-01-11T23:30:18.559Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2021-01-11T23:30:23.912Z] using credential edgex-jenkins-ssh [2021-01-11T23:30:23.973Z] Cloning the remote Git repository [2021-01-11T23:30:24.043Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:24.148Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2021-01-11T23:30:24.227Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:24.228Z] > git --version # timeout=10 [2021-01-11T23:30:24.250Z] > git --version # 'git version 2.17.1' [2021-01-11T23:30:24.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:24.337Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:30:25.010Z] Running on prd-centos7-docker-4c-2g-19632 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws [2021-01-11T23:30:25.062Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2021-01-11T23:30:25.761Z] Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 [2021-01-11T23:30:26.122Z] Merge succeeded, producing 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 [2021-01-11T23:30:26.123Z] Checking out Revision 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 (PR-83) [2021-01-11T23:30:25.104Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-11T23:30:25.123Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:30:25.151Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-11T23:30:25.203Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:25.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:25.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T23:30:25.798Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:30:25.834Z] > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [2021-01-11T23:30:25.969Z] > git remote # timeout=10 [2021-01-11T23:30:25.997Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T23:30:26.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:26.035Z] > git merge 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 [2021-01-11T23:30:26.080Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T23:30:26.131Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:30:26.161Z] > git checkout -f 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 # timeout=10 [2021-01-11T23:30:27.574Z] using credential edgex-jenkins-ssh [2021-01-11T23:30:27.634Z] Cloning the remote Git repository [2021-01-11T23:30:27.482Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:27.560Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2021-01-11T23:30:27.630Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:27.631Z] > git --version # timeout=10 [2021-01-11T23:30:27.639Z] > git --version # 'git version 2.24.3' [2021-01-11T23:30:27.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:27.667Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:30:28.908Z] Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 [2021-01-11T23:30:29.005Z] Merge succeeded, producing 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 [2021-01-11T23:30:29.005Z] Checking out Revision 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 (PR-83) [2021-01-11T23:30:28.299Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-11T23:30:28.308Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:30:28.342Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-11T23:30:28.368Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-11T23:30:28.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:28.373Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T23:30:28.814Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:30:28.820Z] > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [2021-01-11T23:30:28.861Z] > git remote # timeout=10 [2021-01-11T23:30:28.866Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T23:30:28.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:30:28.876Z] > git merge 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 [2021-01-11T23:30:28.900Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T23:30:28.911Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:30:28.914Z] > git checkout -f 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 # timeout=10 [2021-01-11T23:30:30.552Z] Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" [2021-01-11T23:30:30.561Z] > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:30:32.322Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:30:32.554Z] Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" [2021-01-11T23:30:32.558Z] > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [2021-01-11T23:30:32.739Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-11T23:30:33.089Z] + + truesudo [2021-01-11T23:30:33.089Z] service docker restart [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:30:33.812Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:30:34.163Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:30:34.462Z] + sudo service docker restart [2021-01-11T23:30:34.462Z] + true [2021-01-11T23:30:34.462Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T23:30:35.798Z] provisioning config files... [2021-01-11T23:30:35.853Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config2932652576824186122tmp [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] wrap [2021-01-11T23:30:35.948Z] provisioning config files... [2021-01-11T23:30:35.990Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config4753435148925719712tmp [Pipeline] libraryResource [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:30:36.334Z] ---> docker-login.sh [2021-01-11T23:30:36.334Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:30:36.471Z] ---> docker-login.sh [2021-01-11T23:30:36.471Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:30:36.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:36.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:36.736Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:36.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:36.736Z] [2021-01-11T23:30:36.736Z] Login Succeeded [2021-01-11T23:30:36.736Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:30:37.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:37.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:37.005Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:37.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:37.005Z] [2021-01-11T23:30:37.005Z] Login Succeeded [2021-01-11T23:30:37.005Z] nexus3.edgexfoundry.org:10003 [2021-01-11T23:30:37.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:37.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:37.266Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:37.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:37.266Z] [2021-01-11T23:30:37.266Z] Login Succeeded [2021-01-11T23:30:37.266Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:30:37.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:37.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:37.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:37.535Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:37.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:37.535Z] [2021-01-11T23:30:37.535Z] Login Succeeded [2021-01-11T23:30:37.535Z] docker.io [2021-01-11T23:30:37.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:37.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:37.596Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:37.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:37.596Z] [2021-01-11T23:30:37.596Z] Login Succeeded [2021-01-11T23:30:37.596Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:30:37.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:37.798Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:37.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:37.798Z] [2021-01-11T23:30:37.798Z] Login Succeeded [2021-01-11T23:30:37.798Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:30:37.807Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-11T23:30:37.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-11T23:30:38.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:38.148Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:38.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:38.148Z] [2021-01-11T23:30:38.148Z] Login Succeeded [2021-01-11T23:30:38.148Z] nexus3.edgexfoundry.org:10003 [Pipeline] echo [2021-01-11T23:30:38.228Z] ========================================================= [2021-01-11T23:30:38.228Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T23:30:38.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:30:38.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:38.569Z] + 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 . [2021-01-11T23:30:38.569Z] Sending build context to Docker daemon 341.5kB [2021-01-11T23:30:38.569Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:30:38.569Z] Step 2/10 : FROM ${BASE} [2021-01-11T23:30:38.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:38.707Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:38.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:38.707Z] [2021-01-11T23:30:38.707Z] Login Succeeded [2021-01-11T23:30:38.708Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:30:38.830Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T23:30:38.830Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T23:30:38.830Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T23:30:38.830Z] de9db76c5a1d: Pulling fs layer [2021-01-11T23:30:38.831Z] bca2f99d35d6: Pulling fs layer [2021-01-11T23:30:38.831Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T23:30:38.831Z] 7c6f9722023f: Pulling fs layer [2021-01-11T23:30:38.831Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T23:30:38.831Z] bca2f99d35d6: Waiting [2021-01-11T23:30:38.831Z] 93359f2a8cfa: Waiting [2021-01-11T23:30:38.831Z] 7c6f9722023f: Waiting [2021-01-11T23:30:38.831Z] a35cf1a2eb13: Waiting [2021-01-11T23:30:38.831Z] de9db76c5a1d: Verifying Checksum [2021-01-11T23:30:38.831Z] de9db76c5a1d: Download complete [2021-01-11T23:30:38.831Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T23:30:38.831Z] 0ef7d3d256c8: Download complete [2021-01-11T23:30:38.831Z] 93359f2a8cfa: Download complete [2021-01-11T23:30:38.831Z] 7c6f9722023f: Verifying Checksum [2021-01-11T23:30:38.831Z] 7c6f9722023f: Download complete [2021-01-11T23:30:38.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:39.092Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T23:30:39.093Z] 188c0c94c7c5: Download complete [2021-01-11T23:30:39.354Z] 188c0c94c7c5: Pull complete [2021-01-11T23:30:39.354Z] 0ef7d3d256c8: Pull complete [2021-01-11T23:30:39.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:39.584Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:39.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:39.584Z] [2021-01-11T23:30:39.584Z] Login Succeeded [2021-01-11T23:30:39.584Z] docker.io [2021-01-11T23:30:39.617Z] de9db76c5a1d: Pull complete [2021-01-11T23:30:40.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:30:40.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:30:40.458Z] Configure a credential helper to remove this warning. See [2021-01-11T23:30:40.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:30:40.458Z] [2021-01-11T23:30:40.458Z] Login Succeeded [2021-01-11T23:30:40.458Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:30:40.477Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-11T23:30:41.031Z] a35cf1a2eb13: Verifying Checksum [Pipeline] echo [2021-01-11T23:30:41.036Z] ========================================================= [2021-01-11T23:30:41.036Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T23:30:41.036Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:30:41.299Z] a35cf1a2eb13: Download complete [2021-01-11T23:30:41.421Z] + 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 . [2021-01-11T23:30:41.695Z] Sending build context to Docker daemon 340.5kB [2021-01-11T23:30:41.695Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:30:41.695Z] Step 2/10 : FROM ${BASE} [2021-01-11T23:30:41.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T23:30:41.973Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T23:30:41.973Z] a4357932f1b6: Pulling fs layer [2021-01-11T23:30:41.973Z] 18c013af1878: Pulling fs layer [2021-01-11T23:30:41.973Z] 00ac8860ef70: Pulling fs layer [2021-01-11T23:30:41.973Z] 63d7cb157983: Pulling fs layer [2021-01-11T23:30:41.973Z] b116817d02f9: Pulling fs layer [2021-01-11T23:30:41.973Z] 745a02a5169b: Pulling fs layer [2021-01-11T23:30:41.973Z] b116817d02f9: Waiting [2021-01-11T23:30:41.973Z] 00ac8860ef70: Waiting [2021-01-11T23:30:41.973Z] 745a02a5169b: Waiting [2021-01-11T23:30:41.973Z] 63d7cb157983: Waiting [2021-01-11T23:30:41.973Z] 18c013af1878: Verifying Checksum [2021-01-11T23:30:41.973Z] 18c013af1878: Download complete [2021-01-11T23:30:41.973Z] a4357932f1b6: Verifying Checksum [2021-01-11T23:30:41.973Z] a4357932f1b6: Download complete [2021-01-11T23:30:41.973Z] 63d7cb157983: Verifying Checksum [2021-01-11T23:30:41.973Z] 63d7cb157983: Download complete [2021-01-11T23:30:41.973Z] b116817d02f9: Verifying Checksum [2021-01-11T23:30:41.973Z] b116817d02f9: Download complete [2021-01-11T23:30:41.973Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T23:30:41.973Z] 5f621e34cdf4: Download complete [2021-01-11T23:30:42.253Z] bca2f99d35d6: Verifying Checksum [2021-01-11T23:30:42.253Z] bca2f99d35d6: Download complete [2021-01-11T23:30:42.969Z] 5f621e34cdf4: Pull complete [2021-01-11T23:30:43.246Z] a4357932f1b6: Pull complete [2021-01-11T23:30:43.851Z] 18c013af1878: Pull complete [2021-01-11T23:30:44.837Z] 745a02a5169b: Verifying Checksum [2021-01-11T23:30:44.837Z] 745a02a5169b: Download complete [2021-01-11T23:30:45.842Z] 00ac8860ef70: Verifying Checksum [2021-01-11T23:30:45.842Z] 00ac8860ef70: Download complete [2021-01-11T23:30:47.603Z] bca2f99d35d6: Pull complete [2021-01-11T23:30:47.603Z] 93359f2a8cfa: Pull complete [2021-01-11T23:30:47.603Z] 7c6f9722023f: Pull complete [2021-01-11T23:30:52.954Z] a35cf1a2eb13: Pull complete [2021-01-11T23:30:52.955Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T23:30:52.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T23:30:52.955Z] ---> a62c8e92a672 [2021-01-11T23:30:52.955Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:30:52.955Z] ---> Running in a89d46bd6938 [2021-01-11T23:30:52.955Z] Removing intermediate container a89d46bd6938 [2021-01-11T23:30:52.955Z] ---> 424592540bc6 [2021-01-11T23:30:52.955Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:30:52.955Z] ---> Running in d395db0a7b46 [2021-01-11T23:30:53.219Z] Removing intermediate container d395db0a7b46 [2021-01-11T23:30:53.219Z] ---> 71f9db404022 [2021-01-11T23:30:53.219Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-01-11T23:30:53.219Z] ---> Running in dd65e38cbef5 [2021-01-11T23:30:53.483Z] Removing intermediate container dd65e38cbef5 [2021-01-11T23:30:53.483Z] ---> 30cbfc1dbfdc [2021-01-11T23:30:53.483Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:30:53.483Z] ---> Running in 7b8484f59c96 [2021-01-11T23:30:54.448Z] Removing intermediate container 7b8484f59c96 [2021-01-11T23:30:54.448Z] ---> 9f596ad606f8 [2021-01-11T23:30:54.448Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:30:54.723Z] ---> Running in d9b9d8526bb1 [2021-01-11T23:30:55.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T23:30:56.042Z] 00ac8860ef70: Pull complete [2021-01-11T23:30:56.317Z] 63d7cb157983: Pull complete [2021-01-11T23:30:56.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T23:30:56.927Z] b116817d02f9: Pull complete [2021-01-11T23:30:57.252Z] OK: 166 MiB in 39 packages [2021-01-11T23:30:57.515Z] Removing intermediate container d9b9d8526bb1 [2021-01-11T23:30:57.515Z] ---> ea42284e980f [2021-01-11T23:30:57.515Z] Step 8/10 : WORKDIR /device-snmp-go [2021-01-11T23:30:57.779Z] ---> Running in e34837c1512f [2021-01-11T23:30:57.779Z] Removing intermediate container e34837c1512f [2021-01-11T23:30:57.779Z] ---> a179212f526c [2021-01-11T23:30:57.779Z] Step 9/10 : COPY . . [2021-01-11T23:30:58.728Z] ---> 34dc36264e26 [2021-01-11T23:30:58.728Z] Step 10/10 : RUN go mod download [2021-01-11T23:30:58.728Z] ---> Running in d50f056974c1 [2021-01-11T23:31:01.252Z] 745a02a5169b: Pull complete [2021-01-11T23:31:01.252Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T23:31:01.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T23:31:01.252Z] ---> b7e6874047d6 [2021-01-11T23:31:01.252Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:31:03.899Z] ---> Running in ea71e55bf5ea [2021-01-11T23:31:04.173Z] Removing intermediate container ea71e55bf5ea [2021-01-11T23:31:04.173Z] ---> 1b8312575c36 [2021-01-11T23:31:04.173Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:31:04.173Z] ---> Running in c9850b37f02f [2021-01-11T23:31:04.769Z] Removing intermediate container c9850b37f02f [2021-01-11T23:31:04.769Z] ---> c3e41637efae [2021-01-11T23:31:04.769Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-01-11T23:31:04.769Z] ---> Running in 533bd1c0f39f [2021-01-11T23:31:05.366Z] Removing intermediate container 533bd1c0f39f [2021-01-11T23:31:05.366Z] ---> d574c98972dc [2021-01-11T23:31:05.366Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:31:05.366Z] ---> Running in c9631b9d084c [2021-01-11T23:31:08.003Z] Removing intermediate container c9631b9d084c [2021-01-11T23:31:08.003Z] ---> 7cfd3b832dd5 [2021-01-11T23:31:08.003Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:31:08.003Z] ---> Running in bde3f4023eaf [2021-01-11T23:31:09.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T23:31:09.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T23:31:10.956Z] OK: 142 MiB in 39 packages [2021-01-11T23:31:11.938Z] Removing intermediate container bde3f4023eaf [2021-01-11T23:31:11.938Z] ---> e623a2b53cb7 [2021-01-11T23:31:11.938Z] Step 8/10 : WORKDIR /device-snmp-go [2021-01-11T23:31:12.213Z] ---> Running in b9b3b6b4e276 [2021-01-11T23:31:12.488Z] Removing intermediate container b9b3b6b4e276 [2021-01-11T23:31:12.488Z] ---> fdb8deea7196 [2021-01-11T23:31:12.488Z] Step 9/10 : COPY . . [2021-01-11T23:31:13.467Z] ---> e008a7201ff6 [2021-01-11T23:31:13.467Z] Step 10/10 : RUN go mod download [2021-01-11T23:31:13.742Z] ---> Running in f67f1eac82ef [2021-01-11T23:31:16.906Z] Removing intermediate container d50f056974c1 [2021-01-11T23:31:16.906Z] ---> 55e833af092c [2021-01-11T23:31:16.906Z] Successfully built 55e833af092c [2021-01-11T23:31:16.906Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:31:17.226Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T23:31:17.226Z] . [Pipeline] withDockerContainer [2021-01-11T23:31:17.342Z] prd-centos7-docker-4c-2g-19632 does not seem to be running inside a container [2021-01-11T23:31:17.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T23:31:18.280Z] $ docker top 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:31:18.805Z] + go version [2021-01-11T23:31:18.805Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T23:31:18.822Z] $ docker stop --time=1 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde [2021-01-11T23:31:20.199Z] $ docker rm -f 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:31:21.260Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T23:31:21.260Z] . [Pipeline] withDockerContainer [2021-01-11T23:31:21.368Z] prd-centos7-docker-4c-2g-19632 does not seem to be running inside a container [2021-01-11T23:31:21.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T23:31:21.974Z] $ docker top c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:31:22.474Z] + make test [2021-01-11T23:31:22.474Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T23:31:23.068Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-01-11T23:31:33.202Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-01-11T23:31:33.202Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2021-01-11T23:31:33.466Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T23:31:35.430Z] gofmt -l . [2021-01-11T23:31:35.430Z] [ "`gofmt -l .`" = "" ] [2021-01-11T23:31:35.430Z] ./bin/test-attribution-txt.sh [2021-01-11T23:31:35.908Z] Removing intermediate container f67f1eac82ef [2021-01-11T23:31:35.908Z] ---> 3d63b7e7e0a8 [2021-01-11T23:31:35.908Z] Successfully built 3d63b7e7e0a8 [2021-01-11T23:31:35.908Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:31:36.252Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T23:31:36.252Z] . [Pipeline] withDockerContainer [2021-01-11T23:31:36.386Z] ./bin/test-go-mod-tidy.sh [2021-01-11T23:31:36.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-19631 does not seem to be running inside a container [2021-01-11T23:31:36.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T23:31:38.206Z] $ docker top 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-11T23:31:38.550Z] $ docker stop --time=1 c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 [2021-01-11T23:31:40.881Z] $ docker rm -f c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-11T23:31:41.429Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T23:31:41.789Z] Stashed 1 file(s) [Pipeline] } [2021-01-11T23:31:41.813Z] + go version [2021-01-11T23:31:41.813Z] go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } [2021-01-11T23:31:41.891Z] $ docker stop --time=1 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c [2021-01-11T23:31:43.703Z] $ docker rm -f 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:31:45.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T23:31:45.416Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T23:31:45.416Z] . [Pipeline] withDockerContainer [2021-01-11T23:31:45.602Z] + ls -al . [2021-01-11T23:31:45.602Z] total 104 [2021-01-11T23:31:45.602Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jan 11 23:31 . [2021-01-11T23:31:45.602Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 23:30 .. [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 5082 Jan 11 23:30 Attribution.txt [2021-01-11T23:31:45.603Z] drwxrwxr-x. 2 jenkins jenkins 87 Jan 11 23:30 bin [2021-01-11T23:31:45.603Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 23:30 cmd [2021-01-11T23:31:45.603Z] -rw-r--r--. 1 jenkins jenkins 8493 Jan 11 23:31 coverage.out [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 1529 Jan 11 23:30 Dockerfile [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 1006 Jan 11 23:30 Dockerfile.build [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 6 Jan 11 23:30 .dockerignore [2021-01-11T23:31:45.603Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 23:30 .git [2021-01-11T23:31:45.603Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 23:30 .github [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 272 Jan 11 23:30 .gitignore [2021-01-11T23:31:45.603Z] -rw-r--r--. 1 jenkins jenkins 204 Jan 11 23:31 go.mod [2021-01-11T23:31:45.603Z] -rw-r--r--. 1 jenkins jenkins 14156 Jan 11 23:31 go.sum [2021-01-11T23:31:45.603Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 11 23:30 internal [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 656 Jan 11 23:30 Jenkinsfile [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 23:30 LICENSE [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 937 Jan 11 23:30 Makefile [2021-01-11T23:31:45.603Z] drwxrwxr-x. 2 jenkins jenkins 84 Jan 11 23:30 profiles [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 12398 Jan 11 23:30 README.md [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 23:28 VERSION [2021-01-11T23:31:45.603Z] -rw-rw-r--. 1 jenkins jenkins 209 Jan 11 23:30 version.go [2021-01-11T23:31:45.644Z] prd-ubuntu18.04-docker-arm64-4c-16g-19631 does not seem to be running inside a container [2021-01-11T23:31:45.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T23:31:47.179Z] $ docker top 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:31:47.931Z] + 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=61a5790c5444971f3961c3feab4500b2d83312f9 --label arch=amd64 --label version=0.0.0 . [2021-01-11T23:31:47.931Z] Sending build context to Docker daemon 350.7kB [2021-01-11T23:31:47.931Z] Step 1/26 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:31:47.931Z] Step 2/26 : FROM ${BASE} AS builder [2021-01-11T23:31:47.931Z] ---> 55e833af092c [2021-01-11T23:31:47.931Z] Step 3/26 : ARG MAKE='make build' [2021-01-11T23:31:48.166Z] + make test [2021-01-11T23:31:48.166Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T23:31:48.504Z] ---> Running in 7c93ff721d66 [2021-01-11T23:31:48.504Z] Removing intermediate container 7c93ff721d66 [2021-01-11T23:31:48.504Z] ---> 5b56275793c8 [2021-01-11T23:31:48.504Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:31:48.504Z] ---> Running in d3b8a825664c [2021-01-11T23:31:48.765Z] Removing intermediate container d3b8a825664c [2021-01-11T23:31:48.765Z] ---> aa5a17d2e284 [2021-01-11T23:31:48.765Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:31:48.765Z] ---> Running in 49da7232abe8 [2021-01-11T23:31:49.030Z] Removing intermediate container 49da7232abe8 [2021-01-11T23:31:49.030Z] ---> ee293bc138be [2021-01-11T23:31:49.030Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:31:49.030Z] ---> Running in d3bcbdaafcd0 [2021-01-11T23:31:49.603Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-01-11T23:31:49.991Z] Removing intermediate container d3bcbdaafcd0 [2021-01-11T23:31:49.991Z] ---> 89a6fdbadb40 [2021-01-11T23:31:49.991Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:31:49.991Z] ---> Running in 855e3c23cbdb [2021-01-11T23:31:50.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T23:31:51.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T23:31:52.093Z] OK: 166 MiB in 39 packages [2021-01-11T23:31:52.356Z] Removing intermediate container 855e3c23cbdb [2021-01-11T23:31:52.356Z] ---> a25b6c158521 [2021-01-11T23:31:52.356Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2021-01-11T23:31:52.625Z] ---> Running in 53db53071459 [2021-01-11T23:31:52.625Z] Removing intermediate container 53db53071459 [2021-01-11T23:31:52.625Z] ---> 5e08632ba090 [2021-01-11T23:31:52.625Z] Step 9/26 : COPY go.mod . [2021-01-11T23:31:52.886Z] ---> 9d65bff806f5 [2021-01-11T23:31:52.886Z] Step 10/26 : COPY Makefile . [2021-01-11T23:31:53.150Z] ---> ea5682839849 [2021-01-11T23:31:53.150Z] Step 11/26 : RUN make update [2021-01-11T23:31:53.150Z] ---> Running in 8f72bf2bf417 [2021-01-11T23:31:53.723Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-11T23:31:54.298Z] Removing intermediate container 8f72bf2bf417 [2021-01-11T23:31:54.298Z] ---> 3d2153c82257 [2021-01-11T23:31:54.298Z] Step 12/26 : COPY . . [2021-01-11T23:31:54.890Z] ---> 8cc6029cb3fa [2021-01-11T23:31:54.890Z] Step 13/26 : RUN ${MAKE} [2021-01-11T23:31:54.890Z] ---> Running in cb7d0c65c5d6 [2021-01-11T23:31:55.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2021-01-11T23:32:05.667Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T23:32:07.591Z] Removing intermediate container cb7d0c65c5d6 [2021-01-11T23:32:07.591Z] ---> b455df16995a [2021-01-11T23:32:07.592Z] Step 14/26 : FROM alpine:3.12 [2021-01-11T23:32:08.164Z] 3.12: Pulling from library/alpine [2021-01-11T23:32:08.164Z] 801bfaa63ef2: Pulling fs layer [2021-01-11T23:32:08.426Z] 801bfaa63ef2: Download complete [2021-01-11T23:32:08.690Z] 801bfaa63ef2: Pull complete [2021-01-11T23:32:08.690Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T23:32:08.690Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T23:32:08.691Z] ---> 389fef711851 [2021-01-11T23:32:08.691Z] Step 15/26 : ENV APP_PORT=49993 [2021-01-11T23:32:08.691Z] ---> Running in 877820f2b431 [2021-01-11T23:32:08.957Z] Removing intermediate container 877820f2b431 [2021-01-11T23:32:08.957Z] ---> 2b56d1a4ccc2 [2021-01-11T23:32:08.957Z] Step 16/26 : EXPOSE $APP_PORT [2021-01-11T23:32:08.957Z] ---> Running in a62b72fd4398 [2021-01-11T23:32:09.219Z] Removing intermediate container a62b72fd4398 [2021-01-11T23:32:09.219Z] ---> d77018e29c00 [2021-01-11T23:32:09.219Z] Step 17/26 : ENV DEVICE_PORT=161 [2021-01-11T23:32:09.219Z] ---> Running in 1e9c1829a757 [2021-01-11T23:32:09.480Z] Removing intermediate container 1e9c1829a757 [2021-01-11T23:32:09.480Z] ---> 971d6c01e87e [2021-01-11T23:32:09.480Z] Step 18/26 : EXPOSE $DEVICE_PORT [2021-01-11T23:32:09.480Z] ---> Running in 25b77d14846b [2021-01-11T23:32:09.480Z] Removing intermediate container 25b77d14846b [2021-01-11T23:32:09.480Z] ---> 4fc199d67c5e [2021-01-11T23:32:09.480Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2021-01-11T23:32:10.054Z] ---> d42555453ae0 [2021-01-11T23:32:10.054Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2021-01-11T23:32:10.319Z] ---> 7e00a29db10f [2021-01-11T23:32:10.319Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2021-01-11T23:32:10.581Z] ---> 7d427ac8b578 [2021-01-11T23:32:10.581Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2021-01-11T23:32:10.581Z] ---> Running in 1fcc64548d76 [2021-01-11T23:32:10.843Z] Removing intermediate container 1fcc64548d76 [2021-01-11T23:32:10.843Z] ---> 6e538feb9e3c [2021-01-11T23:32:10.843Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-11T23:32:10.843Z] ---> Running in 364a15f5c6d0 [2021-01-11T23:32:11.104Z] Removing intermediate container 364a15f5c6d0 [2021-01-11T23:32:11.104Z] ---> 92f4f204478f [2021-01-11T23:32:11.104Z] Step 24/26 : LABEL arch=amd64 [2021-01-11T23:32:11.104Z] ---> Running in 3d70dc88bbf2 [2021-01-11T23:32:11.104Z] Removing intermediate container 3d70dc88bbf2 [2021-01-11T23:32:11.104Z] ---> eea411e07093 [2021-01-11T23:32:11.104Z] Step 25/26 : LABEL git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 [2021-01-11T23:32:11.367Z] ---> Running in 9e3c2f587ce3 [2021-01-11T23:32:11.367Z] Removing intermediate container 9e3c2f587ce3 [2021-01-11T23:32:11.367Z] ---> 537a5605e983 [2021-01-11T23:32:11.367Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T23:32:11.629Z] ---> Running in 8b3c8534b7d6 [2021-01-11T23:32:11.629Z] Removing intermediate container 8b3c8534b7d6 [2021-01-11T23:32:11.629Z] ---> 833471684666 [2021-01-11T23:32:11.629Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T23:32:11.629Z] Successfully built 833471684666 [2021-01-11T23:32:11.629Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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] } [2021-01-11T23:32:21.977Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-01-11T23:32:21.977Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.023s coverage: 0.0% of statements [2021-01-11T23:32:22.257Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T23:32:28.980Z] gofmt -l . [2021-01-11T23:32:28.980Z] [ "`gofmt -l .`" = "" ] [2021-01-11T23:32:28.980Z] ./bin/test-attribution-txt.sh [2021-01-11T23:32:29.960Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T23:32:30.258Z] $ docker stop --time=1 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d [2021-01-11T23:32:32.499Z] $ docker rm -f 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T23:32:33.335Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T23:32:33.399Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T23:32:34.191Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:32:34.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T23:32:35.265Z] + ls -al . [2021-01-11T23:32:35.265Z] total 132 [2021-01-11T23:32:35.265Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:32 . [2021-01-11T23:32:35.265Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:30 .. [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 6 Jan 11 23:30 .dockerignore [2021-01-11T23:32:35.265Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:30 .git [2021-01-11T23:32:35.265Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 .github [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 272 Jan 11 23:30 .gitignore [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 5082 Jan 11 23:30 Attribution.txt [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 1529 Jan 11 23:30 Dockerfile [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 1006 Jan 11 23:30 Dockerfile.build [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 656 Jan 11 23:30 Jenkinsfile [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 23:30 LICENSE [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 937 Jan 11 23:30 Makefile [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 12398 Jan 11 23:30 README.md [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 23:28 VERSION [2021-01-11T23:32:35.265Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 bin [2021-01-11T23:32:35.265Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:30 cmd [2021-01-11T23:32:35.265Z] -rw-r--r-- 1 jenkins jenkins 8493 Jan 11 23:32 coverage.out [2021-01-11T23:32:35.265Z] -rw-r--r-- 1 jenkins jenkins 204 Jan 11 23:32 go.mod [2021-01-11T23:32:35.265Z] -rw-r--r-- 1 jenkins jenkins 14156 Jan 11 23:32 go.sum [2021-01-11T23:32:35.265Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:30 internal [2021-01-11T23:32:35.265Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 profiles [2021-01-11T23:32:35.265Z] -rw-rw-r-- 1 jenkins jenkins 209 Jan 11 23:30 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:32:35.673Z] + 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=61a5790c5444971f3961c3feab4500b2d83312f9 --label arch=arm64 --label version=0.0.0 . [2021-01-11T23:32:35.954Z] Sending build context to Docker daemon 349.7kB [2021-01-11T23:32:35.954Z] Step 1/26 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:32:35.954Z] Step 2/26 : FROM ${BASE} AS builder [2021-01-11T23:32:35.954Z] ---> 3d63b7e7e0a8 [2021-01-11T23:32:35.954Z] Step 3/26 : ARG MAKE='make build' [2021-01-11T23:32:36.240Z] ---> Running in 2d7cc4929570 [2021-01-11T23:32:36.840Z] Removing intermediate container 2d7cc4929570 [2021-01-11T23:32:36.840Z] ---> 8706084cca38 [2021-01-11T23:32:36.840Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:32:36.840Z] ---> Running in 0475a1e6fb8a [2021-01-11T23:32:37.118Z] Removing intermediate container 0475a1e6fb8a [2021-01-11T23:32:37.118Z] ---> 934425a1975c [2021-01-11T23:32:37.118Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:32:37.388Z] ---> Running in 8a80e0dca681 [2021-01-11T23:32:37.662Z] Removing intermediate container 8a80e0dca681 [2021-01-11T23:32:37.662Z] ---> f9f1f71bc3a0 [2021-01-11T23:32:37.662Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:32:37.932Z] ---> Running in c048402a4834 [2021-01-11T23:32:39.906Z] Removing intermediate container c048402a4834 [2021-01-11T23:32:39.906Z] ---> 76eb91721169 [2021-01-11T23:32:39.906Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:32:40.182Z] ---> Running in 988e64aab216 [2021-01-11T23:32:41.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T23:32:42.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T23:32:42.735Z] OK: 142 MiB in 39 packages [2021-01-11T23:32:43.737Z] Removing intermediate container 988e64aab216 [2021-01-11T23:32:43.737Z] ---> 97ed624f28b1 [2021-01-11T23:32:43.737Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2021-01-11T23:32:44.011Z] ---> Running in 19aebe2b4590 [2021-01-11T23:32:44.606Z] Removing intermediate container 19aebe2b4590 [2021-01-11T23:32:44.606Z] ---> 4901c1e17b83 [2021-01-11T23:32:44.606Z] Step 9/26 : COPY go.mod . [2021-01-11T23:32:45.205Z] ---> 6f9788b944d5 [2021-01-11T23:32:45.205Z] Step 10/26 : COPY Makefile . [2021-01-11T23:32:45.801Z] ---> 8e468f7ceff1 [2021-01-11T23:32:45.801Z] Step 11/26 : RUN make update [2021-01-11T23:32:46.074Z] ---> Running in ac35f71f0ca3 [2021-01-11T23:32:47.056Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-11T23:32:48.490Z] Removing intermediate container ac35f71f0ca3 [2021-01-11T23:32:48.490Z] ---> 71a30d7d65fd [2021-01-11T23:32:48.490Z] Step 12/26 : COPY . . [2021-01-11T23:32:49.472Z] ---> 6e1350800e90 [2021-01-11T23:32:49.472Z] Step 13/26 : RUN ${MAKE} [2021-01-11T23:32:49.472Z] ---> Running in 3847129bf388 [2021-01-11T23:32:50.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2021-01-11T23:33:17.273Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T23:33:22.672Z] Removing intermediate container 3847129bf388 [2021-01-11T23:33:22.672Z] ---> e8e7e6efe8f2 [2021-01-11T23:33:22.672Z] Step 14/26 : FROM alpine:3.12 [2021-01-11T23:33:22.946Z] 3.12: Pulling from library/alpine [2021-01-11T23:33:22.946Z] 159e5727ea61: Pulling fs layer [2021-01-11T23:33:23.222Z] 159e5727ea61: Verifying Checksum [2021-01-11T23:33:23.222Z] 159e5727ea61: Download complete [2021-01-11T23:33:23.826Z] 159e5727ea61: Pull complete [2021-01-11T23:33:23.826Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T23:33:23.826Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T23:33:23.826Z] ---> afeebe901d6b [2021-01-11T23:33:23.826Z] Step 15/26 : ENV APP_PORT=49993 [2021-01-11T23:33:24.104Z] ---> Running in 9a57ec5d19bc [2021-01-11T23:33:24.391Z] Removing intermediate container 9a57ec5d19bc [2021-01-11T23:33:24.391Z] ---> 85c4e2acc42f [2021-01-11T23:33:24.391Z] Step 16/26 : EXPOSE $APP_PORT [2021-01-11T23:33:24.672Z] ---> Running in ced85c0b0bd5 [2021-01-11T23:33:25.276Z] Removing intermediate container ced85c0b0bd5 [2021-01-11T23:33:25.276Z] ---> 7e3b2c588104 [2021-01-11T23:33:25.276Z] Step 17/26 : ENV DEVICE_PORT=161 [2021-01-11T23:33:25.276Z] ---> Running in 5e76aeadf274 [2021-01-11T23:33:25.875Z] Removing intermediate container 5e76aeadf274 [2021-01-11T23:33:25.876Z] ---> 69d44c7c1045 [2021-01-11T23:33:25.876Z] Step 18/26 : EXPOSE $DEVICE_PORT [2021-01-11T23:33:25.876Z] ---> Running in 1e6cc636f54c [2021-01-11T23:33:26.475Z] Removing intermediate container 1e6cc636f54c [2021-01-11T23:33:26.475Z] ---> 80c220bc6a42 [2021-01-11T23:33:26.475Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2021-01-11T23:33:27.910Z] ---> d613ce3caee5 [2021-01-11T23:33:27.910Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2021-01-11T23:33:28.507Z] ---> 01bb19b56025 [2021-01-11T23:33:28.507Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2021-01-11T23:33:29.108Z] ---> acf7557d293e [2021-01-11T23:33:29.108Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2021-01-11T23:33:29.108Z] ---> Running in 21aa9fbf7432 [2021-01-11T23:33:29.706Z] Removing intermediate container 21aa9fbf7432 [2021-01-11T23:33:29.706Z] ---> 9708ecd63792 [2021-01-11T23:33:29.706Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-11T23:33:29.981Z] ---> Running in f7f34a6d45d5 [2021-01-11T23:33:30.256Z] Removing intermediate container f7f34a6d45d5 [2021-01-11T23:33:30.256Z] ---> 3d48974cfaf9 [2021-01-11T23:33:30.256Z] Step 24/26 : LABEL arch=arm64 [2021-01-11T23:33:30.528Z] ---> Running in 04973a2d1a17 [2021-01-11T23:33:30.801Z] Removing intermediate container 04973a2d1a17 [2021-01-11T23:33:30.801Z] ---> 79c9edb6d7d2 [2021-01-11T23:33:30.801Z] Step 25/26 : LABEL git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 [2021-01-11T23:33:31.079Z] ---> Running in 9ee35979bf35 [2021-01-11T23:33:31.354Z] Removing intermediate container 9ee35979bf35 [2021-01-11T23:33:31.355Z] ---> 0d068808da92 [2021-01-11T23:33:31.355Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T23:33:31.627Z] ---> Running in e9f9f48ece4e [2021-01-11T23:33:32.221Z] Removing intermediate container e9f9f48ece4e [2021-01-11T23:33:32.221Z] ---> 1afad4c06a70 [2021-01-11T23:33:32.221Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T23:33:32.221Z] Successfully built 1afad4c06a70 [2021-01-11T23:33:32.221Z] Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" 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 [2021-01-11T23:33:33.680Z] provisioning config files... [2021-01-11T23:33:33.699Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config8703264192089463877tmp [Pipeline] { [Pipeline] sh [2021-01-11T23:33:34.087Z] + set +x [2021-01-11T23:33:34.088Z] + curl -s https://codecov.io/bash [2021-01-11T23:33:34.088Z] + bash -s -- [2021-01-11T23:33:34.351Z] [2021-01-11T23:33:34.351Z] _____ _ [2021-01-11T23:33:34.351Z] / ____| | | [2021-01-11T23:33:34.351Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T23:33:34.351Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T23:33:34.351Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T23:33:34.351Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T23:33:34.351Z] Bash-20201231-23d4836 [2021-01-11T23:33:34.351Z] [2021-01-11T23:33:34.351Z] [2021-01-11T23:33:34.351Z] ==> git version 2.24.3 found [2021-01-11T23:33:34.351Z] ==> 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 [2021-01-11T23:33:34.351Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T23:33:34.351Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T23:33:34.351Z] ==> Jenkins CI detected. [2021-01-11T23:33:34.351Z] project root: . [2021-01-11T23:33:34.351Z] --> token set from env [2021-01-11T23:33:34.351Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T23:33:34.351Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T23:33:34.351Z] ==> Python coveragepy not found [2021-01-11T23:33:34.351Z] ==> Searching for coverage reports in: [2021-01-11T23:33:34.351Z] + . [2021-01-11T23:33:34.351Z] -> Found 1 reports [2021-01-11T23:33:34.351Z] ==> Detecting git/mercurial file structure [2021-01-11T23:33:34.351Z] ==> Reading reports [2021-01-11T23:33:34.351Z] + ./coverage.out bytes=8493 [2021-01-11T23:33:34.351Z] ==> Appending adjustments [2021-01-11T23:33:34.351Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T23:33:34.351Z] + Found adjustments [2021-01-11T23:33:34.351Z] ==> Gzipping contents [2021-01-11T23:33:34.351Z] 4.0K /tmp/codecov.KdIEey.gz [2021-01-11T23:33:34.351Z] ==> Uploading reports [2021-01-11T23:33:34.351Z] url: https://codecov.io [2021-01-11T23:33:34.351Z] query: branch=PR-83&commit=61a5790c5444971f3961c3feab4500b2d83312f9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-11T23:33:34.351Z] -> Pinging Codecov [2021-01-11T23:33:34.351Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-83&commit=61a5790c5444971f3961c3feab4500b2d83312f9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-11T23:33:34.925Z] -> Uploading to [2021-01-11T23:33:34.925Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/6C56EA5C29638FB4528AC87E60AF5AE0/61a5790c5444971f3961c3feab4500b2d83312f9/fd0bbca7-45e3-4937-b2f7-c29b69d8b0ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T233334Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=63a11206a859eb8baea573af198903b3a3d75e00bf956240f65e5347c4e41d30 [2021-01-11T23:33:34.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T23:33:34.925Z] Dload Upload Total Spent Left Speed [2021-01-11T23:33:35.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1462 0 0 100 1462 0 2878 --:--:-- --:--:-- --:--:-- 2883 [2021-01-11T23:33:35.500Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] } [2021-01-11T23:33:35.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2021-01-11T23:33:39.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:33:39.907Z] ---> package-listing.sh [2021-01-11T23:33:39.907Z] ++ facter osfamily [2021-01-11T23:33:39.907Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T23:33:39.907Z] + OS_FAMILY=redhat [2021-01-11T23:33:39.908Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-83 [2021-01-11T23:33:39.908Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T23:33:39.908Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T23:33:39.908Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T23:33:39.908Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T23:33:39.908Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' [2021-01-11T23:33:39.908Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T23:33:39.908Z] + case "${OS_FAMILY}" in [2021-01-11T23:33:39.908Z] + rpm -qa [2021-01-11T23:33:39.908Z] + sort [2021-01-11T23:33:45.224Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T23:33:45.224Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T23:33:45.224Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T23:33:45.224Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' [2021-01-11T23:33:45.224Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ [2021-01-11T23:33:45.224Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ [Pipeline] echo [2021-01-11T23:33:45.243Z] 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/dgexfoundry_device-snmp-go_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T23:33:45.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:33:45.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:33:45.860Z] [2021-01-11T23:33:45.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:33:46.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:33:46.209Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T23:33:46.209Z] df20fa9351a1: Pulling fs layer [2021-01-11T23:33:46.209Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T23:33:46.209Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T23:33:46.209Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T23:33:46.209Z] 93b61091891f: Pulling fs layer [2021-01-11T23:33:46.209Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T23:33:46.209Z] 5e14af77c1be: Pulling fs layer [2021-01-11T23:33:46.209Z] 01666e4c0597: Pulling fs layer [2021-01-11T23:33:46.209Z] aa168da1d23b: Pulling fs layer [2021-01-11T23:33:46.209Z] 46f8f816bc3b: Waiting [2021-01-11T23:33:46.209Z] 93b61091891f: Waiting [2021-01-11T23:33:46.209Z] 93b9cdb0e59b: Waiting [2021-01-11T23:33:46.209Z] 5e14af77c1be: Waiting [2021-01-11T23:33:46.209Z] 01666e4c0597: Waiting [2021-01-11T23:33:46.209Z] aa168da1d23b: Waiting [2021-01-11T23:33:46.209Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T23:33:46.209Z] 36b3adc4ff6f: Download complete [2021-01-11T23:33:46.209Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T23:33:46.209Z] 46f8f816bc3b: Download complete [2021-01-11T23:33:46.471Z] df20fa9351a1: Verifying Checksum [2021-01-11T23:33:46.471Z] df20fa9351a1: Download complete [2021-01-11T23:33:46.471Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T23:33:46.471Z] 93b9cdb0e59b: Download complete [2021-01-11T23:33:46.471Z] 5e14af77c1be: Verifying Checksum [2021-01-11T23:33:46.471Z] 5e14af77c1be: Download complete [2021-01-11T23:33:46.471Z] 93b61091891f: Download complete [2021-01-11T23:33:46.471Z] 01666e4c0597: Verifying Checksum [2021-01-11T23:33:46.471Z] 01666e4c0597: Download complete [2021-01-11T23:33:46.471Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T23:33:46.471Z] 8ad3a11d3b57: Download complete [2021-01-11T23:33:46.735Z] df20fa9351a1: Pull complete [2021-01-11T23:33:46.997Z] 36b3adc4ff6f: Pull complete [2021-01-11T23:33:47.578Z] 8ad3a11d3b57: Pull complete [2021-01-11T23:33:47.846Z] 46f8f816bc3b: Pull complete [2021-01-11T23:33:48.433Z] 93b61091891f: Pull complete [2021-01-11T23:33:48.696Z] aa168da1d23b: Verifying Checksum [2021-01-11T23:33:48.696Z] aa168da1d23b: Download complete [2021-01-11T23:33:49.648Z] 93b9cdb0e59b: Pull complete [2021-01-11T23:33:49.648Z] 5e14af77c1be: Pull complete [2021-01-11T23:33:49.914Z] 01666e4c0597: Pull complete [2021-01-11T23:33:56.550Z] aa168da1d23b: Pull complete [2021-01-11T23:33:56.550Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T23:33:56.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:33:56.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T23:33:56.713Z] prd-centos7-docker-4c-2g-19630 does not seem to be running inside a container [2021-01-11T23:33:56.760Z] $ 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/dgexfoundry_device-snmp-go_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T23:33:59.887Z] $ docker top a625b834bc34f5aa4ceb4f1604b3c9365141a252977d691ce1d91855d2526072 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:34:00.491Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T23:34:00.793Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T23:34:01.099Z] + ls /var/log/sa-host [2021-01-11T23:34:01.100Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T23:34:01.100Z] file_magic: OK [2021-01-11T23:34:01.100Z] HZ: Using current value: 100 [2021-01-11T23:34:01.100Z] file_header: OK [2021-01-11T23:34:01.100Z] 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 [2021-01-11T23:34:01.100Z] Statistics: [2021-01-11T23:34:01.100Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T23:34:01.100Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T23:34:01.100Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T23:34:01.100Z] file_magic: OK [2021-01-11T23:34:01.100Z] HZ: Using current value: 100 [2021-01-11T23:34:01.100Z] file_header: OK [2021-01-11T23:34:01.100Z] 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 [2021-01-11T23:34:01.100Z] Statistics: [2021-01-11T23:34:01.100Z] Hnuu...uuuununununu... [2021-01-11T23:34:01.100Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T23:34:01.752Z] provisioning config files... [2021-01-11T23:34:01.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config6549301784871041134tmp [Pipeline] { [Pipeline] echo [2021-01-11T23:34:01.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:34:02.151Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T23:34:02.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T23:34:02.258Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:34:02.559Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T23:34:02.574Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:34:02.871Z] ---> sudo-logs.sh [2021-01-11T23:34:02.872Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T23:34:02.883Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:34:03.179Z] ---> job-cost.sh [2021-01-11T23:34:03.179Z] lf-activate-venv: SKIPPING [2021-01-11T23:34:03.179Z] INFO: No Stack... [2021-01-11T23:34:04.572Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T23:34:04.834Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T23:34:04.847Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:34:05.145Z] ---> logs-deploy.sh [2021-01-11T23:34:05.145Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-83/2 [2021-01-11T23:34:05.145Z] INFO: archiving workspace using pattern(s): [2021-01-11T23:34:06.539Z] Archives upload complete. [2021-01-11T23:34:06.801Z] INFO: archiving logs to Nexus [2021-01-11T23:34:07.752Z] ---> uname -a: [2021-01-11T23:34:07.752Z] Linux prd-centos7-docker-4c-2g-19630.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] ---> lscpu: [2021-01-11T23:34:07.752Z] Architecture: x86_64 [2021-01-11T23:34:07.752Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-11T23:34:07.752Z] Byte Order: Little Endian [2021-01-11T23:34:07.752Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-11T23:34:07.752Z] CPU(s): 4 [2021-01-11T23:34:07.752Z] On-line CPU(s) list: 0-3 [2021-01-11T23:34:07.752Z] Thread(s) per core: 1 [2021-01-11T23:34:07.752Z] Core(s) per socket: 1 [2021-01-11T23:34:07.752Z] Socket(s): 4 [2021-01-11T23:34:07.752Z] NUMA node(s): 1 [2021-01-11T23:34:07.752Z] Vendor ID: GenuineIntel [2021-01-11T23:34:07.752Z] CPU family: 6 [2021-01-11T23:34:07.752Z] Model: 44 [2021-01-11T23:34:07.752Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-11T23:34:07.752Z] Stepping: 1 [2021-01-11T23:34:07.752Z] CPU MHz: 2933.438 [2021-01-11T23:34:07.752Z] BogoMIPS: 5866.87 [2021-01-11T23:34:07.752Z] Virtualization: VT-x [2021-01-11T23:34:07.752Z] Hypervisor vendor: KVM [2021-01-11T23:34:07.752Z] Virtualization type: full [2021-01-11T23:34:07.752Z] L1d cache: 128 KiB [2021-01-11T23:34:07.752Z] L1i cache: 128 KiB [2021-01-11T23:34:07.752Z] L2 cache: 16 MiB [2021-01-11T23:34:07.752Z] L3 cache: 64 MiB [2021-01-11T23:34:07.752Z] NUMA node0 CPU(s): 0-3 [2021-01-11T23:34:07.752Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-11T23:34:07.752Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-11T23:34:07.752Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-11T23:34:07.752Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-11T23:34:07.752Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-11T23:34:07.752Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-11T23:34:07.752Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-11T23:34:07.752Z] Vulnerability Srbds: Not affected [2021-01-11T23:34:07.752Z] Vulnerability Tsx async abort: Not affected [2021-01-11T23:34:07.752Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] ---> nproc: [2021-01-11T23:34:07.752Z] 4 [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] ---> df -h: [2021-01-11T23:34:07.752Z] Filesystem Size Used Available Use% Mounted on [2021-01-11T23:34:07.752Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-11T23:34:07.752Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-11T23:34:07.752Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-11T23:34:07.752Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-83 [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp [2021-01-11T23:34:07.752Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] ---> free -m: [2021-01-11T23:34:07.752Z] total used free shared buff/cache available [2021-01-11T23:34:07.752Z] Mem: 1837 727 106 0 1002 1004 [2021-01-11T23:34:07.752Z] Swap: 1023 0 1023 [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] [2021-01-11T23:34:07.752Z] ---> ip addr: [2021-01-11T23:34:07.752Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-11T23:34:07.752Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-11T23:34:07.752Z] inet 127.0.0.1/8 scope host lo [2021-01-11T23:34:07.752Z] valid_lft forever preferred_lft forever [2021-01-11T23:34:07.752Z] inet6 ::1/128 scope host [2021-01-11T23:34:07.752Z] valid_lft forever preferred_lft forever [2021-01-11T23:34:07.752Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-11T23:34:07.752Z] link/ether fa:16:3e:e0:b0:26 brd ff:ff:ff:ff:ff:ff [2021-01-11T23:34:07.752Z] inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-11T23:34:07.752Z] valid_lft 86002sec preferred_lft 86002sec [2021-01-11T23:34:07.752Z] inet6 fe80::f816:3eff:fee0:b026/64 scope link [2021-01-11T23:34:07.752Z] valid_lft forever preferred_lft forever [2021-01-11T23:34:07.753Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-11T23:34:07.753Z] link/ether 02:42:e9:dc:64:8b brd ff:ff:ff:ff:ff:ff [2021-01-11T23:34:07.753Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-11T23:34:07.753Z] valid_lft forever preferred_lft forever [2021-01-11T23:34:07.753Z] inet6 fe80::42:e9ff:fedc:648b/64 scope link [2021-01-11T23:34:07.753Z] valid_lft forever preferred_lft forever [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] ---> sar -b -r -n DEV: [2021-01-11T23:34:07.753Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:27:19 LINUX RESTART (4 CPU) [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-11T23:34:07.753Z] 23:29:01 31.86 12.69 19.18 0.00 4583.05 2983.30 0.00 [2021-01-11T23:34:07.753Z] 23:30:01 0.98 0.00 0.98 0.00 0.00 20.32 0.00 [2021-01-11T23:34:07.753Z] 23:31:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 [2021-01-11T23:34:07.753Z] 23:32:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-01-11T23:34:07.753Z] 23:33:01 0.15 0.00 0.15 0.00 0.00 1.93 0.00 [2021-01-11T23:34:07.753Z] Average: 6.71 2.54 4.17 0.00 916.89 602.61 0.00 [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-11T23:34:07.753Z] 23:29:01 150340 0 630080 33.49 2620 1098504 1126564 38.45 426996 1105856 12 [2021-01-11T23:34:07.753Z] 23:30:01 156396 0 624016 33.17 2620 1098512 1081964 36.93 424448 1102932 8 [2021-01-11T23:34:07.753Z] 23:31:01 155876 0 624532 33.19 2620 1098516 1082096 36.93 434852 1093472 8 [2021-01-11T23:34:07.753Z] 23:32:01 155772 0 624636 33.20 2620 1098516 1081964 36.93 435744 1092880 8 [2021-01-11T23:34:07.753Z] 23:33:01 155332 0 625068 33.22 2620 1098524 1082048 36.93 445352 1083824 8 [2021-01-11T23:34:07.753Z] Average: 154743 0 625666 33.25 2620 1098514 1090927 37.23 433478 1095793 9 [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-11T23:34:07.753Z] 23:29:01 eth0 167.60 115.08 453.58 38.53 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:29:01 docker0 1.13 1.03 0.27 2.01 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:30:01 eth0 1.13 0.02 0.10 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:31:01 eth0 2.50 1.33 1.93 0.42 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:32:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:33:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] Average: eth0 34.32 23.34 91.17 7.81 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] Average: docker0 0.23 0.21 0.05 0.40 0.00 0.00 0.00 0.00 [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] ---> sar -P ALL: [2021-01-11T23:34:07.753Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:27:19 LINUX RESTART (4 CPU) [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] 23:28:01 CPU %user %nice %system %iowait %steal %idle [2021-01-11T23:34:07.753Z] 23:29:01 all 3.22 0.00 1.82 0.52 0.02 94.42 [2021-01-11T23:34:07.753Z] 23:29:01 0 4.02 0.00 1.93 0.13 0.02 93.90 [2021-01-11T23:34:07.753Z] 23:29:01 1 2.73 0.00 1.68 0.44 0.02 95.14 [2021-01-11T23:34:07.753Z] 23:29:01 2 2.95 0.00 1.84 0.39 0.02 94.81 [2021-01-11T23:34:07.753Z] 23:29:01 3 3.20 0.00 1.82 1.12 0.02 93.84 [2021-01-11T23:34:07.753Z] 23:30:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-11T23:34:07.753Z] 23:30:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-11T23:34:07.753Z] 23:30:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-11T23:34:07.753Z] 23:30:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-11T23:34:07.753Z] 23:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T23:34:07.753Z] 23:31:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-11T23:34:07.753Z] 23:31:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2021-01-11T23:34:07.753Z] 23:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-11T23:34:07.753Z] 23:31:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-11T23:34:07.753Z] 23:31:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-11T23:34:07.753Z] 23:32:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-01-11T23:34:07.753Z] 23:32:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-11T23:34:07.753Z] 23:32:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-11T23:34:07.753Z] 23:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-11T23:34:07.753Z] 23:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T23:34:07.753Z] 23:33:01 all 0.17 0.00 0.08 0.00 0.01 99.74 [2021-01-11T23:34:07.753Z] 23:33:01 0 0.53 0.00 0.08 0.00 0.00 99.38 [2021-01-11T23:34:07.753Z] 23:33:01 1 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-11T23:34:07.753Z] 23:33:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-11T23:34:07.753Z] 23:33:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-11T23:34:07.753Z] Average: all 0.77 0.00 0.40 0.10 0.01 98.72 [2021-01-11T23:34:07.753Z] Average: 0 1.21 0.00 0.42 0.03 0.00 98.34 [2021-01-11T23:34:07.753Z] Average: 1 0.58 0.00 0.37 0.09 0.01 98.95 [2021-01-11T23:34:07.753Z] Average: 2 0.64 0.00 0.41 0.08 0.01 98.87 [2021-01-11T23:34:07.753Z] Average: 3 0.67 0.00 0.39 0.22 0.01 98.71 [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z] [2021-01-11T23:34:07.753Z]