Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 811b792df2c69da97ff16a39115f0967d7f5c359+b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (c7bee1e8105c17e7fdd7e9651828da9d0d248485) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-snmp 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5038 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [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-90 # 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 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 Merge succeeded, producing ad105c2d173609f39b431bb047de0a70eda9f1c8 Checking out Revision ad105c2d173609f39b431bb047de0a70eda9f1c8 (PR-90) > 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/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # 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 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad105c2d173609f39b431bb047de0a70eda9f1c8 # timeout=10 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T07:26:45.471Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T07:26:45.582Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T07:26:45.617Z] ========================================================= [2021-05-13T07:26:45.618Z] EdgeX Global Pipelines Version Info [2021-05-13T07:26:45.618Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 [2021-05-13T07:26:47.191Z] ------------------- [2021-05-13T07:26:47.191Z] stable info: [2021-05-13T07:26:47.191Z] ------------------- [2021-05-13T07:26:47.191Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T07:26:47.191Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T07:26:47.191Z] Message: update stable to v1.0.192 [2021-05-13T07:26:48.137Z] ------------------- [2021-05-13T07:26:48.137Z] experimental info: [2021-05-13T07:26:48.137Z] ------------------- [2021-05-13T07:26:48.137Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T07:26:48.137Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T07:26:48.137Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T07:26:48.283Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-05-13T07:26:48.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-05-13T07:26:48.331Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T07:26:48.355Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T07:26:48.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T07:26:48.421Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T07:26:48.445Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T07:26:48.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T07:26:48.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-13T07:26:48.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T07:26:48.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T07:26:48.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2021-05-13T07:26:48.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T07:26:48.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T07:26:48.638Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T07:26:48.661Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T07:26:48.683Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T07:26:48.708Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T07:26:48.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T07:26:48.762Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T07:26:48.789Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-13T07:26:48.817Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-13T07:26:48.872Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T07:26:48.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T07:26:48.920Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-13T07:26:48.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T07:26:48.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo [2021-05-13T07:26:48.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo [2021-05-13T07:26:49.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo [2021-05-13T07:26:49.042Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad105c2d173609f39b431bb047de0a70eda9f1c8 [Pipeline] echo [2021-05-13T07:26:49.066Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad105c2 [Pipeline] echo [2021-05-13T07:26:49.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T07:26:49.168Z] provisioning config files... [2021-05-13T07:26:49.211Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1706922455556578923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:26:49.537Z] ---> docker-login.sh [2021-05-13T07:26:49.537Z] nexus3.edgexfoundry.org:10001 [2021-05-13T07:26:49.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:26:49.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:26:49.805Z] Configure a credential helper to remove this warning. See [2021-05-13T07:26:49.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:26:49.805Z] [2021-05-13T07:26:49.805Z] Login Succeeded [2021-05-13T07:26:49.805Z] nexus3.edgexfoundry.org:10002 [2021-05-13T07:26:50.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:26:50.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:26:50.068Z] Configure a credential helper to remove this warning. See [2021-05-13T07:26:50.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:26:50.068Z] [2021-05-13T07:26:50.068Z] Login Succeeded [2021-05-13T07:26:50.068Z] nexus3.edgexfoundry.org:10003 [2021-05-13T07:26:50.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:26:50.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:26:50.331Z] Configure a credential helper to remove this warning. See [2021-05-13T07:26:50.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:26:50.331Z] [2021-05-13T07:26:50.331Z] Login Succeeded [2021-05-13T07:26:50.331Z] nexus3.edgexfoundry.org:10004 [2021-05-13T07:26:50.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:26:50.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:26:50.593Z] Configure a credential helper to remove this warning. See [2021-05-13T07:26:50.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:26:50.593Z] [2021-05-13T07:26:50.593Z] Login Succeeded [2021-05-13T07:26:50.593Z] docker.io [2021-05-13T07:26:50.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:26:50.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:26:50.855Z] Configure a credential helper to remove this warning. See [2021-05-13T07:26:50.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:26:50.855Z] [2021-05-13T07:26:50.855Z] Login Succeeded [2021-05-13T07:26:50.855Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T07:26:50.865Z] 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-05-13T07:26:51.320Z] + git log --format=format:%s -1 ad105c2d173609f39b431bb047de0a70eda9f1c8 [Pipeline] echo [2021-05-13T07:26:51.384Z] GIT_COMMIT: ad105c2d173609f39b431bb047de0a70eda9f1c8, Commit Message: Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD [Pipeline] echo [2021-05-13T07:26:51.397Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:26:52.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T07:26:52.422Z] [2021-05-13T07:26:52.422Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:26:52.735Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T07:26:52.736Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T07:26:52.736Z] 31603596830f: Pulling fs layer [2021-05-13T07:26:52.736Z] 54011a49482f: Pulling fs layer [2021-05-13T07:26:52.736Z] a6820b24f6d8: Pulling fs layer [2021-05-13T07:26:52.736Z] f581987b2513: Pulling fs layer [2021-05-13T07:26:52.736Z] f581987b2513: Waiting [2021-05-13T07:26:52.736Z] 54011a49482f: Verifying Checksum [2021-05-13T07:26:52.736Z] 54011a49482f: Download complete [2021-05-13T07:26:53.000Z] 31603596830f: Verifying Checksum [2021-05-13T07:26:53.000Z] 31603596830f: Download complete [2021-05-13T07:26:53.000Z] f581987b2513: Verifying Checksum [2021-05-13T07:26:53.000Z] f581987b2513: Download complete [2021-05-13T07:26:53.000Z] a6820b24f6d8: Verifying Checksum [2021-05-13T07:26:53.000Z] a6820b24f6d8: Download complete [2021-05-13T07:26:53.264Z] 31603596830f: Pull complete [2021-05-13T07:26:53.538Z] 54011a49482f: Pull complete [2021-05-13T07:26:54.486Z] a6820b24f6d8: Pull complete [2021-05-13T07:26:54.486Z] f581987b2513: Pull complete [2021-05-13T07:26:54.749Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T07:26:54.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T07:26:54.749Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T07:26:54.864Z] prd-centos7-docker-4c-2g-5038 does not seem to be running inside a container [2021-05-13T07:26:54.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T07:26:56.975Z] $ docker top c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T07:26:57.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T07:26:57.231Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T07:26:57.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T07:26:57.481Z] $ docker exec c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent [2021-05-13T07:26:57.664Z] SSH_AUTH_SOCK=/tmp/ssh-BG26GP8BgTB6/agent.12 [2021-05-13T07:26:57.664Z] SSH_AGENT_PID=17 [2021-05-13T07:26:57.680Z] Running ssh-add (command line suppressed) [2021-05-13T07:26:57.822Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_3992605996758354715.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_3992605996758354715.key) [2021-05-13T07:26:57.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T07:26:58.197Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T07:26:58.227Z] $ docker exec --env ******** --env ******** c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent -k [2021-05-13T07:26:58.384Z] unset SSH_AUTH_SOCK; [2021-05-13T07:26:58.385Z] unset SSH_AGENT_PID; [2021-05-13T07:26:58.385Z] echo Agent pid 17 killed; [2021-05-13T07:26:58.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T07:26:58.470Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T07:26:58.470Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T07:26:58.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T07:26:58.652Z] $ docker exec c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent [2021-05-13T07:26:58.825Z] SSH_AUTH_SOCK=/tmp/ssh-LYrZoAbCz8tX/agent.46 [2021-05-13T07:26:58.825Z] SSH_AGENT_PID=52 [2021-05-13T07:26:58.832Z] Running ssh-add (command line suppressed) [2021-05-13T07:26:58.961Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1209348280018750340.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1209348280018750340.key) [2021-05-13T07:26:59.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T07:26:59.328Z] + git semver init [2021-05-13T07:26:59.328Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T07:26:59.328Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git [2021-05-13T07:26:59.328Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-05-13T07:26:59.328Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T07:26:59.328Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T07:26:59.328Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T07:26:59.328Z] # $SEMVER_BRANCH = PR-90 [2021-05-13T07:26:59.328Z] # $SEMVER_TEMP = /tmp/semver-858420080 [2021-05-13T07:26:59.328Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-05-13T07:26:59.603Z] # '/tmp/semver-858420080' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' [2021-05-13T07:26:59.603Z] # -> Force: false [2021-05-13T07:26:59.603Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } [2021-05-13T07:26:59.617Z] $ docker exec --env ******** --env ******** c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent -k [2021-05-13T07:26:59.780Z] unset SSH_AUTH_SOCK; [2021-05-13T07:26:59.781Z] unset SSH_AGENT_PID; [2021-05-13T07:26:59.781Z] echo Agent pid 52 killed; [2021-05-13T07:26:59.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T07:27:00.186Z] + git semver [Pipeline] } [2021-05-13T07:27:00.205Z] $ docker stop --time=1 c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 [2021-05-13T07:27:01.584Z] $ docker rm -f c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T07:27:02.022Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T07:27:02.337Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T07:27:02.340Z] [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-05-13T07:27:17.530Z] Still waiting to schedule task [2021-05-13T07:27:17.531Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-5039’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-13T07:27:17.533Z] Still waiting to schedule task [2021-05-13T07:27:17.534Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T07:29:18.842Z] Running on prd-centos7-docker-4c-2g-5040 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-05-13T07:29:18.863Z] Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout [2021-05-13T07:29:27.691Z] using credential edgex-jenkins-ssh [2021-05-13T07:29:27.715Z] Cloning the remote Git repository [2021-05-13T07:29:27.811Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:29:27.891Z] > git init /w/workspace/device-snmp-go/5 # timeout=10 [2021-05-13T07:29:28.019Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:29:28.019Z] > git --version # timeout=10 [2021-05-13T07:29:28.050Z] > git --version # 'git version 2.24.3' [2021-05-13T07:29:28.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:29:28.104Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T07:29:28.728Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T07:29:28.769Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T07:29:28.792Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T07:29:28.815Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:29:28.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:29:28.821Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T07:29:29.223Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-05-13T07:29:29.425Z] Merge succeeded, producing 0ac75089f29261bf39535c1912d8bed6914d8f63 [2021-05-13T07:29:29.425Z] Checking out Revision 0ac75089f29261bf39535c1912d8bed6914d8f63 (PR-90) [2021-05-13T07:29:29.233Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T07:29:29.240Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-05-13T07:29:29.287Z] > git remote # timeout=10 [2021-05-13T07:29:29.294Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T07:29:29.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:29:29.311Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T07:29:29.376Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T07:29:29.432Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T07:29:29.450Z] > git checkout -f 0ac75089f29261bf39535c1912d8bed6914d8f63 # timeout=10 [2021-05-13T07:29:33.318Z] Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" [2021-05-13T07:29:33.340Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T07:29:33.324Z] > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 [2021-05-13T07:29:34.515Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T07:29:34.905Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T07:29:35.259Z] + sudo service docker restart [2021-05-13T07:29:35.259Z] + true [2021-05-13T07:29:35.259Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T07:29:36.709Z] provisioning config files... [2021-05-13T07:29:36.763Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config1701474943408532998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:29:37.100Z] ---> docker-login.sh [2021-05-13T07:29:37.100Z] nexus3.edgexfoundry.org:10001 [2021-05-13T07:29:38.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:29:38.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:29:38.360Z] Configure a credential helper to remove this warning. See [2021-05-13T07:29:38.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:29:38.360Z] [2021-05-13T07:29:38.360Z] Login Succeeded [2021-05-13T07:29:38.360Z] nexus3.edgexfoundry.org:10002 [2021-05-13T07:29:38.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:29:38.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:29:38.633Z] Configure a credential helper to remove this warning. See [2021-05-13T07:29:38.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:29:38.633Z] [2021-05-13T07:29:38.633Z] Login Succeeded [2021-05-13T07:29:38.633Z] nexus3.edgexfoundry.org:10003 [2021-05-13T07:29:38.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:29:39.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:29:39.173Z] Configure a credential helper to remove this warning. See [2021-05-13T07:29:39.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:29:39.173Z] [2021-05-13T07:29:39.173Z] Login Succeeded [2021-05-13T07:29:39.173Z] nexus3.edgexfoundry.org:10004 [2021-05-13T07:29:39.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:29:39.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:29:39.477Z] Configure a credential helper to remove this warning. See [2021-05-13T07:29:39.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:29:39.477Z] [2021-05-13T07:29:39.477Z] Login Succeeded [2021-05-13T07:29:39.477Z] docker.io [2021-05-13T07:29:39.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:29:40.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:29:40.099Z] Configure a credential helper to remove this warning. See [2021-05-13T07:29:40.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:29:40.099Z] [2021-05-13T07:29:40.099Z] Login Succeeded [2021-05-13T07:29:40.099Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T07:29:40.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T07:29:40.378Z] ========================================================= [2021-05-13T07:29:40.378Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T07:29:40.378Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:29:40.758Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T07:29:40.758Z] Sending build context to Docker daemon 356.4kB [2021-05-13T07:29:41.054Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T07:29:41.054Z] Step 2/10 : FROM ${BASE} [2021-05-13T07:29:41.054Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T07:29:41.054Z] 540db60ca938: Pulling fs layer [2021-05-13T07:29:41.054Z] adcc1eea9eea: Pulling fs layer [2021-05-13T07:29:41.054Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T07:29:41.054Z] 0510c868ecb4: Pulling fs layer [2021-05-13T07:29:41.054Z] afea3b2eda06: Pulling fs layer [2021-05-13T07:29:41.054Z] 7809a108b3ef: Pulling fs layer [2021-05-13T07:29:41.054Z] f706445af74f: Pulling fs layer [2021-05-13T07:29:41.054Z] 0510c868ecb4: Waiting [2021-05-13T07:29:41.054Z] afea3b2eda06: Waiting [2021-05-13T07:29:41.054Z] 7809a108b3ef: Waiting [2021-05-13T07:29:41.054Z] f706445af74f: Waiting [2021-05-13T07:29:41.054Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T07:29:41.054Z] 4c4ab2625f07: Download complete [2021-05-13T07:29:41.054Z] adcc1eea9eea: Verifying Checksum [2021-05-13T07:29:41.054Z] adcc1eea9eea: Download complete [2021-05-13T07:29:41.322Z] afea3b2eda06: Verifying Checksum [2021-05-13T07:29:41.322Z] afea3b2eda06: Download complete [2021-05-13T07:29:41.322Z] 7809a108b3ef: Download complete [2021-05-13T07:29:41.676Z] 540db60ca938: Verifying Checksum [2021-05-13T07:29:41.676Z] 540db60ca938: Download complete [2021-05-13T07:29:42.024Z] 540db60ca938: Pull complete [2021-05-13T07:29:42.674Z] adcc1eea9eea: Pull complete [2021-05-13T07:29:42.962Z] 4c4ab2625f07: Pull complete [2021-05-13T07:29:46.681Z] f706445af74f: Verifying Checksum [2021-05-13T07:29:46.681Z] f706445af74f: Download complete [2021-05-13T07:29:48.170Z] 0510c868ecb4: Verifying Checksum [2021-05-13T07:29:48.170Z] 0510c868ecb4: Download complete [2021-05-13T07:29:58.380Z] 0510c868ecb4: Pull complete [2021-05-13T07:29:58.380Z] afea3b2eda06: Pull complete [2021-05-13T07:29:58.380Z] 7809a108b3ef: Pull complete [2021-05-13T07:30:03.858Z] f706445af74f: Pull complete [2021-05-13T07:30:03.858Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T07:30:03.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T07:30:03.858Z] ---> b068be0155e3 [2021-05-13T07:30:03.858Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-05-13T07:30:03.858Z] ---> Running in 1f66a1bcd117 [2021-05-13T07:30:03.858Z] Removing intermediate container 1f66a1bcd117 [2021-05-13T07:30:03.858Z] ---> 25812315a50f [2021-05-13T07:30:03.858Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T07:30:03.858Z] ---> Running in 4540bda47292 [2021-05-13T07:30:04.145Z] Removing intermediate container 4540bda47292 [2021-05-13T07:30:04.145Z] ---> 5c6fa3a96cfb [2021-05-13T07:30:04.145Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T07:30:04.145Z] ---> Running in ccba2422224f [2021-05-13T07:30:04.464Z] Removing intermediate container ccba2422224f [2021-05-13T07:30:04.464Z] ---> b91b6ceebccf [2021-05-13T07:30:04.464Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T07:30:04.464Z] ---> Running in 9b583136d6e5 [2021-05-13T07:30:06.495Z] Removing intermediate container 9b583136d6e5 [2021-05-13T07:30:06.495Z] ---> 15215e10bef4 [2021-05-13T07:30:06.495Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T07:30:06.765Z] ---> Running in 443b764308bb [2021-05-13T07:30:07.736Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T07:30:08.727Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T07:30:09.735Z] OK: 149 MiB in 40 packages [2021-05-13T07:30:10.340Z] Removing intermediate container 443b764308bb [2021-05-13T07:30:10.340Z] ---> 2119f4045d75 [2021-05-13T07:30:10.340Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T07:30:10.340Z] ---> Running in 950d754956cd [2021-05-13T07:30:10.625Z] Removing intermediate container 950d754956cd [2021-05-13T07:30:10.625Z] ---> 106145202ca0 [2021-05-13T07:30:10.625Z] Step 9/10 : COPY . . [2021-05-13T07:30:12.076Z] ---> 30ee1045ec12 [2021-05-13T07:30:12.076Z] Step 10/10 : RUN go mod download [2021-05-13T07:30:12.076Z] ---> Running in c7fdc92179ba [2021-05-13T07:30:13.529Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5041 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-05-13T07:30:13.549Z] Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout [2021-05-13T07:30:19.272Z] using credential edgex-jenkins-ssh [2021-05-13T07:30:19.293Z] Cloning the remote Git repository [2021-05-13T07:30:19.383Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:30:19.500Z] > git init /w/workspace/device-snmp-go/5 # timeout=10 [2021-05-13T07:30:19.577Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:30:19.578Z] > git --version # timeout=10 [2021-05-13T07:30:19.627Z] > git --version # 'git version 2.17.1' [2021-05-13T07:30:19.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:30:19.717Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T07:30:20.933Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-05-13T07:30:20.405Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T07:30:20.427Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T07:30:20.449Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T07:30:20.482Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T07:30:20.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:30:20.499Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T07:30:20.948Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T07:30:20.963Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-05-13T07:30:21.038Z] > git remote # timeout=10 [2021-05-13T07:30:21.053Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T07:30:21.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T07:30:21.075Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T07:30:21.117Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T07:30:21.133Z] Merge succeeded, producing 83008ae94367bc381dc706ecf5cc0f6e78e06e06 [2021-05-13T07:30:21.133Z] Checking out Revision 83008ae94367bc381dc706ecf5cc0f6e78e06e06 (PR-90) [2021-05-13T07:30:21.136Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T07:30:21.146Z] > git checkout -f 83008ae94367bc381dc706ecf5cc0f6e78e06e06 # timeout=10 [2021-05-13T07:30:25.294Z] Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" [2021-05-13T07:30:25.332Z] First time build. Skipping changelog. [2021-05-13T07:30:25.311Z] > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T07:30:26.655Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T07:30:27.064Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T07:30:27.411Z] + true [2021-05-13T07:30:27.411Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T07:30:30.095Z] provisioning config files... [2021-05-13T07:30:30.148Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config941787388516882645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:30:30.536Z] ---> docker-login.sh [2021-05-13T07:30:30.536Z] nexus3.edgexfoundry.org:10001 [2021-05-13T07:30:31.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:30:31.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:30:31.746Z] Configure a credential helper to remove this warning. See [2021-05-13T07:30:31.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:30:31.746Z] [2021-05-13T07:30:31.746Z] Login Succeeded [2021-05-13T07:30:31.746Z] nexus3.edgexfoundry.org:10002 [2021-05-13T07:30:32.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:30:32.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:30:32.296Z] Configure a credential helper to remove this warning. See [2021-05-13T07:30:32.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:30:32.296Z] [2021-05-13T07:30:32.296Z] Login Succeeded [2021-05-13T07:30:32.296Z] nexus3.edgexfoundry.org:10003 [2021-05-13T07:30:32.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:30:32.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:30:32.571Z] Configure a credential helper to remove this warning. See [2021-05-13T07:30:32.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:30:32.571Z] [2021-05-13T07:30:32.571Z] Login Succeeded [2021-05-13T07:30:32.571Z] nexus3.edgexfoundry.org:10004 [2021-05-13T07:30:33.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:30:33.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:30:33.182Z] Configure a credential helper to remove this warning. See [2021-05-13T07:30:33.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:30:33.182Z] [2021-05-13T07:30:33.182Z] Login Succeeded [2021-05-13T07:30:33.182Z] docker.io [2021-05-13T07:30:33.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T07:30:34.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T07:30:34.052Z] Configure a credential helper to remove this warning. See [2021-05-13T07:30:34.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T07:30:34.052Z] [2021-05-13T07:30:34.052Z] Login Succeeded [2021-05-13T07:30:34.052Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T07:30:34.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T07:30:34.412Z] ========================================================= [2021-05-13T07:30:34.412Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T07:30:34.412Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:30:34.751Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T07:30:35.025Z] Sending build context to Docker daemon 355.3kB [2021-05-13T07:30:35.025Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T07:30:35.025Z] Step 2/10 : FROM ${BASE} [2021-05-13T07:30:35.299Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T07:30:35.299Z] 595b0fe564bb: Pulling fs layer [2021-05-13T07:30:35.299Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T07:30:35.299Z] 316046926c0a: Pulling fs layer [2021-05-13T07:30:35.299Z] 4ebd0625c992: Pulling fs layer [2021-05-13T07:30:35.299Z] 207e8628e3a3: Pulling fs layer [2021-05-13T07:30:35.299Z] c791037a9be2: Pulling fs layer [2021-05-13T07:30:35.299Z] ffd874e62e21: Pulling fs layer [2021-05-13T07:30:35.299Z] 207e8628e3a3: Waiting [2021-05-13T07:30:35.299Z] c791037a9be2: Waiting [2021-05-13T07:30:35.299Z] ffd874e62e21: Waiting [2021-05-13T07:30:35.299Z] 4ebd0625c992: Waiting [2021-05-13T07:30:35.299Z] 316046926c0a: Verifying Checksum [2021-05-13T07:30:35.299Z] 316046926c0a: Download complete [2021-05-13T07:30:35.299Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T07:30:35.299Z] 7186ed65a4f7: Download complete [2021-05-13T07:30:35.299Z] 207e8628e3a3: Verifying Checksum [2021-05-13T07:30:35.299Z] 207e8628e3a3: Download complete [2021-05-13T07:30:35.299Z] c791037a9be2: Download complete [2021-05-13T07:30:35.299Z] 595b0fe564bb: Verifying Checksum [2021-05-13T07:30:35.299Z] 595b0fe564bb: Download complete [2021-05-13T07:30:35.900Z] 595b0fe564bb: Pull complete [2021-05-13T07:30:36.502Z] 7186ed65a4f7: Pull complete [2021-05-13T07:30:36.782Z] 316046926c0a: Pull complete [2021-05-13T07:30:37.767Z] ffd874e62e21: Verifying Checksum [2021-05-13T07:30:37.767Z] ffd874e62e21: Download complete [2021-05-13T07:30:38.751Z] 4ebd0625c992: Verifying Checksum [2021-05-13T07:30:38.751Z] 4ebd0625c992: Download complete [2021-05-13T07:30:38.904Z] Removing intermediate container c7fdc92179ba [2021-05-13T07:30:38.904Z] ---> 3aba4c3ba61d [2021-05-13T07:30:38.904Z] Successfully built 3aba4c3ba61d [2021-05-13T07:30:39.176Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:30:39.536Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T07:30:39.801Z] . [Pipeline] withDockerContainer [2021-05-13T07:30:40.013Z] prd-centos7-docker-4c-2g-5040 does not seem to be running inside a container [2021-05-13T07:30:40.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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-x86_64 cat [2021-05-13T07:30:41.120Z] $ docker top 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T07:30:41.617Z] + go version [2021-05-13T07:30:41.618Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T07:30:41.635Z] $ docker stop --time=1 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd [2021-05-13T07:30:43.074Z] $ docker rm -f 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:30:43.665Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T07:30:43.665Z] . [Pipeline] withDockerContainer [2021-05-13T07:30:43.799Z] prd-centos7-docker-4c-2g-5040 does not seem to be running inside a container [2021-05-13T07:30:43.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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-x86_64 cat [2021-05-13T07:30:44.827Z] $ docker top 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T07:30:45.569Z] + go mod tidy [Pipeline] sh [2021-05-13T07:30:46.210Z] + make test [2021-05-13T07:30:46.210Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T07:30:47.724Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T07:30:51.170Z] 4ebd0625c992: Pull complete [2021-05-13T07:30:51.170Z] 207e8628e3a3: Pull complete [2021-05-13T07:30:51.170Z] c791037a9be2: Pull complete [2021-05-13T07:30:53.809Z] ffd874e62e21: Pull complete [2021-05-13T07:30:53.809Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T07:30:53.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T07:30:53.809Z] ---> cfc18b08335c [2021-05-13T07:30:53.809Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-05-13T07:30:56.456Z] ---> Running in 0a3e60d2dbe3 [2021-05-13T07:30:56.728Z] Removing intermediate container 0a3e60d2dbe3 [2021-05-13T07:30:56.728Z] ---> 2fdcaf69e336 [2021-05-13T07:30:56.728Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T07:30:57.002Z] ---> Running in 7fdccb391222 [2021-05-13T07:30:57.274Z] Removing intermediate container 7fdccb391222 [2021-05-13T07:30:57.274Z] ---> f958b0b923fb [2021-05-13T07:30:57.274Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T07:30:57.548Z] ---> Running in ef93eaf070c5 [2021-05-13T07:30:57.820Z] Removing intermediate container ef93eaf070c5 [2021-05-13T07:30:57.821Z] ---> 413265d7966e [2021-05-13T07:30:57.821Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T07:30:58.093Z] ---> Running in 7138c4ba03aa [2021-05-13T07:31:00.718Z] Removing intermediate container 7138c4ba03aa [2021-05-13T07:31:00.718Z] ---> bd5b95388f42 [2021-05-13T07:31:00.718Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T07:31:00.718Z] ---> Running in 8c8971f725a9 [2021-05-13T07:31:02.149Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T07:31:03.248Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-05-13T07:31:03.248Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-05-13T07:31:03.248Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-05-13T07:31:03.248Z] have (string, bool, string, string) [2021-05-13T07:31:03.248Z] want (string, string) [2021-05-13T07:31:03.572Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T07:31:04.998Z] OK: 138 MiB in 40 packages [2021-05-13T07:31:06.427Z] Removing intermediate container 8c8971f725a9 [2021-05-13T07:31:06.427Z] ---> cdbdb0d1b1d0 [2021-05-13T07:31:06.427Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T07:31:06.427Z] ---> Running in 713af462843d [2021-05-13T07:31:06.699Z] Removing intermediate container 713af462843d [2021-05-13T07:31:06.699Z] ---> c758a4c635ac [2021-05-13T07:31:06.699Z] Step 9/10 : COPY . . [2021-05-13T07:31:07.677Z] ---> 14df6a58f94b [2021-05-13T07:31:07.677Z] Step 10/10 : RUN go mod download [2021-05-13T07:31:07.677Z] ---> Running in cb213d41a6f9 [2021-05-13T07:31:12.206Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.018s coverage: 0.0% of statements [2021-05-13T07:31:12.487Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-05-13T07:31:12.523Z] $ docker stop --time=1 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb [2021-05-13T07:31:15.620Z] $ docker rm -f 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:31:16.993Z] ---> job-cost.sh [2021-05-13T07:31:16.993Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z3TR [2021-05-13T07:31:29.889Z] Removing intermediate container cb213d41a6f9 [2021-05-13T07:31:29.889Z] ---> aa939ae1749a [2021-05-13T07:31:29.889Z] Successfully built aa939ae1749a [2021-05-13T07:31:29.889Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:31:30.233Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T07:31:30.233Z] . [Pipeline] withDockerContainer [2021-05-13T07:31:30.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-5041 does not seem to be running inside a container [2021-05-13T07:31:30.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 [2021-05-13T07:31:32.485Z] $ docker top e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T07:31:33.412Z] + go version [2021-05-13T07:31:33.412Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T07:31:33.430Z] $ docker stop --time=1 e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c [2021-05-13T07:31:35.361Z] $ docker rm -f e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:31:36.082Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T07:31:36.082Z] . [Pipeline] withDockerContainer [2021-05-13T07:31:36.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-5041 does not seem to be running inside a container [2021-05-13T07:31:36.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 [2021-05-13T07:31:38.290Z] $ docker top b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T07:31:39.254Z] + go mod tidy [2021-05-13T07:31:39.306Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] sh [2021-05-13T07:31:40.507Z] + make test [2021-05-13T07:31:40.507Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T07:31:41.521Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T07:32:03.713Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-05-13T07:32:03.713Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-05-13T07:32:03.713Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-05-13T07:32:03.713Z] have (string, bool, string, string) [2021-05-13T07:32:03.713Z] want (string, string) [2021-05-13T07:32:16.169Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.014s coverage: 0.0% of statements [2021-05-13T07:32:16.169Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-05-13T07:32:16.192Z] $ docker stop --time=1 b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 [2021-05-13T07:32:18.423Z] $ docker rm -f b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 [2021-05-13T07:32:18.538Z] lf-activate-venv(): INFO: Adding /tmp/venv-z3TR/bin to PATH [2021-05-13T07:32:18.538Z] INFO: No Stack... [2021-05-13T07:32:18.538Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T07:32:18.538Z] INFO: Archiving Costs [Pipeline] // withDockerContainer [Pipeline] sh [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:32:19.241Z] + cat /w/workspace/device-snmp-go/5/archives/cost.csv [2021-05-13T07:32:19.241Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T07:32:19.334Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [2021-05-13T07:32:19.353Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] did not exist. Created. [2021-05-13T07:32:19.353Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T07:32:19.464Z] ---> job-cost.sh [2021-05-13T07:32:19.464Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JYEz [2021-05-13T07:32:19.695Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T07:32:20.410Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T07:32:20.426Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T07:32:20.591Z] Failed in branch amd64 [2021-05-13T07:32:58.472Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T07:34:20.990Z] lf-activate-venv(): INFO: Adding /tmp/venv-JYEz/bin to PATH [2021-05-13T07:34:20.990Z] INFO: No Stack... [2021-05-13T07:34:20.990Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T07:34:20.990Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T07:34:21.330Z] + cat+ /w/workspace/device-snmp-go/5/archives/cost.csv [2021-05-13T07:34:21.330Z] cut -d, -f6 [Pipeline] lock [2021-05-13T07:34:21.734Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [2021-05-13T07:34:21.742Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] did not exist. Created. [2021-05-13T07:34:21.742Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T07:34:22.227Z] /w/workspace/device-snmp-go/5@tmp/durable-6137c778/script.sh: 1: /w/workspace/device-snmp-go/5@tmp/durable-6137c778/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T07:34:22.620Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T07:34:22.656Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T07:34:23.473Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T07:34:23.481Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T07:34:23.665Z] 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] { (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 [2021-05-13T07:34:24.839Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:25.458Z] ---> package-listing.sh [2021-05-13T07:34:25.458Z] ++ facter osfamily [2021-05-13T07:34:25.458Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T07:34:25.458Z] + OS_FAMILY=redhat [2021-05-13T07:34:25.458Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-05-13T07:34:25.458Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T07:34:25.458Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T07:34:25.458Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T07:34:25.458Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T07:34:25.458Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-05-13T07:34:25.458Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T07:34:25.458Z] + case "${OS_FAMILY}" in [2021-05-13T07:34:25.458Z] + rpm -qa [2021-05-13T07:34:25.458Z] + sort [2021-05-13T07:34:30.785Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T07:34:30.785Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T07:34:30.785Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T07:34:30.785Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-05-13T07:34:30.785Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [2021-05-13T07:34:30.785Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [Pipeline] echo [2021-05-13T07:34:30.804Z] 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-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T07:34:31.146Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:34:31.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T07:34:31.499Z] [2021-05-13T07:34:31.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T07:34:31.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T07:34:31.836Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T07:34:31.836Z] df20fa9351a1: Pulling fs layer [2021-05-13T07:34:31.836Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T07:34:31.836Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T07:34:31.836Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T07:34:31.836Z] 93b61091891f: Pulling fs layer [2021-05-13T07:34:31.836Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T07:34:31.836Z] 5e14af77c1be: Pulling fs layer [2021-05-13T07:34:31.836Z] 01666e4c0597: Pulling fs layer [2021-05-13T07:34:31.836Z] aa168da1d23b: Pulling fs layer [2021-05-13T07:34:31.836Z] 93b61091891f: Waiting [2021-05-13T07:34:31.836Z] 93b9cdb0e59b: Waiting [2021-05-13T07:34:31.836Z] 46f8f816bc3b: Waiting [2021-05-13T07:34:31.836Z] 5e14af77c1be: Waiting [2021-05-13T07:34:31.836Z] aa168da1d23b: Waiting [2021-05-13T07:34:31.836Z] 01666e4c0597: Waiting [2021-05-13T07:34:31.836Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T07:34:31.836Z] 36b3adc4ff6f: Download complete [2021-05-13T07:34:31.836Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T07:34:31.836Z] 46f8f816bc3b: Download complete [2021-05-13T07:34:31.836Z] df20fa9351a1: Verifying Checksum [2021-05-13T07:34:32.100Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T07:34:32.100Z] 93b9cdb0e59b: Download complete [2021-05-13T07:34:32.100Z] 93b61091891f: Verifying Checksum [2021-05-13T07:34:32.100Z] 93b61091891f: Download complete [2021-05-13T07:34:32.100Z] 5e14af77c1be: Verifying Checksum [2021-05-13T07:34:32.100Z] 5e14af77c1be: Download complete [2021-05-13T07:34:32.100Z] 01666e4c0597: Verifying Checksum [2021-05-13T07:34:32.100Z] 01666e4c0597: Download complete [2021-05-13T07:34:32.100Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T07:34:32.100Z] 8ad3a11d3b57: Download complete [2021-05-13T07:34:32.361Z] df20fa9351a1: Pull complete [2021-05-13T07:34:32.623Z] 36b3adc4ff6f: Pull complete [2021-05-13T07:34:33.594Z] 8ad3a11d3b57: Pull complete [2021-05-13T07:34:33.594Z] 46f8f816bc3b: Pull complete [2021-05-13T07:34:34.182Z] 93b61091891f: Pull complete [2021-05-13T07:34:34.182Z] 93b9cdb0e59b: Pull complete [2021-05-13T07:34:34.446Z] aa168da1d23b: Download complete [2021-05-13T07:34:34.446Z] 5e14af77c1be: Pull complete [2021-05-13T07:34:34.446Z] 01666e4c0597: Pull complete [2021-05-13T07:34:42.663Z] aa168da1d23b: Pull complete [2021-05-13T07:34:42.663Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T07:34:42.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T07:34:42.663Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T07:34:42.864Z] prd-centos7-docker-4c-2g-5038 does not seem to be running inside a container [2021-05-13T07:34:42.920Z] $ 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-90/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-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-13T07:34:46.293Z] $ docker top 11cc36c95cbde09efd8a272b458d5ba8132c4b8c9cc5f8aae561f7e47ae8fd25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T07:34:46.738Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T07:34:47.042Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T07:34:47.347Z] + ls /var/log/sa-host [2021-05-13T07:34:47.347Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T07:34:47.347Z] file_magic: OK [2021-05-13T07:34:47.347Z] HZ: Using current value: 100 [2021-05-13T07:34:47.347Z] file_header: OK [2021-05-13T07:34:47.347Z] 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-05-13T07:34:47.347Z] Statistics: [2021-05-13T07:34:47.347Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T07:34:47.347Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T07:34:47.347Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T07:34:47.347Z] file_magic: OK [2021-05-13T07:34:47.347Z] HZ: Using current value: 100 [2021-05-13T07:34:47.347Z] file_header: OK [2021-05-13T07:34:47.347Z] 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-05-13T07:34:47.347Z] Statistics: [2021-05-13T07:34:47.347Z] Hnuu...uuuununununu... [2021-05-13T07:34:47.347Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T07:34:47.958Z] provisioning config files... [2021-05-13T07:34:47.975Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1256942467913533512tmp [Pipeline] { [Pipeline] echo [2021-05-13T07:34:47.998Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:48.296Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T07:34:48.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T07:34:48.335Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:48.635Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T07:34:48.648Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:48.945Z] ---> sudo-logs.sh [2021-05-13T07:34:48.945Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T07:34:49.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:49.342Z] ---> job-cost.sh [2021-05-13T07:34:49.342Z] lf-activate-venv: SKIPPING [2021-05-13T07:34:49.342Z] DEBUG: total: 0.20999999344348907 [2021-05-13T07:34:49.342Z] INFO: Retrieving Stack Cost... [2021-05-13T07:34:50.291Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T07:34:50.868Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T07:34:50.884Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T07:34:51.183Z] ---> logs-deploy.sh [2021-05-13T07:34:51.183Z] lf-activate-venv: SKIPPING [2021-05-13T07:34:51.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/5 [2021-05-13T07:34:51.183Z] INFO: archiving workspace using pattern(s): [2021-05-13T07:34:53.103Z] Archives upload complete. [2021-05-13T07:34:53.103Z] INFO: archiving logs to Nexus