Pull request #330 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58+16c420418f3d11c50b6d4cdc106b6ff48e0fad87 (2b58ec921e9e67aa37e553bfb8a20c45f176eced) 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-ssh16615644908203635332.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh3827509735002690092.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-330/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-330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8644117193373713304.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-330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13419618265686660957.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh15262970452471315563.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-330/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-330/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8871852712908408937.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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.21 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-16990 in /w/workspace/gexfoundry_device-snmp-go_PR-330 [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-330 # 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/330/head:refs/remotes/origin/PR-330 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 into PR head commit 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 Merge succeeded, producing 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 Checking out Revision 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 (PR-330) 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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-08T05:14:11.805Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-08T05:14:11.994Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 # 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 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 # timeout=10 [Pipeline] echo [2023-11-08T05:14:12.106Z] ========================================================= [2023-11-08T05:14:12.106Z] EdgeX Global Pipelines Version Info [2023-11-08T05:14:12.106Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:14:12.842Z] ------------------- [2023-11-08T05:14:12.843Z] stable info: [2023-11-08T05:14:12.843Z] ------------------- [2023-11-08T05:14:12.843Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-08T05:14:12.843Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-08T05:14:12.843Z] Message: update stable to v1.0.257 [2023-11-08T05:14:13.415Z] ------------------- [2023-11-08T05:14:13.415Z] experimental info: [2023-11-08T05:14:13.415Z] ------------------- [2023-11-08T05:14:13.415Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-08T05:14:13.415Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-08T05:14:13.415Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-08T05:14:13.708Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-11-08T05:14:13.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-11-08T05:14:13.791Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-08T05:14:13.831Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-08T05:14:13.871Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-08T05:14:13.914Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-08T05:14:13.951Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-08T05:14:13.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-08T05:14:14.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-08T05:14:14.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-08T05:14:14.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-08T05:14:14.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-11-08T05:14:14.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-08T05:14:14.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-08T05:14:14.388Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-08T05:14:14.425Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-08T05:14:14.462Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-08T05:14:14.502Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-08T05:14:14.543Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-08T05:14:14.585Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-08T05:14:14.670Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-08T05:14:14.712Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-08T05:14:14.755Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-08T05:14:14.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-08T05:14:14.844Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-08T05:14:14.955Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-08T05:14:14.997Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-08T05:14:15.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-330 [Pipeline] echo [2023-11-08T05:14:15.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-330 [Pipeline] echo [2023-11-08T05:14:15.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-330 [Pipeline] echo [2023-11-08T05:14:15.207Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [Pipeline] echo [2023-11-08T05:14:15.251Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f76abc [Pipeline] echo [2023-11-08T05:14:15.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T05:14:15.441Z] provisioning config files... [2023-11-08T05:14:15.492Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/config7006734057916091963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:14:15.839Z] ---> docker-login.sh [2023-11-08T05:14:15.839Z] nexus3.edgexfoundry.org:10001 [2023-11-08T05:14:16.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:16.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:16.105Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:16.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:16.105Z] [2023-11-08T05:14:16.105Z] Login Succeeded [2023-11-08T05:14:16.105Z] nexus3.edgexfoundry.org:10002 [2023-11-08T05:14:16.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:16.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:16.366Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:16.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:16.366Z] [2023-11-08T05:14:16.366Z] Login Succeeded [2023-11-08T05:14:16.366Z] nexus3.edgexfoundry.org:10003 [2023-11-08T05:14:16.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:16.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:16.366Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:16.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:16.366Z] [2023-11-08T05:14:16.366Z] Login Succeeded [2023-11-08T05:14:16.366Z] nexus3.edgexfoundry.org:10004 [2023-11-08T05:14:16.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:16.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:16.366Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:16.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:16.366Z] [2023-11-08T05:14:16.366Z] Login Succeeded [2023-11-08T05:14:16.366Z] docker.io [2023-11-08T05:14:16.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:17.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:17.081Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:17.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:17.081Z] [2023-11-08T05:14:17.081Z] Login Succeeded [2023-11-08T05:14:17.081Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T05:14:17.111Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-08T05:14:17.743Z] + git rev-list -1 --merges 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58~1..5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [Pipeline] echo [2023-11-08T05:14:17.801Z] -----------> git rev-list -1 --merges 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58~1..5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [false] [Pipeline] sh [2023-11-08T05:14:18.109Z] + git log --format=format:%s -1 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [Pipeline] echo [2023-11-08T05:14:18.146Z] ========================================================= [2023-11-08T05:14:18.146Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-08T05:14:18.146Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T05:14:18.596Z] + git log --format=format:%s -1 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [Pipeline] echo [2023-11-08T05:14:18.628Z] [semverPrep] GIT_COMMIT: 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-11-08T05:14:18.660Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-08T05:14:19.056Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-08T05:14:19.057Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-08T05:14:19.057Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-08T05:14:19.057Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-08T05:14:19.057Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-08T05:14:19.057Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-08T05:14:19.057Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:14:19.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T05:14:19.551Z] [2023-11-08T05:14:19.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:14:19.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T05:14:19.928Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-08T05:14:19.928Z] b85a868b505f: Pulling fs layer [2023-11-08T05:14:19.928Z] e2be974225ed: Pulling fs layer [2023-11-08T05:14:19.928Z] 339a4e72a1f5: Pulling fs layer [2023-11-08T05:14:19.928Z] 988bab9f4d93: Pulling fs layer [2023-11-08T05:14:19.928Z] 1469e6f7b9e6: Pulling fs layer [2023-11-08T05:14:19.928Z] eaf3925da568: Pulling fs layer [2023-11-08T05:14:19.928Z] bab4dde63d76: Pulling fs layer [2023-11-08T05:14:19.928Z] bde34c3a00c8: Pulling fs layer [2023-11-08T05:14:19.928Z] b352a97aabf1: Pulling fs layer [2023-11-08T05:14:19.928Z] 4872d77fe225: Pulling fs layer [2023-11-08T05:14:19.928Z] 5851b861e8e6: Pulling fs layer [2023-11-08T05:14:19.928Z] 988bab9f4d93: Waiting [2023-11-08T05:14:19.928Z] bab4dde63d76: Waiting [2023-11-08T05:14:19.928Z] bde34c3a00c8: Waiting [2023-11-08T05:14:19.928Z] 1469e6f7b9e6: Waiting [2023-11-08T05:14:19.928Z] eaf3925da568: Waiting [2023-11-08T05:14:19.928Z] b352a97aabf1: Waiting [2023-11-08T05:14:19.928Z] 5851b861e8e6: Waiting [2023-11-08T05:14:19.928Z] e2be974225ed: Verifying Checksum [2023-11-08T05:14:19.928Z] e2be974225ed: Download complete [2023-11-08T05:14:19.928Z] 988bab9f4d93: Download complete [2023-11-08T05:14:19.928Z] 1469e6f7b9e6: Verifying Checksum [2023-11-08T05:14:19.928Z] 1469e6f7b9e6: Download complete [2023-11-08T05:14:20.186Z] eaf3925da568: Verifying Checksum [2023-11-08T05:14:20.186Z] eaf3925da568: Download complete [2023-11-08T05:14:20.186Z] 339a4e72a1f5: Verifying Checksum [2023-11-08T05:14:20.186Z] 339a4e72a1f5: Download complete [2023-11-08T05:14:20.186Z] bde34c3a00c8: Verifying Checksum [2023-11-08T05:14:20.186Z] bde34c3a00c8: Download complete [2023-11-08T05:14:20.186Z] b352a97aabf1: Download complete [2023-11-08T05:14:20.186Z] 4872d77fe225: Download complete [2023-11-08T05:14:20.186Z] 5851b861e8e6: Verifying Checksum [2023-11-08T05:14:20.186Z] 5851b861e8e6: Download complete [2023-11-08T05:14:20.186Z] b85a868b505f: Verifying Checksum [2023-11-08T05:14:20.186Z] b85a868b505f: Download complete [2023-11-08T05:14:20.445Z] bab4dde63d76: Verifying Checksum [2023-11-08T05:14:20.445Z] bab4dde63d76: Download complete [2023-11-08T05:14:21.380Z] b85a868b505f: Pull complete [2023-11-08T05:14:21.380Z] e2be974225ed: Pull complete [2023-11-08T05:14:21.946Z] 339a4e72a1f5: Pull complete [2023-11-08T05:14:21.946Z] 988bab9f4d93: Pull complete [2023-11-08T05:14:22.206Z] 1469e6f7b9e6: Pull complete [2023-11-08T05:14:22.206Z] eaf3925da568: Pull complete [2023-11-08T05:14:23.580Z] bab4dde63d76: Pull complete [2023-11-08T05:14:23.839Z] bde34c3a00c8: Pull complete [2023-11-08T05:14:23.839Z] b352a97aabf1: Pull complete [2023-11-08T05:14:23.839Z] 4872d77fe225: Pull complete [2023-11-08T05:14:24.100Z] 5851b861e8e6: Pull complete [2023-11-08T05:14:24.100Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-08T05:14:24.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T05:14:24.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:14:24.324Z] prd-ubuntu20.04-docker-8c-8g-16990 does not seem to be running inside a container [2023-11-08T05:14:24.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-330 -v /w/workspace/gexfoundry_device-snmp-go_PR-330:/w/workspace/gexfoundry_device-snmp-go_PR-330:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-330@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-08T05:14:27.080Z] $ docker top 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 -eo pid,comm [2023-11-08T05:14:27.129Z] 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-11-08T05:14:27.129Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-08T05:14:27.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-08T05:14:27.343Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-08T05:14:27.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-08T05:14:27.453Z] $ docker exec 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 ssh-agent [2023-11-08T05:14:27.543Z] SSH_AUTH_SOCK=/tmp/ssh-EdDipgwkE7IN/agent.31 [2023-11-08T05:14:27.543Z] SSH_AGENT_PID=37 [2023-11-08T05:14:27.550Z] Running ssh-add (command line suppressed) [2023-11-08T05:14:27.652Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/private_key_6634757686363403715.key (/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/private_key_6634757686363403715.key) [2023-11-08T05:14:27.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-08T05:14:27.989Z] + git tag --points-at HEAD [Pipeline] } [2023-11-08T05:14:28.016Z] $ docker exec --env ******** --env ******** 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 ssh-agent -k [2023-11-08T05:14:28.101Z] unset SSH_AUTH_SOCK; [2023-11-08T05:14:28.101Z] unset SSH_AGENT_PID; [2023-11-08T05:14:28.102Z] echo Agent pid 37 killed; [2023-11-08T05:14:28.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-08T05:14:28.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-08T05:14:28.203Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-08T05:14:28.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-08T05:14:28.311Z] $ docker exec 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 ssh-agent [2023-11-08T05:14:28.415Z] SSH_AUTH_SOCK=/tmp/ssh-5wkb831c5BaW/agent.69 [2023-11-08T05:14:28.415Z] SSH_AGENT_PID=75 [2023-11-08T05:14:28.420Z] Running ssh-add (command line suppressed) [2023-11-08T05:14:28.529Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/private_key_496539451063148283.key (/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/private_key_496539451063148283.key) [2023-11-08T05:14:28.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-08T05:14:28.867Z] + git semver init [2023-11-08T05:14:29.127Z] 2023-11-08 05:14:29,021 [run_init] DEBUG init version:0.0.0 force:False [2023-11-08T05:14:29.127Z] 2023-11-08 05:14:29,021 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver [2023-11-08T05:14:29.127Z] 2023-11-08 05:14:29,022 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-330/.semver [2023-11-08T05:14:29.127Z] 2023-11-08 05:14:29,022 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-330, universal_newlines=False, shell=None, istream=None) [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,885 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-330/.git/info/exclude [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,886 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver/PR-330 with force:False [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,886 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver/PR-330 [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,890 [execute] INFO git cat-file --batch-check [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,891 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver, universal_newlines=False, shell=None, istream=) [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,897 [execute] INFO git cat-file --batch [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,897 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-330/.semver, universal_newlines=False, shell=None, istream=) [2023-11-08T05:14:30.064Z] 2023-11-08 05:14:29,902 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-330/.semver/PR-330 [2023-11-08T05:14:30.064Z] 0.0.0 [Pipeline] } [2023-11-08T05:14:30.091Z] $ docker exec --env ******** --env ******** 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 ssh-agent -k [2023-11-08T05:14:30.191Z] unset SSH_AUTH_SOCK; [2023-11-08T05:14:30.191Z] unset SSH_AGENT_PID; [2023-11-08T05:14:30.192Z] echo Agent pid 75 killed; [2023-11-08T05:14:30.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-08T05:14:30.617Z] + git semver [Pipeline] } [2023-11-08T05:14:30.909Z] $ docker stop --time=1 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 [2023-11-08T05:14:32.237Z] $ docker rm -f --volumes 001d90c09659451ee5fd739684026e9fe95c24b9dfbdcf0bc4cf094a363fd2b6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T05:14:32.641Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-08T05:14:32.902Z] Stashed 1 file(s) [Pipeline] echo [2023-11-08T05:14:32.918Z] [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-11-08T05:14:33.530Z] provisioning config files... [2023-11-08T05:14:33.540Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/config11622286571591332014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:14:33.889Z] ---> docker-login.sh [2023-11-08T05:14:33.889Z] nexus3.edgexfoundry.org:10001 [2023-11-08T05:14:33.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:33.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:33.889Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:33.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:33.889Z] [2023-11-08T05:14:33.889Z] Login Succeeded [2023-11-08T05:14:33.889Z] nexus3.edgexfoundry.org:10002 [2023-11-08T05:14:33.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:33.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:33.889Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:33.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:33.889Z] [2023-11-08T05:14:33.889Z] Login Succeeded [2023-11-08T05:14:33.889Z] nexus3.edgexfoundry.org:10003 [2023-11-08T05:14:34.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:34.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:34.150Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:34.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:34.150Z] [2023-11-08T05:14:34.150Z] Login Succeeded [2023-11-08T05:14:34.150Z] nexus3.edgexfoundry.org:10004 [2023-11-08T05:14:34.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:34.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:34.150Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:34.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:34.150Z] [2023-11-08T05:14:34.150Z] Login Succeeded [2023-11-08T05:14:34.150Z] docker.io [2023-11-08T05:14:34.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:14:34.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:14:34.720Z] Configure a credential helper to remove this warning. See [2023-11-08T05:14:34.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:14:34.720Z] [2023-11-08T05:14:34.720Z] Login Succeeded [2023-11-08T05:14:34.720Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T05:14:34.750Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-08T05:14:34.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T05:14:34.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T05:14:35.024Z] ========================================================= [2023-11-08T05:14:35.024Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-08T05:14:35.024Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:14:35.498Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-08T05:14:35.498Z] Sending build context to Docker daemon 5.747MB [2023-11-08T05:14:35.498Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T05:14:35.498Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-08T05:14:35.498Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-08T05:14:35.498Z] 7264a8db6415: Pulling fs layer [2023-11-08T05:14:35.498Z] c4d48a809fc2: Pulling fs layer [2023-11-08T05:14:35.498Z] 4f1c88b9dad5: Pulling fs layer [2023-11-08T05:14:35.498Z] ad3a456e5733: Pulling fs layer [2023-11-08T05:14:35.498Z] 33e27b845d1e: Pulling fs layer [2023-11-08T05:14:35.498Z] c68163c4e522: Pulling fs layer [2023-11-08T05:14:35.498Z] 50da416c3ac9: Pulling fs layer [2023-11-08T05:14:35.498Z] 23d2d4c4bb30: Pulling fs layer [2023-11-08T05:14:35.499Z] c68163c4e522: Waiting [2023-11-08T05:14:35.499Z] 50da416c3ac9: Waiting [2023-11-08T05:14:35.499Z] 33e27b845d1e: Waiting [2023-11-08T05:14:35.499Z] 23d2d4c4bb30: Waiting [2023-11-08T05:14:35.499Z] c4d48a809fc2: Verifying Checksum [2023-11-08T05:14:35.499Z] ad3a456e5733: Verifying Checksum [2023-11-08T05:14:35.499Z] ad3a456e5733: Download complete [2023-11-08T05:14:35.499Z] 33e27b845d1e: Verifying Checksum [2023-11-08T05:14:35.499Z] 33e27b845d1e: Download complete [2023-11-08T05:14:35.758Z] 7264a8db6415: Verifying Checksum [2023-11-08T05:14:35.758Z] 7264a8db6415: Download complete [2023-11-08T05:14:35.758Z] c68163c4e522: Verifying Checksum [2023-11-08T05:14:35.758Z] c68163c4e522: Download complete [2023-11-08T05:14:35.758Z] 7264a8db6415: Pull complete [2023-11-08T05:14:35.758Z] 23d2d4c4bb30: Verifying Checksum [2023-11-08T05:14:35.758Z] 23d2d4c4bb30: Download complete [2023-11-08T05:14:36.016Z] c4d48a809fc2: Pull complete [2023-11-08T05:14:36.016Z] 4f1c88b9dad5: Verifying Checksum [2023-11-08T05:14:36.016Z] 4f1c88b9dad5: Download complete [2023-11-08T05:14:36.274Z] 50da416c3ac9: Verifying Checksum [2023-11-08T05:14:36.275Z] 50da416c3ac9: Download complete [2023-11-08T05:14:38.801Z] 4f1c88b9dad5: Pull complete [2023-11-08T05:14:38.801Z] ad3a456e5733: Pull complete [2023-11-08T05:14:39.059Z] 33e27b845d1e: Pull complete [2023-11-08T05:14:39.059Z] c68163c4e522: Pull complete [2023-11-08T05:14:41.592Z] 50da416c3ac9: Pull complete [2023-11-08T05:14:41.592Z] 23d2d4c4bb30: Pull complete [2023-11-08T05:14:41.592Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-08T05:14:41.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-08T05:14:41.592Z] ---> 0786185ac409 [2023-11-08T05:14:41.592Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-08T05:14:46.873Z] ---> Running in 828022a5a68c [2023-11-08T05:14:46.873Z] Removing intermediate container 828022a5a68c [2023-11-08T05:14:46.873Z] ---> 3c1f1d314a7d [2023-11-08T05:14:46.873Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T05:14:46.873Z] ---> Running in b6c356696d0b [2023-11-08T05:14:46.873Z] Removing intermediate container b6c356696d0b [2023-11-08T05:14:46.873Z] ---> 9fa9ab9df155 [2023-11-08T05:14:46.873Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-08T05:14:46.873Z] ---> Running in 68dea32cd396 [2023-11-08T05:14:46.873Z] Removing intermediate container 68dea32cd396 [2023-11-08T05:14:46.873Z] ---> 8f0abcca4eca [2023-11-08T05:14:46.873Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T05:14:46.873Z] ---> Running in 0161b62f2b1e [2023-11-08T05:14:46.873Z] Removing intermediate container 0161b62f2b1e [2023-11-08T05:14:46.873Z] ---> 47ecc760aacc [2023-11-08T05:14:46.873Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T05:14:46.873Z] ---> Running in 2a8b9c020781 [2023-11-08T05:14:46.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T05:14:47.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T05:14:47.391Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-08T05:14:47.391Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-08T05:14:47.391Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-08T05:14:47.391Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-08T05:14:47.391Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T05:14:47.391Z] OK: 268 MiB in 56 packages [2023-11-08T05:14:47.960Z] Removing intermediate container 2a8b9c020781 [2023-11-08T05:14:47.960Z] ---> 9e6255170787 [2023-11-08T05:14:47.960Z] Step 8/12 : WORKDIR /device-snmp-go [2023-11-08T05:14:47.960Z] ---> Running in 5acd7c4de747 [2023-11-08T05:14:47.960Z] Removing intermediate container 5acd7c4de747 [2023-11-08T05:14:47.960Z] ---> 261c8e2e47ec [2023-11-08T05:14:47.960Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-08T05:14:48.220Z] ---> 2b18417b1649 [2023-11-08T05:14:48.220Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T05:14:48.220Z] ---> Running in cef3fb349b66 [2023-11-08T05:14:48.345Z] Still waiting to schedule task [2023-11-08T05:14:48.346Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-08T05:15:26.952Z] Removing intermediate container cef3fb349b66 [2023-11-08T05:15:26.952Z] ---> b5a79056d2a1 [2023-11-08T05:15:26.952Z] Step 11/12 : COPY . . [2023-11-08T05:15:26.952Z] ---> 315cf0f030d7 [2023-11-08T05:15:26.952Z] Step 12/12 : RUN ${MAKE} [2023-11-08T05:15:26.952Z] ---> Running in 99dac037a294 [2023-11-08T05:15:26.952Z] noop [2023-11-08T05:15:26.952Z] Removing intermediate container 99dac037a294 [2023-11-08T05:15:26.952Z] ---> c7f14ab94022 [2023-11-08T05:15:26.952Z] Successfully built c7f14ab94022 [2023-11-08T05:15:26.952Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:15:27.417Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-08T05:15:27.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:15:27.573Z] prd-ubuntu20.04-docker-8c-8g-16990 does not seem to be running inside a container [2023-11-08T05:15:27.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-330 -v /w/workspace/gexfoundry_device-snmp-go_PR-330:/w/workspace/gexfoundry_device-snmp-go_PR-330:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-330@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-x86_64 cat [2023-11-08T05:15:27.949Z] $ docker top 59a3d069a2e66017e993f4d771fd4657a24f64364899a5872d99ca78a5fcb9e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T05:15:28.328Z] + go version [2023-11-08T05:15:28.328Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-08T05:15:28.364Z] $ docker stop --time=1 59a3d069a2e66017e993f4d771fd4657a24f64364899a5872d99ca78a5fcb9e8 [2023-11-08T05:15:29.625Z] $ docker rm -f --volumes 59a3d069a2e66017e993f4d771fd4657a24f64364899a5872d99ca78a5fcb9e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:15:30.276Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-08T05:15:30.276Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:15:30.402Z] prd-ubuntu20.04-docker-8c-8g-16990 does not seem to be running inside a container [2023-11-08T05:15:30.434Z] $ 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-330 -v /w/workspace/gexfoundry_device-snmp-go_PR-330:/w/workspace/gexfoundry_device-snmp-go_PR-330:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-330@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-x86_64 cat [2023-11-08T05:15:30.783Z] $ docker top 1c86039934c7bb4bf3d2b1ad4caa4f36ec3f8bb7b66cea3e5ffc5e07adc6c5ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T05:15:31.160Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-330 [Pipeline] fileExists [Pipeline] sh [2023-11-08T05:15:31.522Z] + make test [2023-11-08T05:15:31.523Z] go test ./... -coverprofile=coverage.out [2023-11-08T05:15:33.437Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-11-08T05:15:43.404Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-11-08T05:15:43.404Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements [2023-11-08T05:15:48.666Z] go vet ./... [2023-11-08T05:15:51.354Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-08T05:15:51.355Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-08T05:15:51.355Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-08T05:15:51.396Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-08T05:15:51.428Z] $ docker stop --time=1 1c86039934c7bb4bf3d2b1ad4caa4f36ec3f8bb7b66cea3e5ffc5e07adc6c5ea [2023-11-08T05:15:55.076Z] $ docker rm -f --volumes 1c86039934c7bb4bf3d2b1ad4caa4f36ec3f8bb7b66cea3e5ffc5e07adc6c5ea [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T05:15:55.603Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-08T05:15:55.670Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-08T05:15:56.370Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-08T05:15:56.683Z] + ls -al . [2023-11-08T05:15:56.683Z] total 172 [2023-11-08T05:15:56.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 05:15 . [2023-11-08T05:15:56.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 05:14 .. [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 6 Nov 8 05:14 .dockerignore [2023-11-08T05:15:56.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 05:15 .git [2023-11-08T05:15:56.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:14 .github [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 263 Nov 8 05:14 .gitignore [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 8 05:14 .golangci.yml [2023-11-08T05:15:56.683Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 05:14 .semver [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 10025 Nov 8 05:14 Attribution.txt [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 10534 Nov 8 05:14 CHANGELOG.md [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 1462 Nov 8 05:14 Dockerfile [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 05:14 GOVERNANCE.md [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 656 Nov 8 05:14 Jenkinsfile [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 05:14 LICENSE [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 2240 Nov 8 05:14 Makefile [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 8 05:14 OWNERS.md [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 10477 Nov 8 05:14 README.md [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 05:14 VERSION [2023-11-08T05:15:56.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 05:14 bin [2023-11-08T05:15:56.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:14 cmd [2023-11-08T05:15:56.683Z] -rw-r--r-- 1 jenkins jenkins 8837 Nov 8 05:15 coverage.out [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 3665 Nov 8 05:14 go.mod [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 34728 Nov 8 05:14 go.sum [2023-11-08T05:15:56.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:14 internal [2023-11-08T05:15:56.683Z] -rw-rw-r-- 1 jenkins jenkins 228 Nov 8 05:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:15:57.131Z] + 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=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 --label arch=amd64 --label version=0.0.0 . [2023-11-08T05:15:57.131Z] Sending build context to Docker daemon 5.757MB [2023-11-08T05:15:57.131Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T05:15:57.131Z] Step 2/24 : FROM ${BASE} AS builder [2023-11-08T05:15:57.131Z] ---> c7f14ab94022 [2023-11-08T05:15:57.131Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-11-08T05:15:57.392Z] ---> Running in b60fc1c1f312 [2023-11-08T05:15:57.392Z] Removing intermediate container b60fc1c1f312 [2023-11-08T05:15:57.392Z] ---> 6cb2283f3d69 [2023-11-08T05:15:57.392Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T05:15:57.392Z] ---> Running in 72051ad37844 [2023-11-08T05:15:57.392Z] Removing intermediate container 72051ad37844 [2023-11-08T05:15:57.392Z] ---> d646d84fa3af [2023-11-08T05:15:57.392Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-08T05:15:57.392Z] ---> Running in fd3c4adc1518 [2023-11-08T05:15:57.650Z] Removing intermediate container fd3c4adc1518 [2023-11-08T05:15:57.650Z] ---> 9256c73375d9 [2023-11-08T05:15:57.650Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T05:15:57.650Z] ---> Running in 3c1de32ff2a9 [2023-11-08T05:15:57.650Z] Removing intermediate container 3c1de32ff2a9 [2023-11-08T05:15:57.650Z] ---> c73746e887d0 [2023-11-08T05:15:57.650Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T05:15:57.650Z] ---> Running in 45739dd6ac10 [2023-11-08T05:15:57.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T05:15:57.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T05:15:58.478Z] OK: 268 MiB in 56 packages [2023-11-08T05:15:58.478Z] Removing intermediate container 45739dd6ac10 [2023-11-08T05:15:58.478Z] ---> efe210cb8668 [2023-11-08T05:15:58.478Z] Step 8/24 : WORKDIR /device-snmp-go [2023-11-08T05:15:58.737Z] ---> Running in 9f7889fb617a [2023-11-08T05:15:58.737Z] Removing intermediate container 9f7889fb617a [2023-11-08T05:15:58.737Z] ---> 840d102e2b6b [2023-11-08T05:15:58.737Z] Step 9/24 : COPY go.mod vendor* ./ [2023-11-08T05:15:58.737Z] ---> fc880547a9df [2023-11-08T05:15:58.737Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T05:15:58.737Z] ---> Running in 048fd872c2b9 [2023-11-08T05:15:59.305Z] Removing intermediate container 048fd872c2b9 [2023-11-08T05:15:59.305Z] ---> ecca237c3745 [2023-11-08T05:15:59.305Z] Step 11/24 : COPY . . [2023-11-08T05:15:59.873Z] ---> 800f6f2f817d [2023-11-08T05:15:59.873Z] Step 12/24 : RUN ${MAKE} [2023-11-08T05:15:59.873Z] ---> Running in 235b89a7ce84 [2023-11-08T05:16:00.131Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-11-08T05:16:22.260Z] Removing intermediate container 235b89a7ce84 [2023-11-08T05:16:22.261Z] ---> fbb0bebe6d5a [2023-11-08T05:16:22.261Z] Step 13/24 : FROM alpine:3.18 [2023-11-08T05:16:22.261Z] 3.18: Pulling from library/alpine [2023-11-08T05:16:22.261Z] 96526aa774ef: Pulling fs layer [2023-11-08T05:16:22.261Z] 96526aa774ef: Download complete [2023-11-08T05:16:22.261Z] 96526aa774ef: Pull complete [2023-11-08T05:16:22.261Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-08T05:16:22.261Z] Status: Downloaded newer image for alpine:3.18 [2023-11-08T05:16:22.261Z] ---> 8ca4688f4f35 [2023-11-08T05:16:22.261Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-11-08T05:16:22.261Z] ---> Running in d91126a40809 [2023-11-08T05:16:22.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T05:16:22.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T05:16:22.261Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-08T05:16:22.261Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T05:16:22.261Z] OK: 7 MiB in 16 packages [2023-11-08T05:16:22.261Z] Removing intermediate container d91126a40809 [2023-11-08T05:16:22.261Z] ---> 22e1be73ba62 [2023-11-08T05:16:22.261Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-11-08T05:16:22.520Z] ---> 343529ec7a1f [2023-11-08T05:16:22.520Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-11-08T05:16:22.520Z] ---> 375648ead84e [2023-11-08T05:16:22.520Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-11-08T05:16:22.924Z] ---> affa8e8bacf3 [2023-11-08T05:16:22.924Z] Step 18/24 : EXPOSE 59993 [2023-11-08T05:16:22.924Z] ---> Running in 1e302807b661 [2023-11-08T05:16:22.924Z] Removing intermediate container 1e302807b661 [2023-11-08T05:16:22.924Z] ---> 7a51eea67000 [2023-11-08T05:16:22.924Z] Step 19/24 : EXPOSE 161 [2023-11-08T05:16:22.924Z] ---> Running in 482d61c0320b [2023-11-08T05:16:22.924Z] Removing intermediate container 482d61c0320b [2023-11-08T05:16:22.924Z] ---> 5957e88121bb [2023-11-08T05:16:22.924Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-11-08T05:16:22.924Z] ---> Running in d287b0c6c127 [2023-11-08T05:16:22.924Z] Removing intermediate container d287b0c6c127 [2023-11-08T05:16:22.924Z] ---> f326788d92ca [2023-11-08T05:16:22.924Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-08T05:16:22.924Z] ---> Running in 5e746db9553b [2023-11-08T05:16:23.183Z] Removing intermediate container 5e746db9553b [2023-11-08T05:16:23.183Z] ---> 6cf067e28738 [2023-11-08T05:16:23.183Z] Step 22/24 : LABEL arch=amd64 [2023-11-08T05:16:23.183Z] ---> Running in 1fc09ae0c681 [2023-11-08T05:16:23.183Z] Removing intermediate container 1fc09ae0c681 [2023-11-08T05:16:23.183Z] ---> fd0e6b1d584a [2023-11-08T05:16:23.183Z] Step 23/24 : LABEL git_sha=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [2023-11-08T05:16:23.183Z] ---> Running in 633a680536c6 [2023-11-08T05:16:23.183Z] Removing intermediate container 633a680536c6 [2023-11-08T05:16:23.183Z] ---> 419b8f278758 [2023-11-08T05:16:23.183Z] Step 24/24 : LABEL version=0.0.0 [2023-11-08T05:16:23.183Z] ---> Running in dce299112201 [2023-11-08T05:16:23.441Z] Removing intermediate container dce299112201 [2023-11-08T05:16:23.441Z] ---> 6c9590bf6eb2 [2023-11-08T05:16:23.441Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-08T05:16:23.441Z] Successfully built 6c9590bf6eb2 [2023-11-08T05:16:23.441Z] 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-11-08T05:16:24.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T05:16:24.376Z] [2023-11-08T05:16:24.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:16:24.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T05:16:24.752Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-08T05:16:24.752Z] 5eb5b503b376: Pulling fs layer [2023-11-08T05:16:24.752Z] 5c69ac0246d0: Pulling fs layer [2023-11-08T05:16:24.752Z] ec43610c2a17: Pulling fs layer [2023-11-08T05:16:24.752Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-08T05:16:24.752Z] 33b1e0a273af: Pulling fs layer [2023-11-08T05:16:24.752Z] 5d3b04190fa2: Pulling fs layer [2023-11-08T05:16:24.752Z] 2f39f015ded8: Pulling fs layer [2023-11-08T05:16:24.752Z] 3a2ae6a8a46f: Waiting [2023-11-08T05:16:24.752Z] 5d3b04190fa2: Waiting [2023-11-08T05:16:24.752Z] 33b1e0a273af: Waiting [2023-11-08T05:16:24.752Z] 2f39f015ded8: Waiting [2023-11-08T05:16:24.752Z] 5c69ac0246d0: Verifying Checksum [2023-11-08T05:16:24.752Z] 5c69ac0246d0: Download complete [2023-11-08T05:16:24.752Z] 3a2ae6a8a46f: Download complete [2023-11-08T05:16:24.752Z] 33b1e0a273af: Verifying Checksum [2023-11-08T05:16:24.752Z] 33b1e0a273af: Download complete [2023-11-08T05:16:24.752Z] 5d3b04190fa2: Download complete [2023-11-08T05:16:24.752Z] ec43610c2a17: Verifying Checksum [2023-11-08T05:16:24.752Z] ec43610c2a17: Download complete [2023-11-08T05:16:25.011Z] 5eb5b503b376: Verifying Checksum [2023-11-08T05:16:25.011Z] 5eb5b503b376: Download complete [2023-11-08T05:16:25.576Z] 2f39f015ded8: Download complete [2023-11-08T05:16:26.143Z] 5eb5b503b376: Pull complete [2023-11-08T05:16:26.143Z] 5c69ac0246d0: Pull complete [2023-11-08T05:16:26.708Z] ec43610c2a17: Pull complete [2023-11-08T05:16:26.708Z] 3a2ae6a8a46f: Pull complete [2023-11-08T05:16:26.708Z] 33b1e0a273af: Pull complete [2023-11-08T05:16:26.966Z] 5d3b04190fa2: Pull complete [2023-11-08T05:16:31.152Z] 2f39f015ded8: Pull complete [2023-11-08T05:16:31.153Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-08T05:16:31.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T05:16:31.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:16:31.400Z] prd-ubuntu20.04-docker-8c-8g-16990 does not seem to be running inside a container [2023-11-08T05:16:31.431Z] $ 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-330 -v /w/workspace/gexfoundry_device-snmp-go_PR-330:/w/workspace/gexfoundry_device-snmp-go_PR-330:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-330@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-11-08T05:16:33.446Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16991 in /w/workspace/gexfoundry_device-snmp-go_PR-330 [2023-11-08T05:16:36.838Z] $ docker top ce58b5037e47301f83b7281055485f29bcfa1046d6c0799f3dcd86a80f129fbc -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-11-08T05:16:37.116Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-11-08T05:16:37.204Z] Selected Git installation does not exist. Using Default [2023-11-08T05:16:37.204Z] The recommended git tool is: NONE [2023-11-08T05:16:37.350Z] ---> job-cost.sh [2023-11-08T05:16:37.350Z] lf-activate-venv: SKIPPING [2023-11-08T05:16:37.350Z] INFO: No Stack... [2023-11-08T05:16:37.609Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-08T05:16:37.868Z] INFO: Archiving Costs [Pipeline] sh [2023-11-08T05:16:38.181Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-330/archives/cost.csv [2023-11-08T05:16:38.181Z] + cut -d, -f6 [Pipeline] lock [2023-11-08T05:16:38.225Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [2023-11-08T05:16:38.231Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] did not exist. Created. [2023-11-08T05:16:38.231Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-08T05:16:38.635Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-08T05:16:38.685Z] Stashed 1 file(s) [Pipeline] } [2023-11-08T05:16:38.716Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-08T05:16:38.795Z] $ docker stop --time=1 ce58b5037e47301f83b7281055485f29bcfa1046d6c0799f3dcd86a80f129fbc [2023-11-08T05:16:39.941Z] $ docker rm -f --volumes ce58b5037e47301f83b7281055485f29bcfa1046d6c0799f3dcd86a80f129fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-08T05:16:47.131Z] using credential edgex-jenkins-ssh [2023-11-08T05:16:47.152Z] Cloning the remote Git repository [2023-11-08T05:16:47.238Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-11-08T05:16:47.343Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-11-08T05:16:47.527Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-11-08T05:16:47.529Z] > git --version # timeout=10 [2023-11-08T05:16:47.594Z] > git --version # 'git version 2.25.1' [2023-11-08T05:16:47.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T05:16:47.837Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-08T05:16:48.990Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-11-08T05:16:49.028Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-08T05:16:50.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-11-08T05:16:50.164Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-11-08T05:16:50.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T05:16:50.181Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/330/head:refs/remotes/origin/PR-330 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-08T05:16:50.743Z] Merging remotes/origin/main commit 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 into PR head commit 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [2023-11-08T05:16:51.040Z] Merge succeeded, producing 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [2023-11-08T05:16:51.041Z] Checking out Revision 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 (PR-330) [2023-11-08T05:16:51.486Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-11-08T05:16:51.542Z] > git --version # timeout=10 [2023-11-08T05:16:51.561Z] > git --version # 'git version 2.25.1' [2023-11-08T05:16:51.581Z] fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-11-08T05:16:50.762Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T05:16:50.830Z] > git checkout -f 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 # timeout=10 [2023-11-08T05:16:50.914Z] > git remote # timeout=10 [2023-11-08T05:16:50.935Z] > git config --get remote.origin.url # timeout=10 [2023-11-08T05:16:50.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T05:16:50.985Z] > git merge 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 # timeout=10 [2023-11-08T05:16:51.018Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-08T05:16:51.047Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T05:16:51.061Z] > git checkout -f 5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T05:16:52.773Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-08T05:16:52.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-08T05:16:52.773Z] Dload Upload Total Spent Left Speed [2023-11-08T05:16:52.773Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 113k 0 --:--:-- --:--:-- --:--:-- 113k [Pipeline] sh [2023-11-08T05:16:53.428Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-08T05:16:53.797Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-08T05:16:53.798Z] + sudo tee /etc/docker/daemon.new [2023-11-08T05:16:53.798Z] { [2023-11-08T05:16:53.798Z] "registry-mirrors": [ [2023-11-08T05:16:53.798Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-08T05:16:53.798Z] ], [2023-11-08T05:16:53.798Z] "bip": "10.250.0.254/24", [2023-11-08T05:16:53.798Z] "hosts": [ [2023-11-08T05:16:53.798Z] "tcp://0.0.0.0:5555", [2023-11-08T05:16:53.798Z] "unix:///var/run/docker.sock" [2023-11-08T05:16:53.798Z] ], [2023-11-08T05:16:53.798Z] "mtu": 1458, [2023-11-08T05:16:53.798Z] "selinux-enabled": true, [2023-11-08T05:16:53.798Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-08T05:16:53.798Z] } [Pipeline] sh [2023-11-08T05:16:54.143Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-08T05:16:54.504Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T05:17:12.815Z] provisioning config files... [2023-11-08T05:17:12.838Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5208304297359241861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:17:13.226Z] ---> docker-login.sh [2023-11-08T05:17:13.226Z] nexus3.edgexfoundry.org:10001 [2023-11-08T05:17:13.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:17:13.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:17:13.776Z] Configure a credential helper to remove this warning. See [2023-11-08T05:17:13.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:17:13.776Z] [2023-11-08T05:17:13.776Z] Login Succeeded [2023-11-08T05:17:13.776Z] nexus3.edgexfoundry.org:10002 [2023-11-08T05:17:14.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:17:14.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:17:14.044Z] Configure a credential helper to remove this warning. See [2023-11-08T05:17:14.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:17:14.044Z] [2023-11-08T05:17:14.044Z] Login Succeeded [2023-11-08T05:17:14.044Z] nexus3.edgexfoundry.org:10003 [2023-11-08T05:17:14.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:17:14.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:17:14.590Z] Configure a credential helper to remove this warning. See [2023-11-08T05:17:14.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:17:14.590Z] [2023-11-08T05:17:14.590Z] Login Succeeded [2023-11-08T05:17:14.590Z] nexus3.edgexfoundry.org:10004 [2023-11-08T05:17:14.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:17:14.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:17:14.860Z] Configure a credential helper to remove this warning. See [2023-11-08T05:17:14.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:17:14.860Z] [2023-11-08T05:17:14.860Z] Login Succeeded [2023-11-08T05:17:14.860Z] docker.io [2023-11-08T05:17:15.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T05:17:15.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T05:17:15.397Z] Configure a credential helper to remove this warning. See [2023-11-08T05:17:15.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T05:17:15.397Z] [2023-11-08T05:17:15.397Z] Login Succeeded [2023-11-08T05:17:15.397Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T05:17:15.428Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-08T05:17:15.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T05:17:15.850Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T05:17:15.883Z] ========================================================= [2023-11-08T05:17:15.883Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-08T05:17:15.883Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:17:16.392Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-08T05:17:16.662Z] Sending build context to Docker daemon 2.951MB [2023-11-08T05:17:16.662Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T05:17:16.662Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-08T05:17:16.932Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-08T05:17:16.932Z] 9fda8d8052c6: Pulling fs layer [2023-11-08T05:17:16.932Z] 5d54e960e981: Pulling fs layer [2023-11-08T05:17:16.932Z] c4a7e357bf2a: Pulling fs layer [2023-11-08T05:17:16.932Z] f0e02332f6b5: Pulling fs layer [2023-11-08T05:17:16.932Z] cefa15bbcfad: Pulling fs layer [2023-11-08T05:17:16.932Z] 17808c966233: Pulling fs layer [2023-11-08T05:17:16.932Z] f4c1fc716caa: Pulling fs layer [2023-11-08T05:17:16.932Z] cefa15bbcfad: Waiting [2023-11-08T05:17:16.932Z] 17808c966233: Waiting [2023-11-08T05:17:16.932Z] f4c1fc716caa: Waiting [2023-11-08T05:17:16.932Z] f0e02332f6b5: Waiting [2023-11-08T05:17:16.932Z] 5d54e960e981: Verifying Checksum [2023-11-08T05:17:16.932Z] 5d54e960e981: Download complete [2023-11-08T05:17:16.932Z] f0e02332f6b5: Verifying Checksum [2023-11-08T05:17:16.932Z] f0e02332f6b5: Download complete [2023-11-08T05:17:16.932Z] cefa15bbcfad: Verifying Checksum [2023-11-08T05:17:16.932Z] cefa15bbcfad: Download complete [2023-11-08T05:17:16.932Z] 9fda8d8052c6: Verifying Checksum [2023-11-08T05:17:16.932Z] 9fda8d8052c6: Download complete [2023-11-08T05:17:17.526Z] f4c1fc716caa: Verifying Checksum [2023-11-08T05:17:17.526Z] f4c1fc716caa: Download complete [2023-11-08T05:17:17.798Z] 9fda8d8052c6: Pull complete [2023-11-08T05:17:18.387Z] 5d54e960e981: Pull complete [2023-11-08T05:17:18.655Z] c4a7e357bf2a: Verifying Checksum [2023-11-08T05:17:18.656Z] c4a7e357bf2a: Download complete [2023-11-08T05:17:19.628Z] 17808c966233: Verifying Checksum [2023-11-08T05:17:19.628Z] 17808c966233: Download complete [2023-11-08T05:17:32.044Z] c4a7e357bf2a: Pull complete [2023-11-08T05:17:32.045Z] f0e02332f6b5: Pull complete [2023-11-08T05:17:32.045Z] cefa15bbcfad: Pull complete [2023-11-08T05:17:40.268Z] 17808c966233: Pull complete [2023-11-08T05:17:42.219Z] f4c1fc716caa: Pull complete [2023-11-08T05:17:42.219Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-08T05:17:42.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-08T05:17:42.219Z] ---> ea914061e18c [2023-11-08T05:17:42.219Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-08T05:17:43.193Z] ---> Running in 2285f65326b4 [2023-11-08T05:17:43.193Z] Removing intermediate container 2285f65326b4 [2023-11-08T05:17:43.193Z] ---> 8109598a49cf [2023-11-08T05:17:43.193Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T05:17:43.193Z] ---> Running in 91e495a8207b [2023-11-08T05:17:43.464Z] Removing intermediate container 91e495a8207b [2023-11-08T05:17:43.464Z] ---> 424a5824a58e [2023-11-08T05:17:43.464Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-08T05:17:43.731Z] ---> Running in 95c0f1b8db3d [2023-11-08T05:17:43.999Z] Removing intermediate container 95c0f1b8db3d [2023-11-08T05:17:43.999Z] ---> ce8db753502f [2023-11-08T05:17:43.999Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T05:17:43.999Z] ---> Running in 36a98718dde8 [2023-11-08T05:17:44.274Z] Removing intermediate container 36a98718dde8 [2023-11-08T05:17:44.274Z] ---> aa2d955bec19 [2023-11-08T05:17:44.274Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T05:17:44.274Z] ---> Running in 4645cf2cedfe [2023-11-08T05:17:45.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T05:17:45.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T05:17:47.363Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-08T05:17:47.363Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-08T05:17:47.363Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-08T05:17:47.363Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-08T05:17:47.363Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T05:17:47.363Z] OK: 270 MiB in 56 packages [2023-11-08T05:17:48.329Z] Removing intermediate container 4645cf2cedfe [2023-11-08T05:17:48.329Z] ---> b050c715781b [2023-11-08T05:17:48.329Z] Step 8/12 : WORKDIR /device-snmp-go [2023-11-08T05:17:48.329Z] ---> Running in bcb9d1d29c3e [2023-11-08T05:17:48.600Z] Removing intermediate container bcb9d1d29c3e [2023-11-08T05:17:48.600Z] ---> 251fe998f4b4 [2023-11-08T05:17:48.600Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-08T05:17:51.942Z] ---> 5ba28547221f [2023-11-08T05:17:51.942Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T05:17:51.942Z] ---> Running in cdd90b786bff [2023-11-08T05:19:13.586Z] Removing intermediate container cdd90b786bff [2023-11-08T05:19:13.586Z] ---> e075eb187a3f [2023-11-08T05:19:13.586Z] Step 11/12 : COPY . . [2023-11-08T05:19:13.586Z] ---> 886bb98e983e [2023-11-08T05:19:13.586Z] Step 12/12 : RUN ${MAKE} [2023-11-08T05:19:13.586Z] ---> Running in 80e7ad357a9a [2023-11-08T05:19:13.586Z] noop [2023-11-08T05:19:13.586Z] Removing intermediate container 80e7ad357a9a [2023-11-08T05:19:13.586Z] ---> aecfbac40283 [2023-11-08T05:19:13.586Z] Successfully built aecfbac40283 [2023-11-08T05:19:13.586Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:19:14.075Z] + docker inspect -f . ci-base-image-arm64 [2023-11-08T05:19:14.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:19:14.357Z] prd-ubuntu20.04-docker-arm64-4c-16g-16991 does not seem to be running inside a container [2023-11-08T05:19:14.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-11-08T05:19:16.546Z] $ docker top 318c48331b3cbdc3eed366eee8b9e03fc86fcdc6f28f0a1c4203b1f44f1d9298 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T05:19:17.413Z] + go version [2023-11-08T05:19:17.413Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-08T05:19:17.445Z] $ docker stop --time=1 318c48331b3cbdc3eed366eee8b9e03fc86fcdc6f28f0a1c4203b1f44f1d9298 [2023-11-08T05:19:19.021Z] $ docker rm -f --volumes 318c48331b3cbdc3eed366eee8b9e03fc86fcdc6f28f0a1c4203b1f44f1d9298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:19:19.892Z] + docker inspect -f . ci-base-image-arm64 [2023-11-08T05:19:19.893Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:19:20.149Z] prd-ubuntu20.04-docker-arm64-4c-16g-16991 does not seem to be running inside a container [2023-11-08T05:19:20.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-11-08T05:19:21.351Z] $ docker top 85d48f725025c8be603d1f4881280b99076aaea4858db42b98bab024c39229c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T05:19:21.904Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-11-08T05:19:22.299Z] + make test [2023-11-08T05:19:22.299Z] go test ./... -coverprofile=coverage.out [2023-11-08T05:19:26.551Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-11-08T05:21:03.171Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-11-08T05:21:03.171Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.033s coverage: 0.0% of statements [2023-11-08T05:21:03.171Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-11-08T05:21:03.171Z] go vet ./... [2023-11-08T05:21:09.804Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-08T05:21:09.804Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-08T05:21:09.804Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-08T05:21:10.103Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-08T05:21:10.137Z] $ docker stop --time=1 85d48f725025c8be603d1f4881280b99076aaea4858db42b98bab024c39229c0 [2023-11-08T05:21:12.033Z] $ docker rm -f --volumes 85d48f725025c8be603d1f4881280b99076aaea4858db42b98bab024c39229c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T05:21:13.248Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-08T05:21:13.283Z] Warning: overwriting stash ‘coverage-report’ [2023-11-08T05:21:13.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T05:21:14.295Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-08T05:21:14.634Z] + ls -al . [2023-11-08T05:21:14.634Z] total 168 [2023-11-08T05:21:14.634Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 8 05:19 . [2023-11-08T05:21:14.634Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 05:16 .. [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 6 Nov 8 05:16 .dockerignore [2023-11-08T05:21:14.634Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 05:16 .git [2023-11-08T05:21:14.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:16 .github [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 263 Nov 8 05:16 .gitignore [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 8 05:16 .golangci.yml [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 10025 Nov 8 05:16 Attribution.txt [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 10534 Nov 8 05:16 CHANGELOG.md [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 1462 Nov 8 05:16 Dockerfile [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 05:16 GOVERNANCE.md [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 656 Nov 8 05:16 Jenkinsfile [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 05:16 LICENSE [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 2240 Nov 8 05:16 Makefile [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 8 05:16 OWNERS.md [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 10477 Nov 8 05:16 README.md [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 05:14 VERSION [2023-11-08T05:21:14.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 05:16 bin [2023-11-08T05:21:14.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:16 cmd [2023-11-08T05:21:14.634Z] -rw-r--r-- 1 jenkins jenkins 8837 Nov 8 05:20 coverage.out [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 3665 Nov 8 05:16 go.mod [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 34728 Nov 8 05:16 go.sum [2023-11-08T05:21:14.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 05:16 internal [2023-11-08T05:21:14.634Z] -rw-rw-r-- 1 jenkins jenkins 228 Nov 8 05:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:21:15.061Z] + 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=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 --label arch=arm64 --label version=0.0.0 . [2023-11-08T05:21:15.331Z] Sending build context to Docker daemon 2.961MB [2023-11-08T05:21:15.331Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T05:21:15.331Z] Step 2/24 : FROM ${BASE} AS builder [2023-11-08T05:21:15.331Z] ---> aecfbac40283 [2023-11-08T05:21:15.331Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-11-08T05:21:15.598Z] ---> Running in 7e7ca4ea2a39 [2023-11-08T05:21:15.865Z] Removing intermediate container 7e7ca4ea2a39 [2023-11-08T05:21:15.865Z] ---> 326723ee9551 [2023-11-08T05:21:15.865Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T05:21:15.865Z] ---> Running in 45ddbbb6dcb1 [2023-11-08T05:21:16.132Z] Removing intermediate container 45ddbbb6dcb1 [2023-11-08T05:21:16.132Z] ---> 21309ef58bb0 [2023-11-08T05:21:16.132Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-08T05:21:16.132Z] ---> Running in 012f62bc6119 [2023-11-08T05:21:16.402Z] Removing intermediate container 012f62bc6119 [2023-11-08T05:21:16.402Z] ---> 4dd6e5f203de [2023-11-08T05:21:16.402Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T05:21:16.402Z] ---> Running in b150c4b1764a [2023-11-08T05:21:16.986Z] Removing intermediate container b150c4b1764a [2023-11-08T05:21:16.986Z] ---> 026fd6ae1f69 [2023-11-08T05:21:16.986Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T05:21:16.986Z] ---> Running in bb6c46244980 [2023-11-08T05:21:17.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T05:21:18.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T05:21:19.613Z] OK: 270 MiB in 56 packages [2023-11-08T05:21:20.198Z] Removing intermediate container bb6c46244980 [2023-11-08T05:21:20.198Z] ---> 34307a2621e1 [2023-11-08T05:21:20.198Z] Step 8/24 : WORKDIR /device-snmp-go [2023-11-08T05:21:20.198Z] ---> Running in 2020988e95d9 [2023-11-08T05:21:20.465Z] Removing intermediate container 2020988e95d9 [2023-11-08T05:21:20.465Z] ---> ff0d5ee62672 [2023-11-08T05:21:20.465Z] Step 9/24 : COPY go.mod vendor* ./ [2023-11-08T05:21:21.053Z] ---> 3d0ecceb3136 [2023-11-08T05:21:21.053Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T05:21:21.053Z] ---> Running in 19a189aa456d [2023-11-08T05:21:24.389Z] Removing intermediate container 19a189aa456d [2023-11-08T05:21:24.389Z] ---> 7b82899de56f [2023-11-08T05:21:24.389Z] Step 11/24 : COPY . . [2023-11-08T05:21:25.347Z] ---> 77c6029c31c1 [2023-11-08T05:21:25.347Z] Step 12/24 : RUN ${MAKE} [2023-11-08T05:21:25.347Z] ---> Running in 696a775ce80b [2023-11-08T05:21:26.302Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-11-08T05:23:17.970Z] Removing intermediate container 696a775ce80b [2023-11-08T05:23:17.970Z] ---> 82c2cc0c9523 [2023-11-08T05:23:17.970Z] Step 13/24 : FROM alpine:3.18 [2023-11-08T05:23:17.970Z] 3.18: Pulling from library/alpine [2023-11-08T05:23:17.970Z] 579b34f0a95b: Pulling fs layer [2023-11-08T05:23:17.970Z] 579b34f0a95b: Verifying Checksum [2023-11-08T05:23:17.970Z] 579b34f0a95b: Download complete [2023-11-08T05:23:17.970Z] 579b34f0a95b: Pull complete [2023-11-08T05:23:17.970Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-08T05:23:17.970Z] Status: Downloaded newer image for alpine:3.18 [2023-11-08T05:23:17.970Z] ---> 3cc203321400 [2023-11-08T05:23:17.970Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-11-08T05:23:17.970Z] ---> Running in 04667c4454a4 [2023-11-08T05:23:17.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T05:23:17.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T05:23:17.970Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-08T05:23:17.970Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T05:23:17.970Z] OK: 8 MiB in 16 packages [2023-11-08T05:23:17.970Z] Removing intermediate container 04667c4454a4 [2023-11-08T05:23:17.970Z] ---> f0112bb2eb94 [2023-11-08T05:23:17.970Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-11-08T05:23:17.970Z] ---> 93ee816c3ded [2023-11-08T05:23:17.970Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-11-08T05:23:17.970Z] ---> 932701e33c60 [2023-11-08T05:23:17.970Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-11-08T05:23:17.970Z] ---> f5affdf50485 [2023-11-08T05:23:17.970Z] Step 18/24 : EXPOSE 59993 [2023-11-08T05:23:17.970Z] ---> Running in aa96dd44ae63 [2023-11-08T05:23:17.970Z] Removing intermediate container aa96dd44ae63 [2023-11-08T05:23:17.970Z] ---> a8a63697b392 [2023-11-08T05:23:17.970Z] Step 19/24 : EXPOSE 161 [2023-11-08T05:23:17.970Z] ---> Running in 9d15f54b7b35 [2023-11-08T05:23:17.970Z] Removing intermediate container 9d15f54b7b35 [2023-11-08T05:23:17.970Z] ---> 40bfebe008fe [2023-11-08T05:23:17.970Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-11-08T05:23:17.970Z] ---> Running in bcb3419b1deb [2023-11-08T05:23:17.970Z] Removing intermediate container bcb3419b1deb [2023-11-08T05:23:17.970Z] ---> e6f91a44a91f [2023-11-08T05:23:17.970Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-08T05:23:17.970Z] ---> Running in 95bf60ffe931 [2023-11-08T05:23:17.970Z] Removing intermediate container 95bf60ffe931 [2023-11-08T05:23:17.970Z] ---> e454fc2326b8 [2023-11-08T05:23:17.970Z] Step 22/24 : LABEL arch=arm64 [2023-11-08T05:23:17.970Z] ---> Running in 24be029ddb29 [2023-11-08T05:23:17.970Z] Removing intermediate container 24be029ddb29 [2023-11-08T05:23:17.970Z] ---> 6ed943212efc [2023-11-08T05:23:17.970Z] Step 23/24 : LABEL git_sha=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [2023-11-08T05:23:17.970Z] ---> Running in df8dd35d043c [2023-11-08T05:23:17.970Z] Removing intermediate container df8dd35d043c [2023-11-08T05:23:17.970Z] ---> 1ee500f7c827 [2023-11-08T05:23:17.970Z] Step 24/24 : LABEL version=0.0.0 [2023-11-08T05:23:17.970Z] ---> Running in 57b52c5e5aa7 [2023-11-08T05:23:17.970Z] Removing intermediate container 57b52c5e5aa7 [2023-11-08T05:23:17.970Z] ---> 906919ce8278 [2023-11-08T05:23:17.970Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-08T05:23:17.970Z] Successfully built 906919ce8278 [2023-11-08T05:23:17.970Z] 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-11-08T05:23:18.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T05:23:18.777Z] [2023-11-08T05:23:18.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:23:19.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T05:23:19.172Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-08T05:23:19.172Z] 8998bd30e6a1: Pulling fs layer [2023-11-08T05:23:19.172Z] 04944245beec: Pulling fs layer [2023-11-08T05:23:19.172Z] 699f458cf7ca: Pulling fs layer [2023-11-08T05:23:19.172Z] 765212b225bb: Pulling fs layer [2023-11-08T05:23:19.172Z] f23df028b6ca: Pulling fs layer [2023-11-08T05:23:19.172Z] d65c8cfc05b1: Pulling fs layer [2023-11-08T05:23:19.172Z] 2437ff75d9bd: Pulling fs layer [2023-11-08T05:23:19.172Z] 765212b225bb: Waiting [2023-11-08T05:23:19.172Z] f23df028b6ca: Waiting [2023-11-08T05:23:19.172Z] d65c8cfc05b1: Waiting [2023-11-08T05:23:19.172Z] 2437ff75d9bd: Waiting [2023-11-08T05:23:19.439Z] 04944245beec: Verifying Checksum [2023-11-08T05:23:19.439Z] 04944245beec: Download complete [2023-11-08T05:23:19.439Z] 765212b225bb: Download complete [2023-11-08T05:23:19.439Z] f23df028b6ca: Verifying Checksum [2023-11-08T05:23:19.439Z] f23df028b6ca: Download complete [2023-11-08T05:23:19.439Z] d65c8cfc05b1: Download complete [2023-11-08T05:23:19.439Z] 699f458cf7ca: Verifying Checksum [2023-11-08T05:23:19.439Z] 699f458cf7ca: Download complete [2023-11-08T05:23:20.024Z] 8998bd30e6a1: Verifying Checksum [2023-11-08T05:23:20.024Z] 8998bd30e6a1: Download complete [2023-11-08T05:23:22.618Z] 2437ff75d9bd: Verifying Checksum [2023-11-08T05:23:22.618Z] 2437ff75d9bd: Download complete [2023-11-08T05:23:24.562Z] 8998bd30e6a1: Pull complete [2023-11-08T05:23:25.146Z] 04944245beec: Pull complete [2023-11-08T05:23:26.562Z] 699f458cf7ca: Pull complete [2023-11-08T05:23:26.833Z] 765212b225bb: Pull complete [2023-11-08T05:23:30.174Z] f23df028b6ca: Pull complete [2023-11-08T05:23:30.440Z] d65c8cfc05b1: Pull complete [2023-11-08T05:23:48.658Z] 2437ff75d9bd: Pull complete [2023-11-08T05:23:48.658Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-08T05:23:48.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T05:23:48.658Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:23:48.981Z] prd-ubuntu20.04-docker-arm64-4c-16g-16991 does not seem to be running inside a container [2023-11-08T05:23:49.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-11-08T05:23:51.635Z] $ docker top fa003a8a9c0fad066c5c7ec31e3ca16b65ee5bead25e8144b3fa374ff62920df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:23:52.591Z] ---> job-cost.sh [2023-11-08T05:23:52.592Z] lf-activate-venv: SKIPPING [2023-11-08T05:23:52.592Z] INFO: No Stack... [2023-11-08T05:23:52.868Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-08T05:23:53.852Z] INFO: Archiving Costs [Pipeline] sh [2023-11-08T05:23:54.497Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-11-08T05:23:54.497Z] + cut -d, -f6 [Pipeline] lock [2023-11-08T05:23:54.580Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [2023-11-08T05:23:54.584Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] did not exist. Created. [2023-11-08T05:23:54.585Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-08T05:23:55.307Z] /w/workspace/device-snmp-go/1@tmp/durable-6d182bdf/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-08T05:23:55.975Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-08T05:23:56.013Z] Warning: overwriting stash ‘stack-cost’ [2023-11-08T05:23:56.055Z] Stashed 1 file(s) [Pipeline] } [2023-11-08T05:23:56.069Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-330-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-08T05:23:56.142Z] $ docker stop --time=1 fa003a8a9c0fad066c5c7ec31e3ca16b65ee5bead25e8144b3fa374ff62920df [2023-11-08T05:23:58.451Z] $ docker rm -f --volumes fa003a8a9c0fad066c5c7ec31e3ca16b65ee5bead25e8144b3fa374ff62920df [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-11-08T05:23:59.449Z] provisioning config files... [2023-11-08T05:23:59.457Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/config18354055357051759080tmp [Pipeline] { [Pipeline] sh [2023-11-08T05:23:59.789Z] + set +x [2023-11-08T05:23:59.789Z] + curl -s https://codecov.io/bash [2023-11-08T05:23:59.789Z] + bash -s -- [2023-11-08T05:23:59.789Z] [2023-11-08T05:23:59.789Z] _____ _ [2023-11-08T05:23:59.789Z] / ____| | | [2023-11-08T05:23:59.789Z] | | ___ __| | ___ ___ _____ __ [2023-11-08T05:23:59.789Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-08T05:23:59.789Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-08T05:23:59.789Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-08T05:23:59.789Z] Bash-1.0.6 [2023-11-08T05:23:59.789Z] [2023-11-08T05:23:59.789Z] [2023-11-08T05:23:59.789Z] ==> git version 2.25.1 found [2023-11-08T05:23:59.789Z] ==> 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-11-08T05:23:59.789Z] Release-Date: 2020-01-08 [2023-11-08T05:23:59.789Z] 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-11-08T05:23:59.789Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-08T05:23:59.789Z] ==> Jenkins CI detected. [2023-11-08T05:23:59.789Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-330 [2023-11-08T05:23:59.789Z] project root: . [2023-11-08T05:23:59.789Z] --> token set from env [2023-11-08T05:23:59.789Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-08T05:23:59.789Z] ==> Running gcov in . (disable via -X gcov) [2023-11-08T05:24:00.049Z] ==> Python coveragepy not found [2023-11-08T05:24:00.049Z] ==> Searching for coverage reports in: [2023-11-08T05:24:00.049Z] + . [2023-11-08T05:24:00.049Z] -> Found 1 reports [2023-11-08T05:24:00.049Z] ==> Detecting git/mercurial file structure [2023-11-08T05:24:00.049Z] ==> Reading reports [2023-11-08T05:24:00.049Z] + ./coverage.out bytes=8837 [2023-11-08T05:24:00.049Z] ==> Appending adjustments [2023-11-08T05:24:00.049Z] https://docs.codecov.io/docs/fixing-reports [2023-11-08T05:24:00.049Z] + Found adjustments [2023-11-08T05:24:00.049Z] ==> Gzipping contents [2023-11-08T05:24:00.049Z] 4.0K /tmp/codecov.A5J3AA.gz [2023-11-08T05:24:00.049Z] ==> Uploading reports [2023-11-08T05:24:00.049Z] url: https://codecov.io [2023-11-08T05:24:00.049Z] query: branch=PR-330&commit=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=330&job=&cmd_args= [2023-11-08T05:24:00.049Z] -> Pinging Codecov [2023-11-08T05:24:00.049Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-330&commit=5f76abc2bc068dc9f0d23fdd07ff83a7a058df58&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=330&job=&cmd_args= [2023-11-08T05:24:00.049Z] -> Uploading to [2023-11-08T05:24:00.049Z] https://storage.googleapis.com/codecov/v4/raw/2023-11-08/6C56EA5C29638FB4528AC87E60AF5AE0/5f76abc2bc068dc9f0d23fdd07ff83a7a058df58/33618344-5597-4a08-8994-3bb8e701b072.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231108T052359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ea27f3cb9e6e1185b152b2e676da94d88b3b5987764304d4b3e44d99e2428b67 [2023-11-08T05:24:00.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-08T05:24:00.312Z] Dload Upload Total Spent Left Speed [2023-11-08T05:24:00.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1435 0 0 100 1435 0 4442 --:--:-- --:--:-- --:--:-- 4442 [2023-11-08T05:24:00.573Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/5f76abc2bc068dc9f0d23fdd07ff83a7a058df58 [Pipeline] } [2023-11-08T05:24:00.604Z] 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-11-08T05:24:02.337Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-330/archives ] [2023-11-08T05:24:02.337Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-330/archives [2023-11-08T05:24:02.337Z] total 16 [2023-11-08T05:24:02.337Z] drwxr-xr-x 3 root root 4096 Nov 8 05:16 . [2023-11-08T05:24:02.337Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 05:16 .. [2023-11-08T05:24:02.337Z] drwxr-xr-x 2 root root 4096 Nov 8 05:16 cost [2023-11-08T05:24:02.337Z] -rw-r--r-- 1 root root 86 Nov 8 05:16 cost.csv [2023-11-08T05:24:02.337Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-330/archives [2023-11-08T05:24:02.337Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-330/archives [2023-11-08T05:24:02.337Z] total 16 [2023-11-08T05:24:02.337Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 05:16 . [2023-11-08T05:24:02.337Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 05:16 .. [2023-11-08T05:24:02.337Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 05:16 cost [2023-11-08T05:24:02.337Z] -rw-r--r-- 1 jenkins jenkins 86 Nov 8 05:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:02.666Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:03.559Z] ---> package-listing.sh [2023-11-08T05:24:03.559Z] ++ facter osfamily [2023-11-08T05:24:03.559Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-08T05:24:03.819Z] + OS_FAMILY=debian [2023-11-08T05:24:03.819Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-330 [2023-11-08T05:24:03.819Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-08T05:24:03.819Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-08T05:24:03.819Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-08T05:24:03.819Z] + PACKAGES=/tmp/packages_start.txt [2023-11-08T05:24:03.819Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-330 ']' [2023-11-08T05:24:03.819Z] + PACKAGES=/tmp/packages_end.txt [2023-11-08T05:24:03.819Z] + case "${OS_FAMILY}" in [2023-11-08T05:24:03.819Z] + dpkg -l [2023-11-08T05:24:03.819Z] + grep '^ii' [2023-11-08T05:24:03.819Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-08T05:24:03.819Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-08T05:24:03.819Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-08T05:24:03.819Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-330 ']' [2023-11-08T05:24:03.819Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-330/archives/ [2023-11-08T05:24:03.819Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-330/archives/ [Pipeline] echo [2023-11-08T05:24:03.854Z] 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-330/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-08T05:24:04.150Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T05:24:04.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T05:24:04.786Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T05:24:04.927Z] prd-ubuntu20.04-docker-8c-8g-16990 does not seem to be running inside a container [2023-11-08T05:24:04.959Z] $ 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-330/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-330 -v /w/workspace/gexfoundry_device-snmp-go_PR-330:/w/workspace/gexfoundry_device-snmp-go_PR-330:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-330@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-330@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-08T05:24:05.144Z] $ docker top d00e2885cb898fb0318878d62e0e4091a50b03392a7efce3d1f8eac7d0973d10 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T05:24:05.536Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-08T05:24:05.845Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-08T05:24:06.157Z] + ls /var/log/sa-host [2023-11-08T05:24:06.157Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T05:24:06.404Z] provisioning config files... [2023-11-08T05:24:06.412Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-330@tmp/config17493779975259700878tmp [Pipeline] { [Pipeline] echo [2023-11-08T05:24:06.469Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:06.786Z] ---> create-netrc.sh [Pipeline] } [2023-11-08T05:24:06.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:07.231Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-08T05:24:07.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:07.574Z] ---> sudo-logs.sh [2023-11-08T05:24:07.574Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-08T05:24:07.665Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:07.979Z] ---> job-cost.sh [2023-11-08T05:24:07.979Z] lf-activate-venv: SKIPPING [2023-11-08T05:24:07.979Z] DEBUG: total: 0.2199999988079071 [2023-11-08T05:24:07.979Z] INFO: Retrieving Stack Cost... [2023-11-08T05:24:08.241Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-08T05:24:08.811Z] INFO: Archiving Costs [Pipeline] echo [2023-11-08T05:24:08.853Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T05:24:09.170Z] ---> logs-deploy.sh [2023-11-08T05:24:09.170Z] lf-activate-venv: SKIPPING [2023-11-08T05:24:09.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-330/1 [2023-11-08T05:24:09.170Z] INFO: archiving workspace using pattern(s): [2023-11-08T05:24:10.110Z] Archives upload complete. [2023-11-08T05:24:10.110Z] INFO: archiving logs to Nexus