Pull request #80 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33015d1bbdd413da7d901a131bd21e17aef7dafc+dfea19939c3e5952b7f8a352ed4dd87bf2177730 (7af2b041b1729be016bf850326a9b771a100c74d) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-80/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-80/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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-17010 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [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-80 # 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 dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) > 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/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # 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 dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T06:18:53.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T06:18:54.063Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T06:18:54.228Z] ========================================================= [2020-12-21T06:18:54.228Z] EdgeX Global Pipelines Version Info [2020-12-21T06:18:54.228Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:18:55.753Z] ------------------- [2020-12-21T06:18:55.753Z] stable info: [2020-12-21T06:18:55.753Z] ------------------- [2020-12-21T06:18:55.753Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T06:18:55.753Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:18:55.753Z] Message: update stable to v1.0.173 [2020-12-21T06:18:56.701Z] ------------------- [2020-12-21T06:18:56.701Z] experimental info: [2020-12-21T06:18:56.701Z] ------------------- [2020-12-21T06:18:56.701Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T06:18:56.701Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:18:56.701Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T06:18:57.045Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-12-21T06:18:57.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-12-21T06:18:57.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T06:18:57.394Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T06:18:57.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T06:18:57.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T06:18:57.744Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T06:18:57.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T06:18:57.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-21T06:18:58.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T06:18:58.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T06:18:58.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-12-21T06:18:58.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T06:18:58.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T06:18:58.677Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:18:58.791Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:18:58.909Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:18:59.020Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:18:59.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T06:18:59.251Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-21T06:18:59.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-21T06:18:59.482Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-21T06:18:59.596Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-21T06:18:59.707Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-21T06:18:59.818Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-21T06:18:59.937Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T06:19:00.067Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T06:19:00.183Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo [2020-12-21T06:19:00.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo [2020-12-21T06:19:00.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo [2020-12-21T06:19:00.663Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 33015d1bbdd413da7d901a131bd21e17aef7dafc [Pipeline] echo [2020-12-21T06:19:00.786Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 33015d1 [Pipeline] echo [2020-12-21T06:19:00.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:19:01.176Z] provisioning config files... [2020-12-21T06:19:01.214Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config3579532381681534380tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:19:01.632Z] ---> docker-login.sh [2020-12-21T06:19:01.632Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:19:01.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:19:02.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:19:02.159Z] Configure a credential helper to remove this warning. See [2020-12-21T06:19:02.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:19:02.159Z] [2020-12-21T06:19:02.159Z] Login Succeeded [2020-12-21T06:19:02.159Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:19:02.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:19:02.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:19:02.159Z] Configure a credential helper to remove this warning. See [2020-12-21T06:19:02.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:19:02.159Z] [2020-12-21T06:19:02.159Z] Login Succeeded [2020-12-21T06:19:02.159Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:19:02.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:19:02.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:19:02.423Z] Configure a credential helper to remove this warning. See [2020-12-21T06:19:02.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:19:02.423Z] [2020-12-21T06:19:02.423Z] Login Succeeded [2020-12-21T06:19:02.423Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:19:02.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:19:02.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:19:02.685Z] Configure a credential helper to remove this warning. See [2020-12-21T06:19:02.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:19:02.685Z] [2020-12-21T06:19:02.685Z] Login Succeeded [2020-12-21T06:19:02.686Z] docker.io [2020-12-21T06:19:02.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:19:02.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:19:02.948Z] Configure a credential helper to remove this warning. See [2020-12-21T06:19:02.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:19:02.948Z] [2020-12-21T06:19:02.948Z] Login Succeeded [2020-12-21T06:19:02.948Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:19:02.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:19:04.054Z] + git log --format=format:%s -1 33015d1bbdd413da7d901a131bd21e17aef7dafc [Pipeline] echo [2020-12-21T06:19:04.171Z] GIT_COMMIT: 33015d1bbdd413da7d901a131bd21e17aef7dafc, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2020-12-21T06:19:04.238Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:19:06.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:19:06.959Z] [2020-12-21T06:19:06.959Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:19:07.386Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:19:07.386Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T06:19:07.386Z] 31603596830f: Pulling fs layer [2020-12-21T06:19:07.386Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T06:19:07.386Z] 6ca5941a6612: Pulling fs layer [2020-12-21T06:19:07.386Z] ecc8261a40a4: Pulling fs layer [2020-12-21T06:19:07.386Z] ecc8261a40a4: Waiting [2020-12-21T06:19:07.386Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T06:19:07.386Z] 2a8b12db71e7: Download complete [2020-12-21T06:19:07.386Z] 31603596830f: Verifying Checksum [2020-12-21T06:19:07.386Z] 31603596830f: Download complete [2020-12-21T06:19:07.654Z] ecc8261a40a4: Verifying Checksum [2020-12-21T06:19:07.654Z] ecc8261a40a4: Download complete [2020-12-21T06:19:07.654Z] 6ca5941a6612: Verifying Checksum [2020-12-21T06:19:07.654Z] 6ca5941a6612: Download complete [2020-12-21T06:19:07.918Z] 31603596830f: Pull complete [2020-12-21T06:19:07.918Z] 2a8b12db71e7: Pull complete [2020-12-21T06:19:08.894Z] 6ca5941a6612: Pull complete [2020-12-21T06:19:08.894Z] ecc8261a40a4: Pull complete [2020-12-21T06:19:08.894Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T06:19:09.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:19:09.158Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T06:19:09.299Z] prd-centos7-docker-4c-2g-17010 does not seem to be running inside a container [2020-12-21T06:19:09.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T06:19:11.331Z] $ docker top 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:19:11.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:19:11.706Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:19:11.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:19:11.941Z] $ docker exec 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent [2020-12-21T06:19:12.117Z] SSH_AUTH_SOCK=/tmp/ssh-7CClNzXiGvsP/agent.12 [2020-12-21T06:19:12.117Z] SSH_AGENT_PID=17 [2020-12-21T06:19:12.127Z] Running ssh-add (command line suppressed) [2020-12-21T06:19:12.258Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4756447500362613456.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4756447500362613456.key) [2020-12-21T06:19:12.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:19:12.679Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T06:19:12.723Z] $ docker exec --env ******** --env ******** 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent -k [2020-12-21T06:19:12.837Z] unset SSH_AUTH_SOCK; [2020-12-21T06:19:12.837Z] unset SSH_AGENT_PID; [2020-12-21T06:19:12.837Z] echo Agent pid 17 killed; [2020-12-21T06:19:12.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T06:19:13.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:19:13.095Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:19:13.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:19:13.273Z] $ docker exec 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent [2020-12-21T06:19:13.440Z] SSH_AUTH_SOCK=/tmp/ssh-S362VvvAFoRR/agent.48 [2020-12-21T06:19:13.440Z] SSH_AGENT_PID=53 [2020-12-21T06:19:13.446Z] Running ssh-add (command line suppressed) [2020-12-21T06:19:13.572Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_1941535273363346279.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_1941535273363346279.key) [2020-12-21T06:19:13.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:19:14.003Z] + git semver init [2020-12-21T06:19:14.003Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:19:14.003Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.git [2020-12-21T06:19:14.003Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-80 [2020-12-21T06:19:14.003Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:19:14.003Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:19:14.003Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:19:14.003Z] # $SEMVER_BRANCH = PR-80 [2020-12-21T06:19:14.003Z] # $SEMVER_TEMP = /tmp/semver-915349951 [2020-12-21T06:19:14.003Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-12-21T06:19:14.576Z] # '/tmp/semver-915349951' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver' [2020-12-21T06:19:14.576Z] # -> Force: false [2020-12-21T06:19:14.576Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver [Pipeline] } [2020-12-21T06:19:14.601Z] $ docker exec --env ******** --env ******** 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent -k [2020-12-21T06:19:14.736Z] unset SSH_AUTH_SOCK; [2020-12-21T06:19:14.736Z] unset SSH_AGENT_PID; [2020-12-21T06:19:14.737Z] echo Agent pid 53 killed; [2020-12-21T06:19:14.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:19:15.368Z] + git semver [Pipeline] } [2020-12-21T06:19:15.416Z] $ docker stop --time=1 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 [2020-12-21T06:19:16.849Z] $ docker rm -f 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:19:17.491Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T06:19:18.050Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T06:19:18.079Z] [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 [2020-12-21T06:19:34.007Z] Still waiting to schedule task [2020-12-21T06:19:34.007Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-21T06:19:34.038Z] Still waiting to schedule task [2020-12-21T06:19:34.038Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-21T06:22:10.036Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17019 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws [2020-12-21T06:22:10.194Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2020-12-21T06:22:16.157Z] using credential edgex-jenkins-ssh [2020-12-21T06:22:16.223Z] Cloning the remote Git repository [2020-12-21T06:22:16.291Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:16.396Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2020-12-21T06:22:16.472Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:16.473Z] > git --version # timeout=10 [2020-12-21T06:22:16.493Z] > git --version # 'git version 2.17.1' [2020-12-21T06:22:16.495Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:16.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:22:17.335Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-21T06:22:17.356Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:22:17.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-21T06:22:17.424Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:17.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:17.437Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:22:17.952Z] Merging remotes/origin/master commit dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-21T06:22:18.142Z] Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-21T06:22:18.143Z] Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) [2020-12-21T06:22:17.983Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:22:18.001Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-21T06:22:18.075Z] > git remote # timeout=10 [2020-12-21T06:22:18.094Z] > git config --get remote.origin.url # timeout=10 [2020-12-21T06:22:18.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:18.115Z] > git merge dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 [2020-12-21T06:22:18.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-21T06:22:18.161Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:22:18.172Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-21T06:22:22.413Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [2020-12-21T06:22:22.489Z] > git --version # timeout=10 [2020-12-21T06:22:22.498Z] > git --version # 'git version 2.17.1' [2020-12-21T06:22:22.509Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:22:24.351Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-21T06:22:24.425Z] Running on prd-centos7-docker-4c-2g-17022 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-12-21T06:22:24.662Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2020-12-21T06:22:24.845Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:22:25.260Z] + + true [2020-12-21T06:22:25.260Z] sudo service docker restart [2020-12-21T06:22:27.143Z] using credential edgex-jenkins-ssh [2020-12-21T06:22:27.219Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:22:28.064Z] provisioning config files... [2020-12-21T06:22:27.219Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:27.314Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2020-12-21T06:22:27.381Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:27.382Z] > git --version # timeout=10 [2020-12-21T06:22:27.391Z] > git --version # 'git version 2.24.3' [2020-12-21T06:22:27.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:27.425Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:22:28.028Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-21T06:22:28.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:22:28.048Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-21T06:22:28.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-21T06:22:28.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:28.067Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:22:28.112Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config670524672292927127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:22:28.558Z] Merging remotes/origin/master commit dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-21T06:22:28.591Z] ---> docker-login.sh [2020-12-21T06:22:28.591Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:22:28.639Z] Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-21T06:22:28.640Z] Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) [2020-12-21T06:22:28.570Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:22:28.575Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-21T06:22:28.607Z] > git remote # timeout=10 [2020-12-21T06:22:28.613Z] > git config --get remote.origin.url # timeout=10 [2020-12-21T06:22:28.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:22:28.624Z] > git merge dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 [2020-12-21T06:22:28.637Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-21T06:22:28.645Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:22:28.649Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-21T06:22:29.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:29.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:29.868Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:29.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:29.868Z] [2020-12-21T06:22:29.868Z] Login Succeeded [2020-12-21T06:22:29.868Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:22:30.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:30.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:30.142Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:30.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:30.142Z] [2020-12-21T06:22:30.142Z] Login Succeeded [2020-12-21T06:22:30.142Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:22:30.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:30.741Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:30.741Z] [2020-12-21T06:22:30.741Z] Login Succeeded [2020-12-21T06:22:30.741Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:22:31.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:31.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:31.300Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:31.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:31.301Z] [2020-12-21T06:22:31.301Z] Login Succeeded [2020-12-21T06:22:31.301Z] docker.io [2020-12-21T06:22:31.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:31.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:31.847Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:31.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:31.847Z] [2020-12-21T06:22:31.847Z] Login Succeeded [2020-12-21T06:22:31.847Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:22:31.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-21T06:22:32.278Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [2020-12-21T06:22:32.351Z] > git --version # timeout=10 [2020-12-21T06:22:32.357Z] > git --version # 'git version 2.24.3' [2020-12-21T06:22:32.364Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] echo [2020-12-21T06:22:32.498Z] ========================================================= [2020-12-21T06:22:32.498Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T06:22:32.498Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-21T06:22:32.918Z] + 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 . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-21T06:22:33.194Z] Sending build context to Docker daemon 314.4kB [2020-12-21T06:22:33.194Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-21T06:22:33.194Z] Step 2/10 : FROM ${BASE} [Pipeline] sh [2020-12-21T06:22:33.471Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T06:22:33.471Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T06:22:33.471Z] a4357932f1b6: Pulling fs layer [2020-12-21T06:22:33.471Z] 18c013af1878: Pulling fs layer [2020-12-21T06:22:33.471Z] 00ac8860ef70: Pulling fs layer [2020-12-21T06:22:33.471Z] 63d7cb157983: Pulling fs layer [2020-12-21T06:22:33.471Z] b116817d02f9: Pulling fs layer [2020-12-21T06:22:33.471Z] 745a02a5169b: Pulling fs layer [2020-12-21T06:22:33.471Z] 00ac8860ef70: Waiting [2020-12-21T06:22:33.471Z] 63d7cb157983: Waiting [2020-12-21T06:22:33.471Z] b116817d02f9: Waiting [2020-12-21T06:22:33.471Z] 745a02a5169b: Waiting [2020-12-21T06:22:33.471Z] 18c013af1878: Download complete [2020-12-21T06:22:33.471Z] a4357932f1b6: Verifying Checksum [2020-12-21T06:22:33.471Z] a4357932f1b6: Download complete [2020-12-21T06:22:33.471Z] 63d7cb157983: Verifying Checksum [2020-12-21T06:22:33.471Z] 63d7cb157983: Download complete [2020-12-21T06:22:33.471Z] b116817d02f9: Verifying Checksum [2020-12-21T06:22:33.471Z] b116817d02f9: Download complete [2020-12-21T06:22:33.746Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T06:22:33.746Z] 5f621e34cdf4: Download complete [2020-12-21T06:22:33.946Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:22:34.299Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:22:34.351Z] 5f621e34cdf4: Pull complete [2020-12-21T06:22:34.625Z] + true [2020-12-21T06:22:34.625Z] + sudo service docker restart [2020-12-21T06:22:34.625Z] Redirecting to /bin/systemctl restart docker.service [2020-12-21T06:22:35.006Z] a4357932f1b6: Pull complete [2020-12-21T06:22:35.298Z] 18c013af1878: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:22:35.782Z] provisioning config files... [2020-12-21T06:22:35.831Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5468875742610667007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:22:36.273Z] ---> docker-login.sh [2020-12-21T06:22:36.273Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:22:36.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:36.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:36.546Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:36.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:36.546Z] [2020-12-21T06:22:36.546Z] Login Succeeded [2020-12-21T06:22:36.546Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:22:36.765Z] 745a02a5169b: Verifying Checksum [2020-12-21T06:22:36.765Z] 745a02a5169b: Download complete [2020-12-21T06:22:36.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:36.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:36.823Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:36.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:36.823Z] [2020-12-21T06:22:36.823Z] Login Succeeded [2020-12-21T06:22:36.823Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:22:36.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:37.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:37.087Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:37.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:37.087Z] [2020-12-21T06:22:37.087Z] Login Succeeded [2020-12-21T06:22:37.087Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:22:37.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:37.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:37.087Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:37.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:37.087Z] [2020-12-21T06:22:37.087Z] Login Succeeded [2020-12-21T06:22:37.087Z] docker.io [2020-12-21T06:22:37.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:22:37.384Z] 00ac8860ef70: Verifying Checksum [2020-12-21T06:22:37.385Z] 00ac8860ef70: Download complete [2020-12-21T06:22:37.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:22:37.615Z] Configure a credential helper to remove this warning. See [2020-12-21T06:22:37.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:22:37.615Z] [2020-12-21T06:22:37.615Z] Login Succeeded [2020-12-21T06:22:37.615Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:22:37.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T06:22:38.311Z] ========================================================= [2020-12-21T06:22:38.311Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T06:22:38.311Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:22:38.756Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T06:22:38.756Z] Sending build context to Docker daemon 315.4kB [2020-12-21T06:22:38.756Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-21T06:22:38.756Z] Step 2/10 : FROM ${BASE} [2020-12-21T06:22:39.019Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T06:22:39.019Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T06:22:39.019Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T06:22:39.019Z] de9db76c5a1d: Pulling fs layer [2020-12-21T06:22:39.019Z] bca2f99d35d6: Pulling fs layer [2020-12-21T06:22:39.019Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T06:22:39.019Z] 7c6f9722023f: Pulling fs layer [2020-12-21T06:22:39.019Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T06:22:39.019Z] 93359f2a8cfa: Waiting [2020-12-21T06:22:39.019Z] 7c6f9722023f: Waiting [2020-12-21T06:22:39.019Z] a35cf1a2eb13: Waiting [2020-12-21T06:22:39.019Z] bca2f99d35d6: Waiting [2020-12-21T06:22:39.019Z] de9db76c5a1d: Verifying Checksum [2020-12-21T06:22:39.019Z] de9db76c5a1d: Download complete [2020-12-21T06:22:39.019Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T06:22:39.019Z] 0ef7d3d256c8: Download complete [2020-12-21T06:22:39.019Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T06:22:39.019Z] 93359f2a8cfa: Download complete [2020-12-21T06:22:39.019Z] 7c6f9722023f: Download complete [2020-12-21T06:22:39.285Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T06:22:39.285Z] 188c0c94c7c5: Download complete [2020-12-21T06:22:39.567Z] 188c0c94c7c5: Pull complete [2020-12-21T06:22:39.833Z] 0ef7d3d256c8: Pull complete [2020-12-21T06:22:39.833Z] de9db76c5a1d: Pull complete [2020-12-21T06:22:41.237Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T06:22:41.237Z] a35cf1a2eb13: Download complete [2020-12-21T06:22:41.503Z] bca2f99d35d6: Verifying Checksum [2020-12-21T06:22:41.503Z] bca2f99d35d6: Download complete [2020-12-21T06:22:46.857Z] bca2f99d35d6: Pull complete [2020-12-21T06:22:46.857Z] 93359f2a8cfa: Pull complete [2020-12-21T06:22:46.857Z] 7c6f9722023f: Pull complete [2020-12-21T06:22:47.578Z] 00ac8860ef70: Pull complete [2020-12-21T06:22:47.578Z] 63d7cb157983: Pull complete [2020-12-21T06:22:47.862Z] b116817d02f9: Pull complete [2020-12-21T06:22:52.187Z] a35cf1a2eb13: Pull complete [2020-12-21T06:22:52.187Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T06:22:52.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T06:22:52.187Z] ---> a62c8e92a672 [2020-12-21T06:22:52.187Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-21T06:22:52.187Z] ---> Running in 74986bf0383f [2020-12-21T06:22:52.187Z] Removing intermediate container 74986bf0383f [2020-12-21T06:22:52.187Z] ---> 11ed8c086800 [2020-12-21T06:22:52.187Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T06:22:52.187Z] ---> Running in bc47d80a8738 [2020-12-21T06:22:52.229Z] 745a02a5169b: Pull complete [2020-12-21T06:22:52.229Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T06:22:52.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T06:22:52.229Z] ---> b7e6874047d6 [2020-12-21T06:22:52.229Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-21T06:22:52.452Z] Removing intermediate container bc47d80a8738 [2020-12-21T06:22:52.452Z] ---> 194c1e9b6fa1 [2020-12-21T06:22:52.452Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-21T06:22:52.452Z] ---> Running in d4cb9dbde5b4 [2020-12-21T06:22:52.720Z] Removing intermediate container d4cb9dbde5b4 [2020-12-21T06:22:52.720Z] ---> 95bb2ea0a80d [2020-12-21T06:22:52.720Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:22:52.720Z] ---> Running in b4d1a132859e [2020-12-21T06:22:53.676Z] Removing intermediate container b4d1a132859e [2020-12-21T06:22:53.676Z] ---> 9b5af2d23aa4 [2020-12-21T06:22:53.676Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T06:22:53.944Z] ---> Running in a98ae0a790a6 [2020-12-21T06:22:54.233Z] ---> Running in c995ced70822 [2020-12-21T06:22:54.834Z] Removing intermediate container c995ced70822 [2020-12-21T06:22:54.834Z] ---> 44b13dcd1d46 [2020-12-21T06:22:54.834Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T06:22:54.834Z] ---> Running in d6cd162434f2 [2020-12-21T06:22:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T06:22:55.432Z] Removing intermediate container d6cd162434f2 [2020-12-21T06:22:55.432Z] ---> 68b243ec1f44 [2020-12-21T06:22:55.432Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-21T06:22:55.432Z] ---> Running in 7e4f8ef6a53e [2020-12-21T06:22:55.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T06:22:56.032Z] Removing intermediate container 7e4f8ef6a53e [2020-12-21T06:22:56.033Z] ---> 91da73a1f637 [2020-12-21T06:22:56.033Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:22:56.307Z] ---> Running in 9e3b9e0e4b13 [2020-12-21T06:22:56.435Z] OK: 166 MiB in 39 packages [2020-12-21T06:22:56.696Z] Removing intermediate container a98ae0a790a6 [2020-12-21T06:22:56.696Z] ---> 3d0876732a01 [2020-12-21T06:22:56.696Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-21T06:22:56.696Z] ---> Running in 0b167ebe433a [2020-12-21T06:22:56.958Z] Removing intermediate container 0b167ebe433a [2020-12-21T06:22:56.959Z] ---> 8a06bfc044d2 [2020-12-21T06:22:56.959Z] Step 9/10 : COPY . . [2020-12-21T06:22:57.908Z] ---> 0ee34cb1a980 [2020-12-21T06:22:57.908Z] Step 10/10 : RUN go mod download [2020-12-21T06:22:57.908Z] ---> Running in 46e21d4cd771 [2020-12-21T06:22:58.964Z] Removing intermediate container 9e3b9e0e4b13 [2020-12-21T06:22:58.964Z] ---> 96aea4082c7a [2020-12-21T06:22:58.964Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T06:22:58.964Z] ---> Running in 7cca0b3d8e3e [2020-12-21T06:22:59.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T06:23:00.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T06:23:01.291Z] OK: 142 MiB in 39 packages [2020-12-21T06:23:02.734Z] Removing intermediate container 7cca0b3d8e3e [2020-12-21T06:23:02.734Z] ---> bc7f9b756e98 [2020-12-21T06:23:02.734Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-21T06:23:02.734Z] ---> Running in a6885f0f43a1 [2020-12-21T06:23:03.330Z] Removing intermediate container a6885f0f43a1 [2020-12-21T06:23:03.330Z] ---> e9e730d8d1ad [2020-12-21T06:23:03.330Z] Step 9/10 : COPY . . [2020-12-21T06:23:04.311Z] ---> ef279a23371b [2020-12-21T06:23:04.311Z] Step 10/10 : RUN go mod download [2020-12-21T06:23:04.588Z] ---> Running in a74b9cba0dda [2020-12-21T06:23:16.121Z] Removing intermediate container 46e21d4cd771 [2020-12-21T06:23:16.121Z] ---> 28a1e9fb250c [2020-12-21T06:23:16.121Z] Successfully built 28a1e9fb250c [2020-12-21T06:23:16.121Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:23:16.471Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:23:16.472Z] . [Pipeline] withDockerContainer [2020-12-21T06:23:16.616Z] prd-centos7-docker-4c-2g-17022 does not seem to be running inside a container [2020-12-21T06:23:16.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** ci-base-image-x86_64 cat [2020-12-21T06:23:17.437Z] $ docker top 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:23:17.987Z] + go version [2020-12-21T06:23:17.987Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T06:23:18.021Z] $ docker stop --time=1 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 [2020-12-21T06:23:19.351Z] $ docker rm -f 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:23:20.460Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:23:20.460Z] . [Pipeline] withDockerContainer [2020-12-21T06:23:20.590Z] prd-centos7-docker-4c-2g-17022 does not seem to be running inside a container [2020-12-21T06:23:20.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** ci-base-image-x86_64 cat [2020-12-21T06:23:21.740Z] $ docker top 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:23:22.310Z] + make test [2020-12-21T06:23:22.310Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:23:22.891Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-21T06:23:26.771Z] Removing intermediate container a74b9cba0dda [2020-12-21T06:23:26.771Z] ---> 3068217b3449 [2020-12-21T06:23:26.771Z] Successfully built 3068217b3449 [2020-12-21T06:23:26.771Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:23:27.148Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:23:27.148Z] . [Pipeline] withDockerContainer [2020-12-21T06:23:27.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-17019 does not seem to be running inside a container [2020-12-21T06:23:27.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** ci-base-image-arm64 cat [2020-12-21T06:23:29.081Z] $ docker top fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:23:30.254Z] + go version [2020-12-21T06:23:30.254Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T06:23:30.297Z] $ docker stop --time=1 fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 [2020-12-21T06:23:31.182Z] # github.com/edgexfoundry/device-sdk-go/internal/v2/application [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 [2020-12-21T06:23:31.182Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors [2020-12-21T06:23:32.343Z] $ docker rm -f fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-21T06:23:33.167Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2020-12-21T06:23:33.167Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-12-21T06:23:33.290Z] $ docker stop --time=1 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 [2020-12-21T06:23:35.630Z] $ docker rm -f 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] script [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-21T06:23:37.157Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:23:37.157Z] . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer [2020-12-21T06:23:37.526Z] prd-ubuntu18.04-docker-arm64-4c-16g-17019 does not seem to be running inside a container [2020-12-21T06:23:37.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** ci-base-image-arm64 cat [2020-12-21T06:23:39.085Z] $ docker top 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-21T06:23:40.027Z] Failed in branch amd64 [2020-12-21T06:23:40.284Z] + make test [2020-12-21T06:23:40.284Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:23:41.270Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-21T06:24:08.100Z] # github.com/edgexfoundry/device-sdk-go/internal/v2/application [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 [2020-12-21T06:24:08.100Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors [2020-12-21T06:24:12.458Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.050s coverage: 0.0% of statements [2020-12-21T06:24:12.731Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-12-21T06:24:12.789Z] $ docker stop --time=1 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 [2020-12-21T06:24:15.109Z] $ docker rm -f 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-21T06:24:17.571Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:22.830Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:23.180Z] ---> package-listing.sh [2020-12-21T06:24:23.180Z] ++ facter osfamily [2020-12-21T06:24:23.180Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T06:24:23.180Z] + OS_FAMILY=redhat [2020-12-21T06:24:23.180Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-80 [2020-12-21T06:24:23.180Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T06:24:23.180Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T06:24:23.180Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T06:24:23.180Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T06:24:23.180Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' [2020-12-21T06:24:23.180Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T06:24:23.180Z] + case "${OS_FAMILY}" in [2020-12-21T06:24:23.180Z] + rpm -qa [2020-12-21T06:24:23.180Z] + sort [2020-12-21T06:24:28.508Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T06:24:28.509Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T06:24:28.509Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T06:24:28.509Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' [2020-12-21T06:24:28.509Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [2020-12-21T06:24:28.509Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [Pipeline] echo [2020-12-21T06:24:28.549Z] 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-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-21T06:24:28.868Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:24:29.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:24:29.207Z] [2020-12-21T06:24:29.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:24:29.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:24:29.599Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T06:24:29.599Z] df20fa9351a1: Pulling fs layer [2020-12-21T06:24:29.599Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T06:24:29.599Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T06:24:29.599Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T06:24:29.599Z] 93b61091891f: Pulling fs layer [2020-12-21T06:24:29.599Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T06:24:29.599Z] 5e14af77c1be: Pulling fs layer [2020-12-21T06:24:29.599Z] 01666e4c0597: Pulling fs layer [2020-12-21T06:24:29.599Z] aa168da1d23b: Pulling fs layer [2020-12-21T06:24:29.599Z] 5e14af77c1be: Waiting [2020-12-21T06:24:29.599Z] 01666e4c0597: Waiting [2020-12-21T06:24:29.599Z] 46f8f816bc3b: Waiting [2020-12-21T06:24:29.599Z] 93b61091891f: Waiting [2020-12-21T06:24:29.599Z] 93b9cdb0e59b: Waiting [2020-12-21T06:24:29.599Z] aa168da1d23b: Waiting [2020-12-21T06:24:29.599Z] 36b3adc4ff6f: Download complete [2020-12-21T06:24:29.599Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T06:24:29.599Z] 46f8f816bc3b: Download complete [2020-12-21T06:24:29.867Z] df20fa9351a1: Verifying Checksum [2020-12-21T06:24:29.867Z] df20fa9351a1: Download complete [2020-12-21T06:24:29.867Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T06:24:29.867Z] 93b9cdb0e59b: Download complete [2020-12-21T06:24:29.867Z] 93b61091891f: Verifying Checksum [2020-12-21T06:24:29.867Z] 93b61091891f: Download complete [2020-12-21T06:24:29.867Z] 5e14af77c1be: Download complete [2020-12-21T06:24:29.867Z] 01666e4c0597: Verifying Checksum [2020-12-21T06:24:29.867Z] 01666e4c0597: Download complete [2020-12-21T06:24:29.867Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T06:24:29.867Z] 8ad3a11d3b57: Download complete [2020-12-21T06:24:30.130Z] df20fa9351a1: Pull complete [2020-12-21T06:24:30.402Z] 36b3adc4ff6f: Pull complete [2020-12-21T06:24:31.815Z] 8ad3a11d3b57: Pull complete [2020-12-21T06:24:31.815Z] 46f8f816bc3b: Pull complete [2020-12-21T06:24:32.082Z] aa168da1d23b: Verifying Checksum [2020-12-21T06:24:32.082Z] aa168da1d23b: Download complete [2020-12-21T06:24:32.082Z] 93b61091891f: Pull complete [2020-12-21T06:24:32.344Z] 93b9cdb0e59b: Pull complete [2020-12-21T06:24:32.344Z] 5e14af77c1be: Pull complete [2020-12-21T06:24:32.613Z] 01666e4c0597: Pull complete [2020-12-21T06:24:39.239Z] aa168da1d23b: Pull complete [2020-12-21T06:24:39.239Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T06:24:39.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:24:39.239Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T06:24:39.435Z] prd-centos7-docker-4c-2g-17010 does not seem to be running inside a container [2020-12-21T06:24:39.487Z] $ 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-80/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-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-21T06:24:42.929Z] $ docker top 5abe1e822dd07474098da15c4c526ef651a089041fccc38be1220c4c2d6db765 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:24:43.562Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T06:24:43.884Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T06:24:44.207Z] + ls /var/log/sa-host [2020-12-21T06:24:44.207Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T06:24:44.207Z] file_magic: OK [2020-12-21T06:24:44.207Z] HZ: Using current value: 100 [2020-12-21T06:24:44.207Z] file_header: OK [2020-12-21T06:24:44.207Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:24:44.207Z] Statistics: [2020-12-21T06:24:44.207Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T06:24:44.207Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T06:24:44.207Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T06:24:44.207Z] file_magic: OK [2020-12-21T06:24:44.207Z] HZ: Using current value: 100 [2020-12-21T06:24:44.207Z] file_header: OK [2020-12-21T06:24:44.207Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:24:44.207Z] Statistics: [2020-12-21T06:24:44.207Z] Hnuu...uuuununununu... [2020-12-21T06:24:44.207Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T06:24:44.505Z] provisioning config files... [2020-12-21T06:24:44.557Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config2244885049384702039tmp [Pipeline] { [Pipeline] echo [2020-12-21T06:24:44.694Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:45.030Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T06:24:45.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T06:24:45.211Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:45.550Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T06:24:45.580Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:45.915Z] ---> sudo-logs.sh [2020-12-21T06:24:45.916Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T06:24:45.952Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:46.289Z] ---> job-cost.sh [2020-12-21T06:24:46.289Z] lf-activate-venv: SKIPPING [2020-12-21T06:24:46.289Z] INFO: No Stack... [2020-12-21T06:24:47.681Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T06:24:48.258Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T06:24:48.302Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:24:48.643Z] ---> logs-deploy.sh [2020-12-21T06:24:48.643Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-80/1 [2020-12-21T06:24:48.643Z] INFO: archiving workspace using pattern(s): [2020-12-21T06:24:50.573Z] Archives upload complete. [2020-12-21T06:24:50.573Z] INFO: archiving logs to Nexus