Pull request #292 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c92a3c50e77c95326e7e6d634961f1872cb9a73d+b749e223b2711b185c15c0ba4cea8b5d0d469184 (649e8c62127835a09c9b1545ed922529dbd5bc23) 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-ssh1903786723869706116.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-ssh5866733754093655195.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-292/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-292/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13584676316662859868.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-292/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9682582206641535969.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-ssh16875675202776110826.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-292/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-292/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16800058099644516852.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9484 in /w/workspace/gexfoundry_device-snmp-go_PR-292 [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-292 # 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 > 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/292/head:refs/remotes/origin/PR-292 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit c92a3c50e77c95326e7e6d634961f1872cb9a73d Merge succeeded, producing c92a3c50e77c95326e7e6d634961f1872cb9a73d Checking out Revision c92a3c50e77c95326e7e6d634961f1872cb9a73d (PR-292) 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] { > git config core.sparsecheckout # timeout=10 > git checkout -f c92a3c50e77c95326e7e6d634961f1872cb9a73d # 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 b749e223b2711b185c15c0ba4cea8b5d0d469184 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c92a3c50e77c95326e7e6d634961f1872cb9a73d # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-24T05:58:33.109Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-24T05:58:33.298Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-24T05:58:33.411Z] ========================================================= [2023-04-24T05:58:33.411Z] EdgeX Global Pipelines Version Info [2023-04-24T05:58:33.411Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-24T05:58:34.158Z] ------------------- [2023-04-24T05:58:34.158Z] stable info: [2023-04-24T05:58:34.158Z] ------------------- [2023-04-24T05:58:34.158Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-24T05:58:34.158Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T05:58:34.158Z] Message: update stable to v1.0.248 [2023-04-24T05:58:34.730Z] ------------------- [2023-04-24T05:58:34.730Z] experimental info: [2023-04-24T05:58:34.730Z] ------------------- [2023-04-24T05:58:34.730Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-24T05:58:34.730Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T05:58:34.730Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-24T05:58:35.022Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-04-24T05:58:35.071Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-04-24T05:58:35.113Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-24T05:58:35.153Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-24T05:58:35.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-24T05:58:35.237Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-24T05:58:35.278Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-24T05:58:35.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-24T05:58:35.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-24T05:58:35.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-24T05:58:35.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-24T05:58:35.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-04-24T05:58:35.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-24T05:58:35.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-24T05:58:35.588Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T05:58:35.622Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T05:58:35.657Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T05:58:35.695Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T05:58:35.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-24T05:58:35.781Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-24T05:58:35.829Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-24T05:58:35.911Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-24T05:58:35.951Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-24T05:58:35.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-24T05:58:36.037Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-24T05:58:36.081Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-24T05:58:36.123Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-24T05:58:36.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-292 [Pipeline] echo [2023-04-24T05:58:36.212Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-292 [Pipeline] echo [2023-04-24T05:58:36.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-292 [Pipeline] echo [2023-04-24T05:58:36.293Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c92a3c50e77c95326e7e6d634961f1872cb9a73d [Pipeline] echo [2023-04-24T05:58:36.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c92a3c5 [Pipeline] echo [2023-04-24T05:58:36.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T05:58:36.497Z] provisioning config files... [2023-04-24T05:58:36.512Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/config10947347064415699943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T05:58:36.863Z] ---> docker-login.sh [2023-04-24T05:58:36.863Z] nexus3.edgexfoundry.org:10001 [2023-04-24T05:58:37.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:37.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:37.124Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:37.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:37.124Z] [2023-04-24T05:58:37.124Z] Login Succeeded [2023-04-24T05:58:37.124Z] nexus3.edgexfoundry.org:10002 [2023-04-24T05:58:37.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:37.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:37.386Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:37.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:37.386Z] [2023-04-24T05:58:37.386Z] Login Succeeded [2023-04-24T05:58:37.386Z] nexus3.edgexfoundry.org:10003 [2023-04-24T05:58:37.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:37.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:37.386Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:37.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:37.386Z] [2023-04-24T05:58:37.386Z] Login Succeeded [2023-04-24T05:58:37.387Z] nexus3.edgexfoundry.org:10004 [2023-04-24T05:58:37.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:37.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:37.647Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:37.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:37.647Z] [2023-04-24T05:58:37.647Z] Login Succeeded [2023-04-24T05:58:37.647Z] docker.io [2023-04-24T05:58:37.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:37.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:37.907Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:37.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:37.907Z] [2023-04-24T05:58:37.907Z] Login Succeeded [2023-04-24T05:58:37.907Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T05:58:37.935Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-24T05:58:38.597Z] + git rev-list -1 --merges c92a3c50e77c95326e7e6d634961f1872cb9a73d~1..c92a3c50e77c95326e7e6d634961f1872cb9a73d [Pipeline] echo [2023-04-24T05:58:38.664Z] -----------> git rev-list -1 --merges c92a3c50e77c95326e7e6d634961f1872cb9a73d~1..c92a3c50e77c95326e7e6d634961f1872cb9a73d c92a3c50e77c95326e7e6d634961f1872cb9a73d [false] [Pipeline] sh [2023-04-24T05:58:38.972Z] + git log --format=format:%s -1 c92a3c50e77c95326e7e6d634961f1872cb9a73d [Pipeline] echo [2023-04-24T05:58:39.005Z] ========================================================= [2023-04-24T05:58:39.005Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-24T05:58:39.005Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T05:58:39.436Z] + git log --format=format:%s -1 c92a3c50e77c95326e7e6d634961f1872cb9a73d [Pipeline] echo [2023-04-24T05:58:39.469Z] [semverPrep] GIT_COMMIT: c92a3c50e77c95326e7e6d634961f1872cb9a73d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-04-24T05:58:39.500Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-24T05:58:39.892Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T05:58:39.892Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-24T05:58:39.892Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-24T05:58:39.892Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-24T05:58:39.892Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-24T05:58:39.892Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-24T05:58:39.892Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T05:58:40.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T05:58:40.399Z] [2023-04-24T05:58:40.399Z] 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-24T05:58:40.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T05:58:40.782Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-24T05:58:40.782Z] b85a868b505f: Pulling fs layer [2023-04-24T05:58:40.782Z] e2be974225ed: Pulling fs layer [2023-04-24T05:58:40.782Z] 339a4e72a1f5: Pulling fs layer [2023-04-24T05:58:40.782Z] 988bab9f4d93: Pulling fs layer [2023-04-24T05:58:40.782Z] 1469e6f7b9e6: Pulling fs layer [2023-04-24T05:58:40.782Z] eaf3925da568: Pulling fs layer [2023-04-24T05:58:40.782Z] bab4dde63d76: Pulling fs layer [2023-04-24T05:58:40.782Z] bde34c3a00c8: Pulling fs layer [2023-04-24T05:58:40.782Z] b352a97aabf1: Pulling fs layer [2023-04-24T05:58:40.782Z] 4872d77fe225: Pulling fs layer [2023-04-24T05:58:40.782Z] 5851b861e8e6: Pulling fs layer [2023-04-24T05:58:40.782Z] bab4dde63d76: Waiting [2023-04-24T05:58:40.782Z] b352a97aabf1: Waiting [2023-04-24T05:58:40.782Z] 4872d77fe225: Waiting [2023-04-24T05:58:40.782Z] bde34c3a00c8: Waiting [2023-04-24T05:58:40.782Z] 988bab9f4d93: Waiting [2023-04-24T05:58:40.782Z] 1469e6f7b9e6: Waiting [2023-04-24T05:58:40.782Z] eaf3925da568: Waiting [2023-04-24T05:58:40.782Z] e2be974225ed: Download complete [2023-04-24T05:58:40.782Z] 988bab9f4d93: Verifying Checksum [2023-04-24T05:58:40.782Z] 988bab9f4d93: Download complete [2023-04-24T05:58:40.782Z] 1469e6f7b9e6: Verifying Checksum [2023-04-24T05:58:40.782Z] 1469e6f7b9e6: Download complete [2023-04-24T05:58:40.782Z] eaf3925da568: Verifying Checksum [2023-04-24T05:58:40.782Z] eaf3925da568: Download complete [2023-04-24T05:58:40.782Z] 339a4e72a1f5: Verifying Checksum [2023-04-24T05:58:40.782Z] 339a4e72a1f5: Download complete [2023-04-24T05:58:41.044Z] bde34c3a00c8: Verifying Checksum [2023-04-24T05:58:41.044Z] bde34c3a00c8: Download complete [2023-04-24T05:58:41.044Z] b352a97aabf1: Download complete [2023-04-24T05:58:41.044Z] 4872d77fe225: Download complete [2023-04-24T05:58:41.044Z] 5851b861e8e6: Verifying Checksum [2023-04-24T05:58:41.044Z] 5851b861e8e6: Download complete [2023-04-24T05:58:41.044Z] b85a868b505f: Verifying Checksum [2023-04-24T05:58:41.044Z] b85a868b505f: Download complete [2023-04-24T05:58:41.304Z] bab4dde63d76: Verifying Checksum [2023-04-24T05:58:41.304Z] bab4dde63d76: Download complete [2023-04-24T05:58:42.242Z] b85a868b505f: Pull complete [2023-04-24T05:58:42.501Z] e2be974225ed: Pull complete [2023-04-24T05:58:43.071Z] 339a4e72a1f5: Pull complete [2023-04-24T05:58:43.071Z] 988bab9f4d93: Pull complete [2023-04-24T05:58:43.332Z] 1469e6f7b9e6: Pull complete [2023-04-24T05:58:43.332Z] eaf3925da568: Pull complete [2023-04-24T05:58:45.231Z] bab4dde63d76: Pull complete [2023-04-24T05:58:45.231Z] bde34c3a00c8: Pull complete [2023-04-24T05:58:45.231Z] b352a97aabf1: Pull complete [2023-04-24T05:58:45.231Z] 4872d77fe225: Pull complete [2023-04-24T05:58:45.492Z] 5851b861e8e6: Pull complete [2023-04-24T05:58:45.492Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-24T05:58:45.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T05:58:45.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T05:58:45.722Z] prd-ubuntu20.04-docker-8c-8g-9484 does not seem to be running inside a container [2023-04-24T05:58:45.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-292 -v /w/workspace/gexfoundry_device-snmp-go_PR-292:/w/workspace/gexfoundry_device-snmp-go_PR-292:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-292@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-24T05:58:48.193Z] $ docker top 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 -eo pid,comm [2023-04-24T05:58:48.255Z] 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-24T05:58:48.255Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T05:58:48.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T05:58:48.391Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T05:58:48.510Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T05:58:48.513Z] $ docker exec 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 ssh-agent [2023-04-24T05:58:48.630Z] SSH_AUTH_SOCK=/tmp/ssh-8lVpxkUQTHeM/agent.32 [2023-04-24T05:58:48.630Z] SSH_AGENT_PID=38 [2023-04-24T05:58:48.637Z] Running ssh-add (command line suppressed) [2023-04-24T05:58:48.747Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/private_key_15893126304692735551.key (/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/private_key_15893126304692735551.key) [2023-04-24T05:58:48.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T05:58:49.096Z] + git tag --points-at HEAD [Pipeline] } [2023-04-24T05:58:49.123Z] $ docker exec --env ******** --env ******** 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 ssh-agent -k [2023-04-24T05:58:49.220Z] unset SSH_AUTH_SOCK; [2023-04-24T05:58:49.221Z] unset SSH_AGENT_PID; [2023-04-24T05:58:49.221Z] echo Agent pid 38 killed; [2023-04-24T05:58:49.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-24T05:58:49.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T05:58:49.307Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T05:58:49.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T05:58:49.417Z] $ docker exec 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 ssh-agent [2023-04-24T05:58:49.518Z] SSH_AUTH_SOCK=/tmp/ssh-XXEYhuCLeRYV/agent.70 [2023-04-24T05:58:49.518Z] SSH_AGENT_PID=76 [2023-04-24T05:58:49.524Z] Running ssh-add (command line suppressed) [2023-04-24T05:58:49.610Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/private_key_11265236013642123297.key (/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/private_key_11265236013642123297.key) [2023-04-24T05:58:49.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T05:58:49.949Z] + git semver init [2023-04-24T05:58:50.209Z] 2023-04-24 05:58:50,125 [run_init] DEBUG init version:0.0.0 force:False [2023-04-24T05:58:50.209Z] 2023-04-24 05:58:50,126 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver [2023-04-24T05:58:50.209Z] 2023-04-24 05:58:50,126 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-292/.semver [2023-04-24T05:58:50.209Z] 2023-04-24 05:58:50,127 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-292, universal_newlines=False, shell=None, istream=None) [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,894 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-292/.git/info/exclude [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,894 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver/PR-292 with force:False [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,894 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver/PR-292 [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,899 [execute] INFO git cat-file --batch-check [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,906 [execute] INFO git cat-file --batch [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,906 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-292/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T05:58:51.149Z] 2023-04-24 05:58:50,911 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-292/.semver/PR-292 [2023-04-24T05:58:51.149Z] 0.0.0 [Pipeline] } [2023-04-24T05:58:51.176Z] $ docker exec --env ******** --env ******** 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 ssh-agent -k [2023-04-24T05:58:51.279Z] unset SSH_AUTH_SOCK; [2023-04-24T05:58:51.279Z] unset SSH_AGENT_PID; [2023-04-24T05:58:51.279Z] echo Agent pid 76 killed; [2023-04-24T05:58:51.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T05:58:51.796Z] + git semver [Pipeline] } [2023-04-24T05:58:52.080Z] $ docker stop --time=1 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 [2023-04-24T05:58:53.409Z] $ docker rm -f --volumes 6833f15680c85a03c265e10edb9ee3bdc578ab79fff53d83dcce9202e5935995 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T05:58:53.830Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-24T05:58:54.098Z] Stashed 1 file(s) [Pipeline] echo [2023-04-24T05:58:54.116Z] [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-24T05:58:54.714Z] provisioning config files... [2023-04-24T05:58:54.725Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/config5632883251493582988tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T05:58:55.073Z] ---> docker-login.sh [2023-04-24T05:58:55.073Z] nexus3.edgexfoundry.org:10001 [2023-04-24T05:58:55.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:55.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:55.073Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:55.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:55.073Z] [2023-04-24T05:58:55.073Z] Login Succeeded [2023-04-24T05:58:55.073Z] nexus3.edgexfoundry.org:10002 [2023-04-24T05:58:55.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:55.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:55.073Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:55.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:55.073Z] [2023-04-24T05:58:55.073Z] Login Succeeded [2023-04-24T05:58:55.073Z] nexus3.edgexfoundry.org:10003 [2023-04-24T05:58:55.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:55.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:55.335Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:55.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:55.335Z] [2023-04-24T05:58:55.335Z] Login Succeeded [2023-04-24T05:58:55.335Z] nexus3.edgexfoundry.org:10004 [2023-04-24T05:58:55.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:55.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:55.335Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:55.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:55.335Z] [2023-04-24T05:58:55.335Z] Login Succeeded [2023-04-24T05:58:55.335Z] docker.io [2023-04-24T05:58:55.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T05:58:55.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T05:58:55.594Z] Configure a credential helper to remove this warning. See [2023-04-24T05:58:55.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T05:58:55.594Z] [2023-04-24T05:58:55.594Z] Login Succeeded [2023-04-24T05:58:55.594Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T05:58:55.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T05:58:55.827Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T05:58:55.867Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T05:58:55.905Z] ========================================================= [2023-04-24T05:58:55.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-24T05:58:55.906Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T05:58:56.365Z] + 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-24T05:58:56.365Z] Sending build context to Docker daemon 5.797MB [2023-04-24T05:58:56.365Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T05:58:56.365Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T05:58:56.365Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-24T05:58:56.365Z] 63b65145d645: Pulling fs layer [2023-04-24T05:58:56.365Z] a2d21d5440eb: Pulling fs layer [2023-04-24T05:58:56.365Z] 935e6c44a52c: Pulling fs layer [2023-04-24T05:58:56.365Z] 94cc34f8dd06: Pulling fs layer [2023-04-24T05:58:56.365Z] 30dea6a524f1: Pulling fs layer [2023-04-24T05:58:56.365Z] a2aff8979fd8: Pulling fs layer [2023-04-24T05:58:56.365Z] 6808be2612f2: Pulling fs layer [2023-04-24T05:58:56.365Z] f25807f1079a: Pulling fs layer [2023-04-24T05:58:56.365Z] 94cc34f8dd06: Waiting [2023-04-24T05:58:56.365Z] 30dea6a524f1: Waiting [2023-04-24T05:58:56.365Z] 6808be2612f2: Waiting [2023-04-24T05:58:56.365Z] a2aff8979fd8: Waiting [2023-04-24T05:58:56.365Z] f25807f1079a: Waiting [2023-04-24T05:58:56.365Z] a2d21d5440eb: Verifying Checksum [2023-04-24T05:58:56.365Z] a2d21d5440eb: Download complete [2023-04-24T05:58:56.365Z] 94cc34f8dd06: Download complete [2023-04-24T05:58:56.365Z] 30dea6a524f1: Download complete [2023-04-24T05:58:56.623Z] 63b65145d645: Verifying Checksum [2023-04-24T05:58:56.623Z] 63b65145d645: Download complete [2023-04-24T05:58:56.623Z] a2aff8979fd8: Verifying Checksum [2023-04-24T05:58:56.623Z] a2aff8979fd8: Download complete [2023-04-24T05:58:56.623Z] 63b65145d645: Pull complete [2023-04-24T05:58:56.888Z] a2d21d5440eb: Pull complete [2023-04-24T05:58:56.888Z] f25807f1079a: Verifying Checksum [2023-04-24T05:58:56.888Z] f25807f1079a: Download complete [2023-04-24T05:58:57.147Z] 935e6c44a52c: Download complete [2023-04-24T05:58:57.406Z] 6808be2612f2: Verifying Checksum [2023-04-24T05:58:57.406Z] 6808be2612f2: Download complete [2023-04-24T05:59:00.684Z] 935e6c44a52c: Pull complete [2023-04-24T05:59:00.684Z] 94cc34f8dd06: Pull complete [2023-04-24T05:59:00.684Z] 30dea6a524f1: Pull complete [2023-04-24T05:59:00.684Z] a2aff8979fd8: Pull complete [2023-04-24T05:59:03.211Z] 6808be2612f2: Pull complete [2023-04-24T05:59:03.471Z] f25807f1079a: Pull complete [2023-04-24T05:59:03.471Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-24T05:59:03.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T05:59:03.471Z] ---> 3b553350e43f [2023-04-24T05:59:03.471Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T05:59:07.710Z] ---> Running in 135e51f26d5a [2023-04-24T05:59:07.710Z] Removing intermediate container 135e51f26d5a [2023-04-24T05:59:07.710Z] ---> be27ebbdfc2d [2023-04-24T05:59:07.710Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T05:59:07.710Z] ---> Running in e2b7369bbf85 [2023-04-24T05:59:07.710Z] Removing intermediate container e2b7369bbf85 [2023-04-24T05:59:07.710Z] ---> 598c3c38dee4 [2023-04-24T05:59:07.710Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T05:59:07.710Z] ---> Running in 7d543928cab7 [2023-04-24T05:59:07.710Z] Removing intermediate container 7d543928cab7 [2023-04-24T05:59:07.710Z] ---> a4073b02961d [2023-04-24T05:59:07.710Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T05:59:07.710Z] ---> Running in bbe9b3903378 [2023-04-24T05:59:07.710Z] Removing intermediate container bbe9b3903378 [2023-04-24T05:59:07.710Z] ---> ec3ef8d9e430 [2023-04-24T05:59:07.710Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T05:59:07.710Z] ---> Running in dbd3b6440f71 [2023-04-24T05:59:07.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T05:59:08.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T05:59:08.489Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T05:59:08.489Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T05:59:08.489Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T05:59:08.489Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T05:59:08.489Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T05:59:08.489Z] OK: 269 MiB in 57 packages [2023-04-24T05:59:09.056Z] Removing intermediate container dbd3b6440f71 [2023-04-24T05:59:09.056Z] ---> 4e0e6dfc461f [2023-04-24T05:59:09.056Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-24T05:59:09.056Z] ---> Running in 773ac86a78e0 [2023-04-24T05:59:09.056Z] Removing intermediate container 773ac86a78e0 [2023-04-24T05:59:09.056Z] ---> 325e0441f10c [2023-04-24T05:59:09.056Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T05:59:09.314Z] ---> b6030c2532d7 [2023-04-24T05:59:09.314Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T05:59:09.314Z] ---> Running in bb948867decc [2023-04-24T05:59:09.527Z] Still waiting to schedule task [2023-04-24T05:59:09.527Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-24T05:59:35.927Z] Removing intermediate container bb948867decc [2023-04-24T05:59:35.927Z] ---> 1269907e2a11 [2023-04-24T05:59:35.927Z] Step 11/12 : COPY . . [2023-04-24T05:59:35.927Z] ---> 4e7fc0e315ba [2023-04-24T05:59:35.927Z] Step 12/12 : RUN ${MAKE} [2023-04-24T05:59:35.927Z] ---> Running in e42615734b82 [2023-04-24T05:59:35.927Z] noop [2023-04-24T05:59:35.927Z] Removing intermediate container e42615734b82 [2023-04-24T05:59:35.927Z] ---> ec3c2bd33643 [2023-04-24T05:59:35.927Z] Successfully built ec3c2bd33643 [2023-04-24T05:59:35.927Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T05:59:36.365Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T05:59:36.365Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T05:59:36.516Z] prd-ubuntu20.04-docker-8c-8g-9484 does not seem to be running inside a container [2023-04-24T05:59:36.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-292 -v /w/workspace/gexfoundry_device-snmp-go_PR-292:/w/workspace/gexfoundry_device-snmp-go_PR-292:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-292@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-24T05:59:36.886Z] $ docker top 162835b3cd0775bcc13b19635910703bccdaaf393ac6af95e0aa846c64a96c65 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T05:59:37.270Z] + go version [2023-04-24T05:59:37.270Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-24T05:59:37.309Z] $ docker stop --time=1 162835b3cd0775bcc13b19635910703bccdaaf393ac6af95e0aa846c64a96c65 [2023-04-24T05:59:38.591Z] $ docker rm -f --volumes 162835b3cd0775bcc13b19635910703bccdaaf393ac6af95e0aa846c64a96c65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T05:59:39.300Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T05:59:39.300Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T05:59:39.461Z] prd-ubuntu20.04-docker-8c-8g-9484 does not seem to be running inside a container [2023-04-24T05:59:39.496Z] $ 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-292 -v /w/workspace/gexfoundry_device-snmp-go_PR-292:/w/workspace/gexfoundry_device-snmp-go_PR-292:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-292@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-24T05:59:39.840Z] $ docker top 3d325fafd94e307e73c865e0759284af32f830cda0d6746f5335d83b35a9e1c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T05:59:40.217Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-292 [Pipeline] fileExists [Pipeline] sh [2023-04-24T05:59:40.575Z] + make test [2023-04-24T05:59:40.575Z] go test ./... -coverprofile=coverage.out [2023-04-24T05:59:45.843Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-24T05:59:55.807Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-24T05:59:55.807Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.010s coverage: 0.0% of statements [2023-04-24T06:00:02.493Z] go vet ./... [2023-04-24T06:00:06.448Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T06:00:06.448Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T06:00:06.448Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T06:00:07.595Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T06:00:07.659Z] $ docker stop --time=1 3d325fafd94e307e73c865e0759284af32f830cda0d6746f5335d83b35a9e1c0 [2023-04-24T06:00:11.697Z] $ docker rm -f --volumes 3d325fafd94e307e73c865e0759284af32f830cda0d6746f5335d83b35a9e1c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T06:00:12.231Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T06:00:12.288Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-24T06:00:13.405Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T06:00:13.718Z] + ls -al . [2023-04-24T06:00:13.718Z] total 172 [2023-04-24T06:00:13.718Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 05:59 . [2023-04-24T06:00:13.718Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 05:58 .. [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 24 05:58 .dockerignore [2023-04-24T06:00:13.718Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 05:58 .git [2023-04-24T06:00:13.718Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:58 .github [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 24 05:58 .gitignore [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 05:58 .golangci.yml [2023-04-24T06:00:13.718Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 05:58 .semver [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 24 05:58 Attribution.txt [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 24 05:58 CHANGELOG.md [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 24 05:58 Dockerfile [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 05:58 GOVERNANCE.md [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 24 05:58 Jenkinsfile [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 05:58 LICENSE [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 24 05:58 Makefile [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 24 05:58 OWNERS.md [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 24 05:58 README.md [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 05:58 VERSION [2023-04-24T06:00:13.718Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 05:58 bin [2023-04-24T06:00:13.718Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:58 cmd [2023-04-24T06:00:13.718Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 24 05:59 coverage.out [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 24 05:58 go.mod [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 24 05:58 go.sum [2023-04-24T06:00:13.718Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:58 internal [2023-04-24T06:00:13.718Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 05:58 snap [2023-04-24T06:00:13.718Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 24 05:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:00:16.051Z] + 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=c92a3c50e77c95326e7e6d634961f1872cb9a73d --label arch=amd64 --label version=0.0.0 . [2023-04-24T06:00:16.051Z] Sending build context to Docker daemon 5.807MB [2023-04-24T06:00:16.051Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T06:00:16.051Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-24T06:00:16.051Z] ---> ec3c2bd33643 [2023-04-24T06:00:16.051Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T06:00:16.051Z] ---> Running in 1e14b47a5fae [2023-04-24T06:00:16.051Z] Removing intermediate container 1e14b47a5fae [2023-04-24T06:00:16.051Z] ---> 6d79505ece58 [2023-04-24T06:00:16.051Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T06:00:16.051Z] ---> Running in 65c03bd91061 [2023-04-24T06:00:16.051Z] Removing intermediate container 65c03bd91061 [2023-04-24T06:00:16.051Z] ---> 3c32bfa68af0 [2023-04-24T06:00:16.051Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T06:00:16.051Z] ---> Running in 4757b0891c0c [2023-04-24T06:00:16.051Z] Removing intermediate container 4757b0891c0c [2023-04-24T06:00:16.051Z] ---> d5645a603800 [2023-04-24T06:00:16.051Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T06:00:16.051Z] ---> Running in dae808eefb01 [2023-04-24T06:00:16.051Z] Removing intermediate container dae808eefb01 [2023-04-24T06:00:16.051Z] ---> c9e3793bfac5 [2023-04-24T06:00:16.051Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T06:00:16.051Z] ---> Running in 10c737ac1c1d [2023-04-24T06:00:16.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T06:00:17.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T06:00:17.954Z] OK: 269 MiB in 57 packages [2023-04-24T06:00:18.213Z] Removing intermediate container 10c737ac1c1d [2023-04-24T06:00:18.213Z] ---> 85ea7c29da14 [2023-04-24T06:00:18.213Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-24T06:00:18.213Z] ---> Running in 1309e4e03fad [2023-04-24T06:00:18.475Z] Removing intermediate container 1309e4e03fad [2023-04-24T06:00:18.475Z] ---> 3936a4290f67 [2023-04-24T06:00:18.475Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-24T06:00:18.475Z] ---> 181973308276 [2023-04-24T06:00:18.475Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T06:00:18.475Z] ---> Running in f9e948bc3a21 [2023-04-24T06:00:19.426Z] Removing intermediate container f9e948bc3a21 [2023-04-24T06:00:19.426Z] ---> 913189815241 [2023-04-24T06:00:19.426Z] Step 11/24 : COPY . . [2023-04-24T06:00:19.683Z] ---> 1695689ec34e [2023-04-24T06:00:19.683Z] Step 12/24 : RUN ${MAKE} [2023-04-24T06:00:19.683Z] ---> Running in f179f6cd98cd [2023-04-24T06:00:19.954Z] 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-24T06:00:42.042Z] Removing intermediate container f179f6cd98cd [2023-04-24T06:00:42.042Z] ---> f5218215e32c [2023-04-24T06:00:42.042Z] Step 13/24 : FROM alpine:3.17 [2023-04-24T06:00:42.042Z] 3.17: Pulling from library/alpine [2023-04-24T06:00:42.042Z] f56be85fc22e: Pulling fs layer [2023-04-24T06:00:42.042Z] f56be85fc22e: Verifying Checksum [2023-04-24T06:00:42.042Z] f56be85fc22e: Download complete [2023-04-24T06:00:42.042Z] f56be85fc22e: Pull complete [2023-04-24T06:00:42.042Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T06:00:42.042Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T06:00:42.042Z] ---> 9ed4aefc74f6 [2023-04-24T06:00:42.042Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T06:00:42.042Z] ---> Running in e928042cc50c [2023-04-24T06:00:42.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T06:00:42.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T06:00:42.042Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T06:00:42.042Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T06:00:42.042Z] OK: 7 MiB in 16 packages [2023-04-24T06:00:42.042Z] Removing intermediate container e928042cc50c [2023-04-24T06:00:42.042Z] ---> de166fae11cc [2023-04-24T06:00:42.042Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-24T06:00:42.042Z] ---> e94f7373170c [2023-04-24T06:00:42.042Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-24T06:00:42.042Z] ---> 890c21a5f449 [2023-04-24T06:00:42.042Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-24T06:00:42.302Z] ---> 1c3b17a174e6 [2023-04-24T06:00:42.302Z] Step 18/24 : EXPOSE 59993 [2023-04-24T06:00:42.302Z] ---> Running in c10fb9ba8138 [2023-04-24T06:00:42.302Z] Removing intermediate container c10fb9ba8138 [2023-04-24T06:00:42.302Z] ---> 8760436afa23 [2023-04-24T06:00:42.302Z] Step 19/24 : EXPOSE 161 [2023-04-24T06:00:42.302Z] ---> Running in 6600f3f2b109 [2023-04-24T06:00:42.302Z] Removing intermediate container 6600f3f2b109 [2023-04-24T06:00:42.302Z] ---> 5facdafdbce4 [2023-04-24T06:00:42.302Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-24T06:00:42.302Z] ---> Running in 56a5ff7787bc [2023-04-24T06:00:42.562Z] Removing intermediate container 56a5ff7787bc [2023-04-24T06:00:42.562Z] ---> 03b39cb4628b [2023-04-24T06:00:42.562Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T06:00:42.562Z] ---> Running in 23ee94fa47d5 [2023-04-24T06:00:42.562Z] Removing intermediate container 23ee94fa47d5 [2023-04-24T06:00:42.562Z] ---> 280a198fbbdc [2023-04-24T06:00:42.562Z] Step 22/24 : LABEL arch=amd64 [2023-04-24T06:00:42.562Z] ---> Running in 083d6b45e8ae [2023-04-24T06:00:42.562Z] Removing intermediate container 083d6b45e8ae [2023-04-24T06:00:42.562Z] ---> b2c7238689ec [2023-04-24T06:00:42.562Z] Step 23/24 : LABEL git_sha=c92a3c50e77c95326e7e6d634961f1872cb9a73d [2023-04-24T06:00:42.562Z] ---> Running in b1d794d3d3c7 [2023-04-24T06:00:42.820Z] Removing intermediate container b1d794d3d3c7 [2023-04-24T06:00:42.820Z] ---> 5bc8c7f0b6f3 [2023-04-24T06:00:42.820Z] Step 24/24 : LABEL version=0.0.0 [2023-04-24T06:00:42.820Z] ---> Running in b0954a076d60 [2023-04-24T06:00:42.820Z] Removing intermediate container b0954a076d60 [2023-04-24T06:00:42.820Z] ---> 04c1ab51bdda [2023-04-24T06:00:42.820Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T06:00:42.820Z] Successfully built 04c1ab51bdda [2023-04-24T06:00:42.820Z] 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-24T06:00:43.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T06:00:43.707Z] [2023-04-24T06:00:43.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:00:44.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T06:00:44.080Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-24T06:00:44.080Z] 5eb5b503b376: Pulling fs layer [2023-04-24T06:00:44.080Z] 5c69ac0246d0: Pulling fs layer [2023-04-24T06:00:44.080Z] ec43610c2a17: Pulling fs layer [2023-04-24T06:00:44.080Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-24T06:00:44.080Z] 33b1e0a273af: Pulling fs layer [2023-04-24T06:00:44.080Z] 5d3b04190fa2: Pulling fs layer [2023-04-24T06:00:44.080Z] 2f39f015ded8: Pulling fs layer [2023-04-24T06:00:44.080Z] 33b1e0a273af: Waiting [2023-04-24T06:00:44.080Z] 5d3b04190fa2: Waiting [2023-04-24T06:00:44.080Z] 2f39f015ded8: Waiting [2023-04-24T06:00:44.080Z] 5c69ac0246d0: Verifying Checksum [2023-04-24T06:00:44.080Z] 5c69ac0246d0: Download complete [2023-04-24T06:00:44.080Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-24T06:00:44.080Z] 3a2ae6a8a46f: Download complete [2023-04-24T06:00:44.080Z] 33b1e0a273af: Verifying Checksum [2023-04-24T06:00:44.080Z] 33b1e0a273af: Download complete [2023-04-24T06:00:44.080Z] 5d3b04190fa2: Verifying Checksum [2023-04-24T06:00:44.080Z] 5d3b04190fa2: Download complete [2023-04-24T06:00:44.080Z] ec43610c2a17: Download complete [2023-04-24T06:00:44.338Z] 5eb5b503b376: Verifying Checksum [2023-04-24T06:00:44.338Z] 5eb5b503b376: Download complete [2023-04-24T06:00:44.902Z] 2f39f015ded8: Download complete [2023-04-24T06:00:45.469Z] 5eb5b503b376: Pull complete [2023-04-24T06:00:45.469Z] 5c69ac0246d0: Pull complete [2023-04-24T06:00:46.035Z] ec43610c2a17: Pull complete [2023-04-24T06:00:46.035Z] 3a2ae6a8a46f: Pull complete [2023-04-24T06:00:46.294Z] 33b1e0a273af: Pull complete [2023-04-24T06:00:46.294Z] 5d3b04190fa2: Pull complete [2023-04-24T06:00:50.477Z] 2f39f015ded8: Pull complete [2023-04-24T06:00:50.477Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-24T06:00:50.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T06:00:50.477Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T06:00:50.717Z] prd-ubuntu20.04-docker-8c-8g-9484 does not seem to be running inside a container [2023-04-24T06:00:50.757Z] $ 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-292 -v /w/workspace/gexfoundry_device-snmp-go_PR-292:/w/workspace/gexfoundry_device-snmp-go_PR-292:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-292@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-24T06:00:53.604Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9488 in /w/workspace/gexfoundry_device-snmp-go_PR-292 [2023-04-24T06:00:54.446Z] $ docker top 229af37ef552a50bcf5308cc46d1c5fa0446147df7f3fe353fb3b26938dda335 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-04-24T06:00:54.702Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-24T06:00:54.781Z] Selected Git installation does not exist. Using Default [2023-04-24T06:00:54.781Z] The recommended git tool is: NONE [2023-04-24T06:00:54.936Z] ---> job-cost.sh [2023-04-24T06:00:54.936Z] lf-activate-venv: SKIPPING [2023-04-24T06:00:54.936Z] INFO: No Stack... [2023-04-24T06:00:55.194Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T06:00:55.763Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T06:00:56.074Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-292/archives/cost.csv [2023-04-24T06:00:56.075Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T06:00:56.116Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [2023-04-24T06:00:56.121Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] did not exist. Created. [2023-04-24T06:00:56.121Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T06:00:56.510Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-24T06:00:56.553Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T06:00:56.587Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T06:00:56.672Z] $ docker stop --time=1 229af37ef552a50bcf5308cc46d1c5fa0446147df7f3fe353fb3b26938dda335 [2023-04-24T06:00:57.816Z] $ docker rm -f --volumes 229af37ef552a50bcf5308cc46d1c5fa0446147df7f3fe353fb3b26938dda335 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-24T06:01:00.240Z] using credential edgex-jenkins-ssh [2023-04-24T06:01:00.262Z] Cloning the remote Git repository [2023-04-24T06:01:00.316Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-04-24T06:01:00.424Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-04-24T06:01:00.604Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-24T06:01:00.605Z] > git --version # timeout=10 [2023-04-24T06:01:00.632Z] > git --version # 'git version 2.25.1' [2023-04-24T06:01:00.635Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T06:01:00.790Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T06:01:01.888Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-24T06:01:01.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T06:01:03.336Z] Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit c92a3c50e77c95326e7e6d634961f1872cb9a73d [2023-04-24T06:01:03.608Z] Merge succeeded, producing c92a3c50e77c95326e7e6d634961f1872cb9a73d [2023-04-24T06:01:03.608Z] Checking out Revision c92a3c50e77c95326e7e6d634961f1872cb9a73d (PR-292) [2023-04-24T06:01:02.811Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-24T06:01:02.848Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-24T06:01:02.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T06:01:02.864Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/292/head:refs/remotes/origin/PR-292 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-24T06:01:03.355Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T06:01:03.425Z] > git checkout -f c92a3c50e77c95326e7e6d634961f1872cb9a73d # timeout=10 [2023-04-24T06:01:03.509Z] > git remote # timeout=10 [2023-04-24T06:01:03.524Z] > git config --get remote.origin.url # timeout=10 [2023-04-24T06:01:03.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T06:01:03.566Z] > git merge b749e223b2711b185c15c0ba4cea8b5d0d469184 # timeout=10 [2023-04-24T06:01:03.595Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-24T06:01:03.616Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T06:01:03.631Z] > git checkout -f c92a3c50e77c95326e7e6d634961f1872cb9a73d # timeout=10 [2023-04-24T06:01:04.044Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-24T06:01:04.095Z] > git --version # timeout=10 [2023-04-24T06:01:04.106Z] > git --version # 'git version 2.25.1' [2023-04-24T06:01:04.125Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T06:01:05.226Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-24T06:01:05.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T06:01:05.226Z] Dload Upload Total Spent Left Speed [2023-04-24T06:01:05.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2023-04-24T06:01:05.773Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-24T06:01:06.125Z] + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json /etc/docker/daemon.new [2023-04-24T06:01:06.125Z] [2023-04-24T06:01:06.125Z] { [2023-04-24T06:01:06.125Z] "registry-mirrors": [ [2023-04-24T06:01:06.125Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-24T06:01:06.125Z] ], [2023-04-24T06:01:06.125Z] "bip": "10.250.0.254/24", [2023-04-24T06:01:06.125Z] "hosts": [ [2023-04-24T06:01:06.125Z] "tcp://0.0.0.0:5555", [2023-04-24T06:01:06.125Z] "unix:///var/run/docker.sock" [2023-04-24T06:01:06.125Z] ], [2023-04-24T06:01:06.125Z] "mtu": 1458, [2023-04-24T06:01:06.125Z] "selinux-enabled": true, [2023-04-24T06:01:06.125Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-24T06:01:06.125Z] } [Pipeline] sh [2023-04-24T06:01:06.476Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-24T06:01:06.826Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T06:01:25.166Z] provisioning config files... [2023-04-24T06:01:25.194Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config12103102827461101956tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:01:25.591Z] ---> docker-login.sh [2023-04-24T06:01:25.592Z] nexus3.edgexfoundry.org:10001 [2023-04-24T06:01:26.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T06:01:26.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T06:01:26.183Z] Configure a credential helper to remove this warning. See [2023-04-24T06:01:26.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T06:01:26.183Z] [2023-04-24T06:01:26.183Z] Login Succeeded [2023-04-24T06:01:26.183Z] nexus3.edgexfoundry.org:10002 [2023-04-24T06:01:26.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T06:01:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T06:01:26.455Z] Configure a credential helper to remove this warning. See [2023-04-24T06:01:26.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T06:01:26.455Z] [2023-04-24T06:01:26.455Z] Login Succeeded [2023-04-24T06:01:26.727Z] nexus3.edgexfoundry.org:10003 [2023-04-24T06:01:26.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T06:01:27.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T06:01:27.001Z] Configure a credential helper to remove this warning. See [2023-04-24T06:01:27.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T06:01:27.001Z] [2023-04-24T06:01:27.001Z] Login Succeeded [2023-04-24T06:01:27.001Z] nexus3.edgexfoundry.org:10004 [2023-04-24T06:01:27.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T06:01:27.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T06:01:27.275Z] Configure a credential helper to remove this warning. See [2023-04-24T06:01:27.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T06:01:27.275Z] [2023-04-24T06:01:27.275Z] Login Succeeded [2023-04-24T06:01:27.275Z] docker.io [2023-04-24T06:01:27.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T06:01:27.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T06:01:27.820Z] Configure a credential helper to remove this warning. See [2023-04-24T06:01:27.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T06:01:27.820Z] [2023-04-24T06:01:27.820Z] Login Succeeded [2023-04-24T06:01:27.820Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T06:01:27.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T06:01:28.278Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T06:01:28.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T06:01:28.352Z] ========================================================= [2023-04-24T06:01:28.352Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-24T06:01:28.352Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:01:28.861Z] + 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-24T06:01:29.131Z] Sending build context to Docker daemon 3.002MB [2023-04-24T06:01:29.131Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T06:01:29.131Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T06:01:29.403Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-24T06:01:29.403Z] af6eaf76a39c: Pulling fs layer [2023-04-24T06:01:29.403Z] 55522c791124: Pulling fs layer [2023-04-24T06:01:29.403Z] ce5c4a1c91eb: Pulling fs layer [2023-04-24T06:01:29.403Z] 169dfbe0d373: Pulling fs layer [2023-04-24T06:01:29.403Z] e1ff8fa3b103: Pulling fs layer [2023-04-24T06:01:29.403Z] 52ebb69f0ebf: Pulling fs layer [2023-04-24T06:01:29.403Z] 5abe8eddf0d5: Pulling fs layer [2023-04-24T06:01:29.403Z] e1ff8fa3b103: Waiting [2023-04-24T06:01:29.403Z] 52ebb69f0ebf: Waiting [2023-04-24T06:01:29.403Z] 5abe8eddf0d5: Waiting [2023-04-24T06:01:29.403Z] 169dfbe0d373: Waiting [2023-04-24T06:01:29.403Z] 55522c791124: Download complete [2023-04-24T06:01:29.403Z] 169dfbe0d373: Verifying Checksum [2023-04-24T06:01:29.403Z] 169dfbe0d373: Download complete [2023-04-24T06:01:29.403Z] e1ff8fa3b103: Verifying Checksum [2023-04-24T06:01:29.403Z] e1ff8fa3b103: Download complete [2023-04-24T06:01:29.403Z] af6eaf76a39c: Verifying Checksum [2023-04-24T06:01:29.403Z] af6eaf76a39c: Download complete [2023-04-24T06:01:30.395Z] af6eaf76a39c: Pull complete [2023-04-24T06:01:30.667Z] 5abe8eddf0d5: Verifying Checksum [2023-04-24T06:01:30.667Z] 5abe8eddf0d5: Download complete [2023-04-24T06:01:31.256Z] 55522c791124: Pull complete [2023-04-24T06:01:31.842Z] ce5c4a1c91eb: Verifying Checksum [2023-04-24T06:01:31.842Z] ce5c4a1c91eb: Download complete [2023-04-24T06:01:32.119Z] 52ebb69f0ebf: Verifying Checksum [2023-04-24T06:01:32.119Z] 52ebb69f0ebf: Download complete [2023-04-24T06:01:44.616Z] ce5c4a1c91eb: Pull complete [2023-04-24T06:01:44.616Z] 169dfbe0d373: Pull complete [2023-04-24T06:01:44.616Z] e1ff8fa3b103: Pull complete [2023-04-24T06:01:52.844Z] 52ebb69f0ebf: Pull complete [2023-04-24T06:01:53.818Z] 5abe8eddf0d5: Pull complete [2023-04-24T06:01:53.818Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-24T06:01:53.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T06:01:53.818Z] ---> 6cb57ee374ae [2023-04-24T06:01:53.818Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T06:01:55.771Z] ---> Running in 283b89eb7480 [2023-04-24T06:01:56.042Z] Removing intermediate container 283b89eb7480 [2023-04-24T06:01:56.042Z] ---> f2c8bc864582 [2023-04-24T06:01:56.042Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T06:01:56.042Z] ---> Running in ae0597c9b5f0 [2023-04-24T06:01:56.319Z] Removing intermediate container ae0597c9b5f0 [2023-04-24T06:01:56.319Z] ---> 7952594f1751 [2023-04-24T06:01:56.319Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T06:01:56.588Z] ---> Running in 519120e92684 [2023-04-24T06:01:56.855Z] Removing intermediate container 519120e92684 [2023-04-24T06:01:56.855Z] ---> 2ad0489b7553 [2023-04-24T06:01:56.855Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T06:01:56.855Z] ---> Running in 8d9ed0e92191 [2023-04-24T06:01:57.123Z] Removing intermediate container 8d9ed0e92191 [2023-04-24T06:01:57.123Z] ---> 852764730d87 [2023-04-24T06:01:57.123Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T06:01:57.123Z] ---> Running in 1238f907972a [2023-04-24T06:01:58.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T06:01:59.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T06:02:00.105Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T06:02:00.105Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T06:02:00.105Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T06:02:00.105Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T06:02:00.105Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T06:02:00.105Z] OK: 268 MiB in 57 packages [2023-04-24T06:02:01.129Z] Removing intermediate container 1238f907972a [2023-04-24T06:02:01.129Z] ---> 72553c22b257 [2023-04-24T06:02:01.129Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-24T06:02:01.402Z] ---> Running in 346d49c3bca3 [2023-04-24T06:02:01.672Z] Removing intermediate container 346d49c3bca3 [2023-04-24T06:02:01.672Z] ---> 19b5ea730459 [2023-04-24T06:02:01.672Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T06:02:08.272Z] ---> f3b6f07076e9 [2023-04-24T06:02:08.272Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T06:02:08.272Z] ---> Running in 300a7e13b1b3 [2023-04-24T06:03:07.861Z] Removing intermediate container 300a7e13b1b3 [2023-04-24T06:03:07.861Z] ---> 8d06ee1181cb [2023-04-24T06:03:07.861Z] Step 11/12 : COPY . . [2023-04-24T06:03:08.454Z] ---> fa5cd85be0fc [2023-04-24T06:03:08.454Z] Step 12/12 : RUN ${MAKE} [2023-04-24T06:03:08.454Z] ---> Running in 2a767aaf866a [2023-04-24T06:03:09.433Z] noop [2023-04-24T06:03:10.025Z] Removing intermediate container 2a767aaf866a [2023-04-24T06:03:10.025Z] ---> 11dd27a0d285 [2023-04-24T06:03:10.025Z] Successfully built 11dd27a0d285 [2023-04-24T06:03:10.025Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:03:10.768Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T06:03:10.768Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T06:03:11.090Z] prd-ubuntu20.04-docker-arm64-4c-16g-9488 does not seem to be running inside a container [2023-04-24T06:03:11.173Z] $ 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-24T06:03:12.521Z] $ docker top 625d4dbb55eb05e8d0460dc5805c7f3fd46b871bebe027246582bbd65dba0e1a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T06:03:13.469Z] + go version [2023-04-24T06:03:13.469Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-24T06:03:13.510Z] $ docker stop --time=1 625d4dbb55eb05e8d0460dc5805c7f3fd46b871bebe027246582bbd65dba0e1a [2023-04-24T06:03:15.436Z] $ docker rm -f --volumes 625d4dbb55eb05e8d0460dc5805c7f3fd46b871bebe027246582bbd65dba0e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:03:16.357Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T06:03:16.357Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T06:03:16.637Z] prd-ubuntu20.04-docker-arm64-4c-16g-9488 does not seem to be running inside a container [2023-04-24T06:03:16.727Z] $ 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-24T06:03:18.042Z] $ docker top 7da0f7e79e546cef9812f0ee99c8f0f3b3646229028f66607531cb9da024fcd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T06:03:18.958Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-24T06:03:19.689Z] + make test [2023-04-24T06:03:19.689Z] go test ./... -coverprofile=coverage.out [2023-04-24T06:03:58.602Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-24T06:06:05.339Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-24T06:06:05.339Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.049s coverage: 0.0% of statements [2023-04-24T06:06:05.339Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-24T06:06:05.339Z] go vet ./... [2023-04-24T06:06:27.424Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T06:06:27.424Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T06:06:27.424Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T06:06:27.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T06:06:27.494Z] $ docker stop --time=1 7da0f7e79e546cef9812f0ee99c8f0f3b3646229028f66607531cb9da024fcd3 [2023-04-24T06:06:29.320Z] $ docker rm -f --volumes 7da0f7e79e546cef9812f0ee99c8f0f3b3646229028f66607531cb9da024fcd3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T06:06:30.581Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T06:06:30.619Z] Warning: overwriting stash ‘coverage-report’ [2023-04-24T06:06:31.179Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T06:06:31.811Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T06:06:32.166Z] + ls -al . [2023-04-24T06:06:32.166Z] total 168 [2023-04-24T06:06:32.166Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 06:03 . [2023-04-24T06:06:32.166Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 06:01 .. [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 24 06:01 .dockerignore [2023-04-24T06:06:32.166Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 06:01 .git [2023-04-24T06:06:32.166Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:01 .github [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 24 06:01 .gitignore [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 06:01 .golangci.yml [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 24 06:01 Attribution.txt [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 24 06:01 CHANGELOG.md [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 24 06:01 Dockerfile [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 06:01 GOVERNANCE.md [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 24 06:01 Jenkinsfile [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 06:01 LICENSE [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 24 06:01 Makefile [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 24 06:01 OWNERS.md [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 24 06:01 README.md [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 05:58 VERSION [2023-04-24T06:06:32.166Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 06:01 bin [2023-04-24T06:06:32.166Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:01 cmd [2023-04-24T06:06:32.166Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 24 06:05 coverage.out [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 24 06:01 go.mod [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 24 06:01 go.sum [2023-04-24T06:06:32.166Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:01 internal [2023-04-24T06:06:32.166Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 06:01 snap [2023-04-24T06:06:32.166Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 24 06:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:06:32.607Z] + 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=c92a3c50e77c95326e7e6d634961f1872cb9a73d --label arch=arm64 --label version=0.0.0 . [2023-04-24T06:06:32.878Z] Sending build context to Docker daemon 3.012MB [2023-04-24T06:06:32.879Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T06:06:32.879Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-24T06:06:32.879Z] ---> 11dd27a0d285 [2023-04-24T06:06:32.879Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T06:06:33.148Z] ---> Running in 544a6270a74a [2023-04-24T06:06:33.419Z] Removing intermediate container 544a6270a74a [2023-04-24T06:06:33.419Z] ---> d0c6f6545349 [2023-04-24T06:06:33.419Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T06:06:33.419Z] ---> Running in 989f1b7bae2d [2023-04-24T06:06:34.016Z] Removing intermediate container 989f1b7bae2d [2023-04-24T06:06:34.016Z] ---> 5e3a2acffef8 [2023-04-24T06:06:34.016Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T06:06:34.016Z] ---> Running in ffe6c76dd5bc [2023-04-24T06:06:34.288Z] Removing intermediate container ffe6c76dd5bc [2023-04-24T06:06:34.288Z] ---> 2271b050a3f8 [2023-04-24T06:06:34.288Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T06:06:34.288Z] ---> Running in 7cc60a318fd4 [2023-04-24T06:06:34.574Z] Removing intermediate container 7cc60a318fd4 [2023-04-24T06:06:34.574Z] ---> 1dc47e64353e [2023-04-24T06:06:34.574Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T06:06:34.844Z] ---> Running in 2072e325d51f [2023-04-24T06:06:36.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T06:06:36.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T06:06:37.764Z] OK: 268 MiB in 57 packages [2023-04-24T06:06:39.230Z] Removing intermediate container 2072e325d51f [2023-04-24T06:06:39.230Z] ---> 5591bd963f1a [2023-04-24T06:06:39.230Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-24T06:06:39.230Z] ---> Running in a0f78c9ed677 [2023-04-24T06:06:39.230Z] Removing intermediate container a0f78c9ed677 [2023-04-24T06:06:39.230Z] ---> cc291ecb2079 [2023-04-24T06:06:39.230Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-24T06:06:39.828Z] ---> ae249051bf7c [2023-04-24T06:06:39.828Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T06:06:39.828Z] ---> Running in e99033afb7de [2023-04-24T06:06:42.437Z] Removing intermediate container e99033afb7de [2023-04-24T06:06:42.437Z] ---> ec693d563707 [2023-04-24T06:06:42.437Z] Step 11/24 : COPY . . [2023-04-24T06:06:43.411Z] ---> bc7b622adc48 [2023-04-24T06:06:43.411Z] Step 12/24 : RUN ${MAKE} [2023-04-24T06:06:43.411Z] ---> Running in f419b37ed3d2 [2023-04-24T06:06:44.388Z] 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-24T06:09:21.674Z] Removing intermediate container f419b37ed3d2 [2023-04-24T06:09:21.674Z] ---> bca71ed5a4df [2023-04-24T06:09:21.674Z] Step 13/24 : FROM alpine:3.17 [2023-04-24T06:09:21.674Z] 3.17: Pulling from library/alpine [2023-04-24T06:09:21.674Z] c41833b44d91: Pulling fs layer [2023-04-24T06:09:21.674Z] c41833b44d91: Verifying Checksum [2023-04-24T06:09:21.674Z] c41833b44d91: Download complete [2023-04-24T06:09:21.674Z] c41833b44d91: Pull complete [2023-04-24T06:09:21.674Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T06:09:21.674Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T06:09:21.674Z] ---> 51e60588ff2c [2023-04-24T06:09:21.674Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T06:09:21.674Z] ---> Running in d2bcf10eb83b [2023-04-24T06:09:21.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T06:09:21.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T06:09:21.674Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T06:09:21.674Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T06:09:21.674Z] OK: 8 MiB in 16 packages [2023-04-24T06:09:21.674Z] Removing intermediate container d2bcf10eb83b [2023-04-24T06:09:21.674Z] ---> 7c1064774063 [2023-04-24T06:09:21.674Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-24T06:09:21.674Z] ---> a528f5850d16 [2023-04-24T06:09:21.674Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-24T06:09:21.674Z] ---> a8532e2f3ab7 [2023-04-24T06:09:21.674Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-24T06:09:21.674Z] ---> 81e62357ae3b [2023-04-24T06:09:21.674Z] Step 18/24 : EXPOSE 59993 [2023-04-24T06:09:21.674Z] ---> Running in 1b9d56b6ea2c [2023-04-24T06:09:21.674Z] Removing intermediate container 1b9d56b6ea2c [2023-04-24T06:09:21.674Z] ---> 583bbcd34a48 [2023-04-24T06:09:21.674Z] Step 19/24 : EXPOSE 161 [2023-04-24T06:09:21.674Z] ---> Running in 15b9948dd20d [2023-04-24T06:09:21.674Z] Removing intermediate container 15b9948dd20d [2023-04-24T06:09:21.674Z] ---> 33894895648e [2023-04-24T06:09:21.674Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-24T06:09:21.674Z] ---> Running in 50ea450a0f12 [2023-04-24T06:09:21.943Z] Removing intermediate container 50ea450a0f12 [2023-04-24T06:09:21.943Z] ---> eb6580610f48 [2023-04-24T06:09:21.943Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T06:09:21.943Z] ---> Running in edda787ab8b7 [2023-04-24T06:09:22.218Z] Removing intermediate container edda787ab8b7 [2023-04-24T06:09:22.218Z] ---> 3dce4e8bdeb8 [2023-04-24T06:09:22.218Z] Step 22/24 : LABEL arch=arm64 [2023-04-24T06:09:22.486Z] ---> Running in 26407b5be439 [2023-04-24T06:09:22.753Z] Removing intermediate container 26407b5be439 [2023-04-24T06:09:22.753Z] ---> 450c468caae6 [2023-04-24T06:09:22.753Z] Step 23/24 : LABEL git_sha=c92a3c50e77c95326e7e6d634961f1872cb9a73d [2023-04-24T06:09:22.753Z] ---> Running in 636d63ae0f9e [2023-04-24T06:09:23.021Z] Removing intermediate container 636d63ae0f9e [2023-04-24T06:09:23.021Z] ---> 9ade391bcef8 [2023-04-24T06:09:23.021Z] Step 24/24 : LABEL version=0.0.0 [2023-04-24T06:09:23.021Z] ---> Running in 8d1a84093f3d [2023-04-24T06:09:23.604Z] Removing intermediate container 8d1a84093f3d [2023-04-24T06:09:23.604Z] ---> aef98d232a19 [2023-04-24T06:09:23.604Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T06:09:23.604Z] Successfully built aef98d232a19 [2023-04-24T06:09:23.604Z] 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-24T06:09:24.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T06:09:24.372Z] [2023-04-24T06:09:24.372Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:09:24.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T06:09:24.776Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-24T06:09:24.776Z] 8998bd30e6a1: Pulling fs layer [2023-04-24T06:09:24.776Z] 04944245beec: Pulling fs layer [2023-04-24T06:09:24.776Z] 699f458cf7ca: Pulling fs layer [2023-04-24T06:09:24.776Z] 765212b225bb: Pulling fs layer [2023-04-24T06:09:24.776Z] f23df028b6ca: Pulling fs layer [2023-04-24T06:09:24.776Z] d65c8cfc05b1: Pulling fs layer [2023-04-24T06:09:24.776Z] 2437ff75d9bd: Pulling fs layer [2023-04-24T06:09:24.776Z] f23df028b6ca: Waiting [2023-04-24T06:09:24.776Z] d65c8cfc05b1: Waiting [2023-04-24T06:09:24.776Z] 2437ff75d9bd: Waiting [2023-04-24T06:09:24.776Z] 765212b225bb: Waiting [2023-04-24T06:09:25.049Z] 04944245beec: Verifying Checksum [2023-04-24T06:09:25.049Z] 04944245beec: Download complete [2023-04-24T06:09:25.049Z] 765212b225bb: Verifying Checksum [2023-04-24T06:09:25.049Z] 765212b225bb: Download complete [2023-04-24T06:09:25.049Z] f23df028b6ca: Verifying Checksum [2023-04-24T06:09:25.049Z] f23df028b6ca: Download complete [2023-04-24T06:09:25.049Z] d65c8cfc05b1: Verifying Checksum [2023-04-24T06:09:25.049Z] d65c8cfc05b1: Download complete [2023-04-24T06:09:25.317Z] 699f458cf7ca: Verifying Checksum [2023-04-24T06:09:25.317Z] 699f458cf7ca: Download complete [2023-04-24T06:09:25.586Z] 8998bd30e6a1: Verifying Checksum [2023-04-24T06:09:25.586Z] 8998bd30e6a1: Download complete [2023-04-24T06:09:28.329Z] 2437ff75d9bd: Verifying Checksum [2023-04-24T06:09:28.329Z] 2437ff75d9bd: Download complete [2023-04-24T06:09:29.792Z] 8998bd30e6a1: Pull complete [2023-04-24T06:09:30.062Z] 04944245beec: Pull complete [2023-04-24T06:09:31.478Z] 699f458cf7ca: Pull complete [2023-04-24T06:09:31.746Z] 765212b225bb: Pull complete [2023-04-24T06:09:32.335Z] f23df028b6ca: Pull complete [2023-04-24T06:09:32.604Z] d65c8cfc05b1: Pull complete [2023-04-24T06:09:47.637Z] 2437ff75d9bd: Pull complete [2023-04-24T06:09:47.637Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-24T06:09:47.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T06:09:47.637Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T06:09:47.993Z] prd-ubuntu20.04-docker-arm64-4c-16g-9488 does not seem to be running inside a container [2023-04-24T06:09:48.081Z] $ 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-24T06:09:50.934Z] $ docker top 85b0d798c569481036773ac892ecd90fd719d5afa9bd607d8e34b84deb356ecb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:09:51.860Z] ---> job-cost.sh [2023-04-24T06:09:51.860Z] lf-activate-venv: SKIPPING [2023-04-24T06:09:51.860Z] INFO: No Stack... [2023-04-24T06:09:52.448Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-24T06:09:53.036Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T06:09:53.717Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-04-24T06:09:53.717Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T06:09:53.817Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [2023-04-24T06:09:53.822Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] did not exist. Created. [2023-04-24T06:09:53.822Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T06:09:54.557Z] /w/workspace/device-snmp-go/1@tmp/durable-9c8e9c10/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-24T06:09:55.259Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-24T06:09:55.297Z] Warning: overwriting stash ‘stack-cost’ [2023-04-24T06:09:55.353Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T06:09:55.368Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-292-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T06:09:55.457Z] $ docker stop --time=1 85b0d798c569481036773ac892ecd90fd719d5afa9bd607d8e34b84deb356ecb [2023-04-24T06:09:56.999Z] $ docker rm -f --volumes 85b0d798c569481036773ac892ecd90fd719d5afa9bd607d8e34b84deb356ecb [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-24T06:09:57.968Z] provisioning config files... [2023-04-24T06:09:57.976Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/config749738428511588785tmp [Pipeline] { [Pipeline] sh [2023-04-24T06:09:58.311Z] + set +x [2023-04-24T06:09:58.311Z] + curl -s https://codecov.io/bash [2023-04-24T06:09:58.311Z] + bash -s -- [2023-04-24T06:09:58.311Z] [2023-04-24T06:09:58.311Z] _____ _ [2023-04-24T06:09:58.311Z] / ____| | | [2023-04-24T06:09:58.311Z] | | ___ __| | ___ ___ _____ __ [2023-04-24T06:09:58.311Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-24T06:09:58.311Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-24T06:09:58.311Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-24T06:09:58.311Z] Bash-1.0.6 [2023-04-24T06:09:58.311Z] [2023-04-24T06:09:58.311Z] [2023-04-24T06:09:58.311Z] ==> git version 2.25.1 found [2023-04-24T06:09:58.311Z] ==> 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-24T06:09:58.311Z] Release-Date: 2020-01-08 [2023-04-24T06:09:58.311Z] 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-24T06:09:58.311Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-24T06:09:58.311Z] ==> Jenkins CI detected. [2023-04-24T06:09:58.311Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-292 [2023-04-24T06:09:58.311Z] project root: . [2023-04-24T06:09:58.311Z] --> token set from env [2023-04-24T06:09:58.311Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-24T06:09:58.311Z] ==> Running gcov in . (disable via -X gcov) [2023-04-24T06:09:58.311Z] ==> Python coveragepy not found [2023-04-24T06:09:58.311Z] ==> Searching for coverage reports in: [2023-04-24T06:09:58.311Z] + . [2023-04-24T06:09:58.311Z] -> Found 1 reports [2023-04-24T06:09:58.311Z] ==> Detecting git/mercurial file structure [2023-04-24T06:09:58.311Z] ==> Reading reports [2023-04-24T06:09:58.311Z] + ./coverage.out bytes=8837 [2023-04-24T06:09:58.311Z] ==> Appending adjustments [2023-04-24T06:09:58.311Z] https://docs.codecov.io/docs/fixing-reports [2023-04-24T06:09:58.570Z] + Found adjustments [2023-04-24T06:09:58.570Z] ==> Gzipping contents [2023-04-24T06:09:58.570Z] 4.0K /tmp/codecov.5DAdxT.gz [2023-04-24T06:09:58.570Z] ==> Uploading reports [2023-04-24T06:09:58.570Z] url: https://codecov.io [2023-04-24T06:09:58.570Z] query: branch=PR-292&commit=c92a3c50e77c95326e7e6d634961f1872cb9a73d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-292%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=292&job=&cmd_args= [2023-04-24T06:09:58.570Z] -> Pinging Codecov [2023-04-24T06:09:58.570Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-292&commit=c92a3c50e77c95326e7e6d634961f1872cb9a73d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-292%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=292&job=&cmd_args= [2023-04-24T06:09:58.570Z] -> Uploading to [2023-04-24T06:09:58.570Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-24/6C56EA5C29638FB4528AC87E60AF5AE0/c92a3c50e77c95326e7e6d634961f1872cb9a73d/f5b76401-04ea-4d97-bbff-40cd551d7653.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T060958Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4cc444699fd42f933a47fc20c9cded7bc96a49605663f667005fada8bf9dd6cb [2023-04-24T06:09:58.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T06:09:58.570Z] Dload Upload Total Spent Left Speed [2023-04-24T06:09:58.829Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 6825 --:--:-- --:--:-- --:--:-- 6796 [2023-04-24T06:09:58.829Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/c92a3c50e77c95326e7e6d634961f1872cb9a73d [Pipeline] } [2023-04-24T06:09:58.857Z] 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-24T06:10:00.560Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-292/archives ] [2023-04-24T06:10:00.560Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-292/archives [2023-04-24T06:10:00.560Z] total 16 [2023-04-24T06:10:00.560Z] drwxr-xr-x 3 root root 4096 Apr 24 06:00 . [2023-04-24T06:10:00.560Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 06:00 .. [2023-04-24T06:10:00.560Z] drwxr-xr-x 2 root root 4096 Apr 24 06:00 cost [2023-04-24T06:10:00.560Z] -rw-r--r-- 1 root root 86 Apr 24 06:00 cost.csv [2023-04-24T06:10:00.560Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-292/archives [2023-04-24T06:10:00.560Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-292/archives [2023-04-24T06:10:00.560Z] total 16 [2023-04-24T06:10:00.560Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 06:00 . [2023-04-24T06:10:00.560Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 06:00 .. [2023-04-24T06:10:00.560Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 06:00 cost [2023-04-24T06:10:00.560Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 24 06:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:00.894Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:01.789Z] ---> package-listing.sh [2023-04-24T06:10:01.789Z] ++ facter osfamily [2023-04-24T06:10:01.789Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-24T06:10:02.048Z] + OS_FAMILY=debian [2023-04-24T06:10:02.048Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-292 [2023-04-24T06:10:02.048Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-24T06:10:02.048Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-24T06:10:02.048Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-24T06:10:02.048Z] + PACKAGES=/tmp/packages_start.txt [2023-04-24T06:10:02.048Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-292 ']' [2023-04-24T06:10:02.048Z] + PACKAGES=/tmp/packages_end.txt [2023-04-24T06:10:02.048Z] + case "${OS_FAMILY}" in [2023-04-24T06:10:02.048Z] + dpkg -l [2023-04-24T06:10:02.048Z] + grep '^ii' [2023-04-24T06:10:02.048Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-24T06:10:02.048Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-24T06:10:02.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-24T06:10:02.048Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-292 ']' [2023-04-24T06:10:02.048Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-292/archives/ [2023-04-24T06:10:02.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-292/archives/ [Pipeline] echo [2023-04-24T06:10:02.080Z] 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-292/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-24T06:10:02.371Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T06:10:02.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T06:10:02.995Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T06:10:03.151Z] prd-ubuntu20.04-docker-8c-8g-9484 does not seem to be running inside a container [2023-04-24T06:10:03.189Z] $ 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-292/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-292 -v /w/workspace/gexfoundry_device-snmp-go_PR-292:/w/workspace/gexfoundry_device-snmp-go_PR-292:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-292@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-292@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-24T06:10:03.395Z] $ docker top 0f3436dab0cad46cb9200999327159d81930c57165891669a9087cead3d8ea7a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T06:10:03.783Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-24T06:10:04.099Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-24T06:10:04.416Z] + ls /var/log/sa-host [2023-04-24T06:10:04.416Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T06:10:04.548Z] provisioning config files... [2023-04-24T06:10:04.561Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-292@tmp/config17379249507946683583tmp [Pipeline] { [Pipeline] echo [2023-04-24T06:10:04.607Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:04.927Z] ---> create-netrc.sh [Pipeline] } [2023-04-24T06:10:04.954Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:05.349Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-24T06:10:05.381Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:05.690Z] ---> sudo-logs.sh [2023-04-24T06:10:05.690Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-24T06:10:05.773Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:06.106Z] ---> job-cost.sh [2023-04-24T06:10:06.106Z] lf-activate-venv: SKIPPING [2023-04-24T06:10:06.106Z] DEBUG: total: 0.2199999988079071 [2023-04-24T06:10:06.106Z] INFO: Retrieving Stack Cost... [2023-04-24T06:10:06.365Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T06:10:06.931Z] INFO: Archiving Costs [Pipeline] echo [2023-04-24T06:10:06.964Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T06:10:07.279Z] ---> logs-deploy.sh [2023-04-24T06:10:07.279Z] lf-activate-venv: SKIPPING [2023-04-24T06:10:07.279Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-292/1 [2023-04-24T06:10:07.279Z] INFO: archiving workspace using pattern(s): [2023-04-24T06:10:08.215Z] Archives upload complete. [2023-04-24T06:10:08.215Z] INFO: archiving logs to Nexus