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 2835f428d5bb359d09284af55213ecc07555b5ca rather than 90a5406bdfd7db894efd3106afefe21c36aeedf6 Obtained Jenkinsfile from 2835f428d5bb359d09284af55213ecc07555b5ca 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-21743 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 Merging remotes/origin/master commit 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 Merge succeeded, producing be8ccdab35ec795f9e357baea943d080b1f7317a Checking out Revision be8ccdab35ec795f9e357baea943d080b1f7317a (PR-83) > 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 > 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 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be8ccdab35ec795f9e357baea943d080b1f7317a # timeout=10 Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T23:28:26.615Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T23:28:26.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T23:28:26.986Z] ========================================================= [2021-01-20T23:28:26.986Z] EdgeX Global Pipelines Version Info [2021-01-20T23:28:26.986Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:28:28.547Z] ------------------- [2021-01-20T23:28:28.548Z] stable info: [2021-01-20T23:28:28.548Z] ------------------- [2021-01-20T23:28:28.548Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:28:28.548Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:28:28.548Z] Message: update stable to v1.0.179 [2021-01-20T23:28:29.496Z] ------------------- [2021-01-20T23:28:29.496Z] experimental info: [2021-01-20T23:28:29.496Z] ------------------- [2021-01-20T23:28:29.496Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:28:29.496Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:28:29.496Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T23:28:29.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-01-20T23:28:29.849Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-01-20T23:28:29.958Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T23:28:30.098Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T23:28:30.199Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T23:28:30.351Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T23:28:30.460Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T23:28:30.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T23:28:30.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T23:28:30.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T23:28:30.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T23:28:31.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2021-01-20T23:28:31.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T23:28:31.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T23:28:31.377Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:28:31.472Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:28:31.565Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:28:31.665Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:28:31.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T23:28:31.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T23:28:31.957Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T23:28:32.043Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T23:28:32.129Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T23:28:32.222Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T23:28:32.323Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T23:28:32.414Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T23:28:32.513Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T23:28:32.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo [2021-01-20T23:28:32.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo [2021-01-20T23:28:32.834Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo [2021-01-20T23:28:32.922Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] echo [2021-01-20T23:28:33.004Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be8ccda [Pipeline] echo [2021-01-20T23:28:33.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:28:33.260Z] provisioning config files... [2021-01-20T23:28:33.298Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config8279560825543248098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:28:33.728Z] ---> docker-login.sh [2021-01-20T23:28:33.728Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:28:33.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:28:34.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:28:34.254Z] Configure a credential helper to remove this warning. See [2021-01-20T23:28:34.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:28:34.254Z] [2021-01-20T23:28:34.254Z] Login Succeeded [2021-01-20T23:28:34.254Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:28:34.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:28:34.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:28:34.254Z] Configure a credential helper to remove this warning. See [2021-01-20T23:28:34.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:28:34.254Z] [2021-01-20T23:28:34.254Z] Login Succeeded [2021-01-20T23:28:34.254Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:28:34.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:28:34.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:28:34.517Z] Configure a credential helper to remove this warning. See [2021-01-20T23:28:34.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:28:34.517Z] [2021-01-20T23:28:34.517Z] Login Succeeded [2021-01-20T23:28:34.517Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:28:34.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:28:34.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:28:34.779Z] Configure a credential helper to remove this warning. See [2021-01-20T23:28:34.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:28:34.779Z] [2021-01-20T23:28:34.779Z] Login Succeeded [2021-01-20T23:28:34.779Z] docker.io [2021-01-20T23:28:34.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:28:35.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:28:35.046Z] Configure a credential helper to remove this warning. See [2021-01-20T23:28:35.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:28:35.046Z] [2021-01-20T23:28:35.046Z] Login Succeeded [2021-01-20T23:28:35.046Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:28:35.057Z] 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-20T23:28:35.914Z] + git log --format=format:%s -1 be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] echo [2021-01-20T23:28:35.981Z] GIT_COMMIT: be8ccdab35ec795f9e357baea943d080b1f7317a, Commit Message: Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD [Pipeline] echo [2021-01-20T23:28:36.024Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:28:36.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:28:36.625Z] [2021-01-20T23:28:36.625Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:28:36.977Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:28:36.977Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T23:28:36.977Z] 31603596830f: Pulling fs layer [2021-01-20T23:28:36.977Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T23:28:36.977Z] 6ca5941a6612: Pulling fs layer [2021-01-20T23:28:36.977Z] ecc8261a40a4: Pulling fs layer [2021-01-20T23:28:36.977Z] ecc8261a40a4: Waiting [2021-01-20T23:28:36.977Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T23:28:36.977Z] 2a8b12db71e7: Download complete [2021-01-20T23:28:37.247Z] 31603596830f: Verifying Checksum [2021-01-20T23:28:37.247Z] 31603596830f: Download complete [2021-01-20T23:28:37.247Z] ecc8261a40a4: Verifying Checksum [2021-01-20T23:28:37.247Z] ecc8261a40a4: Download complete [2021-01-20T23:28:37.247Z] 6ca5941a6612: Verifying Checksum [2021-01-20T23:28:37.247Z] 6ca5941a6612: Download complete [2021-01-20T23:28:37.526Z] 31603596830f: Pull complete [2021-01-20T23:28:37.795Z] 2a8b12db71e7: Pull complete [2021-01-20T23:28:38.375Z] 6ca5941a6612: Pull complete [2021-01-20T23:28:38.958Z] ecc8261a40a4: Pull complete [2021-01-20T23:28:38.958Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T23:28:38.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:28:38.958Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T23:28:39.085Z] prd-centos7-docker-4c-2g-21743 does not seem to be running inside a container [2021-01-20T23:28:39.153Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T23:28:41.372Z] $ docker top 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T23:28:41.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:28:41.663Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:28:41.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:28:41.890Z] $ docker exec 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent [2021-01-20T23:28:42.076Z] SSH_AUTH_SOCK=/tmp/ssh-QWJ5gxrU78Rf/agent.12 [2021-01-20T23:28:42.076Z] SSH_AGENT_PID=17 [2021-01-20T23:28:42.086Z] Running ssh-add (command line suppressed) [2021-01-20T23:28:42.216Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_3502983590303580573.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_3502983590303580573.key) [2021-01-20T23:28:42.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:28:42.615Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T23:28:42.634Z] $ docker exec --env ******** --env ******** 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent -k [2021-01-20T23:28:42.748Z] unset SSH_AUTH_SOCK; [2021-01-20T23:28:42.748Z] unset SSH_AGENT_PID; [2021-01-20T23:28:42.748Z] echo Agent pid 17 killed; [2021-01-20T23:28:42.803Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T23:28:42.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:28:42.958Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:28:43.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:28:43.138Z] $ docker exec 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent [2021-01-20T23:28:43.310Z] SSH_AUTH_SOCK=/tmp/ssh-GfVrT8KueHUr/agent.45 [2021-01-20T23:28:43.310Z] SSH_AGENT_PID=50 [2021-01-20T23:28:43.317Z] Running ssh-add (command line suppressed) [2021-01-20T23:28:43.442Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_7277963016265066808.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_7277963016265066808.key) [2021-01-20T23:28:43.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:28:43.856Z] + git semver init [2021-01-20T23:28:43.856Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T23:28:43.856Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.git [2021-01-20T23:28:43.856Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-83 [2021-01-20T23:28:43.856Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T23:28:43.856Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T23:28:43.856Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T23:28:43.856Z] # $SEMVER_BRANCH = PR-83 [2021-01-20T23:28:43.856Z] # $SEMVER_TEMP = /tmp/semver-936931871 [2021-01-20T23:28:43.856Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-01-20T23:28:44.148Z] # '/tmp/semver-936931871' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver' [2021-01-20T23:28:44.148Z] # -> Force: false [2021-01-20T23:28:44.148Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver [Pipeline] } [2021-01-20T23:28:44.161Z] $ docker exec --env ******** --env ******** 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent -k [2021-01-20T23:28:44.275Z] unset SSH_AUTH_SOCK; [2021-01-20T23:28:44.275Z] unset SSH_AGENT_PID; [2021-01-20T23:28:44.275Z] echo Agent pid 50 killed; [2021-01-20T23:28:44.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T23:28:44.788Z] + git semver [Pipeline] } [2021-01-20T23:28:44.804Z] $ docker stop --time=1 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 [2021-01-20T23:28:46.206Z] $ docker rm -f 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:28:46.673Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T23:28:47.243Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T23:28:47.245Z] [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-20T23:28:48.039Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21738 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws [2021-01-20T23:28:48.106Z] Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T23:28:52.843Z] using credential edgex-jenkins-ssh [2021-01-20T23:28:52.950Z] Cloning the remote Git repository [2021-01-20T23:28:53.013Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:28:53.128Z] > git init /w/workspace/device-snmp-go/3 # timeout=10 [2021-01-20T23:28:53.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:28:53.236Z] > git --version # timeout=10 [2021-01-20T23:28:53.254Z] > git --version # 'git version 2.17.1' [2021-01-20T23:28:53.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:28:53.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:28:53.957Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-20T23:28:53.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:28:54.000Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-20T23:28:54.027Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:28:54.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:28:54.038Z] > 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-20T23:28:54.570Z] Merging remotes/origin/master commit 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 [2021-01-20T23:28:54.758Z] Merge succeeded, producing b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f [2021-01-20T23:28:54.758Z] Checking out Revision b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f (PR-83) [2021-01-20T23:28:54.587Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:28:54.599Z] > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [2021-01-20T23:28:54.667Z] > git remote # timeout=10 [2021-01-20T23:28:54.681Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:28:54.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:28:54.701Z] > git merge 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 [2021-01-20T23:28:54.742Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:28:54.765Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:28:54.775Z] > git checkout -f b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f # timeout=10 [2021-01-20T23:28:58.968Z] Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" [2021-01-20T23:28:58.989Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:28:58.975Z] > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 [2021-01-20T23:29:00.492Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:29:00.925Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:29:01.269Z] + sudo service+ docker restart [2021-01-20T23:29:01.269Z] true [2021-01-20T23:29:02.809Z] Still waiting to schedule task [2021-01-20T23:29:02.809Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:29:03.329Z] provisioning config files... [2021-01-20T23:29:03.376Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config5101638857067862572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:29:03.784Z] ---> docker-login.sh [2021-01-20T23:29:03.784Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:29:04.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:29:05.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:29:05.040Z] Configure a credential helper to remove this warning. See [2021-01-20T23:29:05.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:29:05.040Z] [2021-01-20T23:29:05.040Z] Login Succeeded [2021-01-20T23:29:05.040Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:29:05.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:29:05.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:29:05.314Z] Configure a credential helper to remove this warning. See [2021-01-20T23:29:05.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:29:05.314Z] [2021-01-20T23:29:05.314Z] Login Succeeded [2021-01-20T23:29:05.314Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:29:05.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:29:05.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:29:05.916Z] Configure a credential helper to remove this warning. See [2021-01-20T23:29:05.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:29:05.916Z] [2021-01-20T23:29:05.916Z] Login Succeeded [2021-01-20T23:29:05.916Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:29:06.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:29:06.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:29:06.188Z] Configure a credential helper to remove this warning. See [2021-01-20T23:29:06.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:29:06.188Z] [2021-01-20T23:29:06.188Z] Login Succeeded [2021-01-20T23:29:06.188Z] docker.io [2021-01-20T23:29:06.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:29:07.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:29:07.064Z] Configure a credential helper to remove this warning. See [2021-01-20T23:29:07.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:29:07.064Z] [2021-01-20T23:29:07.064Z] Login Succeeded [2021-01-20T23:29:07.064Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:29:07.081Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:29:07.481Z] ========================================================= [2021-01-20T23:29:07.481Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T23:29:07.481Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:29:07.852Z] + 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-20T23:29:08.127Z] Sending build context to Docker daemon 339.5kB [2021-01-20T23:29:08.127Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:29:08.127Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:29:08.127Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T23:29:08.127Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T23:29:08.127Z] a4357932f1b6: Pulling fs layer [2021-01-20T23:29:08.127Z] 18c013af1878: Pulling fs layer [2021-01-20T23:29:08.127Z] 00ac8860ef70: Pulling fs layer [2021-01-20T23:29:08.127Z] 63d7cb157983: Pulling fs layer [2021-01-20T23:29:08.127Z] b116817d02f9: Pulling fs layer [2021-01-20T23:29:08.127Z] 745a02a5169b: Pulling fs layer [2021-01-20T23:29:08.127Z] 00ac8860ef70: Waiting [2021-01-20T23:29:08.127Z] 63d7cb157983: Waiting [2021-01-20T23:29:08.127Z] b116817d02f9: Waiting [2021-01-20T23:29:08.127Z] 745a02a5169b: Waiting [2021-01-20T23:29:08.127Z] 18c013af1878: Download complete [2021-01-20T23:29:08.399Z] a4357932f1b6: Verifying Checksum [2021-01-20T23:29:08.399Z] a4357932f1b6: Download complete [2021-01-20T23:29:08.399Z] 63d7cb157983: Verifying Checksum [2021-01-20T23:29:08.399Z] 63d7cb157983: Download complete [2021-01-20T23:29:08.399Z] b116817d02f9: Download complete [2021-01-20T23:29:09.377Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T23:29:09.377Z] 5f621e34cdf4: Download complete [2021-01-20T23:29:09.979Z] 5f621e34cdf4: Pull complete [2021-01-20T23:29:10.588Z] a4357932f1b6: Pull complete [2021-01-20T23:29:10.870Z] 18c013af1878: Pull complete [2021-01-20T23:29:11.478Z] 745a02a5169b: Verifying Checksum [2021-01-20T23:29:11.478Z] 745a02a5169b: Download complete [2021-01-20T23:29:12.922Z] 00ac8860ef70: Download complete [2021-01-20T23:29:23.120Z] 00ac8860ef70: Pull complete [2021-01-20T23:29:23.397Z] 63d7cb157983: Pull complete [2021-01-20T23:29:23.671Z] b116817d02f9: Pull complete [2021-01-20T23:29:27.991Z] 745a02a5169b: Pull complete [2021-01-20T23:29:27.991Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T23:29:27.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T23:29:27.991Z] ---> b7e6874047d6 [2021-01-20T23:29:27.991Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:29:29.954Z] ---> Running in fae3f7dc295c [2021-01-20T23:29:30.229Z] Removing intermediate container fae3f7dc295c [2021-01-20T23:29:30.229Z] ---> 3c478e86f293 [2021-01-20T23:29:30.229Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:29:30.229Z] ---> Running in cb9007116242 [2021-01-20T23:29:30.499Z] Removing intermediate container cb9007116242 [2021-01-20T23:29:30.499Z] ---> d0cb35773784 [2021-01-20T23:29:30.499Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-01-20T23:29:30.773Z] ---> Running in 1502fb868f46 [2021-01-20T23:29:31.046Z] Removing intermediate container 1502fb868f46 [2021-01-20T23:29:31.046Z] ---> 43213a59f565 [2021-01-20T23:29:31.046Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:29:31.318Z] ---> Running in a746183d6b60 [2021-01-20T23:29:33.294Z] Removing intermediate container a746183d6b60 [2021-01-20T23:29:33.294Z] ---> eb58d98f535a [2021-01-20T23:29:33.294Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:29:33.573Z] ---> Running in e1f8e8d8c237 [2021-01-20T23:29:35.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T23:29:36.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T23:29:38.019Z] OK: 142 MiB in 39 packages [2021-01-20T23:29:39.001Z] Removing intermediate container e1f8e8d8c237 [2021-01-20T23:29:39.001Z] ---> 2f1b083b02fa [2021-01-20T23:29:39.001Z] Step 8/10 : WORKDIR /device-snmp-go [2021-01-20T23:29:39.272Z] ---> Running in 0319d7c9922a [2021-01-20T23:29:39.547Z] Removing intermediate container 0319d7c9922a [2021-01-20T23:29:39.547Z] ---> 735a93f07028 [2021-01-20T23:29:39.547Z] Step 9/10 : COPY . . [2021-01-20T23:29:40.523Z] ---> 1021e1d64f88 [2021-01-20T23:29:40.523Z] Step 10/10 : RUN go mod download [2021-01-20T23:29:40.523Z] ---> Running in 7f43ed9d8f47 [2021-01-20T23:30:02.722Z] Removing intermediate container 7f43ed9d8f47 [2021-01-20T23:30:02.722Z] ---> 4814107967ac [2021-01-20T23:30:02.722Z] Successfully built 4814107967ac [2021-01-20T23:30:02.722Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:30:03.064Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:30:03.064Z] . [Pipeline] withDockerContainer [2021-01-20T23:30:03.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-21738 does not seem to be running inside a container [2021-01-20T23:30:03.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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-20T23:30:04.886Z] $ docker top bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:30:05.889Z] + go version [2021-01-20T23:30:05.889Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T23:30:05.911Z] $ docker stop --time=1 bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 [2021-01-20T23:30:07.784Z] $ docker rm -f bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:30:08.834Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:30:08.834Z] . [Pipeline] withDockerContainer [2021-01-20T23:30:09.103Z] prd-ubuntu18.04-docker-arm64-4c-16g-21738 does not seem to be running inside a container [2021-01-20T23:30:09.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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-20T23:30:10.670Z] $ docker top 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:30:11.674Z] + make test [2021-01-20T23:30:11.674Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-20T23:30:12.659Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-01-20T23:30:45.046Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-01-20T23:30:45.046Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements [2021-01-20T23:30:45.046Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T23:30:51.785Z] gofmt -l . [2021-01-20T23:30:51.785Z] [ "`gofmt -l .`" = "" ] [2021-01-20T23:30:51.785Z] ./bin/test-attribution-txt.sh [2021-01-20T23:30:52.385Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T23:30:52.711Z] $ docker stop --time=1 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 [2021-01-20T23:30:54.883Z] $ docker rm -f 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:30:55.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T23:30:56.517Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:30:59.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T23:30:59.526Z] + ls -al . [2021-01-20T23:30:59.527Z] total 132 [2021-01-20T23:30:59.527Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:30 . [2021-01-20T23:30:59.527Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:28 .. [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 6 Jan 20 23:28 .dockerignore [2021-01-20T23:30:59.527Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:28 .git [2021-01-20T23:30:59.527Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 .github [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 272 Jan 20 23:28 .gitignore [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 5082 Jan 20 23:28 Attribution.txt [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 1529 Jan 20 23:28 Dockerfile [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 1006 Jan 20 23:28 Dockerfile.build [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 656 Jan 20 23:28 Jenkinsfile [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 23:28 LICENSE [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 937 Jan 20 23:28 Makefile [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 12398 Jan 20 23:28 README.md [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 23:28 VERSION [2021-01-20T23:30:59.527Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 bin [2021-01-20T23:30:59.527Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:28 cmd [2021-01-20T23:30:59.527Z] -rw-r--r-- 1 jenkins jenkins 8493 Jan 20 23:30 coverage.out [2021-01-20T23:30:59.527Z] -rw-r--r-- 1 jenkins jenkins 204 Jan 20 23:30 go.mod [2021-01-20T23:30:59.527Z] -rw-r--r-- 1 jenkins jenkins 14156 Jan 20 23:30 go.sum [2021-01-20T23:30:59.527Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:28 internal [2021-01-20T23:30:59.527Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 profiles [2021-01-20T23:30:59.527Z] -rw-rw-r-- 1 jenkins jenkins 209 Jan 20 23:28 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:30:59.862Z] + 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=be8ccdab35ec795f9e357baea943d080b1f7317a --label arch=arm64 --label version=0.0.0 . [2021-01-20T23:31:00.134Z] Sending build context to Docker daemon 348.7kB [2021-01-20T23:31:00.407Z] Step 1/26 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:31:00.407Z] Step 2/26 : FROM ${BASE} AS builder [2021-01-20T23:31:00.407Z] ---> 4814107967ac [2021-01-20T23:31:00.407Z] Step 3/26 : ARG MAKE='make build' [2021-01-20T23:31:00.407Z] ---> Running in 03565955506b [2021-01-20T23:31:01.003Z] Removing intermediate container 03565955506b [2021-01-20T23:31:01.003Z] ---> 920371ebeae7 [2021-01-20T23:31:01.003Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:31:01.003Z] ---> Running in 0cb6dc9b1eda [2021-01-20T23:31:01.598Z] Removing intermediate container 0cb6dc9b1eda [2021-01-20T23:31:01.598Z] ---> 05fb1fd2ff2c [2021-01-20T23:31:01.598Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:31:01.598Z] ---> Running in 56bb18aec710 [2021-01-20T23:31:02.199Z] Removing intermediate container 56bb18aec710 [2021-01-20T23:31:02.199Z] ---> 85c79ac26bc4 [2021-01-20T23:31:02.199Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:31:02.199Z] ---> Running in 0ba6ec577fe7 [2021-01-20T23:31:04.819Z] Removing intermediate container 0ba6ec577fe7 [2021-01-20T23:31:04.819Z] ---> 0594169e6746 [2021-01-20T23:31:04.819Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:31:04.819Z] ---> Running in e30d3d5dd5c8 [2021-01-20T23:31:05.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T23:31:06.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T23:31:08.738Z] OK: 142 MiB in 39 packages [2021-01-20T23:31:09.715Z] Removing intermediate container e30d3d5dd5c8 [2021-01-20T23:31:09.715Z] ---> 73ad19de7f73 [2021-01-20T23:31:09.715Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2021-01-20T23:31:09.715Z] ---> Running in eb698164d900 [2021-01-20T23:31:10.309Z] Removing intermediate container eb698164d900 [2021-01-20T23:31:10.309Z] ---> b3a890850367 [2021-01-20T23:31:10.309Z] Step 9/26 : COPY go.mod . [2021-01-20T23:31:10.902Z] ---> 08107b33b57f [2021-01-20T23:31:10.902Z] Step 10/26 : COPY Makefile . [2021-01-20T23:31:11.498Z] ---> eff768ead9b4 [2021-01-20T23:31:11.498Z] Step 11/26 : RUN make update [2021-01-20T23:31:11.498Z] ---> Running in c23cb2e28512 [2021-01-20T23:31:12.978Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T23:31:14.006Z] Removing intermediate container c23cb2e28512 [2021-01-20T23:31:14.006Z] ---> 9fc3ee732f55 [2021-01-20T23:31:14.006Z] Step 12/26 : COPY . . [2021-01-20T23:31:15.055Z] ---> 8a27eb0a95a7 [2021-01-20T23:31:15.056Z] Step 13/26 : RUN ${MAKE} [2021-01-20T23:31:15.056Z] ---> Running in 556080985bee [2021-01-20T23:31:16.063Z] 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-20T23:31:42.919Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T23:31:46.339Z] Removing intermediate container 556080985bee [2021-01-20T23:31:46.339Z] ---> afae9ccf2372 [2021-01-20T23:31:46.339Z] Step 14/26 : FROM alpine:3.12 [2021-01-20T23:31:46.930Z] 3.12: Pulling from library/alpine [2021-01-20T23:31:46.930Z] 159e5727ea61: Pulling fs layer [2021-01-20T23:31:47.205Z] 159e5727ea61: Verifying Checksum [2021-01-20T23:31:47.205Z] 159e5727ea61: Download complete [2021-01-20T23:31:47.804Z] 159e5727ea61: Pull complete [2021-01-20T23:31:47.804Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T23:31:47.804Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T23:31:47.804Z] ---> afeebe901d6b [2021-01-20T23:31:47.804Z] Step 15/26 : ENV APP_PORT=49993 [2021-01-20T23:31:48.076Z] ---> Running in 0c3d33d06253 [2021-01-20T23:31:48.669Z] Removing intermediate container 0c3d33d06253 [2021-01-20T23:31:48.669Z] ---> 9c3eb0c3711b [2021-01-20T23:31:48.669Z] Step 16/26 : EXPOSE $APP_PORT [2021-01-20T23:31:48.669Z] ---> Running in 170ceb97b95d [2021-01-20T23:31:49.279Z] Removing intermediate container 170ceb97b95d [2021-01-20T23:31:49.279Z] ---> 9a42163abba2 [2021-01-20T23:31:49.279Z] Step 17/26 : ENV DEVICE_PORT=161 [2021-01-20T23:31:49.279Z] ---> Running in 9fdad7aee7f4 [2021-01-20T23:31:49.877Z] Removing intermediate container 9fdad7aee7f4 [2021-01-20T23:31:49.877Z] ---> 66c840a0aabe [2021-01-20T23:31:49.877Z] Step 18/26 : EXPOSE $DEVICE_PORT [2021-01-20T23:31:49.877Z] ---> Running in fa43dfd9833f [2021-01-20T23:31:50.473Z] Removing intermediate container fa43dfd9833f [2021-01-20T23:31:50.473Z] ---> 4c53c3efbc90 [2021-01-20T23:31:50.473Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2021-01-20T23:31:51.450Z] ---> 2e148d20e021 [2021-01-20T23:31:51.450Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2021-01-20T23:31:52.428Z] ---> 20d87ef937b1 [2021-01-20T23:31:52.428Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2021-01-20T23:31:53.020Z] ---> 36ad0ca0c1e9 [2021-01-20T23:31:53.020Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2021-01-20T23:31:53.020Z] ---> Running in a5cf54b5f17a [2021-01-20T23:31:53.615Z] Removing intermediate container a5cf54b5f17a [2021-01-20T23:31:53.615Z] ---> 7dc58552396c [2021-01-20T23:31:53.615Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-20T23:31:53.615Z] ---> Running in 69c5e56ae27d [2021-01-20T23:31:54.206Z] Removing intermediate container 69c5e56ae27d [2021-01-20T23:31:54.206Z] ---> 310527de8369 [2021-01-20T23:31:54.206Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T23:31:54.206Z] ---> Running in ae1f9d81238a [2021-01-20T23:31:54.800Z] Removing intermediate container ae1f9d81238a [2021-01-20T23:31:54.801Z] ---> 65870602d82c [2021-01-20T23:31:54.801Z] Step 25/26 : LABEL git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a [2021-01-20T23:31:54.801Z] ---> Running in 525b6f19f651 [2021-01-20T23:31:55.396Z] Removing intermediate container 525b6f19f651 [2021-01-20T23:31:55.396Z] ---> 4054bea52940 [2021-01-20T23:31:55.396Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T23:31:55.396Z] ---> Running in 310801151a13 [2021-01-20T23:31:55.989Z] Removing intermediate container 310801151a13 [2021-01-20T23:31:55.989Z] ---> 31ccab769cb4 [2021-01-20T23:31:55.989Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T23:31:55.989Z] Successfully built 31ccab769cb4 [2021-01-20T23:31:55.989Z] 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] } [2021-01-20T23:32:07.889Z] Running on prd-centos7-docker-4c-2g-21745 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws [2021-01-20T23:32:07.950Z] Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T23:32:10.799Z] using credential edgex-jenkins-ssh [2021-01-20T23:32:10.853Z] Cloning the remote Git repository [2021-01-20T23:32:10.643Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:32:10.723Z] > git init /w/workspace/device-snmp-go/3 # timeout=10 [2021-01-20T23:32:10.788Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:32:10.788Z] > git --version # timeout=10 [2021-01-20T23:32:10.795Z] > git --version # 'git version 2.24.3' [2021-01-20T23:32:10.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:32:10.825Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:32:12.354Z] Merging remotes/origin/master commit 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 [2021-01-20T23:32:11.712Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-20T23:32:11.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:32:11.734Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-01-20T23:32:11.752Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-01-20T23:32:11.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:32:11.757Z] > 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-20T23:32:12.250Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:32:12.257Z] > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [2021-01-20T23:32:12.441Z] Merge succeeded, producing a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 [2021-01-20T23:32:12.442Z] Checking out Revision a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 (PR-83) [2021-01-20T23:32:12.288Z] > git remote # timeout=10 [2021-01-20T23:32:12.294Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:32:12.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:32:12.302Z] > git merge 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 [2021-01-20T23:32:12.329Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:32:12.338Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:32:12.342Z] > git checkout -f a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 # timeout=10 [2021-01-20T23:32:15.960Z] Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" [2021-01-20T23:32:15.974Z] First time build. Skipping changelog. [2021-01-20T23:32:15.965Z] > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:32:17.264Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:32:17.601Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:32:17.901Z] + sudo service docker restart [2021-01-20T23:32:17.901Z] + true [2021-01-20T23:32:17.901Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:32:19.357Z] provisioning config files... [2021-01-20T23:32:19.398Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config6259391477892380883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:32:19.780Z] ---> docker-login.sh [2021-01-20T23:32:19.780Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:32:20.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:32:20.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:32:20.041Z] Configure a credential helper to remove this warning. See [2021-01-20T23:32:20.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:32:20.041Z] [2021-01-20T23:32:20.041Z] Login Succeeded [2021-01-20T23:32:20.041Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:32:20.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:32:20.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:32:20.302Z] Configure a credential helper to remove this warning. See [2021-01-20T23:32:20.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:32:20.302Z] [2021-01-20T23:32:20.302Z] Login Succeeded [2021-01-20T23:32:20.302Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:32:20.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:32:20.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:32:20.565Z] Configure a credential helper to remove this warning. See [2021-01-20T23:32:20.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:32:20.565Z] [2021-01-20T23:32:20.565Z] Login Succeeded [2021-01-20T23:32:20.565Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:32:20.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:32:20.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:32:20.565Z] Configure a credential helper to remove this warning. See [2021-01-20T23:32:20.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:32:20.565Z] [2021-01-20T23:32:20.565Z] Login Succeeded [2021-01-20T23:32:20.565Z] docker.io [2021-01-20T23:32:20.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:32:21.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:32:21.093Z] Configure a credential helper to remove this warning. See [2021-01-20T23:32:21.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:32:21.093Z] [2021-01-20T23:32:21.093Z] Login Succeeded [2021-01-20T23:32:21.093Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:32:21.104Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:32:21.455Z] ========================================================= [2021-01-20T23:32:21.456Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T23:32:21.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:32:21.808Z] + 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-20T23:32:21.808Z] Sending build context to Docker daemon 340.5kB [2021-01-20T23:32:21.808Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:32:21.808Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:32:22.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T23:32:22.070Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T23:32:22.070Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T23:32:22.070Z] de9db76c5a1d: Pulling fs layer [2021-01-20T23:32:22.070Z] bca2f99d35d6: Pulling fs layer [2021-01-20T23:32:22.070Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T23:32:22.070Z] 7c6f9722023f: Pulling fs layer [2021-01-20T23:32:22.070Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T23:32:22.070Z] 93359f2a8cfa: Waiting [2021-01-20T23:32:22.070Z] 7c6f9722023f: Waiting [2021-01-20T23:32:22.070Z] a35cf1a2eb13: Waiting [2021-01-20T23:32:22.070Z] bca2f99d35d6: Waiting [2021-01-20T23:32:22.070Z] de9db76c5a1d: Verifying Checksum [2021-01-20T23:32:22.070Z] de9db76c5a1d: Download complete [2021-01-20T23:32:22.070Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T23:32:22.070Z] 0ef7d3d256c8: Download complete [2021-01-20T23:32:22.070Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T23:32:22.070Z] 93359f2a8cfa: Download complete [2021-01-20T23:32:22.070Z] 7c6f9722023f: Verifying Checksum [2021-01-20T23:32:22.071Z] 7c6f9722023f: Download complete [2021-01-20T23:32:22.645Z] 188c0c94c7c5: Download complete [2021-01-20T23:32:22.906Z] 188c0c94c7c5: Pull complete [2021-01-20T23:32:23.170Z] 0ef7d3d256c8: Pull complete [2021-01-20T23:32:23.435Z] de9db76c5a1d: Pull complete [2021-01-20T23:32:24.834Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T23:32:24.834Z] a35cf1a2eb13: Download complete [2021-01-20T23:32:25.409Z] bca2f99d35d6: Verifying Checksum [2021-01-20T23:32:25.409Z] bca2f99d35d6: Download complete [2021-01-20T23:32:32.039Z] bca2f99d35d6: Pull complete [2021-01-20T23:32:32.039Z] 93359f2a8cfa: Pull complete [2021-01-20T23:32:32.039Z] 7c6f9722023f: Pull complete [2021-01-20T23:32:36.279Z] a35cf1a2eb13: Pull complete [2021-01-20T23:32:36.279Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T23:32:36.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T23:32:36.279Z] ---> a62c8e92a672 [2021-01-20T23:32:36.279Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:32:36.279Z] ---> Running in ce13f06a1303 [2021-01-20T23:32:36.543Z] Removing intermediate container ce13f06a1303 [2021-01-20T23:32:36.543Z] ---> 5b490d9def8c [2021-01-20T23:32:36.543Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:32:36.543Z] ---> Running in c523e557ffd6 [2021-01-20T23:32:36.810Z] Removing intermediate container c523e557ffd6 [2021-01-20T23:32:36.810Z] ---> afaf01524ae7 [2021-01-20T23:32:36.810Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-01-20T23:32:36.810Z] ---> Running in 672d29a0c219 [2021-01-20T23:32:36.810Z] Removing intermediate container 672d29a0c219 [2021-01-20T23:32:36.810Z] ---> 1d5cfe039685 [2021-01-20T23:32:36.810Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:32:37.073Z] ---> Running in 9837f8e4559a [2021-01-20T23:32:38.025Z] Removing intermediate container 9837f8e4559a [2021-01-20T23:32:38.025Z] ---> 0f0498a8b1e7 [2021-01-20T23:32:38.025Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:32:38.025Z] ---> Running in b9279e50387b [2021-01-20T23:32:38.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T23:32:39.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T23:32:40.952Z] OK: 166 MiB in 39 packages [2021-01-20T23:32:41.215Z] Removing intermediate container b9279e50387b [2021-01-20T23:32:41.215Z] ---> 84edfb4e3254 [2021-01-20T23:32:41.215Z] Step 8/10 : WORKDIR /device-snmp-go [2021-01-20T23:32:41.479Z] ---> Running in 54064a51e26f [2021-01-20T23:32:41.479Z] Removing intermediate container 54064a51e26f [2021-01-20T23:32:41.479Z] ---> 60ed1a64bac0 [2021-01-20T23:32:41.479Z] Step 9/10 : COPY . . [2021-01-20T23:32:42.431Z] ---> 93a26a11d89d [2021-01-20T23:32:42.431Z] Step 10/10 : RUN go mod download [2021-01-20T23:32:42.431Z] ---> Running in 4d0b06609201 [2021-01-20T23:33:00.619Z] Removing intermediate container 4d0b06609201 [2021-01-20T23:33:00.619Z] ---> 90125e967d6c [2021-01-20T23:33:00.619Z] Successfully built 90125e967d6c [2021-01-20T23:33:00.619Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:33:00.953Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:33:00.954Z] . [Pipeline] withDockerContainer [2021-01-20T23:33:01.219Z] prd-centos7-docker-4c-2g-21745 does not seem to be running inside a container [2021-01-20T23:33:01.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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-20T23:33:02.254Z] $ docker top cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:33:02.765Z] + go version [2021-01-20T23:33:02.765Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T23:33:02.781Z] $ docker stop --time=1 cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 [2021-01-20T23:33:04.098Z] $ docker rm -f cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:33:04.915Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:33:04.915Z] . [Pipeline] withDockerContainer [2021-01-20T23:33:05.024Z] prd-centos7-docker-4c-2g-21745 does not seem to be running inside a container [2021-01-20T23:33:05.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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-20T23:33:05.668Z] $ docker top b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:33:06.147Z] + make test [2021-01-20T23:33:06.147Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-20T23:33:06.728Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-01-20T23:33:19.081Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-01-20T23:33:19.081Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2021-01-20T23:33:19.081Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T23:33:20.053Z] gofmt -l . [2021-01-20T23:33:20.315Z] [ "`gofmt -l .`" = "" ] [2021-01-20T23:33:20.315Z] ./bin/test-attribution-txt.sh [2021-01-20T23:33:20.891Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T23:33:21.171Z] $ docker stop --time=1 b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 [2021-01-20T23:33:23.564Z] $ docker rm -f b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:33:24.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T23:33:24.273Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T23:33:24.593Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T23:33:25.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T23:33:25.504Z] + ls -al . [2021-01-20T23:33:25.504Z] total 104 [2021-01-20T23:33:25.504Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jan 20 23:33 . [2021-01-20T23:33:25.504Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 23:32 .. [2021-01-20T23:33:25.504Z] -rw-rw-r--. 1 jenkins jenkins 5082 Jan 20 23:32 Attribution.txt [2021-01-20T23:33:25.504Z] drwxrwxr-x. 2 jenkins jenkins 87 Jan 20 23:32 bin [2021-01-20T23:33:25.504Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 23:32 cmd [2021-01-20T23:33:25.504Z] -rw-r--r--. 1 jenkins jenkins 8493 Jan 20 23:33 coverage.out [2021-01-20T23:33:25.504Z] -rw-rw-r--. 1 jenkins jenkins 1529 Jan 20 23:32 Dockerfile [2021-01-20T23:33:25.504Z] -rw-rw-r--. 1 jenkins jenkins 1006 Jan 20 23:32 Dockerfile.build [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 6 Jan 20 23:32 .dockerignore [2021-01-20T23:33:25.505Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 23:32 .git [2021-01-20T23:33:25.505Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 23:32 .github [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 272 Jan 20 23:32 .gitignore [2021-01-20T23:33:25.505Z] -rw-r--r--. 1 jenkins jenkins 204 Jan 20 23:33 go.mod [2021-01-20T23:33:25.505Z] -rw-r--r--. 1 jenkins jenkins 14156 Jan 20 23:33 go.sum [2021-01-20T23:33:25.505Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 23:32 internal [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 656 Jan 20 23:32 Jenkinsfile [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 23:32 LICENSE [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 937 Jan 20 23:32 Makefile [2021-01-20T23:33:25.505Z] drwxrwxr-x. 2 jenkins jenkins 84 Jan 20 23:32 profiles [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 12398 Jan 20 23:32 README.md [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 23:28 VERSION [2021-01-20T23:33:25.505Z] -rw-rw-r--. 1 jenkins jenkins 209 Jan 20 23:32 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:33:25.815Z] + 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=be8ccdab35ec795f9e357baea943d080b1f7317a --label arch=amd64 --label version=0.0.0 . [2021-01-20T23:33:25.815Z] Sending build context to Docker daemon 349.7kB [2021-01-20T23:33:25.815Z] Step 1/26 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:33:25.815Z] Step 2/26 : FROM ${BASE} AS builder [2021-01-20T23:33:25.815Z] ---> 90125e967d6c [2021-01-20T23:33:25.815Z] Step 3/26 : ARG MAKE='make build' [2021-01-20T23:33:26.080Z] ---> Running in 87c380ab70ae [2021-01-20T23:33:26.342Z] Removing intermediate container 87c380ab70ae [2021-01-20T23:33:26.343Z] ---> 1f23b20282e6 [2021-01-20T23:33:26.343Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:33:26.343Z] ---> Running in 83c149143389 [2021-01-20T23:33:26.605Z] Removing intermediate container 83c149143389 [2021-01-20T23:33:26.605Z] ---> 13eb25dce3e5 [2021-01-20T23:33:26.605Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:33:26.605Z] ---> Running in 5ed122ffca9e [2021-01-20T23:33:26.871Z] Removing intermediate container 5ed122ffca9e [2021-01-20T23:33:26.871Z] ---> d08ef61d0a71 [2021-01-20T23:33:26.871Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:33:26.871Z] ---> Running in 9e29436377c4 [2021-01-20T23:33:27.831Z] Removing intermediate container 9e29436377c4 [2021-01-20T23:33:27.831Z] ---> be0e566e0cef [2021-01-20T23:33:27.831Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:33:27.831Z] ---> Running in bae1b35b36a0 [2021-01-20T23:33:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T23:33:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T23:33:30.769Z] OK: 166 MiB in 39 packages [2021-01-20T23:33:31.034Z] Removing intermediate container bae1b35b36a0 [2021-01-20T23:33:31.034Z] ---> f7dca01caeff [2021-01-20T23:33:31.034Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2021-01-20T23:33:31.034Z] ---> Running in 10bee62bdef6 [2021-01-20T23:33:31.297Z] Removing intermediate container 10bee62bdef6 [2021-01-20T23:33:31.297Z] ---> 2f343a602f07 [2021-01-20T23:33:31.297Z] Step 9/26 : COPY go.mod . [2021-01-20T23:33:31.559Z] ---> fac75a2bfb97 [2021-01-20T23:33:31.559Z] Step 10/26 : COPY Makefile . [2021-01-20T23:33:31.825Z] ---> 2dc557a6bbfc [2021-01-20T23:33:31.825Z] Step 11/26 : RUN make update [2021-01-20T23:33:31.825Z] ---> Running in 0700514a06a2 [2021-01-20T23:33:32.095Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T23:33:32.679Z] Removing intermediate container 0700514a06a2 [2021-01-20T23:33:32.679Z] ---> 3e19c3ec7939 [2021-01-20T23:33:32.679Z] Step 12/26 : COPY . . [2021-01-20T23:33:33.628Z] ---> 8cb90abea2ce [2021-01-20T23:33:33.628Z] Step 13/26 : RUN ${MAKE} [2021-01-20T23:33:33.628Z] ---> Running in 09676314eb18 [2021-01-20T23:33:33.906Z] 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-20T23:33:44.085Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T23:33:46.641Z] Removing intermediate container 09676314eb18 [2021-01-20T23:33:46.641Z] ---> d828502e7348 [2021-01-20T23:33:46.641Z] Step 14/26 : FROM alpine:3.12 [2021-01-20T23:33:46.904Z] 3.12: Pulling from library/alpine [2021-01-20T23:33:48.294Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T23:33:48.294Z] 801bfaa63ef2: Download complete [2021-01-20T23:33:48.556Z] 801bfaa63ef2: Pull complete [2021-01-20T23:33:48.556Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T23:33:48.556Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T23:33:48.556Z] ---> 389fef711851 [2021-01-20T23:33:48.556Z] Step 15/26 : ENV APP_PORT=49993 [2021-01-20T23:33:48.819Z] ---> Running in 9d419e8b3064 [2021-01-20T23:33:48.819Z] Removing intermediate container 9d419e8b3064 [2021-01-20T23:33:48.819Z] ---> 95762ad52023 [2021-01-20T23:33:48.819Z] Step 16/26 : EXPOSE $APP_PORT [2021-01-20T23:33:48.819Z] ---> Running in c94a1c4a9206 [2021-01-20T23:33:49.080Z] Removing intermediate container c94a1c4a9206 [2021-01-20T23:33:49.080Z] ---> d537b3241ed8 [2021-01-20T23:33:49.081Z] Step 17/26 : ENV DEVICE_PORT=161 [2021-01-20T23:33:49.081Z] ---> Running in 833444ba3f2f [2021-01-20T23:33:49.343Z] Removing intermediate container 833444ba3f2f [2021-01-20T23:33:49.343Z] ---> 3d4e81025245 [2021-01-20T23:33:49.343Z] Step 18/26 : EXPOSE $DEVICE_PORT [2021-01-20T23:33:49.343Z] ---> Running in 9ac370637bc2 [2021-01-20T23:33:49.606Z] Removing intermediate container 9ac370637bc2 [2021-01-20T23:33:49.606Z] ---> 83a38591a59e [2021-01-20T23:33:49.606Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2021-01-20T23:33:50.181Z] ---> 929e2120cec7 [2021-01-20T23:33:50.181Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2021-01-20T23:33:50.181Z] ---> e61fdab753a0 [2021-01-20T23:33:50.181Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2021-01-20T23:33:50.444Z] ---> 108b3e0de858 [2021-01-20T23:33:50.444Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2021-01-20T23:33:50.707Z] ---> Running in a25fc913b78d [2021-01-20T23:33:50.707Z] Removing intermediate container a25fc913b78d [2021-01-20T23:33:50.707Z] ---> fcf26faca99e [2021-01-20T23:33:50.707Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-20T23:33:50.707Z] ---> Running in af7ff104c92f [2021-01-20T23:33:50.970Z] Removing intermediate container af7ff104c92f [2021-01-20T23:33:50.970Z] ---> 571792ee5846 [2021-01-20T23:33:50.970Z] Step 24/26 : LABEL arch=amd64 [2021-01-20T23:33:50.970Z] ---> Running in 2f8d2c02d64d [2021-01-20T23:33:51.231Z] Removing intermediate container 2f8d2c02d64d [2021-01-20T23:33:51.231Z] ---> 859a9b0fe0c2 [2021-01-20T23:33:51.231Z] Step 25/26 : LABEL git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a [2021-01-20T23:33:51.231Z] ---> Running in be2526f37996 [2021-01-20T23:33:51.494Z] Removing intermediate container be2526f37996 [2021-01-20T23:33:51.494Z] ---> 3b9246b74c0d [2021-01-20T23:33:51.494Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T23:33:51.494Z] ---> Running in 47489bdf7653 [2021-01-20T23:33:51.494Z] Removing intermediate container 47489bdf7653 [2021-01-20T23:33:51.494Z] ---> ae578526c642 [2021-01-20T23:33:51.494Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T23:33:51.494Z] Successfully built ae578526c642 [2021-01-20T23:33:51.494Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T23:33:53.110Z] provisioning config files... [2021-01-20T23:33:53.122Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config1870132442406347137tmp [Pipeline] { [Pipeline] sh [2021-01-20T23:33:53.498Z] + set +x [2021-01-20T23:33:53.498Z] + bash -s -- [2021-01-20T23:33:53.498Z] + curl -s https://codecov.io/bash [2021-01-20T23:33:53.762Z] [2021-01-20T23:33:53.762Z] _____ _ [2021-01-20T23:33:53.762Z] / ____| | | [2021-01-20T23:33:53.762Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T23:33:53.762Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T23:33:53.762Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T23:33:53.762Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T23:33:53.762Z] Bash-20210115-cec3c92 [2021-01-20T23:33:53.762Z] [2021-01-20T23:33:53.762Z] [2021-01-20T23:33:53.762Z] ==> git version 2.24.3 found [2021-01-20T23:33:53.762Z] ==> 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-20T23:33:53.762Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T23:33:53.762Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T23:33:53.762Z] ==> Jenkins CI detected. [2021-01-20T23:33:53.762Z] project root: . [2021-01-20T23:33:53.762Z] --> token set from env [2021-01-20T23:33:53.762Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T23:33:53.762Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T23:33:53.762Z] ==> Python coveragepy not found [2021-01-20T23:33:53.762Z] ==> Searching for coverage reports in: [2021-01-20T23:33:53.762Z] + . [2021-01-20T23:33:53.762Z] -> Found 1 reports [2021-01-20T23:33:53.762Z] ==> Detecting git/mercurial file structure [2021-01-20T23:33:53.762Z] ==> Reading reports [2021-01-20T23:33:53.762Z] + ./coverage.out bytes=8493 [2021-01-20T23:33:53.762Z] ==> Appending adjustments [2021-01-20T23:33:53.762Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T23:33:53.762Z] + Found adjustments [2021-01-20T23:33:53.762Z] ==> Gzipping contents [2021-01-20T23:33:53.762Z] 4.0K /tmp/codecov.wJ97gC.gz [2021-01-20T23:33:53.762Z] ==> Uploading reports [2021-01-20T23:33:53.762Z] url: https://codecov.io [2021-01-20T23:33:53.762Z] query: branch=PR-83&commit=be8ccdab35ec795f9e357baea943d080b1f7317a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-20T23:33:53.762Z] -> Pinging Codecov [2021-01-20T23:33:53.762Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=be8ccdab35ec795f9e357baea943d080b1f7317a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-20T23:33:54.336Z] -> Uploading to [2021-01-20T23:33:54.336Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/6C56EA5C29638FB4528AC87E60AF5AE0/be8ccdab35ec795f9e357baea943d080b1f7317a/23f1d39d-1ab4-45ff-b8bd-132242101451.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T233354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfd4595306b111448679ee2e2b5fb1143f16d06696d660b165a6e174181a618 [2021-01-20T23:33:54.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T23:33:54.336Z] Dload Upload Total Spent Left Speed [2021-01-20T23:33:54.911Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 2993 --:--:-- --:--:-- --:--:-- 2989 100 1447 0 0 100 1447 0 2992 --:--:-- --:--:-- --:--:-- 2989 [2021-01-20T23:33:54.911Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] } [2021-01-20T23:33:54.921Z] 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-20T23:33:57.182Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:33:57.752Z] ---> package-listing.sh [2021-01-20T23:33:57.752Z] ++ facter osfamily [2021-01-20T23:33:57.752Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T23:33:57.752Z] + OS_FAMILY=redhat [2021-01-20T23:33:57.752Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-83 [2021-01-20T23:33:57.752Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T23:33:57.752Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T23:33:57.752Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T23:33:57.752Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T23:33:57.752Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' [2021-01-20T23:33:57.752Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T23:33:57.752Z] + case "${OS_FAMILY}" in [2021-01-20T23:33:57.752Z] + rpm -qa [2021-01-20T23:33:57.752Z] + sort [2021-01-20T23:34:03.077Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T23:34:03.077Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T23:34:03.077Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T23:34:03.077Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' [2021-01-20T23:34:03.077Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ [2021-01-20T23:34:03.077Z] + 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-20T23:34:03.091Z] 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-20T23:34:03.388Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:34:03.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:34:03.696Z] [2021-01-20T23:34:03.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:34:04.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:34:04.047Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T23:34:04.047Z] df20fa9351a1: Pulling fs layer [2021-01-20T23:34:04.047Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T23:34:04.047Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T23:34:04.047Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T23:34:04.047Z] 93b61091891f: Pulling fs layer [2021-01-20T23:34:04.047Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T23:34:04.047Z] 5e14af77c1be: Pulling fs layer [2021-01-20T23:34:04.047Z] 01666e4c0597: Pulling fs layer [2021-01-20T23:34:04.047Z] aa168da1d23b: Pulling fs layer [2021-01-20T23:34:04.047Z] 93b9cdb0e59b: Waiting [2021-01-20T23:34:04.047Z] 5e14af77c1be: Waiting [2021-01-20T23:34:04.047Z] 01666e4c0597: Waiting [2021-01-20T23:34:04.047Z] aa168da1d23b: Waiting [2021-01-20T23:34:04.047Z] 93b61091891f: Waiting [2021-01-20T23:34:04.047Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T23:34:04.047Z] 36b3adc4ff6f: Download complete [2021-01-20T23:34:04.047Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T23:34:04.047Z] 46f8f816bc3b: Download complete [2021-01-20T23:34:04.310Z] df20fa9351a1: Verifying Checksum [2021-01-20T23:34:04.310Z] df20fa9351a1: Download complete [2021-01-20T23:34:04.310Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T23:34:04.310Z] 93b9cdb0e59b: Download complete [2021-01-20T23:34:04.310Z] 5e14af77c1be: Verifying Checksum [2021-01-20T23:34:04.310Z] 5e14af77c1be: Download complete [2021-01-20T23:34:04.310Z] 93b61091891f: Verifying Checksum [2021-01-20T23:34:04.310Z] 93b61091891f: Download complete [2021-01-20T23:34:04.310Z] 01666e4c0597: Verifying Checksum [2021-01-20T23:34:04.310Z] 01666e4c0597: Download complete [2021-01-20T23:34:04.577Z] df20fa9351a1: Pull complete [2021-01-20T23:34:04.841Z] 36b3adc4ff6f: Pull complete [2021-01-20T23:34:06.240Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T23:34:06.240Z] 8ad3a11d3b57: Download complete [2021-01-20T23:34:06.505Z] 8ad3a11d3b57: Pull complete [2021-01-20T23:34:06.775Z] 46f8f816bc3b: Pull complete [2021-01-20T23:34:07.039Z] 93b61091891f: Pull complete [2021-01-20T23:34:07.619Z] 93b9cdb0e59b: Pull complete [2021-01-20T23:34:07.882Z] aa168da1d23b: Verifying Checksum [2021-01-20T23:34:07.882Z] aa168da1d23b: Download complete [2021-01-20T23:34:08.146Z] 5e14af77c1be: Pull complete [2021-01-20T23:34:08.416Z] 01666e4c0597: Pull complete [2021-01-20T23:34:15.055Z] aa168da1d23b: Pull complete [2021-01-20T23:34:15.055Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T23:34:15.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:34:15.055Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T23:34:15.199Z] prd-centos7-docker-4c-2g-21743 does not seem to be running inside a container [2021-01-20T23:34:15.250Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T23:34:19.315Z] $ docker top 4149bde368b16a05e23d80629d898fe36cc050c4ea4e5addbfd0d871e1795211 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:34:19.946Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T23:34:20.248Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T23:34:20.553Z] + ls /var/log/sa-host [2021-01-20T23:34:20.553Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T23:34:20.553Z] file_magic: OK [2021-01-20T23:34:20.553Z] HZ: Using current value: 100 [2021-01-20T23:34:20.553Z] file_header: OK [2021-01-20T23:34:20.553Z] 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-20T23:34:20.553Z] Statistics: [2021-01-20T23:34:20.553Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T23:34:20.553Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T23:34:20.553Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T23:34:20.553Z] file_magic: OK [2021-01-20T23:34:20.553Z] HZ: Using current value: 100 [2021-01-20T23:34:20.553Z] file_header: OK [2021-01-20T23:34:20.553Z] 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-20T23:34:20.553Z] Statistics: [2021-01-20T23:34:20.553Z] Hnuu...uuuununununu... [2021-01-20T23:34:20.553Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T23:34:20.799Z] provisioning config files... [2021-01-20T23:34:20.816Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config4302104979477012241tmp [Pipeline] { [Pipeline] echo [2021-01-20T23:34:20.886Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:34:21.185Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T23:34:21.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T23:34:21.387Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:34:21.688Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T23:34:21.700Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:34:22.005Z] ---> sudo-logs.sh [2021-01-20T23:34:22.005Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T23:34:22.017Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:34:22.317Z] ---> job-cost.sh [2021-01-20T23:34:22.317Z] lf-activate-venv: SKIPPING [2021-01-20T23:34:22.317Z] INFO: No Stack... [2021-01-20T23:34:23.262Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T23:34:23.524Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T23:34:23.541Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:34:23.835Z] ---> logs-deploy.sh [2021-01-20T23:34:23.835Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-83/3 [2021-01-20T23:34:23.835Z] INFO: archiving workspace using pattern(s): [2021-01-20T23:34:25.753Z] Archives upload complete. [2021-01-20T23:34:25.753Z] INFO: archiving logs to Nexus [2021-01-20T23:34:26.699Z] ---> uname -a: [2021-01-20T23:34:26.699Z] Linux prd-centos7-docker-4c-2g-21743.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-20T23:34:26.699Z] [2021-01-20T23:34:26.699Z]