Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9516c9f86bfab3f780b93b970f8360439339a3f4 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-ssh13208032879451755388.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh18228957237742675887.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14796733780104048433.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 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-ssh7078483005455547110.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9743125264967318279.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.20 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-8906 in /w/workspace/edgexfoundry_device-snmp-go_main [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/edgexfoundry_device-snmp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9516c9f86bfab3f780b93b970f8360439339a3f4 (main) Commit message: "Merge pull request #288 from hahattan/bump-sdk" > 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 core.sparsecheckout # timeout=10 > git checkout -f 9516c9f86bfab3f780b93b970f8360439339a3f4 # timeout=10 > git rev-list --no-walk 66f4f92b1dfb1a8e5e2851088fb3fbe79a62ad92 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:14:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:14:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:14:14 ========================================================= 11:14:14 EdgeX Global Pipelines Version Info 11:14:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:14:15 ------------------- 11:14:15 stable info: 11:14:15 ------------------- 11:14:15 Commited By: Bill Mahoney bill.mahoney@intel.com 11:14:15 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:14:15 Message: update stable to v1.0.248 11:14:15 ------------------- 11:14:15 experimental info: 11:14:15 ------------------- 11:14:15 Commited By: **** collab-it+edgex@linuxfoundation.org 11:14:15 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:14:15 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9516c9f [Pipeline] echo 11:14:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:14:16 provisioning config files... 11:14:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12468874072402608480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:14:16 ---> docker-login.sh 11:14:16 nexus3.edgexfoundry.org:10001 11:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:17 Configure a credential helper to remove this warning. See 11:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:17 11:14:17 Login Succeeded 11:14:17 nexus3.edgexfoundry.org:10002 11:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:17 Configure a credential helper to remove this warning. See 11:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:17 11:14:17 Login Succeeded 11:14:17 nexus3.edgexfoundry.org:10003 11:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:17 Configure a credential helper to remove this warning. See 11:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:17 11:14:17 Login Succeeded 11:14:17 nexus3.edgexfoundry.org:10004 11:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:17 Configure a credential helper to remove this warning. See 11:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:17 11:14:17 Login Succeeded 11:14:17 docker.io 11:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:18 Configure a credential helper to remove this warning. See 11:14:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:18 11:14:18 Login Succeeded 11:14:18 ---> docker-login.sh ends [Pipeline] } 11:14:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:14:18 + git rev-list -1 --merges 9516c9f86bfab3f780b93b970f8360439339a3f4~1..9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] echo 11:14:18 -----------> git rev-list -1 --merges 9516c9f86bfab3f780b93b970f8360439339a3f4~1..9516c9f86bfab3f780b93b970f8360439339a3f4 9516c9f86bfab3f780b93b970f8360439339a3f4 11:14:18 9516c9f86bfab3f780b93b970f8360439339a3f4 [false] [Pipeline] sh 11:14:18 + git log --format=format:%s -1 9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] echo 11:14:18 ========================================================= 11:14:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:14:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:14:19 + git log --format=format:%s -1 9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] echo 11:14:19 [semverPrep] GIT_COMMIT: 9516c9f86bfab3f780b93b970f8360439339a3f4, Commit Message: Merge pull request #288 from hahattan/bump-sdk [Pipeline] echo 11:14:19 [semverPrep] This is not a build commit. [Pipeline] sh 11:14:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:14:19 + grep -v github /etc/ssh/ssh_known_hosts 11:14:19 + [ -e /tmp/ssh_known_hosts ] 11:14:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:14:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:14:19 + sudo tee -a /etc/ssh/ssh_known_hosts 11:14:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:14:19 11:14:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:14:20 0.1.4: Pulling from edgex-devops/py-git-semver 11:14:20 b85a868b505f: Pulling fs layer 11:14:20 e2be974225ed: Pulling fs layer 11:14:20 339a4e72a1f5: Pulling fs layer 11:14:20 988bab9f4d93: Pulling fs layer 11:14:20 1469e6f7b9e6: Pulling fs layer 11:14:20 eaf3925da568: Pulling fs layer 11:14:20 bab4dde63d76: Pulling fs layer 11:14:20 bde34c3a00c8: Pulling fs layer 11:14:20 b352a97aabf1: Pulling fs layer 11:14:20 4872d77fe225: Pulling fs layer 11:14:20 5851b861e8e6: Pulling fs layer 11:14:20 988bab9f4d93: Waiting 11:14:20 bab4dde63d76: Waiting 11:14:20 bde34c3a00c8: Waiting 11:14:20 1469e6f7b9e6: Waiting 11:14:20 eaf3925da568: Waiting 11:14:20 b352a97aabf1: Waiting 11:14:20 4872d77fe225: Waiting 11:14:20 5851b861e8e6: Waiting 11:14:20 e2be974225ed: Download complete 11:14:20 988bab9f4d93: Verifying Checksum 11:14:20 988bab9f4d93: Download complete 11:14:20 1469e6f7b9e6: Verifying Checksum 11:14:20 1469e6f7b9e6: Download complete 11:14:20 339a4e72a1f5: Verifying Checksum 11:14:20 339a4e72a1f5: Download complete 11:14:20 eaf3925da568: Verifying Checksum 11:14:20 eaf3925da568: Download complete 11:14:20 bde34c3a00c8: Download complete 11:14:20 b352a97aabf1: Verifying Checksum 11:14:20 b352a97aabf1: Download complete 11:14:20 4872d77fe225: Download complete 11:14:20 5851b861e8e6: Verifying Checksum 11:14:20 5851b861e8e6: Download complete 11:14:20 b85a868b505f: Verifying Checksum 11:14:20 b85a868b505f: Download complete 11:14:20 bab4dde63d76: Verifying Checksum 11:14:20 bab4dde63d76: Download complete 11:14:21 b85a868b505f: Pull complete 11:14:21 e2be974225ed: Pull complete 11:14:22 339a4e72a1f5: Pull complete 11:14:22 988bab9f4d93: Pull complete 11:14:22 1469e6f7b9e6: Pull complete 11:14:22 eaf3925da568: Pull complete 11:14:24 bab4dde63d76: Pull complete 11:14:24 bde34c3a00c8: Pull complete 11:14:24 b352a97aabf1: Pull complete 11:14:24 4872d77fe225: Pull complete 11:14:24 5851b861e8e6: Pull complete 11:14:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:14:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:14:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:14:24 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:14:27 $ docker top 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 -eo pid,comm 11:14:27 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). 11:14:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:14:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:14:27 [ssh-agent] Looking for ssh-agent implementation... 11:14:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:14:27 $ docker exec 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 ssh-agent 11:14:27 SSH_AUTH_SOCK=/tmp/ssh-i7RFwLGPfZ3S/agent.33 11:14:27 SSH_AGENT_PID=39 11:14:27 Running ssh-add (command line suppressed) 11:14:28 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_7336226626945248081.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_7336226626945248081.key) 11:14:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:14:28 + git tag --points-at HEAD [Pipeline] } 11:14:28 $ docker exec --env ******** --env ******** 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 ssh-agent -k 11:14:28 unset SSH_AUTH_SOCK; 11:14:28 unset SSH_AGENT_PID; 11:14:28 echo Agent pid 39 killed; 11:14:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:14:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:14:28 [ssh-agent] Looking for ssh-agent implementation... 11:14:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:14:28 $ docker exec 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 ssh-agent 11:14:28 SSH_AUTH_SOCK=/tmp/ssh-Tb4aUliNbmKP/agent.71 11:14:28 SSH_AGENT_PID=77 11:14:28 Running ssh-add (command line suppressed) 11:14:28 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9953646926858000629.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9953646926858000629.key) 11:14:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:14:29 + git semver init 11:14:29 2023-04-18 11:14:29,341 [run_init] DEBUG init version:0.0.0 force:False 11:14:29 2023-04-18 11:14:29,341 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 11:14:29 2023-04-18 11:14:29,342 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver 11:14:29 2023-04-18 11:14:29,342 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/edgexfoundry_device-snmp-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 11:14:30 2023-04-18 11:14:30,108 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 11:14:30 2023-04-18 11:14:30,108 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False 11:14:30 2023-04-18 11:14:30,108 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:14:30 2023-04-18 11:14:30,109 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:14:30 3.0.0-dev.14 [Pipeline] } 11:14:30 $ docker exec --env ******** --env ******** 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 ssh-agent -k 11:14:30 unset SSH_AUTH_SOCK; 11:14:30 unset SSH_AGENT_PID; 11:14:30 echo Agent pid 77 killed; 11:14:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:14:30 + git semver [Pipeline] } 11:14:31 $ docker stop --time=1 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 11:14:32 $ docker rm -f --volumes 1b6a5c3326e956329c59ea834baee8b212765918399d6bf08c595b8b516d10a2 [Pipeline] // withDockerContainer [Pipeline] sh 11:14:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:14:33 Stashed 1 file(s) [Pipeline] echo 11:14:33 [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [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 11:14:33 provisioning config files... 11:14:33 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4585338071087342823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:14:33 ---> docker-login.sh 11:14:33 nexus3.edgexfoundry.org:10001 11:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:33 Configure a credential helper to remove this warning. See 11:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:33 11:14:33 Login Succeeded 11:14:33 nexus3.edgexfoundry.org:10002 11:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:33 Configure a credential helper to remove this warning. See 11:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:33 11:14:33 Login Succeeded 11:14:33 nexus3.edgexfoundry.org:10003 11:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:33 Configure a credential helper to remove this warning. See 11:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:33 11:14:33 Login Succeeded 11:14:33 nexus3.edgexfoundry.org:10004 11:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:33 Configure a credential helper to remove this warning. See 11:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:33 11:14:33 Login Succeeded 11:14:33 docker.io 11:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:14:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:14:34 Configure a credential helper to remove this warning. See 11:14:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:14:34 11:14:34 Login Succeeded 11:14:34 ---> docker-login.sh ends [Pipeline] } 11:14:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:14:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:14:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:14:34 ========================================================= 11:14:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:14:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:34 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:14:34 Sending build context to Docker daemon 5.764MB 11:14:34 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:14:34 Step 2/12 : FROM ${BASE} AS builder 11:14:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:14:34 63b65145d645: Pulling fs layer 11:14:34 a2d21d5440eb: Pulling fs layer 11:14:34 935e6c44a52c: Pulling fs layer 11:14:34 94cc34f8dd06: Pulling fs layer 11:14:34 30dea6a524f1: Pulling fs layer 11:14:34 a2aff8979fd8: Pulling fs layer 11:14:34 6808be2612f2: Pulling fs layer 11:14:34 94cc34f8dd06: Waiting 11:14:34 f25807f1079a: Pulling fs layer 11:14:34 30dea6a524f1: Waiting 11:14:34 a2aff8979fd8: Waiting 11:14:34 6808be2612f2: Waiting 11:14:34 f25807f1079a: Waiting 11:14:34 a2d21d5440eb: Verifying Checksum 11:14:34 a2d21d5440eb: Download complete 11:14:34 94cc34f8dd06: Download complete 11:14:34 30dea6a524f1: Verifying Checksum 11:14:34 30dea6a524f1: Download complete 11:14:34 63b65145d645: Download complete 11:14:34 a2aff8979fd8: Verifying Checksum 11:14:34 a2aff8979fd8: Download complete 11:14:34 63b65145d645: Pull complete 11:14:34 a2d21d5440eb: Pull complete 11:14:35 f25807f1079a: Verifying Checksum 11:14:35 f25807f1079a: Download complete 11:14:35 935e6c44a52c: Verifying Checksum 11:14:35 935e6c44a52c: Download complete 11:14:35 6808be2612f2: Verifying Checksum 11:14:35 6808be2612f2: Download complete 11:14:38 935e6c44a52c: Pull complete 11:14:38 94cc34f8dd06: Pull complete 11:14:38 30dea6a524f1: Pull complete 11:14:38 a2aff8979fd8: Pull complete 11:14:41 6808be2612f2: Pull complete 11:14:41 f25807f1079a: Pull complete 11:14:41 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 11:14:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:14:41 ---> 3b553350e43f 11:14:41 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:14:46 ---> Running in 7d724815ff80 11:14:46 Removing intermediate container 7d724815ff80 11:14:46 ---> 77a19048389e 11:14:46 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:14:46 ---> Running in 9513bf5fe7b4 11:14:46 Removing intermediate container 9513bf5fe7b4 11:14:46 ---> 2dec3225a73f 11:14:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:14:46 ---> Running in 17cf0fd06832 11:14:46 Removing intermediate container 17cf0fd06832 11:14:46 ---> 9b188e7e2780 11:14:46 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:14:46 ---> Running in 4a1c41a68c84 11:14:46 Removing intermediate container 4a1c41a68c84 11:14:46 ---> 0cc374bbdb25 11:14:46 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:14:46 ---> Running in 0bcf325a4b53 11:14:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:14:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:14:47 (1/4) Installing openssh-keygen (9.1_p1-r2) 11:14:47 (2/4) Installing libedit (20221030.3.1-r0) 11:14:47 (3/4) Installing openssh-client-common (9.1_p1-r2) 11:14:47 (4/4) Installing openssh-client-default (9.1_p1-r2) 11:14:47 Executing busybox-1.35.0-r29.trigger 11:14:47 OK: 269 MiB in 57 packages 11:14:47 Removing intermediate container 0bcf325a4b53 11:14:47 ---> b6ead7c851ab 11:14:47 Step 8/12 : WORKDIR /device-snmp-go 11:14:47 ---> Running in 551997d2c897 11:14:47 Removing intermediate container 551997d2c897 11:14:47 ---> f203d1df455c 11:14:47 Step 9/12 : COPY go.mod vendor* ./ 11:14:47 ---> 7b8e99c37027 11:14:47 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:14:47 ---> Running in ed89c918aac6 11:14:48 Still waiting to schedule task 11:14:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:15:19 Removing intermediate container ed89c918aac6 11:15:19 ---> 7cbebafad4e7 11:15:19 Step 11/12 : COPY . . 11:15:19 ---> 4121ef1dab47 11:15:19 Step 12/12 : RUN ${MAKE} 11:15:19 ---> Running in 32c8764c12c7 11:15:19 noop 11:15:19 Removing intermediate container 32c8764c12c7 11:15:19 ---> 4d2da6ae998f 11:15:19 Successfully built 4d2da6ae998f 11:15:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:20 + docker inspect -f . ci-base-image-x86_64 11:15:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:20 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:15:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 ******** ci-base-image-x86_64 cat 11:15:20 $ docker top bd14d7e62d304b209cd31f038a3153ad2cba556809dcaf2d53d4734103e7417f -eo pid,comm [Pipeline] { [Pipeline] sh 11:15:20 + go version 11:15:20 go version go1.20.2 linux/amd64 [Pipeline] } 11:15:20 $ docker stop --time=1 bd14d7e62d304b209cd31f038a3153ad2cba556809dcaf2d53d4734103e7417f 11:15:22 $ docker rm -f --volumes bd14d7e62d304b209cd31f038a3153ad2cba556809dcaf2d53d4734103e7417f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:22 + docker inspect -f . ci-base-image-x86_64 11:15:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:22 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:15:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 ******** ci-base-image-x86_64 cat 11:15:23 $ docker top 91bcae6e54aeed877526cbc77555788d9c97ac9f5dbbac28c1a50a919b5c8692 -eo pid,comm [Pipeline] { [Pipeline] sh 11:15:23 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh 11:15:23 + make test 11:15:23 go test ./... -coverprofile=coverage.out 11:15:27 ? github.com/edgexfoundry/device-snmp-go [no test files] 11:15:37 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 11:15:37 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements 11:15:43 go vet ./... 11:15:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:15:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:15:46 ./bin/test-attribution-txt.sh [Pipeline] echo 11:15:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:15:46 $ docker stop --time=1 91bcae6e54aeed877526cbc77555788d9c97ac9f5dbbac28c1a50a919b5c8692 11:15:50 $ docker rm -f --volumes 91bcae6e54aeed877526cbc77555788d9c97ac9f5dbbac28c1a50a919b5c8692 [Pipeline] // withDockerContainer [Pipeline] sh 11:15:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:15:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:15:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:15:51 + ls -al . 11:15:51 total 172 11:15:51 drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:15 . 11:15:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:14 .. 11:15:51 -rw-rw-r-- 1 jenkins jenkins 6 Apr 18 11:14 .dockerignore 11:15:51 drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:14 .git 11:15:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:14 .github 11:15:51 -rw-rw-r-- 1 jenkins jenkins 328 Apr 18 11:14 .gitignore 11:15:51 -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 11:14 .golangci.yml 11:15:51 drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:14 .semver 11:15:51 -rw-rw-r-- 1 jenkins jenkins 9056 Apr 18 11:14 Attribution.txt 11:15:51 -rw-rw-r-- 1 jenkins jenkins 8355 Apr 18 11:14 CHANGELOG.md 11:15:51 -rw-rw-r-- 1 jenkins jenkins 1423 Apr 18 11:14 Dockerfile 11:15:51 -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 11:14 GOVERNANCE.md 11:15:51 -rw-rw-r-- 1 jenkins jenkins 656 Apr 18 11:14 Jenkinsfile 11:15:51 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 11:14 LICENSE 11:15:51 -rw-rw-r-- 1 jenkins jenkins 2114 Apr 18 11:14 Makefile 11:15:51 -rw-rw-r-- 1 jenkins jenkins 620 Apr 18 11:14 OWNERS.md 11:15:51 -rw-rw-r-- 1 jenkins jenkins 10054 Apr 18 11:14 README.md 11:15:51 -rw-rw-r-- 1 jenkins jenkins 12 Apr 18 11:14 VERSION 11:15:51 drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:14 bin 11:15:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:14 cmd 11:15:51 -rw-r--r-- 1 jenkins jenkins 8837 Apr 18 11:15 coverage.out 11:15:51 -rw-rw-r-- 1 jenkins jenkins 3283 Apr 18 11:14 go.mod 11:15:51 -rw-rw-r-- 1 jenkins jenkins 31551 Apr 18 11:14 go.sum 11:15:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:14 internal 11:15:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:14 snap 11:15:51 -rw-rw-r-- 1 jenkins jenkins 228 Apr 18 11:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:52 + 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=9516c9f86bfab3f780b93b970f8360439339a3f4 --label arch=amd64 --label version=3.0.0-dev.14 . 11:15:52 Sending build context to Docker daemon 5.774MB 11:15:52 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:15:52 Step 2/24 : FROM ${BASE} AS builder 11:15:52 ---> 4d2da6ae998f 11:15:52 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:15:52 ---> Running in 1ffe7380ca25 11:15:52 Removing intermediate container 1ffe7380ca25 11:15:52 ---> 2919275ce299 11:15:52 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:15:52 ---> Running in 01a57668ab43 11:15:52 Removing intermediate container 01a57668ab43 11:15:52 ---> 74ddae1b2e2d 11:15:52 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:15:52 ---> Running in dd68471dcf46 11:15:52 Removing intermediate container dd68471dcf46 11:15:52 ---> ce7a1c1609d8 11:15:52 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:15:52 ---> Running in 758d3cf4b7ee 11:15:52 Removing intermediate container 758d3cf4b7ee 11:15:52 ---> ce28aa018d94 11:15:52 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:15:52 ---> Running in 8718468eca6e 11:15:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:15:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:15:53 OK: 269 MiB in 57 packages 11:15:53 Removing intermediate container 8718468eca6e 11:15:53 ---> 55b2d77e20c9 11:15:53 Step 8/24 : WORKDIR /device-snmp-go 11:15:53 ---> Running in e9b551783802 11:15:53 Removing intermediate container e9b551783802 11:15:53 ---> bc1bb0de03eb 11:15:53 Step 9/24 : COPY go.mod vendor* ./ 11:15:53 ---> 296052ec4b34 11:15:53 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:15:53 ---> Running in 031854a8c476 11:15:54 Removing intermediate container 031854a8c476 11:15:54 ---> d0b369e12eeb 11:15:54 Step 11/24 : COPY . . 11:15:54 ---> be751a8e7662 11:15:54 Step 12/24 : RUN ${MAKE} 11:15:54 ---> Running in 7345b9bfc443 11:15:55 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 11:16:17 Removing intermediate container 7345b9bfc443 11:16:17 ---> 037e4afac5cb 11:16:17 Step 13/24 : FROM alpine:3.17 11:16:17 3.17: Pulling from library/alpine 11:16:17 f56be85fc22e: Pulling fs layer 11:16:17 f56be85fc22e: Verifying Checksum 11:16:17 f56be85fc22e: Download complete 11:16:17 f56be85fc22e: Pull complete 11:16:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:16:17 Status: Downloaded newer image for alpine:3.17 11:16:17 ---> 9ed4aefc74f6 11:16:17 Step 14/24 : RUN apk add --update --no-cache dumb-init 11:16:17 ---> Running in 0911ea1dcdfc 11:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:16:17 (1/1) Installing dumb-init (1.2.5-r2) 11:16:17 Executing busybox-1.35.0-r29.trigger 11:16:17 OK: 7 MiB in 16 packages 11:16:17 Removing intermediate container 0911ea1dcdfc 11:16:17 ---> e00b4c5ceb8d 11:16:17 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 11:16:17 ---> 3f78fcdd34d8 11:16:17 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 11:16:17 ---> 962b7f0f2707 11:16:17 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 11:16:17 ---> e35922dff2bb 11:16:17 Step 18/24 : EXPOSE 59993 11:16:17 ---> Running in 42e843c1be3c 11:16:17 Removing intermediate container 42e843c1be3c 11:16:17 ---> ff3520a1dc3a 11:16:17 Step 19/24 : EXPOSE 161 11:16:17 ---> Running in 00006f49a14a 11:16:17 Removing intermediate container 00006f49a14a 11:16:17 ---> eb3f46bc02b4 11:16:17 Step 20/24 : ENTRYPOINT ["/device-snmp"] 11:16:17 ---> Running in 9657c98febd2 11:16:17 Removing intermediate container 9657c98febd2 11:16:17 ---> 425967ed6946 11:16:17 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 11:16:17 ---> Running in a5ea57f41277 11:16:17 Removing intermediate container a5ea57f41277 11:16:17 ---> 404a73d1ef0e 11:16:17 Step 22/24 : LABEL arch=amd64 11:16:17 ---> Running in 066ce742d766 11:16:17 Removing intermediate container 066ce742d766 11:16:17 ---> 33efda4d24e3 11:16:17 Step 23/24 : LABEL git_sha=9516c9f86bfab3f780b93b970f8360439339a3f4 11:16:17 ---> Running in 585dec0dcd36 11:16:17 Removing intermediate container 585dec0dcd36 11:16:17 ---> 804705d0a631 11:16:17 Step 24/24 : LABEL version=3.0.0-dev.14 11:16:17 ---> Running in 4baa5921891c 11:16:17 Removing intermediate container 4baa5921891c 11:16:17 ---> 27da15ae8721 11:16:17 [Warning] One or more build-args [ARCH] were not consumed 11:16:17 Successfully built 27da15ae8721 11:16:17 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:16:17 provisioning config files... 11:16:17 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8822049848225083965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:18 ---> docker-login.sh 11:16:18 nexus3.edgexfoundry.org:10001 11:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:18 Configure a credential helper to remove this warning. See 11:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:18 11:16:18 Login Succeeded 11:16:18 nexus3.edgexfoundry.org:10002 11:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:18 Configure a credential helper to remove this warning. See 11:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:18 11:16:18 Login Succeeded 11:16:18 nexus3.edgexfoundry.org:10003 11:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:18 Configure a credential helper to remove this warning. See 11:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:18 11:16:18 Login Succeeded 11:16:18 nexus3.edgexfoundry.org:10004 11:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:18 Configure a credential helper to remove this warning. See 11:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:18 11:16:18 Login Succeeded 11:16:18 docker.io 11:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:18 Configure a credential helper to remove this warning. See 11:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:18 11:16:18 Login Succeeded 11:16:18 ---> docker-login.sh ends [Pipeline] } 11:16:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:16:18 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 11:16:18 9516c9f86bfab3f780b93b970f8360439339a3f4 11:16:18 latest 11:16:18 3.0.0-dev.14 11:16:18 9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:16:18 main 11:16:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:19 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:19 + docker push nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4 11:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 11:16:19 c4cbaef1ddc3: Preparing 11:16:19 339a6b7f2ffd: Preparing 11:16:19 b3e4ea412358: Preparing 11:16:19 804cfef10c0a: Preparing 11:16:19 f1417ff83b31: Preparing 11:16:19 f1417ff83b31: Layer already exists 11:16:19 c4cbaef1ddc3: Pushed 11:16:19 339a6b7f2ffd: Pushed 11:16:19 804cfef10c0a: Pushed 11:16:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8908 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 11:16:22 Running in /w/workspace/device-snmp-go/71 [Pipeline] { 11:16:22 b3e4ea412358: Pushed 11:16:22 9516c9f86bfab3f780b93b970f8360439339a3f4: digest: sha256:bca5c7c372ae42f95c14b4ae911aeb94cedb3460bfd42a6d1f240d667500f7da size: 1365 [Pipeline] checkout [Pipeline] } [Pipeline] // withEnv 11:16:22 Selected Git installation does not exist. Using Default 11:16:22 The recommended git tool is: NONE [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:22 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:22 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 11:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 11:16:22 c4cbaef1ddc3: Preparing 11:16:22 339a6b7f2ffd: Preparing 11:16:22 b3e4ea412358: Preparing 11:16:22 804cfef10c0a: Preparing 11:16:22 f1417ff83b31: Preparing 11:16:22 f1417ff83b31: Layer already exists 11:16:22 c4cbaef1ddc3: Layer already exists 11:16:22 804cfef10c0a: Layer already exists 11:16:22 339a6b7f2ffd: Layer already exists 11:16:22 b3e4ea412358: Layer already exists 11:16:22 latest: digest: sha256:bca5c7c372ae42f95c14b4ae911aeb94cedb3460bfd42a6d1f240d667500f7da size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:22 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:23 + docker push nexus3.edgexfoundry.org:10004/device-snmp:3.0.0-dev.14 11:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 11:16:23 c4cbaef1ddc3: Preparing 11:16:23 339a6b7f2ffd: Preparing 11:16:23 b3e4ea412358: Preparing 11:16:23 804cfef10c0a: Preparing 11:16:23 f1417ff83b31: Preparing 11:16:23 f1417ff83b31: Layer already exists 11:16:23 339a6b7f2ffd: Layer already exists 11:16:23 804cfef10c0a: Layer already exists 11:16:23 c4cbaef1ddc3: Layer already exists 11:16:23 b3e4ea412358: Layer already exists 11:16:23 3.0.0-dev.14: digest: sha256:bca5c7c372ae42f95c14b4ae911aeb94cedb3460bfd42a6d1f240d667500f7da size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:23 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:23 + docker push nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 11:16:23 c4cbaef1ddc3: Preparing 11:16:23 339a6b7f2ffd: Preparing 11:16:23 b3e4ea412358: Preparing 11:16:23 804cfef10c0a: Preparing 11:16:23 f1417ff83b31: Preparing 11:16:23 c4cbaef1ddc3: Layer already exists 11:16:23 339a6b7f2ffd: Layer already exists 11:16:23 f1417ff83b31: Layer already exists 11:16:23 804cfef10c0a: Layer already exists 11:16:23 b3e4ea412358: Layer already exists 11:16:23 9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14: digest: sha256:bca5c7c372ae42f95c14b4ae911aeb94cedb3460bfd42a6d1f240d667500f7da size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:24 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:24 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 11:16:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 11:16:24 c4cbaef1ddc3: Preparing 11:16:24 339a6b7f2ffd: Preparing 11:16:24 b3e4ea412358: Preparing 11:16:24 804cfef10c0a: Preparing 11:16:24 f1417ff83b31: Preparing 11:16:24 804cfef10c0a: Layer already exists 11:16:24 339a6b7f2ffd: Layer already exists 11:16:24 c4cbaef1ddc3: Layer already exists 11:16:24 b3e4ea412358: Layer already exists 11:16:24 f1417ff83b31: Layer already exists 11:16:24 main: digest: sha256:bca5c7c372ae42f95c14b4ae911aeb94cedb3460bfd42a6d1f240d667500f7da size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:24 ===================================================== [Pipeline] echo 11:16:24 taggedImages: 11:16:24 - nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4 11:16:24 - nexus3.edgexfoundry.org:10004/device-snmp:latest 11:16:24 - nexus3.edgexfoundry.org:10004/device-snmp:3.0.0-dev.14 11:16:24 - nexus3.edgexfoundry.org:10004/device-snmp:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:16:24 - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // script [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 11:16:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:24 11:16:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:25 latest: Pulling from edgex-lftools-log-publisher 11:16:25 5eb5b503b376: Pulling fs layer 11:16:25 5c69ac0246d0: Pulling fs layer 11:16:25 ec43610c2a17: Pulling fs layer 11:16:25 3a2ae6a8a46f: Pulling fs layer 11:16:25 33b1e0a273af: Pulling fs layer 11:16:25 5d3b04190fa2: Pulling fs layer 11:16:25 2f39f015ded8: Pulling fs layer 11:16:25 3a2ae6a8a46f: Waiting 11:16:25 33b1e0a273af: Waiting 11:16:25 5d3b04190fa2: Waiting 11:16:25 2f39f015ded8: Waiting 11:16:25 5c69ac0246d0: Download complete 11:16:25 3a2ae6a8a46f: Download complete 11:16:25 33b1e0a273af: Verifying Checksum 11:16:25 33b1e0a273af: Download complete 11:16:25 ec43610c2a17: Verifying Checksum 11:16:25 ec43610c2a17: Download complete 11:16:25 5d3b04190fa2: Verifying Checksum 11:16:25 5d3b04190fa2: Download complete 11:16:25 5eb5b503b376: Verifying Checksum 11:16:25 5eb5b503b376: Download complete 11:16:26 2f39f015ded8: Verifying Checksum 11:16:26 2f39f015ded8: Download complete 11:16:26 5eb5b503b376: Pull complete 11:16:26 5c69ac0246d0: Pull complete 11:16:26 using credential edgex-jenkins-ssh 11:16:26 Cloning the remote Git repository 11:16:27 ec43610c2a17: Pull complete 11:16:27 3a2ae6a8a46f: Pull complete 11:16:27 33b1e0a273af: Pull complete 11:16:27 5d3b04190fa2: Pull complete 11:16:27 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 11:16:27 > git init /w/workspace/device-snmp-go/71 # timeout=10 11:16:27 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 11:16:27 > git --version # timeout=10 11:16:27 > git --version # 'git version 2.25.1' 11:16:27 using GIT_SSH to set credentials SSH Credentials for GitHub 11:16:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:16:29 Avoid second fetch 11:16:29 Checking out Revision 9516c9f86bfab3f780b93b970f8360439339a3f4 (main) 11:16:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 11:16:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:16:29 > git config core.sparsecheckout # timeout=10 11:16:29 > git checkout -f 9516c9f86bfab3f780b93b970f8360439339a3f4 # timeout=10 11:16:29 Commit message: "Merge pull request #288 from hahattan/bump-sdk" 11:16:30 11:16:30 GitHub has been notified of this commit’s build result 11:16:30 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:16:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:16:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:16:30 Dload Upload Total Spent Left Speed 11:16:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72039 0 --:--:-- --:--:-- --:--:-- 72448 [Pipeline] sh 11:16:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:16:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:16:31 + sudo tee /etc/docker/daemon.new 11:16:31 { 11:16:31 "registry-mirrors": [ 11:16:31 "https://nexus3.edgexfoundry.org:10001" 11:16:31 ], 11:16:31 "bip": "10.250.0.254/24", 11:16:31 "hosts": [ 11:16:31 "tcp://0.0.0.0:5555", 11:16:31 "unix:///var/run/docker.sock" 11:16:31 ], 11:16:31 "mtu": 1458, 11:16:31 "selinux-enabled": true, 11:16:31 "seccomp-profile": "/etc/docker/seccomp.json" 11:16:31 } [Pipeline] sh 11:16:31 2f39f015ded8: Pull complete 11:16:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:16:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:31 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:16:31 $ 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/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:16:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 11:16:36 $ docker top 12d7399dcc6a178244bde00b94268cc7d0797ac5cb87f6aa81327f1ddbffe50d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 11:16:36 + sudo service docker restart 11:16:36 ---> job-cost.sh 11:16:36 lf-activate-venv: SKIPPING 11:16:36 INFO: No Stack... 11:16:36 INFO: Retrieving Pricing Info for: v3-standard-8 11:16:37 INFO: Archiving Costs [Pipeline] sh 11:16:37 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv 11:16:37 + cut -d, -f6 [Pipeline] lock 11:16:37 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] 11:16:37 Resource [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] did not exist. Created. 11:16:37 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:16:37 + echo total: 0.2199999988079071 [Pipeline] stash 11:16:37 Stashed 1 file(s) [Pipeline] } 11:16:37 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] [Pipeline] // lock [Pipeline] } 11:16:37 $ docker stop --time=1 12d7399dcc6a178244bde00b94268cc7d0797ac5cb87f6aa81327f1ddbffe50d 11:16:38 $ docker rm -f --volumes 12d7399dcc6a178244bde00b94268cc7d0797ac5cb87f6aa81327f1ddbffe50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:16:54 provisioning config files... 11:16:54 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/71@tmp/config12430545821442080667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:55 ---> docker-login.sh 11:16:55 nexus3.edgexfoundry.org:10001 11:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:55 Configure a credential helper to remove this warning. See 11:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:55 11:16:55 Login Succeeded 11:16:55 nexus3.edgexfoundry.org:10002 11:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:56 Configure a credential helper to remove this warning. See 11:16:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:56 11:16:56 Login Succeeded 11:16:56 nexus3.edgexfoundry.org:10003 11:16:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:56 Configure a credential helper to remove this warning. See 11:16:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:56 11:16:56 Login Succeeded 11:16:56 nexus3.edgexfoundry.org:10004 11:16:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:56 Configure a credential helper to remove this warning. See 11:16:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:56 11:16:56 Login Succeeded 11:16:56 docker.io 11:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:57 Configure a credential helper to remove this warning. See 11:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:57 11:16:57 Login Succeeded 11:16:57 ---> docker-login.sh ends [Pipeline] } 11:16:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:16:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:16:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:16:57 ========================================================= 11:16:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:16:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:57 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:16:58 Sending build context to Docker daemon 2.984MB 11:16:58 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:16:58 Step 2/12 : FROM ${BASE} AS builder 11:16:58 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:16:58 af6eaf76a39c: Pulling fs layer 11:16:58 55522c791124: Pulling fs layer 11:16:58 ce5c4a1c91eb: Pulling fs layer 11:16:58 169dfbe0d373: Pulling fs layer 11:16:58 e1ff8fa3b103: Pulling fs layer 11:16:58 52ebb69f0ebf: Pulling fs layer 11:16:58 5abe8eddf0d5: Pulling fs layer 11:16:58 e1ff8fa3b103: Waiting 11:16:58 52ebb69f0ebf: Waiting 11:16:58 5abe8eddf0d5: Waiting 11:16:58 169dfbe0d373: Waiting 11:16:58 55522c791124: Verifying Checksum 11:16:58 55522c791124: Download complete 11:16:58 169dfbe0d373: Verifying Checksum 11:16:58 169dfbe0d373: Download complete 11:16:58 e1ff8fa3b103: Download complete 11:16:58 af6eaf76a39c: Verifying Checksum 11:16:58 af6eaf76a39c: Download complete 11:16:59 af6eaf76a39c: Pull complete 11:16:59 5abe8eddf0d5: Verifying Checksum 11:16:59 5abe8eddf0d5: Download complete 11:17:00 55522c791124: Pull complete 11:17:01 52ebb69f0ebf: Verifying Checksum 11:17:01 52ebb69f0ebf: Download complete 11:17:01 ce5c4a1c91eb: Verifying Checksum 11:17:01 ce5c4a1c91eb: Download complete 11:17:13 ce5c4a1c91eb: Pull complete 11:17:13 169dfbe0d373: Pull complete 11:17:13 e1ff8fa3b103: Pull complete 11:17:20 52ebb69f0ebf: Pull complete 11:17:21 5abe8eddf0d5: Pull complete 11:17:21 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 11:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:17:21 ---> 6cb57ee374ae 11:17:21 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:17:23 ---> Running in 5a53f5faac17 11:17:23 Removing intermediate container 5a53f5faac17 11:17:23 ---> 2eb96219131c 11:17:23 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:17:23 ---> Running in 5a88149d5b1c 11:17:23 Removing intermediate container 5a88149d5b1c 11:17:23 ---> 3723ef4b207c 11:17:23 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:17:24 ---> Running in a226079a40bf 11:17:24 Removing intermediate container a226079a40bf 11:17:24 ---> e9613e436b1e 11:17:24 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:17:24 ---> Running in 4c3b7bf97c8f 11:17:24 Removing intermediate container 4c3b7bf97c8f 11:17:24 ---> 0854ac1ea030 11:17:24 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:17:24 ---> Running in 2ebdfffb5de9 11:17:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:17:27 (1/4) Installing openssh-keygen (9.1_p1-r2) 11:17:27 (2/4) Installing libedit (20221030.3.1-r0) 11:17:27 (3/4) Installing openssh-client-common (9.1_p1-r2) 11:17:27 (4/4) Installing openssh-client-default (9.1_p1-r2) 11:17:27 Executing busybox-1.35.0-r29.trigger 11:17:27 OK: 268 MiB in 57 packages 11:17:28 Removing intermediate container 2ebdfffb5de9 11:17:28 ---> f0c3565f5780 11:17:28 Step 8/12 : WORKDIR /device-snmp-go 11:17:28 ---> Running in eb7fe3248536 11:17:28 Removing intermediate container eb7fe3248536 11:17:28 ---> b9b4c7df5173 11:17:28 Step 9/12 : COPY go.mod vendor* ./ 11:17:29 ---> 40f32975bc49 11:17:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:17:29 ---> Running in ade1e257cb6a 11:18:37 Removing intermediate container ade1e257cb6a 11:18:37 ---> 7cae2ce3f280 11:18:37 Step 11/12 : COPY . . 11:18:37 ---> e0e20224d023 11:18:37 Step 12/12 : RUN ${MAKE} 11:18:37 ---> Running in 6654ff9e26ec 11:18:37 noop 11:18:37 Removing intermediate container 6654ff9e26ec 11:18:37 ---> d6811d00c486 11:18:37 Successfully built d6811d00c486 11:18:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:37 + docker inspect -f . ci-base-image-arm64 11:18:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:37 prd-ubuntu20.04-docker-arm64-4c-16g-8908 does not seem to be running inside a container 11:18:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/71 -v /w/workspace/device-snmp-go/71:/w/workspace/device-snmp-go/71:rw,z -v /w/workspace/device-snmp-go/71@tmp:/w/workspace/device-snmp-go/71@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 ******** ci-base-image-arm64 cat 11:18:39 $ docker top ab87c15e326b04fb57e68c36b25bf72c467618660fbb91c9e8d51377a34c9d9c -eo pid,comm [Pipeline] { [Pipeline] sh 11:18:39 + go version 11:18:39 go version go1.20.2 linux/arm64 [Pipeline] } 11:18:40 $ docker stop --time=1 ab87c15e326b04fb57e68c36b25bf72c467618660fbb91c9e8d51377a34c9d9c 11:18:42 $ docker rm -f --volumes ab87c15e326b04fb57e68c36b25bf72c467618660fbb91c9e8d51377a34c9d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:42 + docker inspect -f . ci-base-image-arm64 11:18:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:42 prd-ubuntu20.04-docker-arm64-4c-16g-8908 does not seem to be running inside a container 11:18:42 $ 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/71 -v /w/workspace/device-snmp-go/71:/w/workspace/device-snmp-go/71:rw,z -v /w/workspace/device-snmp-go/71@tmp:/w/workspace/device-snmp-go/71@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 ******** ci-base-image-arm64 cat 11:18:44 $ docker top 69efcd4f2d39741e373b6906afe99bd594c749a445686939fd22b21961ca21b6 -eo pid,comm [Pipeline] { [Pipeline] sh 11:18:44 + git config --global --add safe.directory /w/workspace/device-snmp-go/71 [Pipeline] fileExists [Pipeline] sh 11:18:44 + make test 11:18:45 go test ./... -coverprofile=coverage.out 11:19:17 ? github.com/edgexfoundry/device-snmp-go [no test files] 11:21:09 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 11:21:09 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.050s coverage: 0.0% of statements 11:21:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:21:09 go vet ./... 11:21:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:21:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:21:41 ./bin/test-attribution-txt.sh [Pipeline] echo 11:21:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:21:42 $ docker stop --time=1 69efcd4f2d39741e373b6906afe99bd594c749a445686939fd22b21961ca21b6 11:21:43 $ docker rm -f --volumes 69efcd4f2d39741e373b6906afe99bd594c749a445686939fd22b21961ca21b6 [Pipeline] // withDockerContainer [Pipeline] sh 11:21:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:21:45 Warning: overwriting stash ‘coverage-report’ 11:21:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:21:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:21:46 + ls -al . 11:21:46 total 168 11:21:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:18 . 11:21:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:16 .. 11:21:46 -rw-rw-r-- 1 jenkins jenkins 6 Apr 18 11:16 .dockerignore 11:21:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:16 .git 11:21:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:16 .github 11:21:46 -rw-rw-r-- 1 jenkins jenkins 328 Apr 18 11:16 .gitignore 11:21:46 -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 11:16 .golangci.yml 11:21:46 -rw-rw-r-- 1 jenkins jenkins 9056 Apr 18 11:16 Attribution.txt 11:21:46 -rw-rw-r-- 1 jenkins jenkins 8355 Apr 18 11:16 CHANGELOG.md 11:21:46 -rw-rw-r-- 1 jenkins jenkins 1423 Apr 18 11:16 Dockerfile 11:21:46 -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 11:16 GOVERNANCE.md 11:21:46 -rw-rw-r-- 1 jenkins jenkins 656 Apr 18 11:16 Jenkinsfile 11:21:46 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 11:16 LICENSE 11:21:46 -rw-rw-r-- 1 jenkins jenkins 2114 Apr 18 11:16 Makefile 11:21:46 -rw-rw-r-- 1 jenkins jenkins 620 Apr 18 11:16 OWNERS.md 11:21:46 -rw-rw-r-- 1 jenkins jenkins 10054 Apr 18 11:16 README.md 11:21:46 -rw-rw-r-- 1 jenkins jenkins 12 Apr 18 11:14 VERSION 11:21:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:16 bin 11:21:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:16 cmd 11:21:46 -rw-r--r-- 1 jenkins jenkins 8837 Apr 18 11:21 coverage.out 11:21:46 -rw-rw-r-- 1 jenkins jenkins 3283 Apr 18 11:16 go.mod 11:21:46 -rw-rw-r-- 1 jenkins jenkins 31551 Apr 18 11:16 go.sum 11:21:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:16 internal 11:21:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:16 snap 11:21:46 -rw-rw-r-- 1 jenkins jenkins 228 Apr 18 11:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:46 + 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=9516c9f86bfab3f780b93b970f8360439339a3f4 --label arch=arm64 --label version=3.0.0-dev.14 . 11:21:46 Sending build context to Docker daemon 2.994MB 11:21:46 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:21:46 Step 2/24 : FROM ${BASE} AS builder 11:21:46 ---> d6811d00c486 11:21:46 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:21:50 ---> Running in 88d9d488184e 11:21:50 Removing intermediate container 88d9d488184e 11:21:50 ---> 9336f4ff6432 11:21:50 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:21:50 ---> Running in dc4faceb7c9f 11:21:50 Removing intermediate container dc4faceb7c9f 11:21:50 ---> 3a29842dcb8f 11:21:50 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:21:50 ---> Running in 8996fb6f486e 11:21:50 Removing intermediate container 8996fb6f486e 11:21:50 ---> 766fb0d5c358 11:21:50 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:21:51 ---> Running in 59f0c5a8f38f 11:21:51 Removing intermediate container 59f0c5a8f38f 11:21:51 ---> 509b408751fc 11:21:51 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:21:51 ---> Running in 1b5c4b493e20 11:21:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:21:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:21:54 OK: 268 MiB in 57 packages 11:21:55 Removing intermediate container 1b5c4b493e20 11:21:55 ---> e2a60212893a 11:21:55 Step 8/24 : WORKDIR /device-snmp-go 11:21:55 ---> Running in d1662d1ae486 11:21:55 Removing intermediate container d1662d1ae486 11:21:55 ---> 6bd4ddc423b7 11:21:55 Step 9/24 : COPY go.mod vendor* ./ 11:21:55 ---> bfb71f14d945 11:21:55 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:21:55 ---> Running in 300031bd5ca9 11:21:58 Removing intermediate container 300031bd5ca9 11:21:58 ---> 34e31ee89c46 11:21:58 Step 11/24 : COPY . . 11:21:59 ---> 9b5ba5857755 11:21:59 Step 12/24 : RUN ${MAKE} 11:21:59 ---> Running in 5ff6b4831772 11:22:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 11:24:22 Removing intermediate container 5ff6b4831772 11:24:22 ---> 23062348d51a 11:24:22 Step 13/24 : FROM alpine:3.17 11:24:22 3.17: Pulling from library/alpine 11:24:22 c41833b44d91: Pulling fs layer 11:24:22 c41833b44d91: Verifying Checksum 11:24:22 c41833b44d91: Download complete 11:24:22 c41833b44d91: Pull complete 11:24:22 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:24:22 Status: Downloaded newer image for alpine:3.17 11:24:22 ---> 51e60588ff2c 11:24:22 Step 14/24 : RUN apk add --update --no-cache dumb-init 11:24:22 ---> Running in 83ed64f73482 11:24:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:24:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:24:22 (1/1) Installing dumb-init (1.2.5-r2) 11:24:22 Executing busybox-1.35.0-r29.trigger 11:24:22 OK: 8 MiB in 16 packages 11:24:22 Removing intermediate container 83ed64f73482 11:24:22 ---> 39afc85487a2 11:24:22 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 11:24:22 ---> 5f9d45ea3cb1 11:24:22 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 11:24:23 ---> 85d3f1db266b 11:24:23 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 11:24:23 ---> d1ca3c5f805d 11:24:23 Step 18/24 : EXPOSE 59993 11:24:23 ---> Running in b2207b597657 11:24:24 Removing intermediate container b2207b597657 11:24:24 ---> 32316d9d1538 11:24:24 Step 19/24 : EXPOSE 161 11:24:24 ---> Running in bca1f6479909 11:24:24 Removing intermediate container bca1f6479909 11:24:24 ---> f2c6cc6ce0d6 11:24:24 Step 20/24 : ENTRYPOINT ["/device-snmp"] 11:24:24 ---> Running in 412902c95ed3 11:24:24 Removing intermediate container 412902c95ed3 11:24:24 ---> 674ae5ecb0a2 11:24:24 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 11:24:25 ---> Running in e849fafa809a 11:24:25 Removing intermediate container e849fafa809a 11:24:25 ---> 8eb88d5611e6 11:24:25 Step 22/24 : LABEL arch=arm64 11:24:25 ---> Running in 207298bb13f7 11:24:25 Removing intermediate container 207298bb13f7 11:24:25 ---> 31ff97f8719c 11:24:25 Step 23/24 : LABEL git_sha=9516c9f86bfab3f780b93b970f8360439339a3f4 11:24:25 ---> Running in d360549d8a94 11:24:26 Removing intermediate container d360549d8a94 11:24:26 ---> 7d3c0c735615 11:24:26 Step 24/24 : LABEL version=3.0.0-dev.14 11:24:26 ---> Running in 26d4bacb2cc0 11:24:26 Removing intermediate container 26d4bacb2cc0 11:24:26 ---> a66ff2e20758 11:24:26 [Warning] One or more build-args [ARCH] were not consumed 11:24:26 Successfully built a66ff2e20758 11:24:26 Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:24:26 provisioning config files... 11:24:26 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/71@tmp/config7366917781693382421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:24:27 ---> docker-login.sh 11:24:27 nexus3.edgexfoundry.org:10001 11:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:24:27 Configure a credential helper to remove this warning. See 11:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:24:27 11:24:27 Login Succeeded 11:24:27 nexus3.edgexfoundry.org:10002 11:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:24:27 Configure a credential helper to remove this warning. See 11:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:24:27 11:24:27 Login Succeeded 11:24:27 nexus3.edgexfoundry.org:10003 11:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:24:28 Configure a credential helper to remove this warning. See 11:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:24:28 11:24:28 Login Succeeded 11:24:28 nexus3.edgexfoundry.org:10004 11:24:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:24:28 Configure a credential helper to remove this warning. See 11:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:24:28 11:24:28 Login Succeeded 11:24:28 docker.io 11:24:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:24:28 Configure a credential helper to remove this warning. See 11:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:24:28 11:24:28 Login Succeeded 11:24:28 ---> docker-login.sh ends [Pipeline] } 11:24:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:24:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:24:28 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 11:24:28 9516c9f86bfab3f780b93b970f8360439339a3f4 11:24:28 latest 11:24:28 3.0.0-dev.14 11:24:28 9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:24:28 main 11:24:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:29 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:29 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4 11:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 11:24:29 b6694c737074: Preparing 11:24:29 62c7c04f04f8: Preparing 11:24:29 ca454842f83c: Preparing 11:24:29 fc82d766e14f: Preparing 11:24:29 26cbea5cba74: Preparing 11:24:29 26cbea5cba74: Layer already exists 11:24:29 fc82d766e14f: Pushed 11:24:29 62c7c04f04f8: Pushed 11:24:29 b6694c737074: Pushed 11:24:36 ca454842f83c: Pushed 11:24:36 9516c9f86bfab3f780b93b970f8360439339a3f4: digest: sha256:ae143743af3ba8c96dc1f8a66ab2c6ee161794b693be42fcbd6b30cc8850cb8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:36 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:37 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 11:24:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 11:24:37 b6694c737074: Preparing 11:24:37 62c7c04f04f8: Preparing 11:24:37 ca454842f83c: Preparing 11:24:37 fc82d766e14f: Preparing 11:24:37 26cbea5cba74: Preparing 11:24:37 ca454842f83c: Layer already exists 11:24:37 b6694c737074: Layer already exists 11:24:37 62c7c04f04f8: Layer already exists 11:24:37 fc82d766e14f: Layer already exists 11:24:37 26cbea5cba74: Layer already exists 11:24:37 latest: digest: sha256:ae143743af3ba8c96dc1f8a66ab2c6ee161794b693be42fcbd6b30cc8850cb8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:37 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:38 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:3.0.0-dev.14 11:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 11:24:38 b6694c737074: Preparing 11:24:38 62c7c04f04f8: Preparing 11:24:38 ca454842f83c: Preparing 11:24:38 fc82d766e14f: Preparing 11:24:38 26cbea5cba74: Preparing 11:24:38 ca454842f83c: Layer already exists 11:24:38 fc82d766e14f: Layer already exists 11:24:38 62c7c04f04f8: Layer already exists 11:24:38 b6694c737074: Layer already exists 11:24:38 26cbea5cba74: Layer already exists 11:24:38 3.0.0-dev.14: digest: sha256:ae143743af3ba8c96dc1f8a66ab2c6ee161794b693be42fcbd6b30cc8850cb8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:38 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:39 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 11:24:39 b6694c737074: Preparing 11:24:39 62c7c04f04f8: Preparing 11:24:39 ca454842f83c: Preparing 11:24:39 fc82d766e14f: Preparing 11:24:39 26cbea5cba74: Preparing 11:24:39 b6694c737074: Layer already exists 11:24:39 62c7c04f04f8: Layer already exists 11:24:39 fc82d766e14f: Layer already exists 11:24:39 26cbea5cba74: Layer already exists 11:24:39 ca454842f83c: Layer already exists 11:24:39 9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14: digest: sha256:ae143743af3ba8c96dc1f8a66ab2c6ee161794b693be42fcbd6b30cc8850cb8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:39 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:40 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 11:24:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 11:24:40 b6694c737074: Preparing 11:24:40 62c7c04f04f8: Preparing 11:24:40 ca454842f83c: Preparing 11:24:40 fc82d766e14f: Preparing 11:24:40 26cbea5cba74: Preparing 11:24:40 ca454842f83c: Layer already exists 11:24:40 26cbea5cba74: Layer already exists 11:24:40 b6694c737074: Layer already exists 11:24:40 fc82d766e14f: Layer already exists 11:24:40 62c7c04f04f8: Layer already exists 11:24:40 main: digest: sha256:ae143743af3ba8c96dc1f8a66ab2c6ee161794b693be42fcbd6b30cc8850cb8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:24:40 ===================================================== [Pipeline] echo 11:24:40 taggedImages: 11:24:40 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4 11:24:40 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 11:24:40 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:3.0.0-dev.14 11:24:40 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:9516c9f86bfab3f780b93b970f8360439339a3f4-3.0.0-dev.14 11:24:40 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:24:40 11:24:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:24:41 arm64: Pulling from edgex-lftools-log-publisher 11:24:41 8998bd30e6a1: Pulling fs layer 11:24:41 04944245beec: Pulling fs layer 11:24:41 699f458cf7ca: Pulling fs layer 11:24:41 765212b225bb: Pulling fs layer 11:24:41 f23df028b6ca: Pulling fs layer 11:24:41 d65c8cfc05b1: Pulling fs layer 11:24:41 2437ff75d9bd: Pulling fs layer 11:24:41 f23df028b6ca: Waiting 11:24:41 d65c8cfc05b1: Waiting 11:24:41 765212b225bb: Waiting 11:24:41 2437ff75d9bd: Waiting 11:24:41 04944245beec: Verifying Checksum 11:24:41 04944245beec: Download complete 11:24:41 765212b225bb: Verifying Checksum 11:24:41 765212b225bb: Download complete 11:24:41 f23df028b6ca: Verifying Checksum 11:24:41 f23df028b6ca: Download complete 11:24:41 d65c8cfc05b1: Verifying Checksum 11:24:41 d65c8cfc05b1: Download complete 11:24:41 699f458cf7ca: Verifying Checksum 11:24:41 699f458cf7ca: Download complete 11:24:41 8998bd30e6a1: Verifying Checksum 11:24:41 8998bd30e6a1: Download complete 11:24:44 2437ff75d9bd: Verifying Checksum 11:24:44 2437ff75d9bd: Download complete 11:24:46 8998bd30e6a1: Pull complete 11:24:46 04944245beec: Pull complete 11:24:47 699f458cf7ca: Pull complete 11:24:48 765212b225bb: Pull complete 11:24:49 f23df028b6ca: Pull complete 11:24:49 d65c8cfc05b1: Pull complete 11:25:04 2437ff75d9bd: Pull complete 11:25:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:25:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:25:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:04 prd-ubuntu20.04-docker-arm64-4c-16g-8908 does not seem to be running inside a container 11:25:04 $ 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/71 -v /w/workspace/device-snmp-go/71:/w/workspace/device-snmp-go/71:rw,z -v /w/workspace/device-snmp-go/71@tmp:/w/workspace/device-snmp-go/71@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:arm64 cat 11:25:07 $ docker top 30086d342ee0458b7b822796c71783de1f519c73c40b800b5b5ebce15a135f34 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:08 ---> job-cost.sh 11:25:08 lf-activate-venv: SKIPPING 11:25:08 INFO: No Stack... 11:25:08 INFO: Retrieving Pricing Info for: v3-standard-4 11:25:09 INFO: Archiving Costs [Pipeline] sh 11:25:09 + cut -d, -f6 11:25:09 + cat /w/workspace/device-snmp-go/71/archives/cost.csv [Pipeline] lock 11:25:09 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] 11:25:09 Resource [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] did not exist. Created. 11:25:09 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:25:09 /w/workspace/device-snmp-go/71@tmp/durable-c2588706/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:25:10 + echo total: 0.10999999940395355 [Pipeline] stash 11:25:10 Warning: overwriting stash ‘stack-cost’ 11:25:10 Stashed 1 file(s) [Pipeline] } 11:25:10 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-71-stack-cost] [Pipeline] // lock [Pipeline] } 11:25:10 $ docker stop --time=1 30086d342ee0458b7b822796c71783de1f519c73c40b800b5b5ebce15a135f34 11:25:12 $ docker rm -f --volumes 30086d342ee0458b7b822796c71783de1f519c73c40b800b5b5ebce15a135f34 [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 11:25:12 provisioning config files... 11:25:12 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3273418386241561159tmp [Pipeline] { [Pipeline] sh 11:25:13 + set +x 11:25:13 + + bash -s -- 11:25:13 curl -s https://codecov.io/bash 11:25:13 11:25:13 _____ _ 11:25:13 / ____| | | 11:25:13 | | ___ __| | ___ ___ _____ __ 11:25:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:25:13 | |___| (_) | (_| | __/ (_| (_) \ V / 11:25:13 \_____\___/ \__,_|\___|\___\___/ \_/ 11:25:13 Bash-1.0.6 11:25:13 11:25:13 11:25:13 ==> git version 2.25.1 found 11:25:13 ==> 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 11:25:13 Release-Date: 2020-01-08 11:25:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:25:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:25:13 ==> Jenkins CI detected. 11:25:13 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 11:25:13 project root: . 11:25:13 --> token set from env 11:25:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:25:13 ==> Running gcov in . (disable via -X gcov) 11:25:13 ==> Python coveragepy not found 11:25:13 ==> Searching for coverage reports in: 11:25:13 + . 11:25:13 -> Found 1 reports 11:25:13 ==> Detecting git/mercurial file structure 11:25:13 ==> Reading reports 11:25:13 + ./coverage.out bytes=8837 11:25:13 ==> Appending adjustments 11:25:13 https://docs.codecov.io/docs/fixing-reports 11:25:13 + Found adjustments 11:25:13 ==> Gzipping contents 11:25:13 4.0K /tmp/codecov.nJIwvk.gz 11:25:13 ==> Uploading reports 11:25:13 url: https://codecov.io 11:25:13 query: branch=main&commit=9516c9f86bfab3f780b93b970f8360439339a3f4&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F71%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:25:13 -> Pinging Codecov 11:25:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=main&commit=9516c9f86bfab3f780b93b970f8360439339a3f4&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F71%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:25:13 -> Uploading to 11:25:13 https://storage.googleapis.com/codecov/v4/raw/2023-04-18/6C56EA5C29638FB4528AC87E60AF5AE0/9516c9f86bfab3f780b93b970f8360439339a3f4/8d22c22e-7c50-4ec9-bfc8-ba70f628129e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230418%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230418T112513Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23f4592b29b53ed74d352fe001bee8a55f11f563ed21ab9328c43b4d7915dcf4 11:25:13 % Total % Received % Xferd Average Speed Time Time Time Current 11:25:13 Dload Upload Total Spent Left Speed 11:25:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 7391 --:--:-- --:--:-- --:--:-- 7357 100 1604 0 0 100 1604 0 6973 --:--:-- --:--:-- --:--:-- 6943 11:25:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] } 11:25:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:25:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:25:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:25:14 11:25:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:25:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:25:14 df9b9388f04a: Pulling fs layer 11:25:14 52dc419b0ee2: Pulling fs layer 11:25:14 25bc292e5bac: Pulling fs layer 11:25:14 114826534d7a: Pulling fs layer 11:25:14 4657fd5d0bcf: Pulling fs layer 11:25:14 6ad1cebc031e: Pulling fs layer 11:25:14 8a3aa393b2d8: Pulling fs layer 11:25:14 4657fd5d0bcf: Waiting 11:25:14 114826534d7a: Waiting 11:25:14 6ad1cebc031e: Waiting 11:25:14 8a3aa393b2d8: Waiting 11:25:14 25bc292e5bac: Download complete 11:25:14 52dc419b0ee2: Verifying Checksum 11:25:14 52dc419b0ee2: Download complete 11:25:14 4657fd5d0bcf: Download complete 11:25:14 df9b9388f04a: Download complete 11:25:14 6ad1cebc031e: Verifying Checksum 11:25:14 6ad1cebc031e: Download complete 11:25:14 df9b9388f04a: Pull complete 11:25:14 52dc419b0ee2: Pull complete 11:25:15 25bc292e5bac: Pull complete 11:25:15 114826534d7a: Download complete 11:25:15 8a3aa393b2d8: Verifying Checksum 11:25:15 8a3aa393b2d8: Download complete 11:25:18 114826534d7a: Pull complete 11:25:18 4657fd5d0bcf: Pull complete 11:25:18 6ad1cebc031e: Pull complete 11:25:21 8a3aa393b2d8: Pull complete 11:25:21 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:25:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:21 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:25:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:25:25 $ docker top 2a9f3ffeb5a0c78d29697c0c4a604e0135af05574580455d2ff6575435d532f2 -eo pid,comm [Pipeline] { [Pipeline] echo 11:25:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 11:25:25 + set -o pipefail 11:25:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 11:25:31 11:25:31 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 11:25:31 11:25:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9149b8c6-e1cc-4c56-9b65-be0ccb6e0e00/history/f7768c88-8529-4a40-95a4-a264f50c8785 11:25:31 11:25:31 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:25:31 11:25:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:25:31 11:25:31 11:25:31 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:25:31 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:25:31 More details here: https://snyk.co/ue1NS [Pipeline] } 11:25:31 $ docker stop --time=1 2a9f3ffeb5a0c78d29697c0c4a604e0135af05574580455d2ff6575435d532f2 11:25:34 $ docker rm -f --volumes 2a9f3ffeb5a0c78d29697c0c4a604e0135af05574580455d2ff6575435d532f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:25:35 + git log --format=format:%s -1 9516c9f86bfab3f780b93b970f8360439339a3f4 [Pipeline] sh 11:25:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:25:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:25:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:35 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:25:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 11:25:36 $ docker top a9a11cd4cab427564e89abd6039f616f4f1d7d4c3119cb563af565d6dd84014f -eo pid,comm 11:25:36 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). 11:25:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:25:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:25:36 [ssh-agent] Looking for ssh-agent implementation... 11:25:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:25:36 $ docker exec a9a11cd4cab427564e89abd6039f616f4f1d7d4c3119cb563af565d6dd84014f ssh-agent 11:25:36 SSH_AUTH_SOCK=/tmp/ssh-uNSXUg0sXMPj/agent.31 11:25:36 SSH_AGENT_PID=37 11:25:36 Running ssh-add (command line suppressed) 11:25:36 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_16775892623309159710.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_16775892623309159710.key) 11:25:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:25:37 + git semver tag 11:25:37 2023-04-18 11:25:37,248 [run_tag] DEBUG tag force:False 11:25:37 2023-04-18 11:25:37,248 [check_head_tag] DEBUG check head tag 11:25:37 2023-04-18 11:25:37,249 [execute] INFO git cat-file --batch-check 11:25:37 2023-04-18 11:25:37,249 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 11:25:37 2023-04-18 11:25:37,253 [execute] INFO git cat-file --batch 11:25:37 2023-04-18 11:25:37,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 11:25:37 2023-04-18 11:25:37,271 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:25:37 2023-04-18 11:25:37,271 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 11:25:37 2023-04-18 11:25:37,271 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 11:25:37 2023-04-18 11:25:37,276 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:25:37 3.0.0-dev.14 [Pipeline] } 11:25:37 $ docker exec --env ******** --env ******** a9a11cd4cab427564e89abd6039f616f4f1d7d4c3119cb563af565d6dd84014f ssh-agent -k 11:25:37 unset SSH_AUTH_SOCK; 11:25:37 unset SSH_AGENT_PID; 11:25:37 echo Agent pid 37 killed; 11:25:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:25:37 + git semver [Pipeline] } 11:25:38 $ docker stop --time=1 a9a11cd4cab427564e89abd6039f616f4f1d7d4c3119cb563af565d6dd84014f 11:25:39 $ docker rm -f --volumes a9a11cd4cab427564e89abd6039f616f4f1d7d4c3119cb563af565d6dd84014f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:25:39 11:25:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:25:39 0.23.1-centos7: Pulling from edgex-lftools 11:25:39 ab5ef0e58194: Pulling fs layer 11:25:39 9712f1f96733: Pulling fs layer 11:25:39 63f879dbbcfc: Pulling fs layer 11:25:39 0d9ebad4ef96: Pulling fs layer 11:25:39 e9a5061849ea: Pulling fs layer 11:25:39 d747dcd14b5f: Pulling fs layer 11:25:39 2de7ff778b66: Pulling fs layer 11:25:39 0d9ebad4ef96: Waiting 11:25:39 e9a5061849ea: Waiting 11:25:39 d747dcd14b5f: Waiting 11:25:39 2de7ff778b66: Waiting 11:25:39 9712f1f96733: Download complete 11:25:40 63f879dbbcfc: Verifying Checksum 11:25:40 63f879dbbcfc: Download complete 11:25:40 e9a5061849ea: Verifying Checksum 11:25:40 e9a5061849ea: Download complete 11:25:40 d747dcd14b5f: Verifying Checksum 11:25:40 d747dcd14b5f: Download complete 11:25:40 2de7ff778b66: Verifying Checksum 11:25:40 2de7ff778b66: Download complete 11:25:40 ab5ef0e58194: Download complete 11:25:40 0d9ebad4ef96: Verifying Checksum 11:25:40 0d9ebad4ef96: Download complete 11:25:43 ab5ef0e58194: Pull complete 11:25:43 9712f1f96733: Pull complete 11:25:43 63f879dbbcfc: Pull complete 11:25:46 0d9ebad4ef96: Pull complete 11:25:47 e9a5061849ea: Pull complete 11:25:47 d747dcd14b5f: Pull complete 11:25:48 2de7ff778b66: Pull complete 11:25:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:25:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:25:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:48 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:25:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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-lftools:0.23.1-centos7 cat 11:25:53 $ docker top b9b0d2fa9a1af3deba2691dba2dbb66e319c31d7f139f0cc7b9d536f7ad4c94b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:25:53 provisioning config files... 11:25:53 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7516238849436964820tmp 11:25:53 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config15148212164192103694tmp 11:25:53 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4042243477799296060tmp [Pipeline] { [Pipeline] echo 11:25:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:25:54 ---> sigul-configuration.sh 11:25:54 gpg: directory `/root/.gnupg' created 11:25:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:25:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:25:54 gpg: keyring `/root/.gnupg/secring.gpg' created 11:25:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:25:54 gpg: CAST5 encrypted data 11:25:54 gpg: encrypted with 1 passphrase 11:25:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:25:54 + mkdir /home/jenkins 11:25:54 + mkdir /home/jenkins/sigul [Pipeline] sh 11:25:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:25:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:25:55 ---> sigul-install.sh 11:25:55 Sigul already installed; skipping installation. [Pipeline] sh 11:25:55 + git tag --list 11:25:55 1.0.0 11:25:55 v0.0.0 11:25:55 v1.1.0 11:25:55 v1.1.1 11:25:55 v1.2.2 11:25:55 v1.3.0 11:25:55 v1.3.1 11:25:55 v2.0.0 11:25:55 v2.1.0 11:25:55 v2.1.1 11:25:55 v2.1.1-dev.2 11:25:55 v2.1.1-dev.3 11:25:55 v2.2.0 11:25:55 v2.2.1-dev.1 11:25:55 v2.2.1-dev.2 11:25:55 v2.2.1-dev.3 11:25:55 v2.2.1-dev.4 11:25:55 v2.2.1-dev.5 11:25:55 v2.2.1-dev.6 11:25:55 v2.2.1-dev.7 11:25:55 v2.3.0 11:25:55 v2.3.0-dev.10 11:25:55 v2.3.0-dev.11 11:25:55 v2.3.0-dev.12 11:25:55 v2.3.0-dev.13 11:25:55 v2.3.0-dev.14 11:25:55 v2.3.0-dev.15 11:25:55 v2.3.0-dev.16 11:25:55 v2.3.0-dev.17 11:25:55 v2.3.0-dev.18 11:25:55 v2.3.0-dev.19 11:25:55 v2.3.0-dev.20 11:25:55 v2.3.0-dev.21 11:25:55 v2.3.0-dev.22 11:25:55 v2.3.0-dev.23 11:25:55 v2.3.0-dev.24 11:25:55 v2.3.0-dev.7 11:25:55 v2.3.0-dev.8 11:25:55 v2.3.0-dev.9 11:25:55 v3.0.0-dev.1 11:25:55 v3.0.0-dev.10 11:25:55 v3.0.0-dev.11 11:25:55 v3.0.0-dev.12 11:25:55 v3.0.0-dev.13 11:25:55 v3.0.0-dev.14 11:25:55 v3.0.0-dev.2 11:25:55 v3.0.0-dev.3 11:25:55 v3.0.0-dev.4 11:25:55 v3.0.0-dev.5 11:25:55 v3.0.0-dev.6 11:25:55 v3.0.0-dev.7 11:25:55 v3.0.0-dev.8 11:25:55 v3.0.0-dev.9 [Pipeline] sh 11:25:55 + lftools sign git-tag v3.0.0-dev.14 11:25:56 Signing Git tag with Sigul... 11:25:56 Signing v3.0.0-dev.14 [Pipeline] echo 11:25:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:25:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:25:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:25:56 $ docker stop --time=1 b9b0d2fa9a1af3deba2691dba2dbb66e319c31d7f139f0cc7b9d536f7ad4c94b 11:25:58 $ docker rm -f --volumes b9b0d2fa9a1af3deba2691dba2dbb66e319c31d7f139f0cc7b9d536f7ad4c94b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:25:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:25:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:25:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:58 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:25:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 11:25:59 $ docker top 7bbc34c3e11c4d88c676f59ecd51a1ed40abce04c3f46256b824a255baa4b369 -eo pid,comm 11:25:59 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). 11:25:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:25:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:25:59 [ssh-agent] Looking for ssh-agent implementation... 11:25:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:25:59 $ docker exec 7bbc34c3e11c4d88c676f59ecd51a1ed40abce04c3f46256b824a255baa4b369 ssh-agent 11:25:59 SSH_AUTH_SOCK=/tmp/ssh-7Fh5Ie2yGbtD/agent.32 11:25:59 SSH_AGENT_PID=38 11:25:59 Running ssh-add (command line suppressed) 11:25:59 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_13061967629167326529.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_13061967629167326529.key) 11:25:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:25:59 + git semver bump pre 11:26:00 2023-04-18 11:26:00,069 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:26:00 2023-04-18 11:26:00,069 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev 11:26:00 2023-04-18 11:26:00,069 [bump_version] DEBUG bumped version:3.0.0-dev.15 11:26:00 2023-04-18 11:26:00,069 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True 11:26:00 2023-04-18 11:26:00,069 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:26:00 2023-04-18 11:26:00,070 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:26:00 2023-04-18 11:26:00,071 [execute] INFO git cat-file --batch-check 11:26:00 2023-04-18 11:26:00,072 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:26:00 2023-04-18 11:26:00,076 [execute] INFO git cat-file --batch 11:26:00 2023-04-18 11:26:00,077 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:26:00 2023-04-18 11:26:00,081 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:26:00 3.0.0-dev.15 [Pipeline] } 11:26:00 $ docker exec --env ******** --env ******** 7bbc34c3e11c4d88c676f59ecd51a1ed40abce04c3f46256b824a255baa4b369 ssh-agent -k 11:26:00 unset SSH_AUTH_SOCK; 11:26:00 unset SSH_AGENT_PID; 11:26:00 echo Agent pid 38 killed; 11:26:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:26:00 + git semver [Pipeline] } 11:26:00 $ docker stop --time=1 7bbc34c3e11c4d88c676f59ecd51a1ed40abce04c3f46256b824a255baa4b369 11:26:02 $ docker rm -f --volumes 7bbc34c3e11c4d88c676f59ecd51a1ed40abce04c3f46256b824a255baa4b369 [Pipeline] // withDockerContainer [Pipeline] sh 11:26:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:26:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:26:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:26:02 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:26:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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 11:26:03 $ docker top 52fbf6afec8e48ec2a33b560488640be5f1bb255ef17cf13070bb96bf41318dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:26:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:26:03 [ssh-agent] Looking for ssh-agent implementation... 11:26:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:26:03 $ docker exec 52fbf6afec8e48ec2a33b560488640be5f1bb255ef17cf13070bb96bf41318dc ssh-agent 11:26:03 SSH_AUTH_SOCK=/tmp/ssh-i02vKGfsHbrt/agent.32 11:26:03 SSH_AGENT_PID=38 11:26:03 Running ssh-add (command line suppressed) 11:26:03 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11702761783151370363.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11702761783151370363.key) 11:26:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:26:03 + git semver push 11:26:04 2023-04-18 11:26:04,075 [run_push] DEBUG push 11:26:04 2023-04-18 11:26:04,076 [execute] INFO git cat-file --batch-check 11:26:04 2023-04-18 11:26:04,076 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:26:04 2023-04-18 11:26:04,079 [execute] INFO git rev-list 7bb60c6bbe2ac15ed00bee582fdf437760eaaa84 -- 11:26:04 2023-04-18 11:26:04,080 [execute] DEBUG Popen(['git', 'rev-list', '7bb60c6bbe2ac15ed00bee582fdf437760eaaa84', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:26:04 2023-04-18 11:26:04,089 [execute] INFO git fetch -v origin 11:26:04 2023-04-18 11:26:04,089 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 11:26:04 2023-04-18 11:26:04,604 [run_push] DEBUG no remote changes detected 11:26:04 2023-04-18 11:26:04,604 [execute] INFO git push origin semver 11:26:04 2023-04-18 11:26:04,605 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:26:05 2023-04-18 11:26:05,441 [run_push] DEBUG push all version tags 11:26:05 2023-04-18 11:26:05,442 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:26:05 2023-04-18 11:26:05,442 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 11:26:06 2023-04-18 11:26:06,295 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 11:26:06 3.0.0-dev.15 [Pipeline] } 11:26:06 $ docker exec --env ******** --env ******** 52fbf6afec8e48ec2a33b560488640be5f1bb255ef17cf13070bb96bf41318dc ssh-agent -k 11:26:06 unset SSH_AUTH_SOCK; 11:26:06 unset SSH_AGENT_PID; 11:26:06 echo Agent pid 38 killed; 11:26:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:26:06 + git semver [Pipeline] } 11:26:07 $ docker stop --time=1 52fbf6afec8e48ec2a33b560488640be5f1bb255ef17cf13070bb96bf41318dc 11:26:08 $ docker rm -f --volumes 52fbf6afec8e48ec2a33b560488640be5f1bb255ef17cf13070bb96bf41318dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 11:26:08 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 11:26:08 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 11:26:08 total 16 11:26:08 drwxr-xr-x 3 root root 4096 Apr 18 11:16 . 11:26:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 11:25 .. 11:26:08 drwxr-xr-x 2 root root 4096 Apr 18 11:16 cost 11:26:08 -rw-r--r-- 1 root root 85 Apr 18 11:16 cost.csv 11:26:08 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 11:26:08 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 11:26:08 total 16 11:26:08 drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:16 . 11:26:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 11:25 .. 11:26:08 drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 11:16 cost 11:26:08 -rw-r--r-- 1 jenkins jenkins 85 Apr 18 11:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:26:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:26:10 ---> package-listing.sh 11:26:10 ++ facter osfamily 11:26:10 ++ tr '[:upper:]' '[:lower:]' 11:26:10 + OS_FAMILY=debian 11:26:10 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 11:26:10 + START_PACKAGES=/tmp/packages_start.txt 11:26:10 + END_PACKAGES=/tmp/packages_end.txt 11:26:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:26:10 + PACKAGES=/tmp/packages_start.txt 11:26:10 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 11:26:10 + PACKAGES=/tmp/packages_end.txt 11:26:10 + case "${OS_FAMILY}" in 11:26:10 + dpkg -l 11:26:10 + grep '^ii' 11:26:10 + '[' -f /tmp/packages_start.txt ']' 11:26:10 + '[' -f /tmp/packages_end.txt ']' 11:26:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:26:10 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 11:26:10 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 11:26:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 11:26:10 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/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:26:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:26:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:26:11 prd-ubuntu20.04-docker-8c-8g-8906 does not seem to be running inside a container 11:26:11 $ 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/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@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-lftools-log-publisher:latest cat 11:26:11 $ docker top bd6323aa321f52e0e880fcdb779354ba2f7804b32195ae24be61bdb29047b3c3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:26:11 + touch /tmp/pre-build-complete [Pipeline] sh 11:26:12 + mkdir -p /var/log/sysstat [Pipeline] sh 11:26:12 + ls /var/log/sa-host 11:26:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:26:12 provisioning config files... 11:26:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12191088464479730462tmp [Pipeline] { [Pipeline] echo 11:26:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:26:12 ---> create-netrc.sh [Pipeline] } 11:26:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:26:13 ---> python-tools-install.sh [Pipeline] echo 11:26:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:26:13 ---> sudo-logs.sh 11:26:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:26:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:26:13 ---> job-cost.sh 11:26:13 lf-activate-venv: SKIPPING 11:26:13 DEBUG: total: 0.2199999988079071 11:26:13 INFO: Retrieving Stack Cost... 11:26:14 INFO: Retrieving Pricing Info for: v3-standard-8 11:26:14 INFO: Archiving Costs [Pipeline] echo 11:26:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:26:14 ---> logs-deploy.sh 11:26:14 lf-activate-venv: SKIPPING 11:26:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/71 11:26:14 INFO: archiving workspace using pattern(s): 11:26:15 Archives upload complete. 11:26:15 INFO: archiving logs to Nexus 11:26:16 ---> uname -a: 11:26:16 Linux prd-ubuntu20-04-docker-8c-8g-8906 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:26:16 11:26:16 11:26:16 ---> lscpu: 11:26:16 Architecture: x86_64 11:26:16 CPU op-mode(s): 32-bit, 64-bit 11:26:16 Byte Order: Little Endian 11:26:16 Address sizes: 40 bits physical, 48 bits virtual 11:26:16 CPU(s): 8 11:26:16 On-line CPU(s) list: 0-7 11:26:16 Thread(s) per core: 1 11:26:16 Core(s) per socket: 1 11:26:16 Socket(s): 8 11:26:16 NUMA node(s): 1 11:26:16 Vendor ID: AuthenticAMD 11:26:16 CPU family: 23 11:26:16 Model: 49 11:26:16 Model name: AMD EPYC-Rome Processor 11:26:16 Stepping: 0 11:26:16 CPU MHz: 2799.956 11:26:16 BogoMIPS: 5599.91 11:26:16 Virtualization: AMD-V 11:26:16 Hypervisor vendor: KVM 11:26:16 Virtualization type: full 11:26:16 L1d cache: 256 KiB 11:26:16 L1i cache: 256 KiB 11:26:16 L2 cache: 4 MiB 11:26:16 L3 cache: 128 MiB 11:26:16 NUMA node0 CPU(s): 0-7 11:26:16 Vulnerability Itlb multihit: Not affected 11:26:16 Vulnerability L1tf: Not affected 11:26:16 Vulnerability Mds: Not affected 11:26:16 Vulnerability Meltdown: Not affected 11:26:16 Vulnerability Mmio stale data: Not affected 11:26:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:26:16 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:26:16 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:26:16 Vulnerability Srbds: Not affected 11:26:16 Vulnerability Tsx async abort: Not affected 11:26:16 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:26:16 11:26:16 11:26:16 ---> nproc: 11:26:16 8 11:26:16 11:26:16 11:26:16 ---> df -h: 11:26:16 Filesystem Size Used Avail Use% Mounted on 11:26:16 overlay 155G 13G 143G 9% / 11:26:16 tmpfs 64M 0 64M 0% /dev 11:26:16 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:26:16 shm 64M 0 64M 0% /dev/shm 11:26:16 /dev/vda1 155G 13G 143G 9% /facter-os 11:26:16 11:26:16 11:26:16 ---> sar -b -r -n DEV: 11:26:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8906) 04/18/23 _x86_64_ (8 CPU) 11:26:16 11:26:16 11:13:34 LINUX RESTART (8 CPU) 11:26:16 11:26:16 11:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:26:16 11:15:01 206.91 40.01 166.90 0.00 4330.11 132188.58 0.00 11:26:16 11:16:01 133.03 0.22 132.81 0.00 6.53 33555.34 0.00 11:26:16 11:17:01 114.01 0.05 113.96 0.00 3.60 34182.57 0.00 11:26:16 11:18:01 4.57 1.65 2.92 0.00 37.73 34.01 0.00 11:26:16 11:19:01 37.18 11.88 25.30 0.00 5452.56 6249.89 0.00 11:26:16 11:20:01 4.00 0.00 4.00 0.00 0.00 48.12 0.00 11:26:16 11:21:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 11:26:16 11:22:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 11:26:16 11:23:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 11:26:16 11:24:01 1.78 0.00 1.78 0.00 0.00 33.33 0.00 11:26:16 11:25:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 11:26:16 11:26:01 103.57 0.28 103.28 0.00 31.46 56542.04 0.00 11:26:16 Average: 50.56 4.46 46.10 0.00 816.94 21753.19 0.00 11:26:16 11:26:16 11:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:26:16 11:15:01 28460032 31573740 728648 2.22 110644 3221404 2066168 6.09 1147760 2844184 58048 11:26:16 11:16:01 27978872 31297500 995708 3.03 149164 3353880 2572484 7.58 1564536 2865192 177608 11:26:16 11:17:01 27697724 31576364 717284 2.18 159132 3867816 1791272 5.28 1252884 3420248 480 11:26:16 11:18:01 27690708 31571548 721812 2.20 159224 3868944 1791272 5.28 1260908 3420636 8 11:26:16 11:19:01 27317600 31554920 727468 2.21 167448 4202268 1826796 5.38 1488700 3533912 976 11:26:16 11:20:01 27320132 31557384 725228 2.21 167504 4202264 1842880 5.43 1487604 3533872 52 11:26:16 11:21:01 27322920 31560192 722336 2.20 167528 4202272 1842880 5.43 1485020 3533876 20 11:26:16 11:22:01 27323968 31561256 721216 2.19 167560 4202272 1842880 5.43 1484076 3533888 140 11:26:16 11:23:01 27324204 31561564 720868 2.19 167604 4202276 1842880 5.43 1483948 3533896 40 11:26:16 11:24:01 27323872 31561948 721020 2.19 167696 4202256 1842880 5.43 1483376 3534528 132 11:26:16 11:25:01 27324204 31562280 720616 2.19 167708 4202256 1842880 5.43 1483472 3534528 8 11:26:16 11:26:01 25791596 31506112 769324 2.34 205256 5511216 2039496 6.01 1628104 4784096 1052 11:26:16 Average: 27406319 31537067 749294 2.28 163039 4103260 1928731 5.68 1437532 3506071 19880 11:26:16 11:26:16 11:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:26:16 11:15:01 ens3 1057.67 673.16 8584.98 111.82 0.00 0.00 0.00 0.00 11:26:16 11:15:01 docker0 187.26 311.73 15.19 2028.61 0.00 0.00 0.00 0.00 11:26:16 11:15:01 lo 6.51 6.51 0.63 0.63 0.00 0.00 0.00 0.00 11:26:16 11:16:01 ens3 73.37 59.49 93.86 99.01 0.00 0.00 0.00 0.00 11:26:16 11:16:01 veth8949c7c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:26:16 11:16:01 docker0 1.37 3.30 0.08 42.52 0.00 0.00 0.00 0.00 11:26:16 11:16:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 11:26:16 11:17:01 ens3 153.67 110.71 2651.74 225.07 0.00 0.00 0.00 0.00 11:26:16 11:17:01 docker0 1.23 2.82 0.08 42.98 0.00 0.00 0.00 0.00 11:26:16 11:17:01 lo 7.33 7.33 0.72 0.72 0.00 0.00 0.00 0.00 11:26:16 11:18:01 ens3 5.92 3.90 4.56 4.60 0.00 0.00 0.00 0.00 11:26:16 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:18:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:26:16 11:19:01 ens3 106.83 45.89 1951.27 4.35 0.00 0.00 0.00 0.00 11:26:16 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:19:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 11:26:16 11:20:01 ens3 1.00 0.30 0.15 0.08 0.00 0.00 0.00 0.00 11:26:16 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:26:16 11:21:01 ens3 1.08 0.43 0.50 0.28 0.00 0.00 0.00 0.00 11:26:16 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:22:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 11:26:16 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:26:16 11:23:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:24:01 ens3 0.30 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:26:16 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:26:16 11:25:01 ens3 0.70 0.10 0.13 0.07 0.00 0.00 0.00 0.00 11:26:16 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 11:26:01 ens3 439.59 240.81 7787.30 42.98 0.00 0.00 0.00 0.00 11:26:16 11:26:01 docker0 41.66 69.69 3.37 581.53 0.00 0.00 0.00 0.00 11:26:16 11:26:01 veth93118cf 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:26:16 11:26:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 11:26:16 Average: ens3 152.13 93.80 1746.71 40.61 0.00 0.00 0.00 0.00 11:26:16 Average: docker0 19.06 31.91 1.54 222.13 0.00 0.00 0.00 0.00 11:26:16 Average: veth93118cf 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 11:26:16 Average: lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 11:26:16 11:26:16 11:26:16 ---> sar -P ALL: 11:26:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8906) 04/18/23 _x86_64_ (8 CPU) 11:26:16 11:26:16 11:13:34 LINUX RESTART (8 CPU) 11:26:16 11:26:16 11:14:02 CPU %user %nice %system %iowait %steal %idle 11:26:16 11:15:01 all 11.23 0.00 3.84 3.70 0.08 81.15 11:26:16 11:15:01 0 8.60 0.00 3.50 0.60 0.07 87.23 11:26:16 11:15:01 1 13.94 0.00 3.89 7.15 0.10 74.92 11:26:16 11:15:01 2 10.05 0.00 4.33 0.79 0.07 84.76 11:26:16 11:15:01 3 11.62 0.00 5.08 11.27 0.10 71.92 11:26:16 11:15:01 4 13.87 0.00 3.33 0.74 0.07 82.00 11:26:16 11:15:01 5 10.13 0.00 3.60 1.96 0.07 84.23 11:26:16 11:15:01 6 10.86 0.00 3.18 0.77 0.07 85.12 11:26:16 11:15:01 7 10.80 0.00 3.78 6.35 0.10 78.97 11:26:16 11:16:01 all 32.05 0.00 5.98 2.36 0.10 59.52 11:26:16 11:16:01 0 32.44 0.00 6.27 1.26 0.12 59.91 11:26:16 11:16:01 1 31.56 0.00 5.60 3.53 0.10 59.21 11:26:16 11:16:01 2 32.53 0.00 6.74 5.10 0.08 55.55 11:26:16 11:16:01 3 32.10 0.00 5.85 7.72 0.10 54.23 11:26:16 11:16:01 4 32.92 0.00 6.26 0.29 0.08 60.44 11:26:16 11:16:01 5 30.39 0.00 5.46 0.10 0.10 63.95 11:26:16 11:16:01 6 31.93 0.00 5.52 0.05 0.08 62.42 11:26:16 11:16:01 7 32.51 0.00 6.14 0.83 0.10 60.42 11:26:16 11:17:01 all 9.74 0.00 2.49 2.06 0.04 85.67 11:26:16 11:17:01 0 8.80 0.00 2.55 0.50 0.03 88.11 11:26:16 11:17:01 1 8.85 0.00 3.52 5.59 0.03 82.01 11:26:16 11:17:01 2 11.29 0.00 2.39 7.50 0.05 78.77 11:26:16 11:17:01 3 9.91 0.00 2.16 0.72 0.05 87.16 11:26:16 11:17:01 4 9.48 0.00 2.74 0.59 0.03 87.16 11:26:16 11:17:01 5 9.66 0.00 2.20 1.19 0.03 86.92 11:26:16 11:17:01 6 10.12 0.00 2.15 0.05 0.05 87.63 11:26:16 11:17:01 7 9.82 0.00 2.19 0.37 0.05 87.58 11:26:16 11:18:01 all 0.29 0.00 0.03 0.02 0.01 99.65 11:26:16 11:18:01 0 1.02 0.00 0.05 0.00 0.02 98.92 11:26:16 11:18:01 1 0.52 0.00 0.07 0.07 0.03 99.32 11:26:16 11:18:01 2 0.07 0.00 0.02 0.03 0.00 99.88 11:26:16 11:18:01 3 0.18 0.00 0.02 0.00 0.00 99.80 11:26:16 11:18:01 4 0.13 0.00 0.03 0.00 0.00 99.83 11:26:16 11:18:01 5 0.02 0.00 0.02 0.03 0.00 99.93 11:26:16 11:18:01 6 0.35 0.00 0.03 0.00 0.00 99.62 11:26:16 11:18:01 7 0.05 0.00 0.03 0.00 0.00 99.92 11:26:16 11:19:01 all 1.48 0.00 0.59 0.57 0.02 97.34 11:26:16 11:19:01 0 1.20 0.00 0.42 0.03 0.02 98.33 11:26:16 11:19:01 1 1.60 0.00 0.57 0.13 0.02 97.68 11:26:16 11:19:01 2 1.55 0.00 0.83 1.07 0.03 96.51 11:26:16 11:19:01 3 1.57 0.00 0.65 0.45 0.02 97.31 11:26:16 11:19:01 4 2.25 0.00 1.00 0.40 0.02 96.33 11:26:16 11:19:01 5 1.00 0.00 0.57 1.20 0.02 97.21 11:26:16 11:19:01 6 2.20 0.00 0.38 0.98 0.02 96.43 11:26:16 11:19:01 7 0.42 0.00 0.33 0.32 0.02 98.91 11:26:16 11:20:01 all 0.21 0.00 0.02 0.01 0.00 99.76 11:26:16 11:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:26:16 11:20:01 1 0.03 0.00 0.08 0.00 0.02 99.87 11:26:16 11:20:01 2 0.02 0.00 0.05 0.03 0.00 99.90 11:26:16 11:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:26:16 11:20:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:26:16 11:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:20:01 6 1.45 0.00 0.00 0.02 0.00 98.53 11:26:16 11:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:21:01 all 0.27 0.00 0.01 0.00 0.01 99.70 11:26:16 11:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:26:16 11:21:01 1 0.05 0.00 0.00 0.00 0.02 99.93 11:26:16 11:21:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:26:16 11:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:26:16 11:21:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:26:16 11:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:26:16 11:21:01 6 1.97 0.00 0.02 0.02 0.02 97.98 11:26:16 11:21:01 7 0.00 0.00 0.03 0.00 0.00 99.97 11:26:16 11:22:01 all 0.07 0.00 0.01 0.00 0.01 99.92 11:26:16 11:22:01 0 0.05 0.00 0.00 0.00 0.02 99.93 11:26:16 11:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:26:16 11:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:26:16 11:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:26:16 11:22:01 6 0.38 0.00 0.02 0.00 0.00 99.60 11:26:16 11:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:23:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:26:16 11:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:26:16 11:23:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:26:16 11:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:26:16 11:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:26:16 11:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:26:16 11:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:26:16 11:23:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:26:16 11:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:26:16 11:24:01 all 0.02 0.00 0.01 0.01 0.00 99.96 11:26:16 11:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:26:16 11:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:26:16 11:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:26:16 11:24:01 5 0.02 0.00 0.00 0.03 0.00 99.95 11:26:16 11:24:01 6 0.03 0.00 0.00 0.03 0.02 99.92 11:26:16 11:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:26:16 11:25:01 all 0.06 0.00 0.01 0.00 0.01 99.92 11:26:16 11:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:26:16 11:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:26:16 11:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:26:16 11:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:26:16 11:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:26:16 11:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:26:16 11:25:01 6 0.38 0.00 0.03 0.02 0.00 99.57 11:26:16 11:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:26:16 11:26:16 11:25:01 CPU %user %nice %system %iowait %steal %idle 11:26:16 11:26:01 all 8.27 0.00 3.41 2.69 0.06 85.57 11:26:16 11:26:01 0 7.85 0.00 4.07 7.97 0.07 80.03 11:26:16 11:26:01 1 9.12 0.00 3.51 0.35 0.05 86.97 11:26:16 11:26:01 2 8.73 0.00 3.02 0.07 0.05 88.13 11:26:16 11:26:01 3 10.22 0.00 3.55 1.58 0.05 84.60 11:26:16 11:26:01 4 7.21 0.00 3.21 0.05 0.05 89.48 11:26:16 11:26:01 5 7.21 0.00 2.96 0.39 0.05 89.40 11:26:16 11:26:01 6 7.06 0.00 2.49 0.87 0.05 89.53 11:26:16 11:26:01 7 8.77 0.00 4.50 10.35 0.08 76.29 11:26:16 Average: all 5.26 0.00 1.36 0.94 0.03 92.41 11:26:16 Average: 0 4.98 0.00 1.40 0.86 0.03 92.73 11:26:16 Average: 1 5.43 0.00 1.43 1.38 0.03 91.73 11:26:16 Average: 2 5.31 0.00 1.43 1.21 0.02 92.02 11:26:16 Average: 3 5.44 0.00 1.43 1.78 0.03 91.32 11:26:16 Average: 4 5.46 0.00 1.38 0.17 0.02 92.97 11:26:16 Average: 5 4.83 0.00 1.23 0.41 0.02 93.51 11:26:16 Average: 6 5.53 0.00 1.14 0.23 0.03 93.07 11:26:16 Average: 7 5.15 0.00 1.40 1.49 0.03 91.93 11:26:16 11:26:16 11:26:16