Pull request #289 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c3ae16284a852ece5ef2c51552053fabd1b09ae6+9516c9f86bfab3f780b93b970f8360439339a3f4 (4dbfa0ef1c665cfcd93de49aa4e8723e6ab915a1) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4331600980865214495.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5540748167720520694.key > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git 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-289/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-289/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15445676245546818192.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-289/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17615029769209051534.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4753881743164246348.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE 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-289/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-289/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12404473492707761961.key > 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 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9066 in /w/workspace/gexfoundry_device-snmp-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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/main commit 9516c9f86bfab3f780b93b970f8360439339a3f4 into PR head commit c3ae16284a852ece5ef2c51552053fabd1b09ae6 Merge succeeded, producing c3ae16284a852ece5ef2c51552053fabd1b09ae6 Checking out Revision c3ae16284a852ece5ef2c51552053fabd1b09ae6 (PR-289) > 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/289/head:refs/remotes/origin/PR-289 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3ae16284a852ece5ef2c51552053fabd1b09ae6 # 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 9516c9f86bfab3f780b93b970f8360439339a3f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3ae16284a852ece5ef2c51552053fabd1b09ae6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-19T05:59:15.622Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-19T05:59:15.948Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-19T05:59:16.142Z] ========================================================= [2023-04-19T05:59:16.142Z] EdgeX Global Pipelines Version Info [2023-04-19T05:59:16.142Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-19T05:59:16.962Z] ------------------- [2023-04-19T05:59:16.962Z] stable info: [2023-04-19T05:59:16.962Z] ------------------- [2023-04-19T05:59:16.962Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-19T05:59:16.962Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T05:59:16.962Z] Message: update stable to v1.0.248 [2023-04-19T05:59:17.540Z] ------------------- [2023-04-19T05:59:17.541Z] experimental info: [2023-04-19T05:59:17.541Z] ------------------- [2023-04-19T05:59:17.541Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-19T05:59:17.541Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T05:59:17.541Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-19T05:59:18.193Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-04-19T05:59:18.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-04-19T05:59:18.350Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-19T05:59:18.407Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-19T05:59:18.466Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-19T05:59:18.537Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-19T05:59:18.592Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-19T05:59:18.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-19T05:59:18.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-19T05:59:18.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-19T05:59:18.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-19T05:59:18.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-04-19T05:59:18.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-19T05:59:19.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-19T05:59:19.068Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T05:59:19.114Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T05:59:19.175Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T05:59:19.225Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T05:59:19.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-19T05:59:19.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-19T05:59:19.372Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-19T05:59:19.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-19T05:59:19.519Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-19T05:59:19.590Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-19T05:59:19.721Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-19T05:59:19.838Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-19T05:59:19.910Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-19T05:59:20.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2023-04-19T05:59:20.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2023-04-19T05:59:20.173Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2023-04-19T05:59:20.257Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3ae16284a852ece5ef2c51552053fabd1b09ae6 [Pipeline] echo [2023-04-19T05:59:20.316Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3ae162 [Pipeline] echo [2023-04-19T05:59:20.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T05:59:20.606Z] provisioning config files... [2023-04-19T05:59:20.620Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/config14597807149930857283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T05:59:21.039Z] ---> docker-login.sh [2023-04-19T05:59:21.039Z] nexus3.edgexfoundry.org:10001 [2023-04-19T05:59:21.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:21.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:21.300Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:21.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:21.300Z] [2023-04-19T05:59:21.300Z] Login Succeeded [2023-04-19T05:59:21.300Z] nexus3.edgexfoundry.org:10002 [2023-04-19T05:59:21.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:21.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:21.560Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:21.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:21.560Z] [2023-04-19T05:59:21.560Z] Login Succeeded [2023-04-19T05:59:21.560Z] nexus3.edgexfoundry.org:10003 [2023-04-19T05:59:21.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:21.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:21.560Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:21.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:21.560Z] [2023-04-19T05:59:21.560Z] Login Succeeded [2023-04-19T05:59:21.560Z] nexus3.edgexfoundry.org:10004 [2023-04-19T05:59:21.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:21.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:21.823Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:21.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:21.823Z] [2023-04-19T05:59:21.823Z] Login Succeeded [2023-04-19T05:59:21.823Z] docker.io [2023-04-19T05:59:21.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:22.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:22.113Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:22.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:22.113Z] [2023-04-19T05:59:22.113Z] Login Succeeded [2023-04-19T05:59:22.113Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T05:59:22.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-19T05:59:22.992Z] + git rev-list -1 --merges c3ae16284a852ece5ef2c51552053fabd1b09ae6~1..c3ae16284a852ece5ef2c51552053fabd1b09ae6 [Pipeline] echo [2023-04-19T05:59:23.076Z] -----------> git rev-list -1 --merges c3ae16284a852ece5ef2c51552053fabd1b09ae6~1..c3ae16284a852ece5ef2c51552053fabd1b09ae6 c3ae16284a852ece5ef2c51552053fabd1b09ae6 [false] [Pipeline] sh [2023-04-19T05:59:23.388Z] + git log --format=format:%s -1 c3ae16284a852ece5ef2c51552053fabd1b09ae6 [Pipeline] echo [2023-04-19T05:59:23.435Z] ========================================================= [2023-04-19T05:59:23.435Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-19T05:59:23.435Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T05:59:23.900Z] + git log --format=format:%s -1 c3ae16284a852ece5ef2c51552053fabd1b09ae6 [Pipeline] echo [2023-04-19T05:59:23.936Z] [semverPrep] GIT_COMMIT: c3ae16284a852ece5ef2c51552053fabd1b09ae6, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-19T05:59:23.977Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-19T05:59:24.531Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-19T05:59:24.531Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-19T05:59:24.531Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-19T05:59:24.531Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-19T05:59:24.531Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-19T05:59:24.531Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-19T05:59:24.531Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T05:59:25.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T05:59:25.220Z] [2023-04-19T05:59:25.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T05:59:25.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T05:59:25.626Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-19T05:59:25.627Z] b85a868b505f: Pulling fs layer [2023-04-19T05:59:25.627Z] e2be974225ed: Pulling fs layer [2023-04-19T05:59:25.627Z] 339a4e72a1f5: Pulling fs layer [2023-04-19T05:59:25.627Z] 988bab9f4d93: Pulling fs layer [2023-04-19T05:59:25.627Z] 1469e6f7b9e6: Pulling fs layer [2023-04-19T05:59:25.627Z] eaf3925da568: Pulling fs layer [2023-04-19T05:59:25.627Z] 988bab9f4d93: Waiting [2023-04-19T05:59:25.627Z] 1469e6f7b9e6: Waiting [2023-04-19T05:59:25.627Z] bab4dde63d76: Pulling fs layer [2023-04-19T05:59:25.627Z] eaf3925da568: Waiting [2023-04-19T05:59:25.627Z] bde34c3a00c8: Pulling fs layer [2023-04-19T05:59:25.627Z] b352a97aabf1: Pulling fs layer [2023-04-19T05:59:25.627Z] 4872d77fe225: Pulling fs layer [2023-04-19T05:59:25.627Z] 5851b861e8e6: Pulling fs layer [2023-04-19T05:59:25.627Z] 4872d77fe225: Waiting [2023-04-19T05:59:25.627Z] b352a97aabf1: Waiting [2023-04-19T05:59:25.627Z] bab4dde63d76: Waiting [2023-04-19T05:59:25.627Z] bde34c3a00c8: Waiting [2023-04-19T05:59:25.627Z] e2be974225ed: Verifying Checksum [2023-04-19T05:59:25.627Z] e2be974225ed: Download complete [2023-04-19T05:59:25.887Z] 988bab9f4d93: Verifying Checksum [2023-04-19T05:59:25.887Z] 988bab9f4d93: Download complete [2023-04-19T05:59:25.887Z] 1469e6f7b9e6: Verifying Checksum [2023-04-19T05:59:25.887Z] 1469e6f7b9e6: Download complete [2023-04-19T05:59:26.149Z] eaf3925da568: Download complete [2023-04-19T05:59:26.149Z] 339a4e72a1f5: Verifying Checksum [2023-04-19T05:59:26.149Z] 339a4e72a1f5: Download complete [2023-04-19T05:59:26.149Z] bde34c3a00c8: Verifying Checksum [2023-04-19T05:59:26.149Z] bde34c3a00c8: Download complete [2023-04-19T05:59:26.409Z] b352a97aabf1: Download complete [2023-04-19T05:59:26.409Z] b85a868b505f: Verifying Checksum [2023-04-19T05:59:26.409Z] b85a868b505f: Download complete [2023-04-19T05:59:26.409Z] 4872d77fe225: Download complete [2023-04-19T05:59:26.409Z] 5851b861e8e6: Verifying Checksum [2023-04-19T05:59:26.409Z] 5851b861e8e6: Download complete [2023-04-19T05:59:26.990Z] bab4dde63d76: Verifying Checksum [2023-04-19T05:59:26.990Z] bab4dde63d76: Download complete [2023-04-19T05:59:27.584Z] b85a868b505f: Pull complete [2023-04-19T05:59:27.584Z] e2be974225ed: Pull complete [2023-04-19T05:59:28.156Z] 339a4e72a1f5: Pull complete [2023-04-19T05:59:28.156Z] 988bab9f4d93: Pull complete [2023-04-19T05:59:28.425Z] 1469e6f7b9e6: Pull complete [2023-04-19T05:59:28.425Z] eaf3925da568: Pull complete [2023-04-19T05:59:30.344Z] bab4dde63d76: Pull complete [2023-04-19T05:59:30.344Z] bde34c3a00c8: Pull complete [2023-04-19T05:59:30.344Z] b352a97aabf1: Pull complete [2023-04-19T05:59:30.344Z] 4872d77fe225: Pull complete [2023-04-19T05:59:30.635Z] 5851b861e8e6: Pull complete [2023-04-19T05:59:30.636Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-19T05:59:30.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T05:59:30.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T05:59:31.030Z] prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container [2023-04-19T05:59:31.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-289 -v /w/workspace/gexfoundry_device-snmp-go_PR-289:/w/workspace/gexfoundry_device-snmp-go_PR-289:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-289@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-devops/py-git-semver:0.1.4 cat [2023-04-19T05:59:32.354Z] $ docker top ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a -eo pid,comm [2023-04-19T05:59:32.403Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-19T05:59:32.403Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-19T05:59:32.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T05:59:32.585Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T05:59:32.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T05:59:32.705Z] $ docker exec ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a ssh-agent [2023-04-19T05:59:32.798Z] SSH_AUTH_SOCK=/tmp/ssh-DGr4jgQY4UVu/agent.33 [2023-04-19T05:59:32.798Z] SSH_AGENT_PID=39 [2023-04-19T05:59:32.805Z] Running ssh-add (command line suppressed) [2023-04-19T05:59:32.903Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/private_key_5027166931044907214.key (/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/private_key_5027166931044907214.key) [2023-04-19T05:59:32.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T05:59:33.296Z] + git tag --points-at HEAD [Pipeline] } [2023-04-19T05:59:33.342Z] $ docker exec --env ******** --env ******** ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a ssh-agent -k [2023-04-19T05:59:33.442Z] unset SSH_AUTH_SOCK; [2023-04-19T05:59:33.442Z] unset SSH_AGENT_PID; [2023-04-19T05:59:33.443Z] echo Agent pid 39 killed; [2023-04-19T05:59:33.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-19T05:59:33.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T05:59:33.583Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T05:59:33.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T05:59:33.706Z] $ docker exec ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a ssh-agent [2023-04-19T05:59:33.830Z] SSH_AUTH_SOCK=/tmp/ssh-RGJ4jLUgV8wH/agent.71 [2023-04-19T05:59:33.830Z] SSH_AGENT_PID=77 [2023-04-19T05:59:33.838Z] Running ssh-add (command line suppressed) [2023-04-19T05:59:33.956Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/private_key_13260609962282579312.key (/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/private_key_13260609962282579312.key) [2023-04-19T05:59:33.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T05:59:34.334Z] + git semver init [2023-04-19T05:59:34.594Z] 2023-04-19 05:59:34,505 [run_init] DEBUG init version:0.0.0 force:False [2023-04-19T05:59:34.594Z] 2023-04-19 05:59:34,505 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver [2023-04-19T05:59:34.594Z] 2023-04-19 05:59:34,506 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-289/.semver [2023-04-19T05:59:34.594Z] 2023-04-19 05:59:34,506 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-289, universal_newlines=False, shell=None, istream=None) [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,257 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-289/.git/info/exclude [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,257 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver/PR-289 with force:False [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,258 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver/PR-289 [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,261 [execute] INFO git cat-file --batch-check [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,267 [execute] INFO git cat-file --batch [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-289/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T05:59:35.537Z] 2023-04-19 05:59:35,273 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-289/.semver/PR-289 [2023-04-19T05:59:35.537Z] 0.0.0 [Pipeline] } [2023-04-19T05:59:35.609Z] $ docker exec --env ******** --env ******** ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a ssh-agent -k [2023-04-19T05:59:35.702Z] unset SSH_AUTH_SOCK; [2023-04-19T05:59:35.703Z] unset SSH_AGENT_PID; [2023-04-19T05:59:35.703Z] echo Agent pid 77 killed; [2023-04-19T05:59:35.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-19T05:59:36.193Z] + git semver [Pipeline] } [2023-04-19T05:59:36.485Z] $ docker stop --time=1 ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a [2023-04-19T05:59:37.856Z] $ docker rm -f --volumes ee736ce889d725e39b506b15c8b07d10366225f01bba69b9f594f9596e03c71a [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T05:59:38.363Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-19T05:59:38.754Z] Stashed 1 file(s) [Pipeline] echo [2023-04-19T05:59:38.786Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T05:59:39.692Z] provisioning config files... [2023-04-19T05:59:39.725Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/config543437461394677548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T05:59:40.102Z] ---> docker-login.sh [2023-04-19T05:59:40.102Z] nexus3.edgexfoundry.org:10001 [2023-04-19T05:59:40.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:40.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:40.102Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:40.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:40.102Z] [2023-04-19T05:59:40.102Z] Login Succeeded [2023-04-19T05:59:40.102Z] nexus3.edgexfoundry.org:10002 [2023-04-19T05:59:40.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:40.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:40.363Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:40.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:40.363Z] [2023-04-19T05:59:40.363Z] Login Succeeded [2023-04-19T05:59:40.363Z] nexus3.edgexfoundry.org:10003 [2023-04-19T05:59:40.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:40.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:40.363Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:40.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:40.363Z] [2023-04-19T05:59:40.363Z] Login Succeeded [2023-04-19T05:59:40.363Z] nexus3.edgexfoundry.org:10004 [2023-04-19T05:59:40.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:40.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:40.641Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:40.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:40.641Z] [2023-04-19T05:59:40.641Z] Login Succeeded [2023-04-19T05:59:40.641Z] docker.io [2023-04-19T05:59:40.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T05:59:40.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T05:59:40.910Z] Configure a credential helper to remove this warning. See [2023-04-19T05:59:40.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T05:59:40.910Z] [2023-04-19T05:59:40.910Z] Login Succeeded [2023-04-19T05:59:40.910Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T05:59:40.993Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-19T05:59:41.389Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T05:59:41.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T05:59:41.526Z] ========================================================= [2023-04-19T05:59:41.526Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-19T05:59:41.526Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T05:59:42.109Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T05:59:42.109Z] Sending build context to Docker daemon 5.79MB [2023-04-19T05:59:42.109Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T05:59:42.109Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T05:59:42.109Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-19T05:59:42.109Z] 63b65145d645: Pulling fs layer [2023-04-19T05:59:42.109Z] a2d21d5440eb: Pulling fs layer [2023-04-19T05:59:42.109Z] 935e6c44a52c: Pulling fs layer [2023-04-19T05:59:42.109Z] 94cc34f8dd06: Pulling fs layer [2023-04-19T05:59:42.109Z] 30dea6a524f1: Pulling fs layer [2023-04-19T05:59:42.109Z] a2aff8979fd8: Pulling fs layer [2023-04-19T05:59:42.109Z] 6808be2612f2: Pulling fs layer [2023-04-19T05:59:42.109Z] f25807f1079a: Pulling fs layer [2023-04-19T05:59:42.109Z] 30dea6a524f1: Waiting [2023-04-19T05:59:42.109Z] f25807f1079a: Waiting [2023-04-19T05:59:42.109Z] a2aff8979fd8: Waiting [2023-04-19T05:59:42.109Z] 6808be2612f2: Waiting [2023-04-19T05:59:42.109Z] 94cc34f8dd06: Waiting [2023-04-19T05:59:42.109Z] a2d21d5440eb: Download complete [2023-04-19T05:59:42.369Z] 94cc34f8dd06: Verifying Checksum [2023-04-19T05:59:42.369Z] 94cc34f8dd06: Download complete [2023-04-19T05:59:42.369Z] 30dea6a524f1: Download complete [2023-04-19T05:59:42.369Z] 63b65145d645: Verifying Checksum [2023-04-19T05:59:42.369Z] 63b65145d645: Download complete [2023-04-19T05:59:42.369Z] 63b65145d645: Pull complete [2023-04-19T05:59:42.631Z] a2aff8979fd8: Verifying Checksum [2023-04-19T05:59:42.631Z] a2aff8979fd8: Download complete [2023-04-19T05:59:42.631Z] a2d21d5440eb: Pull complete [2023-04-19T05:59:44.037Z] 935e6c44a52c: Verifying Checksum [2023-04-19T05:59:44.037Z] 935e6c44a52c: Download complete [2023-04-19T05:59:44.037Z] f25807f1079a: Verifying Checksum [2023-04-19T05:59:44.037Z] f25807f1079a: Download complete [2023-04-19T05:59:44.629Z] 6808be2612f2: Verifying Checksum [2023-04-19T05:59:44.629Z] 6808be2612f2: Download complete [2023-04-19T05:59:47.915Z] 935e6c44a52c: Pull complete [2023-04-19T05:59:47.915Z] 94cc34f8dd06: Pull complete [2023-04-19T05:59:47.915Z] 30dea6a524f1: Pull complete [2023-04-19T05:59:47.915Z] a2aff8979fd8: Pull complete [2023-04-19T05:59:49.838Z] 6808be2612f2: Pull complete [2023-04-19T05:59:50.781Z] f25807f1079a: Pull complete [2023-04-19T05:59:50.781Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-19T05:59:50.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-19T05:59:50.781Z] ---> 3b553350e43f [2023-04-19T05:59:50.781Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T05:59:52.164Z] ---> Running in 65772dcda64e [2023-04-19T05:59:52.164Z] Removing intermediate container 65772dcda64e [2023-04-19T05:59:52.164Z] ---> e3a966871633 [2023-04-19T05:59:52.164Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T05:59:52.164Z] ---> Running in 695ecf8b75d8 [2023-04-19T05:59:52.164Z] Removing intermediate container 695ecf8b75d8 [2023-04-19T05:59:52.164Z] ---> 1ab0d6b48ff9 [2023-04-19T05:59:52.164Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-19T05:59:52.164Z] ---> Running in 5735ce2dd117 [2023-04-19T05:59:52.425Z] Removing intermediate container 5735ce2dd117 [2023-04-19T05:59:52.425Z] ---> b85d3fddc08a [2023-04-19T05:59:52.425Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T05:59:52.425Z] ---> Running in 116fe69f001d [2023-04-19T05:59:52.425Z] Removing intermediate container 116fe69f001d [2023-04-19T05:59:52.425Z] ---> 82530284a62f [2023-04-19T05:59:52.425Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T05:59:52.692Z] ---> Running in 9c9375ae197a [2023-04-19T05:59:52.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T05:59:52.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T05:59:53.234Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-19T05:59:53.234Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-19T05:59:53.234Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-19T05:59:53.234Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-19T05:59:53.234Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T05:59:53.234Z] OK: 269 MiB in 57 packages [2023-04-19T05:59:53.511Z] Removing intermediate container 9c9375ae197a [2023-04-19T05:59:53.511Z] ---> 0047cf78644f [2023-04-19T05:59:53.511Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-19T05:59:53.511Z] ---> Running in 155093ffd45b [2023-04-19T05:59:53.771Z] Removing intermediate container 155093ffd45b [2023-04-19T05:59:53.771Z] ---> 494abc8ccf9b [2023-04-19T05:59:53.771Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-19T05:59:53.771Z] ---> 6cf8ee126af1 [2023-04-19T05:59:53.771Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T05:59:53.771Z] ---> Running in 4074c49a86b8 [2023-04-19T05:59:54.438Z] Still waiting to schedule task [2023-04-19T05:59:54.438Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-19T06:00:32.568Z] Removing intermediate container 4074c49a86b8 [2023-04-19T06:00:32.568Z] ---> ba0f3816fa64 [2023-04-19T06:00:32.568Z] Step 11/12 : COPY . . [2023-04-19T06:00:32.568Z] ---> 8755ac896206 [2023-04-19T06:00:32.568Z] Step 12/12 : RUN ${MAKE} [2023-04-19T06:00:32.568Z] ---> Running in 3900d1cf71a7 [2023-04-19T06:00:32.568Z] noop [2023-04-19T06:00:32.568Z] Removing intermediate container 3900d1cf71a7 [2023-04-19T06:00:32.568Z] ---> 92e9b535c294 [2023-04-19T06:00:32.568Z] Successfully built 92e9b535c294 [2023-04-19T06:00:32.568Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:00:33.078Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T06:00:33.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:00:33.284Z] prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container [2023-04-19T06:00:33.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-289 -v /w/workspace/gexfoundry_device-snmp-go_PR-289:/w/workspace/gexfoundry_device-snmp-go_PR-289:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T06:00:33.719Z] $ docker top d73dffb171a5874c898b5a5bf67c1c5ca8b0b31c2542339a31e9897d5560de6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T06:00:34.158Z] + go version [2023-04-19T06:00:34.158Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-19T06:00:34.197Z] $ docker stop --time=1 d73dffb171a5874c898b5a5bf67c1c5ca8b0b31c2542339a31e9897d5560de6e [2023-04-19T06:00:35.526Z] $ docker rm -f --volumes d73dffb171a5874c898b5a5bf67c1c5ca8b0b31c2542339a31e9897d5560de6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:00:36.505Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T06:00:36.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:00:36.811Z] prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container [2023-04-19T06:00:36.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-snmp-go_PR-289 -v /w/workspace/gexfoundry_device-snmp-go_PR-289:/w/workspace/gexfoundry_device-snmp-go_PR-289:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T06:00:37.282Z] $ docker top 567b1a735604d6e9bdc41fee60e6ceb8a5a8fb069d60c9abca3ca35c71d21095 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T06:00:37.696Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-289 [Pipeline] fileExists [Pipeline] sh [2023-04-19T06:00:38.075Z] + make test [2023-04-19T06:00:38.075Z] go test ./... -coverprofile=coverage.out [2023-04-19T06:00:42.275Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-19T06:00:52.273Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-19T06:00:52.273Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.009s coverage: 0.0% of statements [2023-04-19T06:00:58.837Z] go vet ./... [2023-04-19T06:01:02.143Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T06:01:02.143Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T06:01:02.143Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-19T06:01:02.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T06:01:02.277Z] $ docker stop --time=1 567b1a735604d6e9bdc41fee60e6ceb8a5a8fb069d60c9abca3ca35c71d21095 [2023-04-19T06:01:04.274Z] $ docker rm -f --volumes 567b1a735604d6e9bdc41fee60e6ceb8a5a8fb069d60c9abca3ca35c71d21095 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T06:01:04.829Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T06:01:04.934Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-19T06:01:06.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T06:01:06.401Z] + ls -al . [2023-04-19T06:01:06.401Z] total 172 [2023-04-19T06:01:06.401Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 06:00 . [2023-04-19T06:01:06.401Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 05:59 .. [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 19 05:59 .dockerignore [2023-04-19T06:01:06.401Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 05:59 .git [2023-04-19T06:01:06.401Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 05:59 .github [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 19 05:59 .gitignore [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 05:59 .golangci.yml [2023-04-19T06:01:06.401Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 05:59 .semver [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 19 05:59 Attribution.txt [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 19 05:59 CHANGELOG.md [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 19 05:59 Dockerfile [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 05:59 GOVERNANCE.md [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 19 05:59 Jenkinsfile [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 05:59 LICENSE [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 19 05:59 Makefile [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 19 05:59 OWNERS.md [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 19 05:59 README.md [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 05:59 VERSION [2023-04-19T06:01:06.401Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 05:59 bin [2023-04-19T06:01:06.401Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 05:59 cmd [2023-04-19T06:01:06.401Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 19 06:00 coverage.out [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 19 05:59 go.mod [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 19 05:59 go.sum [2023-04-19T06:01:06.401Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 05:59 internal [2023-04-19T06:01:06.401Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 05:59 snap [2023-04-19T06:01:06.401Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 19 05:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:01:06.823Z] + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c3ae16284a852ece5ef2c51552053fabd1b09ae6 --label arch=amd64 --label version=0.0.0 . [2023-04-19T06:01:06.823Z] Sending build context to Docker daemon 5.8MB [2023-04-19T06:01:06.823Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T06:01:06.823Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-19T06:01:06.823Z] ---> 92e9b535c294 [2023-04-19T06:01:06.823Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-19T06:01:06.823Z] ---> Running in 7adcfe8447ba [2023-04-19T06:01:07.082Z] Removing intermediate container 7adcfe8447ba [2023-04-19T06:01:07.082Z] ---> 7f12293d4953 [2023-04-19T06:01:07.082Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T06:01:07.082Z] ---> Running in 8489054f2970 [2023-04-19T06:01:07.082Z] Removing intermediate container 8489054f2970 [2023-04-19T06:01:07.082Z] ---> ae1754c6b738 [2023-04-19T06:01:07.082Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-19T06:01:07.082Z] ---> Running in 4688d1cc0238 [2023-04-19T06:01:07.343Z] Removing intermediate container 4688d1cc0238 [2023-04-19T06:01:07.343Z] ---> 6b2b19128d4f [2023-04-19T06:01:07.343Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T06:01:07.343Z] ---> Running in 63dc2fd47e6e [2023-04-19T06:01:07.343Z] Removing intermediate container 63dc2fd47e6e [2023-04-19T06:01:07.343Z] ---> 75fea2d8f459 [2023-04-19T06:01:07.343Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T06:01:07.343Z] ---> Running in efdf42f32aad [2023-04-19T06:01:07.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T06:01:07.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T06:01:08.418Z] OK: 269 MiB in 57 packages [2023-04-19T06:01:08.418Z] Removing intermediate container efdf42f32aad [2023-04-19T06:01:08.418Z] ---> 438b2577632d [2023-04-19T06:01:08.418Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-19T06:01:08.418Z] ---> Running in fcf2ef2a2b72 [2023-04-19T06:01:08.896Z] Removing intermediate container fcf2ef2a2b72 [2023-04-19T06:01:08.896Z] ---> 5e0141b36281 [2023-04-19T06:01:08.896Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-19T06:01:08.896Z] ---> 1ce05c8ec856 [2023-04-19T06:01:08.896Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T06:01:08.896Z] ---> Running in 6ab0b28bd98f [2023-04-19T06:01:09.611Z] Removing intermediate container 6ab0b28bd98f [2023-04-19T06:01:09.611Z] ---> b0806496c07a [2023-04-19T06:01:09.611Z] Step 11/24 : COPY . . [2023-04-19T06:01:09.611Z] ---> 612d2aebd233 [2023-04-19T06:01:09.611Z] Step 12/24 : RUN ${MAKE} [2023-04-19T06:01:09.611Z] ---> Running in 82525f71b189 [2023-04-19T06:01:09.892Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-04-19T06:01:28.053Z] Removing intermediate container 82525f71b189 [2023-04-19T06:01:28.053Z] ---> 5537151062b0 [2023-04-19T06:01:28.053Z] Step 13/24 : FROM alpine:3.17 [2023-04-19T06:01:28.053Z] 3.17: Pulling from library/alpine [2023-04-19T06:01:28.053Z] f56be85fc22e: Pulling fs layer [2023-04-19T06:01:28.053Z] f56be85fc22e: Verifying Checksum [2023-04-19T06:01:28.053Z] f56be85fc22e: Download complete [2023-04-19T06:01:28.053Z] f56be85fc22e: Pull complete [2023-04-19T06:01:28.053Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T06:01:28.053Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T06:01:28.053Z] ---> 9ed4aefc74f6 [2023-04-19T06:01:28.053Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-19T06:01:28.053Z] ---> Running in f47851c26221 [2023-04-19T06:01:28.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T06:01:28.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T06:01:28.053Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-19T06:01:28.053Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T06:01:28.053Z] OK: 7 MiB in 16 packages [2023-04-19T06:01:28.323Z] Removing intermediate container f47851c26221 [2023-04-19T06:01:28.323Z] ---> 5d169994f74e [2023-04-19T06:01:28.323Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-19T06:01:28.921Z] ---> 85c3e6602952 [2023-04-19T06:01:28.921Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-19T06:01:29.216Z] ---> 900a4273e08d [2023-04-19T06:01:29.216Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-19T06:01:29.216Z] ---> e1ff49e82d50 [2023-04-19T06:01:29.216Z] Step 18/24 : EXPOSE 59993 [2023-04-19T06:01:29.216Z] ---> Running in 9abfcd6409c7 [2023-04-19T06:01:29.216Z] Removing intermediate container 9abfcd6409c7 [2023-04-19T06:01:29.216Z] ---> 15e6d62ea694 [2023-04-19T06:01:29.216Z] Step 19/24 : EXPOSE 161 [2023-04-19T06:01:29.506Z] ---> Running in 22fd58c3c9ce [2023-04-19T06:01:29.506Z] Removing intermediate container 22fd58c3c9ce [2023-04-19T06:01:29.506Z] ---> 7d1cf8647429 [2023-04-19T06:01:29.506Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-19T06:01:29.506Z] ---> Running in 179f410d3b25 [2023-04-19T06:01:29.506Z] Removing intermediate container 179f410d3b25 [2023-04-19T06:01:29.506Z] ---> 93ea75aaee06 [2023-04-19T06:01:29.506Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-19T06:01:29.506Z] ---> Running in 191fc8493300 [2023-04-19T06:01:29.771Z] Removing intermediate container 191fc8493300 [2023-04-19T06:01:29.771Z] ---> 9be99d80c214 [2023-04-19T06:01:29.771Z] Step 22/24 : LABEL arch=amd64 [2023-04-19T06:01:29.771Z] ---> Running in 389a19c2426d [2023-04-19T06:01:29.771Z] Removing intermediate container 389a19c2426d [2023-04-19T06:01:29.771Z] ---> bc2bcedcba76 [2023-04-19T06:01:29.771Z] Step 23/24 : LABEL git_sha=c3ae16284a852ece5ef2c51552053fabd1b09ae6 [2023-04-19T06:01:29.771Z] ---> Running in 56cad1656efd [2023-04-19T06:01:29.771Z] Removing intermediate container 56cad1656efd [2023-04-19T06:01:29.771Z] ---> 1db8fc70192f [2023-04-19T06:01:29.771Z] Step 24/24 : LABEL version=0.0.0 [2023-04-19T06:01:29.771Z] ---> Running in 190a5b3923fb [2023-04-19T06:01:30.039Z] Removing intermediate container 190a5b3923fb [2023-04-19T06:01:30.039Z] ---> 865e931cb768 [2023-04-19T06:01:30.039Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T06:01:30.039Z] Successfully built 865e931cb768 [2023-04-19T06:01:30.039Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:01:31.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T06:01:31.384Z] [2023-04-19T06:01:31.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:01:31.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T06:01:31.919Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-19T06:01:31.919Z] 5eb5b503b376: Pulling fs layer [2023-04-19T06:01:31.919Z] 5c69ac0246d0: Pulling fs layer [2023-04-19T06:01:31.919Z] ec43610c2a17: Pulling fs layer [2023-04-19T06:01:31.919Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-19T06:01:31.919Z] 33b1e0a273af: Pulling fs layer [2023-04-19T06:01:31.919Z] 5d3b04190fa2: Pulling fs layer [2023-04-19T06:01:31.919Z] 2f39f015ded8: Pulling fs layer [2023-04-19T06:01:31.919Z] 5d3b04190fa2: Waiting [2023-04-19T06:01:31.919Z] 2f39f015ded8: Waiting [2023-04-19T06:01:31.919Z] 3a2ae6a8a46f: Waiting [2023-04-19T06:01:31.919Z] 5c69ac0246d0: Download complete [2023-04-19T06:01:31.919Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-19T06:01:31.919Z] 3a2ae6a8a46f: Download complete [2023-04-19T06:01:32.191Z] ec43610c2a17: Verifying Checksum [2023-04-19T06:01:32.191Z] ec43610c2a17: Download complete [2023-04-19T06:01:32.191Z] 33b1e0a273af: Verifying Checksum [2023-04-19T06:01:32.191Z] 33b1e0a273af: Download complete [2023-04-19T06:01:32.191Z] 5d3b04190fa2: Verifying Checksum [2023-04-19T06:01:32.191Z] 5d3b04190fa2: Download complete [2023-04-19T06:01:32.468Z] 5eb5b503b376: Verifying Checksum [2023-04-19T06:01:32.469Z] 5eb5b503b376: Download complete [2023-04-19T06:01:33.848Z] 5eb5b503b376: Pull complete [2023-04-19T06:01:33.848Z] 2f39f015ded8: Download complete [2023-04-19T06:01:33.848Z] 5c69ac0246d0: Pull complete [2023-04-19T06:01:34.125Z] ec43610c2a17: Pull complete [2023-04-19T06:01:34.396Z] 3a2ae6a8a46f: Pull complete [2023-04-19T06:01:34.396Z] 33b1e0a273af: Pull complete [2023-04-19T06:01:34.396Z] 5d3b04190fa2: Pull complete [2023-04-19T06:01:35.219Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9067 in /w/workspace/gexfoundry_device-snmp-go_PR-289 [Pipeline] { [Pipeline] ws [2023-04-19T06:01:35.282Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-19T06:01:35.437Z] Selected Git installation does not exist. Using Default [2023-04-19T06:01:35.437Z] The recommended git tool is: NONE [2023-04-19T06:01:38.621Z] 2f39f015ded8: Pull complete [2023-04-19T06:01:38.621Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-19T06:01:38.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T06:01:38.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:01:38.913Z] prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container [2023-04-19T06:01:38.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-289 -v /w/workspace/gexfoundry_device-snmp-go_PR-289:/w/workspace/gexfoundry_device-snmp-go_PR-289:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T06:01:40.598Z] $ docker top aca2292a348747d4459f53fdc27f74e8b068b6a0b1ef2d19683192063d862d82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:01:41.271Z] ---> job-cost.sh [2023-04-19T06:01:41.271Z] lf-activate-venv: SKIPPING [2023-04-19T06:01:41.271Z] INFO: No Stack... [2023-04-19T06:01:41.529Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T06:01:41.714Z] using credential edgex-jenkins-ssh [2023-04-19T06:01:41.738Z] Cloning the remote Git repository [2023-04-19T06:01:41.801Z] INFO: Archiving Costs [2023-04-19T06:01:41.783Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [Pipeline] sh [2023-04-19T06:01:42.176Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-289/archives/cost.csv [2023-04-19T06:01:42.176Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T06:01:42.224Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [2023-04-19T06:01:42.230Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] did not exist. Created. [2023-04-19T06:01:42.230Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T06:01:42.659Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-19T06:01:42.718Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T06:01:42.760Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T06:01:42.850Z] $ docker stop --time=1 aca2292a348747d4459f53fdc27f74e8b068b6a0b1ef2d19683192063d862d82 [2023-04-19T06:01:41.912Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-04-19T06:01:42.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-19T06:01:42.093Z] > git --version # timeout=10 [2023-04-19T06:01:42.124Z] > git --version # 'git version 2.25.1' [2023-04-19T06:01:42.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T06:01:42.317Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-19T06:01:44.022Z] $ docker rm -f --volumes aca2292a348747d4459f53fdc27f74e8b068b6a0b1ef2d19683192063d862d82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-04-19T06:01:43.348Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-19T06:01:43.372Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-19T06:01:44.457Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [Pipeline] // stage [Pipeline] } [2023-04-19T06:01:45.073Z] Merging remotes/origin/main commit 9516c9f86bfab3f780b93b970f8360439339a3f4 into PR head commit c3ae16284a852ece5ef2c51552053fabd1b09ae6 [2023-04-19T06:01:45.389Z] Merge succeeded, producing c3ae16284a852ece5ef2c51552053fabd1b09ae6 [2023-04-19T06:01:45.389Z] Checking out Revision c3ae16284a852ece5ef2c51552053fabd1b09ae6 (PR-289) [2023-04-19T06:01:44.510Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-19T06:01:44.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T06:01:44.533Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-19T06:01:45.090Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T06:01:45.164Z] > git checkout -f c3ae16284a852ece5ef2c51552053fabd1b09ae6 # timeout=10 [2023-04-19T06:01:45.271Z] > git remote # timeout=10 [2023-04-19T06:01:45.291Z] > git config --get remote.origin.url # timeout=10 [2023-04-19T06:01:45.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T06:01:45.338Z] > git merge 9516c9f86bfab3f780b93b970f8360439339a3f4 # timeout=10 [2023-04-19T06:01:45.364Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-19T06:01:45.391Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T06:01:45.406Z] > git checkout -f c3ae16284a852ece5ef2c51552053fabd1b09ae6 # timeout=10 [2023-04-19T06:01:45.893Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-19T06:01:45.941Z] > git --version # timeout=10 [2023-04-19T06:01:45.954Z] > git --version # 'git version 2.25.1' [2023-04-19T06:01:45.978Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T06:01:47.423Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-19T06:01:47.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T06:01:47.423Z] Dload Upload Total Spent Left Speed [2023-04-19T06:01:47.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh [2023-04-19T06:01:48.227Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-19T06:01:48.638Z] + sudo tee /etc/docker/daemon.new [2023-04-19T06:01:48.638Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-19T06:01:48.638Z] { [2023-04-19T06:01:48.638Z] "registry-mirrors": [ [2023-04-19T06:01:48.638Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-19T06:01:48.638Z] ], [2023-04-19T06:01:48.638Z] "bip": "10.250.0.254/24", [2023-04-19T06:01:48.638Z] "hosts": [ [2023-04-19T06:01:48.638Z] "tcp://0.0.0.0:5555", [2023-04-19T06:01:48.638Z] "unix:///var/run/docker.sock" [2023-04-19T06:01:48.638Z] ], [2023-04-19T06:01:48.638Z] "mtu": 1458, [2023-04-19T06:01:48.638Z] "selinux-enabled": true, [2023-04-19T06:01:48.638Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-19T06:01:48.638Z] } [Pipeline] sh [2023-04-19T06:01:49.017Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-19T06:01:49.376Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T06:02:07.903Z] provisioning config files... [2023-04-19T06:02:07.932Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config13728936931451179003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:02:08.359Z] ---> docker-login.sh [2023-04-19T06:02:08.359Z] nexus3.edgexfoundry.org:10001 [2023-04-19T06:02:08.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T06:02:08.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T06:02:08.952Z] Configure a credential helper to remove this warning. See [2023-04-19T06:02:08.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T06:02:08.952Z] [2023-04-19T06:02:08.952Z] Login Succeeded [2023-04-19T06:02:08.952Z] nexus3.edgexfoundry.org:10002 [2023-04-19T06:02:09.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T06:02:09.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T06:02:09.223Z] Configure a credential helper to remove this warning. See [2023-04-19T06:02:09.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T06:02:09.223Z] [2023-04-19T06:02:09.223Z] Login Succeeded [2023-04-19T06:02:09.495Z] nexus3.edgexfoundry.org:10003 [2023-04-19T06:02:09.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T06:02:09.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T06:02:09.765Z] Configure a credential helper to remove this warning. See [2023-04-19T06:02:09.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T06:02:09.765Z] [2023-04-19T06:02:09.765Z] Login Succeeded [2023-04-19T06:02:09.765Z] nexus3.edgexfoundry.org:10004 [2023-04-19T06:02:10.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T06:02:10.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T06:02:10.040Z] Configure a credential helper to remove this warning. See [2023-04-19T06:02:10.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T06:02:10.040Z] [2023-04-19T06:02:10.040Z] Login Succeeded [2023-04-19T06:02:10.040Z] docker.io [2023-04-19T06:02:10.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T06:02:10.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T06:02:10.654Z] Configure a credential helper to remove this warning. See [2023-04-19T06:02:10.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T06:02:10.654Z] [2023-04-19T06:02:10.654Z] Login Succeeded [2023-04-19T06:02:10.654Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T06:02:10.690Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-19T06:02:11.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T06:02:11.309Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T06:02:11.375Z] ========================================================= [2023-04-19T06:02:11.376Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-19T06:02:11.376Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:02:11.917Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T06:02:14.542Z] Sending build context to Docker daemon 2.995MB [2023-04-19T06:02:14.542Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T06:02:14.542Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T06:02:14.542Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-19T06:02:14.542Z] af6eaf76a39c: Pulling fs layer [2023-04-19T06:02:14.542Z] 55522c791124: Pulling fs layer [2023-04-19T06:02:14.542Z] ce5c4a1c91eb: Pulling fs layer [2023-04-19T06:02:14.542Z] 169dfbe0d373: Pulling fs layer [2023-04-19T06:02:14.542Z] e1ff8fa3b103: Pulling fs layer [2023-04-19T06:02:14.542Z] 52ebb69f0ebf: Pulling fs layer [2023-04-19T06:02:14.542Z] 5abe8eddf0d5: Pulling fs layer [2023-04-19T06:02:14.542Z] 169dfbe0d373: Waiting [2023-04-19T06:02:14.542Z] e1ff8fa3b103: Waiting [2023-04-19T06:02:14.542Z] 52ebb69f0ebf: Waiting [2023-04-19T06:02:14.542Z] 5abe8eddf0d5: Waiting [2023-04-19T06:02:14.542Z] 55522c791124: Verifying Checksum [2023-04-19T06:02:14.542Z] 55522c791124: Download complete [2023-04-19T06:02:14.542Z] 169dfbe0d373: Verifying Checksum [2023-04-19T06:02:14.542Z] 169dfbe0d373: Download complete [2023-04-19T06:02:14.818Z] e1ff8fa3b103: Download complete [2023-04-19T06:02:14.818Z] af6eaf76a39c: Verifying Checksum [2023-04-19T06:02:15.408Z] af6eaf76a39c: Pull complete [2023-04-19T06:02:16.000Z] 55522c791124: Pull complete [2023-04-19T06:02:16.272Z] 5abe8eddf0d5: Verifying Checksum [2023-04-19T06:02:16.272Z] 5abe8eddf0d5: Download complete [2023-04-19T06:02:17.281Z] ce5c4a1c91eb: Download complete [2023-04-19T06:02:17.552Z] 52ebb69f0ebf: Verifying Checksum [2023-04-19T06:02:17.552Z] 52ebb69f0ebf: Download complete [2023-04-19T06:02:30.022Z] ce5c4a1c91eb: Pull complete [2023-04-19T06:02:30.022Z] 169dfbe0d373: Pull complete [2023-04-19T06:02:30.022Z] e1ff8fa3b103: Pull complete [2023-04-19T06:02:35.405Z] 52ebb69f0ebf: Pull complete [2023-04-19T06:02:38.008Z] 5abe8eddf0d5: Pull complete [2023-04-19T06:02:38.008Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-19T06:02:38.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-19T06:02:38.008Z] ---> 6cb57ee374ae [2023-04-19T06:02:38.008Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T06:02:39.450Z] ---> Running in d1b96e4d325b [2023-04-19T06:02:39.450Z] Removing intermediate container d1b96e4d325b [2023-04-19T06:02:39.450Z] ---> 896ab5310f75 [2023-04-19T06:02:39.450Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T06:02:39.747Z] ---> Running in ae140bda38b9 [2023-04-19T06:02:40.018Z] Removing intermediate container ae140bda38b9 [2023-04-19T06:02:40.018Z] ---> ed3a408a0a39 [2023-04-19T06:02:40.018Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-19T06:02:40.018Z] ---> Running in 0d541a3fc3cc [2023-04-19T06:02:40.317Z] Removing intermediate container 0d541a3fc3cc [2023-04-19T06:02:40.317Z] ---> 397ae6bb1fac [2023-04-19T06:02:40.317Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T06:02:40.317Z] ---> Running in 8c4b9fae8246 [2023-04-19T06:02:40.591Z] Removing intermediate container 8c4b9fae8246 [2023-04-19T06:02:40.591Z] ---> 74449b13af5e [2023-04-19T06:02:40.591Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T06:02:40.862Z] ---> Running in 07fe37f868d3 [2023-04-19T06:02:41.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T06:02:42.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T06:02:43.450Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-19T06:02:43.450Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-19T06:02:43.450Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-19T06:02:43.450Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-19T06:02:43.450Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T06:02:43.450Z] OK: 268 MiB in 57 packages [2023-04-19T06:02:44.419Z] Removing intermediate container 07fe37f868d3 [2023-04-19T06:02:44.419Z] ---> 149068940d2b [2023-04-19T06:02:44.419Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-19T06:02:44.419Z] ---> Running in 62875de9b710 [2023-04-19T06:02:44.695Z] Removing intermediate container 62875de9b710 [2023-04-19T06:02:44.695Z] ---> 6e05e0093d90 [2023-04-19T06:02:44.695Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-19T06:02:45.296Z] ---> 6011565e0b6b [2023-04-19T06:02:45.296Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T06:02:45.296Z] ---> Running in 6b120fdf2a0d [2023-04-19T06:03:53.263Z] Removing intermediate container 6b120fdf2a0d [2023-04-19T06:03:53.263Z] ---> cc9f9fc8fccb [2023-04-19T06:03:53.263Z] Step 11/12 : COPY . . [2023-04-19T06:03:53.263Z] ---> cd3719802131 [2023-04-19T06:03:53.263Z] Step 12/12 : RUN ${MAKE} [2023-04-19T06:03:53.263Z] ---> Running in 7bd06891607c [2023-04-19T06:03:53.263Z] noop [2023-04-19T06:03:53.263Z] Removing intermediate container 7bd06891607c [2023-04-19T06:03:53.263Z] ---> 6f922f08ea94 [2023-04-19T06:03:53.263Z] Successfully built 6f922f08ea94 [2023-04-19T06:03:53.263Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:03:53.790Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T06:03:53.790Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:03:54.106Z] prd-ubuntu20.04-docker-arm64-4c-16g-9067 does not seem to be running inside a container [2023-04-19T06:03:54.180Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T06:03:55.394Z] $ docker top 602b1de0baef8a7cdf979a0c86244030fc4eb35c1aecdc2137bc031fca2efec6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T06:03:56.354Z] + go version [2023-04-19T06:03:56.354Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-19T06:03:56.448Z] $ docker stop --time=1 602b1de0baef8a7cdf979a0c86244030fc4eb35c1aecdc2137bc031fca2efec6 [2023-04-19T06:03:58.056Z] $ docker rm -f --volumes 602b1de0baef8a7cdf979a0c86244030fc4eb35c1aecdc2137bc031fca2efec6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:03:59.270Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T06:03:59.270Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:03:59.584Z] prd-ubuntu20.04-docker-arm64-4c-16g-9067 does not seem to be running inside a container [2023-04-19T06:03:59.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T06:04:01.270Z] $ docker top 61a726d8f0f9b7dcd42d7c912a2332e0ab8894334cc9bc5dc066142b35d12c44 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T06:04:01.876Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-19T06:04:02.354Z] + make test [2023-04-19T06:04:02.629Z] go test ./... -coverprofile=coverage.out [2023-04-19T06:04:34.893Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-19T06:06:26.671Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-19T06:06:26.671Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.048s coverage: 0.0% of statements [2023-04-19T06:06:26.671Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-19T06:06:26.671Z] go vet ./... [2023-04-19T06:06:41.905Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T06:06:41.905Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T06:06:41.905Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-19T06:06:41.953Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T06:06:41.984Z] $ docker stop --time=1 61a726d8f0f9b7dcd42d7c912a2332e0ab8894334cc9bc5dc066142b35d12c44 [2023-04-19T06:06:43.796Z] $ docker rm -f --volumes 61a726d8f0f9b7dcd42d7c912a2332e0ab8894334cc9bc5dc066142b35d12c44 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T06:06:44.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T06:06:45.034Z] Warning: overwriting stash ‘coverage-report’ [2023-04-19T06:06:45.514Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T06:06:46.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T06:06:46.512Z] + ls -al . [2023-04-19T06:06:46.512Z] total 168 [2023-04-19T06:06:46.512Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:04 . [2023-04-19T06:06:46.512Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:01 .. [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 19 06:01 .dockerignore [2023-04-19T06:06:46.512Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:01 .git [2023-04-19T06:06:46.512Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:01 .github [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 19 06:01 .gitignore [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 06:01 .golangci.yml [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 19 06:01 Attribution.txt [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 19 06:01 CHANGELOG.md [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 19 06:01 Dockerfile [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 06:01 GOVERNANCE.md [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 19 06:01 Jenkinsfile [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 06:01 LICENSE [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 19 06:01 Makefile [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 19 06:01 OWNERS.md [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 19 06:01 README.md [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 05:59 VERSION [2023-04-19T06:06:46.512Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:01 bin [2023-04-19T06:06:46.512Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:01 cmd [2023-04-19T06:06:46.512Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 19 06:06 coverage.out [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 19 06:01 go.mod [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 19 06:01 go.sum [2023-04-19T06:06:46.512Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:01 internal [2023-04-19T06:06:46.512Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:01 snap [2023-04-19T06:06:46.512Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 19 06:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:06:47.240Z] + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c3ae16284a852ece5ef2c51552053fabd1b09ae6 --label arch=arm64 --label version=0.0.0 . [2023-04-19T06:06:47.599Z] Sending build context to Docker daemon 3.005MB [2023-04-19T06:06:47.599Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T06:06:47.599Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-19T06:06:47.599Z] ---> 6f922f08ea94 [2023-04-19T06:06:47.599Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-19T06:06:48.038Z] ---> Running in 5056ac06ac05 [2023-04-19T06:06:48.038Z] Removing intermediate container 5056ac06ac05 [2023-04-19T06:06:48.038Z] ---> 66edb6527d46 [2023-04-19T06:06:48.038Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T06:06:48.038Z] ---> Running in c48860148cc8 [2023-04-19T06:06:48.445Z] Removing intermediate container c48860148cc8 [2023-04-19T06:06:48.445Z] ---> 11e13c3edda2 [2023-04-19T06:06:48.445Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-19T06:06:48.722Z] ---> Running in 64b72a9da517 [2023-04-19T06:06:48.722Z] Removing intermediate container 64b72a9da517 [2023-04-19T06:06:48.722Z] ---> ee53db36fe88 [2023-04-19T06:06:48.722Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T06:06:49.008Z] ---> Running in 0de2b87f0062 [2023-04-19T06:06:49.285Z] Removing intermediate container 0de2b87f0062 [2023-04-19T06:06:49.285Z] ---> af76c470ff2d [2023-04-19T06:06:49.285Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T06:06:49.285Z] ---> Running in 8db7c204a04a [2023-04-19T06:06:50.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T06:06:50.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T06:06:51.887Z] OK: 268 MiB in 57 packages [2023-04-19T06:06:53.009Z] Removing intermediate container 8db7c204a04a [2023-04-19T06:06:53.009Z] ---> 2a4a5bc840df [2023-04-19T06:06:53.009Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-19T06:06:53.362Z] ---> Running in fbca72dbe12f [2023-04-19T06:06:53.362Z] Removing intermediate container fbca72dbe12f [2023-04-19T06:06:53.362Z] ---> 7afd3c0cee7c [2023-04-19T06:06:53.362Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-19T06:06:54.043Z] ---> cc75ec1a7260 [2023-04-19T06:06:54.043Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T06:06:54.043Z] ---> Running in f7ef8250df44 [2023-04-19T06:06:56.648Z] Removing intermediate container f7ef8250df44 [2023-04-19T06:06:56.648Z] ---> 8336f1e3a425 [2023-04-19T06:06:56.648Z] Step 11/24 : COPY . . [2023-04-19T06:06:57.250Z] ---> f342178b1ad2 [2023-04-19T06:06:57.250Z] Step 12/24 : RUN ${MAKE} [2023-04-19T06:06:57.250Z] ---> Running in 22af7787f44a [2023-04-19T06:06:58.216Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-04-19T06:09:04.960Z] Removing intermediate container 22af7787f44a [2023-04-19T06:09:04.960Z] ---> e3396c920015 [2023-04-19T06:09:04.960Z] Step 13/24 : FROM alpine:3.17 [2023-04-19T06:09:04.960Z] 3.17: Pulling from library/alpine [2023-04-19T06:09:04.960Z] c41833b44d91: Pulling fs layer [2023-04-19T06:09:04.960Z] c41833b44d91: Verifying Checksum [2023-04-19T06:09:04.960Z] c41833b44d91: Download complete [2023-04-19T06:09:04.960Z] c41833b44d91: Pull complete [2023-04-19T06:09:04.960Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T06:09:04.960Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T06:09:04.960Z] ---> 51e60588ff2c [2023-04-19T06:09:04.960Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-19T06:09:05.557Z] ---> Running in 35b058bfe596 [2023-04-19T06:09:06.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T06:09:07.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T06:09:08.074Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-19T06:09:08.074Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T06:09:08.074Z] OK: 8 MiB in 16 packages [2023-04-19T06:09:09.043Z] Removing intermediate container 35b058bfe596 [2023-04-19T06:09:09.043Z] ---> 33d8535c0a88 [2023-04-19T06:09:09.043Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-19T06:09:10.474Z] ---> f3fc004859ec [2023-04-19T06:09:10.474Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-19T06:09:11.058Z] ---> 4ceb1b0fc97d [2023-04-19T06:09:11.058Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-19T06:09:11.343Z] ---> 811a641648ff [2023-04-19T06:09:11.343Z] Step 18/24 : EXPOSE 59993 [2023-04-19T06:09:11.619Z] ---> Running in f307281029c7 [2023-04-19T06:09:11.886Z] Removing intermediate container f307281029c7 [2023-04-19T06:09:11.886Z] ---> 1ee063281d9d [2023-04-19T06:09:11.886Z] Step 19/24 : EXPOSE 161 [2023-04-19T06:09:11.886Z] ---> Running in 75a208f68c7c [2023-04-19T06:09:12.158Z] Removing intermediate container 75a208f68c7c [2023-04-19T06:09:12.158Z] ---> 373aec08bfdd [2023-04-19T06:09:12.158Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-19T06:09:12.158Z] ---> Running in 31d0b117502f [2023-04-19T06:09:12.428Z] Removing intermediate container 31d0b117502f [2023-04-19T06:09:12.428Z] ---> 734affff7dc8 [2023-04-19T06:09:12.428Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-19T06:09:12.428Z] ---> Running in f28bcab005d5 [2023-04-19T06:09:13.047Z] Removing intermediate container f28bcab005d5 [2023-04-19T06:09:13.047Z] ---> afbc61540213 [2023-04-19T06:09:13.047Z] Step 22/24 : LABEL arch=arm64 [2023-04-19T06:09:13.047Z] ---> Running in cc6475836109 [2023-04-19T06:09:13.326Z] Removing intermediate container cc6475836109 [2023-04-19T06:09:13.326Z] ---> bb34ada11816 [2023-04-19T06:09:13.326Z] Step 23/24 : LABEL git_sha=c3ae16284a852ece5ef2c51552053fabd1b09ae6 [2023-04-19T06:09:13.326Z] ---> Running in fcd50bdf4960 [2023-04-19T06:09:13.600Z] Removing intermediate container fcd50bdf4960 [2023-04-19T06:09:13.600Z] ---> 5b40635f40f8 [2023-04-19T06:09:13.600Z] Step 24/24 : LABEL version=0.0.0 [2023-04-19T06:09:13.600Z] ---> Running in d36a14fdc068 [2023-04-19T06:09:13.880Z] Removing intermediate container d36a14fdc068 [2023-04-19T06:09:13.880Z] ---> 451cd32c9208 [2023-04-19T06:09:13.880Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T06:09:13.880Z] Successfully built 451cd32c9208 [2023-04-19T06:09:13.880Z] Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:09:14.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T06:09:14.883Z] [2023-04-19T06:09:14.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:09:15.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T06:09:15.344Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-19T06:09:15.344Z] 8998bd30e6a1: Pulling fs layer [2023-04-19T06:09:15.344Z] 04944245beec: Pulling fs layer [2023-04-19T06:09:15.344Z] 699f458cf7ca: Pulling fs layer [2023-04-19T06:09:15.344Z] 765212b225bb: Pulling fs layer [2023-04-19T06:09:15.344Z] f23df028b6ca: Pulling fs layer [2023-04-19T06:09:15.344Z] d65c8cfc05b1: Pulling fs layer [2023-04-19T06:09:15.344Z] 2437ff75d9bd: Pulling fs layer [2023-04-19T06:09:15.344Z] 765212b225bb: Waiting [2023-04-19T06:09:15.344Z] f23df028b6ca: Waiting [2023-04-19T06:09:15.344Z] d65c8cfc05b1: Waiting [2023-04-19T06:09:15.344Z] 2437ff75d9bd: Waiting [2023-04-19T06:09:15.613Z] 04944245beec: Verifying Checksum [2023-04-19T06:09:15.613Z] 04944245beec: Download complete [2023-04-19T06:09:15.613Z] 765212b225bb: Verifying Checksum [2023-04-19T06:09:15.613Z] 765212b225bb: Download complete [2023-04-19T06:09:15.892Z] f23df028b6ca: Verifying Checksum [2023-04-19T06:09:15.892Z] f23df028b6ca: Download complete [2023-04-19T06:09:15.892Z] d65c8cfc05b1: Download complete [2023-04-19T06:09:15.892Z] 699f458cf7ca: Verifying Checksum [2023-04-19T06:09:15.892Z] 699f458cf7ca: Download complete [2023-04-19T06:09:16.490Z] 8998bd30e6a1: Verifying Checksum [2023-04-19T06:09:16.490Z] 8998bd30e6a1: Download complete [2023-04-19T06:09:19.090Z] 2437ff75d9bd: Verifying Checksum [2023-04-19T06:09:19.090Z] 2437ff75d9bd: Download complete [2023-04-19T06:09:20.536Z] 8998bd30e6a1: Pull complete [2023-04-19T06:09:20.807Z] 04944245beec: Pull complete [2023-04-19T06:09:22.223Z] 699f458cf7ca: Pull complete [2023-04-19T06:09:22.493Z] 765212b225bb: Pull complete [2023-04-19T06:09:23.097Z] f23df028b6ca: Pull complete [2023-04-19T06:09:23.372Z] d65c8cfc05b1: Pull complete [2023-04-19T06:09:38.425Z] 2437ff75d9bd: Pull complete [2023-04-19T06:09:38.425Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-19T06:09:38.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T06:09:38.425Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:09:38.838Z] prd-ubuntu20.04-docker-arm64-4c-16g-9067 does not seem to be running inside a container [2023-04-19T06:09:38.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-19T06:09:41.331Z] $ docker top 08205f65fcc929657dbfaf43f4994b2327d4001fc8b9d30badcc091a0e99f211 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:42.276Z] ---> job-cost.sh [2023-04-19T06:09:42.276Z] lf-activate-venv: SKIPPING [2023-04-19T06:09:42.276Z] INFO: No Stack... [2023-04-19T06:09:42.568Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-19T06:09:43.553Z] INFO: Archiving Costs [Pipeline] sh [2023-04-19T06:09:43.920Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-04-19T06:09:43.920Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T06:09:44.270Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [2023-04-19T06:09:44.274Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] did not exist. Created. [2023-04-19T06:09:44.274Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T06:09:44.834Z] /w/workspace/device-snmp-go/1@tmp/durable-7b9400af/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-19T06:09:45.229Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-19T06:09:45.282Z] Warning: overwriting stash ‘stack-cost’ [2023-04-19T06:09:45.327Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T06:09:45.344Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-289-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T06:09:45.436Z] $ docker stop --time=1 08205f65fcc929657dbfaf43f4994b2327d4001fc8b9d30badcc091a0e99f211 [2023-04-19T06:09:47.538Z] $ docker rm -f --volumes 08205f65fcc929657dbfaf43f4994b2327d4001fc8b9d30badcc091a0e99f211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-19T06:09:49.144Z] provisioning config files... [2023-04-19T06:09:49.151Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/config2878704641075656241tmp [Pipeline] { [Pipeline] sh [2023-04-19T06:09:49.513Z] + set +x [2023-04-19T06:09:49.513Z] + curl -s https://codecov.io/bash [2023-04-19T06:09:49.513Z] + bash -s -- [2023-04-19T06:09:49.513Z] [2023-04-19T06:09:49.513Z] _____ _ [2023-04-19T06:09:49.513Z] / ____| | | [2023-04-19T06:09:49.513Z] | | ___ __| | ___ ___ _____ __ [2023-04-19T06:09:49.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-19T06:09:49.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-19T06:09:49.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-19T06:09:49.513Z] Bash-1.0.6 [2023-04-19T06:09:49.513Z] [2023-04-19T06:09:49.513Z] [2023-04-19T06:09:49.513Z] ==> git version 2.25.1 found [2023-04-19T06:09:49.513Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-19T06:09:49.513Z] Release-Date: 2020-01-08 [2023-04-19T06:09:49.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-19T06:09:49.513Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-19T06:09:49.513Z] ==> Jenkins CI detected. [2023-04-19T06:09:49.513Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-289 [2023-04-19T06:09:49.513Z] project root: . [2023-04-19T06:09:49.513Z] --> token set from env [2023-04-19T06:09:49.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-19T06:09:49.513Z] ==> Running gcov in . (disable via -X gcov) [2023-04-19T06:09:49.513Z] ==> Python coveragepy not found [2023-04-19T06:09:49.513Z] ==> Searching for coverage reports in: [2023-04-19T06:09:49.513Z] + . [2023-04-19T06:09:49.513Z] -> Found 1 reports [2023-04-19T06:09:49.513Z] ==> Detecting git/mercurial file structure [2023-04-19T06:09:49.818Z] ==> Reading reports [2023-04-19T06:09:49.818Z] + ./coverage.out bytes=8837 [2023-04-19T06:09:49.818Z] ==> Appending adjustments [2023-04-19T06:09:49.818Z] https://docs.codecov.io/docs/fixing-reports [2023-04-19T06:09:49.818Z] + Found adjustments [2023-04-19T06:09:49.818Z] ==> Gzipping contents [2023-04-19T06:09:49.818Z] 4.0K /tmp/codecov.cEQhMC.gz [2023-04-19T06:09:49.818Z] ==> Uploading reports [2023-04-19T06:09:49.818Z] url: https://codecov.io [2023-04-19T06:09:49.818Z] query: branch=PR-289&commit=c3ae16284a852ece5ef2c51552053fabd1b09ae6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-289%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2023-04-19T06:09:49.818Z] -> Pinging Codecov [2023-04-19T06:09:49.818Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-289&commit=c3ae16284a852ece5ef2c51552053fabd1b09ae6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-289%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2023-04-19T06:09:49.818Z] -> Uploading to [2023-04-19T06:09:49.818Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-19/6C56EA5C29638FB4528AC87E60AF5AE0/c3ae16284a852ece5ef2c51552053fabd1b09ae6/3767cfeb-8e32-4037-81d0-aa2ff3b3aa84.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230419T060949Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cebf1654d3695bfa550c4fc7fbc854121b68c413d069d6e7fc2103c219d31149 [2023-04-19T06:09:49.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T06:09:49.818Z] Dload Upload Total Spent Left Speed [2023-04-19T06:09:50.117Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 7425 --:--:-- --:--:-- --:--:-- 7425 [2023-04-19T06:09:50.117Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/c3ae16284a852ece5ef2c51552053fabd1b09ae6 [Pipeline] } [2023-04-19T06:09:50.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-19T06:09:52.578Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-289/archives ] [2023-04-19T06:09:52.578Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-289/archives [2023-04-19T06:09:52.578Z] total 16 [2023-04-19T06:09:52.578Z] drwxr-xr-x 3 root root 4096 Apr 19 06:01 . [2023-04-19T06:09:52.578Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 06:01 .. [2023-04-19T06:09:52.578Z] drwxr-xr-x 2 root root 4096 Apr 19 06:01 cost [2023-04-19T06:09:52.578Z] -rw-r--r-- 1 root root 86 Apr 19 06:01 cost.csv [2023-04-19T06:09:52.578Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-289/archives [2023-04-19T06:09:52.578Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-289/archives [2023-04-19T06:09:52.578Z] total 16 [2023-04-19T06:09:52.578Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 06:01 . [2023-04-19T06:09:52.578Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 06:01 .. [2023-04-19T06:09:52.578Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 19 06:01 cost [2023-04-19T06:09:52.578Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 19 06:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:52.940Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:53.846Z] ---> package-listing.sh [2023-04-19T06:09:53.846Z] ++ facter osfamily [2023-04-19T06:09:53.846Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-19T06:09:54.106Z] + OS_FAMILY=debian [2023-04-19T06:09:54.106Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-289 [2023-04-19T06:09:54.106Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-19T06:09:54.106Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-19T06:09:54.106Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-19T06:09:54.106Z] + PACKAGES=/tmp/packages_start.txt [2023-04-19T06:09:54.106Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-289 ']' [2023-04-19T06:09:54.106Z] + PACKAGES=/tmp/packages_end.txt [2023-04-19T06:09:54.106Z] + case "${OS_FAMILY}" in [2023-04-19T06:09:54.106Z] + dpkg -l [2023-04-19T06:09:54.106Z] + grep '^ii' [2023-04-19T06:09:54.106Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-19T06:09:54.106Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-19T06:09:54.106Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-19T06:09:54.106Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-289 ']' [2023-04-19T06:09:54.106Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-289/archives/ [2023-04-19T06:09:54.106Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-289/archives/ [Pipeline] echo [2023-04-19T06:09:54.147Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-19T06:09:54.442Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T06:09:55.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T06:09:55.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T06:09:55.231Z] prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container [2023-04-19T06:09:55.276Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-289 -v /w/workspace/gexfoundry_device-snmp-go_PR-289:/w/workspace/gexfoundry_device-snmp-go_PR-289:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T06:09:55.504Z] $ docker top d014307a93bbbf83c646dfd3b88d084702c3dc499a0059593f948d34d01217f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T06:09:55.899Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-19T06:09:56.251Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-19T06:09:56.574Z] + ls /var/log/sa-host [2023-04-19T06:09:56.574Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T06:09:57.170Z] provisioning config files... [2023-04-19T06:09:57.185Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-289@tmp/config294094015043125885tmp [Pipeline] { [Pipeline] echo [2023-04-19T06:09:57.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:57.602Z] ---> create-netrc.sh [Pipeline] } [2023-04-19T06:09:57.640Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:58.169Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-19T06:09:58.202Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:58.535Z] ---> sudo-logs.sh [2023-04-19T06:09:58.535Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-19T06:09:58.667Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:09:58.990Z] ---> job-cost.sh [2023-04-19T06:09:58.990Z] lf-activate-venv: SKIPPING [2023-04-19T06:09:58.990Z] DEBUG: total: 0.2199999988079071 [2023-04-19T06:09:58.990Z] INFO: Retrieving Stack Cost... [2023-04-19T06:09:59.564Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T06:09:59.823Z] INFO: Archiving Costs [Pipeline] echo [2023-04-19T06:09:59.877Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T06:10:00.205Z] ---> logs-deploy.sh [2023-04-19T06:10:00.205Z] lf-activate-venv: SKIPPING [2023-04-19T06:10:00.205Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-289/1 [2023-04-19T06:10:00.205Z] INFO: archiving workspace using pattern(s): [2023-04-19T06:10:01.144Z] Archives upload complete. [2023-04-19T06:10:01.144Z] INFO: archiving logs to Nexus