Pull request #202 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c58b7341f509cbddffe81d7970e552277f2ed571+cc201530981e513eba2542fa850395c651a4a8aa (aeb502597b386bf88c02991f84e8967b0455615f) 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-ssh9906338577979911698.key Verifying host key using known hosts file > 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-ssh662361910165917631.key Verifying host key using known hosts file > 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-202/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-202/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18198517921721491059.key Verifying host key using known hosts file > 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-202/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13465235177453510003.key Verifying host key using known hosts file > 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-ssh10515628864686823420.key Verifying host key using known hosts file > 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-202/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-202/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6829077931888379211.key Verifying host key using known hosts file > 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 ‘prd-ubuntu20.04-docker-8c-8g-118380’ Running on prd-ubuntu20.04-docker-8c-8g-118388 in /w/workspace/gexfoundry_device-snmp-go_PR-202 [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-202 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/202/head:refs/remotes/origin/PR-202 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cc201530981e513eba2542fa850395c651a4a8aa into PR head commit c58b7341f509cbddffe81d7970e552277f2ed571 Merge succeeded, producing c58b7341f509cbddffe81d7970e552277f2ed571 Checking out Revision c58b7341f509cbddffe81d7970e552277f2ed571 (PR-202) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 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 05:06:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f c58b7341f509cbddffe81d7970e552277f2ed571 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge cc201530981e513eba2542fa850395c651a4a8aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c58b7341f509cbddffe81d7970e552277f2ed571 # timeout=10 [Pipeline] withCredentials 05:06:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:06:49 ========================================================= 05:06:49 EdgeX Global Pipelines Version Info 05:06:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:06:50 ------------------- 05:06:50 stable info: 05:06:50 ------------------- 05:06:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:06:50 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:06:50 Message: update stable to v1.0.244 05:06:51 ------------------- 05:06:51 experimental info: 05:06:51 ------------------- 05:06:51 Commited By: **** collab-it+edgex@linuxfoundation.org 05:06:51 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:06:51 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-202 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-202 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-202 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c58b7341f509cbddffe81d7970e552277f2ed571 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c58b734 [Pipeline] echo 05:06:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:53 provisioning config files... 05:06:53 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/config931130721130819101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:06:53 ---> docker-login.sh 05:06:53 nexus3.edgexfoundry.org:10001 05:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:53 Configure a credential helper to remove this warning. See 05:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:53 05:06:53 Login Succeeded 05:06:53 nexus3.edgexfoundry.org:10002 05:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:53 Configure a credential helper to remove this warning. See 05:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:53 05:06:53 Login Succeeded 05:06:53 nexus3.edgexfoundry.org:10003 05:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:54 Configure a credential helper to remove this warning. See 05:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:54 05:06:54 Login Succeeded 05:06:54 nexus3.edgexfoundry.org:10004 05:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:54 Configure a credential helper to remove this warning. See 05:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:54 05:06:54 Login Succeeded 05:06:54 docker.io 05:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:54 Configure a credential helper to remove this warning. See 05:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:54 05:06:54 Login Succeeded 05:06:54 ---> docker-login.sh ends [Pipeline] } 05:06:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:06:55 + git rev-list -1 --merges c58b7341f509cbddffe81d7970e552277f2ed571~1..c58b7341f509cbddffe81d7970e552277f2ed571 [Pipeline] echo 05:06:55 -----------> git rev-list -1 --merges c58b7341f509cbddffe81d7970e552277f2ed571~1..c58b7341f509cbddffe81d7970e552277f2ed571 c58b7341f509cbddffe81d7970e552277f2ed571 [false] [Pipeline] sh 05:06:55 + git log --format=format:%s -1 c58b7341f509cbddffe81d7970e552277f2ed571 [Pipeline] echo 05:06:55 ========================================================= 05:06:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:06:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:06:56 + git log --format=format:%s -1 c58b7341f509cbddffe81d7970e552277f2ed571 [Pipeline] echo 05:06:56 [semverPrep] GIT_COMMIT: c58b7341f509cbddffe81d7970e552277f2ed571, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:06:56 [semverPrep] This is not a build commit. [Pipeline] sh 05:06:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:06:56 + grep -v github /etc/ssh/ssh_known_hosts 05:06:56 + [ -e /tmp/ssh_known_hosts ] 05:06:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:06:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 05:06:56 sudo tee -a /etc/ssh/ssh_known_hosts 05:06:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:06:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:06:57 05:06:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:06:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:06:57 0.1.4: Pulling from edgex-devops/py-git-semver 05:06:57 b85a868b505f: Pulling fs layer 05:06:57 e2be974225ed: Pulling fs layer 05:06:57 339a4e72a1f5: Pulling fs layer 05:06:57 988bab9f4d93: Pulling fs layer 05:06:57 1469e6f7b9e6: Pulling fs layer 05:06:57 eaf3925da568: Pulling fs layer 05:06:57 bab4dde63d76: Pulling fs layer 05:06:57 bde34c3a00c8: Pulling fs layer 05:06:57 b352a97aabf1: Pulling fs layer 05:06:57 4872d77fe225: Pulling fs layer 05:06:57 5851b861e8e6: Pulling fs layer 05:06:57 bab4dde63d76: Waiting 05:06:57 bde34c3a00c8: Waiting 05:06:57 b352a97aabf1: Waiting 05:06:57 4872d77fe225: Waiting 05:06:57 988bab9f4d93: Waiting 05:06:57 5851b861e8e6: Waiting 05:06:57 eaf3925da568: Waiting 05:06:57 1469e6f7b9e6: Waiting 05:06:57 e2be974225ed: Download complete 05:06:57 988bab9f4d93: Verifying Checksum 05:06:57 988bab9f4d93: Download complete 05:06:57 1469e6f7b9e6: Verifying Checksum 05:06:57 1469e6f7b9e6: Download complete 05:06:57 eaf3925da568: Verifying Checksum 05:06:57 339a4e72a1f5: Verifying Checksum 05:06:57 339a4e72a1f5: Download complete 05:06:57 bde34c3a00c8: Verifying Checksum 05:06:57 bde34c3a00c8: Download complete 05:06:57 b352a97aabf1: Download complete 05:06:57 4872d77fe225: Verifying Checksum 05:06:57 4872d77fe225: Download complete 05:06:58 5851b861e8e6: Verifying Checksum 05:06:58 5851b861e8e6: Download complete 05:06:58 b85a868b505f: Download complete 05:06:58 bab4dde63d76: Verifying Checksum 05:06:58 bab4dde63d76: Download complete 05:06:59 b85a868b505f: Pull complete 05:06:59 e2be974225ed: Pull complete 05:06:59 339a4e72a1f5: Pull complete 05:06:59 988bab9f4d93: Pull complete 05:07:00 1469e6f7b9e6: Pull complete 05:07:00 eaf3925da568: Pull complete 05:07:02 bab4dde63d76: Pull complete 05:07:02 bde34c3a00c8: Pull complete 05:07:02 b352a97aabf1: Pull complete 05:07:02 4872d77fe225: Pull complete 05:07:02 5851b861e8e6: Pull complete 05:07:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:07:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:07:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:02 prd-ubuntu20.04-docker-8c-8g-118388 does not seem to be running inside a container 05:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-202 -v /w/workspace/gexfoundry_device-snmp-go_PR-202:/w/workspace/gexfoundry_device-snmp-go_PR-202:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:07:04 $ docker top cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db -eo pid,comm 05:07:04 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). 05:07:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:07:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:04 [ssh-agent] Looking for ssh-agent implementation... 05:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:04 $ docker exec cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db ssh-agent 05:07:04 SSH_AUTH_SOCK=/tmp/ssh-77c3v435epwl/agent.32 05:07:04 SSH_AGENT_PID=38 05:07:04 Running ssh-add (command line suppressed) 05:07:04 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/private_key_13240311379032743842.key (/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/private_key_13240311379032743842.key) 05:07:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:05 + git tag --points-at HEAD [Pipeline] } 05:07:05 $ docker exec --env ******** --env ******** cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db ssh-agent -k 05:07:05 unset SSH_AUTH_SOCK; 05:07:05 unset SSH_AGENT_PID; 05:07:05 echo Agent pid 38 killed; 05:07:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:07:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:05 [ssh-agent] Looking for ssh-agent implementation... 05:07:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:05 $ docker exec cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db ssh-agent 05:07:05 SSH_AUTH_SOCK=/tmp/ssh-QaUdS7XhKTXB/agent.70 05:07:05 SSH_AGENT_PID=76 05:07:05 Running ssh-add (command line suppressed) 05:07:05 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/private_key_13072267766368684092.key (/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/private_key_13072267766368684092.key) 05:07:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:06 + git semver init 05:07:06 2022-11-07 05:07:06,459 [run_init] DEBUG init version:0.0.0 force:False 05:07:06 2022-11-07 05:07:06,459 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver 05:07:06 2022-11-07 05:07:06,460 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-202/.semver 05:07:06 2022-11-07 05:07:06,460 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-202, universal_newlines=False, shell=None, istream=None) 05:07:07 2022-11-07 05:07:07,383 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-202/.git/info/exclude 05:07:07 2022-11-07 05:07:07,384 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver/PR-202 with force:False 05:07:07 2022-11-07 05:07:07,384 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver/PR-202 05:07:07 2022-11-07 05:07:07,388 [execute] INFO git cat-file --batch-check 05:07:07 2022-11-07 05:07:07,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver, universal_newlines=False, shell=None, istream=) 05:07:07 2022-11-07 05:07:07,395 [execute] INFO git cat-file --batch 05:07:07 2022-11-07 05:07:07,395 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-202/.semver, universal_newlines=False, shell=None, istream=) 05:07:07 2022-11-07 05:07:07,400 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-202/.semver/PR-202 05:07:07 0.0.0 [Pipeline] } 05:07:07 $ docker exec --env ******** --env ******** cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db ssh-agent -k 05:07:07 unset SSH_AUTH_SOCK; 05:07:07 unset SSH_AGENT_PID; 05:07:07 echo Agent pid 76 killed; 05:07:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:08 + git semver [Pipeline] } 05:07:08 $ docker stop --time=1 cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db 05:07:09 $ docker rm -f cc8a04895c366cbe98d6699e9e610d5cd7aa78c48671f1856f04c33a743b14db [Pipeline] // withDockerContainer [Pipeline] sh 05:07:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:07:10 Stashed 1 file(s) [Pipeline] echo 05:07:10 [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 05:07:10 provisioning config files... 05:07:10 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/config10391918861273647747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:11 ---> docker-login.sh 05:07:11 nexus3.edgexfoundry.org:10001 05:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:11 Configure a credential helper to remove this warning. See 05:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:11 05:07:11 Login Succeeded 05:07:11 nexus3.edgexfoundry.org:10002 05:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:11 Configure a credential helper to remove this warning. See 05:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:11 05:07:11 Login Succeeded 05:07:11 nexus3.edgexfoundry.org:10003 05:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:11 Configure a credential helper to remove this warning. See 05:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:11 05:07:11 Login Succeeded 05:07:11 nexus3.edgexfoundry.org:10004 05:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:11 Configure a credential helper to remove this warning. See 05:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:11 05:07:11 Login Succeeded 05:07:11 docker.io 05:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:12 Configure a credential helper to remove this warning. See 05:07:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:12 05:07:12 Login Succeeded 05:07:12 ---> docker-login.sh ends [Pipeline] } 05:07:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:07:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:07:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:07:12 ========================================================= 05:07:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 05:07:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:12 + 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 . 05:07:12 Sending build context to Docker daemon 5.581MB 05:07:12 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 05:07:12 Step 2/12 : FROM ${BASE} AS builder 05:07:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 05:07:12 213ec9aee27d: Pulling fs layer 05:07:12 4583459ba037: Pulling fs layer 05:07:12 93c1e223e6f2: Pulling fs layer 05:07:12 53926ce57604: Pulling fs layer 05:07:12 21b2b0c7a3f4: Pulling fs layer 05:07:12 22ff95d597cd: Pulling fs layer 05:07:12 12d6caf4c0d1: Pulling fs layer 05:07:12 96b7cbca73a9: Pulling fs layer 05:07:12 a7acece74701: Pulling fs layer 05:07:12 22ff95d597cd: Waiting 05:07:12 12d6caf4c0d1: Waiting 05:07:12 21b2b0c7a3f4: Waiting 05:07:12 96b7cbca73a9: Waiting 05:07:12 a7acece74701: Waiting 05:07:12 53926ce57604: Waiting 05:07:12 93c1e223e6f2: Verifying Checksum 05:07:12 93c1e223e6f2: Download complete 05:07:13 4583459ba037: Verifying Checksum 05:07:13 4583459ba037: Download complete 05:07:13 21b2b0c7a3f4: Verifying Checksum 05:07:13 21b2b0c7a3f4: Download complete 05:07:13 22ff95d597cd: Verifying Checksum 05:07:13 22ff95d597cd: Download complete 05:07:13 213ec9aee27d: Verifying Checksum 05:07:13 213ec9aee27d: Download complete 05:07:13 213ec9aee27d: Pull complete 05:07:13 12d6caf4c0d1: Verifying Checksum 05:07:13 12d6caf4c0d1: Download complete 05:07:13 4583459ba037: Pull complete 05:07:13 93c1e223e6f2: Pull complete 05:07:13 a7acece74701: Verifying Checksum 05:07:13 a7acece74701: Download complete 05:07:13 96b7cbca73a9: Verifying Checksum 05:07:13 96b7cbca73a9: Download complete 05:07:14 53926ce57604: Verifying Checksum 05:07:14 53926ce57604: Download complete 05:07:18 53926ce57604: Pull complete 05:07:18 21b2b0c7a3f4: Pull complete 05:07:18 22ff95d597cd: Pull complete 05:07:18 12d6caf4c0d1: Pull complete 05:07:20 96b7cbca73a9: Pull complete 05:07:20 a7acece74701: Pull complete 05:07:20 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 05:07:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:07:21 ---> db6d94c90886 05:07:21 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:07:23 ---> Running in e9a807d0713a 05:07:23 Removing intermediate container e9a807d0713a 05:07:23 ---> 4fa134c8f910 05:07:23 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:07:23 ---> Running in e730574c66e0 05:07:23 Removing intermediate container e730574c66e0 05:07:23 ---> fadd154663e8 05:07:23 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:07:23 ---> Running in 5cccfbb73a09 05:07:23 Removing intermediate container 5cccfbb73a09 05:07:23 ---> a1ea607e8b6b 05:07:23 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:07:23 ---> Running in c8ec96da0f6c 05:07:23 Removing intermediate container c8ec96da0f6c 05:07:23 ---> ebaafea7455b 05:07:23 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:07:23 ---> Running in b34c80dee4a9 05:07:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:07:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:07:24 (1/4) Installing openssh-keygen (9.0_p1-r2) 05:07:24 (2/4) Installing libedit (20210910.3.1-r0) 05:07:24 (3/4) Installing openssh-client-common (9.0_p1-r2) 05:07:24 (4/4) Installing openssh-client-default (9.0_p1-r2) 05:07:24 Executing busybox-1.35.0-r17.trigger 05:07:24 OK: 216 MiB in 55 packages 05:07:24 Removing intermediate container b34c80dee4a9 05:07:24 ---> 56240dc383ab 05:07:24 Step 8/12 : WORKDIR /device-snmp-go 05:07:24 ---> Running in cdcb9a44f702 05:07:24 Removing intermediate container cdcb9a44f702 05:07:24 ---> 232b2ddab5a8 05:07:24 Step 9/12 : COPY go.mod vendor* ./ 05:07:24 ---> f3a0dc1ea60b 05:07:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:07:24 ---> Running in d31888fca6ef 05:07:25 Still waiting to schedule task 05:07:25 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-118385’ 05:07:42 Removing intermediate container d31888fca6ef 05:07:42 ---> 6c0c4dbe9f56 05:07:42 Step 11/12 : COPY . . 05:07:42 ---> 9822a1cd3dff 05:07:42 Step 12/12 : RUN ${MAKE} 05:07:42 ---> Running in e83f5c7cc277 05:07:42 noop 05:07:42 Removing intermediate container e83f5c7cc277 05:07:42 ---> e05f9e3b8164 05:07:42 Successfully built e05f9e3b8164 05:07:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:43 + docker inspect -f . ci-base-image-x86_64 05:07:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:43 prd-ubuntu20.04-docker-8c-8g-118388 does not seem to be running inside a container 05:07:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-202 -v /w/workspace/gexfoundry_device-snmp-go_PR-202:/w/workspace/gexfoundry_device-snmp-go_PR-202:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:07:43 $ docker top c346af1227ae181f01cf9e0a3bd23c2ad7fce35073240f7f11bd56e5a6cfd768 -eo pid,comm [Pipeline] { [Pipeline] sh 05:07:44 + go version 05:07:44 go version go1.18.7 linux/amd64 [Pipeline] } 05:07:44 $ docker stop --time=1 c346af1227ae181f01cf9e0a3bd23c2ad7fce35073240f7f11bd56e5a6cfd768 05:07:45 $ docker rm -f c346af1227ae181f01cf9e0a3bd23c2ad7fce35073240f7f11bd56e5a6cfd768 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:46 + docker inspect -f . ci-base-image-x86_64 05:07:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:46 prd-ubuntu20.04-docker-8c-8g-118388 does not seem to be running inside a container 05:07:46 $ 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-202 -v /w/workspace/gexfoundry_device-snmp-go_PR-202:/w/workspace/gexfoundry_device-snmp-go_PR-202:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:07:46 $ docker top 0adc1730530e43cb934047d3050f0a143dc9190942f1a1338f5932c5bd322657 -eo pid,comm [Pipeline] { [Pipeline] sh 05:07:47 + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-202 [Pipeline] fileExists [Pipeline] sh 05:07:47 + make test 05:07:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:07:47 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:07:57 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:07:57 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.015s coverage: 0.0% of statements 05:08:02 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." 05:08:02 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:08:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:08:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:08:05 ./bin/test-attribution-txt.sh [Pipeline] echo 05:08:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:08:05 $ docker stop --time=1 0adc1730530e43cb934047d3050f0a143dc9190942f1a1338f5932c5bd322657 05:08:07 $ docker rm -f 0adc1730530e43cb934047d3050f0a143dc9190942f1a1338f5932c5bd322657 [Pipeline] // withDockerContainer [Pipeline] sh 05:08:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:08:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:08:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:08:08 + ls -al . 05:08:08 total 180 05:08:08 drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 05:07 . 05:08:08 drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 05:06 .. 05:08:08 -rw-rw-r-- 1 jenkins jenkins 6 Nov 7 05:06 .dockerignore 05:08:08 drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 05:07 .git 05:08:08 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:06 .github 05:08:08 -rw-rw-r-- 1 jenkins jenkins 328 Nov 7 05:06 .gitignore 05:08:08 -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 05:06 .golangci.yml 05:08:08 drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 05:07 .semver 05:08:08 -rw-rw-r-- 1 jenkins jenkins 8932 Nov 7 05:06 Attribution.txt 05:08:08 -rw-rw-r-- 1 jenkins jenkins 8355 Nov 7 05:06 CHANGELOG.md 05:08:08 -rw-rw-r-- 1 jenkins jenkins 1486 Nov 7 05:06 Dockerfile 05:08:08 -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 05:06 GOVERNANCE.md 05:08:08 -rw-rw-r-- 1 jenkins jenkins 656 Nov 7 05:06 Jenkinsfile 05:08:08 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 05:06 LICENSE 05:08:08 -rw-rw-r-- 1 jenkins jenkins 2543 Nov 7 05:06 Makefile 05:08:08 -rw-rw-r-- 1 jenkins jenkins 620 Nov 7 05:06 OWNERS.md 05:08:08 -rw-rw-r-- 1 jenkins jenkins 10054 Nov 7 05:06 README.md 05:08:08 -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 05:07 VERSION 05:08:08 drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 05:06 bin 05:08:08 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:06 cmd 05:08:08 -rw-r--r-- 1 jenkins jenkins 7631 Nov 7 05:07 coverage.out 05:08:08 -rw-rw-r-- 1 jenkins jenkins 3455 Nov 7 05:06 go.mod 05:08:08 -rw-rw-r-- 1 jenkins jenkins 45055 Nov 7 05:06 go.sum 05:08:08 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:06 internal 05:08:08 drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 05:06 snap 05:08:08 -rw-rw-r-- 1 jenkins jenkins 228 Nov 7 05:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:09 + 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=c58b7341f509cbddffe81d7970e552277f2ed571 --label arch=amd64 --label version=0.0.0 . 05:08:09 Sending build context to Docker daemon 5.589MB 05:08:09 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 05:08:09 Step 2/24 : FROM ${BASE} AS builder 05:08:09 ---> e05f9e3b8164 05:08:09 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:08:09 ---> Running in 062502deccbf 05:08:09 Removing intermediate container 062502deccbf 05:08:09 ---> 247a63765f4e 05:08:09 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:08:09 ---> Running in d0eaaf241b3b 05:08:09 Removing intermediate container d0eaaf241b3b 05:08:09 ---> 62bc3e2173c3 05:08:09 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:08:09 ---> Running in 9284850e3aa6 05:08:09 Removing intermediate container 9284850e3aa6 05:08:09 ---> 58abaec086fd 05:08:09 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 05:08:09 ---> Running in 195113d7d41c 05:08:09 Removing intermediate container 195113d7d41c 05:08:09 ---> ac34c0717d40 05:08:09 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:08:09 ---> Running in 1a0ab7e9b8c6 05:08:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:08:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:08:10 OK: 216 MiB in 55 packages 05:08:10 Removing intermediate container 1a0ab7e9b8c6 05:08:10 ---> 49f4cd541d02 05:08:10 Step 8/24 : WORKDIR /device-snmp-go 05:08:10 ---> Running in 2053dd6d3bea 05:08:10 Removing intermediate container 2053dd6d3bea 05:08:10 ---> b581574c15b2 05:08:10 Step 9/24 : COPY go.mod vendor* ./ 05:08:11 ---> ebfaf43bf313 05:08:11 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:11 ---> Running in a9bc0d4ebf60 05:08:11 Removing intermediate container a9bc0d4ebf60 05:08:11 ---> 483240cf5f09 05:08:11 Step 11/24 : COPY . . 05:08:11 ---> e4180ae22d98 05:08:11 Step 12/24 : RUN ${MAKE} 05:08:11 ---> Running in 3bf9aba5c00d 05:08:12 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 05:08:34 Removing intermediate container 3bf9aba5c00d 05:08:34 ---> 0c92036a774f 05:08:34 Step 13/24 : FROM alpine:3.16 05:08:34 3.16: Pulling from library/alpine 05:08:34 213ec9aee27d: Already exists 05:08:34 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 05:08:34 Status: Downloaded newer image for alpine:3.16 05:08:34 ---> 9c6f07244728 05:08:34 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:08:34 ---> Running in 8dbe2e13eb68 05:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:08:34 (1/6) Installing dumb-init (1.2.5-r1) 05:08:34 (2/6) Installing libgcc (11.2.1_git20220219-r2) 05:08:34 (3/6) Installing libsodium (1.0.18-r0) 05:08:34 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 05:08:34 (5/6) Installing libzmq (4.3.4-r0) 05:08:34 (6/6) Installing zeromq (4.3.4-r0) 05:08:34 Executing busybox-1.35.0-r17.trigger 05:08:34 OK: 8 MiB in 20 packages 05:08:34 Removing intermediate container 8dbe2e13eb68 05:08:34 ---> 8b8d8e55b72a 05:08:34 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:08:34 ---> 888d02ba9ad7 05:08:34 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:08:34 ---> a0204bc24ee9 05:08:34 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:08:34 ---> 38dd236d1a3f 05:08:34 Step 18/24 : EXPOSE 59993 05:08:34 ---> Running in 82c365d5a8fe 05:08:34 Removing intermediate container 82c365d5a8fe 05:08:34 ---> 097f869cc022 05:08:34 Step 19/24 : EXPOSE 161 05:08:34 ---> Running in 7d21e5fa1e47 05:08:34 Removing intermediate container 7d21e5fa1e47 05:08:34 ---> 4204fe7826ef 05:08:34 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:08:34 ---> Running in 957be308e480 05:08:34 Removing intermediate container 957be308e480 05:08:34 ---> 8b244baadb1c 05:08:34 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:08:34 ---> Running in 040e28779987 05:08:34 Removing intermediate container 040e28779987 05:08:34 ---> 4b56d69889f6 05:08:34 Step 22/24 : LABEL arch=amd64 05:08:34 ---> Running in 264cd4ce6e3a 05:08:34 Removing intermediate container 264cd4ce6e3a 05:08:34 ---> aff7b34e9e6b 05:08:34 Step 23/24 : LABEL git_sha=c58b7341f509cbddffe81d7970e552277f2ed571 05:08:34 ---> Running in a9a86c4b50c1 05:08:34 Removing intermediate container a9a86c4b50c1 05:08:34 ---> f0bf8c7e0fa6 05:08:34 Step 24/24 : LABEL version=0.0.0 05:08:34 ---> Running in e4701850e96d 05:08:34 Removing intermediate container e4701850e96d 05:08:34 ---> 6fa08a2e4796 05:08:34 [Warning] One or more build-args [ARCH] were not consumed 05:08:34 Successfully built 6fa08a2e4796 05:08:34 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 05:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:08:35 05:08:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:08:36 latest: Pulling from edgex-lftools-log-publisher 05:08:36 5eb5b503b376: Pulling fs layer 05:08:36 5c69ac0246d0: Pulling fs layer 05:08:36 ec43610c2a17: Pulling fs layer 05:08:36 3a2ae6a8a46f: Pulling fs layer 05:08:36 33b1e0a273af: Pulling fs layer 05:08:36 5d3b04190fa2: Pulling fs layer 05:08:36 2f39f015ded8: Pulling fs layer 05:08:36 33b1e0a273af: Waiting 05:08:36 5d3b04190fa2: Waiting 05:08:36 2f39f015ded8: Waiting 05:08:36 3a2ae6a8a46f: Waiting 05:08:36 5c69ac0246d0: Verifying Checksum 05:08:36 5c69ac0246d0: Download complete 05:08:36 3a2ae6a8a46f: Verifying Checksum 05:08:36 3a2ae6a8a46f: Download complete 05:08:36 33b1e0a273af: Verifying Checksum 05:08:36 33b1e0a273af: Download complete 05:08:36 ec43610c2a17: Verifying Checksum 05:08:36 ec43610c2a17: Download complete 05:08:36 5d3b04190fa2: Verifying Checksum 05:08:36 5d3b04190fa2: Download complete 05:08:36 5eb5b503b376: Verifying Checksum 05:08:36 5eb5b503b376: Download complete 05:08:37 2f39f015ded8: Download complete 05:08:37 5eb5b503b376: Pull complete 05:08:37 5c69ac0246d0: Pull complete 05:08:38 ec43610c2a17: Pull complete 05:08:38 3a2ae6a8a46f: Pull complete 05:08:38 33b1e0a273af: Pull complete 05:08:38 5d3b04190fa2: Pull complete 05:08:42 2f39f015ded8: Pull complete 05:08:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:08:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:42 prd-ubuntu20.04-docker-8c-8g-118388 does not seem to be running inside a container 05:08:42 $ 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-202 -v /w/workspace/gexfoundry_device-snmp-go_PR-202:/w/workspace/gexfoundry_device-snmp-go_PR-202:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:08:44 $ docker top 881c10087e30ed51749a0553e28455c88225bd6b0d79e89610b0ca7609bef45e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:45 ---> job-cost.sh 05:08:45 lf-activate-venv: SKIPPING 05:08:45 INFO: No Stack... 05:08:45 INFO: Retrieving Pricing Info for: v3-standard-8 05:08:45 INFO: Archiving Costs [Pipeline] sh 05:08:46 + cat /w/workspace/gexfoundry_device-snmp-go_PR-202/archives/cost.csv 05:08:46 + cut -d, -f6 [Pipeline] lock 05:08:46 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] 05:08:46 Resource [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] did not exist. Created. 05:08:46 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:08:46 + echo total: 0.2199999988079071 [Pipeline] stash 05:08:46 Stashed 1 file(s) [Pipeline] } 05:08:46 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:08:46 $ docker stop --time=1 881c10087e30ed51749a0553e28455c88225bd6b0d79e89610b0ca7609bef45e 05:08:48 $ docker rm -f 881c10087e30ed51749a0553e28455c88225bd6b0d79e89610b0ca7609bef45e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:10:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-118393 in /w/workspace/gexfoundry_device-snmp-go_PR-202 [Pipeline] { [Pipeline] ws 05:10:11 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:10:11 Selected Git installation does not exist. Using Default 05:10:11 The recommended git tool is: NONE 05:10:17 using credential edgex-jenkins-ssh 05:10:17 Cloning the remote Git repository 05:10:17 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:10:18 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:10:18 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:10:18 > git --version # timeout=10 05:10:18 > git --version # 'git version 2.25.1' 05:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:18 Verifying host key using known hosts file 05:10:18 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 05:10:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:10:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:21 Merging remotes/origin/main commit cc201530981e513eba2542fa850395c651a4a8aa into PR head commit c58b7341f509cbddffe81d7970e552277f2ed571 05:10:21 Merge succeeded, producing c58b7341f509cbddffe81d7970e552277f2ed571 05:10:21 Checking out Revision c58b7341f509cbddffe81d7970e552277f2ed571 (PR-202) 05:10:20 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:10:20 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:10:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:20 Verifying host key using known hosts file 05:10:20 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 05:10:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/202/head:refs/remotes/origin/PR-202 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:10:21 > git config core.sparsecheckout # timeout=10 05:10:21 > git checkout -f c58b7341f509cbddffe81d7970e552277f2ed571 # timeout=10 05:10:21 > git remote # timeout=10 05:10:21 > git config --get remote.origin.url # timeout=10 05:10:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:21 Verifying host key using known hosts file 05:10:21 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 05:10:21 > git merge cc201530981e513eba2542fa850395c651a4a8aa # timeout=10 05:10:21 > git rev-parse HEAD^{commit} # timeout=10 05:10:21 > git config core.sparsecheckout # timeout=10 05:10:21 > git checkout -f c58b7341f509cbddffe81d7970e552277f2ed571 # timeout=10 05:10:22 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:10:22 > git --version # timeout=10 05:10:22 > git --version # 'git version 2.25.1' 05:10:22 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:10:23 % Total % Received % Xferd Average Speed Time Time Time Current 05:10:23 Dload Upload Total Spent Left Speed 05:10:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 192k 0 --:--:-- --:--:-- --:--:-- 192k [Pipeline] sh 05:10:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:10:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:10:24 + sudo tee /etc/docker/daemon.new 05:10:24 { 05:10:24 "registry-mirrors": [ 05:10:24 "https://nexus3.edgexfoundry.org:10001" 05:10:24 ], 05:10:24 "bip": "10.250.0.254/24", 05:10:24 "hosts": [ 05:10:24 "tcp://0.0.0.0:5555", 05:10:24 "unix:///var/run/docker.sock" 05:10:24 ], 05:10:24 "mtu": 1458, 05:10:24 "selinux-enabled": true, 05:10:24 "seccomp-profile": "/etc/docker/seccomp.json" 05:10:24 } [Pipeline] sh 05:10:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:10:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:10:43 provisioning config files... 05:10:43 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config2606989583665199731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:10:44 ---> docker-login.sh 05:10:44 nexus3.edgexfoundry.org:10001 05:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:44 Configure a credential helper to remove this warning. See 05:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:44 05:10:44 Login Succeeded 05:10:44 nexus3.edgexfoundry.org:10002 05:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:45 Configure a credential helper to remove this warning. See 05:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:45 05:10:45 Login Succeeded 05:10:45 nexus3.edgexfoundry.org:10003 05:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:45 Configure a credential helper to remove this warning. See 05:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:45 05:10:45 Login Succeeded 05:10:45 nexus3.edgexfoundry.org:10004 05:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:45 Configure a credential helper to remove this warning. See 05:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:45 05:10:45 Login Succeeded 05:10:45 docker.io 05:10:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:46 Configure a credential helper to remove this warning. See 05:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:46 05:10:46 Login Succeeded 05:10:46 ---> docker-login.sh ends [Pipeline] } 05:10:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:10:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:10:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:10:46 ========================================================= 05:10:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:10:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:47 + 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 . 05:10:47 Sending build context to Docker daemon 2.886MB 05:10:47 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 05:10:47 Step 2/12 : FROM ${BASE} AS builder 05:10:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:10:48 9b18e9b68314: Pulling fs layer 05:10:48 35d82f9e3411: Pulling fs layer 05:10:48 e16973657156: Pulling fs layer 05:10:48 fc693d55d65f: Pulling fs layer 05:10:48 7e9fc2657dce: Pulling fs layer 05:10:48 dda99020689f: Pulling fs layer 05:10:48 fc693d55d65f: Waiting 05:10:48 7e9fc2657dce: Waiting 05:10:48 dda99020689f: Waiting 05:10:48 db1c61fa0a46: Pulling fs layer 05:10:48 891c053d2c06: Pulling fs layer 05:10:48 db1c61fa0a46: Waiting 05:10:48 891c053d2c06: Waiting 05:10:48 e16973657156: Verifying Checksum 05:10:48 e16973657156: Download complete 05:10:48 35d82f9e3411: Verifying Checksum 05:10:48 35d82f9e3411: Download complete 05:10:48 7e9fc2657dce: Verifying Checksum 05:10:48 7e9fc2657dce: Download complete 05:10:48 dda99020689f: Verifying Checksum 05:10:48 dda99020689f: Download complete 05:10:48 9b18e9b68314: Verifying Checksum 05:10:48 9b18e9b68314: Download complete 05:10:49 9b18e9b68314: Pull complete 05:10:49 891c053d2c06: Verifying Checksum 05:10:49 891c053d2c06: Download complete 05:10:49 35d82f9e3411: Pull complete 05:10:50 e16973657156: Pull complete 05:10:50 db1c61fa0a46: Verifying Checksum 05:10:50 db1c61fa0a46: Download complete 05:10:51 fc693d55d65f: Verifying Checksum 05:10:51 fc693d55d65f: Download complete 05:11:03 fc693d55d65f: Pull complete 05:11:04 7e9fc2657dce: Pull complete 05:11:04 dda99020689f: Pull complete 05:11:11 db1c61fa0a46: Pull complete 05:11:13 891c053d2c06: Pull complete 05:11:13 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 05:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:11:13 ---> f96f9c87975a 05:11:13 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:11:15 ---> Running in 5a7b957c0532 05:11:15 Removing intermediate container 5a7b957c0532 05:11:15 ---> 45fb9c0d35d5 05:11:15 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:11:15 ---> Running in 2dc56816c3b7 05:11:15 Removing intermediate container 2dc56816c3b7 05:11:15 ---> af78b032a77f 05:11:15 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:11:16 ---> Running in 8e3c89d01ea1 05:11:16 Removing intermediate container 8e3c89d01ea1 05:11:16 ---> 27177fdc31c4 05:11:16 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:11:16 ---> Running in e89430c02aa0 05:11:17 Removing intermediate container e89430c02aa0 05:11:17 ---> b1a29e26aac8 05:11:17 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:11:17 ---> Running in aaf2dfbf3f51 05:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:11:19 (1/4) Installing openssh-keygen (9.0_p1-r2) 05:11:19 (2/4) Installing libedit (20210910.3.1-r0) 05:11:19 (3/4) Installing openssh-client-common (9.0_p1-r2) 05:11:20 (4/4) Installing openssh-client-default (9.0_p1-r2) 05:11:20 Executing busybox-1.35.0-r17.trigger 05:11:20 OK: 226 MiB in 55 packages 05:11:20 Removing intermediate container aaf2dfbf3f51 05:11:20 ---> 6825b31a43b4 05:11:20 Step 8/12 : WORKDIR /device-snmp-go 05:11:21 ---> Running in 7692a19b0f14 05:11:21 Removing intermediate container 7692a19b0f14 05:11:21 ---> 2c177c7a9c4e 05:11:21 Step 9/12 : COPY go.mod vendor* ./ 05:11:22 ---> e8bad5e815e0 05:11:22 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:22 ---> Running in b3ee89d8bddb 05:12:18 Removing intermediate container b3ee89d8bddb 05:12:18 ---> 89f039631f94 05:12:18 Step 11/12 : COPY . . 05:12:18 ---> 13c6b56befb1 05:12:18 Step 12/12 : RUN ${MAKE} 05:12:18 ---> Running in 49eb151cbe33 05:12:18 noop 05:12:18 Removing intermediate container 49eb151cbe33 05:12:18 ---> 817a87884efd 05:12:18 Successfully built 817a87884efd 05:12:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:19 + docker inspect -f . ci-base-image-arm64 05:12:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:12:19 prd-ubuntu20.04-docker-arm64-4c-16g-118393 does not seem to be running inside a container 05:12:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:12:20 $ docker top 929055b44d81ac1f2bb10030e59790b2244a11e6cf33b4e9fdd69bb21c002220 -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:21 + go version 05:12:21 go version go1.18.7 linux/arm64 [Pipeline] } 05:12:21 $ docker stop --time=1 929055b44d81ac1f2bb10030e59790b2244a11e6cf33b4e9fdd69bb21c002220 05:12:23 $ docker rm -f 929055b44d81ac1f2bb10030e59790b2244a11e6cf33b4e9fdd69bb21c002220 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:24 + docker inspect -f . ci-base-image-arm64 05:12:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:12:24 prd-ubuntu20.04-docker-arm64-4c-16g-118393 does not seem to be running inside a container 05:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:12:25 $ docker top 1034bb41d78e96f68cb9ae78e91d1349e4a2f49f94e45055e7e3526e8b4c35ff -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:26 + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh 05:12:26 + make test 05:12:26 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:12:29 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:14:06 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:14:06 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.047s coverage: 0.0% of statements 05:14:06 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:14:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:14:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:14:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:14:16 ./bin/test-attribution-txt.sh [Pipeline] echo 05:14:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:14:16 $ docker stop --time=1 1034bb41d78e96f68cb9ae78e91d1349e4a2f49f94e45055e7e3526e8b4c35ff 05:14:18 $ docker rm -f 1034bb41d78e96f68cb9ae78e91d1349e4a2f49f94e45055e7e3526e8b4c35ff [Pipeline] // withDockerContainer [Pipeline] sh 05:14:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:14:19 Warning: overwriting stash ‘coverage-report’ 05:14:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:14:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:14:21 + ls -al . 05:14:21 total 176 05:14:21 drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 05:12 . 05:14:21 drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 05:10 .. 05:14:21 -rw-rw-r-- 1 jenkins jenkins 6 Nov 7 05:10 .dockerignore 05:14:21 drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 05:10 .git 05:14:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:10 .github 05:14:21 -rw-rw-r-- 1 jenkins jenkins 328 Nov 7 05:10 .gitignore 05:14:21 -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 05:10 .golangci.yml 05:14:21 -rw-rw-r-- 1 jenkins jenkins 8932 Nov 7 05:10 Attribution.txt 05:14:21 -rw-rw-r-- 1 jenkins jenkins 8355 Nov 7 05:10 CHANGELOG.md 05:14:21 -rw-rw-r-- 1 jenkins jenkins 1486 Nov 7 05:10 Dockerfile 05:14:21 -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 05:10 GOVERNANCE.md 05:14:21 -rw-rw-r-- 1 jenkins jenkins 656 Nov 7 05:10 Jenkinsfile 05:14:21 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 05:10 LICENSE 05:14:21 -rw-rw-r-- 1 jenkins jenkins 2543 Nov 7 05:10 Makefile 05:14:21 -rw-rw-r-- 1 jenkins jenkins 620 Nov 7 05:10 OWNERS.md 05:14:21 -rw-rw-r-- 1 jenkins jenkins 10054 Nov 7 05:10 README.md 05:14:21 -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 05:07 VERSION 05:14:21 drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 05:10 bin 05:14:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:10 cmd 05:14:21 -rw-r--r-- 1 jenkins jenkins 7631 Nov 7 05:13 coverage.out 05:14:21 -rw-rw-r-- 1 jenkins jenkins 3455 Nov 7 05:10 go.mod 05:14:21 -rw-rw-r-- 1 jenkins jenkins 45055 Nov 7 05:10 go.sum 05:14:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 05:10 internal 05:14:21 drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 05:10 snap 05:14:21 -rw-rw-r-- 1 jenkins jenkins 228 Nov 7 05:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:21 + 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=c58b7341f509cbddffe81d7970e552277f2ed571 --label arch=arm64 --label version=0.0.0 . 05:14:21 Sending build context to Docker daemon 2.894MB 05:14:21 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 05:14:21 Step 2/24 : FROM ${BASE} AS builder 05:14:21 ---> 817a87884efd 05:14:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:14:21 ---> Running in acc3029400ab 05:14:22 Removing intermediate container acc3029400ab 05:14:22 ---> 8c8bb547e857 05:14:22 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:14:22 ---> Running in f9447335ade8 05:14:22 Removing intermediate container f9447335ade8 05:14:22 ---> cbabcd5e8542 05:14:22 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:14:22 ---> Running in 822263bb4ffa 05:14:22 Removing intermediate container 822263bb4ffa 05:14:22 ---> f3a12fe4e88a 05:14:22 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 05:14:22 ---> Running in ec4e8804e63c 05:14:23 Removing intermediate container ec4e8804e63c 05:14:23 ---> 80e94849a81e 05:14:23 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:14:23 ---> Running in 80c5bca38019 05:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:14:26 OK: 226 MiB in 55 packages 05:14:27 Removing intermediate container 80c5bca38019 05:14:27 ---> 6ee937ee87d5 05:14:27 Step 8/24 : WORKDIR /device-snmp-go 05:14:27 ---> Running in d4e76a8b10e5 05:14:27 Removing intermediate container d4e76a8b10e5 05:14:27 ---> d3bed3d85510 05:14:27 Step 9/24 : COPY go.mod vendor* ./ 05:14:28 ---> 06f808baf347 05:14:28 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:14:28 ---> Running in ce370d201be8 05:14:30 Removing intermediate container ce370d201be8 05:14:30 ---> 7628cb2fa6b5 05:14:30 Step 11/24 : COPY . . 05:14:31 ---> 73a2a41811b2 05:14:31 Step 12/24 : RUN ${MAKE} 05:14:32 ---> Running in f96ec9f26313 05:14:34 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 05:17:26 Removing intermediate container f96ec9f26313 05:17:26 ---> 0001a56d9fcb 05:17:26 Step 13/24 : FROM alpine:3.16 05:17:26 3.16: Pulling from library/alpine 05:17:26 9b18e9b68314: Already exists 05:17:26 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 05:17:26 Status: Downloaded newer image for alpine:3.16 05:17:26 ---> a6215f271958 05:17:26 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:17:26 ---> Running in 836c908d106c 05:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:17:26 (1/6) Installing dumb-init (1.2.5-r1) 05:17:26 (2/6) Installing libgcc (11.2.1_git20220219-r2) 05:17:26 (3/6) Installing libsodium (1.0.18-r0) 05:17:26 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 05:17:26 (5/6) Installing libzmq (4.3.4-r0) 05:17:26 (6/6) Installing zeromq (4.3.4-r0) 05:17:26 Executing busybox-1.35.0-r17.trigger 05:17:26 OK: 8 MiB in 20 packages 05:17:26 Removing intermediate container 836c908d106c 05:17:26 ---> f8dbb10298a1 05:17:26 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:17:26 ---> eaddda063478 05:17:26 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:17:26 ---> 0438286e6891 05:17:26 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:17:26 ---> bacadd1e7e31 05:17:26 Step 18/24 : EXPOSE 59993 05:17:26 ---> Running in 370a5de52890 05:17:26 Removing intermediate container 370a5de52890 05:17:26 ---> bcb67b6d6b22 05:17:26 Step 19/24 : EXPOSE 161 05:17:26 ---> Running in a1e107d0b909 05:17:26 Removing intermediate container a1e107d0b909 05:17:26 ---> 2e3038623f10 05:17:26 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:17:26 ---> Running in 751dfd7750e6 05:17:26 Removing intermediate container 751dfd7750e6 05:17:26 ---> 49a280ef9768 05:17:26 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:17:26 ---> Running in 862ed5823a60 05:17:26 Removing intermediate container 862ed5823a60 05:17:26 ---> 99d75912590e 05:17:26 Step 22/24 : LABEL arch=arm64 05:17:26 ---> Running in bdf6e7d747c5 05:17:26 Removing intermediate container bdf6e7d747c5 05:17:26 ---> 00dad00bf6d7 05:17:26 Step 23/24 : LABEL git_sha=c58b7341f509cbddffe81d7970e552277f2ed571 05:17:26 ---> Running in b8cfe22f077d 05:17:26 Removing intermediate container b8cfe22f077d 05:17:26 ---> 0230a307720c 05:17:26 Step 24/24 : LABEL version=0.0.0 05:17:26 ---> Running in 6475c6c269fc 05:17:26 Removing intermediate container 6475c6c269fc 05:17:26 ---> 21d561e68b8d 05:17:26 [Warning] One or more build-args [ARCH] were not consumed 05:17:26 Successfully built 21d561e68b8d 05:17:26 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 05:17:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:17:27 05:17:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:17:27 arm64: Pulling from edgex-lftools-log-publisher 05:17:27 8998bd30e6a1: Pulling fs layer 05:17:27 04944245beec: Pulling fs layer 05:17:27 699f458cf7ca: Pulling fs layer 05:17:27 765212b225bb: Pulling fs layer 05:17:27 f23df028b6ca: Pulling fs layer 05:17:27 d65c8cfc05b1: Pulling fs layer 05:17:27 2437ff75d9bd: Pulling fs layer 05:17:27 f23df028b6ca: Waiting 05:17:27 d65c8cfc05b1: Waiting 05:17:27 2437ff75d9bd: Waiting 05:17:27 765212b225bb: Waiting 05:17:27 04944245beec: Verifying Checksum 05:17:27 04944245beec: Download complete 05:17:27 765212b225bb: Verifying Checksum 05:17:27 765212b225bb: Download complete 05:17:27 f23df028b6ca: Verifying Checksum 05:17:27 f23df028b6ca: Download complete 05:17:27 d65c8cfc05b1: Verifying Checksum 05:17:27 d65c8cfc05b1: Download complete 05:17:27 699f458cf7ca: Verifying Checksum 05:17:27 699f458cf7ca: Download complete 05:17:28 8998bd30e6a1: Verifying Checksum 05:17:28 8998bd30e6a1: Download complete 05:17:30 2437ff75d9bd: Verifying Checksum 05:17:30 2437ff75d9bd: Download complete 05:17:31 8998bd30e6a1: Pull complete 05:17:32 04944245beec: Pull complete 05:17:33 699f458cf7ca: Pull complete 05:17:33 765212b225bb: Pull complete 05:17:34 f23df028b6ca: Pull complete 05:17:34 d65c8cfc05b1: Pull complete 05:17:46 2437ff75d9bd: Pull complete 05:17:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:17:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:47 prd-ubuntu20.04-docker-arm64-4c-16g-118393 does not seem to be running inside a container 05:17:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:17:49 $ docker top 3e2c6d5cad79989b716396552f03f86be0455a2641ecb8ba2b34005b7b4484e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:17:50 ---> job-cost.sh 05:17:50 lf-activate-venv: SKIPPING 05:17:50 INFO: No Stack... 05:17:51 INFO: Retrieving Pricing Info for: v3-standard-4 05:17:52 INFO: Archiving Costs [Pipeline] sh 05:17:52 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:17:52 + cut -d, -f6 [Pipeline] lock 05:17:52 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] 05:17:52 Resource [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] did not exist. Created. 05:17:52 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:17:53 /w/workspace/device-snmp-go/1@tmp/durable-541d1728/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:17:53 + echo total: 0.10999999940395355 [Pipeline] stash 05:17:53 Warning: overwriting stash ‘stack-cost’ 05:17:53 Stashed 1 file(s) [Pipeline] } 05:17:53 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-202-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:17:53 $ docker stop --time=1 3e2c6d5cad79989b716396552f03f86be0455a2641ecb8ba2b34005b7b4484e5 05:17:55 $ docker rm -f 3e2c6d5cad79989b716396552f03f86be0455a2641ecb8ba2b34005b7b4484e5 [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 05:17:56 provisioning config files... 05:17:56 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/config4476871892373025163tmp [Pipeline] { [Pipeline] sh 05:17:56 + set +x 05:17:56 + bash -s -- 05:17:56 + curl -s https://codecov.io/bash 05:17:56 05:17:56 _____ _ 05:17:56 / ____| | | 05:17:56 | | ___ __| | ___ ___ _____ __ 05:17:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:17:56 | |___| (_) | (_| | __/ (_| (_) \ V / 05:17:56 \_____\___/ \__,_|\___|\___\___/ \_/ 05:17:56 Bash-1.0.6 05:17:56 05:17:56 05:17:56 ==> git version 2.25.1 found 05:17:56 ==> 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 05:17:56 Release-Date: 2020-01-08 05:17:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:17:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:17:56 ==> Jenkins CI detected. 05:17:56 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-202 05:17:56 project root: . 05:17:56 --> token set from env 05:17:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:17:56 ==> Running gcov in . (disable via -X gcov) 05:17:56 ==> Python coveragepy not found 05:17:56 ==> Searching for coverage reports in: 05:17:56 + . 05:17:56 -> Found 1 reports 05:17:56 ==> Detecting git/mercurial file structure 05:17:56 ==> Reading reports 05:17:56 + ./coverage.out bytes=7631 05:17:56 ==> Appending adjustments 05:17:56 https://docs.codecov.io/docs/fixing-reports 05:17:56 + Found adjustments 05:17:57 ==> Gzipping contents 05:17:57 4.0K /tmp/codecov.oOuS2X.gz 05:17:57 ==> Uploading reports 05:17:57 url: https://codecov.io 05:17:57 query: branch=PR-202&commit=c58b7341f509cbddffe81d7970e552277f2ed571&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-202%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=202&job=&cmd_args= 05:17:57 -> Pinging Codecov 05:17:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-202&commit=c58b7341f509cbddffe81d7970e552277f2ed571&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-202%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=202&job=&cmd_args= 05:17:57 -> Uploading to 05:17:57 https://storage.googleapis.com/codecov/v4/raw/2022-11-07/6C56EA5C29638FB4528AC87E60AF5AE0/c58b7341f509cbddffe81d7970e552277f2ed571/a9b07fda-fda2-4fa4-8cbe-e8d0d61441f9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221107T051757Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc0e3030da8adfb0fba2ba0b80bc696ee8d7880c91cd9285b2f55d222ad47ee5 05:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:57 Dload Upload Total Spent Left Speed 05:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1543 0 0 100 1543 0 6679 --:--:-- --:--:-- --:--:-- 6679 05:17:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/c58b7341f509cbddffe81d7970e552277f2ed571 [Pipeline] } 05:17:57 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 05:17:59 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-202/archives ] 05:17:59 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-202/archives 05:17:59 total 16 05:17:59 drwxr-xr-x 3 root root 4096 Nov 7 05:08 . 05:17:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 05:08 .. 05:17:59 drwxr-xr-x 2 root root 4096 Nov 7 05:08 cost 05:17:59 -rw-r--r-- 1 root root 86 Nov 7 05:08 cost.csv 05:17:59 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-202/archives 05:17:59 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-202/archives 05:17:59 total 16 05:17:59 drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 05:08 . 05:17:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 05:08 .. 05:17:59 drwxr-xr-x 2 jenkins jenkins 4096 Nov 7 05:08 cost 05:17:59 -rw-r--r-- 1 jenkins jenkins 86 Nov 7 05:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:17:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:18:00 ---> package-listing.sh 05:18:00 ++ facter osfamily 05:18:00 ++ tr '[:upper:]' '[:lower:]' 05:18:00 + OS_FAMILY=debian 05:18:00 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-202 05:18:00 + START_PACKAGES=/tmp/packages_start.txt 05:18:00 + END_PACKAGES=/tmp/packages_end.txt 05:18:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:18:00 + PACKAGES=/tmp/packages_start.txt 05:18:00 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-202 ']' 05:18:00 + PACKAGES=/tmp/packages_end.txt 05:18:00 + case "${OS_FAMILY}" in 05:18:00 + dpkg -l 05:18:00 + grep '^ii' 05:18:00 + '[' -f /tmp/packages_start.txt ']' 05:18:00 + '[' -f /tmp/packages_end.txt ']' 05:18:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:18:00 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-202 ']' 05:18:00 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-202/archives/ 05:18:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-202/archives/ [Pipeline] echo 05:18:00 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-202/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:18:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:18:01 prd-ubuntu20.04-docker-8c-8g-118388 does not seem to be running inside a container 05:18:01 $ 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-202/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-202 -v /w/workspace/gexfoundry_device-snmp-go_PR-202:/w/workspace/gexfoundry_device-snmp-go_PR-202:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:18:02 $ docker top 857bebd10ea382af36dd8db05c2155dedc6acdd1bc18c17b50fe49961c5cabe7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:18:02 + touch /tmp/pre-build-complete [Pipeline] sh 05:18:02 + mkdir -p /var/log/sysstat [Pipeline] sh 05:18:03 + ls /var/log/sa-host 05:18:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:18:03 provisioning config files... 05:18:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-202@tmp/config13701373170070575806tmp [Pipeline] { [Pipeline] echo 05:18:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:18:03 ---> create-netrc.sh [Pipeline] } 05:18:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:18:04 ---> python-tools-install.sh [Pipeline] echo 05:18:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:18:04 ---> sudo-logs.sh 05:18:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:18:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:18:04 ---> job-cost.sh 05:18:04 lf-activate-venv: SKIPPING 05:18:04 DEBUG: total: 0.2199999988079071 05:18:04 INFO: Retrieving Stack Cost... 05:18:05 INFO: Retrieving Pricing Info for: v3-standard-8 05:18:05 INFO: Archiving Costs [Pipeline] echo 05:18:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:18:06 ---> logs-deploy.sh 05:18:06 lf-activate-venv: SKIPPING 05:18:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-202/1 05:18:06 INFO: archiving workspace using pattern(s): 05:18:07 Archives upload complete. 05:18:07 INFO: archiving logs to Nexus