Pull request #291 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6f84cc138d0d60d4923d28566be2de651f79a1b1+b749e223b2711b185c15c0ba4cea8b5d0d469184 (558a5a1670a64a3ecd2c836f15786010413eaa5a) 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-ssh16904419309750906383.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-ssh9539171776571936232.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-291/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-291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7847712926853636159.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-291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17566774828868096343.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-ssh13983098112750878861.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-291/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-291/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5275087768387608639.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-9256 in /w/workspace/gexfoundry_device-snmp-go_PR-291 [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-291 # 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/291/head:refs/remotes/origin/PR-291 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit 6f84cc138d0d60d4923d28566be2de651f79a1b1 Merge succeeded, producing 6f84cc138d0d60d4923d28566be2de651f79a1b1 Checking out Revision 6f84cc138d0d60d4923d28566be2de651f79a1b1 (PR-291) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T05:59:02.253Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script > git config core.sparsecheckout # timeout=10 > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # 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 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 [Pipeline] { [Pipeline] withCredentials [2023-04-21T05:59:02.431Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T05:59:02.533Z] ========================================================= [2023-04-21T05:59:02.533Z] EdgeX Global Pipelines Version Info [2023-04-21T05:59:02.533Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T05:59:03.292Z] ------------------- [2023-04-21T05:59:03.292Z] stable info: [2023-04-21T05:59:03.292Z] ------------------- [2023-04-21T05:59:03.292Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T05:59:03.292Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T05:59:03.292Z] Message: update stable to v1.0.248 [2023-04-21T05:59:03.864Z] ------------------- [2023-04-21T05:59:03.864Z] experimental info: [2023-04-21T05:59:03.864Z] ------------------- [2023-04-21T05:59:03.864Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T05:59:03.864Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T05:59:03.864Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T05:59:04.172Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-04-21T05:59:04.219Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-04-21T05:59:04.268Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T05:59:04.307Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T05:59:04.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T05:59:04.391Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T05:59:04.436Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T05:59:04.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-21T05:59:04.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T05:59:04.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T05:59:04.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T05:59:04.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-04-21T05:59:04.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T05:59:04.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T05:59:04.762Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T05:59:04.805Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T05:59:04.847Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T05:59:04.887Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T05:59:04.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T05:59:04.973Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T05:59:05.013Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-21T05:59:05.062Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-21T05:59:05.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-21T05:59:05.145Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-21T05:59:05.189Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-21T05:59:05.236Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T05:59:05.275Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T05:59:05.319Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2023-04-21T05:59:05.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2023-04-21T05:59:05.397Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2023-04-21T05:59:05.435Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo [2023-04-21T05:59:05.481Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f84cc1 [Pipeline] echo [2023-04-21T05:59:05.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T05:59:05.676Z] provisioning config files... [2023-04-21T05:59:05.695Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config2503180832872173319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T05:59:06.038Z] ---> docker-login.sh [2023-04-21T05:59:06.039Z] nexus3.edgexfoundry.org:10001 [2023-04-21T05:59:06.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:06.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:06.298Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:06.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:06.298Z] [2023-04-21T05:59:06.298Z] Login Succeeded [2023-04-21T05:59:06.298Z] nexus3.edgexfoundry.org:10002 [2023-04-21T05:59:06.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:06.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:06.558Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:06.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:06.558Z] [2023-04-21T05:59:06.558Z] Login Succeeded [2023-04-21T05:59:06.558Z] nexus3.edgexfoundry.org:10003 [2023-04-21T05:59:06.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:06.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:06.558Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:06.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:06.558Z] [2023-04-21T05:59:06.558Z] Login Succeeded [2023-04-21T05:59:06.558Z] nexus3.edgexfoundry.org:10004 [2023-04-21T05:59:06.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:06.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:06.558Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:06.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:06.558Z] [2023-04-21T05:59:06.558Z] Login Succeeded [2023-04-21T05:59:06.558Z] docker.io [2023-04-21T05:59:06.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:06.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:06.821Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:06.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:06.821Z] [2023-04-21T05:59:06.821Z] Login Succeeded [2023-04-21T05:59:06.821Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T05:59:06.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T05:59:07.459Z] + git rev-list -1 --merges 6f84cc138d0d60d4923d28566be2de651f79a1b1~1..6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo [2023-04-21T05:59:07.530Z] -----------> git rev-list -1 --merges 6f84cc138d0d60d4923d28566be2de651f79a1b1~1..6f84cc138d0d60d4923d28566be2de651f79a1b1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [false] [Pipeline] sh [2023-04-21T05:59:07.848Z] + git log --format=format:%s -1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo [2023-04-21T05:59:07.884Z] ========================================================= [2023-04-21T05:59:07.884Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T05:59:07.884Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T05:59:08.319Z] + git log --format=format:%s -1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo [2023-04-21T05:59:08.351Z] [semverPrep] GIT_COMMIT: 6f84cc138d0d60d4923d28566be2de651f79a1b1, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-21T05:59:08.382Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-21T05:59:08.758Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T05:59:08.758Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T05:59:08.758Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T05:59:08.758Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T05:59:08.759Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T05:59:08.759Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T05:59:08.759Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T05:59:09.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T05:59:09.188Z] [2023-04-21T05:59:09.188Z] 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-21T05:59:09.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T05:59:09.566Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T05:59:09.566Z] b85a868b505f: Pulling fs layer [2023-04-21T05:59:09.566Z] e2be974225ed: Pulling fs layer [2023-04-21T05:59:09.566Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T05:59:09.566Z] 988bab9f4d93: Pulling fs layer [2023-04-21T05:59:09.566Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T05:59:09.566Z] eaf3925da568: Pulling fs layer [2023-04-21T05:59:09.566Z] bab4dde63d76: Pulling fs layer [2023-04-21T05:59:09.566Z] bde34c3a00c8: Pulling fs layer [2023-04-21T05:59:09.566Z] b352a97aabf1: Pulling fs layer [2023-04-21T05:59:09.566Z] 4872d77fe225: Pulling fs layer [2023-04-21T05:59:09.566Z] 5851b861e8e6: Pulling fs layer [2023-04-21T05:59:09.566Z] eaf3925da568: Waiting [2023-04-21T05:59:09.566Z] 1469e6f7b9e6: Waiting [2023-04-21T05:59:09.566Z] bde34c3a00c8: Waiting [2023-04-21T05:59:09.566Z] bab4dde63d76: Waiting [2023-04-21T05:59:09.566Z] b352a97aabf1: Waiting [2023-04-21T05:59:09.566Z] 4872d77fe225: Waiting [2023-04-21T05:59:09.566Z] 5851b861e8e6: Waiting [2023-04-21T05:59:09.566Z] e2be974225ed: Verifying Checksum [2023-04-21T05:59:09.566Z] e2be974225ed: Download complete [2023-04-21T05:59:09.566Z] 988bab9f4d93: Verifying Checksum [2023-04-21T05:59:09.566Z] 988bab9f4d93: Download complete [2023-04-21T05:59:09.566Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T05:59:09.566Z] 1469e6f7b9e6: Download complete [2023-04-21T05:59:09.566Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T05:59:09.566Z] 339a4e72a1f5: Download complete [2023-04-21T05:59:09.826Z] eaf3925da568: Verifying Checksum [2023-04-21T05:59:09.826Z] eaf3925da568: Download complete [2023-04-21T05:59:09.826Z] bde34c3a00c8: Download complete [2023-04-21T05:59:09.826Z] b352a97aabf1: Download complete [2023-04-21T05:59:09.826Z] 4872d77fe225: Download complete [2023-04-21T05:59:09.826Z] 5851b861e8e6: Verifying Checksum [2023-04-21T05:59:09.826Z] 5851b861e8e6: Download complete [2023-04-21T05:59:09.826Z] b85a868b505f: Download complete [2023-04-21T05:59:10.087Z] bab4dde63d76: Verifying Checksum [2023-04-21T05:59:10.087Z] bab4dde63d76: Download complete [2023-04-21T05:59:11.026Z] b85a868b505f: Pull complete [2023-04-21T05:59:11.286Z] e2be974225ed: Pull complete [2023-04-21T05:59:11.858Z] 339a4e72a1f5: Pull complete [2023-04-21T05:59:11.858Z] 988bab9f4d93: Pull complete [2023-04-21T05:59:12.120Z] 1469e6f7b9e6: Pull complete [2023-04-21T05:59:12.120Z] eaf3925da568: Pull complete [2023-04-21T05:59:14.039Z] bab4dde63d76: Pull complete [2023-04-21T05:59:14.298Z] bde34c3a00c8: Pull complete [2023-04-21T05:59:14.298Z] b352a97aabf1: Pull complete [2023-04-21T05:59:14.558Z] 4872d77fe225: Pull complete [2023-04-21T05:59:14.558Z] 5851b861e8e6: Pull complete [2023-04-21T05:59:14.558Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T05:59:14.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T05:59:14.558Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T05:59:14.796Z] prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container [2023-04-21T05:59:14.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@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-21T05:59:17.664Z] $ docker top 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 -eo pid,comm [2023-04-21T05:59:17.718Z] 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-21T05:59:17.718Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T05:59:17.849Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T05:59:17.850Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T05:59:17.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T05:59:17.976Z] $ docker exec 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent [2023-04-21T05:59:18.090Z] SSH_AUTH_SOCK=/tmp/ssh-RX7SXsoTrFF3/agent.32 [2023-04-21T05:59:18.090Z] SSH_AGENT_PID=38 [2023-04-21T05:59:18.098Z] Running ssh-add (command line suppressed) [2023-04-21T05:59:18.214Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_11423214883181041715.key (/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_11423214883181041715.key) [2023-04-21T05:59:18.223Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T05:59:18.552Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T05:59:18.585Z] $ docker exec --env ******** --env ******** 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent -k [2023-04-21T05:59:18.682Z] unset SSH_AUTH_SOCK; [2023-04-21T05:59:18.683Z] unset SSH_AGENT_PID; [2023-04-21T05:59:18.683Z] echo Agent pid 38 killed; [2023-04-21T05:59:18.688Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T05:59:18.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T05:59:18.776Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T05:59:18.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T05:59:18.907Z] $ docker exec 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent [2023-04-21T05:59:19.019Z] SSH_AUTH_SOCK=/tmp/ssh-YfbY5FpKQGY5/agent.70 [2023-04-21T05:59:19.019Z] SSH_AGENT_PID=76 [2023-04-21T05:59:19.024Z] Running ssh-add (command line suppressed) [2023-04-21T05:59:19.136Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_9451955999125976623.key (/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_9451955999125976623.key) [2023-04-21T05:59:19.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T05:59:19.479Z] + git semver init [2023-04-21T05:59:19.739Z] 2023-04-21 05:59:19,649 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T05:59:19.739Z] 2023-04-21 05:59:19,650 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver [2023-04-21T05:59:19.739Z] 2023-04-21 05:59:19,650 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-291/.semver [2023-04-21T05:59:19.739Z] 2023-04-21 05:59:19,651 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291, universal_newlines=False, shell=None, istream=None) [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,442 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-291/.git/info/exclude [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,442 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 with force:False [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,443 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,447 [execute] INFO git cat-file --batch-check [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,448 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,453 [execute] INFO git cat-file --batch [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T05:59:20.679Z] 2023-04-21 05:59:20,459 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 [2023-04-21T05:59:20.679Z] 0.0.0 [Pipeline] } [2023-04-21T05:59:20.713Z] $ docker exec --env ******** --env ******** 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent -k [2023-04-21T05:59:20.815Z] unset SSH_AUTH_SOCK; [2023-04-21T05:59:20.815Z] unset SSH_AGENT_PID; [2023-04-21T05:59:20.815Z] echo Agent pid 76 killed; [2023-04-21T05:59:20.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T05:59:21.231Z] + git semver [Pipeline] } [2023-04-21T05:59:21.521Z] $ docker stop --time=1 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 [2023-04-21T05:59:22.842Z] $ docker rm -f --volumes 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T05:59:23.244Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T05:59:23.520Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T05:59:23.536Z] [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-21T05:59:24.152Z] provisioning config files... [2023-04-21T05:59:24.162Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config8814742846890607625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T05:59:24.510Z] ---> docker-login.sh [2023-04-21T05:59:24.510Z] nexus3.edgexfoundry.org:10001 [2023-04-21T05:59:24.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:24.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:24.510Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:24.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:24.510Z] [2023-04-21T05:59:24.510Z] Login Succeeded [2023-04-21T05:59:24.510Z] nexus3.edgexfoundry.org:10002 [2023-04-21T05:59:24.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:24.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:24.510Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:24.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:24.510Z] [2023-04-21T05:59:24.510Z] Login Succeeded [2023-04-21T05:59:24.510Z] nexus3.edgexfoundry.org:10003 [2023-04-21T05:59:24.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:24.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:24.770Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:24.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:24.770Z] [2023-04-21T05:59:24.770Z] Login Succeeded [2023-04-21T05:59:24.770Z] nexus3.edgexfoundry.org:10004 [2023-04-21T05:59:24.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:24.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:24.770Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:24.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:24.770Z] [2023-04-21T05:59:24.770Z] Login Succeeded [2023-04-21T05:59:24.770Z] docker.io [2023-04-21T05:59:25.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T05:59:25.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T05:59:25.030Z] Configure a credential helper to remove this warning. See [2023-04-21T05:59:25.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T05:59:25.030Z] [2023-04-21T05:59:25.030Z] Login Succeeded [2023-04-21T05:59:25.030Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T05:59:25.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T05:59:25.259Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T05:59:25.300Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T05:59:25.336Z] ========================================================= [2023-04-21T05:59:25.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T05:59:25.336Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T05:59:25.828Z] + 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-21T05:59:25.828Z] Sending build context to Docker daemon 5.795MB [2023-04-21T05:59:25.828Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T05:59:25.828Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T05:59:25.828Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T05:59:25.828Z] 63b65145d645: Pulling fs layer [2023-04-21T05:59:25.828Z] a2d21d5440eb: Pulling fs layer [2023-04-21T05:59:25.828Z] 935e6c44a52c: Pulling fs layer [2023-04-21T05:59:25.828Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T05:59:25.828Z] 30dea6a524f1: Pulling fs layer [2023-04-21T05:59:25.828Z] a2aff8979fd8: Pulling fs layer [2023-04-21T05:59:25.828Z] 94cc34f8dd06: Waiting [2023-04-21T05:59:25.828Z] 6808be2612f2: Pulling fs layer [2023-04-21T05:59:25.828Z] f25807f1079a: Pulling fs layer [2023-04-21T05:59:25.828Z] 30dea6a524f1: Waiting [2023-04-21T05:59:25.828Z] a2aff8979fd8: Waiting [2023-04-21T05:59:25.828Z] 6808be2612f2: Waiting [2023-04-21T05:59:25.828Z] f25807f1079a: Waiting [2023-04-21T05:59:26.094Z] a2d21d5440eb: Download complete [2023-04-21T05:59:26.094Z] 94cc34f8dd06: Verifying Checksum [2023-04-21T05:59:26.094Z] 94cc34f8dd06: Download complete [2023-04-21T05:59:26.094Z] 30dea6a524f1: Verifying Checksum [2023-04-21T05:59:26.094Z] 30dea6a524f1: Download complete [2023-04-21T05:59:26.094Z] 63b65145d645: Verifying Checksum [2023-04-21T05:59:26.094Z] 63b65145d645: Download complete [2023-04-21T05:59:26.094Z] a2aff8979fd8: Verifying Checksum [2023-04-21T05:59:26.094Z] a2aff8979fd8: Download complete [2023-04-21T05:59:26.357Z] 63b65145d645: Pull complete [2023-04-21T05:59:26.357Z] a2d21d5440eb: Pull complete [2023-04-21T05:59:26.357Z] f25807f1079a: Verifying Checksum [2023-04-21T05:59:26.357Z] f25807f1079a: Download complete [2023-04-21T05:59:26.616Z] 935e6c44a52c: Verifying Checksum [2023-04-21T05:59:26.616Z] 935e6c44a52c: Download complete [2023-04-21T05:59:26.874Z] 6808be2612f2: Verifying Checksum [2023-04-21T05:59:26.874Z] 6808be2612f2: Download complete [2023-04-21T05:59:30.162Z] 935e6c44a52c: Pull complete [2023-04-21T05:59:30.162Z] 94cc34f8dd06: Pull complete [2023-04-21T05:59:30.422Z] 30dea6a524f1: Pull complete [2023-04-21T05:59:30.422Z] a2aff8979fd8: Pull complete [2023-04-21T05:59:32.959Z] 6808be2612f2: Pull complete [2023-04-21T05:59:33.527Z] f25807f1079a: Pull complete [2023-04-21T05:59:33.527Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T05:59:33.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T05:59:33.787Z] ---> 3b553350e43f [2023-04-21T05:59:33.787Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T05:59:37.088Z] ---> Running in ba40a24a0836 [2023-04-21T05:59:37.088Z] Removing intermediate container ba40a24a0836 [2023-04-21T05:59:37.088Z] ---> 1f573cfdd6e5 [2023-04-21T05:59:37.088Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T05:59:37.349Z] ---> Running in d2d08f150cbd [2023-04-21T05:59:37.349Z] Removing intermediate container d2d08f150cbd [2023-04-21T05:59:37.349Z] ---> 26731586bb81 [2023-04-21T05:59:37.349Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T05:59:37.349Z] ---> Running in 83333acfc4ad [2023-04-21T05:59:37.349Z] Removing intermediate container 83333acfc4ad [2023-04-21T05:59:37.349Z] ---> e2cf9d57dc56 [2023-04-21T05:59:37.349Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T05:59:37.610Z] ---> Running in d8e647ea46a3 [2023-04-21T05:59:37.610Z] Removing intermediate container d8e647ea46a3 [2023-04-21T05:59:37.610Z] ---> d884788f13c4 [2023-04-21T05:59:37.610Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T05:59:37.610Z] ---> Running in 3a86094ba775 [2023-04-21T05:59:37.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T05:59:37.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T05:59:38.127Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-21T05:59:38.127Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-21T05:59:38.127Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-21T05:59:38.127Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-21T05:59:38.127Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T05:59:38.127Z] OK: 269 MiB in 57 packages [2023-04-21T05:59:38.696Z] Removing intermediate container 3a86094ba775 [2023-04-21T05:59:38.696Z] ---> 90a93d59e048 [2023-04-21T05:59:38.696Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-21T05:59:38.696Z] ---> Running in 2a02141916ca [2023-04-21T05:59:38.696Z] Removing intermediate container 2a02141916ca [2023-04-21T05:59:38.696Z] ---> d3f79a3fd289 [2023-04-21T05:59:38.696Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T05:59:38.955Z] ---> ca1a9cc7b5c2 [2023-04-21T05:59:38.955Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T05:59:38.955Z] ---> Running in 915bbe4cfb75 [2023-04-21T05:59:38.959Z] Still waiting to schedule task [2023-04-21T05:59:38.960Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9253’ [2023-04-21T06:00:05.537Z] Removing intermediate container 915bbe4cfb75 [2023-04-21T06:00:05.537Z] ---> 2a41e443caf7 [2023-04-21T06:00:05.537Z] Step 11/12 : COPY . . [2023-04-21T06:00:05.537Z] ---> bb796e831ddc [2023-04-21T06:00:05.537Z] Step 12/12 : RUN ${MAKE} [2023-04-21T06:00:05.538Z] ---> Running in fc5cabc137e9 [2023-04-21T06:00:05.538Z] noop [2023-04-21T06:00:05.799Z] Removing intermediate container fc5cabc137e9 [2023-04-21T06:00:05.799Z] ---> 99e295e91c6a [2023-04-21T06:00:05.799Z] Successfully built 99e295e91c6a [2023-04-21T06:00:05.799Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:00:06.249Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T06:00:06.249Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:00:06.391Z] prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container [2023-04-21T06:00:06.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@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-21T06:00:07.016Z] $ docker top f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T06:00:09.049Z] + go version [2023-04-21T06:00:09.050Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T06:00:09.087Z] $ docker stop --time=1 f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 [2023-04-21T06:00:10.356Z] $ docker rm -f --volumes f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:00:11.104Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T06:00:11.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:00:11.254Z] prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container [2023-04-21T06:00:11.288Z] $ 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-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@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-21T06:00:11.614Z] $ docker top d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T06:00:12.005Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-291 [Pipeline] fileExists [Pipeline] sh [2023-04-21T06:00:12.366Z] + make test [2023-04-21T06:00:12.366Z] go test ./... -coverprofile=coverage.out [2023-04-21T06:00:17.637Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-21T06:00:27.601Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-21T06:00:27.601Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.010s coverage: 0.0% of statements [2023-04-21T06:00:34.365Z] go vet ./... [2023-04-21T06:00:37.651Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T06:00:37.651Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T06:00:37.651Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T06:00:37.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T06:00:37.736Z] $ docker stop --time=1 d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f [2023-04-21T06:00:41.272Z] $ docker rm -f --volumes d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T06:00:41.819Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T06:00:41.883Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-21T06:00:42.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T06:00:42.798Z] + ls -al . [2023-04-21T06:00:42.798Z] total 172 [2023-04-21T06:00:42.798Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 06:00 . [2023-04-21T06:00:42.798Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 05:58 .. [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 21 05:59 .dockerignore [2023-04-21T06:00:42.798Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 05:59 .git [2023-04-21T06:00:42.798Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 .github [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 21 05:59 .gitignore [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 05:59 .golangci.yml [2023-04-21T06:00:42.798Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 05:59 .semver [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 21 05:59 Attribution.txt [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 21 05:59 CHANGELOG.md [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 21 05:59 Dockerfile [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 05:59 GOVERNANCE.md [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 21 05:59 Jenkinsfile [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 05:59 LICENSE [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 21 05:59 Makefile [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 21 05:59 OWNERS.md [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 21 05:59 README.md [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 05:59 VERSION [2023-04-21T06:00:42.798Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 05:59 bin [2023-04-21T06:00:42.798Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 cmd [2023-04-21T06:00:42.798Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 21 06:00 coverage.out [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 21 05:59 go.mod [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 21 05:59 go.sum [2023-04-21T06:00:42.798Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 internal [2023-04-21T06:00:42.798Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 05:59 snap [2023-04-21T06:00:42.798Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 21 05:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:00:43.198Z] + 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=6f84cc138d0d60d4923d28566be2de651f79a1b1 --label arch=amd64 --label version=0.0.0 . [2023-04-21T06:00:43.198Z] Sending build context to Docker daemon 5.805MB [2023-04-21T06:00:43.198Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T06:00:43.198Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T06:00:43.198Z] ---> 99e295e91c6a [2023-04-21T06:00:43.198Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T06:00:43.198Z] ---> Running in a975102973c6 [2023-04-21T06:00:43.457Z] Removing intermediate container a975102973c6 [2023-04-21T06:00:43.457Z] ---> cc15eb84b4bc [2023-04-21T06:00:43.457Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T06:00:43.457Z] ---> Running in 1d2c13aa305c [2023-04-21T06:00:43.457Z] Removing intermediate container 1d2c13aa305c [2023-04-21T06:00:43.457Z] ---> fd0d1ad571af [2023-04-21T06:00:43.457Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T06:00:43.457Z] ---> Running in fdf9a5990d84 [2023-04-21T06:00:43.457Z] Removing intermediate container fdf9a5990d84 [2023-04-21T06:00:43.457Z] ---> c4b9ecc6b538 [2023-04-21T06:00:43.457Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T06:00:43.457Z] ---> Running in 70734fed40ec [2023-04-21T06:00:43.717Z] Removing intermediate container 70734fed40ec [2023-04-21T06:00:43.717Z] ---> ae0ed067b57a [2023-04-21T06:00:43.717Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T06:00:43.717Z] ---> Running in a682b85cb1a4 [2023-04-21T06:00:43.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T06:00:43.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T06:00:44.253Z] OK: 269 MiB in 57 packages [2023-04-21T06:00:44.511Z] Removing intermediate container a682b85cb1a4 [2023-04-21T06:00:44.511Z] ---> 26024872846b [2023-04-21T06:00:44.511Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-21T06:00:44.511Z] ---> Running in a04ed4f2594d [2023-04-21T06:00:44.511Z] Removing intermediate container a04ed4f2594d [2023-04-21T06:00:44.511Z] ---> 94da59fd785f [2023-04-21T06:00:44.511Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T06:00:44.782Z] ---> 683226a1e79e [2023-04-21T06:00:44.782Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T06:00:44.782Z] ---> Running in e2557d5384d7 [2023-04-21T06:00:45.717Z] Removing intermediate container e2557d5384d7 [2023-04-21T06:00:45.717Z] ---> 88c6d56df96c [2023-04-21T06:00:45.717Z] Step 11/24 : COPY . . [2023-04-21T06:00:45.980Z] ---> be30e9e42697 [2023-04-21T06:00:45.980Z] Step 12/24 : RUN ${MAKE} [2023-04-21T06:00:45.980Z] ---> Running in a6809476e785 [2023-04-21T06:00:46.240Z] 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-21T06:01:04.317Z] Removing intermediate container a6809476e785 [2023-04-21T06:01:04.317Z] ---> c7f0da964ce7 [2023-04-21T06:01:04.317Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T06:01:04.317Z] 3.17: Pulling from library/alpine [2023-04-21T06:01:04.317Z] f56be85fc22e: Pulling fs layer [2023-04-21T06:01:04.317Z] f56be85fc22e: Verifying Checksum [2023-04-21T06:01:04.317Z] f56be85fc22e: Download complete [2023-04-21T06:01:04.317Z] f56be85fc22e: Pull complete [2023-04-21T06:01:04.317Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T06:01:04.317Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T06:01:04.317Z] ---> 9ed4aefc74f6 [2023-04-21T06:01:04.317Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T06:01:04.317Z] ---> Running in fc133f8bab0b [2023-04-21T06:01:04.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T06:01:04.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T06:01:04.576Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T06:01:04.576Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T06:01:04.576Z] OK: 7 MiB in 16 packages [2023-04-21T06:01:04.835Z] Removing intermediate container fc133f8bab0b [2023-04-21T06:01:04.835Z] ---> 61dff713ca2e [2023-04-21T06:01:04.835Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-21T06:01:05.780Z] ---> 09779732ba88 [2023-04-21T06:01:05.780Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-21T06:01:05.780Z] ---> 91596f56d7bf [2023-04-21T06:01:05.780Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-21T06:01:05.780Z] ---> d6094ad16c40 [2023-04-21T06:01:05.780Z] Step 18/24 : EXPOSE 59993 [2023-04-21T06:01:05.780Z] ---> Running in ca4638500f6b [2023-04-21T06:01:06.040Z] Removing intermediate container ca4638500f6b [2023-04-21T06:01:06.040Z] ---> c6e9dfc7f621 [2023-04-21T06:01:06.040Z] Step 19/24 : EXPOSE 161 [2023-04-21T06:01:06.040Z] ---> Running in d02aaf2381de [2023-04-21T06:01:06.040Z] Removing intermediate container d02aaf2381de [2023-04-21T06:01:06.040Z] ---> b0c5bd41699e [2023-04-21T06:01:06.040Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-21T06:01:06.040Z] ---> Running in 9d51d652bdac [2023-04-21T06:01:06.040Z] Removing intermediate container 9d51d652bdac [2023-04-21T06:01:06.040Z] ---> c5a4d21f70d5 [2023-04-21T06:01:06.040Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T06:01:06.040Z] ---> Running in 77c2f783f730 [2023-04-21T06:01:06.299Z] Removing intermediate container 77c2f783f730 [2023-04-21T06:01:06.299Z] ---> e18ffd5fb744 [2023-04-21T06:01:06.299Z] Step 22/24 : LABEL arch=amd64 [2023-04-21T06:01:06.299Z] ---> Running in a363da45872c [2023-04-21T06:01:06.299Z] Removing intermediate container a363da45872c [2023-04-21T06:01:06.299Z] ---> fd680b7f5742 [2023-04-21T06:01:06.299Z] Step 23/24 : LABEL git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 [2023-04-21T06:01:06.299Z] ---> Running in d2c573d53c46 [2023-04-21T06:01:06.299Z] Removing intermediate container d2c573d53c46 [2023-04-21T06:01:06.299Z] ---> 95396335049a [2023-04-21T06:01:06.299Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T06:01:06.559Z] ---> Running in 4d4219daa3ed [2023-04-21T06:01:06.559Z] Removing intermediate container 4d4219daa3ed [2023-04-21T06:01:06.559Z] ---> d09b0e12e679 [2023-04-21T06:01:06.559Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T06:01:06.559Z] Successfully built d09b0e12e679 [2023-04-21T06:01:06.559Z] 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-21T06:01:07.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T06:01:07.418Z] [2023-04-21T06:01:07.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:01:07.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T06:01:07.796Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T06:01:07.796Z] 5eb5b503b376: Pulling fs layer [2023-04-21T06:01:07.796Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T06:01:07.796Z] ec43610c2a17: Pulling fs layer [2023-04-21T06:01:07.796Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T06:01:07.796Z] 33b1e0a273af: Pulling fs layer [2023-04-21T06:01:07.796Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T06:01:07.796Z] 2f39f015ded8: Pulling fs layer [2023-04-21T06:01:07.796Z] 33b1e0a273af: Waiting [2023-04-21T06:01:07.796Z] 5d3b04190fa2: Waiting [2023-04-21T06:01:07.796Z] 3a2ae6a8a46f: Waiting [2023-04-21T06:01:07.796Z] 2f39f015ded8: Waiting [2023-04-21T06:01:07.796Z] 5c69ac0246d0: Verifying Checksum [2023-04-21T06:01:07.796Z] 5c69ac0246d0: Download complete [2023-04-21T06:01:07.796Z] 3a2ae6a8a46f: Download complete [2023-04-21T06:01:07.796Z] 33b1e0a273af: Verifying Checksum [2023-04-21T06:01:07.796Z] 33b1e0a273af: Download complete [2023-04-21T06:01:07.796Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T06:01:07.796Z] 5d3b04190fa2: Download complete [2023-04-21T06:01:07.796Z] ec43610c2a17: Verifying Checksum [2023-04-21T06:01:07.796Z] ec43610c2a17: Download complete [2023-04-21T06:01:08.054Z] 5eb5b503b376: Verifying Checksum [2023-04-21T06:01:08.054Z] 5eb5b503b376: Download complete [2023-04-21T06:01:08.621Z] 2f39f015ded8: Download complete [2023-04-21T06:01:09.187Z] 5eb5b503b376: Pull complete [2023-04-21T06:01:09.445Z] 5c69ac0246d0: Pull complete [2023-04-21T06:01:09.704Z] ec43610c2a17: Pull complete [2023-04-21T06:01:09.962Z] 3a2ae6a8a46f: Pull complete [2023-04-21T06:01:09.962Z] 33b1e0a273af: Pull complete [2023-04-21T06:01:10.220Z] 5d3b04190fa2: Pull complete [2023-04-21T06:01:14.400Z] 2f39f015ded8: Pull complete [2023-04-21T06:01:14.400Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T06:01:14.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T06:01:14.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:01:14.604Z] prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container [2023-04-21T06:01:14.634Z] $ 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-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@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-21T06:01:18.339Z] $ docker top dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:01:18.792Z] ---> job-cost.sh [2023-04-21T06:01:18.792Z] lf-activate-venv: SKIPPING [2023-04-21T06:01:18.792Z] INFO: No Stack... [2023-04-21T06:01:19.052Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T06:01:19.310Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T06:01:19.625Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/cost.csv [2023-04-21T06:01:19.625Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T06:01:19.667Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [2023-04-21T06:01:19.673Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] did not exist. Created. [2023-04-21T06:01:19.673Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T06:01:20.059Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-21T06:01:20.110Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T06:01:20.146Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T06:01:20.231Z] $ docker stop --time=1 dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 [2023-04-21T06:01:21.388Z] $ docker rm -f --volumes dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T06:04:21.941Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9257 in /w/workspace/gexfoundry_device-snmp-go_PR-291 [Pipeline] { [Pipeline] ws [2023-04-21T06:04:21.998Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T06:04:22.088Z] Selected Git installation does not exist. Using Default [2023-04-21T06:04:22.088Z] The recommended git tool is: NONE [2023-04-21T06:04:29.256Z] using credential edgex-jenkins-ssh [2023-04-21T06:04:29.274Z] Cloning the remote Git repository [2023-04-21T06:04:29.333Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-04-21T06:04:29.438Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-04-21T06:04:29.615Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-21T06:04:29.616Z] > git --version # timeout=10 [2023-04-21T06:04:29.643Z] > git --version # 'git version 2.25.1' [2023-04-21T06:04:29.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T06:04:29.816Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T06:04:30.872Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-21T06:04:30.894Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T06:04:31.800Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-04-21T06:04:31.843Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-04-21T06:04:31.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T06:04:31.865Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T06:04:32.362Z] Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit 6f84cc138d0d60d4923d28566be2de651f79a1b1 [2023-04-21T06:04:32.657Z] Merge succeeded, producing 6f84cc138d0d60d4923d28566be2de651f79a1b1 [2023-04-21T06:04:32.657Z] Checking out Revision 6f84cc138d0d60d4923d28566be2de651f79a1b1 (PR-291) [2023-04-21T06:04:33.161Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-21T06:04:33.224Z] > git --version # timeout=10 [2023-04-21T06:04:33.236Z] > git --version # 'git version 2.25.1' [2023-04-21T06:04:33.261Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T06:04:32.388Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T06:04:32.463Z] > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 [2023-04-21T06:04:32.557Z] > git remote # timeout=10 [2023-04-21T06:04:32.578Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T06:04:32.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T06:04:32.617Z] > git merge b749e223b2711b185c15c0ba4cea8b5d0d469184 # timeout=10 [2023-04-21T06:04:32.645Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T06:04:32.672Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T06:04:32.688Z] > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T06:04:34.805Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T06:04:34.805Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T06:04:34.805Z] Dload Upload Total Spent Left Speed [2023-04-21T06:04:34.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 98844 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-04-21T06:04:35.498Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T06:04:35.843Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T06:04:35.843Z] + sudo tee /etc/docker/daemon.new [2023-04-21T06:04:35.843Z] { [2023-04-21T06:04:35.843Z] "registry-mirrors": [ [2023-04-21T06:04:35.843Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T06:04:35.843Z] ], [2023-04-21T06:04:35.843Z] "bip": "10.250.0.254/24", [2023-04-21T06:04:35.843Z] "hosts": [ [2023-04-21T06:04:35.843Z] "tcp://0.0.0.0:5555", [2023-04-21T06:04:35.843Z] "unix:///var/run/docker.sock" [2023-04-21T06:04:35.843Z] ], [2023-04-21T06:04:35.843Z] "mtu": 1458, [2023-04-21T06:04:35.843Z] "selinux-enabled": true, [2023-04-21T06:04:35.843Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T06:04:35.843Z] } [Pipeline] sh [2023-04-21T06:04:36.193Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T06:04:36.565Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T06:04:58.780Z] provisioning config files... [2023-04-21T06:04:58.810Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config16682308894152724348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:04:59.215Z] ---> docker-login.sh [2023-04-21T06:04:59.215Z] nexus3.edgexfoundry.org:10001 [2023-04-21T06:04:59.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T06:04:59.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T06:04:59.802Z] Configure a credential helper to remove this warning. See [2023-04-21T06:04:59.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T06:04:59.802Z] [2023-04-21T06:04:59.802Z] Login Succeeded [2023-04-21T06:05:00.076Z] nexus3.edgexfoundry.org:10002 [2023-04-21T06:05:00.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T06:05:00.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T06:05:00.347Z] Configure a credential helper to remove this warning. See [2023-04-21T06:05:00.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T06:05:00.347Z] [2023-04-21T06:05:00.347Z] Login Succeeded [2023-04-21T06:05:00.347Z] nexus3.edgexfoundry.org:10003 [2023-04-21T06:05:00.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T06:05:00.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T06:05:00.618Z] Configure a credential helper to remove this warning. See [2023-04-21T06:05:00.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T06:05:00.618Z] [2023-04-21T06:05:00.618Z] Login Succeeded [2023-04-21T06:05:00.618Z] nexus3.edgexfoundry.org:10004 [2023-04-21T06:05:00.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T06:05:00.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T06:05:00.890Z] Configure a credential helper to remove this warning. See [2023-04-21T06:05:00.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T06:05:00.890Z] [2023-04-21T06:05:00.890Z] Login Succeeded [2023-04-21T06:05:00.890Z] docker.io [2023-04-21T06:05:01.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T06:05:02.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T06:05:02.576Z] Configure a credential helper to remove this warning. See [2023-04-21T06:05:02.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T06:05:02.576Z] [2023-04-21T06:05:02.576Z] Login Succeeded [2023-04-21T06:05:02.576Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T06:05:02.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T06:05:03.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T06:05:03.053Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T06:05:03.085Z] ========================================================= [2023-04-21T06:05:03.085Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T06:05:03.085Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:05:03.607Z] + 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-21T06:05:03.879Z] Sending build context to Docker daemon 3MB [2023-04-21T06:05:03.879Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T06:05:03.879Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T06:05:04.153Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T06:05:04.153Z] af6eaf76a39c: Pulling fs layer [2023-04-21T06:05:04.153Z] 55522c791124: Pulling fs layer [2023-04-21T06:05:04.153Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T06:05:04.153Z] 169dfbe0d373: Pulling fs layer [2023-04-21T06:05:04.153Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T06:05:04.153Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T06:05:04.153Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T06:05:04.153Z] e1ff8fa3b103: Waiting [2023-04-21T06:05:04.153Z] 52ebb69f0ebf: Waiting [2023-04-21T06:05:04.153Z] 5abe8eddf0d5: Waiting [2023-04-21T06:05:04.153Z] 169dfbe0d373: Waiting [2023-04-21T06:05:04.153Z] 55522c791124: Verifying Checksum [2023-04-21T06:05:04.153Z] 55522c791124: Download complete [2023-04-21T06:05:04.153Z] 169dfbe0d373: Verifying Checksum [2023-04-21T06:05:04.153Z] 169dfbe0d373: Download complete [2023-04-21T06:05:04.153Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T06:05:04.153Z] e1ff8fa3b103: Download complete [2023-04-21T06:05:04.153Z] af6eaf76a39c: Verifying Checksum [2023-04-21T06:05:04.153Z] af6eaf76a39c: Download complete [2023-04-21T06:05:05.139Z] af6eaf76a39c: Pull complete [2023-04-21T06:05:05.412Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T06:05:05.412Z] 5abe8eddf0d5: Download complete [2023-04-21T06:05:05.686Z] 55522c791124: Pull complete [2023-04-21T06:05:06.674Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T06:05:06.674Z] ce5c4a1c91eb: Download complete [2023-04-21T06:05:06.674Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T06:05:06.674Z] 52ebb69f0ebf: Download complete [2023-04-21T06:05:19.111Z] ce5c4a1c91eb: Pull complete [2023-04-21T06:05:19.111Z] 169dfbe0d373: Pull complete [2023-04-21T06:05:19.111Z] e1ff8fa3b103: Pull complete [2023-04-21T06:05:25.810Z] 52ebb69f0ebf: Pull complete [2023-04-21T06:05:27.778Z] 5abe8eddf0d5: Pull complete [2023-04-21T06:05:27.778Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T06:05:27.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T06:05:27.778Z] ---> 6cb57ee374ae [2023-04-21T06:05:27.778Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T06:05:29.734Z] ---> Running in 9070e8027cc1 [2023-04-21T06:05:29.734Z] Removing intermediate container 9070e8027cc1 [2023-04-21T06:05:29.734Z] ---> 0a7db2ce996b [2023-04-21T06:05:29.734Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T06:05:29.734Z] ---> Running in 3d929701068f [2023-04-21T06:05:30.323Z] Removing intermediate container 3d929701068f [2023-04-21T06:05:30.323Z] ---> 2bcb19f7e77b [2023-04-21T06:05:30.323Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T06:05:30.323Z] ---> Running in 7a2c6635d002 [2023-04-21T06:05:30.593Z] Removing intermediate container 7a2c6635d002 [2023-04-21T06:05:30.593Z] ---> debd4abb1e5c [2023-04-21T06:05:30.593Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T06:05:30.593Z] ---> Running in 682f97b50dfc [2023-04-21T06:05:30.875Z] Removing intermediate container 682f97b50dfc [2023-04-21T06:05:30.875Z] ---> 787093a69ba0 [2023-04-21T06:05:30.875Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T06:05:30.875Z] ---> Running in b15834a856a6 [2023-04-21T06:05:32.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T06:05:32.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T06:05:33.534Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-21T06:05:33.534Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-21T06:05:33.804Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-21T06:05:33.804Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-21T06:05:33.804Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T06:05:33.804Z] OK: 268 MiB in 57 packages [2023-04-21T06:05:34.771Z] Removing intermediate container b15834a856a6 [2023-04-21T06:05:34.771Z] ---> 07bb0bb0da6e [2023-04-21T06:05:34.771Z] Step 8/12 : WORKDIR /device-snmp-go [2023-04-21T06:05:34.771Z] ---> Running in 1317db95f7c6 [2023-04-21T06:05:35.370Z] Removing intermediate container 1317db95f7c6 [2023-04-21T06:05:35.370Z] ---> 8171bd99669c [2023-04-21T06:05:35.370Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T06:05:35.640Z] ---> 80e8f0495279 [2023-04-21T06:05:35.640Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T06:05:35.909Z] ---> Running in cb0ac4968747 [2023-04-21T06:07:27.609Z] Removing intermediate container cb0ac4968747 [2023-04-21T06:07:27.609Z] ---> 1a44a565f6a0 [2023-04-21T06:07:27.609Z] Step 11/12 : COPY . . [2023-04-21T06:07:27.609Z] ---> 03b1b90f3925 [2023-04-21T06:07:27.609Z] Step 12/12 : RUN ${MAKE} [2023-04-21T06:07:27.609Z] ---> Running in 1e70339f61d3 [2023-04-21T06:07:27.609Z] noop [2023-04-21T06:07:27.609Z] Removing intermediate container 1e70339f61d3 [2023-04-21T06:07:27.609Z] ---> 5898dd556070 [2023-04-21T06:07:27.609Z] Successfully built 5898dd556070 [2023-04-21T06:07:27.609Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:07:28.105Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T06:07:28.105Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:07:28.402Z] prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container [2023-04-21T06:07:28.482Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-21T06:07:29.699Z] $ docker top b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T06:07:30.595Z] + go version [2023-04-21T06:07:30.595Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T06:07:30.671Z] $ docker stop --time=1 b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 [2023-04-21T06:07:32.310Z] $ docker rm -f --volumes b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:07:33.168Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T06:07:33.168Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:07:33.422Z] prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container [2023-04-21T06:07:33.502Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-21T06:07:35.616Z] $ docker top bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T06:07:36.170Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T06:07:36.569Z] + make test [2023-04-21T06:07:36.569Z] go test ./... -coverprofile=coverage.out [2023-04-21T06:08:08.834Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-04-21T06:10:00.530Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-04-21T06:10:00.530Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.048s coverage: 0.0% of statements [2023-04-21T06:10:00.530Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T06:10:00.530Z] go vet ./... [2023-04-21T06:10:15.567Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T06:10:15.567Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T06:10:15.567Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T06:10:15.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T06:10:15.655Z] $ docker stop --time=1 bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 [2023-04-21T06:10:17.492Z] $ docker rm -f --volumes bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T06:10:18.632Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T06:10:18.667Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T06:10:19.121Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T06:10:19.713Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T06:10:20.052Z] + ls -al . [2023-04-21T06:10:20.052Z] total 168 [2023-04-21T06:10:20.052Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 06:07 . [2023-04-21T06:10:20.052Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 06:04 .. [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 21 06:04 .dockerignore [2023-04-21T06:10:20.052Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 06:04 .git [2023-04-21T06:10:20.052Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 .github [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 328 Apr 21 06:04 .gitignore [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 06:04 .golangci.yml [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 9056 Apr 21 06:04 Attribution.txt [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 8355 Apr 21 06:04 CHANGELOG.md [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 1423 Apr 21 06:04 Dockerfile [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 06:04 GOVERNANCE.md [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 21 06:04 Jenkinsfile [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 06:04 LICENSE [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 2114 Apr 21 06:04 Makefile [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 21 06:04 OWNERS.md [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 10054 Apr 21 06:04 README.md [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 05:59 VERSION [2023-04-21T06:10:20.052Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 06:04 bin [2023-04-21T06:10:20.052Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 cmd [2023-04-21T06:10:20.052Z] -rw-r--r-- 1 jenkins jenkins 8837 Apr 21 06:09 coverage.out [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 3283 Apr 21 06:04 go.mod [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 31441 Apr 21 06:04 go.sum [2023-04-21T06:10:20.052Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 internal [2023-04-21T06:10:20.052Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 06:04 snap [2023-04-21T06:10:20.052Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 21 06:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:10:20.463Z] + 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=6f84cc138d0d60d4923d28566be2de651f79a1b1 --label arch=arm64 --label version=0.0.0 . [2023-04-21T06:10:20.736Z] Sending build context to Docker daemon 3.01MB [2023-04-21T06:10:20.736Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T06:10:20.736Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T06:10:20.736Z] ---> 5898dd556070 [2023-04-21T06:10:20.736Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T06:10:21.017Z] ---> Running in 0852d9324b0e [2023-04-21T06:10:21.296Z] Removing intermediate container 0852d9324b0e [2023-04-21T06:10:21.296Z] ---> 725ed732d506 [2023-04-21T06:10:21.296Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T06:10:21.296Z] ---> Running in 62aa7e9ed00f [2023-04-21T06:10:21.564Z] Removing intermediate container 62aa7e9ed00f [2023-04-21T06:10:21.564Z] ---> 288c99495abd [2023-04-21T06:10:21.564Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T06:10:21.564Z] ---> Running in cfbd3a6817c2 [2023-04-21T06:10:21.845Z] Removing intermediate container cfbd3a6817c2 [2023-04-21T06:10:21.845Z] ---> 4ca46a1ff326 [2023-04-21T06:10:21.845Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T06:10:22.116Z] ---> Running in 5e763b5c4fe4 [2023-04-21T06:10:22.384Z] Removing intermediate container 5e763b5c4fe4 [2023-04-21T06:10:22.384Z] ---> cc8c117de2f4 [2023-04-21T06:10:22.384Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T06:10:22.384Z] ---> Running in ebc27cdccb50 [2023-04-21T06:10:23.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T06:10:23.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T06:10:28.002Z] OK: 268 MiB in 57 packages [2023-04-21T06:10:28.591Z] Removing intermediate container ebc27cdccb50 [2023-04-21T06:10:28.591Z] ---> ab005254604f [2023-04-21T06:10:28.591Z] Step 8/24 : WORKDIR /device-snmp-go [2023-04-21T06:10:28.591Z] ---> Running in 0bbe9435e112 [2023-04-21T06:10:28.861Z] Removing intermediate container 0bbe9435e112 [2023-04-21T06:10:28.861Z] ---> c19dc791d3fd [2023-04-21T06:10:28.861Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T06:10:29.447Z] ---> 00c7d9b103ce [2023-04-21T06:10:29.447Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T06:10:29.447Z] ---> Running in 9b3870f8e476 [2023-04-21T06:10:32.044Z] Removing intermediate container 9b3870f8e476 [2023-04-21T06:10:32.045Z] ---> ce07451039e5 [2023-04-21T06:10:32.045Z] Step 11/24 : COPY . . [2023-04-21T06:10:32.633Z] ---> ba7edbe38c9e [2023-04-21T06:10:32.633Z] Step 12/24 : RUN ${MAKE} [2023-04-21T06:10:32.903Z] ---> Running in 9002c2c91d4c [2023-04-21T06:10:33.880Z] 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-21T06:12:40.624Z] Removing intermediate container 9002c2c91d4c [2023-04-21T06:12:40.624Z] ---> 5f0dd4ecaf1a [2023-04-21T06:12:40.624Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T06:12:41.207Z] 3.17: Pulling from library/alpine [2023-04-21T06:12:41.476Z] c41833b44d91: Pulling fs layer [2023-04-21T06:12:41.476Z] c41833b44d91: Verifying Checksum [2023-04-21T06:12:41.476Z] c41833b44d91: Download complete [2023-04-21T06:12:42.065Z] c41833b44d91: Pull complete [2023-04-21T06:12:42.065Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T06:12:42.065Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T06:12:42.065Z] ---> 51e60588ff2c [2023-04-21T06:12:42.065Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T06:12:42.332Z] ---> Running in 8bf8042899dc [2023-04-21T06:12:43.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T06:12:43.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T06:12:44.846Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T06:12:44.846Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T06:12:44.846Z] OK: 8 MiB in 16 packages [2023-04-21T06:12:45.812Z] Removing intermediate container 8bf8042899dc [2023-04-21T06:12:45.812Z] ---> 1c382378e252 [2023-04-21T06:12:45.812Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-04-21T06:12:47.223Z] ---> 2a6e2f0a29c9 [2023-04-21T06:12:47.223Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-04-21T06:12:47.808Z] ---> c0414e889e28 [2023-04-21T06:12:47.808Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-04-21T06:12:48.081Z] ---> dc86b7bf7fca [2023-04-21T06:12:48.081Z] Step 18/24 : EXPOSE 59993 [2023-04-21T06:12:48.349Z] ---> Running in d03e28efb161 [2023-04-21T06:12:48.618Z] Removing intermediate container d03e28efb161 [2023-04-21T06:12:48.618Z] ---> a37818bdca66 [2023-04-21T06:12:48.618Z] Step 19/24 : EXPOSE 161 [2023-04-21T06:12:48.618Z] ---> Running in da6ee2b0ab93 [2023-04-21T06:12:48.886Z] Removing intermediate container da6ee2b0ab93 [2023-04-21T06:12:48.886Z] ---> 936e6ae3e06f [2023-04-21T06:12:48.886Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-04-21T06:12:48.886Z] ---> Running in 73d2166b8a35 [2023-04-21T06:12:49.155Z] Removing intermediate container 73d2166b8a35 [2023-04-21T06:12:49.155Z] ---> 34df4c5de63a [2023-04-21T06:12:49.155Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T06:12:49.423Z] ---> Running in 44ab687e375b [2023-04-21T06:12:49.692Z] Removing intermediate container 44ab687e375b [2023-04-21T06:12:49.692Z] ---> a159bcdf6b70 [2023-04-21T06:12:49.692Z] Step 22/24 : LABEL arch=arm64 [2023-04-21T06:12:49.692Z] ---> Running in a17fd10cf3cf [2023-04-21T06:12:49.961Z] Removing intermediate container a17fd10cf3cf [2023-04-21T06:12:49.961Z] ---> 2eef670f50e6 [2023-04-21T06:12:49.961Z] Step 23/24 : LABEL git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 [2023-04-21T06:12:49.961Z] ---> Running in 7176df56593a [2023-04-21T06:12:50.235Z] Removing intermediate container 7176df56593a [2023-04-21T06:12:50.235Z] ---> d8df4efafc79 [2023-04-21T06:12:50.235Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T06:12:50.507Z] ---> Running in c77e4650e910 [2023-04-21T06:12:50.776Z] Removing intermediate container c77e4650e910 [2023-04-21T06:12:50.776Z] ---> 0dc76cb4bad3 [2023-04-21T06:12:50.776Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T06:12:50.776Z] Successfully built 0dc76cb4bad3 [2023-04-21T06:12:50.776Z] 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-21T06:12:51.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T06:12:51.566Z] [2023-04-21T06:12:51.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:12:51.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T06:12:51.965Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T06:12:51.965Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T06:12:51.965Z] 04944245beec: Pulling fs layer [2023-04-21T06:12:51.965Z] 699f458cf7ca: Pulling fs layer [2023-04-21T06:12:51.965Z] 765212b225bb: Pulling fs layer [2023-04-21T06:12:51.965Z] f23df028b6ca: Pulling fs layer [2023-04-21T06:12:51.965Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T06:12:51.965Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T06:12:51.965Z] f23df028b6ca: Waiting [2023-04-21T06:12:51.965Z] 765212b225bb: Waiting [2023-04-21T06:12:51.965Z] d65c8cfc05b1: Waiting [2023-04-21T06:12:51.965Z] 2437ff75d9bd: Waiting [2023-04-21T06:12:52.239Z] 04944245beec: Download complete [2023-04-21T06:12:52.239Z] 765212b225bb: Verifying Checksum [2023-04-21T06:12:52.239Z] 765212b225bb: Download complete [2023-04-21T06:12:52.239Z] f23df028b6ca: Verifying Checksum [2023-04-21T06:12:52.239Z] f23df028b6ca: Download complete [2023-04-21T06:12:52.239Z] d65c8cfc05b1: Verifying Checksum [2023-04-21T06:12:52.239Z] d65c8cfc05b1: Download complete [2023-04-21T06:12:52.239Z] 699f458cf7ca: Verifying Checksum [2023-04-21T06:12:52.239Z] 699f458cf7ca: Download complete [2023-04-21T06:12:52.828Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T06:12:52.828Z] 8998bd30e6a1: Download complete [2023-04-21T06:12:54.776Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T06:12:54.776Z] 2437ff75d9bd: Download complete [2023-04-21T06:12:56.728Z] 8998bd30e6a1: Pull complete [2023-04-21T06:12:56.998Z] 04944245beec: Pull complete [2023-04-21T06:12:58.420Z] 699f458cf7ca: Pull complete [2023-04-21T06:12:58.420Z] 765212b225bb: Pull complete [2023-04-21T06:12:59.471Z] f23df028b6ca: Pull complete [2023-04-21T06:12:59.471Z] d65c8cfc05b1: Pull complete [2023-04-21T06:13:14.582Z] 2437ff75d9bd: Pull complete [2023-04-21T06:13:14.582Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T06:13:14.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T06:13:14.582Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:13:14.917Z] prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container [2023-04-21T06:13:14.994Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T06:13:17.500Z] $ docker top a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:18.398Z] ---> job-cost.sh [2023-04-21T06:13:18.398Z] lf-activate-venv: SKIPPING [2023-04-21T06:13:18.398Z] INFO: No Stack... [2023-04-21T06:13:18.667Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T06:13:19.637Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T06:13:20.307Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-04-21T06:13:20.307Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T06:13:20.402Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [2023-04-21T06:13:20.407Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] did not exist. Created. [2023-04-21T06:13:20.407Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T06:13:21.144Z] /w/workspace/device-snmp-go/1@tmp/durable-4ae7f6c6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-21T06:13:21.512Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T06:13:21.548Z] Warning: overwriting stash ‘stack-cost’ [2023-04-21T06:13:21.592Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T06:13:21.607Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T06:13:21.693Z] $ docker stop --time=1 a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd [2023-04-21T06:13:23.159Z] $ docker rm -f --volumes a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd [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-21T06:13:24.188Z] provisioning config files... [2023-04-21T06:13:24.196Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config204079372835217497tmp [Pipeline] { [Pipeline] sh [2023-04-21T06:13:24.540Z] + set +x [2023-04-21T06:13:24.540Z] + + curlbash -s -s https://codecov.io/bash -- [2023-04-21T06:13:24.540Z] [2023-04-21T06:13:24.540Z] [2023-04-21T06:13:24.540Z] _____ _ [2023-04-21T06:13:24.540Z] / ____| | | [2023-04-21T06:13:24.540Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T06:13:24.540Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T06:13:24.540Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T06:13:24.540Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T06:13:24.540Z] Bash-1.0.6 [2023-04-21T06:13:24.540Z] [2023-04-21T06:13:24.540Z] [2023-04-21T06:13:24.540Z] ==> git version 2.25.1 found [2023-04-21T06:13:24.540Z] ==> 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-21T06:13:24.540Z] Release-Date: 2020-01-08 [2023-04-21T06:13:24.540Z] 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-21T06:13:24.540Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T06:13:24.540Z] ==> Jenkins CI detected. [2023-04-21T06:13:24.540Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-291 [2023-04-21T06:13:24.540Z] project root: . [2023-04-21T06:13:24.540Z] --> token set from env [2023-04-21T06:13:24.540Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T06:13:24.540Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T06:13:24.541Z] ==> Python coveragepy not found [2023-04-21T06:13:24.541Z] ==> Searching for coverage reports in: [2023-04-21T06:13:24.541Z] + . [2023-04-21T06:13:24.541Z] -> Found 1 reports [2023-04-21T06:13:24.541Z] ==> Detecting git/mercurial file structure [2023-04-21T06:13:24.541Z] ==> Reading reports [2023-04-21T06:13:24.799Z] + ./coverage.out bytes=8837 [2023-04-21T06:13:24.799Z] ==> Appending adjustments [2023-04-21T06:13:24.799Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T06:13:24.799Z] + Found adjustments [2023-04-21T06:13:24.799Z] ==> Gzipping contents [2023-04-21T06:13:24.799Z] 4.0K /tmp/codecov.ynLlMX.gz [2023-04-21T06:13:24.799Z] ==> Uploading reports [2023-04-21T06:13:24.799Z] url: https://codecov.io [2023-04-21T06:13:24.799Z] query: branch=PR-291&commit=6f84cc138d0d60d4923d28566be2de651f79a1b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-291%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2023-04-21T06:13:24.799Z] -> Pinging Codecov [2023-04-21T06:13:24.799Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-291&commit=6f84cc138d0d60d4923d28566be2de651f79a1b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-291%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2023-04-21T06:13:24.799Z] -> Uploading to [2023-04-21T06:13:24.799Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-21/6C56EA5C29638FB4528AC87E60AF5AE0/6f84cc138d0d60d4923d28566be2de651f79a1b1/e26c09be-b20e-4630-bdf7-8ebbecc82177.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T061324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36c81ff75080c73e5934e366209446c8a2cebc47b89c78e892edfa168978bb82 [2023-04-21T06:13:24.799Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T06:13:24.799Z] Dload Upload Total Spent Left Speed [2023-04-21T06:13:25.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 6796 --:--:-- --:--:-- --:--:-- 6825 [2023-04-21T06:13:25.058Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] } [2023-04-21T06:13:25.085Z] 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-21T06:13:26.900Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-291/archives ] [2023-04-21T06:13:26.901Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-291/archives [2023-04-21T06:13:26.901Z] total 16 [2023-04-21T06:13:26.901Z] drwxr-xr-x 3 root root 4096 Apr 21 06:01 . [2023-04-21T06:13:26.901Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 06:01 .. [2023-04-21T06:13:26.901Z] drwxr-xr-x 2 root root 4096 Apr 21 06:01 cost [2023-04-21T06:13:26.901Z] -rw-r--r-- 1 root root 86 Apr 21 06:01 cost.csv [2023-04-21T06:13:26.901Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-291/archives [2023-04-21T06:13:26.901Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-291/archives [2023-04-21T06:13:26.901Z] total 16 [2023-04-21T06:13:26.901Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 06:01 . [2023-04-21T06:13:26.901Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 06:01 .. [2023-04-21T06:13:26.901Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 06:01 cost [2023-04-21T06:13:26.901Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 21 06:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:27.232Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:28.131Z] ---> package-listing.sh [2023-04-21T06:13:28.131Z] ++ facter osfamily [2023-04-21T06:13:28.131Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T06:13:28.392Z] + OS_FAMILY=debian [2023-04-21T06:13:28.392Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-291 [2023-04-21T06:13:28.392Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T06:13:28.392Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T06:13:28.392Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T06:13:28.392Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T06:13:28.392Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-291 ']' [2023-04-21T06:13:28.392Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T06:13:28.392Z] + case "${OS_FAMILY}" in [2023-04-21T06:13:28.392Z] + dpkg -l [2023-04-21T06:13:28.392Z] + grep '^ii' [2023-04-21T06:13:28.392Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T06:13:28.392Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T06:13:28.392Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T06:13:28.392Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-291 ']' [2023-04-21T06:13:28.392Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/ [2023-04-21T06:13:28.392Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/ [Pipeline] echo [2023-04-21T06:13:28.427Z] 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T06:13:28.722Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T06:13:29.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T06:13:29.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T06:13:29.511Z] prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container [2023-04-21T06:13:29.536Z] $ 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-291/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-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@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-21T06:13:29.741Z] $ docker top 064edfe37f92ad7df762c390b8ba9b3a40f9dd1108f98c7bfa06d1f8d616cd2e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T06:13:30.126Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T06:13:30.437Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T06:13:30.742Z] + ls /var/log/sa-host [2023-04-21T06:13:30.742Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T06:13:30.903Z] provisioning config files... [2023-04-21T06:13:30.910Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config380844039290778219tmp [Pipeline] { [Pipeline] echo [2023-04-21T06:13:30.968Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:31.280Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T06:13:31.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:31.711Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T06:13:31.742Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:32.058Z] ---> sudo-logs.sh [2023-04-21T06:13:32.058Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T06:13:32.152Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:32.462Z] ---> job-cost.sh [2023-04-21T06:13:32.462Z] lf-activate-venv: SKIPPING [2023-04-21T06:13:32.462Z] DEBUG: total: 0.2199999988079071 [2023-04-21T06:13:32.462Z] INFO: Retrieving Stack Cost... [2023-04-21T06:13:33.030Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T06:13:33.600Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T06:13:33.631Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T06:13:33.943Z] ---> logs-deploy.sh [2023-04-21T06:13:33.943Z] lf-activate-venv: SKIPPING [2023-04-21T06:13:33.943Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-291/1 [2023-04-21T06:13:33.943Z] INFO: archiving workspace using pattern(s): [2023-04-21T06:13:34.881Z] Archives upload complete. [2023-04-21T06:13:34.881Z] INFO: archiving logs to Nexus