Pull request #328 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24+16c420418f3d11c50b6d4cdc106b6ff48e0fad87 (4b1c71009b005cbb3bd2ae1ec7d5203e4becf8a1) 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-ssh4440249690853324544.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-ssh9493938520575993268.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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-328/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-328/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5806709725715622598.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-328/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3071631672507576975.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 05349e3f996d6f6d0c0ad3c2ccda408eae121119 # timeout=10 Commit message: "Merge pull request #444 from ernestojeda/update-streams" > 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-ssh18112632254671388125.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-328/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-328/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15249311270659677371.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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-16352 in /w/workspace/gexfoundry_device-snmp-go_PR-328 [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-328 # 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/328/head:refs/remotes/origin/PR-328 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 into PR head commit 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 Merge succeeded, producing 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 Checking out Revision 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 (PR-328) 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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-02T05:40:25.538Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-02T05:40:25.717Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-02T05:40:25.819Z] ========================================================= [2023-11-02T05:40:25.820Z] EdgeX Global Pipelines Version Info [2023-11-02T05:40:25.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 # 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 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 # timeout=10 [2023-11-02T05:40:26.567Z] ------------------- [2023-11-02T05:40:26.567Z] stable info: [2023-11-02T05:40:26.567Z] ------------------- [2023-11-02T05:40:26.567Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-11-02T05:40:26.567Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-02T05:40:26.567Z] Message: update stable to v1.0.255 [2023-11-02T05:40:27.142Z] ------------------- [2023-11-02T05:40:27.142Z] experimental info: [2023-11-02T05:40:27.142Z] ------------------- [2023-11-02T05:40:27.142Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-02T05:40:27.142Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-02T05:40:27.142Z] Message: update experimental to v1.0.255 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-02T05:40:27.443Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-11-02T05:40:27.492Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-11-02T05:40:27.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-02T05:40:27.575Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-02T05:40:27.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-02T05:40:27.666Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-02T05:40:27.707Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-02T05:40:27.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-02T05:40:27.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-02T05:40:27.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-02T05:40:27.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-02T05:40:27.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-11-02T05:40:27.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-02T05:40:28.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-02T05:40:28.045Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-02T05:40:28.087Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-02T05:40:28.128Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-02T05:40:28.176Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-02T05:40:28.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-02T05:40:28.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-02T05:40:28.307Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-02T05:40:28.346Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-02T05:40:28.391Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-02T05:40:28.429Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-02T05:40:28.470Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-02T05:40:28.506Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-02T05:40:28.542Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-02T05:40:28.583Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-328 [Pipeline] echo [2023-11-02T05:40:28.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-328 [Pipeline] echo [2023-11-02T05:40:28.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-328 [Pipeline] echo [2023-11-02T05:40:28.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [Pipeline] echo [2023-11-02T05:40:28.739Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9995fbe [Pipeline] echo [2023-11-02T05:40:28.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-02T05:40:28.880Z] provisioning config files... [2023-11-02T05:40:28.893Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/config7150928204667669347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:40:29.233Z] ---> docker-login.sh [2023-11-02T05:40:29.234Z] nexus3.edgexfoundry.org:10001 [2023-11-02T05:40:29.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:29.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:29.755Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:29.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:29.755Z] [2023-11-02T05:40:29.755Z] Login Succeeded [2023-11-02T05:40:29.755Z] nexus3.edgexfoundry.org:10002 [2023-11-02T05:40:29.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:29.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:29.755Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:29.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:29.755Z] [2023-11-02T05:40:29.755Z] Login Succeeded [2023-11-02T05:40:29.755Z] nexus3.edgexfoundry.org:10003 [2023-11-02T05:40:30.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:30.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:30.014Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:30.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:30.014Z] [2023-11-02T05:40:30.014Z] Login Succeeded [2023-11-02T05:40:30.014Z] nexus3.edgexfoundry.org:10004 [2023-11-02T05:40:30.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:30.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:30.014Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:30.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:30.014Z] [2023-11-02T05:40:30.014Z] Login Succeeded [2023-11-02T05:40:30.014Z] docker.io [2023-11-02T05:40:30.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:30.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:30.585Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:30.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:30.585Z] [2023-11-02T05:40:30.585Z] Login Succeeded [2023-11-02T05:40:30.585Z] ---> docker-login.sh ends [Pipeline] } [2023-11-02T05:40:30.619Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-02T05:40:31.222Z] + git rev-list -1 --merges 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24~1..9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [Pipeline] echo [2023-11-02T05:40:31.294Z] -----------> git rev-list -1 --merges 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24~1..9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [false] [Pipeline] sh [2023-11-02T05:40:31.604Z] + git log --format=format:%s -1 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [Pipeline] echo [2023-11-02T05:40:31.639Z] ========================================================= [2023-11-02T05:40:31.639Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-02T05:40:31.639Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-02T05:40:32.056Z] + git log --format=format:%s -1 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [Pipeline] echo [2023-11-02T05:40:32.089Z] [semverPrep] GIT_COMMIT: 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-11-02T05:40:32.117Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-02T05:40:32.512Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-02T05:40:32.512Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-02T05:40:32.512Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-02T05:40:32.512Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-02T05:40:32.512Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-02T05:40:32.512Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-02T05:40:32.512Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:40:32.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-02T05:40:32.991Z] [2023-11-02T05:40:32.991Z] 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-02T05:40:33.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-02T05:40:33.382Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-02T05:40:33.382Z] b85a868b505f: Pulling fs layer [2023-11-02T05:40:33.382Z] e2be974225ed: Pulling fs layer [2023-11-02T05:40:33.382Z] 339a4e72a1f5: Pulling fs layer [2023-11-02T05:40:33.382Z] 988bab9f4d93: Pulling fs layer [2023-11-02T05:40:33.382Z] 1469e6f7b9e6: Pulling fs layer [2023-11-02T05:40:33.382Z] 988bab9f4d93: Waiting [2023-11-02T05:40:33.382Z] eaf3925da568: Pulling fs layer [2023-11-02T05:40:33.382Z] bab4dde63d76: Pulling fs layer [2023-11-02T05:40:33.382Z] bde34c3a00c8: Pulling fs layer [2023-11-02T05:40:33.382Z] 1469e6f7b9e6: Waiting [2023-11-02T05:40:33.382Z] eaf3925da568: Waiting [2023-11-02T05:40:33.382Z] bab4dde63d76: Waiting [2023-11-02T05:40:33.382Z] b352a97aabf1: Pulling fs layer [2023-11-02T05:40:33.382Z] 4872d77fe225: Pulling fs layer [2023-11-02T05:40:33.382Z] b352a97aabf1: Waiting [2023-11-02T05:40:33.382Z] 5851b861e8e6: Pulling fs layer [2023-11-02T05:40:33.382Z] 4872d77fe225: Waiting [2023-11-02T05:40:33.382Z] 5851b861e8e6: Waiting [2023-11-02T05:40:33.382Z] bde34c3a00c8: Waiting [2023-11-02T05:40:33.642Z] e2be974225ed: Download complete [2023-11-02T05:40:33.642Z] 988bab9f4d93: Verifying Checksum [2023-11-02T05:40:33.642Z] 988bab9f4d93: Download complete [2023-11-02T05:40:33.642Z] 1469e6f7b9e6: Verifying Checksum [2023-11-02T05:40:33.642Z] 1469e6f7b9e6: Download complete [2023-11-02T05:40:33.642Z] eaf3925da568: Verifying Checksum [2023-11-02T05:40:33.642Z] eaf3925da568: Download complete [2023-11-02T05:40:33.642Z] 339a4e72a1f5: Verifying Checksum [2023-11-02T05:40:33.642Z] 339a4e72a1f5: Download complete [2023-11-02T05:40:33.642Z] bde34c3a00c8: Download complete [2023-11-02T05:40:33.902Z] b352a97aabf1: Download complete [2023-11-02T05:40:33.902Z] 4872d77fe225: Verifying Checksum [2023-11-02T05:40:33.902Z] 4872d77fe225: Download complete [2023-11-02T05:40:33.902Z] 5851b861e8e6: Verifying Checksum [2023-11-02T05:40:33.902Z] 5851b861e8e6: Download complete [2023-11-02T05:40:33.902Z] b85a868b505f: Verifying Checksum [2023-11-02T05:40:33.902Z] b85a868b505f: Download complete [2023-11-02T05:40:34.162Z] bab4dde63d76: Verifying Checksum [2023-11-02T05:40:34.162Z] bab4dde63d76: Download complete [2023-11-02T05:40:35.098Z] b85a868b505f: Pull complete [2023-11-02T05:40:35.357Z] e2be974225ed: Pull complete [2023-11-02T05:40:35.616Z] 339a4e72a1f5: Pull complete [2023-11-02T05:40:35.616Z] 988bab9f4d93: Pull complete [2023-11-02T05:40:35.875Z] 1469e6f7b9e6: Pull complete [2023-11-02T05:40:36.144Z] eaf3925da568: Pull complete [2023-11-02T05:40:38.053Z] bab4dde63d76: Pull complete [2023-11-02T05:40:38.053Z] bde34c3a00c8: Pull complete [2023-11-02T05:40:38.053Z] b352a97aabf1: Pull complete [2023-11-02T05:40:38.314Z] 4872d77fe225: Pull complete [2023-11-02T05:40:38.314Z] 5851b861e8e6: Pull complete [2023-11-02T05:40:38.314Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-02T05:40:38.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-02T05:40:38.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:40:38.572Z] prd-ubuntu20.04-docker-8c-8g-16352 does not seem to be running inside a container [2023-11-02T05:40:38.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-328 -v /w/workspace/gexfoundry_device-snmp-go_PR-328:/w/workspace/gexfoundry_device-snmp-go_PR-328:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-02T05:40:42.375Z] $ docker top 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e -eo pid,comm [2023-11-02T05:40:42.449Z] 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-02T05:40:42.449Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-02T05:40:42.578Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-02T05:40:42.578Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-02T05:40:42.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-02T05:40:42.694Z] $ docker exec 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e ssh-agent [2023-11-02T05:40:42.792Z] SSH_AUTH_SOCK=/tmp/ssh-2nHP01uc7pzV/agent.34 [2023-11-02T05:40:42.792Z] SSH_AGENT_PID=40 [2023-11-02T05:40:42.799Z] Running ssh-add (command line suppressed) [2023-11-02T05:40:42.908Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/private_key_12943411368439064262.key (/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/private_key_12943411368439064262.key) [2023-11-02T05:40:42.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-02T05:40:43.240Z] + git tag --points-at HEAD [Pipeline] } [2023-11-02T05:40:43.267Z] $ docker exec --env ******** --env ******** 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e ssh-agent -k [2023-11-02T05:40:43.367Z] unset SSH_AUTH_SOCK; [2023-11-02T05:40:43.367Z] unset SSH_AGENT_PID; [2023-11-02T05:40:43.368Z] echo Agent pid 40 killed; [2023-11-02T05:40:43.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-02T05:40:43.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-02T05:40:43.453Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-02T05:40:43.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-02T05:40:43.572Z] $ docker exec 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e ssh-agent [2023-11-02T05:40:43.679Z] SSH_AUTH_SOCK=/tmp/ssh-6AKkXOu3dtVa/agent.72 [2023-11-02T05:40:43.679Z] SSH_AGENT_PID=78 [2023-11-02T05:40:43.686Z] Running ssh-add (command line suppressed) [2023-11-02T05:40:43.785Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/private_key_5164518808586875269.key (/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/private_key_5164518808586875269.key) [2023-11-02T05:40:43.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-02T05:40:44.127Z] + git semver init [2023-11-02T05:40:44.386Z] 2023-11-02 05:40:44,326 [run_init] DEBUG init version:0.0.0 force:False [2023-11-02T05:40:44.386Z] 2023-11-02 05:40:44,326 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver [2023-11-02T05:40:44.386Z] 2023-11-02 05:40:44,327 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-328/.semver [2023-11-02T05:40:44.386Z] 2023-11-02 05:40:44,327 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-328, universal_newlines=False, shell=None, istream=None) [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,242 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-328/.git/info/exclude [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,242 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver/PR-328 with force:False [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,243 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver/PR-328 [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,247 [execute] INFO git cat-file --batch-check [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,247 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver, universal_newlines=False, shell=None, istream=) [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,255 [execute] INFO git cat-file --batch [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-328/.semver, universal_newlines=False, shell=None, istream=) [2023-11-02T05:40:45.324Z] 2023-11-02 05:40:45,260 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-328/.semver/PR-328 [2023-11-02T05:40:45.324Z] 0.0.0 [Pipeline] } [2023-11-02T05:40:45.358Z] $ docker exec --env ******** --env ******** 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e ssh-agent -k [2023-11-02T05:40:45.458Z] unset SSH_AUTH_SOCK; [2023-11-02T05:40:45.458Z] unset SSH_AGENT_PID; [2023-11-02T05:40:45.458Z] echo Agent pid 78 killed; [2023-11-02T05:40:45.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-02T05:40:45.925Z] + git semver [Pipeline] } [2023-11-02T05:40:46.210Z] $ docker stop --time=1 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e [2023-11-02T05:40:47.547Z] $ docker rm -f --volumes 49ee7fb1bd63e1c1b070070f01878c202877bf0d77c5c76769f7a6c6de51780e [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-02T05:40:48.039Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-02T05:40:48.311Z] Stashed 1 file(s) [Pipeline] echo [2023-11-02T05:40:48.326Z] [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-02T05:40:48.922Z] provisioning config files... [2023-11-02T05:40:48.931Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/config7969615094084892990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:40:49.284Z] ---> docker-login.sh [2023-11-02T05:40:49.285Z] nexus3.edgexfoundry.org:10001 [2023-11-02T05:40:49.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:49.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:49.285Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:49.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:49.285Z] [2023-11-02T05:40:49.285Z] Login Succeeded [2023-11-02T05:40:49.285Z] nexus3.edgexfoundry.org:10002 [2023-11-02T05:40:49.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:49.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:49.547Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:49.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:49.547Z] [2023-11-02T05:40:49.547Z] Login Succeeded [2023-11-02T05:40:49.547Z] nexus3.edgexfoundry.org:10003 [2023-11-02T05:40:49.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:49.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:49.547Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:49.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:49.547Z] [2023-11-02T05:40:49.547Z] Login Succeeded [2023-11-02T05:40:49.547Z] nexus3.edgexfoundry.org:10004 [2023-11-02T05:40:49.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:49.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:49.547Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:49.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:49.547Z] [2023-11-02T05:40:49.547Z] Login Succeeded [2023-11-02T05:40:49.547Z] docker.io [2023-11-02T05:40:49.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:40:51.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:40:51.191Z] Configure a credential helper to remove this warning. See [2023-11-02T05:40:51.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:40:51.191Z] [2023-11-02T05:40:51.191Z] Login Succeeded [2023-11-02T05:40:51.191Z] ---> docker-login.sh ends [Pipeline] } [2023-11-02T05:40:51.219Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-02T05:40:51.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-02T05:40:51.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-02T05:40:51.490Z] ========================================================= [2023-11-02T05:40:51.490Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-02T05:40:51.490Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:40:51.966Z] + 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-02T05:40:51.966Z] Sending build context to Docker daemon 5.747MB [2023-11-02T05:40:51.966Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-02T05:40:51.966Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-02T05:40:52.225Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-02T05:40:52.225Z] 7264a8db6415: Pulling fs layer [2023-11-02T05:40:52.225Z] c4d48a809fc2: Pulling fs layer [2023-11-02T05:40:52.225Z] 4f1c88b9dad5: Pulling fs layer [2023-11-02T05:40:52.225Z] ad3a456e5733: Pulling fs layer [2023-11-02T05:40:52.225Z] 33e27b845d1e: Pulling fs layer [2023-11-02T05:40:52.225Z] c68163c4e522: Pulling fs layer [2023-11-02T05:40:52.225Z] ad3a456e5733: Waiting [2023-11-02T05:40:52.225Z] 33e27b845d1e: Waiting [2023-11-02T05:40:52.225Z] 50da416c3ac9: Pulling fs layer [2023-11-02T05:40:52.225Z] 23d2d4c4bb30: Pulling fs layer [2023-11-02T05:40:52.225Z] c68163c4e522: Waiting [2023-11-02T05:40:52.225Z] 23d2d4c4bb30: Waiting [2023-11-02T05:40:52.487Z] c4d48a809fc2: Download complete [2023-11-02T05:40:52.487Z] ad3a456e5733: Download complete [2023-11-02T05:40:52.487Z] 33e27b845d1e: Verifying Checksum [2023-11-02T05:40:52.487Z] 33e27b845d1e: Download complete [2023-11-02T05:40:52.487Z] 7264a8db6415: Verifying Checksum [2023-11-02T05:40:52.487Z] 7264a8db6415: Download complete [2023-11-02T05:40:52.487Z] c68163c4e522: Verifying Checksum [2023-11-02T05:40:52.487Z] c68163c4e522: Download complete [2023-11-02T05:40:53.057Z] 23d2d4c4bb30: Verifying Checksum [2023-11-02T05:40:53.057Z] 23d2d4c4bb30: Download complete [2023-11-02T05:40:53.057Z] 7264a8db6415: Pull complete [2023-11-02T05:40:53.057Z] 4f1c88b9dad5: Verifying Checksum [2023-11-02T05:40:53.057Z] 4f1c88b9dad5: Download complete [2023-11-02T05:40:53.630Z] c4d48a809fc2: Pull complete [2023-11-02T05:40:53.630Z] 50da416c3ac9: Verifying Checksum [2023-11-02T05:40:53.630Z] 50da416c3ac9: Download complete [2023-11-02T05:40:57.818Z] 4f1c88b9dad5: Pull complete [2023-11-02T05:40:57.818Z] ad3a456e5733: Pull complete [2023-11-02T05:40:58.387Z] 33e27b845d1e: Pull complete [2023-11-02T05:40:58.971Z] c68163c4e522: Pull complete [2023-11-02T05:41:02.289Z] 50da416c3ac9: Pull complete [2023-11-02T05:41:02.548Z] 23d2d4c4bb30: Pull complete [2023-11-02T05:41:02.548Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-02T05:41:02.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-02T05:41:02.548Z] ---> 0786185ac409 [2023-11-02T05:41:02.548Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-02T05:41:03.741Z] Still waiting to schedule task [2023-11-02T05:41:03.741Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-02T05:41:14.750Z] ---> Running in 2c94368b48e6 [2023-11-02T05:41:14.750Z] Removing intermediate container 2c94368b48e6 [2023-11-02T05:41:14.750Z] ---> c4966daf6b85 [2023-11-02T05:41:14.750Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-02T05:41:14.750Z] ---> Running in d7e8a3dd57bb [2023-11-02T05:41:14.750Z] Removing intermediate container d7e8a3dd57bb [2023-11-02T05:41:14.750Z] ---> 771efe608c9a [2023-11-02T05:41:14.750Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-02T05:41:14.750Z] ---> Running in 6d3a44f079a2 [2023-11-02T05:41:14.750Z] Removing intermediate container 6d3a44f079a2 [2023-11-02T05:41:14.750Z] ---> 839373e7275a [2023-11-02T05:41:14.750Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-02T05:41:14.750Z] ---> Running in e77d4154d5c7 [2023-11-02T05:41:14.750Z] Removing intermediate container e77d4154d5c7 [2023-11-02T05:41:14.750Z] ---> efde169a93e7 [2023-11-02T05:41:14.750Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-02T05:41:14.750Z] ---> Running in 22f58704c6fe [2023-11-02T05:41:14.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-02T05:41:14.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-02T05:41:14.750Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-02T05:41:14.750Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-02T05:41:14.750Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-02T05:41:14.750Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-02T05:41:14.750Z] Executing busybox-1.36.1-r2.trigger [2023-11-02T05:41:14.750Z] OK: 268 MiB in 56 packages [2023-11-02T05:41:15.008Z] Removing intermediate container 22f58704c6fe [2023-11-02T05:41:15.008Z] ---> a60087386fa3 [2023-11-02T05:41:15.008Z] Step 8/12 : WORKDIR /device-snmp-go [2023-11-02T05:41:15.008Z] ---> Running in 6362e29bee05 [2023-11-02T05:41:15.008Z] Removing intermediate container 6362e29bee05 [2023-11-02T05:41:15.008Z] ---> 278dd143d91a [2023-11-02T05:41:15.008Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-02T05:41:15.266Z] ---> ce2912bf18e1 [2023-11-02T05:41:15.266Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-02T05:41:15.266Z] ---> Running in 7a3ddcc1ba1d [2023-11-02T05:42:01.963Z] Removing intermediate container 7a3ddcc1ba1d [2023-11-02T05:42:01.963Z] ---> 901fae19ed58 [2023-11-02T05:42:01.963Z] Step 11/12 : COPY . . [2023-11-02T05:42:01.963Z] ---> 2a05584c7f0f [2023-11-02T05:42:01.963Z] Step 12/12 : RUN ${MAKE} [2023-11-02T05:42:01.963Z] ---> Running in ff7ade16372f [2023-11-02T05:42:01.963Z] noop [2023-11-02T05:42:01.963Z] Removing intermediate container ff7ade16372f [2023-11-02T05:42:01.963Z] ---> c2fcdb24a234 [2023-11-02T05:42:01.963Z] Successfully built c2fcdb24a234 [2023-11-02T05:42:01.963Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:42:02.403Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-02T05:42:02.403Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:42:02.552Z] prd-ubuntu20.04-docker-8c-8g-16352 does not seem to be running inside a container [2023-11-02T05:42:02.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-328 -v /w/workspace/gexfoundry_device-snmp-go_PR-328:/w/workspace/gexfoundry_device-snmp-go_PR-328:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-02T05:42:03.019Z] $ docker top ef8e8c6149ca68d84c634eac93097994d4663d2ffd316ad6f3feeffeeb15d918 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-02T05:42:03.416Z] + go version [2023-11-02T05:42:03.416Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-02T05:42:03.453Z] $ docker stop --time=1 ef8e8c6149ca68d84c634eac93097994d4663d2ffd316ad6f3feeffeeb15d918 [2023-11-02T05:42:04.804Z] $ docker rm -f --volumes ef8e8c6149ca68d84c634eac93097994d4663d2ffd316ad6f3feeffeeb15d918 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:42:05.541Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-02T05:42:05.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:42:05.694Z] prd-ubuntu20.04-docker-8c-8g-16352 does not seem to be running inside a container [2023-11-02T05:42:05.727Z] $ 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-328 -v /w/workspace/gexfoundry_device-snmp-go_PR-328:/w/workspace/gexfoundry_device-snmp-go_PR-328:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-02T05:42:06.128Z] $ docker top 24b7928867a2b052711589e4695f97936ccacaf71521f56d37c8dfa9dcea2734 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-02T05:42:06.508Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-328 [Pipeline] fileExists [Pipeline] sh [2023-11-02T05:42:06.868Z] + make test [2023-11-02T05:42:06.868Z] go test ./... -coverprofile=coverage.out [2023-11-02T05:42:08.772Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-11-02T05:42:18.742Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-11-02T05:42:18.742Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.012s coverage: 0.0% of statements [2023-11-02T05:42:25.326Z] go vet ./... [2023-11-02T05:42:29.514Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-02T05:42:29.514Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-02T05:42:29.514Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-02T05:42:29.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-02T05:42:29.650Z] $ docker stop --time=1 24b7928867a2b052711589e4695f97936ccacaf71521f56d37c8dfa9dcea2734 [2023-11-02T05:42:34.170Z] $ docker rm -f --volumes 24b7928867a2b052711589e4695f97936ccacaf71521f56d37c8dfa9dcea2734 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-02T05:42:34.714Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-02T05:42:34.794Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-02T05:42:35.526Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-02T05:42:35.838Z] + ls -al . [2023-11-02T05:42:35.839Z] total 172 [2023-11-02T05:42:35.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 05:42 . [2023-11-02T05:42:35.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 05:40 .. [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 6 Nov 2 05:40 .dockerignore [2023-11-02T05:42:35.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 05:42 .git [2023-11-02T05:42:35.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:40 .github [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 263 Nov 2 05:40 .gitignore [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 2 05:40 .golangci.yml [2023-11-02T05:42:35.839Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 05:40 .semver [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 10025 Nov 2 05:40 Attribution.txt [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 10534 Nov 2 05:40 CHANGELOG.md [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 1462 Nov 2 05:40 Dockerfile [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 05:40 GOVERNANCE.md [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 656 Nov 2 05:40 Jenkinsfile [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 2 05:40 LICENSE [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 2240 Nov 2 05:40 Makefile [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 2 05:40 OWNERS.md [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 10477 Nov 2 05:40 README.md [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 05:40 VERSION [2023-11-02T05:42:35.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 05:40 bin [2023-11-02T05:42:35.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:40 cmd [2023-11-02T05:42:35.839Z] -rw-r--r-- 1 jenkins jenkins 8837 Nov 2 05:42 coverage.out [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 3712 Nov 2 05:40 go.mod [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 34822 Nov 2 05:40 go.sum [2023-11-02T05:42:35.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:40 internal [2023-11-02T05:42:35.839Z] -rw-rw-r-- 1 jenkins jenkins 228 Nov 2 05:40 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:42:36.242Z] + 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=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 --label arch=amd64 --label version=0.0.0 . [2023-11-02T05:42:36.243Z] Sending build context to Docker daemon 5.757MB [2023-11-02T05:42:36.243Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-11-02T05:42:36.243Z] Step 2/24 : FROM ${BASE} AS builder [2023-11-02T05:42:36.243Z] ---> c2fcdb24a234 [2023-11-02T05:42:36.243Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-11-02T05:42:36.810Z] ---> Running in 3c1387dd7632 [2023-11-02T05:42:36.810Z] Removing intermediate container 3c1387dd7632 [2023-11-02T05:42:36.810Z] ---> 361d0c092955 [2023-11-02T05:42:36.810Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-02T05:42:37.377Z] ---> Running in f5ca051a7d69 [2023-11-02T05:42:37.636Z] Removing intermediate container f5ca051a7d69 [2023-11-02T05:42:37.636Z] ---> f1300c9b616d [2023-11-02T05:42:37.636Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-02T05:42:37.895Z] ---> Running in 908e68e2e7ed [2023-11-02T05:42:38.154Z] Removing intermediate container 908e68e2e7ed [2023-11-02T05:42:38.154Z] ---> fa97bcea9eb8 [2023-11-02T05:42:38.154Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-11-02T05:42:38.154Z] ---> Running in 8d83a3fe2746 [2023-11-02T05:42:38.413Z] Removing intermediate container 8d83a3fe2746 [2023-11-02T05:42:38.413Z] ---> b8153d8c35fb [2023-11-02T05:42:38.413Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-02T05:42:38.683Z] ---> Running in 9bd1c0d0f6d2 [2023-11-02T05:42:39.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-02T05:42:39.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-02T05:42:39.769Z] OK: 268 MiB in 56 packages [2023-11-02T05:42:40.028Z] Removing intermediate container 9bd1c0d0f6d2 [2023-11-02T05:42:40.028Z] ---> ee2d56556649 [2023-11-02T05:42:40.028Z] Step 8/24 : WORKDIR /device-snmp-go [2023-11-02T05:42:40.028Z] ---> Running in 054e38531155 [2023-11-02T05:42:40.289Z] Removing intermediate container 054e38531155 [2023-11-02T05:42:40.289Z] ---> 910568baf78e [2023-11-02T05:42:40.289Z] Step 9/24 : COPY go.mod vendor* ./ [2023-11-02T05:42:40.289Z] ---> af49193ff8e9 [2023-11-02T05:42:40.289Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-02T05:42:40.547Z] ---> Running in 321be38ee080 [2023-11-02T05:42:41.573Z] Removing intermediate container 321be38ee080 [2023-11-02T05:42:41.573Z] ---> e89ad9685e3a [2023-11-02T05:42:41.573Z] Step 11/24 : COPY . . [2023-11-02T05:42:41.831Z] ---> 697b034e447f [2023-11-02T05:42:41.831Z] Step 12/24 : RUN ${MAKE} [2023-11-02T05:42:41.831Z] ---> Running in e83a899aeed6 [2023-11-02T05:42:42.090Z] 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-dev.39" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-11-02T05:42:46.419Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16353 in /w/workspace/gexfoundry_device-snmp-go_PR-328 [Pipeline] { [Pipeline] ws [2023-11-02T05:42:46.484Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-11-02T05:42:46.564Z] Selected Git installation does not exist. Using Default [2023-11-02T05:42:46.564Z] The recommended git tool is: NONE [2023-11-02T05:42:51.768Z] using credential edgex-jenkins-ssh [2023-11-02T05:42:51.787Z] Cloning the remote Git repository [2023-11-02T05:42:51.826Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-11-02T05:42:51.913Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-11-02T05:42:52.057Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-11-02T05:42:52.058Z] > git --version # timeout=10 [2023-11-02T05:42:52.077Z] > git --version # 'git version 2.25.1' [2023-11-02T05:42:52.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-02T05:42:55.810Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-02T05:42:56.889Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-11-02T05:42:56.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-02T05:42:57.788Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-11-02T05:42:57.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-11-02T05:42:57.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-02T05:42:57.857Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/328/head:refs/remotes/origin/PR-328 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-02T05:42:58.369Z] Merging remotes/origin/main commit 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 into PR head commit 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [2023-11-02T05:42:58.655Z] Merge succeeded, producing 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [2023-11-02T05:42:58.656Z] Checking out Revision 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 (PR-328) [2023-11-02T05:42:59.177Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-11-02T05:42:59.230Z] > git --version # timeout=10 [2023-11-02T05:42:59.242Z] > git --version # 'git version 2.25.1' [2023-11-02T05:42:59.257Z] fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-11-02T05:42:58.386Z] > git config core.sparsecheckout # timeout=10 [2023-11-02T05:42:58.475Z] > git checkout -f 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 # timeout=10 [2023-11-02T05:42:58.555Z] > git remote # timeout=10 [2023-11-02T05:42:58.574Z] > git config --get remote.origin.url # timeout=10 [2023-11-02T05:42:58.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-02T05:42:58.604Z] > git merge 16c420418f3d11c50b6d4cdc106b6ff48e0fad87 # timeout=10 [2023-11-02T05:42:58.631Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-02T05:42:58.662Z] > git config core.sparsecheckout # timeout=10 [2023-11-02T05:42:58.675Z] > git checkout -f 9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-02T05:43:00.295Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-02T05:43:00.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-02T05:43:00.295Z] Dload Upload Total Spent Left Speed [2023-11-02T05:43:00.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-11-02T05:43:00.954Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-02T05:43:01.300Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-02T05:43:01.300Z] + sudo tee /etc/docker/daemon.new [2023-11-02T05:43:01.300Z] { [2023-11-02T05:43:01.300Z] "registry-mirrors": [ [2023-11-02T05:43:01.300Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-02T05:43:01.300Z] ], [2023-11-02T05:43:01.300Z] "bip": "10.250.0.254/24", [2023-11-02T05:43:01.300Z] "hosts": [ [2023-11-02T05:43:01.300Z] "tcp://0.0.0.0:5555", [2023-11-02T05:43:01.300Z] "unix:///var/run/docker.sock" [2023-11-02T05:43:01.300Z] ], [2023-11-02T05:43:01.300Z] "mtu": 1458, [2023-11-02T05:43:01.300Z] "selinux-enabled": true, [2023-11-02T05:43:01.300Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-02T05:43:01.300Z] } [Pipeline] sh [2023-11-02T05:43:01.641Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-02T05:43:01.996Z] + sudo service docker restart [2023-11-02T05:43:04.004Z] Removing intermediate container e83a899aeed6 [2023-11-02T05:43:04.004Z] ---> 6c0deff71317 [2023-11-02T05:43:04.004Z] Step 13/24 : FROM alpine:3.18 [2023-11-02T05:43:04.004Z] 3.18: Pulling from library/alpine [2023-11-02T05:43:04.004Z] 96526aa774ef: Pulling fs layer [2023-11-02T05:43:04.004Z] 96526aa774ef: Verifying Checksum [2023-11-02T05:43:04.004Z] 96526aa774ef: Download complete [2023-11-02T05:43:04.004Z] 96526aa774ef: Pull complete [2023-11-02T05:43:04.004Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-02T05:43:04.004Z] Status: Downloaded newer image for alpine:3.18 [2023-11-02T05:43:04.004Z] ---> 8ca4688f4f35 [2023-11-02T05:43:04.004Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-11-02T05:43:04.004Z] ---> Running in cc30c3b9dccb [2023-11-02T05:43:04.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-02T05:43:04.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-02T05:43:04.263Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-02T05:43:04.263Z] Executing busybox-1.36.1-r2.trigger [2023-11-02T05:43:04.263Z] OK: 7 MiB in 16 packages [2023-11-02T05:43:04.521Z] Removing intermediate container cc30c3b9dccb [2023-11-02T05:43:04.521Z] ---> 6b757c014eaf [2023-11-02T05:43:04.521Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-11-02T05:43:06.038Z] ---> eccff3928a1b [2023-11-02T05:43:06.038Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-11-02T05:43:06.038Z] ---> 6161a6848dfc [2023-11-02T05:43:06.038Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-11-02T05:43:06.296Z] ---> 271bfc0c6826 [2023-11-02T05:43:06.296Z] Step 18/24 : EXPOSE 59993 [2023-11-02T05:43:06.296Z] ---> Running in bc09f47848d2 [2023-11-02T05:43:06.296Z] Removing intermediate container bc09f47848d2 [2023-11-02T05:43:06.296Z] ---> 09b4bbfac898 [2023-11-02T05:43:06.296Z] Step 19/24 : EXPOSE 161 [2023-11-02T05:43:06.296Z] ---> Running in ad9b86767298 [2023-11-02T05:43:06.554Z] Removing intermediate container ad9b86767298 [2023-11-02T05:43:06.554Z] ---> bef42c00d6eb [2023-11-02T05:43:06.554Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-11-02T05:43:06.554Z] ---> Running in 1985d8227ce9 [2023-11-02T05:43:06.554Z] Removing intermediate container 1985d8227ce9 [2023-11-02T05:43:06.554Z] ---> 7b277daab293 [2023-11-02T05:43:06.554Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-02T05:43:06.554Z] ---> Running in 5a0564167e06 [2023-11-02T05:43:06.554Z] Removing intermediate container 5a0564167e06 [2023-11-02T05:43:06.554Z] ---> 9a1eb820fcb8 [2023-11-02T05:43:06.554Z] Step 22/24 : LABEL arch=amd64 [2023-11-02T05:43:06.812Z] ---> Running in 5f9d489d71f7 [2023-11-02T05:43:06.812Z] Removing intermediate container 5f9d489d71f7 [2023-11-02T05:43:06.812Z] ---> 5508ff437a9e [2023-11-02T05:43:06.812Z] Step 23/24 : LABEL git_sha=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [2023-11-02T05:43:06.812Z] ---> Running in 6118df580abc [2023-11-02T05:43:07.071Z] Removing intermediate container 6118df580abc [2023-11-02T05:43:07.071Z] ---> 62b9e6d9b4e5 [2023-11-02T05:43:07.071Z] Step 24/24 : LABEL version=0.0.0 [2023-11-02T05:43:07.071Z] ---> Running in d363a8bede55 [2023-11-02T05:43:07.071Z] Removing intermediate container d363a8bede55 [2023-11-02T05:43:07.071Z] ---> 549d1cdcbd36 [2023-11-02T05:43:07.071Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-02T05:43:07.071Z] Successfully built 549d1cdcbd36 [2023-11-02T05:43:07.071Z] 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-02T05:43:07.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-02T05:43:07.979Z] [2023-11-02T05:43:07.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:43:08.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-02T05:43:08.350Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-02T05:43:08.350Z] 5eb5b503b376: Pulling fs layer [2023-11-02T05:43:08.350Z] 5c69ac0246d0: Pulling fs layer [2023-11-02T05:43:08.350Z] ec43610c2a17: Pulling fs layer [2023-11-02T05:43:08.350Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-02T05:43:08.350Z] 33b1e0a273af: Pulling fs layer [2023-11-02T05:43:08.350Z] 5d3b04190fa2: Pulling fs layer [2023-11-02T05:43:08.350Z] 2f39f015ded8: Pulling fs layer [2023-11-02T05:43:08.350Z] 3a2ae6a8a46f: Waiting [2023-11-02T05:43:08.350Z] 33b1e0a273af: Waiting [2023-11-02T05:43:08.350Z] 5d3b04190fa2: Waiting [2023-11-02T05:43:08.350Z] 5c69ac0246d0: Verifying Checksum [2023-11-02T05:43:08.350Z] 5c69ac0246d0: Download complete [2023-11-02T05:43:08.350Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-02T05:43:08.350Z] 3a2ae6a8a46f: Download complete [2023-11-02T05:43:08.350Z] 33b1e0a273af: Verifying Checksum [2023-11-02T05:43:08.350Z] 33b1e0a273af: Download complete [2023-11-02T05:43:08.350Z] 5d3b04190fa2: Verifying Checksum [2023-11-02T05:43:08.350Z] 5d3b04190fa2: Download complete [2023-11-02T05:43:08.619Z] ec43610c2a17: Verifying Checksum [2023-11-02T05:43:08.619Z] ec43610c2a17: Download complete [2023-11-02T05:43:08.619Z] 5eb5b503b376: Verifying Checksum [2023-11-02T05:43:08.619Z] 5eb5b503b376: Download complete [2023-11-02T05:43:09.569Z] 2f39f015ded8: Download complete [2023-11-02T05:43:10.137Z] 5eb5b503b376: Pull complete [2023-11-02T05:43:10.137Z] 5c69ac0246d0: Pull complete [2023-11-02T05:43:10.702Z] ec43610c2a17: Pull complete [2023-11-02T05:43:10.702Z] 3a2ae6a8a46f: Pull complete [2023-11-02T05:43:10.960Z] 33b1e0a273af: Pull complete [2023-11-02T05:43:11.219Z] 5d3b04190fa2: Pull complete [2023-11-02T05:43:15.399Z] 2f39f015ded8: Pull complete [2023-11-02T05:43:15.399Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-02T05:43:15.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-02T05:43:15.399Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:43:15.622Z] prd-ubuntu20.04-docker-8c-8g-16352 does not seem to be running inside a container [2023-11-02T05:43:15.652Z] $ 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-328 -v /w/workspace/gexfoundry_device-snmp-go_PR-328:/w/workspace/gexfoundry_device-snmp-go_PR-328:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-02T05:43:24.870Z] $ docker top 655978a07d819ad8ac6f628f6bc39e3aff23bbaabf7219a2c3141e57d712876f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-11-02T05:43:25.133Z] provisioning config files... [2023-11-02T05:43:25.162Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config14493354597610996870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:43:25.538Z] ---> job-cost.sh [2023-11-02T05:43:25.538Z] lf-activate-venv: SKIPPING [2023-11-02T05:43:25.538Z] INFO: No Stack... [2023-11-02T05:43:25.538Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-02T05:43:25.547Z] ---> docker-login.sh [2023-11-02T05:43:25.547Z] nexus3.edgexfoundry.org:10001 [2023-11-02T05:43:25.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:43:26.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:43:26.086Z] Configure a credential helper to remove this warning. See [2023-11-02T05:43:26.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:43:26.086Z] [2023-11-02T05:43:26.086Z] Login Succeeded [2023-11-02T05:43:26.086Z] nexus3.edgexfoundry.org:10002 [2023-11-02T05:43:26.104Z] INFO: Archiving Costs [Pipeline] sh [2023-11-02T05:43:26.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:43:26.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:43:26.360Z] Configure a credential helper to remove this warning. See [2023-11-02T05:43:26.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:43:26.360Z] [2023-11-02T05:43:26.360Z] Login Succeeded [2023-11-02T05:43:26.360Z] nexus3.edgexfoundry.org:10003 [2023-11-02T05:43:26.422Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-328/archives/cost.csv [2023-11-02T05:43:26.422Z] + cut -d, -f6 [Pipeline] lock [2023-11-02T05:43:26.459Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [2023-11-02T05:43:26.463Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] did not exist. Created. [2023-11-02T05:43:26.463Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-02T05:43:26.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:43:26.844Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-02T05:43:26.891Z] Stashed 1 file(s) [Pipeline] } [2023-11-02T05:43:26.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:43:26.917Z] Configure a credential helper to remove this warning. See [2023-11-02T05:43:26.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:43:26.917Z] [2023-11-02T05:43:26.917Z] Login Succeeded [2023-11-02T05:43:26.917Z] nexus3.edgexfoundry.org:10004 [2023-11-02T05:43:26.923Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-02T05:43:27.023Z] $ docker stop --time=1 655978a07d819ad8ac6f628f6bc39e3aff23bbaabf7219a2c3141e57d712876f [2023-11-02T05:43:27.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:43:27.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:43:27.186Z] Configure a credential helper to remove this warning. See [2023-11-02T05:43:27.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:43:27.186Z] [2023-11-02T05:43:27.186Z] Login Succeeded [2023-11-02T05:43:27.186Z] docker.io [2023-11-02T05:43:27.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-02T05:43:27.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-02T05:43:27.724Z] Configure a credential helper to remove this warning. See [2023-11-02T05:43:27.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-02T05:43:27.724Z] [2023-11-02T05:43:27.724Z] Login Succeeded [2023-11-02T05:43:27.724Z] ---> docker-login.sh ends [2023-11-02T05:43:28.224Z] $ docker rm -f --volumes 655978a07d819ad8ac6f628f6bc39e3aff23bbaabf7219a2c3141e57d712876f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-11-02T05:43:28.380Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-11-02T05:43:28.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-02T05:43:28.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-02T05:43:28.875Z] ========================================================= [2023-11-02T05:43:28.875Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-02T05:43:28.875Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:43:29.375Z] + 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-02T05:43:29.647Z] Sending build context to Docker daemon 2.951MB [2023-11-02T05:43:29.647Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-02T05:43:29.647Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-02T05:43:29.915Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-02T05:43:29.915Z] 9fda8d8052c6: Pulling fs layer [2023-11-02T05:43:29.915Z] 5d54e960e981: Pulling fs layer [2023-11-02T05:43:29.915Z] c4a7e357bf2a: Pulling fs layer [2023-11-02T05:43:29.915Z] f0e02332f6b5: Pulling fs layer [2023-11-02T05:43:29.915Z] cefa15bbcfad: Pulling fs layer [2023-11-02T05:43:29.915Z] 17808c966233: Pulling fs layer [2023-11-02T05:43:29.915Z] f4c1fc716caa: Pulling fs layer [2023-11-02T05:43:29.915Z] cefa15bbcfad: Waiting [2023-11-02T05:43:29.915Z] 17808c966233: Waiting [2023-11-02T05:43:29.915Z] f4c1fc716caa: Waiting [2023-11-02T05:43:29.915Z] f0e02332f6b5: Waiting [2023-11-02T05:43:29.915Z] 5d54e960e981: Verifying Checksum [2023-11-02T05:43:29.915Z] 5d54e960e981: Download complete [2023-11-02T05:43:29.915Z] f0e02332f6b5: Verifying Checksum [2023-11-02T05:43:29.915Z] f0e02332f6b5: Download complete [2023-11-02T05:43:29.915Z] cefa15bbcfad: Verifying Checksum [2023-11-02T05:43:29.915Z] cefa15bbcfad: Download complete [2023-11-02T05:43:29.915Z] 9fda8d8052c6: Download complete [2023-11-02T05:43:30.501Z] f4c1fc716caa: Verifying Checksum [2023-11-02T05:43:30.502Z] f4c1fc716caa: Download complete [2023-11-02T05:43:30.772Z] 9fda8d8052c6: Pull complete [2023-11-02T05:43:31.360Z] 5d54e960e981: Pull complete [2023-11-02T05:43:31.631Z] c4a7e357bf2a: Download complete [2023-11-02T05:43:32.595Z] 17808c966233: Verifying Checksum [2023-11-02T05:43:32.595Z] 17808c966233: Download complete [2023-11-02T05:43:45.012Z] c4a7e357bf2a: Pull complete [2023-11-02T05:43:45.012Z] f0e02332f6b5: Pull complete [2023-11-02T05:43:45.012Z] cefa15bbcfad: Pull complete [2023-11-02T05:43:55.092Z] 17808c966233: Pull complete [2023-11-02T05:43:55.679Z] f4c1fc716caa: Pull complete [2023-11-02T05:43:55.679Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-02T05:43:55.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-02T05:43:55.679Z] ---> ea914061e18c [2023-11-02T05:43:55.679Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-02T05:43:57.089Z] ---> Running in b0305284761c [2023-11-02T05:43:57.357Z] Removing intermediate container b0305284761c [2023-11-02T05:43:57.357Z] ---> 135a5eab1f94 [2023-11-02T05:43:57.357Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-02T05:43:57.634Z] ---> Running in 77634bd5603d [2023-11-02T05:43:57.900Z] Removing intermediate container 77634bd5603d [2023-11-02T05:43:57.900Z] ---> c2c7666c18e8 [2023-11-02T05:43:57.900Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-02T05:43:57.900Z] ---> Running in cbde201ac55a [2023-11-02T05:43:58.167Z] Removing intermediate container cbde201ac55a [2023-11-02T05:43:58.167Z] ---> 6b0af8af7262 [2023-11-02T05:43:58.167Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-02T05:43:58.167Z] ---> Running in ec38f1e394c3 [2023-11-02T05:43:58.435Z] Removing intermediate container ec38f1e394c3 [2023-11-02T05:43:58.435Z] ---> bf93e6f3d08d [2023-11-02T05:43:58.435Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-02T05:43:58.704Z] ---> Running in 4efd26a41bd5 [2023-11-02T05:43:59.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-02T05:44:00.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-02T05:44:01.213Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-02T05:44:01.213Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-02T05:44:01.213Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-02T05:44:01.213Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-02T05:44:01.213Z] Executing busybox-1.36.1-r2.trigger [2023-11-02T05:44:01.213Z] OK: 270 MiB in 56 packages [2023-11-02T05:44:02.624Z] Removing intermediate container 4efd26a41bd5 [2023-11-02T05:44:02.624Z] ---> ecbe968ebc73 [2023-11-02T05:44:02.624Z] Step 8/12 : WORKDIR /device-snmp-go [2023-11-02T05:44:02.624Z] ---> Running in 05c1dd144d9c [2023-11-02T05:44:02.624Z] Removing intermediate container 05c1dd144d9c [2023-11-02T05:44:02.624Z] ---> 8033219c3032 [2023-11-02T05:44:02.624Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-02T05:44:03.221Z] ---> 065c348d2ab9 [2023-11-02T05:44:03.221Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-02T05:44:03.221Z] ---> Running in 50600036b00c [2023-11-02T05:45:24.840Z] Removing intermediate container 50600036b00c [2023-11-02T05:45:24.840Z] ---> de8c1bcae90c [2023-11-02T05:45:24.840Z] Step 11/12 : COPY . . [2023-11-02T05:45:24.840Z] ---> 7694a7b8a35f [2023-11-02T05:45:24.840Z] Step 12/12 : RUN ${MAKE} [2023-11-02T05:45:24.840Z] ---> Running in fe7e543fb4d0 [2023-11-02T05:45:24.840Z] noop [2023-11-02T05:45:24.840Z] Removing intermediate container fe7e543fb4d0 [2023-11-02T05:45:24.840Z] ---> 799bddfc8448 [2023-11-02T05:45:24.840Z] Successfully built 799bddfc8448 [2023-11-02T05:45:24.840Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:45:25.321Z] + docker inspect -f . ci-base-image-arm64 [2023-11-02T05:45:25.321Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:45:25.614Z] prd-ubuntu20.04-docker-arm64-4c-16g-16353 does not seem to be running inside a container [2023-11-02T05:45:25.679Z] $ 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-02T05:45:29.273Z] $ docker top ddd975199ed125f2c6503e35aeedcab2ce74d506fedab30264bcfacbdbe307df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-02T05:45:30.169Z] + go version [2023-11-02T05:45:30.169Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-02T05:45:30.206Z] $ docker stop --time=1 ddd975199ed125f2c6503e35aeedcab2ce74d506fedab30264bcfacbdbe307df [2023-11-02T05:45:31.834Z] $ docker rm -f --volumes ddd975199ed125f2c6503e35aeedcab2ce74d506fedab30264bcfacbdbe307df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:45:32.699Z] + docker inspect -f . ci-base-image-arm64 [2023-11-02T05:45:32.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:45:32.949Z] prd-ubuntu20.04-docker-arm64-4c-16g-16353 does not seem to be running inside a container [2023-11-02T05:45:33.018Z] $ 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-02T05:45:34.186Z] $ docker top d08c2bc5dfcfa9eb62cbeee28151bdd290f2cec115e7d90528aa498e057a1a27 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-02T05:45:35.065Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-11-02T05:45:35.460Z] + make test [2023-11-02T05:45:35.728Z] go test ./... -coverprofile=coverage.out [2023-11-02T05:45:39.989Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-11-02T05:47:16.627Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-11-02T05:47:16.627Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.034s coverage: 0.0% of statements [2023-11-02T05:47:16.627Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-11-02T05:47:16.627Z] go vet ./... [2023-11-02T05:47:43.280Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-02T05:47:43.280Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-02T05:47:43.280Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-02T05:47:43.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-02T05:47:43.350Z] $ docker stop --time=1 d08c2bc5dfcfa9eb62cbeee28151bdd290f2cec115e7d90528aa498e057a1a27 [2023-11-02T05:47:47.491Z] $ docker rm -f --volumes d08c2bc5dfcfa9eb62cbeee28151bdd290f2cec115e7d90528aa498e057a1a27 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-02T05:47:48.919Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-02T05:47:48.953Z] Warning: overwriting stash ‘coverage-report’ [2023-11-02T05:47:49.454Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-02T05:47:50.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-02T05:47:50.385Z] + ls -al . [2023-11-02T05:47:50.385Z] total 168 [2023-11-02T05:47:50.385Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 2 05:45 . [2023-11-02T05:47:50.385Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 05:42 .. [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 6 Nov 2 05:42 .dockerignore [2023-11-02T05:47:50.385Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 05:42 .git [2023-11-02T05:47:50.385Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:42 .github [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 263 Nov 2 05:42 .gitignore [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 2 05:42 .golangci.yml [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 10025 Nov 2 05:42 Attribution.txt [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 10534 Nov 2 05:42 CHANGELOG.md [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 1462 Nov 2 05:42 Dockerfile [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 05:42 GOVERNANCE.md [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 656 Nov 2 05:42 Jenkinsfile [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 2 05:42 LICENSE [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 2240 Nov 2 05:42 Makefile [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 2 05:42 OWNERS.md [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 10477 Nov 2 05:42 README.md [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 05:40 VERSION [2023-11-02T05:47:50.385Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 05:42 bin [2023-11-02T05:47:50.385Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:42 cmd [2023-11-02T05:47:50.385Z] -rw-r--r-- 1 jenkins jenkins 8837 Nov 2 05:47 coverage.out [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 3712 Nov 2 05:42 go.mod [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 34822 Nov 2 05:42 go.sum [2023-11-02T05:47:50.385Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 05:42 internal [2023-11-02T05:47:50.385Z] -rw-rw-r-- 1 jenkins jenkins 228 Nov 2 05:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:47:50.813Z] + 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=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 --label arch=arm64 --label version=0.0.0 . [2023-11-02T05:47:51.078Z] Sending build context to Docker daemon 2.961MB [2023-11-02T05:47:51.078Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-11-02T05:47:51.078Z] Step 2/24 : FROM ${BASE} AS builder [2023-11-02T05:47:51.078Z] ---> 799bddfc8448 [2023-11-02T05:47:51.078Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-11-02T05:47:51.078Z] ---> Running in 6ac56fc34c9c [2023-11-02T05:47:51.661Z] Removing intermediate container 6ac56fc34c9c [2023-11-02T05:47:51.661Z] ---> 3b0103bc390c [2023-11-02T05:47:51.661Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-02T05:47:51.661Z] ---> Running in b0c797649446 [2023-11-02T05:47:51.927Z] Removing intermediate container b0c797649446 [2023-11-02T05:47:51.927Z] ---> 67f08cb58096 [2023-11-02T05:47:51.927Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-02T05:47:51.927Z] ---> Running in a32760e9a636 [2023-11-02T05:47:52.195Z] Removing intermediate container a32760e9a636 [2023-11-02T05:47:52.195Z] ---> 09b9c4824ada [2023-11-02T05:47:52.195Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-11-02T05:47:52.195Z] ---> Running in 907b189306ac [2023-11-02T05:47:52.466Z] Removing intermediate container 907b189306ac [2023-11-02T05:47:52.466Z] ---> 890726218fba [2023-11-02T05:47:52.466Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-02T05:47:52.731Z] ---> Running in cdee49b59920 [2023-11-02T05:47:53.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-02T05:47:53.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-02T05:47:54.936Z] OK: 270 MiB in 56 packages [2023-11-02T05:47:55.894Z] Removing intermediate container cdee49b59920 [2023-11-02T05:47:55.894Z] ---> 5f6ff2a82fb3 [2023-11-02T05:47:55.894Z] Step 8/24 : WORKDIR /device-snmp-go [2023-11-02T05:47:55.894Z] ---> Running in a702ac7d0358 [2023-11-02T05:47:56.161Z] Removing intermediate container a702ac7d0358 [2023-11-02T05:47:56.161Z] ---> 785ffd14a823 [2023-11-02T05:47:56.161Z] Step 9/24 : COPY go.mod vendor* ./ [2023-11-02T05:47:56.751Z] ---> 862409007e72 [2023-11-02T05:47:56.751Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-02T05:47:56.751Z] ---> Running in b9758bb074bf [2023-11-02T05:48:02.098Z] Removing intermediate container b9758bb074bf [2023-11-02T05:48:02.098Z] ---> 77fca19d72b1 [2023-11-02T05:48:02.098Z] Step 11/24 : COPY . . [2023-11-02T05:48:02.098Z] ---> 597461b2b5da [2023-11-02T05:48:02.098Z] Step 12/24 : RUN ${MAKE} [2023-11-02T05:48:02.098Z] ---> Running in d694c63e4279 [2023-11-02T05:48:03.059Z] 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-dev.39" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-11-02T05:49:54.976Z] Removing intermediate container d694c63e4279 [2023-11-02T05:49:54.976Z] ---> a0cffb52239b [2023-11-02T05:49:54.976Z] Step 13/24 : FROM alpine:3.18 [2023-11-02T05:49:54.976Z] 3.18: Pulling from library/alpine [2023-11-02T05:49:54.976Z] 579b34f0a95b: Pulling fs layer [2023-11-02T05:49:54.976Z] 579b34f0a95b: Download complete [2023-11-02T05:49:54.976Z] 579b34f0a95b: Pull complete [2023-11-02T05:49:54.976Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-02T05:49:54.976Z] Status: Downloaded newer image for alpine:3.18 [2023-11-02T05:49:54.976Z] ---> 3cc203321400 [2023-11-02T05:49:54.976Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-11-02T05:49:54.976Z] ---> Running in 8d0a5c6d51bb [2023-11-02T05:49:54.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-02T05:49:54.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-02T05:49:54.976Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-02T05:49:54.976Z] Executing busybox-1.36.1-r2.trigger [2023-11-02T05:49:54.976Z] OK: 8 MiB in 16 packages [2023-11-02T05:49:54.976Z] Removing intermediate container 8d0a5c6d51bb [2023-11-02T05:49:54.976Z] ---> 380e4c485c08 [2023-11-02T05:49:54.976Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-11-02T05:49:54.976Z] ---> 724a43997c5e [2023-11-02T05:49:54.976Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-11-02T05:49:54.976Z] ---> 628c754f04d0 [2023-11-02T05:49:54.976Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-11-02T05:49:54.976Z] ---> 4ae147cb3491 [2023-11-02T05:49:54.976Z] Step 18/24 : EXPOSE 59993 [2023-11-02T05:49:54.976Z] ---> Running in 8bb0f5b1a56a [2023-11-02T05:49:54.976Z] Removing intermediate container 8bb0f5b1a56a [2023-11-02T05:49:54.976Z] ---> d73983b748c6 [2023-11-02T05:49:54.976Z] Step 19/24 : EXPOSE 161 [2023-11-02T05:49:54.976Z] ---> Running in 89e930bdbfca [2023-11-02T05:49:54.976Z] Removing intermediate container 89e930bdbfca [2023-11-02T05:49:54.976Z] ---> 81ef56a91828 [2023-11-02T05:49:54.976Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-11-02T05:49:54.976Z] ---> Running in 38305bacbd69 [2023-11-02T05:49:54.976Z] Removing intermediate container 38305bacbd69 [2023-11-02T05:49:54.976Z] ---> 127370627aa3 [2023-11-02T05:49:54.976Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-02T05:49:54.976Z] ---> Running in 05a26daec7cd [2023-11-02T05:49:54.976Z] Removing intermediate container 05a26daec7cd [2023-11-02T05:49:54.976Z] ---> 5cf65ddd390f [2023-11-02T05:49:54.976Z] Step 22/24 : LABEL arch=arm64 [2023-11-02T05:49:54.976Z] ---> Running in 59b8571884fd [2023-11-02T05:49:54.976Z] Removing intermediate container 59b8571884fd [2023-11-02T05:49:54.976Z] ---> feb3cf0070a6 [2023-11-02T05:49:54.976Z] Step 23/24 : LABEL git_sha=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [2023-11-02T05:49:54.976Z] ---> Running in 1f43048c5e12 [2023-11-02T05:49:54.976Z] Removing intermediate container 1f43048c5e12 [2023-11-02T05:49:54.976Z] ---> 0066d9caee81 [2023-11-02T05:49:54.976Z] Step 24/24 : LABEL version=0.0.0 [2023-11-02T05:49:55.242Z] ---> Running in 58a4ede83b66 [2023-11-02T05:49:55.508Z] Removing intermediate container 58a4ede83b66 [2023-11-02T05:49:55.508Z] ---> 456c1d92d14f [2023-11-02T05:49:55.508Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-02T05:49:55.508Z] Successfully built 456c1d92d14f [2023-11-02T05:49:55.508Z] 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-02T05:49:56.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-02T05:49:56.313Z] [2023-11-02T05:49:56.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:49:56.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-02T05:49:56.707Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-02T05:49:56.707Z] 8998bd30e6a1: Pulling fs layer [2023-11-02T05:49:56.707Z] 04944245beec: Pulling fs layer [2023-11-02T05:49:56.707Z] 699f458cf7ca: Pulling fs layer [2023-11-02T05:49:56.707Z] 765212b225bb: Pulling fs layer [2023-11-02T05:49:56.707Z] f23df028b6ca: Pulling fs layer [2023-11-02T05:49:56.707Z] d65c8cfc05b1: Pulling fs layer [2023-11-02T05:49:56.707Z] 2437ff75d9bd: Pulling fs layer [2023-11-02T05:49:56.707Z] f23df028b6ca: Waiting [2023-11-02T05:49:56.707Z] d65c8cfc05b1: Waiting [2023-11-02T05:49:56.707Z] 2437ff75d9bd: Waiting [2023-11-02T05:49:56.707Z] 765212b225bb: Waiting [2023-11-02T05:49:56.978Z] 04944245beec: Verifying Checksum [2023-11-02T05:49:56.978Z] 04944245beec: Download complete [2023-11-02T05:49:56.978Z] 765212b225bb: Verifying Checksum [2023-11-02T05:49:56.978Z] 765212b225bb: Download complete [2023-11-02T05:49:56.978Z] f23df028b6ca: Verifying Checksum [2023-11-02T05:49:56.978Z] f23df028b6ca: Download complete [2023-11-02T05:49:56.978Z] d65c8cfc05b1: Verifying Checksum [2023-11-02T05:49:56.978Z] d65c8cfc05b1: Download complete [2023-11-02T05:49:56.978Z] 699f458cf7ca: Verifying Checksum [2023-11-02T05:49:56.978Z] 699f458cf7ca: Download complete [2023-11-02T05:49:57.575Z] 8998bd30e6a1: Verifying Checksum [2023-11-02T05:49:57.575Z] 8998bd30e6a1: Download complete [2023-11-02T05:50:00.147Z] 2437ff75d9bd: Verifying Checksum [2023-11-02T05:50:00.147Z] 2437ff75d9bd: Download complete [2023-11-02T05:50:02.082Z] 8998bd30e6a1: Pull complete [2023-11-02T05:50:04.023Z] 04944245beec: Pull complete [2023-11-02T05:50:05.427Z] 699f458cf7ca: Pull complete [2023-11-02T05:50:05.692Z] 765212b225bb: Pull complete [2023-11-02T05:50:06.645Z] f23df028b6ca: Pull complete [2023-11-02T05:50:06.645Z] d65c8cfc05b1: Pull complete [2023-11-02T05:50:24.525Z] 2437ff75d9bd: Pull complete [2023-11-02T05:50:24.525Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-02T05:50:24.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-02T05:50:24.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:50:24.846Z] prd-ubuntu20.04-docker-arm64-4c-16g-16353 does not seem to be running inside a container [2023-11-02T05:50:24.913Z] $ 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-02T05:50:27.552Z] $ docker top 8c8ef20e44e949c9e712e826f8651781350309593bf47c9c1ab088a0a5b3b905 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:28.232Z] ---> job-cost.sh [2023-11-02T05:50:28.513Z] lf-activate-venv: SKIPPING [2023-11-02T05:50:28.513Z] INFO: No Stack... [2023-11-02T05:50:28.785Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-02T05:50:29.793Z] INFO: Archiving Costs [Pipeline] sh [2023-11-02T05:50:30.738Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-11-02T05:50:30.738Z] + cut -d, -f6 [Pipeline] lock [2023-11-02T05:50:30.833Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [2023-11-02T05:50:30.838Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] did not exist. Created. [2023-11-02T05:50:30.838Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-02T05:50:31.247Z] /w/workspace/device-snmp-go/1@tmp/durable-2b1382f4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-02T05:50:32.183Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-02T05:50:32.220Z] Warning: overwriting stash ‘stack-cost’ [2023-11-02T05:50:32.263Z] Stashed 1 file(s) [Pipeline] } [2023-11-02T05:50:32.278Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-328-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-02T05:50:32.372Z] $ docker stop --time=1 8c8ef20e44e949c9e712e826f8651781350309593bf47c9c1ab088a0a5b3b905 [2023-11-02T05:50:33.874Z] $ docker rm -f --volumes 8c8ef20e44e949c9e712e826f8651781350309593bf47c9c1ab088a0a5b3b905 [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-02T05:50:34.898Z] provisioning config files... [2023-11-02T05:50:34.910Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/config594988643384734103tmp [Pipeline] { [Pipeline] sh [2023-11-02T05:50:35.251Z] + set +x [2023-11-02T05:50:35.251Z] + bash -s -- [2023-11-02T05:50:35.251Z] + curl -s https://codecov.io/bash [2023-11-02T05:50:35.251Z] [2023-11-02T05:50:35.251Z] _____ _ [2023-11-02T05:50:35.251Z] / ____| | | [2023-11-02T05:50:35.251Z] | | ___ __| | ___ ___ _____ __ [2023-11-02T05:50:35.251Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-02T05:50:35.251Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-02T05:50:35.251Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-02T05:50:35.251Z] Bash-1.0.6 [2023-11-02T05:50:35.251Z] [2023-11-02T05:50:35.251Z] [2023-11-02T05:50:35.251Z] ==> git version 2.25.1 found [2023-11-02T05:50:35.251Z] ==> 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-02T05:50:35.251Z] Release-Date: 2020-01-08 [2023-11-02T05:50:35.251Z] 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-02T05:50:35.251Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-02T05:50:35.251Z] ==> Jenkins CI detected. [2023-11-02T05:50:35.251Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-328 [2023-11-02T05:50:35.251Z] project root: . [2023-11-02T05:50:35.251Z] --> token set from env [2023-11-02T05:50:35.251Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-02T05:50:35.251Z] ==> Running gcov in . (disable via -X gcov) [2023-11-02T05:50:35.251Z] ==> Python coveragepy not found [2023-11-02T05:50:35.251Z] ==> Searching for coverage reports in: [2023-11-02T05:50:35.251Z] + . [2023-11-02T05:50:35.251Z] -> Found 1 reports [2023-11-02T05:50:35.251Z] ==> Detecting git/mercurial file structure [2023-11-02T05:50:35.251Z] ==> Reading reports [2023-11-02T05:50:35.510Z] + ./coverage.out bytes=8837 [2023-11-02T05:50:35.510Z] ==> Appending adjustments [2023-11-02T05:50:35.510Z] https://docs.codecov.io/docs/fixing-reports [2023-11-02T05:50:35.510Z] + Found adjustments [2023-11-02T05:50:35.510Z] ==> Gzipping contents [2023-11-02T05:50:35.510Z] 4.0K /tmp/codecov.ODGqG3.gz [2023-11-02T05:50:35.510Z] ==> Uploading reports [2023-11-02T05:50:35.510Z] url: https://codecov.io [2023-11-02T05:50:35.510Z] query: branch=PR-328&commit=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-328%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=328&job=&cmd_args= [2023-11-02T05:50:35.510Z] -> Pinging Codecov [2023-11-02T05:50:35.510Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-328&commit=9995fbe21299a8d50c5f0e3c39dfb2f6148dce24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-328%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=328&job=&cmd_args= [2023-11-02T05:50:35.510Z] -> Uploading to [2023-11-02T05:50:35.510Z] https://storage.googleapis.com/codecov/v4/raw/2023-11-02/6C56EA5C29638FB4528AC87E60AF5AE0/9995fbe21299a8d50c5f0e3c39dfb2f6148dce24/b8ed36c0-7274-4d65-85c3-7025522c1207.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231102T055035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f83516233634a61e422d8a7a9ba2a858e39701ca1b96b4951dcbbf2f453462f [2023-11-02T05:50:35.510Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-02T05:50:35.510Z] Dload Upload Total Spent Left Speed [2023-11-02T05:50:36.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1435 0 0 100 1435 0 18164 --:--:-- --:--:-- --:--:-- 18164 100 1435 0 0 100 1435 0 5314 --:--:-- --:--:-- --:--:-- 5295 [2023-11-02T05:50:36.027Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/9995fbe21299a8d50c5f0e3c39dfb2f6148dce24 [Pipeline] } [2023-11-02T05:50:36.054Z] 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-02T05:50:37.905Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-328/archives ] [2023-11-02T05:50:37.905Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-328/archives [2023-11-02T05:50:37.905Z] total 16 [2023-11-02T05:50:37.905Z] drwxr-xr-x 3 root root 4096 Nov 2 05:43 . [2023-11-02T05:50:37.905Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 2 05:43 .. [2023-11-02T05:50:37.905Z] drwxr-xr-x 2 root root 4096 Nov 2 05:43 cost [2023-11-02T05:50:37.905Z] -rw-r--r-- 1 root root 86 Nov 2 05:43 cost.csv [2023-11-02T05:50:37.905Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-328/archives [2023-11-02T05:50:37.905Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-328/archives [2023-11-02T05:50:37.905Z] total 16 [2023-11-02T05:50:37.905Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 05:43 . [2023-11-02T05:50:37.905Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 2 05:43 .. [2023-11-02T05:50:37.905Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 2 05:43 cost [2023-11-02T05:50:37.905Z] -rw-r--r-- 1 jenkins jenkins 86 Nov 2 05:43 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:38.227Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:39.117Z] ---> package-listing.sh [2023-11-02T05:50:39.117Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-02T05:50:39.117Z] ++ facter osfamily [2023-11-02T05:50:39.377Z] + OS_FAMILY=debian [2023-11-02T05:50:39.377Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-328 [2023-11-02T05:50:39.377Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-02T05:50:39.377Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-02T05:50:39.377Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-02T05:50:39.377Z] + PACKAGES=/tmp/packages_start.txt [2023-11-02T05:50:39.377Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-328 ']' [2023-11-02T05:50:39.377Z] + PACKAGES=/tmp/packages_end.txt [2023-11-02T05:50:39.377Z] + case "${OS_FAMILY}" in [2023-11-02T05:50:39.377Z] + dpkg -l [2023-11-02T05:50:39.377Z] + grep '^ii' [2023-11-02T05:50:39.377Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-02T05:50:39.377Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-02T05:50:39.377Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-02T05:50:39.377Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-328 ']' [2023-11-02T05:50:39.377Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-328/archives/ [2023-11-02T05:50:39.377Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-328/archives/ [Pipeline] echo [2023-11-02T05:50:39.412Z] 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-328/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-02T05:50:39.706Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-02T05:50:40.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-02T05:50:40.338Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-02T05:50:40.494Z] prd-ubuntu20.04-docker-8c-8g-16352 does not seem to be running inside a container [2023-11-02T05:50:40.527Z] $ 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-328/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-328 -v /w/workspace/gexfoundry_device-snmp-go_PR-328:/w/workspace/gexfoundry_device-snmp-go_PR-328:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-328@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-328@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-02T05:50:40.754Z] $ docker top 9a1d9cd47f6d138da19067d38dd9fce8507a68eb3b8754d87cb85b8aa1858319 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-02T05:50:41.154Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-02T05:50:41.504Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-02T05:50:41.849Z] + ls /var/log/sa-host [2023-11-02T05:50:41.850Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-02T05:50:42.080Z] provisioning config files... [2023-11-02T05:50:42.089Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-328@tmp/config14612118388995419877tmp [Pipeline] { [Pipeline] echo [2023-11-02T05:50:42.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:42.453Z] ---> create-netrc.sh [Pipeline] } [2023-11-02T05:50:42.480Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:42.884Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-02T05:50:42.927Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:43.233Z] ---> sudo-logs.sh [2023-11-02T05:50:43.233Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-02T05:50:43.316Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:43.628Z] ---> job-cost.sh [2023-11-02T05:50:43.628Z] lf-activate-venv: SKIPPING [2023-11-02T05:50:43.628Z] DEBUG: total: 0.2199999988079071 [2023-11-02T05:50:43.628Z] INFO: Retrieving Stack Cost... [2023-11-02T05:50:44.197Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-02T05:50:44.457Z] INFO: Archiving Costs [Pipeline] echo [2023-11-02T05:50:44.490Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-02T05:50:44.801Z] ---> logs-deploy.sh [2023-11-02T05:50:44.802Z] lf-activate-venv: SKIPPING [2023-11-02T05:50:44.802Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-328/1 [2023-11-02T05:50:44.802Z] INFO: archiving workspace using pattern(s): [2023-11-02T05:50:45.740Z] Archives upload complete. [2023-11-02T05:50:45.740Z] INFO: archiving logs to Nexus