Pull request #198 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cd8bf5961164675082481f4db5aa3215ec2f843f+86e265f4693997e38d18c21fe32d96af1ec8218a (25496a3f5263b98ef5eeb978ea8d528faf0b54c2) 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-ssh909407716715544720.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh4141433066056513007.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-198/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-198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10369278200937609115.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-198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15129946932709802002.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh2807659327225687856.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-198/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-198/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13227207775249279476.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8023 in /w/workspace/gexfoundry_device-snmp-go_PR-198 [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-198 # 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/198/head:refs/remotes/origin/PR-198 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 86e265f4693997e38d18c21fe32d96af1ec8218a into PR head commit cd8bf5961164675082481f4db5aa3215ec2f843f Merge succeeded, producing cd8bf5961164675082481f4db5aa3215ec2f843f Checking out Revision cd8bf5961164675082481f4db5aa3215ec2f843f (PR-198) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:04:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:04:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:04:43 ========================================================= 05:04:43 EdgeX Global Pipelines Version Info 05:04:43 ========================================================= > git config core.sparsecheckout # timeout=10 > git checkout -f cd8bf5961164675082481f4db5aa3215ec2f843f # 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 86e265f4693997e38d18c21fe32d96af1ec8218a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd8bf5961164675082481f4db5aa3215ec2f843f # timeout=10 [Pipeline] libraryResource [Pipeline] sh 05:04:43 ------------------- 05:04:43 stable info: 05:04:43 ------------------- 05:04:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:04:43 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 05:04:43 Message: update stable to v1.0.239 05:04:44 ------------------- 05:04:44 experimental info: 05:04:44 ------------------- 05:04:44 Commited By: **** collab-it+edgex@linuxfoundation.org 05:04:44 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 05:04:44 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:04:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cd8bf5961164675082481f4db5aa3215ec2f843f [Pipeline] echo 05:04:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cd8bf59 [Pipeline] echo 05:04:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:46 provisioning config files... 05:04:46 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/config9385754017259016395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:46 ---> docker-login.sh 05:04:46 nexus3.edgexfoundry.org:10001 05:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:46 Configure a credential helper to remove this warning. See 05:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:46 05:04:46 Login Succeeded 05:04:46 nexus3.edgexfoundry.org:10002 05:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:46 Configure a credential helper to remove this warning. See 05:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:46 05:04:46 Login Succeeded 05:04:46 nexus3.edgexfoundry.org:10003 05:04:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:47 Configure a credential helper to remove this warning. See 05:04:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:47 05:04:47 Login Succeeded 05:04:47 nexus3.edgexfoundry.org:10004 05:04:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:47 Configure a credential helper to remove this warning. See 05:04:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:47 05:04:47 Login Succeeded 05:04:47 docker.io 05:04:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:47 Configure a credential helper to remove this warning. See 05:04:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:47 05:04:47 Login Succeeded 05:04:47 ---> docker-login.sh ends [Pipeline] } 05:04:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:04:48 + git rev-list -1 --merges cd8bf5961164675082481f4db5aa3215ec2f843f~1..cd8bf5961164675082481f4db5aa3215ec2f843f [Pipeline] echo 05:04:48 -----------> git rev-list -1 --merges cd8bf5961164675082481f4db5aa3215ec2f843f~1..cd8bf5961164675082481f4db5aa3215ec2f843f cd8bf5961164675082481f4db5aa3215ec2f843f [false] [Pipeline] sh 05:04:48 + git log --format=format:%s -1 cd8bf5961164675082481f4db5aa3215ec2f843f [Pipeline] echo 05:04:48 ========================================================= 05:04:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:04:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:04:48 + git log --format=format:%s -1 cd8bf5961164675082481f4db5aa3215ec2f843f [Pipeline] echo 05:04:49 [semverPrep] GIT_COMMIT: cd8bf5961164675082481f4db5aa3215ec2f843f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 05:04:49 [semverPrep] This is not a build commit. [Pipeline] sh 05:04:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:04:49 + grep -v github /etc/ssh/ssh_known_hosts 05:04:49 + [ -e /tmp/ssh_known_hosts ] 05:04:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:04:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:04:49 + sudo tee -a /etc/ssh/ssh_known_hosts 05:04:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:49 05:04:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:50 0.1.4: Pulling from edgex-devops/py-git-semver 05:04:50 b85a868b505f: Pulling fs layer 05:04:50 e2be974225ed: Pulling fs layer 05:04:50 339a4e72a1f5: Pulling fs layer 05:04:50 988bab9f4d93: Pulling fs layer 05:04:50 1469e6f7b9e6: Pulling fs layer 05:04:50 eaf3925da568: Pulling fs layer 05:04:50 bab4dde63d76: Pulling fs layer 05:04:50 bde34c3a00c8: Pulling fs layer 05:04:50 b352a97aabf1: Pulling fs layer 05:04:50 4872d77fe225: Pulling fs layer 05:04:50 5851b861e8e6: Pulling fs layer 05:04:50 eaf3925da568: Waiting 05:04:50 bab4dde63d76: Waiting 05:04:50 4872d77fe225: Waiting 05:04:50 b352a97aabf1: Waiting 05:04:50 5851b861e8e6: Waiting 05:04:50 988bab9f4d93: Waiting 05:04:50 1469e6f7b9e6: Waiting 05:04:50 bde34c3a00c8: Waiting 05:04:50 e2be974225ed: Verifying Checksum 05:04:50 e2be974225ed: Download complete 05:04:50 988bab9f4d93: Download complete 05:04:50 1469e6f7b9e6: Verifying Checksum 05:04:50 1469e6f7b9e6: Download complete 05:04:50 339a4e72a1f5: Verifying Checksum 05:04:50 339a4e72a1f5: Download complete 05:04:50 eaf3925da568: Verifying Checksum 05:04:50 eaf3925da568: Download complete 05:04:50 bde34c3a00c8: Verifying Checksum 05:04:50 bde34c3a00c8: Download complete 05:04:50 b352a97aabf1: Verifying Checksum 05:04:50 b352a97aabf1: Download complete 05:04:50 4872d77fe225: Verifying Checksum 05:04:50 4872d77fe225: Download complete 05:04:50 5851b861e8e6: Verifying Checksum 05:04:50 5851b861e8e6: Download complete 05:04:50 b85a868b505f: Verifying Checksum 05:04:50 b85a868b505f: Download complete 05:04:50 bab4dde63d76: Verifying Checksum 05:04:50 bab4dde63d76: Download complete 05:04:51 b85a868b505f: Pull complete 05:04:51 e2be974225ed: Pull complete 05:04:52 339a4e72a1f5: Pull complete 05:04:52 988bab9f4d93: Pull complete 05:04:52 1469e6f7b9e6: Pull complete 05:04:52 eaf3925da568: Pull complete 05:04:54 bab4dde63d76: Pull complete 05:04:54 bde34c3a00c8: Pull complete 05:04:54 b352a97aabf1: Pull complete 05:04:54 4872d77fe225: Pull complete 05:04:54 5851b861e8e6: Pull complete 05:04:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:04:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:54 prd-ubuntu20.04-docker-8c-8g-8023 does not seem to be running inside a container 05:04:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-198 -v /w/workspace/gexfoundry_device-snmp-go_PR-198:/w/workspace/gexfoundry_device-snmp-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-198@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:04:56 $ docker top 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 -eo pid,comm 05:04:56 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:04:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:04:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:56 [ssh-agent] Looking for ssh-agent implementation... 05:04:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:56 $ docker exec 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 ssh-agent 05:04:56 SSH_AUTH_SOCK=/tmp/ssh-ab8DsTOzo9qf/agent.32 05:04:56 SSH_AGENT_PID=38 05:04:56 Running ssh-add (command line suppressed) 05:04:56 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/private_key_4653901241236868684.key (/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/private_key_4653901241236868684.key) 05:04:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:56 + git tag --points-at HEAD [Pipeline] } 05:04:57 $ docker exec --env ******** --env ******** 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 ssh-agent -k 05:04:57 unset SSH_AUTH_SOCK; 05:04:57 unset SSH_AGENT_PID; 05:04:57 echo Agent pid 38 killed; 05:04:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:04:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:57 [ssh-agent] Looking for ssh-agent implementation... 05:04:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:57 $ docker exec 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 ssh-agent 05:04:57 SSH_AUTH_SOCK=/tmp/ssh-PrpqsFZdwoPv/agent.70 05:04:57 SSH_AGENT_PID=76 05:04:57 Running ssh-add (command line suppressed) 05:04:57 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/private_key_4563656702706038196.key (/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/private_key_4563656702706038196.key) 05:04:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:57 + git semver init 05:04:58 2022-10-17 05:04:58,132 [run_init] DEBUG init version:0.0.0 force:False 05:04:58 2022-10-17 05:04:58,133 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver 05:04:58 2022-10-17 05:04:58,133 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-198/.semver 05:04:58 2022-10-17 05:04:58,134 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-198, universal_newlines=False, shell=None, istream=None) 05:04:59 2022-10-17 05:04:58,980 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-198/.git/info/exclude 05:04:59 2022-10-17 05:04:58,980 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver/PR-198 with force:False 05:04:59 2022-10-17 05:04:58,981 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver/PR-198 05:04:59 2022-10-17 05:04:58,985 [execute] INFO git cat-file --batch-check 05:04:59 2022-10-17 05:04:58,986 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver, universal_newlines=False, shell=None, istream=) 05:04:59 2022-10-17 05:04:58,994 [execute] INFO git cat-file --batch 05:04:59 2022-10-17 05:04:58,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-198/.semver, universal_newlines=False, shell=None, istream=) 05:04:59 2022-10-17 05:04:59,000 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-198/.semver/PR-198 05:04:59 0.0.0 [Pipeline] } 05:04:59 $ docker exec --env ******** --env ******** 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 ssh-agent -k 05:04:59 unset SSH_AUTH_SOCK; 05:04:59 unset SSH_AGENT_PID; 05:04:59 echo Agent pid 76 killed; 05:04:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:59 + git semver [Pipeline] } 05:04:59 $ docker stop --time=1 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 05:05:01 $ docker rm -f 5d2ddeaed4359d560184ed646461e47821fea725283c80f5f93b2553f5a691c1 [Pipeline] // withDockerContainer [Pipeline] sh 05:05:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:05:01 Stashed 1 file(s) [Pipeline] echo 05:05:02 [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:05:02 provisioning config files... 05:05:02 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/config5366418670802543495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:03 ---> docker-login.sh 05:05:03 nexus3.edgexfoundry.org:10001 05:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:03 Configure a credential helper to remove this warning. See 05:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:03 05:05:03 Login Succeeded 05:05:03 nexus3.edgexfoundry.org:10002 05:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:03 Configure a credential helper to remove this warning. See 05:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:03 05:05:03 Login Succeeded 05:05:03 nexus3.edgexfoundry.org:10003 05:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:03 Configure a credential helper to remove this warning. See 05:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:03 05:05:03 Login Succeeded 05:05:03 nexus3.edgexfoundry.org:10004 05:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:03 Configure a credential helper to remove this warning. See 05:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:03 05:05:03 Login Succeeded 05:05:03 docker.io 05:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:03 Configure a credential helper to remove this warning. See 05:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:03 05:05:03 Login Succeeded 05:05:03 ---> docker-login.sh ends [Pipeline] } 05:05:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:05:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:05:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:05:04 ========================================================= 05:05:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 05:05:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:04 + 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:05:04 Sending build context to Docker daemon 5.521MB 05:05:04 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 05:05:04 Step 2/13 : FROM ${BASE} AS builder 05:05:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 05:05:04 213ec9aee27d: Pulling fs layer 05:05:04 4583459ba037: Pulling fs layer 05:05:04 93c1e223e6f2: Pulling fs layer 05:05:04 53926ce57604: Pulling fs layer 05:05:04 21b2b0c7a3f4: Pulling fs layer 05:05:04 30f14e443154: Pulling fs layer 05:05:04 801331c1e519: Pulling fs layer 05:05:04 99cc6dd402b0: Pulling fs layer 05:05:04 7d9ed39f4882: Pulling fs layer 05:05:04 21b2b0c7a3f4: Waiting 05:05:04 99cc6dd402b0: Waiting 05:05:04 7d9ed39f4882: Waiting 05:05:04 53926ce57604: Waiting 05:05:04 801331c1e519: Waiting 05:05:04 93c1e223e6f2: Verifying Checksum 05:05:04 93c1e223e6f2: Download complete 05:05:04 4583459ba037: Verifying Checksum 05:05:04 4583459ba037: Download complete 05:05:04 21b2b0c7a3f4: Verifying Checksum 05:05:04 21b2b0c7a3f4: Download complete 05:05:04 30f14e443154: Verifying Checksum 05:05:04 30f14e443154: Download complete 05:05:04 213ec9aee27d: Verifying Checksum 05:05:04 213ec9aee27d: Download complete 05:05:04 801331c1e519: Verifying Checksum 05:05:04 801331c1e519: Download complete 05:05:04 213ec9aee27d: Pull complete 05:05:05 4583459ba037: Pull complete 05:05:05 93c1e223e6f2: Pull complete 05:05:05 99cc6dd402b0: Verifying Checksum 05:05:05 99cc6dd402b0: Download complete 05:05:05 7d9ed39f4882: Verifying Checksum 05:05:05 7d9ed39f4882: Download complete 05:05:05 53926ce57604: Verifying Checksum 05:05:05 53926ce57604: Download complete 05:05:09 53926ce57604: Pull complete 05:05:09 21b2b0c7a3f4: Pull complete 05:05:09 30f14e443154: Pull complete 05:05:09 801331c1e519: Pull complete 05:05:11 99cc6dd402b0: Pull complete 05:05:12 7d9ed39f4882: Pull complete 05:05:12 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 05:05:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:05:12 ---> 1dedd983c030 05:05:12 Step 3/13 : ARG ADD_BUILD_TAGS="" 05:05:14 ---> Running in 8f26eb2dafaa 05:05:14 Removing intermediate container 8f26eb2dafaa 05:05:14 ---> 00cba4e35848 05:05:14 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:05:14 ---> Running in a92d5e0877e3 05:05:14 Removing intermediate container a92d5e0877e3 05:05:14 ---> 3e2f081e5add 05:05:14 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:05:14 ---> Running in 2cae3a2b560c 05:05:14 Removing intermediate container 2cae3a2b560c 05:05:14 ---> 1b2780041a94 05:05:14 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 05:05:14 ---> Running in 688c74619f2a 05:05:14 Removing intermediate container 688c74619f2a 05:05:14 ---> 732b298f58d7 05:05:14 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:05:14 ---> Running in c034b0052352 05:05:15 Removing intermediate container c034b0052352 05:05:15 ---> 59c7fe162cf4 05:05:15 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:05:15 ---> Running in 7a49f17c8076 05:05:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:05:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:05:16 (1/4) Installing openssh-keygen (9.0_p1-r2) 05:05:16 (2/4) Installing libedit (20210910.3.1-r0) 05:05:16 (3/4) Installing openssh-client-common (9.0_p1-r2) 05:05:16 (4/4) Installing openssh-client-default (9.0_p1-r2) 05:05:17 Executing busybox-1.35.0-r17.trigger 05:05:17 OK: 216 MiB in 55 packages 05:05:17 Removing intermediate container 7a49f17c8076 05:05:17 ---> c85308beaab6 05:05:17 Step 9/13 : WORKDIR /device-snmp-go 05:05:17 ---> Running in 46190193b301 05:05:17 Still waiting to schedule task 05:05:17 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8024’ 05:05:17 Removing intermediate container 46190193b301 05:05:17 ---> 7a522d30dd40 05:05:17 Step 10/13 : COPY go.mod vendor* ./ 05:05:17 ---> 1ddedb613e23 05:05:17 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:17 ---> Running in 9dfa7f66c0d9 05:05:32 Removing intermediate container 9dfa7f66c0d9 05:05:32 ---> d384d3a492f8 05:05:32 Step 12/13 : COPY . . 05:05:32 ---> 57b29ddcd985 05:05:32 Step 13/13 : RUN ${MAKE} 05:05:32 ---> Running in d50d5dee5509 05:05:32 noop 05:05:33 Removing intermediate container d50d5dee5509 05:05:33 ---> e9e5e7349821 05:05:33 Successfully built e9e5e7349821 05:05:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker inspect -f . ci-base-image-x86_64 05:05:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:33 prd-ubuntu20.04-docker-8c-8g-8023 does not seem to be running inside a container 05:05:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-198 -v /w/workspace/gexfoundry_device-snmp-go_PR-198:/w/workspace/gexfoundry_device-snmp-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-198@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:05:34 $ docker top 5b9d22992ff75b9ca6c32c6233a67bc0953e225a233caf55aa5e9689c66d90b3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:05:34 + go version 05:05:34 go version go1.18.7 linux/amd64 [Pipeline] } 05:05:34 $ docker stop --time=1 5b9d22992ff75b9ca6c32c6233a67bc0953e225a233caf55aa5e9689c66d90b3 05:05:36 $ docker rm -f 5b9d22992ff75b9ca6c32c6233a67bc0953e225a233caf55aa5e9689c66d90b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:36 + docker inspect -f . ci-base-image-x86_64 05:05:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:36 prd-ubuntu20.04-docker-8c-8g-8023 does not seem to be running inside a container 05:05:36 $ 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-198 -v /w/workspace/gexfoundry_device-snmp-go_PR-198:/w/workspace/gexfoundry_device-snmp-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-198@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:05:37 $ docker top fc046e704b7d550f2fda93236ec782a2c3e36a5259b75da62f4973963f20f072 -eo pid,comm [Pipeline] { [Pipeline] sh 05:05:37 + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-198 [Pipeline] fileExists [Pipeline] sh 05:05:38 + make test 05:05:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:05:38 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:05:48 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:05:48 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.009s coverage: 0.0% of statements 05:05:53 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:05:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:05:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:05:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:05:56 ./bin/test-attribution-txt.sh [Pipeline] echo 05:05:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:05:56 $ docker stop --time=1 fc046e704b7d550f2fda93236ec782a2c3e36a5259b75da62f4973963f20f072 05:05:58 $ docker rm -f fc046e704b7d550f2fda93236ec782a2c3e36a5259b75da62f4973963f20f072 [Pipeline] // withDockerContainer [Pipeline] sh 05:05:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:05:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:05:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:05:59 + ls -al . 05:05:59 total 172 05:05:59 drwxrwxr-x 9 jenkins jenkins 4096 Oct 17 05:05 . 05:05:59 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 05:04 .. 05:05:59 -rw-rw-r-- 1 jenkins jenkins 6 Oct 17 05:04 .dockerignore 05:05:59 drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 05:05 .git 05:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:04 .github 05:05:59 -rw-rw-r-- 1 jenkins jenkins 328 Oct 17 05:04 .gitignore 05:05:59 -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 05:04 .golangci.yml 05:05:59 drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 05:04 .semver 05:05:59 -rw-rw-r-- 1 jenkins jenkins 8932 Oct 17 05:04 Attribution.txt 05:05:59 -rw-rw-r-- 1 jenkins jenkins 6948 Oct 17 05:04 CHANGELOG.md 05:05:59 -rw-rw-r-- 1 jenkins jenkins 1575 Oct 17 05:04 Dockerfile 05:05:59 -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 05:04 GOVERNANCE.md 05:05:59 -rw-rw-r-- 1 jenkins jenkins 656 Oct 17 05:04 Jenkinsfile 05:05:59 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 05:04 LICENSE 05:05:59 -rw-rw-r-- 1 jenkins jenkins 2543 Oct 17 05:04 Makefile 05:05:59 -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 05:04 OWNERS.md 05:05:59 -rw-rw-r-- 1 jenkins jenkins 10054 Oct 17 05:04 README.md 05:05:59 -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 05:05 VERSION 05:05:59 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 05:04 bin 05:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:04 cmd 05:05:59 -rw-r--r-- 1 jenkins jenkins 7631 Oct 17 05:05 coverage.out 05:05:59 -rw-rw-r-- 1 jenkins jenkins 3473 Oct 17 05:04 go.mod 05:05:59 -rw-rw-r-- 1 jenkins jenkins 38138 Oct 17 05:04 go.sum 05:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:04 internal 05:05:59 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 05:04 snap 05:05:59 -rw-rw-r-- 1 jenkins jenkins 228 Oct 17 05:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:06:00 + 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=cd8bf5961164675082481f4db5aa3215ec2f843f --label arch=amd64 --label version=0.0.0 . 05:06:00 Sending build context to Docker daemon 5.529MB 05:06:00 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 05:06:00 Step 2/25 : FROM ${BASE} AS builder 05:06:00 ---> e9e5e7349821 05:06:00 Step 3/25 : ARG ADD_BUILD_TAGS="" 05:06:00 ---> Running in 146265611ec2 05:06:00 Removing intermediate container 146265611ec2 05:06:00 ---> 075c2c8060b0 05:06:00 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:06:00 ---> Running in 031eb891f90e 05:06:00 Removing intermediate container 031eb891f90e 05:06:00 ---> 6a2fa49e57fc 05:06:00 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:06:00 ---> Running in 8b152942e25f 05:06:00 Removing intermediate container 8b152942e25f 05:06:00 ---> 358c5b9cf06d 05:06:00 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 05:06:00 ---> Running in ff6e5ab8aad9 05:06:00 Removing intermediate container ff6e5ab8aad9 05:06:00 ---> 31cf99d563af 05:06:00 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:06:00 ---> Running in 566fee97367d 05:06:01 Removing intermediate container 566fee97367d 05:06:01 ---> 4f97f3c1f9f9 05:06:01 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:06:01 ---> Running in 5778193befde 05:06:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:06:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:06:02 OK: 216 MiB in 55 packages 05:06:02 Removing intermediate container 5778193befde 05:06:02 ---> 61434a4e120b 05:06:02 Step 9/25 : WORKDIR /device-snmp-go 05:06:02 ---> Running in 8e73ad2f5e40 05:06:03 Removing intermediate container 8e73ad2f5e40 05:06:03 ---> 80788f3eb11b 05:06:03 Step 10/25 : COPY go.mod vendor* ./ 05:06:03 ---> e22e18923bc8 05:06:03 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:03 ---> Running in 8e2dbcf9df73 05:06:04 Removing intermediate container 8e2dbcf9df73 05:06:04 ---> de9ba2a1ac3b 05:06:04 Step 12/25 : COPY . . 05:06:04 ---> 10eab7c8a342 05:06:04 Step 13/25 : RUN ${MAKE} 05:06:04 ---> Running in 84a642382eb8 05:06:04 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.40 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 05:06:22 Removing intermediate container 84a642382eb8 05:06:22 ---> b152a7a8b2ea 05:06:22 Step 14/25 : FROM alpine:3.16 05:06:22 3.16: Pulling from library/alpine 05:06:23 213ec9aee27d: Already exists 05:06:23 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 05:06:23 Status: Downloaded newer image for alpine:3.16 05:06:23 ---> 9c6f07244728 05:06:23 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 05:06:23 ---> Running in 641933c1f3b8 05:06:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:06:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:06:23 (1/6) Installing dumb-init (1.2.5-r1) 05:06:23 (2/6) Installing libgcc (11.2.1_git20220219-r2) 05:06:23 (3/6) Installing libsodium (1.0.18-r0) 05:06:23 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 05:06:23 (5/6) Installing libzmq (4.3.4-r0) 05:06:23 (6/6) Installing zeromq (4.3.4-r0) 05:06:23 Executing busybox-1.35.0-r17.trigger 05:06:23 OK: 8 MiB in 20 packages 05:06:24 Removing intermediate container 641933c1f3b8 05:06:24 ---> d7ada87ca59f 05:06:24 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 05:06:25 ---> abc470ae8973 05:06:25 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:06:25 ---> aaa50ca76649 05:06:25 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 05:06:25 ---> 8617ceab6f8e 05:06:25 Step 19/25 : EXPOSE 59993 05:06:25 ---> Running in 5df231e1c12a 05:06:25 Removing intermediate container 5df231e1c12a 05:06:25 ---> 555bb9849291 05:06:25 Step 20/25 : EXPOSE 161 05:06:25 ---> Running in 0bd8dcf62dfa 05:06:25 Removing intermediate container 0bd8dcf62dfa 05:06:25 ---> 00e1ffe71a87 05:06:25 Step 21/25 : ENTRYPOINT ["/device-snmp"] 05:06:25 ---> Running in df5001f45aba 05:06:25 Removing intermediate container df5001f45aba 05:06:25 ---> 54bb767317d8 05:06:25 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:06:25 ---> Running in 3a1f1511a4f4 05:06:25 Removing intermediate container 3a1f1511a4f4 05:06:25 ---> 9266537358a9 05:06:25 Step 23/25 : LABEL arch=amd64 05:06:25 ---> Running in 6d736e042c3a 05:06:25 Removing intermediate container 6d736e042c3a 05:06:25 ---> 984894f92cc0 05:06:25 Step 24/25 : LABEL git_sha=cd8bf5961164675082481f4db5aa3215ec2f843f 05:06:25 ---> Running in ad7bf95d7a77 05:06:25 Removing intermediate container ad7bf95d7a77 05:06:25 ---> bdeee4b94d92 05:06:25 Step 25/25 : LABEL version=0.0.0 05:06:25 ---> Running in 8a73246343b0 05:06:26 Removing intermediate container 8a73246343b0 05:06:26 ---> 6dc1de69e80b 05:06:26 [Warning] One or more build-args [ARCH] were not consumed 05:06:26 Successfully built 6dc1de69e80b 05:06:26 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:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:06:26 05:06:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:06:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:06:27 latest: Pulling from edgex-lftools-log-publisher 05:06:27 5eb5b503b376: Pulling fs layer 05:06:27 5c69ac0246d0: Pulling fs layer 05:06:27 ec43610c2a17: Pulling fs layer 05:06:27 3a2ae6a8a46f: Pulling fs layer 05:06:27 33b1e0a273af: Pulling fs layer 05:06:27 5d3b04190fa2: Pulling fs layer 05:06:27 2f39f015ded8: Pulling fs layer 05:06:27 3a2ae6a8a46f: Waiting 05:06:27 33b1e0a273af: Waiting 05:06:27 2f39f015ded8: Waiting 05:06:27 5d3b04190fa2: Waiting 05:06:27 5c69ac0246d0: Download complete 05:06:27 3a2ae6a8a46f: Download complete 05:06:27 33b1e0a273af: Verifying Checksum 05:06:27 33b1e0a273af: Download complete 05:06:27 5d3b04190fa2: Verifying Checksum 05:06:27 5d3b04190fa2: Download complete 05:06:27 ec43610c2a17: Verifying Checksum 05:06:27 ec43610c2a17: Download complete 05:06:27 5eb5b503b376: Verifying Checksum 05:06:27 5eb5b503b376: Download complete 05:06:28 2f39f015ded8: Download complete 05:06:28 5eb5b503b376: Pull complete 05:06:29 5c69ac0246d0: Pull complete 05:06:29 ec43610c2a17: Pull complete 05:06:29 3a2ae6a8a46f: Pull complete 05:06:29 33b1e0a273af: Pull complete 05:06:29 5d3b04190fa2: Pull complete 05:06:33 2f39f015ded8: Pull complete 05:06:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:06:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:06:33 prd-ubuntu20.04-docker-8c-8g-8023 does not seem to be running inside a container 05:06:33 $ 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-198 -v /w/workspace/gexfoundry_device-snmp-go_PR-198:/w/workspace/gexfoundry_device-snmp-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-198@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:06:35 $ docker top adba042f785c81fbcca8a59bc5488bdb9a5b792decc88420e90558c0b217598a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:06:35 ---> job-cost.sh 05:06:35 lf-activate-venv: SKIPPING 05:06:35 INFO: No Stack... 05:06:35 INFO: Retrieving Pricing Info for: v3-standard-8 05:06:36 INFO: Archiving Costs [Pipeline] sh 05:06:36 + cat /w/workspace/gexfoundry_device-snmp-go_PR-198/archives/cost.csv 05:06:36 + cut -d, -f6 [Pipeline] lock 05:06:36 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] 05:06:36 Resource [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] did not exist. Created. 05:06:36 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:06:37 + echo total: 0.2199999988079071 [Pipeline] stash 05:06:37 Stashed 1 file(s) [Pipeline] } 05:06:37 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:06:37 $ docker stop --time=1 adba042f785c81fbcca8a59bc5488bdb9a5b792decc88420e90558c0b217598a 05:06:38 $ docker rm -f adba042f785c81fbcca8a59bc5488bdb9a5b792decc88420e90558c0b217598a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:07:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8025 in /w/workspace/gexfoundry_device-snmp-go_PR-198 [Pipeline] { [Pipeline] ws 05:07:59 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:07:59 Selected Git installation does not exist. Using Default 05:07:59 The recommended git tool is: NONE 05:08:05 using credential edgex-jenkins-ssh 05:08:05 Cloning the remote Git repository 05:08:05 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:08:05 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:08:05 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:05 > git --version # timeout=10 05:08:05 > git --version # 'git version 2.25.1' 05:08:05 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:05 Verifying host key using known hosts file 05:08:05 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:08:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:06 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:08 Merging remotes/origin/main commit 86e265f4693997e38d18c21fe32d96af1ec8218a into PR head commit cd8bf5961164675082481f4db5aa3215ec2f843f 05:08:07 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:07 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:07 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:07 Verifying host key using known hosts file 05:08:07 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:08:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:08:08 > git config core.sparsecheckout # timeout=10 05:08:08 > git checkout -f cd8bf5961164675082481f4db5aa3215ec2f843f # timeout=10 05:08:08 > git remote # timeout=10 05:08:08 > git config --get remote.origin.url # timeout=10 05:08:08 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:08 Verifying host key using known hosts file 05:08:08 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:08:08 > git merge 86e265f4693997e38d18c21fe32d96af1ec8218a # timeout=10 05:08:08 > git rev-parse HEAD^{commit} # timeout=10 05:08:08 Merge succeeded, producing cd8bf5961164675082481f4db5aa3215ec2f843f 05:08:08 Checking out Revision cd8bf5961164675082481f4db5aa3215ec2f843f (PR-198) 05:08:09 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 05:08:09 > git --version # timeout=10 05:08:09 > git --version # 'git version 2.25.1' 05:08:09 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:08:08 > git config core.sparsecheckout # timeout=10 05:08:08 > git checkout -f cd8bf5961164675082481f4db5aa3215ec2f843f # timeout=10 05:08:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:08:10 % Total % Received % Xferd Average Speed Time Time Time Current 05:08:10 Dload Upload Total Spent Left Speed 05:08:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 215k 0 --:--:-- --:--:-- --:--:-- 215k [Pipeline] sh 05:08:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:08:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:08:11 + sudo tee /etc/docker/daemon.new 05:08:11 { 05:08:11 "registry-mirrors": [ 05:08:11 "https://nexus3.edgexfoundry.org:10001" 05:08:11 ], 05:08:11 "bip": "10.250.0.254/24", 05:08:11 "hosts": [ 05:08:11 "tcp://0.0.0.0:5555", 05:08:11 "unix:///var/run/docker.sock" 05:08:11 ], 05:08:11 "mtu": 1458, 05:08:11 "selinux-enabled": true, 05:08:11 "seccomp-profile": "/etc/docker/seccomp.json" 05:08:11 } [Pipeline] sh 05:08:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:08:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:30 provisioning config files... 05:08:30 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config7922515101843011140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:30 ---> docker-login.sh 05:08:30 nexus3.edgexfoundry.org:10001 05:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:31 Configure a credential helper to remove this warning. See 05:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:31 05:08:31 Login Succeeded 05:08:31 nexus3.edgexfoundry.org:10002 05:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:31 Configure a credential helper to remove this warning. See 05:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:31 05:08:31 Login Succeeded 05:08:31 nexus3.edgexfoundry.org:10003 05:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:32 Configure a credential helper to remove this warning. See 05:08:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:32 05:08:32 Login Succeeded 05:08:32 nexus3.edgexfoundry.org:10004 05:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:32 Configure a credential helper to remove this warning. See 05:08:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:32 05:08:32 Login Succeeded 05:08:32 docker.io 05:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:33 Configure a credential helper to remove this warning. See 05:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:33 05:08:33 Login Succeeded 05:08:33 ---> docker-login.sh ends [Pipeline] } 05:08:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:08:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:08:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:08:33 ========================================================= 05:08:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:08:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:34 + 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:08:34 Sending build context to Docker daemon 2.851MB 05:08:34 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 05:08:34 Step 2/13 : FROM ${BASE} AS builder 05:08:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:08:34 9b18e9b68314: Pulling fs layer 05:08:34 d32db5db7311: Pulling fs layer 05:08:34 d0c4b47475fc: Pulling fs layer 05:08:34 5831b945b038: Pulling fs layer 05:08:34 86bbec2aaacd: Pulling fs layer 05:08:34 e10730c5d714: Pulling fs layer 05:08:34 5dd5c2283517: Pulling fs layer 05:08:34 d5ac0230b979: Pulling fs layer 05:08:34 e10730c5d714: Waiting 05:08:34 5dd5c2283517: Waiting 05:08:34 d5ac0230b979: Waiting 05:08:34 5831b945b038: Waiting 05:08:34 86bbec2aaacd: Waiting 05:08:34 d0c4b47475fc: Verifying Checksum 05:08:34 d0c4b47475fc: Download complete 05:08:34 d32db5db7311: Download complete 05:08:34 86bbec2aaacd: Download complete 05:08:34 e10730c5d714: Verifying Checksum 05:08:34 e10730c5d714: Download complete 05:08:34 9b18e9b68314: Verifying Checksum 05:08:34 9b18e9b68314: Download complete 05:08:35 9b18e9b68314: Pull complete 05:08:35 d5ac0230b979: Verifying Checksum 05:08:35 d5ac0230b979: Download complete 05:08:36 d32db5db7311: Pull complete 05:08:36 d0c4b47475fc: Pull complete 05:08:38 5dd5c2283517: Verifying Checksum 05:08:38 5dd5c2283517: Download complete 05:08:39 5831b945b038: Verifying Checksum 05:08:39 5831b945b038: Download complete 05:08:51 5831b945b038: Pull complete 05:08:51 86bbec2aaacd: Pull complete 05:08:51 e10730c5d714: Pull complete 05:08:58 5dd5c2283517: Pull complete 05:08:59 d5ac0230b979: Pull complete 05:08:59 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 05:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:08:59 ---> 59b3b1a385d4 05:08:59 Step 3/13 : ARG ADD_BUILD_TAGS="" 05:09:00 ---> Running in 1a1a3d373a99 05:09:00 Removing intermediate container 1a1a3d373a99 05:09:00 ---> 89c59d6aa96a 05:09:00 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:09:01 ---> Running in 432bf8b35c56 05:09:01 Removing intermediate container 432bf8b35c56 05:09:01 ---> 7dcc4ac22374 05:09:01 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:09:01 ---> Running in 5d825704bbe0 05:09:01 Removing intermediate container 5d825704bbe0 05:09:01 ---> 7e496bfcb9c0 05:09:01 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 05:09:01 ---> Running in ea7b5db44e0f 05:09:02 Removing intermediate container ea7b5db44e0f 05:09:02 ---> 379ab18e65a2 05:09:02 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:02 ---> Running in c40ca3f5f2f5 05:09:04 Removing intermediate container c40ca3f5f2f5 05:09:04 ---> 498544d72525 05:09:04 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:09:04 ---> Running in 6ef717846388 05:09:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:09:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:09:06 (1/4) Installing openssh-keygen (9.0_p1-r2) 05:09:06 (2/4) Installing libedit (20210910.3.1-r0) 05:09:06 (3/4) Installing openssh-client-common (9.0_p1-r2) 05:09:07 (4/4) Installing openssh-client-default (9.0_p1-r2) 05:09:07 Executing busybox-1.35.0-r17.trigger 05:09:07 OK: 226 MiB in 55 packages 05:09:08 Removing intermediate container 6ef717846388 05:09:08 ---> efbe34593fb6 05:09:08 Step 9/13 : WORKDIR /device-snmp-go 05:09:08 ---> Running in 93d0df9c5a62 05:09:08 Removing intermediate container 93d0df9c5a62 05:09:08 ---> 85da14250ae4 05:09:08 Step 10/13 : COPY go.mod vendor* ./ 05:09:09 ---> 11993e76d330 05:09:09 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:09 ---> Running in e26be53a81e4 05:09:56 Removing intermediate container e26be53a81e4 05:09:56 ---> cfab2b1866ba 05:09:56 Step 12/13 : COPY . . 05:09:57 ---> b3f9a2090447 05:09:57 Step 13/13 : RUN ${MAKE} 05:09:57 ---> Running in 295767c39b15 05:09:58 noop 05:09:58 Removing intermediate container 295767c39b15 05:09:58 ---> 437cc1021b75 05:09:58 Successfully built 437cc1021b75 05:09:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:59 + docker inspect -f . ci-base-image-arm64 05:09:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:59 prd-ubuntu20.04-docker-arm64-4c-16g-8025 does not seem to be running inside a container 05:09:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:10:02 $ docker top 1aaf406160c473453df55f8abc9eec552ce99a1a855d25ba23fd06785212ffc6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:03 + go version 05:10:03 go version go1.18.7 linux/arm64 [Pipeline] } 05:10:03 $ docker stop --time=1 1aaf406160c473453df55f8abc9eec552ce99a1a855d25ba23fd06785212ffc6 05:10:05 $ docker rm -f 1aaf406160c473453df55f8abc9eec552ce99a1a855d25ba23fd06785212ffc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:05 + docker inspect -f . ci-base-image-arm64 05:10:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:10:06 prd-ubuntu20.04-docker-arm64-4c-16g-8025 does not seem to be running inside a container 05:10:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:10:07 $ docker top 05f13a92dd58ecaedb41c7443b7db1a46d001b3f6d8ba826ad3abb27c0b6ae89 -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:08 + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh 05:10:08 + make test 05:10:08 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:10:10 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:11:32 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:11:32 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.045s coverage: 0.0% of statements 05:11:32 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:11:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:11:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:11:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:11:54 ./bin/test-attribution-txt.sh [Pipeline] echo 05:11:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:11:54 $ docker stop --time=1 05f13a92dd58ecaedb41c7443b7db1a46d001b3f6d8ba826ad3abb27c0b6ae89 05:11:56 $ docker rm -f 05f13a92dd58ecaedb41c7443b7db1a46d001b3f6d8ba826ad3abb27c0b6ae89 [Pipeline] // withDockerContainer [Pipeline] sh 05:11:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:11:57 Warning: overwriting stash ‘coverage-report’ 05:11:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:11:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:11:58 + ls -al . 05:11:58 total 168 05:11:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 05:10 . 05:11:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 05:08 .. 05:11:58 -rw-rw-r-- 1 jenkins jenkins 6 Oct 17 05:08 .dockerignore 05:11:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 05:08 .git 05:11:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:08 .github 05:11:58 -rw-rw-r-- 1 jenkins jenkins 328 Oct 17 05:08 .gitignore 05:11:58 -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 05:08 .golangci.yml 05:11:58 -rw-rw-r-- 1 jenkins jenkins 8932 Oct 17 05:08 Attribution.txt 05:11:58 -rw-rw-r-- 1 jenkins jenkins 6948 Oct 17 05:08 CHANGELOG.md 05:11:58 -rw-rw-r-- 1 jenkins jenkins 1575 Oct 17 05:08 Dockerfile 05:11:58 -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 05:08 GOVERNANCE.md 05:11:58 -rw-rw-r-- 1 jenkins jenkins 656 Oct 17 05:08 Jenkinsfile 05:11:58 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 05:08 LICENSE 05:11:58 -rw-rw-r-- 1 jenkins jenkins 2543 Oct 17 05:08 Makefile 05:11:58 -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 05:08 OWNERS.md 05:11:58 -rw-rw-r-- 1 jenkins jenkins 10054 Oct 17 05:08 README.md 05:11:58 -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 05:05 VERSION 05:11:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 05:08 bin 05:11:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:08 cmd 05:11:58 -rw-r--r-- 1 jenkins jenkins 7631 Oct 17 05:11 coverage.out 05:11:58 -rw-rw-r-- 1 jenkins jenkins 3473 Oct 17 05:08 go.mod 05:11:58 -rw-rw-r-- 1 jenkins jenkins 38138 Oct 17 05:08 go.sum 05:11:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 05:08 internal 05:11:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 05:08 snap 05:11:58 -rw-rw-r-- 1 jenkins jenkins 228 Oct 17 05:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:11:58 + 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=cd8bf5961164675082481f4db5aa3215ec2f843f --label arch=arm64 --label version=0.0.0 . 05:11:59 Sending build context to Docker daemon 2.86MB 05:11:59 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 05:11:59 Step 2/25 : FROM ${BASE} AS builder 05:11:59 ---> 437cc1021b75 05:11:59 Step 3/25 : ARG ADD_BUILD_TAGS="" 05:11:59 ---> Running in 357ee43c7daa 05:11:59 Removing intermediate container 357ee43c7daa 05:11:59 ---> 9af340f5531a 05:11:59 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:11:59 ---> Running in 1e2f00d413d8 05:11:59 Removing intermediate container 1e2f00d413d8 05:11:59 ---> f50ee1742c8c 05:11:59 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:11:59 ---> Running in 2fe73d9dc785 05:12:00 Removing intermediate container 2fe73d9dc785 05:12:00 ---> bd1419390412 05:12:00 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 05:12:00 ---> Running in dc4bc9050a69 05:12:00 Removing intermediate container dc4bc9050a69 05:12:00 ---> ff8b698e15ce 05:12:00 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:00 ---> Running in 637deecb10b1 05:12:02 Removing intermediate container 637deecb10b1 05:12:02 ---> 8d640bfb99e7 05:12:02 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:12:02 ---> Running in 8b573d1c8b3b 05:12:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:12:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:12:04 OK: 226 MiB in 55 packages 05:12:05 Removing intermediate container 8b573d1c8b3b 05:12:05 ---> d4568fc1843d 05:12:05 Step 9/25 : WORKDIR /device-snmp-go 05:12:05 ---> Running in aff293d88113 05:12:05 Removing intermediate container aff293d88113 05:12:05 ---> 13e4de665d45 05:12:05 Step 10/25 : COPY go.mod vendor* ./ 05:12:06 ---> c9b5c4f9fcb7 05:12:06 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:06 ---> Running in a41e18bd2540 05:12:08 Removing intermediate container a41e18bd2540 05:12:08 ---> e56977cfe3e5 05:12:08 Step 12/25 : COPY . . 05:12:09 ---> 3d245596cee7 05:12:09 Step 13/25 : RUN ${MAKE} 05:12:09 ---> Running in 683f8d5c6ff4 05:12:09 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.40 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 05:14:46 Removing intermediate container 683f8d5c6ff4 05:14:46 ---> 2b54c1a10fd5 05:14:46 Step 14/25 : FROM alpine:3.16 05:14:46 3.16: Pulling from library/alpine 05:14:46 9b18e9b68314: Already exists 05:14:46 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 05:14:46 Status: Downloaded newer image for alpine:3.16 05:14:46 ---> a6215f271958 05:14:46 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 05:14:46 ---> Running in f7d019d4ecc5 05:14:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:14:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:14:46 (1/6) Installing dumb-init (1.2.5-r1) 05:14:46 (2/6) Installing libgcc (11.2.1_git20220219-r2) 05:14:46 (3/6) Installing libsodium (1.0.18-r0) 05:14:46 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 05:14:46 (5/6) Installing libzmq (4.3.4-r0) 05:14:46 (6/6) Installing zeromq (4.3.4-r0) 05:14:46 Executing busybox-1.35.0-r17.trigger 05:14:46 OK: 8 MiB in 20 packages 05:14:46 Removing intermediate container f7d019d4ecc5 05:14:46 ---> d46d8244cdca 05:14:46 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 05:14:46 ---> 564f5f1a22dd 05:14:46 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:14:46 ---> d96ac47d3b9c 05:14:46 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 05:14:46 ---> 5546e6a49782 05:14:46 Step 19/25 : EXPOSE 59993 05:14:46 ---> Running in a5224347610f 05:14:46 Removing intermediate container a5224347610f 05:14:46 ---> 51fe211ecb7b 05:14:46 Step 20/25 : EXPOSE 161 05:14:46 ---> Running in 1d4b94d93bf4 05:14:46 Removing intermediate container 1d4b94d93bf4 05:14:46 ---> 0550eae206ca 05:14:46 Step 21/25 : ENTRYPOINT ["/device-snmp"] 05:14:46 ---> Running in 0b414148f5cf 05:14:46 Removing intermediate container 0b414148f5cf 05:14:46 ---> c1dd3b988b00 05:14:46 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:14:46 ---> Running in 8abbc361df26 05:14:46 Removing intermediate container 8abbc361df26 05:14:46 ---> 8b963e6c5d81 05:14:46 Step 23/25 : LABEL arch=arm64 05:14:46 ---> Running in 2b37e2529d0a 05:14:46 Removing intermediate container 2b37e2529d0a 05:14:46 ---> 94755eda98d4 05:14:46 Step 24/25 : LABEL git_sha=cd8bf5961164675082481f4db5aa3215ec2f843f 05:14:46 ---> Running in 5d4b13c0a15c 05:14:46 Removing intermediate container 5d4b13c0a15c 05:14:46 ---> d529b90088c3 05:14:46 Step 25/25 : LABEL version=0.0.0 05:14:46 ---> Running in aba504b64675 05:14:46 Removing intermediate container aba504b64675 05:14:46 ---> 28fab15e24da 05:14:46 [Warning] One or more build-args [ARCH] were not consumed 05:14:46 Successfully built 28fab15e24da 05:14:46 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:14:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:47 05:14:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:47 arm64: Pulling from edgex-lftools-log-publisher 05:14:47 8998bd30e6a1: Pulling fs layer 05:14:47 04944245beec: Pulling fs layer 05:14:47 699f458cf7ca: Pulling fs layer 05:14:47 765212b225bb: Pulling fs layer 05:14:47 f23df028b6ca: Pulling fs layer 05:14:47 d65c8cfc05b1: Pulling fs layer 05:14:47 2437ff75d9bd: Pulling fs layer 05:14:47 765212b225bb: Waiting 05:14:47 f23df028b6ca: Waiting 05:14:47 d65c8cfc05b1: Waiting 05:14:47 2437ff75d9bd: Waiting 05:14:48 04944245beec: Verifying Checksum 05:14:48 04944245beec: Download complete 05:14:48 765212b225bb: Verifying Checksum 05:14:48 765212b225bb: Download complete 05:14:48 f23df028b6ca: Verifying Checksum 05:14:48 f23df028b6ca: Download complete 05:14:48 d65c8cfc05b1: Verifying Checksum 05:14:48 d65c8cfc05b1: Download complete 05:14:48 699f458cf7ca: Verifying Checksum 05:14:48 699f458cf7ca: Download complete 05:14:48 8998bd30e6a1: Verifying Checksum 05:14:48 8998bd30e6a1: Download complete 05:14:51 2437ff75d9bd: Verifying Checksum 05:14:51 2437ff75d9bd: Download complete 05:14:52 8998bd30e6a1: Pull complete 05:14:53 04944245beec: Pull complete 05:14:54 699f458cf7ca: Pull complete 05:14:54 765212b225bb: Pull complete 05:14:55 f23df028b6ca: Pull complete 05:14:55 d65c8cfc05b1: Pull complete 05:15:10 2437ff75d9bd: Pull complete 05:15:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:15:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:15:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:10 prd-ubuntu20.04-docker-arm64-4c-16g-8025 does not seem to be running inside a container 05:15:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:15:13 $ docker top 4af8a2a6b99e27f9f0072bbdc74a5420a95dbe511d5329b575a6f78f1dacb115 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:15:14 ---> job-cost.sh 05:15:14 lf-activate-venv: SKIPPING 05:15:14 INFO: No Stack... 05:15:14 INFO: Retrieving Pricing Info for: v3-standard-4 05:15:15 INFO: Archiving Costs [Pipeline] sh 05:15:16 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:15:16 + cut -d, -f6 [Pipeline] lock 05:15:16 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] 05:15:16 Resource [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] did not exist. Created. 05:15:16 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:15:16 /w/workspace/device-snmp-go/1@tmp/durable-5743533e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:15:17 + echo total: 0.10999999940395355 [Pipeline] stash 05:15:17 Warning: overwriting stash ‘stack-cost’ 05:15:17 Stashed 1 file(s) [Pipeline] } 05:15:17 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:15:17 $ docker stop --time=1 4af8a2a6b99e27f9f0072bbdc74a5420a95dbe511d5329b575a6f78f1dacb115 05:15:19 $ docker rm -f 4af8a2a6b99e27f9f0072bbdc74a5420a95dbe511d5329b575a6f78f1dacb115 [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:15:20 provisioning config files... 05:15:20 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/config10021110607568790268tmp [Pipeline] { [Pipeline] sh 05:15:20 + set +x 05:15:20 + bash -s -- 05:15:20 + curl -s https://codecov.io/bash 05:15:20 05:15:20 _____ _ 05:15:20 / ____| | | 05:15:20 | | ___ __| | ___ ___ _____ __ 05:15:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:15:20 | |___| (_) | (_| | __/ (_| (_) \ V / 05:15:20 \_____\___/ \__,_|\___|\___\___/ \_/ 05:15:20 Bash-1.0.6 05:15:20 05:15:20 05:15:20 ==> git version 2.25.1 found 05:15:20 ==> 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:15:20 Release-Date: 2020-01-08 05:15:20 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:15:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:15:20 ==> Jenkins CI detected. 05:15:20 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-198 05:15:20 project root: . 05:15:20 --> token set from env 05:15:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:15:20 ==> Running gcov in . (disable via -X gcov) 05:15:20 ==> Python coveragepy not found 05:15:20 ==> Searching for coverage reports in: 05:15:20 + . 05:15:20 -> Found 1 reports 05:15:20 ==> Detecting git/mercurial file structure 05:15:20 ==> Reading reports 05:15:20 + ./coverage.out bytes=7631 05:15:20 ==> Appending adjustments 05:15:20 https://docs.codecov.io/docs/fixing-reports 05:15:20 + Found adjustments 05:15:20 ==> Gzipping contents 05:15:20 4.0K /tmp/codecov.KGh18h.gz 05:15:20 ==> Uploading reports 05:15:20 url: https://codecov.io 05:15:20 query: branch=PR-198&commit=cd8bf5961164675082481f4db5aa3215ec2f843f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=198&job=&cmd_args= 05:15:20 -> Pinging Codecov 05:15:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-198&commit=cd8bf5961164675082481f4db5aa3215ec2f843f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=198&job=&cmd_args= 05:15:21 -> Uploading to 05:15:21 https://storage.googleapis.com/codecov/v4/raw/2022-10-17/6C56EA5C29638FB4528AC87E60AF5AE0/cd8bf5961164675082481f4db5aa3215ec2f843f/dc262359-5181-46fe-94e2-f5ea75f456c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221017%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221017T051520Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7f29b7dfd99f3754c04767c907612c6da45469d3eef368b0f8b87c80cd330cb 05:15:21 % Total % Received % Xferd Average Speed Time Time Time Current 05:15:21 Dload Upload Total Spent Left Speed 05:15:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1543 0 0 100 1543 0 6376 --:--:-- --:--:-- --:--:-- 6376 05:15:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/cd8bf5961164675082481f4db5aa3215ec2f843f [Pipeline] } 05:15:21 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:15:23 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-198/archives ] 05:15:23 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-198/archives 05:15:23 total 16 05:15:23 drwxr-xr-x 3 root root 4096 Oct 17 05:06 . 05:15:23 drwxrwxr-x 10 jenkins jenkins 4096 Oct 17 05:06 .. 05:15:23 drwxr-xr-x 2 root root 4096 Oct 17 05:06 cost 05:15:23 -rw-r--r-- 1 root root 86 Oct 17 05:06 cost.csv 05:15:23 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-198/archives 05:15:23 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-198/archives 05:15:23 total 16 05:15:23 drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 05:06 . 05:15:23 drwxrwxr-x 10 jenkins jenkins 4096 Oct 17 05:06 .. 05:15:23 drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 05:06 cost 05:15:23 -rw-r--r-- 1 jenkins jenkins 86 Oct 17 05:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:15:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:15:24 ---> package-listing.sh 05:15:24 ++ facter osfamily 05:15:24 ++ tr '[:upper:]' '[:lower:]' 05:15:24 + OS_FAMILY=debian 05:15:24 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-198 05:15:24 + START_PACKAGES=/tmp/packages_start.txt 05:15:24 + END_PACKAGES=/tmp/packages_end.txt 05:15:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:15:24 + PACKAGES=/tmp/packages_start.txt 05:15:24 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-198 ']' 05:15:24 + PACKAGES=/tmp/packages_end.txt 05:15:24 + case "${OS_FAMILY}" in 05:15:24 + dpkg -l 05:15:24 + grep '^ii' 05:15:24 + '[' -f /tmp/packages_start.txt ']' 05:15:24 + '[' -f /tmp/packages_end.txt ']' 05:15:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:15:24 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-198 ']' 05:15:24 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-198/archives/ 05:15:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-198/archives/ [Pipeline] echo 05:15:24 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-198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:15:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:15:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:25 prd-ubuntu20.04-docker-8c-8g-8023 does not seem to be running inside a container 05:15:25 $ 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-198/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-198 -v /w/workspace/gexfoundry_device-snmp-go_PR-198:/w/workspace/gexfoundry_device-snmp-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-198@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-198@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:15:25 $ docker top 832765175e8deb4a0f5e5b3fbd8113b8a2ed253a671c29ac00a98f48568f620f -eo pid,comm [Pipeline] { [Pipeline] sh 05:15:26 + touch /tmp/pre-build-complete [Pipeline] sh 05:15:26 + mkdir -p /var/log/sysstat [Pipeline] sh 05:15:26 + ls /var/log/sa-host 05:15:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:15:27 provisioning config files... 05:15:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-198@tmp/config1020025953461311331tmp [Pipeline] { [Pipeline] echo 05:15:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:15:27 ---> create-netrc.sh [Pipeline] } 05:15:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:15:27 ---> python-tools-install.sh [Pipeline] echo 05:15:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:15:28 ---> sudo-logs.sh 05:15:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:15:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:15:28 ---> job-cost.sh 05:15:28 lf-activate-venv: SKIPPING 05:15:28 DEBUG: total: 0.2199999988079071 05:15:28 INFO: Retrieving Stack Cost... 05:15:28 INFO: Retrieving Pricing Info for: v3-standard-8 05:15:29 INFO: Archiving Costs [Pipeline] echo 05:15:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:15:29 ---> logs-deploy.sh 05:15:29 lf-activate-venv: SKIPPING 05:15:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-198/1 05:15:29 INFO: archiving workspace using pattern(s): 05:15:30 Archives upload complete. 05:15:30 INFO: archiving logs to Nexus