Pull request #256 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-snmp-go Obtained Jenkinsfile from 30ad3e1b43fa1435d0ddaf030016317d84e2380b+2bd6e5dae59222faf073cfb9822f90f2048c0bba (2649ea54a27091bf65236703ebd3ff69c3b298d3) 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-ssh5986373252345282646.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh13483411666488418470.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-256/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-256/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6258350532176691217.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-256/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh894373105052532604.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh11983106670567448007.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-256/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-256/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14901709191324926290.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8857 in /w/workspace/gexfoundry_device-snmp-go_PR-256 [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-256 # 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/256/head:refs/remotes/origin/PR-256 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit 30ad3e1b43fa1435d0ddaf030016317d84e2380b Merge succeeded, producing 30ad3e1b43fa1435d0ddaf030016317d84e2380b Checking out Revision 30ad3e1b43fa1435d0ddaf030016317d84e2380b (PR-256) > git config core.sparsecheckout # timeout=10 > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # 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 2bd6e5dae59222faf073cfb9822f90f2048c0bba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T18:52:21.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T18:52:21.185Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T18:52:21.296Z] ========================================================= [2023-03-08T18:52:21.296Z] EdgeX Global Pipelines Version Info [2023-03-08T18:52:21.296Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T18:52:22.071Z] ------------------- [2023-03-08T18:52:22.071Z] stable info: [2023-03-08T18:52:22.071Z] ------------------- [2023-03-08T18:52:22.071Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T18:52:22.071Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T18:52:22.071Z] Message: update stable to v1.0.244 [2023-03-08T18:52:22.640Z] ------------------- [2023-03-08T18:52:22.640Z] experimental info: [2023-03-08T18:52:22.640Z] ------------------- [2023-03-08T18:52:22.640Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T18:52:22.640Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T18:52:22.640Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T18:52:22.963Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-03-08T18:52:23.007Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-03-08T18:52:23.053Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T18:52:23.093Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T18:52:23.136Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T18:52:23.178Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T18:52:23.223Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T18:52:23.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-08T18:52:23.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T18:52:23.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T18:52:23.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T18:52:23.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-03-08T18:52:23.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T18:52:23.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T18:52:23.561Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T18:52:23.600Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T18:52:23.648Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T18:52:23.691Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T18:52:23.730Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T18:52:23.771Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T18:52:23.817Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-08T18:52:23.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-08T18:52:23.900Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-08T18:52:23.942Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-08T18:52:23.979Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-08T18:52:24.018Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T18:52:24.060Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T18:52:24.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-256 [Pipeline] echo [2023-03-08T18:52:24.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-256 [Pipeline] echo [2023-03-08T18:52:24.177Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-256 [Pipeline] echo [2023-03-08T18:52:24.214Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo [2023-03-08T18:52:24.254Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30ad3e1 [Pipeline] echo [2023-03-08T18:52:24.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T18:52:24.412Z] provisioning config files... [2023-03-08T18:52:24.426Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config1290142623611920074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T18:52:24.767Z] ---> docker-login.sh [2023-03-08T18:52:24.767Z] nexus3.edgexfoundry.org:10001 [2023-03-08T18:52:25.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:25.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:25.025Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:25.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:25.025Z] [2023-03-08T18:52:25.025Z] Login Succeeded [2023-03-08T18:52:25.025Z] nexus3.edgexfoundry.org:10002 [2023-03-08T18:52:25.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:25.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:25.287Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:25.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:25.287Z] [2023-03-08T18:52:25.287Z] Login Succeeded [2023-03-08T18:52:25.287Z] nexus3.edgexfoundry.org:10003 [2023-03-08T18:52:25.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:25.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:25.287Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:25.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:25.287Z] [2023-03-08T18:52:25.287Z] Login Succeeded [2023-03-08T18:52:25.287Z] nexus3.edgexfoundry.org:10004 [2023-03-08T18:52:25.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:25.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:25.547Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:25.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:25.547Z] [2023-03-08T18:52:25.547Z] Login Succeeded [2023-03-08T18:52:25.547Z] docker.io [2023-03-08T18:52:25.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:25.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:25.808Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:25.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:25.808Z] [2023-03-08T18:52:25.808Z] Login Succeeded [2023-03-08T18:52:25.808Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T18:52:25.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-08T18:52:26.454Z] + git rev-list -1 --merges 30ad3e1b43fa1435d0ddaf030016317d84e2380b~1..30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo [2023-03-08T18:52:26.524Z] -----------> git rev-list -1 --merges 30ad3e1b43fa1435d0ddaf030016317d84e2380b~1..30ad3e1b43fa1435d0ddaf030016317d84e2380b 30ad3e1b43fa1435d0ddaf030016317d84e2380b [false] [Pipeline] sh [2023-03-08T18:52:26.832Z] + git log --format=format:%s -1 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo [2023-03-08T18:52:26.867Z] ========================================================= [2023-03-08T18:52:26.867Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T18:52:26.867Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T18:52:27.301Z] + git log --format=format:%s -1 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo [2023-03-08T18:52:27.332Z] [semverPrep] GIT_COMMIT: 30ad3e1b43fa1435d0ddaf030016317d84e2380b, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo [2023-03-08T18:52:27.362Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-08T18:52:27.754Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T18:52:27.754Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T18:52:27.754Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T18:52:27.754Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T18:52:27.754Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T18:52:27.754Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T18:52:27.754Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:52:28.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T18:52:28.250Z] [2023-03-08T18:52:28.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:52:28.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T18:52:28.629Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T18:52:28.629Z] b85a868b505f: Pulling fs layer [2023-03-08T18:52:28.629Z] e2be974225ed: Pulling fs layer [2023-03-08T18:52:28.629Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T18:52:28.629Z] 988bab9f4d93: Pulling fs layer [2023-03-08T18:52:28.629Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T18:52:28.629Z] eaf3925da568: Pulling fs layer [2023-03-08T18:52:28.629Z] bab4dde63d76: Pulling fs layer [2023-03-08T18:52:28.629Z] bde34c3a00c8: Pulling fs layer [2023-03-08T18:52:28.629Z] b352a97aabf1: Pulling fs layer [2023-03-08T18:52:28.629Z] 4872d77fe225: Pulling fs layer [2023-03-08T18:52:28.629Z] 5851b861e8e6: Pulling fs layer [2023-03-08T18:52:28.629Z] 4872d77fe225: Waiting [2023-03-08T18:52:28.629Z] 5851b861e8e6: Waiting [2023-03-08T18:52:28.629Z] bde34c3a00c8: Waiting [2023-03-08T18:52:28.629Z] eaf3925da568: Waiting [2023-03-08T18:52:28.629Z] 988bab9f4d93: Waiting [2023-03-08T18:52:28.629Z] b352a97aabf1: Waiting [2023-03-08T18:52:28.629Z] 1469e6f7b9e6: Waiting [2023-03-08T18:52:28.629Z] bab4dde63d76: Waiting [2023-03-08T18:52:28.629Z] e2be974225ed: Verifying Checksum [2023-03-08T18:52:28.629Z] 988bab9f4d93: Download complete [2023-03-08T18:52:28.890Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T18:52:28.890Z] 1469e6f7b9e6: Download complete [2023-03-08T18:52:28.890Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T18:52:28.890Z] 339a4e72a1f5: Download complete [2023-03-08T18:52:28.890Z] eaf3925da568: Verifying Checksum [2023-03-08T18:52:28.890Z] eaf3925da568: Download complete [2023-03-08T18:52:28.890Z] bde34c3a00c8: Verifying Checksum [2023-03-08T18:52:28.890Z] b352a97aabf1: Verifying Checksum [2023-03-08T18:52:28.890Z] b352a97aabf1: Download complete [2023-03-08T18:52:28.890Z] 4872d77fe225: Verifying Checksum [2023-03-08T18:52:28.890Z] 5851b861e8e6: Download complete [2023-03-08T18:52:28.890Z] b85a868b505f: Download complete [2023-03-08T18:52:29.151Z] bab4dde63d76: Verifying Checksum [2023-03-08T18:52:29.151Z] bab4dde63d76: Download complete [2023-03-08T18:52:30.528Z] b85a868b505f: Pull complete [2023-03-08T18:52:30.528Z] e2be974225ed: Pull complete [2023-03-08T18:52:31.097Z] 339a4e72a1f5: Pull complete [2023-03-08T18:52:31.097Z] 988bab9f4d93: Pull complete [2023-03-08T18:52:31.356Z] 1469e6f7b9e6: Pull complete [2023-03-08T18:52:31.356Z] eaf3925da568: Pull complete [2023-03-08T18:52:33.259Z] bab4dde63d76: Pull complete [2023-03-08T18:52:33.259Z] bde34c3a00c8: Pull complete [2023-03-08T18:52:33.516Z] b352a97aabf1: Pull complete [2023-03-08T18:52:33.516Z] 4872d77fe225: Pull complete [2023-03-08T18:52:33.775Z] 5851b861e8e6: Pull complete [2023-03-08T18:52:33.775Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T18:52:33.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T18:52:33.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:52:34.010Z] prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container [2023-03-08T18:52:34.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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-devops/py-git-semver:0.1.4 cat [2023-03-08T18:52:35.381Z] $ docker top 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 -eo pid,comm [2023-03-08T18:52:35.436Z] 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-03-08T18:52:35.436Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T18:52:35.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T18:52:35.563Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T18:52:35.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T18:52:35.676Z] $ docker exec 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent [2023-03-08T18:52:35.777Z] SSH_AUTH_SOCK=/tmp/ssh-zzFdOFXYUxvO/agent.32 [2023-03-08T18:52:35.777Z] SSH_AGENT_PID=39 [2023-03-08T18:52:35.784Z] Running ssh-add (command line suppressed) [2023-03-08T18:52:35.899Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_12140450846278354733.key (/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_12140450846278354733.key) [2023-03-08T18:52:35.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T18:52:36.237Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T18:52:36.265Z] $ docker exec --env ******** --env ******** 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent -k [2023-03-08T18:52:36.368Z] unset SSH_AUTH_SOCK; [2023-03-08T18:52:36.369Z] unset SSH_AGENT_PID; [2023-03-08T18:52:36.369Z] echo Agent pid 39 killed; [2023-03-08T18:52:36.376Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T18:52:36.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T18:52:36.465Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T18:52:36.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T18:52:36.589Z] $ docker exec 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent [2023-03-08T18:52:36.693Z] SSH_AUTH_SOCK=/tmp/ssh-pQK97DRBEosT/agent.71 [2023-03-08T18:52:36.693Z] SSH_AGENT_PID=77 [2023-03-08T18:52:36.697Z] Running ssh-add (command line suppressed) [2023-03-08T18:52:36.811Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_1838666088551265181.key (/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_1838666088551265181.key) [2023-03-08T18:52:36.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T18:52:37.154Z] + git semver init [2023-03-08T18:52:37.413Z] 2023-03-08 18:52:37,377 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T18:52:37.413Z] 2023-03-08 18:52:37,378 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver [2023-03-08T18:52:37.413Z] 2023-03-08 18:52:37,379 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-256/.semver [2023-03-08T18:52:37.413Z] 2023-03-08 18:52:37,379 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256, universal_newlines=False, shell=None, istream=None) [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,165 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-256/.git/info/exclude [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,166 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 with force:False [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,166 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,169 [execute] INFO git cat-file --batch-check [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,169 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,175 [execute] INFO git cat-file --batch [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T18:52:38.352Z] 2023-03-08 18:52:38,181 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 [2023-03-08T18:52:38.352Z] 0.0.0 [Pipeline] } [2023-03-08T18:52:38.388Z] $ docker exec --env ******** --env ******** 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent -k [2023-03-08T18:52:38.485Z] unset SSH_AUTH_SOCK; [2023-03-08T18:52:38.485Z] unset SSH_AGENT_PID; [2023-03-08T18:52:38.485Z] echo Agent pid 77 killed; [2023-03-08T18:52:38.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T18:52:38.910Z] + git semver [Pipeline] } [2023-03-08T18:52:39.195Z] $ docker stop --time=1 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 [2023-03-08T18:52:40.527Z] $ docker rm -f --volumes 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T18:52:40.968Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T18:52:41.398Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T18:52:41.424Z] [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-03-08T18:52:42.046Z] provisioning config files... [2023-03-08T18:52:42.055Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config17227980053592396373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T18:52:42.405Z] ---> docker-login.sh [2023-03-08T18:52:42.405Z] nexus3.edgexfoundry.org:10001 [2023-03-08T18:52:42.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:42.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:42.405Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:42.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:42.405Z] [2023-03-08T18:52:42.405Z] Login Succeeded [2023-03-08T18:52:42.405Z] nexus3.edgexfoundry.org:10002 [2023-03-08T18:52:42.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:42.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:42.405Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:42.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:42.405Z] [2023-03-08T18:52:42.405Z] Login Succeeded [2023-03-08T18:52:42.405Z] nexus3.edgexfoundry.org:10003 [2023-03-08T18:52:42.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:42.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:42.665Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:42.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:42.665Z] [2023-03-08T18:52:42.665Z] Login Succeeded [2023-03-08T18:52:42.665Z] nexus3.edgexfoundry.org:10004 [2023-03-08T18:52:42.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:42.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:42.665Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:42.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:42.665Z] [2023-03-08T18:52:42.665Z] Login Succeeded [2023-03-08T18:52:42.665Z] docker.io [2023-03-08T18:52:42.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:52:42.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:52:42.925Z] Configure a credential helper to remove this warning. See [2023-03-08T18:52:42.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:52:42.925Z] [2023-03-08T18:52:42.925Z] Login Succeeded [2023-03-08T18:52:42.925Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T18:52:42.953Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T18:52:43.136Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T18:52:43.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T18:52:43.202Z] ========================================================= [2023-03-08T18:52:43.202Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T18:52:43.202Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:52:43.655Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T18:52:43.655Z] Sending build context to Docker daemon 5.752MB [2023-03-08T18:52:43.655Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T18:52:43.655Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-08T18:52:43.655Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T18:52:43.655Z] 213ec9aee27d: Pulling fs layer [2023-03-08T18:52:43.655Z] 4583459ba037: Pulling fs layer [2023-03-08T18:52:43.655Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T18:52:43.655Z] 53926ce57604: Pulling fs layer [2023-03-08T18:52:43.655Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T18:52:43.655Z] 22ff95d597cd: Pulling fs layer [2023-03-08T18:52:43.655Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T18:52:43.655Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T18:52:43.655Z] a7acece74701: Pulling fs layer [2023-03-08T18:52:43.655Z] 21b2b0c7a3f4: Waiting [2023-03-08T18:52:43.655Z] 22ff95d597cd: Waiting [2023-03-08T18:52:43.655Z] 12d6caf4c0d1: Waiting [2023-03-08T18:52:43.655Z] 96b7cbca73a9: Waiting [2023-03-08T18:52:43.655Z] a7acece74701: Waiting [2023-03-08T18:52:43.655Z] 53926ce57604: Waiting [2023-03-08T18:52:43.655Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T18:52:43.655Z] 93c1e223e6f2: Download complete [2023-03-08T18:52:43.655Z] 4583459ba037: Download complete [2023-03-08T18:52:43.926Z] 22ff95d597cd: Verifying Checksum [2023-03-08T18:52:43.926Z] 22ff95d597cd: Download complete [2023-03-08T18:52:43.926Z] 213ec9aee27d: Verifying Checksum [2023-03-08T18:52:43.926Z] 213ec9aee27d: Download complete [2023-03-08T18:52:43.926Z] 12d6caf4c0d1: Verifying Checksum [2023-03-08T18:52:43.926Z] 12d6caf4c0d1: Download complete [2023-03-08T18:52:43.926Z] 213ec9aee27d: Pull complete [2023-03-08T18:52:44.188Z] 4583459ba037: Pull complete [2023-03-08T18:52:44.188Z] 93c1e223e6f2: Pull complete [2023-03-08T18:52:44.449Z] a7acece74701: Verifying Checksum [2023-03-08T18:52:44.449Z] a7acece74701: Download complete [2023-03-08T18:52:44.712Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T18:52:44.712Z] 96b7cbca73a9: Download complete [2023-03-08T18:52:44.712Z] 53926ce57604: Verifying Checksum [2023-03-08T18:52:44.712Z] 53926ce57604: Download complete [2023-03-08T18:52:48.904Z] 53926ce57604: Pull complete [2023-03-08T18:52:48.904Z] 21b2b0c7a3f4: Pull complete [2023-03-08T18:52:48.904Z] 22ff95d597cd: Pull complete [2023-03-08T18:52:48.904Z] 12d6caf4c0d1: Pull complete [2023-03-08T18:52:50.806Z] 96b7cbca73a9: Pull complete [2023-03-08T18:52:51.741Z] a7acece74701: Pull complete [2023-03-08T18:52:51.741Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T18:52:51.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T18:52:51.741Z] ---> db6d94c90886 [2023-03-08T18:52:51.741Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-08T18:52:53.645Z] ---> Running in 260b8bb893ca [2023-03-08T18:52:53.645Z] Removing intermediate container 260b8bb893ca [2023-03-08T18:52:53.645Z] ---> 4769b80f6f6e [2023-03-08T18:52:53.645Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T18:52:53.645Z] ---> Running in 75180fb0cef3 [2023-03-08T18:52:53.907Z] Removing intermediate container 75180fb0cef3 [2023-03-08T18:52:53.907Z] ---> ee696150efd8 [2023-03-08T18:52:53.907Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-08T18:52:53.907Z] ---> Running in 6351feb9417b [2023-03-08T18:52:53.907Z] Removing intermediate container 6351feb9417b [2023-03-08T18:52:53.907Z] ---> 65246ac9caeb [2023-03-08T18:52:53.907Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T18:52:54.170Z] ---> Running in 42d8d89a2de6 [2023-03-08T18:52:54.170Z] Removing intermediate container 42d8d89a2de6 [2023-03-08T18:52:54.170Z] ---> 6d90d6090a62 [2023-03-08T18:52:54.170Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T18:52:54.170Z] ---> Running in ac6acb1373f9 [2023-03-08T18:52:54.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T18:52:54.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T18:52:54.949Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-08T18:52:54.949Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-08T18:52:54.949Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-08T18:52:54.949Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-08T18:52:54.949Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T18:52:54.949Z] OK: 216 MiB in 55 packages [2023-03-08T18:52:55.518Z] Removing intermediate container ac6acb1373f9 [2023-03-08T18:52:55.518Z] ---> 11bc8fa3593f [2023-03-08T18:52:55.518Z] Step 8/12 : WORKDIR /device-snmp-go [2023-03-08T18:52:55.518Z] ---> Running in 8a6e925f0266 [2023-03-08T18:52:55.518Z] Removing intermediate container 8a6e925f0266 [2023-03-08T18:52:55.518Z] ---> 8df35aa46a98 [2023-03-08T18:52:55.518Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-08T18:52:55.776Z] ---> 30a1a574e51a [2023-03-08T18:52:55.776Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T18:52:55.776Z] ---> Running in 33cb074a9567 [2023-03-08T18:52:56.874Z] Still waiting to schedule task [2023-03-08T18:52:56.875Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T18:53:22.353Z] Removing intermediate container 33cb074a9567 [2023-03-08T18:53:22.353Z] ---> c83606e555e8 [2023-03-08T18:53:22.353Z] Step 11/12 : COPY . . [2023-03-08T18:53:22.353Z] ---> d96dc2604c63 [2023-03-08T18:53:22.353Z] Step 12/12 : RUN ${MAKE} [2023-03-08T18:53:22.353Z] ---> Running in 1159a4bc5dbf [2023-03-08T18:53:22.353Z] noop [2023-03-08T18:53:22.353Z] Removing intermediate container 1159a4bc5dbf [2023-03-08T18:53:22.353Z] ---> bc3925e6b60c [2023-03-08T18:53:22.353Z] Successfully built bc3925e6b60c [2023-03-08T18:53:22.353Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:53:22.792Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T18:53:22.792Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:53:22.951Z] prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container [2023-03-08T18:53:22.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T18:53:23.365Z] $ docker top ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T18:53:23.756Z] + go version [2023-03-08T18:53:23.756Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T18:53:23.792Z] $ docker stop --time=1 ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a [2023-03-08T18:53:25.106Z] $ docker rm -f --volumes ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:53:25.782Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T18:53:25.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:53:25.928Z] prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container [2023-03-08T18:53:25.966Z] $ 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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T18:53:26.379Z] $ docker top 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T18:53:26.773Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-256 [Pipeline] fileExists [Pipeline] sh [2023-03-08T18:53:27.134Z] + make test [2023-03-08T18:53:27.135Z] go test ./... -coverprofile=coverage.out [2023-03-08T18:53:28.481Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-03-08T18:53:38.470Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-03-08T18:53:38.471Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.014s coverage: 0.0% of statements [2023-03-08T18:53:43.743Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T18:53:43.743Z] go vet ./... [2023-03-08T18:53:47.029Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T18:53:47.029Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T18:53:47.289Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T18:53:47.334Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T18:53:47.365Z] $ docker stop --time=1 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c [2023-03-08T18:53:49.234Z] $ docker rm -f --volumes 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T18:53:49.733Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T18:53:49.796Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-08T18:53:50.441Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T18:53:50.757Z] + ls -al . [2023-03-08T18:53:50.758Z] total 172 [2023-03-08T18:53:50.758Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 18:53 . [2023-03-08T18:53:50.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:52 .. [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 6 Mar 8 18:52 .dockerignore [2023-03-08T18:53:50.758Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:53 .git [2023-03-08T18:53:50.758Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 .github [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 328 Mar 8 18:52 .gitignore [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 18:52 .golangci.yml [2023-03-08T18:53:50.758Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 18:52 .semver [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 9045 Mar 8 18:52 Attribution.txt [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 8355 Mar 8 18:52 CHANGELOG.md [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 1423 Mar 8 18:52 Dockerfile [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 18:52 GOVERNANCE.md [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 656 Mar 8 18:52 Jenkinsfile [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 18:52 LICENSE [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 2079 Mar 8 18:52 Makefile [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 8 18:52 OWNERS.md [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 10054 Mar 8 18:52 README.md [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 18:52 VERSION [2023-03-08T18:53:50.758Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 18:52 bin [2023-03-08T18:53:50.758Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 cmd [2023-03-08T18:53:50.758Z] -rw-r--r-- 1 jenkins jenkins 7631 Mar 8 18:53 coverage.out [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 3326 Mar 8 18:52 go.mod [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 32920 Mar 8 18:52 go.sum [2023-03-08T18:53:50.758Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 internal [2023-03-08T18:53:50.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:52 snap [2023-03-08T18:53:50.758Z] -rw-rw-r-- 1 jenkins jenkins 228 Mar 8 18:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:53:51.155Z] + 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=30ad3e1b43fa1435d0ddaf030016317d84e2380b --label arch=amd64 --label version=0.0.0 . [2023-03-08T18:53:51.155Z] Sending build context to Docker daemon 5.76MB [2023-03-08T18:53:51.155Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T18:53:51.156Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-08T18:53:51.156Z] ---> bc3925e6b60c [2023-03-08T18:53:51.156Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T18:53:51.156Z] ---> Running in ff7e8bf5eec0 [2023-03-08T18:53:51.413Z] Removing intermediate container ff7e8bf5eec0 [2023-03-08T18:53:51.413Z] ---> 5b6386126ecc [2023-03-08T18:53:51.414Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T18:53:51.414Z] ---> Running in c7ac022cc482 [2023-03-08T18:53:51.414Z] Removing intermediate container c7ac022cc482 [2023-03-08T18:53:51.414Z] ---> 9129daeed363 [2023-03-08T18:53:51.414Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-08T18:53:51.414Z] ---> Running in 3e07d3446189 [2023-03-08T18:53:51.672Z] Removing intermediate container 3e07d3446189 [2023-03-08T18:53:51.672Z] ---> 5020fd9f2849 [2023-03-08T18:53:51.672Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T18:53:51.672Z] ---> Running in 8e3ad2736b58 [2023-03-08T18:53:51.672Z] Removing intermediate container 8e3ad2736b58 [2023-03-08T18:53:51.672Z] ---> 24dd3fa7cbc9 [2023-03-08T18:53:51.672Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T18:53:51.672Z] ---> Running in 5d5bcce457c5 [2023-03-08T18:53:52.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T18:53:52.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T18:53:52.501Z] OK: 216 MiB in 55 packages [2023-03-08T18:53:53.073Z] Removing intermediate container 5d5bcce457c5 [2023-03-08T18:53:53.073Z] ---> 11ade1e2cc0a [2023-03-08T18:53:53.073Z] Step 8/24 : WORKDIR /device-snmp-go [2023-03-08T18:53:53.073Z] ---> Running in f00b94c29987 [2023-03-08T18:53:53.073Z] Removing intermediate container f00b94c29987 [2023-03-08T18:53:53.073Z] ---> bddbe99d7ec8 [2023-03-08T18:53:53.073Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-08T18:53:53.073Z] ---> 9aa4c2830e91 [2023-03-08T18:53:53.073Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T18:53:53.333Z] ---> Running in 79e5e1ee84b7 [2023-03-08T18:53:54.303Z] Removing intermediate container 79e5e1ee84b7 [2023-03-08T18:53:54.303Z] ---> 019978f00d97 [2023-03-08T18:53:54.303Z] Step 11/24 : COPY . . [2023-03-08T18:53:54.571Z] ---> e110db148a1e [2023-03-08T18:53:54.571Z] Step 12/24 : RUN ${MAKE} [2023-03-08T18:53:54.571Z] ---> Running in ea52b5958777 [2023-03-08T18:53:54.834Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-03-08T18:54:16.762Z] Removing intermediate container ea52b5958777 [2023-03-08T18:54:16.762Z] ---> eca5ee8d9523 [2023-03-08T18:54:16.762Z] Step 13/24 : FROM alpine:3.16 [2023-03-08T18:54:16.762Z] 3.16: Pulling from library/alpine [2023-03-08T18:54:16.762Z] ef5531b6e74e: Pulling fs layer [2023-03-08T18:54:16.762Z] ef5531b6e74e: Verifying Checksum [2023-03-08T18:54:16.762Z] ef5531b6e74e: Download complete [2023-03-08T18:54:16.762Z] ef5531b6e74e: Pull complete [2023-03-08T18:54:16.762Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T18:54:16.762Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T18:54:16.762Z] ---> dfd21b5a31f5 [2023-03-08T18:54:16.762Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T18:54:16.762Z] ---> Running in 39fd71e70958 [2023-03-08T18:54:16.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T18:54:16.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T18:54:16.762Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T18:54:16.762Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T18:54:16.762Z] OK: 6 MiB in 15 packages [2023-03-08T18:54:16.762Z] Removing intermediate container 39fd71e70958 [2023-03-08T18:54:16.762Z] ---> b1a9c8b8cb9e [2023-03-08T18:54:16.762Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-03-08T18:54:16.762Z] ---> afc7441c055e [2023-03-08T18:54:16.762Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-03-08T18:54:16.762Z] ---> 1f5dfc573a71 [2023-03-08T18:54:16.762Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-03-08T18:54:16.762Z] ---> 5d4463e22f90 [2023-03-08T18:54:16.762Z] Step 18/24 : EXPOSE 59993 [2023-03-08T18:54:16.762Z] ---> Running in 72059526ecb4 [2023-03-08T18:54:16.762Z] Removing intermediate container 72059526ecb4 [2023-03-08T18:54:16.762Z] ---> 58413e0eedaf [2023-03-08T18:54:16.762Z] Step 19/24 : EXPOSE 161 [2023-03-08T18:54:16.762Z] ---> Running in 510c7df32097 [2023-03-08T18:54:16.762Z] Removing intermediate container 510c7df32097 [2023-03-08T18:54:16.762Z] ---> 79394693c373 [2023-03-08T18:54:16.762Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-03-08T18:54:16.762Z] ---> Running in 41acf59b04c7 [2023-03-08T18:54:16.762Z] Removing intermediate container 41acf59b04c7 [2023-03-08T18:54:16.762Z] ---> bde25ac43cdb [2023-03-08T18:54:16.762Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T18:54:16.762Z] ---> Running in 74b40e04d5d4 [2023-03-08T18:54:16.762Z] Removing intermediate container 74b40e04d5d4 [2023-03-08T18:54:16.762Z] ---> c63604ef9f71 [2023-03-08T18:54:16.762Z] Step 22/24 : LABEL arch=amd64 [2023-03-08T18:54:16.762Z] ---> Running in e74d6bc409d8 [2023-03-08T18:54:16.762Z] Removing intermediate container e74d6bc409d8 [2023-03-08T18:54:16.762Z] ---> a4bb51fa5803 [2023-03-08T18:54:16.762Z] Step 23/24 : LABEL git_sha=30ad3e1b43fa1435d0ddaf030016317d84e2380b [2023-03-08T18:54:16.762Z] ---> Running in 3f5e446c1028 [2023-03-08T18:54:16.762Z] Removing intermediate container 3f5e446c1028 [2023-03-08T18:54:16.762Z] ---> cb0f1a4fbd67 [2023-03-08T18:54:16.762Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T18:54:16.762Z] ---> Running in 3a00dfdace7b [2023-03-08T18:54:17.021Z] Removing intermediate container 3a00dfdace7b [2023-03-08T18:54:17.021Z] ---> c20a2e0c2041 [2023-03-08T18:54:17.021Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T18:54:17.021Z] Successfully built c20a2e0c2041 [2023-03-08T18:54:17.021Z] 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-03-08T18:54:17.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T18:54:17.849Z] [2023-03-08T18:54:17.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:54:18.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T18:54:18.223Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T18:54:18.223Z] 5eb5b503b376: Pulling fs layer [2023-03-08T18:54:18.223Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T18:54:18.223Z] ec43610c2a17: Pulling fs layer [2023-03-08T18:54:18.223Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T18:54:18.223Z] 33b1e0a273af: Pulling fs layer [2023-03-08T18:54:18.223Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T18:54:18.223Z] 2f39f015ded8: Pulling fs layer [2023-03-08T18:54:18.223Z] 3a2ae6a8a46f: Waiting [2023-03-08T18:54:18.223Z] 33b1e0a273af: Waiting [2023-03-08T18:54:18.223Z] 2f39f015ded8: Waiting [2023-03-08T18:54:18.223Z] 5c69ac0246d0: Download complete [2023-03-08T18:54:18.223Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T18:54:18.223Z] 3a2ae6a8a46f: Download complete [2023-03-08T18:54:18.223Z] 33b1e0a273af: Verifying Checksum [2023-03-08T18:54:18.223Z] 33b1e0a273af: Download complete [2023-03-08T18:54:18.484Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T18:54:18.484Z] 5d3b04190fa2: Download complete [2023-03-08T18:54:18.484Z] ec43610c2a17: Verifying Checksum [2023-03-08T18:54:18.484Z] ec43610c2a17: Download complete [2023-03-08T18:54:18.484Z] 5eb5b503b376: Verifying Checksum [2023-03-08T18:54:18.484Z] 5eb5b503b376: Download complete [2023-03-08T18:54:19.053Z] 2f39f015ded8: Download complete [2023-03-08T18:54:19.622Z] 5eb5b503b376: Pull complete [2023-03-08T18:54:19.882Z] 5c69ac0246d0: Pull complete [2023-03-08T18:54:20.140Z] ec43610c2a17: Pull complete [2023-03-08T18:54:20.399Z] 3a2ae6a8a46f: Pull complete [2023-03-08T18:54:20.399Z] 33b1e0a273af: Pull complete [2023-03-08T18:54:20.659Z] 5d3b04190fa2: Pull complete [2023-03-08T18:54:24.843Z] 2f39f015ded8: Pull complete [2023-03-08T18:54:24.843Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T18:54:24.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T18:54:24.843Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:54:25.061Z] prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container [2023-03-08T18:54:25.093Z] $ 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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T18:54:26.794Z] $ docker top 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T18:54:27.260Z] ---> job-cost.sh [2023-03-08T18:54:27.260Z] lf-activate-venv: SKIPPING [2023-03-08T18:54:27.260Z] INFO: No Stack... [2023-03-08T18:54:27.520Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T18:54:27.779Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T18:54:28.102Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/cost.csv [2023-03-08T18:54:28.102Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T18:54:28.143Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [2023-03-08T18:54:28.149Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] did not exist. Created. [2023-03-08T18:54:28.149Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T18:54:28.541Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-08T18:54:28.588Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T18:54:28.616Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T18:54:28.703Z] $ docker stop --time=1 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 [2023-03-08T18:54:29.895Z] $ docker rm -f --volumes 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T18:56:34.940Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8858 in /w/workspace/gexfoundry_device-snmp-go_PR-256 [Pipeline] { [Pipeline] ws [2023-03-08T18:56:34.998Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-03-08T18:56:35.069Z] Selected Git installation does not exist. Using Default [2023-03-08T18:56:35.069Z] The recommended git tool is: NONE [2023-03-08T18:56:40.038Z] using credential edgex-jenkins-ssh [2023-03-08T18:56:40.061Z] Cloning the remote Git repository [2023-03-08T18:56:40.112Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-03-08T18:56:40.183Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-03-08T18:56:40.324Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-03-08T18:56:40.325Z] > git --version # timeout=10 [2023-03-08T18:56:40.348Z] > git --version # 'git version 2.25.1' [2023-03-08T18:56:40.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T18:56:40.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T18:56:41.445Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-03-08T18:56:41.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T18:56:42.294Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-03-08T18:56:42.334Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-03-08T18:56:42.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T18:56:42.353Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-08T18:56:42.928Z] Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit 30ad3e1b43fa1435d0ddaf030016317d84e2380b [2023-03-08T18:56:43.163Z] Merge succeeded, producing 30ad3e1b43fa1435d0ddaf030016317d84e2380b [2023-03-08T18:56:43.164Z] Checking out Revision 30ad3e1b43fa1435d0ddaf030016317d84e2380b (PR-256) [2023-03-08T18:56:42.951Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T18:56:42.965Z] > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 [2023-03-08T18:56:43.056Z] > git remote # timeout=10 [2023-03-08T18:56:43.077Z] > git config --get remote.origin.url # timeout=10 [2023-03-08T18:56:43.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T18:56:43.113Z] > git merge 2bd6e5dae59222faf073cfb9822f90f2048c0bba # timeout=10 [2023-03-08T18:56:43.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-08T18:56:43.176Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T18:56:43.189Z] > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 [2023-03-08T18:56:46.658Z] Commit message: "refactor!: Replace internal topics from config with new constants" [2023-03-08T18:56:46.708Z] > git --version # timeout=10 [2023-03-08T18:56:46.719Z] > git --version # 'git version 2.25.1' [2023-03-08T18:56:46.733Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T18:56:47.737Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T18:56:47.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T18:56:47.737Z] Dload Upload Total Spent Left Speed [2023-03-08T18:56:47.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2023-03-08T18:56:48.431Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T18:56:48.776Z] + sudo tee /etc/docker/daemon.new [2023-03-08T18:56:48.776Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T18:56:48.776Z] { [2023-03-08T18:56:48.776Z] "registry-mirrors": [ [2023-03-08T18:56:48.776Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T18:56:48.776Z] ], [2023-03-08T18:56:48.776Z] "bip": "10.250.0.254/24", [2023-03-08T18:56:48.776Z] "hosts": [ [2023-03-08T18:56:48.776Z] "tcp://0.0.0.0:5555", [2023-03-08T18:56:48.776Z] "unix:///var/run/docker.sock" [2023-03-08T18:56:48.776Z] ], [2023-03-08T18:56:48.776Z] "mtu": 1458, [2023-03-08T18:56:48.776Z] "selinux-enabled": true, [2023-03-08T18:56:48.776Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T18:56:48.776Z] } [Pipeline] sh [2023-03-08T18:56:49.191Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T18:56:49.567Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T18:57:07.920Z] provisioning config files... [2023-03-08T18:57:07.947Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5920237930463753190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T18:57:08.336Z] ---> docker-login.sh [2023-03-08T18:57:08.336Z] nexus3.edgexfoundry.org:10001 [2023-03-08T18:57:08.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:57:08.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:57:08.879Z] Configure a credential helper to remove this warning. See [2023-03-08T18:57:08.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:57:08.879Z] [2023-03-08T18:57:08.879Z] Login Succeeded [2023-03-08T18:57:08.879Z] nexus3.edgexfoundry.org:10002 [2023-03-08T18:57:09.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:57:09.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:57:09.419Z] Configure a credential helper to remove this warning. See [2023-03-08T18:57:09.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:57:09.420Z] [2023-03-08T18:57:09.420Z] Login Succeeded [2023-03-08T18:57:09.420Z] nexus3.edgexfoundry.org:10003 [2023-03-08T18:57:09.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:57:09.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:57:09.690Z] Configure a credential helper to remove this warning. See [2023-03-08T18:57:09.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:57:09.690Z] [2023-03-08T18:57:09.690Z] Login Succeeded [2023-03-08T18:57:09.690Z] nexus3.edgexfoundry.org:10004 [2023-03-08T18:57:09.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:57:09.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:57:09.961Z] Configure a credential helper to remove this warning. See [2023-03-08T18:57:09.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:57:09.961Z] [2023-03-08T18:57:09.961Z] Login Succeeded [2023-03-08T18:57:09.961Z] docker.io [2023-03-08T18:57:10.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T18:57:10.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T18:57:10.498Z] Configure a credential helper to remove this warning. See [2023-03-08T18:57:10.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T18:57:10.498Z] [2023-03-08T18:57:10.498Z] Login Succeeded [2023-03-08T18:57:10.498Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T18:57:10.528Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T18:57:10.926Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T18:57:10.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T18:57:10.995Z] ========================================================= [2023-03-08T18:57:10.995Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T18:57:10.995Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:57:11.494Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T18:57:11.766Z] Sending build context to Docker daemon 3.003MB [2023-03-08T18:57:11.766Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T18:57:11.766Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-08T18:57:12.034Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T18:57:12.034Z] 9b18e9b68314: Pulling fs layer [2023-03-08T18:57:12.034Z] 35d82f9e3411: Pulling fs layer [2023-03-08T18:57:12.034Z] e16973657156: Pulling fs layer [2023-03-08T18:57:12.034Z] fc693d55d65f: Pulling fs layer [2023-03-08T18:57:12.034Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T18:57:12.034Z] dda99020689f: Pulling fs layer [2023-03-08T18:57:12.034Z] db1c61fa0a46: Pulling fs layer [2023-03-08T18:57:12.034Z] 891c053d2c06: Pulling fs layer [2023-03-08T18:57:12.034Z] dda99020689f: Waiting [2023-03-08T18:57:12.034Z] fc693d55d65f: Waiting [2023-03-08T18:57:12.034Z] 7e9fc2657dce: Waiting [2023-03-08T18:57:12.034Z] db1c61fa0a46: Waiting [2023-03-08T18:57:12.034Z] 891c053d2c06: Waiting [2023-03-08T18:57:12.034Z] e16973657156: Verifying Checksum [2023-03-08T18:57:12.034Z] e16973657156: Download complete [2023-03-08T18:57:12.034Z] 35d82f9e3411: Verifying Checksum [2023-03-08T18:57:12.034Z] 35d82f9e3411: Download complete [2023-03-08T18:57:12.034Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T18:57:12.034Z] 7e9fc2657dce: Download complete [2023-03-08T18:57:12.035Z] dda99020689f: Verifying Checksum [2023-03-08T18:57:12.035Z] dda99020689f: Download complete [2023-03-08T18:57:12.035Z] 9b18e9b68314: Verifying Checksum [2023-03-08T18:57:12.035Z] 9b18e9b68314: Download complete [2023-03-08T18:57:13.015Z] 9b18e9b68314: Pull complete [2023-03-08T18:57:13.015Z] 891c053d2c06: Verifying Checksum [2023-03-08T18:57:13.015Z] 891c053d2c06: Download complete [2023-03-08T18:57:13.601Z] 35d82f9e3411: Pull complete [2023-03-08T18:57:13.872Z] e16973657156: Pull complete [2023-03-08T18:57:14.475Z] db1c61fa0a46: Verifying Checksum [2023-03-08T18:57:14.475Z] db1c61fa0a46: Download complete [2023-03-08T18:57:15.062Z] fc693d55d65f: Verifying Checksum [2023-03-08T18:57:15.062Z] fc693d55d65f: Download complete [2023-03-08T18:57:27.394Z] fc693d55d65f: Pull complete [2023-03-08T18:57:27.394Z] 7e9fc2657dce: Pull complete [2023-03-08T18:57:27.394Z] dda99020689f: Pull complete [2023-03-08T18:57:31.648Z] db1c61fa0a46: Pull complete [2023-03-08T18:57:33.601Z] 891c053d2c06: Pull complete [2023-03-08T18:57:33.601Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T18:57:33.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T18:57:33.601Z] ---> f96f9c87975a [2023-03-08T18:57:33.601Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-08T18:57:35.548Z] ---> Running in a3311c6ea006 [2023-03-08T18:57:35.548Z] Removing intermediate container a3311c6ea006 [2023-03-08T18:57:35.548Z] ---> 216f5851cec6 [2023-03-08T18:57:35.548Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T18:57:35.548Z] ---> Running in deacd7745f1f [2023-03-08T18:57:35.814Z] Removing intermediate container deacd7745f1f [2023-03-08T18:57:35.814Z] ---> 5456376269db [2023-03-08T18:57:35.814Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-08T18:57:36.082Z] ---> Running in 64cb5f16ee24 [2023-03-08T18:57:36.348Z] Removing intermediate container 64cb5f16ee24 [2023-03-08T18:57:36.348Z] ---> 567a2b789177 [2023-03-08T18:57:36.348Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T18:57:36.348Z] ---> Running in d1449c431f07 [2023-03-08T18:57:36.617Z] Removing intermediate container d1449c431f07 [2023-03-08T18:57:36.617Z] ---> 26171c58435c [2023-03-08T18:57:36.617Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T18:57:36.617Z] ---> Running in dcaa5587177a [2023-03-08T18:57:38.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T18:57:38.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T18:57:38.994Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-08T18:57:38.994Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-08T18:57:38.994Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-08T18:57:38.994Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-08T18:57:38.994Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T18:57:38.994Z] OK: 226 MiB in 55 packages [2023-03-08T18:57:39.956Z] Removing intermediate container dcaa5587177a [2023-03-08T18:57:39.956Z] ---> 1cbd500f85e9 [2023-03-08T18:57:39.956Z] Step 8/12 : WORKDIR /device-snmp-go [2023-03-08T18:57:40.225Z] ---> Running in f7cbfc876c6c [2023-03-08T18:57:40.491Z] Removing intermediate container f7cbfc876c6c [2023-03-08T18:57:40.491Z] ---> 38bf71a70993 [2023-03-08T18:57:40.491Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-08T18:57:40.758Z] ---> 25932fc12f3c [2023-03-08T18:57:40.758Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T18:57:41.029Z] ---> Running in 22399bb61c2b [2023-03-08T18:58:48.920Z] Removing intermediate container 22399bb61c2b [2023-03-08T18:58:48.921Z] ---> 2dc242c9099d [2023-03-08T18:58:48.921Z] Step 11/12 : COPY . . [2023-03-08T18:58:48.921Z] ---> 4bc3331bbe6a [2023-03-08T18:58:48.921Z] Step 12/12 : RUN ${MAKE} [2023-03-08T18:58:48.921Z] ---> Running in 01c0efd6183e [2023-03-08T18:58:48.921Z] noop [2023-03-08T18:58:48.921Z] Removing intermediate container 01c0efd6183e [2023-03-08T18:58:48.921Z] ---> 7d6e2db0f38e [2023-03-08T18:58:48.921Z] Successfully built 7d6e2db0f38e [2023-03-08T18:58:48.921Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:58:49.410Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T18:58:49.410Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:58:49.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container [2023-03-08T18:58:49.750Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T18:58:50.970Z] $ docker top ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T18:58:51.855Z] + go version [2023-03-08T18:58:51.855Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T18:58:51.891Z] $ docker stop --time=1 ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 [2023-03-08T18:58:53.497Z] $ docker rm -f --volumes ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T18:58:54.348Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T18:58:54.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T18:58:54.618Z] prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container [2023-03-08T18:58:54.685Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T18:58:57.101Z] $ docker top 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T18:58:57.990Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T18:58:58.686Z] + make test [2023-03-08T18:58:58.686Z] go test ./... -coverprofile=coverage.out [2023-03-08T18:59:00.106Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-03-08T19:00:21.770Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2023-03-08T19:00:21.770Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.044s coverage: 0.0% of statements [2023-03-08T19:00:21.770Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T19:00:21.770Z] go vet ./... [2023-03-08T19:00:39.991Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T19:00:39.991Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T19:00:39.991Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T19:00:40.030Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T19:00:40.065Z] $ docker stop --time=1 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 [2023-03-08T19:00:41.838Z] $ docker rm -f --volumes 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T19:00:42.807Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T19:00:42.847Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T19:00:43.281Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T19:00:43.876Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T19:00:44.215Z] + ls -al . [2023-03-08T19:00:44.215Z] total 168 [2023-03-08T19:00:44.215Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:58 . [2023-03-08T19:00:44.215Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:56 .. [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 6 Mar 8 18:56 .dockerignore [2023-03-08T19:00:44.215Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:56 .git [2023-03-08T19:00:44.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 .github [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 328 Mar 8 18:56 .gitignore [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 18:56 .golangci.yml [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 9045 Mar 8 18:56 Attribution.txt [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 8355 Mar 8 18:56 CHANGELOG.md [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 1423 Mar 8 18:56 Dockerfile [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 18:56 GOVERNANCE.md [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 656 Mar 8 18:56 Jenkinsfile [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 18:56 LICENSE [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 2079 Mar 8 18:56 Makefile [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 8 18:56 OWNERS.md [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 10054 Mar 8 18:56 README.md [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 18:52 VERSION [2023-03-08T19:00:44.215Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 18:56 bin [2023-03-08T19:00:44.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 cmd [2023-03-08T19:00:44.215Z] -rw-r--r-- 1 jenkins jenkins 7631 Mar 8 19:00 coverage.out [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 3326 Mar 8 18:56 go.mod [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 32920 Mar 8 18:56 go.sum [2023-03-08T19:00:44.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 internal [2023-03-08T19:00:44.215Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:56 snap [2023-03-08T19:00:44.215Z] -rw-rw-r-- 1 jenkins jenkins 228 Mar 8 18:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T19:00:44.638Z] + 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=30ad3e1b43fa1435d0ddaf030016317d84e2380b --label arch=arm64 --label version=0.0.0 . [2023-03-08T19:00:44.910Z] Sending build context to Docker daemon 3.011MB [2023-03-08T19:00:44.910Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T19:00:44.910Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-08T19:00:44.910Z] ---> 7d6e2db0f38e [2023-03-08T19:00:44.910Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T19:00:45.178Z] ---> Running in 55d20aa4bccc [2023-03-08T19:00:45.178Z] Removing intermediate container 55d20aa4bccc [2023-03-08T19:00:45.178Z] ---> 9cce709e8954 [2023-03-08T19:00:45.178Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T19:00:45.444Z] ---> Running in 2180a5201c42 [2023-03-08T19:00:45.710Z] Removing intermediate container 2180a5201c42 [2023-03-08T19:00:45.710Z] ---> e2a1ba94d959 [2023-03-08T19:00:45.710Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-08T19:00:45.710Z] ---> Running in 7d732f531839 [2023-03-08T19:00:45.978Z] Removing intermediate container 7d732f531839 [2023-03-08T19:00:45.978Z] ---> 5e3d916b64dd [2023-03-08T19:00:45.978Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T19:00:45.978Z] ---> Running in 33291bd2b530 [2023-03-08T19:00:46.244Z] Removing intermediate container 33291bd2b530 [2023-03-08T19:00:46.244Z] ---> b4bd9234291c [2023-03-08T19:00:46.244Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T19:00:46.512Z] ---> Running in ae076dbbfacf [2023-03-08T19:00:47.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T19:00:47.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T19:00:48.702Z] OK: 226 MiB in 55 packages [2023-03-08T19:00:49.291Z] Removing intermediate container ae076dbbfacf [2023-03-08T19:00:49.291Z] ---> 087dafa09221 [2023-03-08T19:00:49.291Z] Step 8/24 : WORKDIR /device-snmp-go [2023-03-08T19:00:49.559Z] ---> Running in f51f18984c5d [2023-03-08T19:00:49.834Z] Removing intermediate container f51f18984c5d [2023-03-08T19:00:49.834Z] ---> 9ed854332bd8 [2023-03-08T19:00:49.834Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-08T19:00:50.419Z] ---> 600cb6ed0c1d [2023-03-08T19:00:50.419Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T19:00:50.419Z] ---> Running in ddc086c565c9 [2023-03-08T19:00:53.002Z] Removing intermediate container ddc086c565c9 [2023-03-08T19:00:53.002Z] ---> d5aa03e1c9a1 [2023-03-08T19:00:53.002Z] Step 11/24 : COPY . . [2023-03-08T19:00:54.417Z] ---> b5516d0425a7 [2023-03-08T19:00:54.417Z] Step 12/24 : RUN ${MAKE} [2023-03-08T19:00:54.417Z] ---> Running in d5028fb4de26 [2023-03-08T19:00:55.393Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2023-03-08T19:03:17.309Z] Removing intermediate container d5028fb4de26 [2023-03-08T19:03:17.309Z] ---> 1c93397832f1 [2023-03-08T19:03:17.309Z] Step 13/24 : FROM alpine:3.16 [2023-03-08T19:03:17.309Z] 3.16: Pulling from library/alpine [2023-03-08T19:03:17.590Z] 3760b48202b3: Pulling fs layer [2023-03-08T19:03:17.590Z] 3760b48202b3: Verifying Checksum [2023-03-08T19:03:17.590Z] 3760b48202b3: Download complete [2023-03-08T19:03:18.182Z] 3760b48202b3: Pull complete [2023-03-08T19:03:18.182Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T19:03:18.182Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T19:03:18.182Z] ---> 4c81e5bf8899 [2023-03-08T19:03:18.182Z] Step 14/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T19:03:18.457Z] ---> Running in b593daf47a01 [2023-03-08T19:03:19.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T19:03:19.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T19:03:21.143Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T19:03:21.143Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T19:03:21.143Z] OK: 5 MiB in 15 packages [2023-03-08T19:03:21.745Z] Removing intermediate container b593daf47a01 [2023-03-08T19:03:21.745Z] ---> 4d6dc149c0f4 [2023-03-08T19:03:21.745Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2023-03-08T19:03:23.741Z] ---> dc97eea64d70 [2023-03-08T19:03:23.741Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2023-03-08T19:03:24.706Z] ---> 382380a8c073 [2023-03-08T19:03:24.706Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2023-03-08T19:03:24.975Z] ---> 1cb684835fa1 [2023-03-08T19:03:24.975Z] Step 18/24 : EXPOSE 59993 [2023-03-08T19:03:25.255Z] ---> Running in 8dfb5419226e [2023-03-08T19:03:25.255Z] Removing intermediate container 8dfb5419226e [2023-03-08T19:03:25.255Z] ---> 2ea4d6b0ef0e [2023-03-08T19:03:25.255Z] Step 19/24 : EXPOSE 161 [2023-03-08T19:03:25.524Z] ---> Running in b972c022c5bd [2023-03-08T19:03:25.792Z] Removing intermediate container b972c022c5bd [2023-03-08T19:03:25.792Z] ---> cb37c0557809 [2023-03-08T19:03:25.792Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2023-03-08T19:03:25.792Z] ---> Running in 61b45fdbd748 [2023-03-08T19:03:26.062Z] Removing intermediate container 61b45fdbd748 [2023-03-08T19:03:26.062Z] ---> cf3a28e12dd8 [2023-03-08T19:03:26.062Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T19:03:26.330Z] ---> Running in 42e0852e1bd0 [2023-03-08T19:03:26.619Z] Removing intermediate container 42e0852e1bd0 [2023-03-08T19:03:26.619Z] ---> 412e5b80b766 [2023-03-08T19:03:26.619Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T19:03:26.619Z] ---> Running in 85ba80e4dbfb [2023-03-08T19:03:26.890Z] Removing intermediate container 85ba80e4dbfb [2023-03-08T19:03:26.891Z] ---> 973934b2af8a [2023-03-08T19:03:26.891Z] Step 23/24 : LABEL git_sha=30ad3e1b43fa1435d0ddaf030016317d84e2380b [2023-03-08T19:03:26.891Z] ---> Running in b7e3702eba34 [2023-03-08T19:03:27.161Z] Removing intermediate container b7e3702eba34 [2023-03-08T19:03:27.161Z] ---> d6405cfaa91b [2023-03-08T19:03:27.161Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T19:03:27.437Z] ---> Running in ffec10fda0be [2023-03-08T19:03:27.707Z] Removing intermediate container ffec10fda0be [2023-03-08T19:03:27.707Z] ---> 8219eaeb44d6 [2023-03-08T19:03:27.707Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T19:03:27.707Z] Successfully built 8219eaeb44d6 [2023-03-08T19:03:27.707Z] 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-03-08T19:03:28.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T19:03:28.522Z] [2023-03-08T19:03:28.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T19:03:28.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T19:03:29.196Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T19:03:29.196Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T19:03:29.196Z] 04944245beec: Pulling fs layer [2023-03-08T19:03:29.196Z] 699f458cf7ca: Pulling fs layer [2023-03-08T19:03:29.196Z] 765212b225bb: Pulling fs layer [2023-03-08T19:03:29.196Z] f23df028b6ca: Pulling fs layer [2023-03-08T19:03:29.196Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T19:03:29.196Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T19:03:29.196Z] 765212b225bb: Waiting [2023-03-08T19:03:29.196Z] f23df028b6ca: Waiting [2023-03-08T19:03:29.196Z] d65c8cfc05b1: Waiting [2023-03-08T19:03:29.196Z] 2437ff75d9bd: Waiting [2023-03-08T19:03:29.196Z] 04944245beec: Verifying Checksum [2023-03-08T19:03:29.196Z] 04944245beec: Download complete [2023-03-08T19:03:29.196Z] 765212b225bb: Verifying Checksum [2023-03-08T19:03:29.196Z] 765212b225bb: Download complete [2023-03-08T19:03:29.196Z] f23df028b6ca: Download complete [2023-03-08T19:03:29.196Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T19:03:29.196Z] d65c8cfc05b1: Download complete [2023-03-08T19:03:29.464Z] 699f458cf7ca: Verifying Checksum [2023-03-08T19:03:29.464Z] 699f458cf7ca: Download complete [2023-03-08T19:03:29.732Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T19:03:29.732Z] 8998bd30e6a1: Download complete [2023-03-08T19:03:32.318Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T19:03:32.318Z] 2437ff75d9bd: Download complete [2023-03-08T19:03:33.726Z] 8998bd30e6a1: Pull complete [2023-03-08T19:03:33.994Z] 04944245beec: Pull complete [2023-03-08T19:03:35.403Z] 699f458cf7ca: Pull complete [2023-03-08T19:03:35.403Z] 765212b225bb: Pull complete [2023-03-08T19:03:36.363Z] f23df028b6ca: Pull complete [2023-03-08T19:03:36.363Z] d65c8cfc05b1: Pull complete [2023-03-08T19:03:51.359Z] 2437ff75d9bd: Pull complete [2023-03-08T19:03:51.359Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T19:03:51.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T19:03:51.359Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T19:03:51.690Z] prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container [2023-03-08T19:03:51.751Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-08T19:03:54.355Z] $ docker top 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:03:55.270Z] ---> job-cost.sh [2023-03-08T19:03:55.271Z] lf-activate-venv: SKIPPING [2023-03-08T19:03:55.271Z] INFO: No Stack... [2023-03-08T19:03:55.854Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T19:03:56.436Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T19:03:57.095Z] + cut -d,+ -f6 [2023-03-08T19:03:57.095Z] cat /w/workspace/device-snmp-go/1/archives/cost.csv [Pipeline] lock [2023-03-08T19:03:57.180Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [2023-03-08T19:03:57.185Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] did not exist. Created. [2023-03-08T19:03:57.185Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T19:03:57.921Z] /w/workspace/device-snmp-go/1@tmp/durable-99cfcd90/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-08T19:03:58.285Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T19:03:58.588Z] Warning: overwriting stash ‘stack-cost’ [2023-03-08T19:03:58.638Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T19:03:58.653Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T19:03:58.725Z] $ docker stop --time=1 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 [2023-03-08T19:04:00.230Z] $ docker rm -f --volumes 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 [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-03-08T19:04:01.213Z] provisioning config files... [2023-03-08T19:04:01.221Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config5067524955393443061tmp [Pipeline] { [Pipeline] sh [2023-03-08T19:04:01.553Z] + set +x [2023-03-08T19:04:01.553Z] + curl -s https://codecov.io/bash [2023-03-08T19:04:01.553Z] + bash -s -- [2023-03-08T19:04:01.553Z] [2023-03-08T19:04:01.553Z] _____ _ [2023-03-08T19:04:01.553Z] / ____| | | [2023-03-08T19:04:01.553Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T19:04:01.553Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T19:04:01.553Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T19:04:01.553Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T19:04:01.553Z] Bash-1.0.6 [2023-03-08T19:04:01.553Z] [2023-03-08T19:04:01.553Z] [2023-03-08T19:04:01.553Z] ==> git version 2.25.1 found [2023-03-08T19:04:01.553Z] ==> 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-03-08T19:04:01.553Z] Release-Date: 2020-01-08 [2023-03-08T19:04:01.553Z] 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-03-08T19:04:01.553Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T19:04:01.553Z] ==> Jenkins CI detected. [2023-03-08T19:04:01.553Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-256 [2023-03-08T19:04:01.553Z] project root: . [2023-03-08T19:04:01.553Z] --> token set from env [2023-03-08T19:04:01.553Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T19:04:01.553Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T19:04:01.553Z] ==> Python coveragepy not found [2023-03-08T19:04:01.553Z] ==> Searching for coverage reports in: [2023-03-08T19:04:01.553Z] + . [2023-03-08T19:04:01.553Z] -> Found 1 reports [2023-03-08T19:04:01.553Z] ==> Detecting git/mercurial file structure [2023-03-08T19:04:01.553Z] ==> Reading reports [2023-03-08T19:04:01.553Z] + ./coverage.out bytes=7631 [2023-03-08T19:04:01.553Z] ==> Appending adjustments [2023-03-08T19:04:01.553Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T19:04:01.812Z] + Found adjustments [2023-03-08T19:04:01.812Z] ==> Gzipping contents [2023-03-08T19:04:01.812Z] 4.0K /tmp/codecov.6549nW.gz [2023-03-08T19:04:01.812Z] ==> Uploading reports [2023-03-08T19:04:01.812Z] url: https://codecov.io [2023-03-08T19:04:01.812Z] query: branch=PR-256&commit=30ad3e1b43fa1435d0ddaf030016317d84e2380b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-256%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=256&job=&cmd_args= [2023-03-08T19:04:01.812Z] -> Pinging Codecov [2023-03-08T19:04:01.812Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-256&commit=30ad3e1b43fa1435d0ddaf030016317d84e2380b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-256%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=256&job=&cmd_args= [2023-03-08T19:04:01.812Z] -> Uploading to [2023-03-08T19:04:01.812Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/6C56EA5C29638FB4528AC87E60AF5AE0/30ad3e1b43fa1435d0ddaf030016317d84e2380b/8d64e196-c5d6-4d71-b988-b819824d6216.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T190401Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1420da8e36b5a0ef8e6bdee9f00ae441ec0f4fb6a3bca5e227e89a406562d214 [2023-03-08T19:04:02.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T19:04:02.073Z] Dload Upload Total Spent Left Speed [2023-03-08T19:04:02.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1517 0 0 100 1517 0 5496 --:--:-- --:--:-- --:--:-- 5496 [2023-03-08T19:04:02.332Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] } [2023-03-08T19:04:02.360Z] 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-03-08T19:04:03.988Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-256/archives ] [2023-03-08T19:04:03.988Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-256/archives [2023-03-08T19:04:03.988Z] total 16 [2023-03-08T19:04:03.988Z] drwxr-xr-x 3 root root 4096 Mar 8 18:54 . [2023-03-08T19:04:03.988Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 18:54 .. [2023-03-08T19:04:03.988Z] drwxr-xr-x 2 root root 4096 Mar 8 18:54 cost [2023-03-08T19:04:03.988Z] -rw-r--r-- 1 root root 86 Mar 8 18:54 cost.csv [2023-03-08T19:04:03.988Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-256/archives [2023-03-08T19:04:03.988Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-256/archives [2023-03-08T19:04:03.988Z] total 16 [2023-03-08T19:04:03.988Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 18:54 . [2023-03-08T19:04:03.988Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 18:54 .. [2023-03-08T19:04:03.988Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 18:54 cost [2023-03-08T19:04:03.988Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 8 18:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:04.307Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:05.200Z] ---> package-listing.sh [2023-03-08T19:04:05.200Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T19:04:05.200Z] ++ facter osfamily [2023-03-08T19:04:05.460Z] + OS_FAMILY=debian [2023-03-08T19:04:05.460Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-256 [2023-03-08T19:04:05.460Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T19:04:05.460Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T19:04:05.460Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T19:04:05.460Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T19:04:05.460Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-256 ']' [2023-03-08T19:04:05.460Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T19:04:05.460Z] + case "${OS_FAMILY}" in [2023-03-08T19:04:05.460Z] + dpkg -l [2023-03-08T19:04:05.460Z] + grep '^ii' [2023-03-08T19:04:05.460Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T19:04:05.460Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T19:04:05.460Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T19:04:05.460Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-256 ']' [2023-03-08T19:04:05.460Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/ [2023-03-08T19:04:05.460Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/ [Pipeline] echo [2023-03-08T19:04:05.498Z] 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-256/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T19:04:05.789Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T19:04:06.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T19:04:06.408Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T19:04:06.544Z] prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container [2023-03-08T19:04:06.572Z] $ 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-256/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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T19:04:06.791Z] $ docker top 0196d2e8c1a123ca45d7cee2a83fbdebe7283321027413995bb999709637e6f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T19:04:07.191Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T19:04:07.495Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T19:04:07.804Z] + ls /var/log/sa-host [2023-03-08T19:04:07.805Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T19:04:07.945Z] provisioning config files... [2023-03-08T19:04:07.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config1789818417271537187tmp [Pipeline] { [Pipeline] echo [2023-03-08T19:04:08.001Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:08.312Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T19:04:08.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:08.734Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T19:04:08.770Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:09.084Z] ---> sudo-logs.sh [2023-03-08T19:04:09.084Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T19:04:09.165Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:09.501Z] ---> job-cost.sh [2023-03-08T19:04:09.501Z] lf-activate-venv: SKIPPING [2023-03-08T19:04:09.501Z] DEBUG: total: 0.2199999988079071 [2023-03-08T19:04:09.501Z] INFO: Retrieving Stack Cost... [2023-03-08T19:04:09.760Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T19:04:10.328Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T19:04:10.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T19:04:10.680Z] ---> logs-deploy.sh [2023-03-08T19:04:10.680Z] lf-activate-venv: SKIPPING [2023-03-08T19:04:10.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-256/1 [2023-03-08T19:04:10.680Z] INFO: archiving workspace using pattern(s): [2023-03-08T19:04:11.614Z] Archives upload complete. [2023-03-08T19:04:11.614Z] INFO: archiving logs to Nexus