Pull request #296 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0117698b706bca0d51c0ec45d5e82f8ee4add040+4540667df76160ba2257f08fa194345a2d771c5a (8846ed941fed39c616f5fc165ee8c676413e9773) 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-ssh11952150203278719287.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-ssh17956131645184986251.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-296/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-296/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3614354122578172480.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-296/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10931147347654199304.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-ssh10690452481057299426.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-296/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-296/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15367629484186318662.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 ‘prd-ubuntu20.04-docker-8c-8g-10936’ is offline Running on prd-ubuntu20.04-docker-8c-8g-10942 in /w/workspace/gexfoundry_device-snmp-go_PR-296 [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-296 # 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 4540667df76160ba2257f08fa194345a2d771c5a into PR head commit 0117698b706bca0d51c0ec45d5e82f8ee4add040 > 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/296/head:refs/remotes/origin/PR-296 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 0117698b706bca0d51c0ec45d5e82f8ee4add040 Checking out Revision 0117698b706bca0d51c0ec45d5e82f8ee4add040 (PR-296) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/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-26T05:59:51.212Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T05:59:51.397Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git checkout -f 0117698b706bca0d51c0ec45d5e82f8ee4add040 # 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 4540667df76160ba2257f08fa194345a2d771c5a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0117698b706bca0d51c0ec45d5e82f8ee4add040 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T05:59:51.536Z] ========================================================= [2023-04-26T05:59:51.536Z] EdgeX Global Pipelines Version Info [2023-04-26T05:59:51.536Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-26T05:59:52.292Z] ------------------- [2023-04-26T05:59:52.293Z] stable info: [2023-04-26T05:59:52.293Z] ------------------- [2023-04-26T05:59:52.293Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T05:59:52.293Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T05:59:52.293Z] Message: update stable to v1.0.248 [2023-04-26T05:59:52.868Z] ------------------- [2023-04-26T05:59:52.868Z] experimental info: [2023-04-26T05:59:52.868Z] ------------------- [2023-04-26T05:59:52.868Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T05:59:52.868Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T05:59:52.868Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T05:59:53.161Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-04-26T05:59:53.205Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-04-26T05:59:53.246Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T05:59:53.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T05:59:53.332Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T05:59:53.371Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T05:59:53.416Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T05:59:53.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-26T05:59:53.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T05:59:53.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T05:59:53.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T05:59:53.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-04-26T05:59:53.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T05:59:53.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T05:59:53.743Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T05:59:53.781Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T05:59:53.823Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T05:59:53.870Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T05:59:53.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T05:59:53.943Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T05:59:53.980Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-26T05:59:54.018Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-26T05:59:54.057Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-26T05:59:54.099Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-26T05:59:54.139Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-26T05:59:54.178Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T05:59:54.219Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T05:59:54.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-296 [Pipeline] echo [2023-04-26T05:59:54.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-296 [Pipeline] echo [2023-04-26T05:59:54.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-296 [Pipeline] echo [2023-04-26T05:59:54.365Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0117698b706bca0d51c0ec45d5e82f8ee4add040 [Pipeline] echo [2023-04-26T05:59:54.404Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0117698 [Pipeline] echo [2023-04-26T05:59:54.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T05:59:54.562Z] provisioning config files... [2023-04-26T05:59:54.590Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/config2896853617413150383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T05:59:54.939Z] ---> docker-login.sh [2023-04-26T05:59:54.939Z] nexus3.edgexfoundry.org:10001 [2023-04-26T05:59:55.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T05:59:55.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T05:59:55.199Z] Configure a credential helper to remove this warning. See [2023-04-26T05:59:55.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T05:59:55.199Z] [2023-04-26T05:59:55.199Z] Login Succeeded [2023-04-26T05:59:55.199Z] nexus3.edgexfoundry.org:10002 [2023-04-26T05:59:55.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T05:59:55.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T05:59:55.199Z] Configure a credential helper to remove this warning. See [2023-04-26T05:59:55.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T05:59:55.199Z] [2023-04-26T05:59:55.199Z] Login Succeeded [2023-04-26T05:59:55.199Z] nexus3.edgexfoundry.org:10003 [2023-04-26T05:59:55.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T05:59:55.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T05:59:55.460Z] Configure a credential helper to remove this warning. See [2023-04-26T05:59:55.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T05:59:55.460Z] [2023-04-26T05:59:55.460Z] Login Succeeded [2023-04-26T05:59:55.460Z] nexus3.edgexfoundry.org:10004 [2023-04-26T05:59:55.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T05:59:55.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T05:59:55.460Z] Configure a credential helper to remove this warning. See [2023-04-26T05:59:55.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T05:59:55.460Z] [2023-04-26T05:59:55.460Z] Login Succeeded [2023-04-26T05:59:55.460Z] docker.io [2023-04-26T05:59:55.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T05:59:55.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T05:59:55.719Z] Configure a credential helper to remove this warning. See [2023-04-26T05:59:55.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T05:59:55.719Z] [2023-04-26T05:59:55.719Z] Login Succeeded [2023-04-26T05:59:55.719Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T05:59:55.745Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-26T05:59:56.372Z] + git rev-list -1 --merges 0117698b706bca0d51c0ec45d5e82f8ee4add040~1..0117698b706bca0d51c0ec45d5e82f8ee4add040 [Pipeline] echo [2023-04-26T05:59:56.432Z] -----------> git rev-list -1 --merges 0117698b706bca0d51c0ec45d5e82f8ee4add040~1..0117698b706bca0d51c0ec45d5e82f8ee4add040 0117698b706bca0d51c0ec45d5e82f8ee4add040 [false] [Pipeline] sh [2023-04-26T05:59:56.753Z] + git log --format=format:%s -1 0117698b706bca0d51c0ec45d5e82f8ee4add040 [Pipeline] echo [2023-04-26T05:59:56.787Z] ========================================================= [2023-04-26T05:59:56.787Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T05:59:56.787Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T05:59:57.204Z] + git log --format=format:%s -1 0117698b706bca0d51c0ec45d5e82f8ee4add040 [Pipeline] echo [2023-04-26T05:59:57.236Z] [semverPrep] GIT_COMMIT: 0117698b706bca0d51c0ec45d5e82f8ee4add040, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-04-26T05:59:57.268Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-26T05:59:57.636Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T05:59:57.636Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T05:59:57.636Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T05:59:57.636Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T05:59:57.636Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T05:59:57.636Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T05:59:57.636Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T05:59:58.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T05:59:58.056Z] [2023-04-26T05:59:58.056Z] 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-26T05:59:58.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T05:59:58.442Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T05:59:58.442Z] b85a868b505f: Pulling fs layer [2023-04-26T05:59:58.442Z] e2be974225ed: Pulling fs layer [2023-04-26T05:59:58.442Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T05:59:58.442Z] 988bab9f4d93: Pulling fs layer [2023-04-26T05:59:58.442Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T05:59:58.442Z] eaf3925da568: Pulling fs layer [2023-04-26T05:59:58.442Z] bab4dde63d76: Pulling fs layer [2023-04-26T05:59:58.442Z] bde34c3a00c8: Pulling fs layer [2023-04-26T05:59:58.442Z] b352a97aabf1: Pulling fs layer [2023-04-26T05:59:58.442Z] 4872d77fe225: Pulling fs layer [2023-04-26T05:59:58.442Z] 5851b861e8e6: Pulling fs layer [2023-04-26T05:59:58.442Z] bde34c3a00c8: Waiting [2023-04-26T05:59:58.442Z] b352a97aabf1: Waiting [2023-04-26T05:59:58.442Z] 1469e6f7b9e6: Waiting [2023-04-26T05:59:58.442Z] eaf3925da568: Waiting [2023-04-26T05:59:58.442Z] 4872d77fe225: Waiting [2023-04-26T05:59:58.442Z] bab4dde63d76: Waiting [2023-04-26T05:59:58.442Z] 5851b861e8e6: Waiting [2023-04-26T05:59:58.703Z] 339a4e72a1f5: Verifying Checksum [2023-04-26T05:59:58.703Z] 339a4e72a1f5: Download complete [2023-04-26T05:59:58.703Z] e2be974225ed: Verifying Checksum [2023-04-26T05:59:58.703Z] e2be974225ed: Download complete [2023-04-26T05:59:58.703Z] 988bab9f4d93: Verifying Checksum [2023-04-26T05:59:58.703Z] 988bab9f4d93: Download complete [2023-04-26T05:59:58.703Z] eaf3925da568: Verifying Checksum [2023-04-26T05:59:58.703Z] eaf3925da568: Download complete [2023-04-26T05:59:58.703Z] 1469e6f7b9e6: Download complete [2023-04-26T05:59:58.703Z] bde34c3a00c8: Verifying Checksum [2023-04-26T05:59:58.703Z] bde34c3a00c8: Download complete [2023-04-26T05:59:58.703Z] b352a97aabf1: Download complete [2023-04-26T05:59:58.967Z] 4872d77fe225: Verifying Checksum [2023-04-26T05:59:58.967Z] 4872d77fe225: Download complete [2023-04-26T05:59:58.967Z] 5851b861e8e6: Verifying Checksum [2023-04-26T05:59:58.967Z] 5851b861e8e6: Download complete [2023-04-26T05:59:58.967Z] b85a868b505f: Verifying Checksum [2023-04-26T05:59:58.967Z] b85a868b505f: Download complete [2023-04-26T05:59:59.228Z] bab4dde63d76: Verifying Checksum [2023-04-26T05:59:59.228Z] bab4dde63d76: Download complete [2023-04-26T06:00:00.171Z] b85a868b505f: Pull complete [2023-04-26T06:00:00.171Z] e2be974225ed: Pull complete [2023-04-26T06:00:00.432Z] 339a4e72a1f5: Pull complete [2023-04-26T06:00:00.691Z] 988bab9f4d93: Pull complete [2023-04-26T06:00:00.951Z] 1469e6f7b9e6: Pull complete [2023-04-26T06:00:00.951Z] eaf3925da568: Pull complete [2023-04-26T06:00:02.858Z] bab4dde63d76: Pull complete [2023-04-26T06:00:02.858Z] bde34c3a00c8: Pull complete [2023-04-26T06:00:02.858Z] b352a97aabf1: Pull complete [2023-04-26T06:00:02.858Z] 4872d77fe225: Pull complete [2023-04-26T06:00:02.858Z] 5851b861e8e6: Pull complete [2023-04-26T06:00:02.858Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T06:00:02.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T06:00:02.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:00:03.069Z] prd-ubuntu20.04-docker-8c-8g-10942 does not seem to be running inside a container [2023-04-26T06:00:03.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-296 -v /w/workspace/gexfoundry_device-snmp-go_PR-296:/w/workspace/gexfoundry_device-snmp-go_PR-296:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-296@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-26T06:00:04.698Z] $ docker top a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 -eo pid,comm [2023-04-26T06:00:04.749Z] 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-26T06:00:04.749Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T06:00:04.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T06:00:04.891Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T06:00:05.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T06:00:05.004Z] $ docker exec a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 ssh-agent [2023-04-26T06:00:05.110Z] SSH_AUTH_SOCK=/tmp/ssh-Vxvmz2rDYVgo/agent.32 [2023-04-26T06:00:05.110Z] SSH_AGENT_PID=38 [2023-04-26T06:00:05.115Z] Running ssh-add (command line suppressed) [2023-04-26T06:00:05.210Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/private_key_4920383908896422748.key (/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/private_key_4920383908896422748.key) [2023-04-26T06:00:05.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T06:00:05.560Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T06:00:05.584Z] $ docker exec --env ******** --env ******** a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 ssh-agent -k [2023-04-26T06:00:05.685Z] unset SSH_AUTH_SOCK; [2023-04-26T06:00:05.685Z] unset SSH_AGENT_PID; [2023-04-26T06:00:05.685Z] echo Agent pid 38 killed; [2023-04-26T06:00:05.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T06:00:05.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T06:00:05.772Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T06:00:05.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T06:00:05.882Z] $ docker exec a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 ssh-agent [2023-04-26T06:00:06.003Z] SSH_AUTH_SOCK=/tmp/ssh-zbuNp1tSh8g5/agent.70 [2023-04-26T06:00:06.003Z] SSH_AGENT_PID=76 [2023-04-26T06:00:06.010Z] Running ssh-add (command line suppressed) [2023-04-26T06:00:06.105Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/private_key_14171810123708165168.key (/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/private_key_14171810123708165168.key) [2023-04-26T06:00:06.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T06:00:06.449Z] + git semver init [2023-04-26T06:00:06.709Z] 2023-04-26 06:00:06,624 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T06:00:06.709Z] 2023-04-26 06:00:06,625 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver [2023-04-26T06:00:06.709Z] 2023-04-26 06:00:06,625 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-296/.semver [2023-04-26T06:00:06.709Z] 2023-04-26 06:00:06,625 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-296, universal_newlines=False, shell=None, istream=None) [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,371 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-296/.git/info/exclude [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,371 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver/PR-296 with force:False [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,371 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver/PR-296 [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,375 [execute] INFO git cat-file --batch-check [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,376 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,381 [execute] INFO git cat-file --batch [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,381 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-296/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T06:00:07.646Z] 2023-04-26 06:00:07,385 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-296/.semver/PR-296 [2023-04-26T06:00:07.646Z] 0.0.0 [Pipeline] } [2023-04-26T06:00:07.673Z] $ docker exec --env ******** --env ******** a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 ssh-agent -k [2023-04-26T06:00:07.777Z] unset SSH_AUTH_SOCK; [2023-04-26T06:00:07.777Z] unset SSH_AGENT_PID; [2023-04-26T06:00:07.777Z] echo Agent pid 76 killed; [2023-04-26T06:00:07.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T06:00:09.785Z] + git semver [Pipeline] } [2023-04-26T06:00:09.816Z] $ docker stop --time=1 a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 [2023-04-26T06:00:12.104Z] $ docker rm -f --volumes a0253961fc732e9aa80457feae4633f7caea1649cd48eea8442efe172d195640 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T06:00:13.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T06:00:13.336Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T06:00:13.353Z] [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-26T06:00:14.653Z] provisioning config files... [2023-04-26T06:00:14.665Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/config11232828420826336090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:00:15.005Z] ---> docker-login.sh [2023-04-26T06:00:15.005Z] nexus3.edgexfoundry.org:10001 [2023-04-26T06:00:15.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:00:15.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:00:15.263Z] Configure a credential helper to remove this warning. See [2023-04-26T06:00:15.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:00:15.263Z] [2023-04-26T06:00:15.263Z] Login Succeeded [2023-04-26T06:00:15.263Z] nexus3.edgexfoundry.org:10002 [2023-04-26T06:00:15.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:00:15.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:00:15.832Z] Configure a credential helper to remove this warning. See [2023-04-26T06:00:15.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:00:15.832Z] [2023-04-26T06:00:15.832Z] Login Succeeded [2023-04-26T06:00:15.832Z] nexus3.edgexfoundry.org:10003 [2023-04-26T06:00:15.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:00:16.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:00:16.091Z] Configure a credential helper to remove this warning. See [2023-04-26T06:00:16.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:00:16.091Z] [2023-04-26T06:00:16.091Z] Login Succeeded [2023-04-26T06:00:16.091Z] nexus3.edgexfoundry.org:10004 [2023-04-26T06:00:16.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:00:16.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:00:16.349Z] Configure a credential helper to remove this warning. See [2023-04-26T06:00:16.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:00:16.349Z] [2023-04-26T06:00:16.349Z] Login Succeeded [2023-04-26T06:00:16.349Z] docker.io [2023-04-26T06:00:16.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:00:16.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:00:16.916Z] Configure a credential helper to remove this warning. See [2023-04-26T06:00:16.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:00:16.916Z] [2023-04-26T06:00:16.916Z] Login Succeeded [2023-04-26T06:00:16.916Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T06:00:16.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T06:00:17.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:00:17.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:00:17.245Z] ========================================================= [2023-04-26T06:00:17.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T06:00:17.245Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:00:17.724Z] + 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-26T06:00:17.724Z] Sending build context to Docker daemon 5.81MB [2023-04-26T06:00:17.724Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T06:00:17.724Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T06:00:18.661Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T06:00:18.661Z] f56be85fc22e: Pulling fs layer [2023-04-26T06:00:18.661Z] 85791d961cd3: Pulling fs layer [2023-04-26T06:00:18.661Z] d694b5ae8c79: Pulling fs layer [2023-04-26T06:00:18.661Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T06:00:18.661Z] 4d19c01a9841: Pulling fs layer [2023-04-26T06:00:18.661Z] 9325e15d5711: Pulling fs layer [2023-04-26T06:00:18.661Z] 556b6ee489ea: Pulling fs layer [2023-04-26T06:00:18.661Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T06:00:18.661Z] 556b6ee489ea: Waiting [2023-04-26T06:00:18.661Z] 9325e15d5711: Waiting [2023-04-26T06:00:18.661Z] c5a4b2cf53e6: Waiting [2023-04-26T06:00:18.661Z] 9f32a84ed3da: Waiting [2023-04-26T06:00:18.661Z] 4d19c01a9841: Waiting [2023-04-26T06:00:18.661Z] 85791d961cd3: Verifying Checksum [2023-04-26T06:00:18.661Z] 85791d961cd3: Download complete [2023-04-26T06:00:18.661Z] 9f32a84ed3da: Verifying Checksum [2023-04-26T06:00:18.661Z] 9f32a84ed3da: Download complete [2023-04-26T06:00:18.661Z] 4d19c01a9841: Verifying Checksum [2023-04-26T06:00:18.661Z] 4d19c01a9841: Download complete [2023-04-26T06:00:18.661Z] f56be85fc22e: Verifying Checksum [2023-04-26T06:00:18.661Z] f56be85fc22e: Download complete [2023-04-26T06:00:18.920Z] 9325e15d5711: Verifying Checksum [2023-04-26T06:00:18.920Z] 9325e15d5711: Download complete [2023-04-26T06:00:18.920Z] f56be85fc22e: Pull complete [2023-04-26T06:00:19.178Z] 85791d961cd3: Pull complete [2023-04-26T06:00:19.178Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T06:00:19.178Z] c5a4b2cf53e6: Download complete [2023-04-26T06:00:19.435Z] d694b5ae8c79: Verifying Checksum [2023-04-26T06:00:19.435Z] d694b5ae8c79: Download complete [2023-04-26T06:00:19.692Z] 556b6ee489ea: Verifying Checksum [2023-04-26T06:00:19.692Z] 556b6ee489ea: Download complete [2023-04-26T06:00:22.223Z] d694b5ae8c79: Pull complete [2023-04-26T06:00:22.481Z] 9f32a84ed3da: Pull complete [2023-04-26T06:00:22.481Z] 4d19c01a9841: Pull complete [2023-04-26T06:00:22.481Z] 9325e15d5711: Pull complete [2023-04-26T06:00:25.011Z] 556b6ee489ea: Pull complete [2023-04-26T06:00:25.578Z] c5a4b2cf53e6: Pull complete [2023-04-26T06:00:25.578Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T06:00:25.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T06:00:25.837Z] ---> c4be618373d6 [2023-04-26T06:00:25.837Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:00:27.217Z] ---> Running in 3aa89d3481af [2023-04-26T06:00:27.476Z] Removing intermediate container 3aa89d3481af [2023-04-26T06:00:27.476Z] ---> e076d95cc02b [2023-04-26T06:00:27.476Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T06:00:27.476Z] ---> Running in 8c9a57efac3c [2023-04-26T06:00:27.736Z] Removing intermediate container 8c9a57efac3c [2023-04-26T06:00:27.736Z] ---> ca7c2e578e67 [2023-04-26T06:00:27.736Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-26T06:00:27.736Z] ---> Running in f1fb5888d8e1 [2023-04-26T06:00:27.736Z] Removing intermediate container f1fb5888d8e1 [2023-04-26T06:00:27.736Z] ---> 62f651abfe98 [2023-04-26T06:00:27.736Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T06:00:27.994Z] ---> Running in 91dd2e2e40de [2023-04-26T06:00:27.994Z] Removing intermediate container 91dd2e2e40de [2023-04-26T06:00:27.994Z] ---> fb4e5951f553 [2023-04-26T06:00:27.994Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T06:00:27.994Z] ---> Running in 492455ff0973 [2023-04-26T06:00:28.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:00:28.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:00:28.513Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-26T06:00:28.513Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-26T06:00:28.513Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-26T06:00:28.513Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-26T06:00:28.513Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:00:28.513Z] OK: 269 MiB in 57 packages [2023-04-26T06:00:28.804Z] Still waiting to schedule task [2023-04-26T06:00:28.805Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10940’ [2023-04-26T06:00:29.082Z] Removing intermediate container 492455ff0973 [2023-04-26T06:00:29.082Z] ---> d5ce8d44c34f [2023-04-26T06:00:29.082Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-26T06:00:29.340Z] ---> Running in d87a1682eb2f [2023-04-26T06:00:29.340Z] Removing intermediate container d87a1682eb2f [2023-04-26T06:00:29.340Z] ---> c11a15088a54 [2023-04-26T06:00:29.340Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-26T06:00:29.340Z] ---> 6bbc2d44e95e [2023-04-26T06:00:29.340Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:00:29.600Z] ---> Running in 7891cbda7f08 [2023-04-26T06:00:47.688Z] Removing intermediate container 7891cbda7f08 [2023-04-26T06:00:47.688Z] ---> 991891eefd30 [2023-04-26T06:00:47.688Z] Step 11/12 : COPY . . [2023-04-26T06:00:47.945Z] ---> 641636faece2 [2023-04-26T06:00:47.945Z] Step 12/12 : RUN ${MAKE} [2023-04-26T06:00:47.945Z] ---> Running in 2c300c78d118 [2023-04-26T06:00:48.201Z] noop [2023-04-26T06:00:48.459Z] Removing intermediate container 2c300c78d118 [2023-04-26T06:00:48.459Z] ---> f884cb9ddf3a [2023-04-26T06:00:48.459Z] Successfully built f884cb9ddf3a [2023-04-26T06:00:48.459Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:00:48.911Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T06:00:48.911Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:00:49.058Z] prd-ubuntu20.04-docker-8c-8g-10942 does not seem to be running inside a container [2023-04-26T06:00:49.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-296 -v /w/workspace/gexfoundry_device-snmp-go_PR-296:/w/workspace/gexfoundry_device-snmp-go_PR-296:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-296@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-26T06:00:49.485Z] $ docker top 5765d8a1c471ec0dfd773973c4a687bba204793a161376bcb8beb1c71743a846 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:00:49.870Z] + go version [2023-04-26T06:00:49.871Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T06:00:49.911Z] $ docker stop --time=1 5765d8a1c471ec0dfd773973c4a687bba204793a161376bcb8beb1c71743a846 [2023-04-26T06:00:51.232Z] $ docker rm -f --volumes 5765d8a1c471ec0dfd773973c4a687bba204793a161376bcb8beb1c71743a846 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:00:51.986Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T06:00:51.986Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:00:52.146Z] prd-ubuntu20.04-docker-8c-8g-10942 does not seem to be running inside a container [2023-04-26T06:00:52.178Z] $ 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-296 -v /w/workspace/gexfoundry_device-snmp-go_PR-296:/w/workspace/gexfoundry_device-snmp-go_PR-296:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-296@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-26T06:00:52.549Z] $ docker top bfc8cd852db63ebc014eaed04e6609619f2024d9beb36fc0f70c1e0629cd5271 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:00:52.945Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-296 [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:00:53.297Z] + make test [2023-04-26T06:00:53.297Z] go test ./... -coverprofile=coverage.out [2023-04-26T06:00:57.489Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-26T06:01:07.458Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-26T06:01:07.458Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.010s coverage: 0.0% of statements [2023-04-26T06:01:12.982Z] go vet ./... [2023-04-26T06:01:16.268Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T06:01:16.268Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T06:01:16.268Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T06:01:16.306Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T06:01:16.435Z] $ docker stop --time=1 bfc8cd852db63ebc014eaed04e6609619f2024d9beb36fc0f70c1e0629cd5271 [2023-04-26T06:01:18.446Z] $ docker rm -f --volumes bfc8cd852db63ebc014eaed04e6609619f2024d9beb36fc0f70c1e0629cd5271 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T06:01:18.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T06:01:19.033Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-26T06:01:19.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T06:01:19.942Z] + ls -al . [2023-04-26T06:01:19.942Z] total 172 [2023-04-26T06:01:19.942Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 06:00 . [2023-04-26T06:01:19.942Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:59 .. [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 26 05:59 .dockerignore [2023-04-26T06:01:19.942Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 06:00 .git [2023-04-26T06:01:19.942Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 05:59 .github [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 26 05:59 .gitignore [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 05:59 .golangci.yml [2023-04-26T06:01:19.942Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 06:00 .semver [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 26 05:59 Attribution.txt [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 26 05:59 CHANGELOG.md [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 26 05:59 Dockerfile [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 05:59 GOVERNANCE.md [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 26 05:59 Jenkinsfile [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 26 05:59 LICENSE [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 26 05:59 Makefile [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 26 05:59 OWNERS.md [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 26 05:59 README.md [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 06:00 VERSION [2023-04-26T06:01:19.942Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 05:59 bin [2023-04-26T06:01:19.942Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 05:59 cmd [2023-04-26T06:01:19.942Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 26 06:01 coverage.out [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 26 05:59 go.mod [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 26 05:59 go.sum [2023-04-26T06:01:19.942Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 05:59 internal [2023-04-26T06:01:19.942Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:59 snap [2023-04-26T06:01:19.942Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 26 05:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:01:20.461Z] + 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=0117698b706bca0d51c0ec45d5e82f8ee4add040 --label arch=amd64 --label version=0.0.0 . [2023-04-26T06:01:20.461Z] Sending build context to Docker daemon 5.82MB [2023-04-26T06:01:20.461Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T06:01:20.461Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-26T06:01:20.461Z] ---> f884cb9ddf3a [2023-04-26T06:01:20.461Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:01:20.461Z] ---> Running in fe262f0efc82 [2023-04-26T06:01:20.723Z] Removing intermediate container fe262f0efc82 [2023-04-26T06:01:20.723Z] ---> 98f1537b87fe [2023-04-26T06:01:20.723Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T06:01:20.723Z] ---> Running in 2f0cc16fc1c5 [2023-04-26T06:01:20.723Z] Removing intermediate container 2f0cc16fc1c5 [2023-04-26T06:01:20.723Z] ---> da8f54256cd5 [2023-04-26T06:01:20.723Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-26T06:01:20.981Z] ---> Running in 5f19369ace3e [2023-04-26T06:01:20.981Z] Removing intermediate container 5f19369ace3e [2023-04-26T06:01:20.981Z] ---> 7b079d4816f7 [2023-04-26T06:01:20.981Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T06:01:20.981Z] ---> Running in b9d6a2a71e26 [2023-04-26T06:01:21.239Z] Removing intermediate container b9d6a2a71e26 [2023-04-26T06:01:21.239Z] ---> fafbfc77d107 [2023-04-26T06:01:21.239Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T06:01:21.239Z] ---> Running in 9986e961eac3 [2023-04-26T06:01:21.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:01:21.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:01:21.766Z] OK: 269 MiB in 57 packages [2023-04-26T06:01:22.032Z] Removing intermediate container 9986e961eac3 [2023-04-26T06:01:22.032Z] ---> c8ca72c4aee5 [2023-04-26T06:01:22.032Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-26T06:01:22.295Z] ---> Running in 797f593a20b4 [2023-04-26T06:01:22.295Z] Removing intermediate container 797f593a20b4 [2023-04-26T06:01:22.295Z] ---> 8580dd7ecd79 [2023-04-26T06:01:22.295Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-26T06:01:22.295Z] ---> 6fb4ebf333fd [2023-04-26T06:01:22.295Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:01:22.555Z] ---> Running in 26b829337833 [2023-04-26T06:01:23.496Z] Removing intermediate container 26b829337833 [2023-04-26T06:01:23.496Z] ---> 4a62e3273a1a [2023-04-26T06:01:23.496Z] Step 11/24 : COPY . . [2023-04-26T06:01:23.496Z] ---> 6d547da48358 [2023-04-26T06:01:23.496Z] Step 12/24 : RUN ${MAKE} [2023-04-26T06:01:23.757Z] ---> Running in c2e24c5a41d1 [2023-04-26T06:01:24.016Z] 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-26T06:01:42.279Z] Removing intermediate container c2e24c5a41d1 [2023-04-26T06:01:42.279Z] ---> 663d1471ce24 [2023-04-26T06:01:42.279Z] Step 13/24 : FROM alpine:3.17 [2023-04-26T06:01:42.279Z] 3.17: Pulling from library/alpine [2023-04-26T06:01:42.279Z] f56be85fc22e: Already exists [2023-04-26T06:01:42.279Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:01:42.279Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T06:01:42.279Z] ---> 9ed4aefc74f6 [2023-04-26T06:01:42.279Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:01:42.279Z] ---> Running in ce083d816a4b [2023-04-26T06:01:42.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:01:42.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:01:42.279Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T06:01:42.279Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:01:42.279Z] OK: 7 MiB in 16 packages [2023-04-26T06:01:42.279Z] Removing intermediate container ce083d816a4b [2023-04-26T06:01:42.279Z] ---> 9b122041ef30 [2023-04-26T06:01:42.279Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-26T06:01:42.279Z] ---> c7b0f82cc000 [2023-04-26T06:01:42.279Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-26T06:01:42.279Z] ---> 3741f9f47af1 [2023-04-26T06:01:42.279Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-26T06:01:42.279Z] ---> e26d13846860 [2023-04-26T06:01:42.279Z] Step 18/24 : EXPOSE 59993 [2023-04-26T06:01:42.279Z] ---> Running in 40607b7e78c1 [2023-04-26T06:01:42.279Z] Removing intermediate container 40607b7e78c1 [2023-04-26T06:01:42.279Z] ---> fb4354987d13 [2023-04-26T06:01:42.279Z] Step 19/24 : EXPOSE 161 [2023-04-26T06:01:42.279Z] ---> Running in 7ff83c06d90b [2023-04-26T06:01:42.279Z] Removing intermediate container 7ff83c06d90b [2023-04-26T06:01:42.279Z] ---> f54c873efb53 [2023-04-26T06:01:42.279Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-26T06:01:42.279Z] ---> Running in fec4050060a8 [2023-04-26T06:01:42.538Z] Removing intermediate container fec4050060a8 [2023-04-26T06:01:42.538Z] ---> d66daff13a10 [2023-04-26T06:01:42.539Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:01:42.539Z] ---> Running in 8e8ba6b1b136 [2023-04-26T06:01:42.539Z] Removing intermediate container 8e8ba6b1b136 [2023-04-26T06:01:42.539Z] ---> 389cb8e17da7 [2023-04-26T06:01:42.539Z] Step 22/24 : LABEL arch=amd64 [2023-04-26T06:01:42.797Z] ---> Running in 983b275d7525 [2023-04-26T06:01:42.797Z] Removing intermediate container 983b275d7525 [2023-04-26T06:01:42.797Z] ---> 461136eb8b75 [2023-04-26T06:01:42.797Z] Step 23/24 : LABEL git_sha=0117698b706bca0d51c0ec45d5e82f8ee4add040 [2023-04-26T06:01:42.797Z] ---> Running in 0a0d9bc2f2dc [2023-04-26T06:01:42.797Z] Removing intermediate container 0a0d9bc2f2dc [2023-04-26T06:01:42.797Z] ---> 607993f6f77b [2023-04-26T06:01:42.797Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T06:01:43.057Z] ---> Running in d9f4b4123095 [2023-04-26T06:01:43.057Z] Removing intermediate container d9f4b4123095 [2023-04-26T06:01:43.057Z] ---> e8f5971d582a [2023-04-26T06:01:43.057Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T06:01:43.057Z] Successfully built e8f5971d582a [2023-04-26T06:01:43.057Z] 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-26T06:01:43.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T06:01:43.936Z] [2023-04-26T06:01:43.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:01:44.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T06:01:44.308Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T06:01:44.308Z] 5eb5b503b376: Pulling fs layer [2023-04-26T06:01:44.308Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T06:01:44.308Z] ec43610c2a17: Pulling fs layer [2023-04-26T06:01:44.308Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T06:01:44.308Z] 33b1e0a273af: Pulling fs layer [2023-04-26T06:01:44.308Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T06:01:44.308Z] 3a2ae6a8a46f: Waiting [2023-04-26T06:01:44.308Z] 33b1e0a273af: Waiting [2023-04-26T06:01:44.308Z] 2f39f015ded8: Pulling fs layer [2023-04-26T06:01:44.308Z] 5d3b04190fa2: Waiting [2023-04-26T06:01:44.309Z] 2f39f015ded8: Waiting [2023-04-26T06:01:44.309Z] 5c69ac0246d0: Verifying Checksum [2023-04-26T06:01:44.309Z] 5c69ac0246d0: Download complete [2023-04-26T06:01:44.309Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T06:01:44.309Z] 3a2ae6a8a46f: Download complete [2023-04-26T06:01:44.309Z] ec43610c2a17: Download complete [2023-04-26T06:01:44.309Z] 33b1e0a273af: Verifying Checksum [2023-04-26T06:01:44.309Z] 33b1e0a273af: Download complete [2023-04-26T06:01:44.309Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T06:01:44.309Z] 5d3b04190fa2: Download complete [2023-04-26T06:01:44.565Z] 5eb5b503b376: Verifying Checksum [2023-04-26T06:01:44.565Z] 5eb5b503b376: Download complete [2023-04-26T06:01:45.131Z] 2f39f015ded8: Download complete [2023-04-26T06:01:45.697Z] 5eb5b503b376: Pull complete [2023-04-26T06:01:45.697Z] 5c69ac0246d0: Pull complete [2023-04-26T06:01:45.957Z] ec43610c2a17: Pull complete [2023-04-26T06:01:46.216Z] 3a2ae6a8a46f: Pull complete [2023-04-26T06:01:46.216Z] 33b1e0a273af: Pull complete [2023-04-26T06:01:46.477Z] 5d3b04190fa2: Pull complete [2023-04-26T06:01:50.659Z] 2f39f015ded8: Pull complete [2023-04-26T06:01:50.659Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T06:01:50.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T06:01:50.659Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:01:50.891Z] prd-ubuntu20.04-docker-8c-8g-10942 does not seem to be running inside a container [2023-04-26T06:01:50.927Z] $ 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-296 -v /w/workspace/gexfoundry_device-snmp-go_PR-296:/w/workspace/gexfoundry_device-snmp-go_PR-296:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-296@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-26T06:01:52.950Z] $ docker top 89b7332f17d93a49d03f69da523e6041b448e8d840522669e8d9f2e343256c19 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:01:53.385Z] ---> job-cost.sh [2023-04-26T06:01:53.385Z] lf-activate-venv: SKIPPING [2023-04-26T06:01:53.385Z] INFO: No Stack... [2023-04-26T06:01:53.645Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T06:01:53.905Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T06:01:54.222Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-296/archives/cost.csv [2023-04-26T06:01:54.222Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T06:01:54.259Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [2023-04-26T06:01:54.265Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] did not exist. Created. [2023-04-26T06:01:54.265Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T06:01:54.667Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-26T06:01:54.715Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T06:01:54.748Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T06:01:54.828Z] $ docker stop --time=1 89b7332f17d93a49d03f69da523e6041b448e8d840522669e8d9f2e343256c19 [2023-04-26T06:01:56.002Z] $ docker rm -f --volumes 89b7332f17d93a49d03f69da523e6041b448e8d840522669e8d9f2e343256c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-26T06:03:25.065Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10946 in /w/workspace/gexfoundry_device-snmp-go_PR-296 [Pipeline] { [Pipeline] ws [2023-04-26T06:03:25.133Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-26T06:03:25.220Z] Selected Git installation does not exist. Using Default [2023-04-26T06:03:25.220Z] The recommended git tool is: NONE [2023-04-26T06:03:31.995Z] using credential edgex-jenkins-ssh [2023-04-26T06:03:32.015Z] Cloning the remote Git repository [2023-04-26T06:03:32.082Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-04-26T06:03:32.212Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-04-26T06:03:32.406Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-26T06:03:32.407Z] > git --version # timeout=10 [2023-04-26T06:03:32.436Z] > git --version # 'git version 2.25.1' [2023-04-26T06:03:32.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:03:32.630Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T06:03:33.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-26T06:03:33.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T06:03:35.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-26T06:03:35.056Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-26T06:03:35.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:03:35.077Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/296/head:refs/remotes/origin/PR-296 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T06:03:35.578Z] Merging remotes/origin/main commit 4540667df76160ba2257f08fa194345a2d771c5a into PR head commit 0117698b706bca0d51c0ec45d5e82f8ee4add040 [2023-04-26T06:03:35.957Z] Merge succeeded, producing 0117698b706bca0d51c0ec45d5e82f8ee4add040 [2023-04-26T06:03:35.958Z] Checking out Revision 0117698b706bca0d51c0ec45d5e82f8ee4add040 (PR-296) [2023-04-26T06:03:36.648Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-26T06:03:36.730Z] > git --version # timeout=10 [2023-04-26T06:03:36.747Z] > git --version # 'git version 2.25.1' [2023-04-26T06:03:36.766Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T06:03:35.604Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T06:03:35.709Z] > git checkout -f 0117698b706bca0d51c0ec45d5e82f8ee4add040 # timeout=10 [2023-04-26T06:03:35.827Z] > git remote # timeout=10 [2023-04-26T06:03:35.854Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T06:03:35.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:03:35.906Z] > git merge 4540667df76160ba2257f08fa194345a2d771c5a # timeout=10 [2023-04-26T06:03:35.940Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T06:03:35.969Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T06:03:35.992Z] > git checkout -f 0117698b706bca0d51c0ec45d5e82f8ee4add040 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T06:03:37.907Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T06:03:37.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T06:03:37.907Z] Dload Upload Total Spent Left Speed [2023-04-26T06:03:37.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 180k [Pipeline] sh [2023-04-26T06:03:38.579Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-26T06:03:38.959Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T06:03:38.960Z] + sudo tee /etc/docker/daemon.new [2023-04-26T06:03:38.960Z] { [2023-04-26T06:03:38.960Z] "registry-mirrors": [ [2023-04-26T06:03:38.960Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T06:03:38.960Z] ], [2023-04-26T06:03:38.960Z] "bip": "10.250.0.254/24", [2023-04-26T06:03:38.960Z] "hosts": [ [2023-04-26T06:03:38.960Z] "tcp://0.0.0.0:5555", [2023-04-26T06:03:38.960Z] "unix:///var/run/docker.sock" [2023-04-26T06:03:38.960Z] ], [2023-04-26T06:03:38.960Z] "mtu": 1458, [2023-04-26T06:03:38.960Z] "selinux-enabled": true, [2023-04-26T06:03:38.960Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T06:03:38.960Z] } [Pipeline] sh [2023-04-26T06:03:39.326Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-26T06:03:39.695Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T06:03:58.104Z] provisioning config files... [2023-04-26T06:03:58.140Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config15083559824289105226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:03:58.551Z] ---> docker-login.sh [2023-04-26T06:03:58.551Z] nexus3.edgexfoundry.org:10001 [2023-04-26T06:03:59.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:03:59.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:03:59.150Z] Configure a credential helper to remove this warning. See [2023-04-26T06:03:59.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:03:59.150Z] [2023-04-26T06:03:59.150Z] Login Succeeded [2023-04-26T06:03:59.150Z] nexus3.edgexfoundry.org:10002 [2023-04-26T06:03:59.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:03:59.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:03:59.692Z] Configure a credential helper to remove this warning. See [2023-04-26T06:03:59.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:03:59.692Z] [2023-04-26T06:03:59.692Z] Login Succeeded [2023-04-26T06:03:59.692Z] nexus3.edgexfoundry.org:10003 [2023-04-26T06:03:59.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:03:59.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:03:59.962Z] Configure a credential helper to remove this warning. See [2023-04-26T06:03:59.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:03:59.962Z] [2023-04-26T06:03:59.962Z] Login Succeeded [2023-04-26T06:03:59.962Z] nexus3.edgexfoundry.org:10004 [2023-04-26T06:04:00.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:04:00.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:04:00.512Z] Configure a credential helper to remove this warning. See [2023-04-26T06:04:00.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:04:00.512Z] [2023-04-26T06:04:00.512Z] Login Succeeded [2023-04-26T06:04:00.512Z] docker.io [2023-04-26T06:04:00.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:04:01.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:04:01.055Z] Configure a credential helper to remove this warning. See [2023-04-26T06:04:01.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:04:01.055Z] [2023-04-26T06:04:01.055Z] Login Succeeded [2023-04-26T06:04:01.055Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T06:04:01.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T06:04:01.545Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:04:01.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:04:01.614Z] ========================================================= [2023-04-26T06:04:01.614Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T06:04:01.614Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:04:02.134Z] + 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-26T06:04:02.406Z] Sending build context to Docker daemon 3.008MB [2023-04-26T06:04:02.406Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T06:04:02.406Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T06:04:02.682Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T06:04:02.682Z] c41833b44d91: Pulling fs layer [2023-04-26T06:04:02.682Z] ed15518f5707: Pulling fs layer [2023-04-26T06:04:02.682Z] feae8fd75edb: Pulling fs layer [2023-04-26T06:04:02.682Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T06:04:02.682Z] 3cdef696dda3: Pulling fs layer [2023-04-26T06:04:02.682Z] 2ced38df9373: Pulling fs layer [2023-04-26T06:04:02.682Z] 58f1dce35555: Pulling fs layer [2023-04-26T06:04:02.682Z] 3cdef696dda3: Waiting [2023-04-26T06:04:02.682Z] 2ced38df9373: Waiting [2023-04-26T06:04:02.682Z] 58f1dce35555: Waiting [2023-04-26T06:04:02.682Z] ed15518f5707: Verifying Checksum [2023-04-26T06:04:02.682Z] ed15518f5707: Download complete [2023-04-26T06:04:02.682Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T06:04:02.682Z] 242c74f7c9fa: Download complete [2023-04-26T06:04:02.682Z] 3cdef696dda3: Verifying Checksum [2023-04-26T06:04:02.682Z] 3cdef696dda3: Download complete [2023-04-26T06:04:02.682Z] c41833b44d91: Verifying Checksum [2023-04-26T06:04:02.682Z] c41833b44d91: Download complete [2023-04-26T06:04:04.125Z] c41833b44d91: Pull complete [2023-04-26T06:04:04.402Z] 58f1dce35555: Verifying Checksum [2023-04-26T06:04:04.402Z] 58f1dce35555: Download complete [2023-04-26T06:04:04.402Z] ed15518f5707: Pull complete [2023-04-26T06:04:05.388Z] feae8fd75edb: Verifying Checksum [2023-04-26T06:04:05.388Z] feae8fd75edb: Download complete [2023-04-26T06:04:05.662Z] 2ced38df9373: Download complete [2023-04-26T06:04:18.189Z] feae8fd75edb: Pull complete [2023-04-26T06:04:18.189Z] 242c74f7c9fa: Pull complete [2023-04-26T06:04:18.189Z] 3cdef696dda3: Pull complete [2023-04-26T06:04:24.896Z] 2ced38df9373: Pull complete [2023-04-26T06:04:27.575Z] 58f1dce35555: Pull complete [2023-04-26T06:04:27.575Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T06:04:27.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T06:04:27.575Z] ---> fadd8f120f05 [2023-04-26T06:04:27.575Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:04:29.569Z] ---> Running in 082c0ea4a9da [2023-04-26T06:04:29.860Z] Removing intermediate container 082c0ea4a9da [2023-04-26T06:04:29.860Z] ---> 486df498cc63 [2023-04-26T06:04:29.860Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T06:04:29.860Z] ---> Running in 60c6dd836758 [2023-04-26T06:04:30.447Z] Removing intermediate container 60c6dd836758 [2023-04-26T06:04:30.447Z] ---> f01e3db7f339 [2023-04-26T06:04:30.447Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-26T06:04:30.447Z] ---> Running in 6dec39055af8 [2023-04-26T06:04:30.716Z] Removing intermediate container 6dec39055af8 [2023-04-26T06:04:30.716Z] ---> b6fe00bc28ea [2023-04-26T06:04:30.716Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T06:04:30.716Z] ---> Running in dbdbab60906c [2023-04-26T06:04:31.023Z] Removing intermediate container dbdbab60906c [2023-04-26T06:04:31.023Z] ---> 6cd0658ef2b1 [2023-04-26T06:04:31.023Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T06:04:31.304Z] ---> Running in 080c4a7f3014 [2023-04-26T06:04:32.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:04:33.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:04:34.735Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-26T06:04:34.735Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-26T06:04:34.735Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-26T06:04:34.735Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-26T06:04:34.735Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:04:34.735Z] OK: 268 MiB in 57 packages [2023-04-26T06:04:35.703Z] Removing intermediate container 080c4a7f3014 [2023-04-26T06:04:35.703Z] ---> bbb27fd5d41f [2023-04-26T06:04:35.703Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-26T06:04:35.974Z] ---> Running in a1cc12bc6179 [2023-04-26T06:04:36.242Z] Removing intermediate container a1cc12bc6179 [2023-04-26T06:04:36.243Z] ---> 95ade5427108 [2023-04-26T06:04:36.243Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-26T06:04:36.829Z] ---> daac0512923e [2023-04-26T06:04:36.830Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:04:36.830Z] ---> Running in 1bf33256d321 [2023-04-26T06:05:45.807Z] Removing intermediate container 1bf33256d321 [2023-04-26T06:05:45.807Z] ---> 5d587844d240 [2023-04-26T06:05:45.807Z] Step 11/12 : COPY . . [2023-04-26T06:05:45.807Z] ---> 0baa65e52935 [2023-04-26T06:05:45.807Z] Step 12/12 : RUN ${MAKE} [2023-04-26T06:05:45.807Z] ---> Running in 45cf2d0339e5 [2023-04-26T06:05:45.807Z] noop [2023-04-26T06:05:45.807Z] Removing intermediate container 45cf2d0339e5 [2023-04-26T06:05:45.807Z] ---> 489f5ccf5c2f [2023-04-26T06:05:45.807Z] Successfully built 489f5ccf5c2f [2023-04-26T06:05:45.807Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:05:46.321Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T06:05:46.321Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:05:46.608Z] prd-ubuntu20.04-docker-arm64-4c-16g-10946 does not seem to be running inside a container [2023-04-26T06:05:46.690Z] $ 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-26T06:05:48.027Z] $ docker top 496d2acac912e736669b966cd69531b56997d23bd6429675fc30a94c1943e9dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:05:48.936Z] + go version [2023-04-26T06:05:48.937Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T06:05:48.979Z] $ docker stop --time=1 496d2acac912e736669b966cd69531b56997d23bd6429675fc30a94c1943e9dc [2023-04-26T06:05:50.674Z] $ docker rm -f --volumes 496d2acac912e736669b966cd69531b56997d23bd6429675fc30a94c1943e9dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:05:51.567Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T06:05:51.567Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:05:51.847Z] prd-ubuntu20.04-docker-arm64-4c-16g-10946 does not seem to be running inside a container [2023-04-26T06:05:51.933Z] $ 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-26T06:05:53.207Z] $ docker top c3cedef42ab2032beb1b4a1ea2b8b2430f6d6f54c804ac29e15ca17e9d55aa65 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:05:54.117Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:05:54.847Z] + make test [2023-04-26T06:05:54.848Z] go test ./... -coverprofile=coverage.out [2023-04-26T06:06:33.781Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-26T06:08:56.676Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-26T06:08:56.676Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.048s coverage: 0.0% of statements [2023-04-26T06:08:56.676Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T06:08:56.676Z] go vet ./... [2023-04-26T06:09:23.411Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T06:09:23.411Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T06:09:23.411Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T06:09:23.447Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T06:09:23.490Z] $ docker stop --time=1 c3cedef42ab2032beb1b4a1ea2b8b2430f6d6f54c804ac29e15ca17e9d55aa65 [2023-04-26T06:09:25.317Z] $ docker rm -f --volumes c3cedef42ab2032beb1b4a1ea2b8b2430f6d6f54c804ac29e15ca17e9d55aa65 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T06:09:26.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T06:09:26.644Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T06:09:27.122Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T06:09:27.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T06:09:28.104Z] + ls -al . [2023-04-26T06:09:28.104Z] total 168 [2023-04-26T06:09:28.104Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 06:05 . [2023-04-26T06:09:28.104Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 06:03 .. [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 26 06:03 .dockerignore [2023-04-26T06:09:28.104Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 06:03 .git [2023-04-26T06:09:28.104Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 06:03 .github [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 26 06:03 .gitignore [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 06:03 .golangci.yml [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 26 06:03 Attribution.txt [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 26 06:03 CHANGELOG.md [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 26 06:03 Dockerfile [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 06:03 GOVERNANCE.md [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 26 06:03 Jenkinsfile [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 26 06:03 LICENSE [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 26 06:03 Makefile [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 26 06:03 OWNERS.md [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 26 06:03 README.md [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 06:00 VERSION [2023-04-26T06:09:28.104Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 06:03 bin [2023-04-26T06:09:28.104Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 06:03 cmd [2023-04-26T06:09:28.104Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 26 06:08 coverage.out [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 26 06:03 go.mod [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 26 06:03 go.sum [2023-04-26T06:09:28.104Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 06:03 internal [2023-04-26T06:09:28.104Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 06:03 snap [2023-04-26T06:09:28.104Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 26 06:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:09:28.540Z] + 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=0117698b706bca0d51c0ec45d5e82f8ee4add040 --label arch=arm64 --label version=0.0.0 . [2023-04-26T06:09:28.809Z] Sending build context to Docker daemon 3.018MB [2023-04-26T06:09:28.809Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T06:09:28.809Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-26T06:09:28.809Z] ---> 489f5ccf5c2f [2023-04-26T06:09:28.809Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:09:29.078Z] ---> Running in b5edfbbea926 [2023-04-26T06:09:29.347Z] Removing intermediate container b5edfbbea926 [2023-04-26T06:09:29.347Z] ---> 464de22b2353 [2023-04-26T06:09:29.347Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T06:09:29.347Z] ---> Running in 49e2fb42d5b0 [2023-04-26T06:09:29.616Z] Removing intermediate container 49e2fb42d5b0 [2023-04-26T06:09:29.616Z] ---> 76bcc0836c2f [2023-04-26T06:09:29.616Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-26T06:09:29.885Z] ---> Running in 8b3d18f6c2d1 [2023-04-26T06:09:30.152Z] Removing intermediate container 8b3d18f6c2d1 [2023-04-26T06:09:30.152Z] ---> 0067c31c1294 [2023-04-26T06:09:30.152Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T06:09:30.152Z] ---> Running in 502c2d3ca7a4 [2023-04-26T06:09:30.421Z] Removing intermediate container 502c2d3ca7a4 [2023-04-26T06:09:30.421Z] ---> 2bfee86b5e1e [2023-04-26T06:09:30.421Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T06:09:30.421Z] ---> Running in 4fead1f7e165 [2023-04-26T06:09:31.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:09:32.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:09:33.318Z] OK: 268 MiB in 57 packages [2023-04-26T06:09:34.420Z] Removing intermediate container 4fead1f7e165 [2023-04-26T06:09:34.420Z] ---> ffdaf892d83e [2023-04-26T06:09:34.420Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-26T06:09:34.420Z] ---> Running in d899c73fe292 [2023-04-26T06:09:35.031Z] Removing intermediate container d899c73fe292 [2023-04-26T06:09:35.031Z] ---> 9424fec47c9c [2023-04-26T06:09:35.031Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-26T06:09:36.465Z] ---> 4ea72ad219f2 [2023-04-26T06:09:36.465Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:09:36.743Z] ---> Running in b9e45e423432 [2023-04-26T06:09:39.346Z] Removing intermediate container b9e45e423432 [2023-04-26T06:09:39.346Z] ---> dfa2473c4441 [2023-04-26T06:09:39.346Z] Step 11/24 : COPY . . [2023-04-26T06:09:40.316Z] ---> 84e8b4cb1db2 [2023-04-26T06:09:40.316Z] Step 12/24 : RUN ${MAKE} [2023-04-26T06:09:40.585Z] ---> Running in 537c01092aba [2023-04-26T06:09:41.552Z] 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-26T06:12:03.288Z] Removing intermediate container 537c01092aba [2023-04-26T06:12:03.288Z] ---> 21747a123548 [2023-04-26T06:12:03.288Z] Step 13/24 : FROM alpine:3.17 [2023-04-26T06:12:03.288Z] 3.17: Pulling from library/alpine [2023-04-26T06:12:03.288Z] c41833b44d91: Already exists [2023-04-26T06:12:03.288Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:12:03.288Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T06:12:03.288Z] ---> 51e60588ff2c [2023-04-26T06:12:03.288Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:12:03.288Z] ---> Running in c0d67cd2f727 [2023-04-26T06:12:03.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:12:04.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:12:05.423Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T06:12:05.423Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:12:05.423Z] OK: 8 MiB in 16 packages [2023-04-26T06:12:06.387Z] Removing intermediate container c0d67cd2f727 [2023-04-26T06:12:06.387Z] ---> 5a814aef58f2 [2023-04-26T06:12:06.387Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-26T06:12:08.341Z] ---> 74015e045d03 [2023-04-26T06:12:08.341Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-26T06:12:08.611Z] ---> ae6e9e9214dc [2023-04-26T06:12:08.611Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-26T06:12:09.197Z] ---> 07bd90d86043 [2023-04-26T06:12:09.197Z] Step 18/24 : EXPOSE 59993 [2023-04-26T06:12:09.197Z] ---> Running in 63c60f22447a [2023-04-26T06:12:09.475Z] Removing intermediate container 63c60f22447a [2023-04-26T06:12:09.475Z] ---> 6f0fb083d33c [2023-04-26T06:12:09.475Z] Step 19/24 : EXPOSE 161 [2023-04-26T06:12:09.475Z] ---> Running in 02ceaed8f1d2 [2023-04-26T06:12:09.744Z] Removing intermediate container 02ceaed8f1d2 [2023-04-26T06:12:09.744Z] ---> 67adf7b325c6 [2023-04-26T06:12:09.744Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-26T06:12:10.014Z] ---> Running in 2993061bbb61 [2023-04-26T06:12:10.284Z] Removing intermediate container 2993061bbb61 [2023-04-26T06:12:10.284Z] ---> 150f47ab5a82 [2023-04-26T06:12:10.284Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:12:10.284Z] ---> Running in 386f0ff17627 [2023-04-26T06:12:10.553Z] Removing intermediate container 386f0ff17627 [2023-04-26T06:12:10.554Z] ---> d028a8656167 [2023-04-26T06:12:10.554Z] Step 22/24 : LABEL arch=arm64 [2023-04-26T06:12:10.832Z] ---> Running in d718941bed3b [2023-04-26T06:12:11.102Z] Removing intermediate container d718941bed3b [2023-04-26T06:12:11.102Z] ---> 028ded624de8 [2023-04-26T06:12:11.102Z] Step 23/24 : LABEL git_sha=0117698b706bca0d51c0ec45d5e82f8ee4add040 [2023-04-26T06:12:11.102Z] ---> Running in d730879429da [2023-04-26T06:12:11.370Z] Removing intermediate container d730879429da [2023-04-26T06:12:11.370Z] ---> 7435c2ded120 [2023-04-26T06:12:11.370Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T06:12:11.370Z] ---> Running in 9c7dfdb58fde [2023-04-26T06:12:11.957Z] Removing intermediate container 9c7dfdb58fde [2023-04-26T06:12:11.957Z] ---> 790ccf4b79c8 [2023-04-26T06:12:11.957Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T06:12:11.957Z] Successfully built 790ccf4b79c8 [2023-04-26T06:12:11.957Z] 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-26T06:12:12.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T06:12:12.788Z] [2023-04-26T06:12:12.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:12:13.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T06:12:13.203Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T06:12:13.203Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T06:12:13.203Z] 04944245beec: Pulling fs layer [2023-04-26T06:12:13.203Z] 699f458cf7ca: Pulling fs layer [2023-04-26T06:12:13.203Z] 765212b225bb: Pulling fs layer [2023-04-26T06:12:13.203Z] f23df028b6ca: Pulling fs layer [2023-04-26T06:12:13.203Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T06:12:13.203Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T06:12:13.203Z] f23df028b6ca: Waiting [2023-04-26T06:12:13.203Z] 2437ff75d9bd: Waiting [2023-04-26T06:12:13.203Z] d65c8cfc05b1: Waiting [2023-04-26T06:12:13.203Z] 765212b225bb: Waiting [2023-04-26T06:12:13.475Z] 04944245beec: Verifying Checksum [2023-04-26T06:12:13.476Z] 04944245beec: Download complete [2023-04-26T06:12:13.476Z] 765212b225bb: Verifying Checksum [2023-04-26T06:12:13.476Z] 765212b225bb: Download complete [2023-04-26T06:12:13.476Z] f23df028b6ca: Verifying Checksum [2023-04-26T06:12:13.476Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T06:12:13.476Z] d65c8cfc05b1: Download complete [2023-04-26T06:12:13.476Z] 699f458cf7ca: Verifying Checksum [2023-04-26T06:12:13.476Z] 699f458cf7ca: Download complete [2023-04-26T06:12:14.066Z] 8998bd30e6a1: Verifying Checksum [2023-04-26T06:12:14.066Z] 8998bd30e6a1: Download complete [2023-04-26T06:12:16.651Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T06:12:16.651Z] 2437ff75d9bd: Download complete [2023-04-26T06:12:18.062Z] 8998bd30e6a1: Pull complete [2023-04-26T06:12:18.328Z] 04944245beec: Pull complete [2023-04-26T06:12:19.739Z] 699f458cf7ca: Pull complete [2023-04-26T06:12:20.009Z] 765212b225bb: Pull complete [2023-04-26T06:12:20.594Z] f23df028b6ca: Pull complete [2023-04-26T06:12:20.863Z] d65c8cfc05b1: Pull complete [2023-04-26T06:12:35.857Z] 2437ff75d9bd: Pull complete [2023-04-26T06:12:35.857Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T06:12:35.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T06:12:35.857Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:12:36.185Z] prd-ubuntu20.04-docker-arm64-4c-16g-10946 does not seem to be running inside a container [2023-04-26T06:12:36.251Z] $ 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-26T06:12:38.834Z] $ docker top 4655327c89eec33440c2abd557e6bed01b6a3f44065bbab8c6b128ce5cf483a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:39.416Z] ---> job-cost.sh [2023-04-26T06:12:39.685Z] lf-activate-venv: SKIPPING [2023-04-26T06:12:39.685Z] INFO: No Stack... [2023-04-26T06:12:39.952Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T06:12:40.910Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T06:12:41.570Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-04-26T06:12:41.570Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T06:12:41.619Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [2023-04-26T06:12:41.625Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] did not exist. Created. [2023-04-26T06:12:41.625Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T06:12:42.040Z] /w/workspace/device-snmp-go/1@tmp/durable-69ff8e98/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-26T06:12:42.659Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T06:12:42.699Z] Warning: overwriting stash ‘stack-cost’ [2023-04-26T06:12:42.743Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T06:12:42.759Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-296-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T06:12:42.842Z] $ docker stop --time=1 4655327c89eec33440c2abd557e6bed01b6a3f44065bbab8c6b128ce5cf483a5 [2023-04-26T06:12:44.343Z] $ docker rm -f --volumes 4655327c89eec33440c2abd557e6bed01b6a3f44065bbab8c6b128ce5cf483a5 [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-26T06:12:45.313Z] provisioning config files... [2023-04-26T06:12:45.320Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/config2014296292572785340tmp [Pipeline] { [Pipeline] sh [2023-04-26T06:12:45.663Z] + set +x [2023-04-26T06:12:45.663Z] + bash -s -- [2023-04-26T06:12:45.663Z] + curl -s https://codecov.io/bash [2023-04-26T06:12:45.663Z] [2023-04-26T06:12:45.663Z] _____ _ [2023-04-26T06:12:45.663Z] / ____| | | [2023-04-26T06:12:45.663Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T06:12:45.663Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T06:12:45.663Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T06:12:45.663Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T06:12:45.663Z] Bash-1.0.6 [2023-04-26T06:12:45.663Z] [2023-04-26T06:12:45.663Z] [2023-04-26T06:12:45.663Z] ==> git version 2.25.1 found [2023-04-26T06:12:45.663Z] ==> 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-26T06:12:45.663Z] Release-Date: 2020-01-08 [2023-04-26T06:12:45.663Z] 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-26T06:12:45.663Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T06:12:45.663Z] ==> Jenkins CI detected. [2023-04-26T06:12:45.663Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-296 [2023-04-26T06:12:45.663Z] project root: . [2023-04-26T06:12:45.663Z] --> token set from env [2023-04-26T06:12:45.663Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T06:12:45.663Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T06:12:45.663Z] ==> Python coveragepy not found [2023-04-26T06:12:45.663Z] ==> Searching for coverage reports in: [2023-04-26T06:12:45.663Z] + . [2023-04-26T06:12:45.663Z] -> Found 1 reports [2023-04-26T06:12:45.663Z] ==> Detecting git/mercurial file structure [2023-04-26T06:12:45.663Z] ==> Reading reports [2023-04-26T06:12:45.663Z] + ./coverage.out bytes=8837 [2023-04-26T06:12:45.663Z] ==> Appending adjustments [2023-04-26T06:12:45.663Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T06:12:45.924Z] + Found adjustments [2023-04-26T06:12:45.924Z] ==> Gzipping contents [2023-04-26T06:12:45.924Z] 4.0K /tmp/codecov.VUyDJ5.gz [2023-04-26T06:12:45.924Z] ==> Uploading reports [2023-04-26T06:12:45.924Z] url: https://codecov.io [2023-04-26T06:12:45.924Z] query: branch=PR-296&commit=0117698b706bca0d51c0ec45d5e82f8ee4add040&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-296%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=296&job=&cmd_args= [2023-04-26T06:12:45.924Z] -> Pinging Codecov [2023-04-26T06:12:45.924Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-296&commit=0117698b706bca0d51c0ec45d5e82f8ee4add040&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-296%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=296&job=&cmd_args= [2023-04-26T06:12:45.924Z] -> Uploading to [2023-04-26T06:12:45.924Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/6C56EA5C29638FB4528AC87E60AF5AE0/0117698b706bca0d51c0ec45d5e82f8ee4add040/fddc4974-d153-4f34-9dcc-3db4822ffad3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T061245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85d940ef46104caa3e54118b5fe1d7dd116eb725f3b8cdd3fa7d28e65e014c26 [2023-04-26T06:12:45.924Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T06:12:45.924Z] Dload Upload Total Spent Left Speed [2023-04-26T06:12:46.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 7638 --:--:-- --:--:-- --:--:-- 7638 [2023-04-26T06:12:46.185Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/0117698b706bca0d51c0ec45d5e82f8ee4add040 [Pipeline] } [2023-04-26T06:12:46.212Z] 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-26T06:12:47.972Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-296/archives ] [2023-04-26T06:12:47.972Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-296/archives [2023-04-26T06:12:47.972Z] total 16 [2023-04-26T06:12:47.972Z] drwxr-xr-x 3 root root 4096 Apr 26 06:01 . [2023-04-26T06:12:47.972Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 06:01 .. [2023-04-26T06:12:47.972Z] drwxr-xr-x 2 root root 4096 Apr 26 06:01 cost [2023-04-26T06:12:47.972Z] -rw-r--r-- 1 root root 86 Apr 26 06:01 cost.csv [2023-04-26T06:12:47.972Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-296/archives [2023-04-26T06:12:47.972Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-296/archives [2023-04-26T06:12:47.972Z] total 16 [2023-04-26T06:12:47.972Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 06:01 . [2023-04-26T06:12:47.972Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 06:01 .. [2023-04-26T06:12:47.972Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 06:01 cost [2023-04-26T06:12:47.972Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 26 06:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:48.307Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:49.199Z] ---> package-listing.sh [2023-04-26T06:12:49.199Z] ++ facter osfamily [2023-04-26T06:12:49.199Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T06:12:49.459Z] + OS_FAMILY=debian [2023-04-26T06:12:49.459Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-296 [2023-04-26T06:12:49.459Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T06:12:49.459Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T06:12:49.459Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T06:12:49.459Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T06:12:49.459Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-296 ']' [2023-04-26T06:12:49.459Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T06:12:49.459Z] + case "${OS_FAMILY}" in [2023-04-26T06:12:49.459Z] + dpkg -l [2023-04-26T06:12:49.459Z] + grep '^ii' [2023-04-26T06:12:49.459Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T06:12:49.459Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T06:12:49.459Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T06:12:49.459Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-296 ']' [2023-04-26T06:12:49.459Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-296/archives/ [2023-04-26T06:12:49.459Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-296/archives/ [Pipeline] echo [2023-04-26T06:12:49.493Z] 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-296/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-26T06:12:49.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:12:50.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T06:12:50.423Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:12:50.577Z] prd-ubuntu20.04-docker-8c-8g-10942 does not seem to be running inside a container [2023-04-26T06:12:50.616Z] $ 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-296/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-296 -v /w/workspace/gexfoundry_device-snmp-go_PR-296:/w/workspace/gexfoundry_device-snmp-go_PR-296:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-296@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-296@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-26T06:12:50.874Z] $ docker top 70342b450b06ad4ff0370a06b5c2c083bc73681bfda2eedb542e2ae28eb6f5b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:12:51.264Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T06:12:51.575Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T06:12:51.889Z] + ls /var/log/sa-host [2023-04-26T06:12:51.889Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T06:12:52.021Z] provisioning config files... [2023-04-26T06:12:52.030Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-296@tmp/config15412245673546228187tmp [Pipeline] { [Pipeline] echo [2023-04-26T06:12:52.086Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:52.400Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T06:12:52.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:52.820Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T06:12:52.855Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:53.171Z] ---> sudo-logs.sh [2023-04-26T06:12:53.171Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T06:12:53.266Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:53.578Z] ---> job-cost.sh [2023-04-26T06:12:53.578Z] lf-activate-venv: SKIPPING [2023-04-26T06:12:53.578Z] DEBUG: total: 0.2199999988079071 [2023-04-26T06:12:53.578Z] INFO: Retrieving Stack Cost... [2023-04-26T06:12:53.837Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T06:12:54.408Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T06:12:54.441Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:12:54.753Z] ---> logs-deploy.sh [2023-04-26T06:12:54.753Z] lf-activate-venv: SKIPPING [2023-04-26T06:12:54.753Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-296/1 [2023-04-26T06:12:54.753Z] INFO: archiving workspace using pattern(s): [2023-04-26T06:12:55.690Z] Archives upload complete. [2023-04-26T06:12:55.690Z] INFO: archiving logs to Nexus [2023-04-26T06:12:56.261Z] ---> uname -a: [2023-04-26T06:12:56.261Z] Linux prd-ubuntu20-04-docker-8c-8g-10942 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-26T06:12:56.261Z] [2023-04-26T06:12:56.261Z]