Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a50195080db95dc897f07c56d427b58d1c43a7f 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-ssh4923957060643276071.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh16147760493740512726.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh11139186238110227827.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh6431736797897056489.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh7888688188511928160.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-17390’ Running on prd-ubuntu20.04-docker-8c-8g-17393 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 Avoid second fetch Checking out Revision 2a50195080db95dc897f07c56d427b58d1c43a7f (main) 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 > 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 2a50195080db95dc897f07c56d427b58d1c43a7f # timeout=10 Commit message: "Merge pull request #181 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.11" > git rev-list --no-walk 4bd3e3f348316c3d3f0178918439f0265993f5e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:30:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:30:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:30:58 ========================================================= 06:30:58 EdgeX Global Pipelines Version Info 06:30:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:30:59 ------------------- 06:30:59 stable info: 06:30:59 ------------------- 06:30:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:30:59 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:30:59 Message: update stable to v1.0.234 06:30:59 ------------------- 06:30:59 experimental info: 06:30:59 ------------------- 06:30:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:30:59 Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 06:30:59 Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a50195 [Pipeline] echo 06:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:31:00 provisioning config files... 06:31:00 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8228536990760742636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:00 ---> docker-login.sh 06:31:00 nexus3.edgexfoundry.org:10001 06:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:01 Configure a credential helper to remove this warning. See 06:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:01 06:31:01 Login Succeeded 06:31:01 nexus3.edgexfoundry.org:10002 06:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:01 Configure a credential helper to remove this warning. See 06:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:01 06:31:01 Login Succeeded 06:31:01 nexus3.edgexfoundry.org:10003 06:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:01 Configure a credential helper to remove this warning. See 06:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:01 06:31:01 Login Succeeded 06:31:01 nexus3.edgexfoundry.org:10004 06:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:01 Configure a credential helper to remove this warning. See 06:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:01 06:31:01 Login Succeeded 06:31:01 docker.io 06:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:01 Configure a credential helper to remove this warning. See 06:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:01 06:31:01 Login Succeeded 06:31:01 ---> docker-login.sh ends [Pipeline] } 06:31:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:31:02 + git rev-list -1 --merges 2a50195080db95dc897f07c56d427b58d1c43a7f~1..2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] echo 06:31:02 -----------> git rev-list -1 --merges 2a50195080db95dc897f07c56d427b58d1c43a7f~1..2a50195080db95dc897f07c56d427b58d1c43a7f 2a50195080db95dc897f07c56d427b58d1c43a7f 06:31:02 2a50195080db95dc897f07c56d427b58d1c43a7f [false] [Pipeline] sh 06:31:02 + git log --format=format:%s -1 2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] echo 06:31:02 ========================================================= 06:31:02 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:31:02 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:31:02 + git log --format=format:%s -1 2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] echo 06:31:02 [semverPrep] GIT_COMMIT: 2a50195080db95dc897f07c56d427b58d1c43a7f, Commit Message: Merge pull request #181 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.11 [Pipeline] echo 06:31:02 [semverPrep] This is not a build commit. [Pipeline] sh 06:31:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:31:03 + grep -v github /etc/ssh/ssh_known_hosts 06:31:03 + [ -e /tmp/ssh_known_hosts ] 06:31:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:31:03 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:31:03 + sudo tee -a /etc/ssh/ssh_known_hosts 06:31:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:31:03 06:31:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:31:03 0.1.4: Pulling from edgex-devops/py-git-semver 06:31:03 b85a868b505f: Pulling fs layer 06:31:03 e2be974225ed: Pulling fs layer 06:31:03 339a4e72a1f5: Pulling fs layer 06:31:03 988bab9f4d93: Pulling fs layer 06:31:03 1469e6f7b9e6: Pulling fs layer 06:31:03 eaf3925da568: Pulling fs layer 06:31:03 bab4dde63d76: Pulling fs layer 06:31:03 bde34c3a00c8: Pulling fs layer 06:31:03 b352a97aabf1: Pulling fs layer 06:31:03 4872d77fe225: Pulling fs layer 06:31:03 5851b861e8e6: Pulling fs layer 06:31:03 988bab9f4d93: Waiting 06:31:03 1469e6f7b9e6: Waiting 06:31:03 eaf3925da568: Waiting 06:31:03 bab4dde63d76: Waiting 06:31:03 bde34c3a00c8: Waiting 06:31:03 b352a97aabf1: Waiting 06:31:03 4872d77fe225: Waiting 06:31:03 5851b861e8e6: Waiting 06:31:03 e2be974225ed: Verifying Checksum 06:31:03 e2be974225ed: Download complete 06:31:03 988bab9f4d93: Verifying Checksum 06:31:03 988bab9f4d93: Download complete 06:31:04 1469e6f7b9e6: Verifying Checksum 06:31:04 1469e6f7b9e6: Download complete 06:31:04 eaf3925da568: Download complete 06:31:04 339a4e72a1f5: Verifying Checksum 06:31:04 339a4e72a1f5: Download complete 06:31:04 bde34c3a00c8: Download complete 06:31:04 b352a97aabf1: Download complete 06:31:04 4872d77fe225: Verifying Checksum 06:31:04 4872d77fe225: Download complete 06:31:04 5851b861e8e6: Download complete 06:31:04 b85a868b505f: Verifying Checksum 06:31:04 b85a868b505f: Download complete 06:31:04 bab4dde63d76: Verifying Checksum 06:31:04 bab4dde63d76: Download complete 06:31:05 b85a868b505f: Pull complete 06:31:05 e2be974225ed: Pull complete 06:31:06 339a4e72a1f5: Pull complete 06:31:06 988bab9f4d93: Pull complete 06:31:06 1469e6f7b9e6: Pull complete 06:31:06 eaf3925da568: Pull complete 06:31:09 bab4dde63d76: Pull complete 06:31:09 bde34c3a00c8: Pull complete 06:31:09 b352a97aabf1: Pull complete 06:31:09 4872d77fe225: Pull complete 06:31:09 5851b861e8e6: Pull complete 06:31:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:31:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:31:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:09 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:31:09 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:31:10 $ docker top 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca -eo pid,comm 06:31:10 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). 06:31:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:31:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:31:10 [ssh-agent] Looking for ssh-agent implementation... 06:31:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:31:11 $ docker exec 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca ssh-agent 06:31:11 SSH_AUTH_SOCK=/tmp/ssh-hHaZDiGrB7pR/agent.32 06:31:11 SSH_AGENT_PID=38 06:31:11 Running ssh-add (command line suppressed) 06:31:11 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3256234333660248695.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3256234333660248695.key) 06:31:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:31:11 + git tag --points-at HEAD [Pipeline] } 06:31:11 $ docker exec --env ******** --env ******** 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca ssh-agent -k 06:31:11 unset SSH_AUTH_SOCK; 06:31:11 unset SSH_AGENT_PID; 06:31:11 echo Agent pid 38 killed; 06:31:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:31:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:31:11 [ssh-agent] Looking for ssh-agent implementation... 06:31:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:31:12 $ docker exec 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca ssh-agent 06:31:12 SSH_AUTH_SOCK=/tmp/ssh-2ZtHUsOApo7Q/agent.70 06:31:12 SSH_AGENT_PID=76 06:31:12 Running ssh-add (command line suppressed) 06:31:12 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4030604013272059302.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4030604013272059302.key) 06:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:31:12 + git semver init 06:31:12 2022-07-11 06:31:12,809 [run_init] DEBUG init version:0.0.0 force:False 06:31:12 2022-07-11 06:31:12,810 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 06:31:12 2022-07-11 06:31:12,811 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver 06:31:12 2022-07-11 06:31:12,811 [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) 06:31:13 2022-07-11 06:31:13,554 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 06:31:13 2022-07-11 06:31:13,555 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False 06:31:13 2022-07-11 06:31:13,555 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:31:13 2022-07-11 06:31:13,555 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:31:13 2.2.1-dev.5 [Pipeline] } 06:31:13 $ docker exec --env ******** --env ******** 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca ssh-agent -k 06:31:13 unset SSH_AUTH_SOCK; 06:31:13 unset SSH_AGENT_PID; 06:31:13 echo Agent pid 76 killed; 06:31:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:31:14 + git semver [Pipeline] } 06:31:14 $ docker stop --time=1 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca 06:31:15 $ docker rm -f 305e4f38db8265e1d7a3a80eb233c4347b77850360e0f201fc70b461581bfeca [Pipeline] // withDockerContainer [Pipeline] sh 06:31:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:31:16 Stashed 1 file(s) [Pipeline] echo 06:31:16 [edgeXSemver]: initialized semver on version 2.2.1-dev.5 [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 06:31:16 provisioning config files... 06:31:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5678081646024185816tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:16 ---> docker-login.sh 06:31:16 nexus3.edgexfoundry.org:10001 06:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:16 Configure a credential helper to remove this warning. See 06:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:16 06:31:16 Login Succeeded 06:31:16 nexus3.edgexfoundry.org:10002 06:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:17 Configure a credential helper to remove this warning. See 06:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:17 06:31:17 Login Succeeded 06:31:17 nexus3.edgexfoundry.org:10003 06:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:17 Configure a credential helper to remove this warning. See 06:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:17 06:31:17 Login Succeeded 06:31:17 nexus3.edgexfoundry.org:10004 06:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:17 Configure a credential helper to remove this warning. See 06:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:17 06:31:17 Login Succeeded 06:31:17 docker.io 06:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:17 Configure a credential helper to remove this warning. See 06:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:17 06:31:17 Login Succeeded 06:31:17 ---> docker-login.sh ends [Pipeline] } 06:31:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:31:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:31:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:31:17 ========================================================= 06:31:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:31:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:18 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:31:18 Sending build context to Docker daemon 5.395MB 06:31:18 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 06:31:18 Step 2/12 : FROM ${BASE} AS builder 06:31:18 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:31:18 59bf1c3509f3: Pulling fs layer 06:31:18 666ba61612fd: Pulling fs layer 06:31:18 8ed8ca486205: Pulling fs layer 06:31:18 cc1cd167ecdc: Pulling fs layer 06:31:18 c516ae0d96e1: Pulling fs layer 06:31:18 cc1cd167ecdc: Waiting 06:31:18 684cea983483: Pulling fs layer 06:31:18 dd3240ac7de5: Pulling fs layer 06:31:18 b1e948a4e11c: Pulling fs layer 06:31:18 a8fd76ee1af6: Pulling fs layer 06:31:18 c516ae0d96e1: Waiting 06:31:18 646ad004c059: Pulling fs layer 06:31:18 b1e948a4e11c: Waiting 06:31:18 dd3240ac7de5: Waiting 06:31:18 646ad004c059: Waiting 06:31:18 a8fd76ee1af6: Waiting 06:31:18 8ed8ca486205: Verifying Checksum 06:31:18 8ed8ca486205: Download complete 06:31:18 666ba61612fd: Download complete 06:31:18 c516ae0d96e1: Verifying Checksum 06:31:18 c516ae0d96e1: Download complete 06:31:18 684cea983483: Verifying Checksum 06:31:18 684cea983483: Download complete 06:31:18 dd3240ac7de5: Verifying Checksum 06:31:18 dd3240ac7de5: Download complete 06:31:18 59bf1c3509f3: Verifying Checksum 06:31:18 59bf1c3509f3: Download complete 06:31:18 b1e948a4e11c: Download complete 06:31:18 59bf1c3509f3: Pull complete 06:31:18 666ba61612fd: Pull complete 06:31:18 8ed8ca486205: Pull complete 06:31:18 646ad004c059: Verifying Checksum 06:31:18 646ad004c059: Download complete 06:31:18 a8fd76ee1af6: Verifying Checksum 06:31:18 a8fd76ee1af6: Download complete 06:31:19 cc1cd167ecdc: Verifying Checksum 06:31:19 cc1cd167ecdc: Download complete 06:31:23 cc1cd167ecdc: Pull complete 06:31:23 c516ae0d96e1: Pull complete 06:31:23 684cea983483: Pull complete 06:31:23 dd3240ac7de5: Pull complete 06:31:23 b1e948a4e11c: Pull complete 06:31:25 a8fd76ee1af6: Pull complete 06:31:26 646ad004c059: Pull complete 06:31:26 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 06:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:31:26 ---> 8f69c11f6b0c 06:31:26 Step 3/12 : ARG MAKE='make build' 06:31:28 ---> Running in 0a3be59768ac 06:31:28 Removing intermediate container 0a3be59768ac 06:31:28 ---> 5757909268ba 06:31:28 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:31:28 ---> Running in 2952439e137a 06:31:28 Removing intermediate container 2952439e137a 06:31:28 ---> 916d05915497 06:31:28 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 06:31:28 ---> Running in ba598c0e12df 06:31:28 Removing intermediate container ba598c0e12df 06:31:28 ---> f959f612a813 06:31:28 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:28 ---> Running in c1830b2e9e92 06:31:29 Removing intermediate container c1830b2e9e92 06:31:29 ---> 1579f4ef8f7b 06:31:29 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:31:29 ---> Running in 0e831c72f5fd 06:31:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:31:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:31:30 (1/4) Installing openssh-keygen (8.8_p1-r1) 06:31:30 (2/4) Installing libedit (20210910.3.1-r0) 06:31:30 (3/4) Installing openssh-client-common (8.8_p1-r1) 06:31:30 (4/4) Installing openssh-client-default (8.8_p1-r1) 06:31:30 Executing busybox-1.34.1-r3.trigger 06:31:30 OK: 224 MiB in 56 packages 06:31:31 Removing intermediate container 0e831c72f5fd 06:31:31 ---> 469b60208269 06:31:31 Step 8/12 : WORKDIR /device-snmp-go 06:31:31 ---> Running in 617a2d1a1179 06:31:31 Removing intermediate container 617a2d1a1179 06:31:31 ---> 6b2b97665c55 06:31:31 Step 9/12 : COPY go.mod vendor* ./ 06:31:31 Still waiting to schedule task 06:31:31 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17391’ 06:31:31 ---> b3cee3e742fc 06:31:31 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:31 ---> Running in 73ecdeda1fa1 06:31:46 Removing intermediate container 73ecdeda1fa1 06:31:46 ---> d2180c0d89d9 06:31:46 Step 11/12 : COPY . . 06:31:46 ---> 0c205831ea41 06:31:46 Step 12/12 : RUN ${MAKE} 06:31:46 ---> Running in a77853d007b5 06:31:46 noop 06:31:46 Removing intermediate container a77853d007b5 06:31:46 ---> 31fbbfa3644c 06:31:46 Successfully built 31fbbfa3644c 06:31:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:47 + docker inspect -f . ci-base-image-x86_64 06:31:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:47 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:31:47 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:31:47 $ docker top 112f5825dee510cdfd24b71c5f1abbe907e99b4ba9b7bde16b7e3c7441b4b763 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:47 + go version 06:31:47 go version go1.17.7 linux/amd64 [Pipeline] } 06:31:47 $ docker stop --time=1 112f5825dee510cdfd24b71c5f1abbe907e99b4ba9b7bde16b7e3c7441b4b763 06:31:49 $ docker rm -f 112f5825dee510cdfd24b71c5f1abbe907e99b4ba9b7bde16b7e3c7441b4b763 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:49 + docker inspect -f . ci-base-image-x86_64 06:31:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:49 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:31:49 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:31:50 $ docker top 576d3755eedd0b1a614fc49258695a03080e7f6cf6c6ef3db3379be0c38577fc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:31:50 + make test 06:31:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:31:51 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:32:01 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:32:01 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.009s coverage: 0.0% of statements 06:32:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:32:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:32:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:32:11 ./bin/test-attribution-txt.sh [Pipeline] echo 06:32:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:32:12 $ docker stop --time=1 576d3755eedd0b1a614fc49258695a03080e7f6cf6c6ef3db3379be0c38577fc 06:32:13 $ docker rm -f 576d3755eedd0b1a614fc49258695a03080e7f6cf6c6ef3db3379be0c38577fc [Pipeline] // withDockerContainer [Pipeline] sh 06:32:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:32:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:32:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:32:15 + ls -al . 06:32:15 total 168 06:32:15 drwxrwxr-x 9 jenkins jenkins 4096 Jul 11 06:32 . 06:32:15 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 06:30 .. 06:32:15 -rw-rw-r-- 1 jenkins jenkins 6 Jul 11 06:30 .dockerignore 06:32:15 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 06:31 .git 06:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:30 .github 06:32:15 -rw-rw-r-- 1 jenkins jenkins 328 Jul 11 06:30 .gitignore 06:32:15 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 06:30 .golangci.yml 06:32:15 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 06:31 .semver 06:32:15 -rw-rw-r-- 1 jenkins jenkins 8556 Jul 11 06:30 Attribution.txt 06:32:15 -rw-rw-r-- 1 jenkins jenkins 6948 Jul 11 06:30 CHANGELOG.md 06:32:15 -rw-rw-r-- 1 jenkins jenkins 1516 Jul 11 06:30 Dockerfile 06:32:15 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 06:30 GOVERNANCE.md 06:32:15 -rw-rw-r-- 1 jenkins jenkins 656 Jul 11 06:30 Jenkinsfile 06:32:15 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 06:30 LICENSE 06:32:15 -rw-rw-r-- 1 jenkins jenkins 2334 Jul 11 06:30 Makefile 06:32:15 -rw-rw-r-- 1 jenkins jenkins 620 Jul 11 06:30 OWNERS.md 06:32:15 -rw-rw-r-- 1 jenkins jenkins 9390 Jul 11 06:30 README.md 06:32:15 -rw-rw-r-- 1 jenkins jenkins 11 Jul 11 06:31 VERSION 06:32:15 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 06:30 bin 06:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:30 cmd 06:32:15 -rw-r--r-- 1 jenkins jenkins 7631 Jul 11 06:31 coverage.out 06:32:15 -rw-rw-r-- 1 jenkins jenkins 3301 Jul 11 06:30 go.mod 06:32:15 -rw-rw-r-- 1 jenkins jenkins 36459 Jul 11 06:30 go.sum 06:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:30 internal 06:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:30 snap 06:32:15 -rw-rw-r-- 1 jenkins jenkins 228 Jul 11 06:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:15 + 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=2a50195080db95dc897f07c56d427b58d1c43a7f --label arch=amd64 --label version=2.2.1-dev.5 . 06:32:15 Sending build context to Docker daemon 5.404MB 06:32:15 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 06:32:15 Step 2/24 : FROM ${BASE} AS builder 06:32:15 ---> 31fbbfa3644c 06:32:15 Step 3/24 : ARG MAKE='make build' 06:32:15 ---> Running in 6fb1936af730 06:32:15 Removing intermediate container 6fb1936af730 06:32:15 ---> 949a29c7dfe0 06:32:15 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:32:15 ---> Running in 7c72d7028e1a 06:32:15 Removing intermediate container 7c72d7028e1a 06:32:15 ---> 577e1faeeca9 06:32:15 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:32:15 ---> Running in dd99a2099ef0 06:32:16 Removing intermediate container dd99a2099ef0 06:32:16 ---> 54920fc9b4cf 06:32:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:16 ---> Running in a613fbffb6b2 06:32:16 Removing intermediate container a613fbffb6b2 06:32:16 ---> 5b0db4718cc9 06:32:16 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:32:16 ---> Running in 03aabbfbffdd 06:32:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:32:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:32:18 OK: 224 MiB in 56 packages 06:32:18 Removing intermediate container 03aabbfbffdd 06:32:18 ---> a33a799b300e 06:32:18 Step 8/24 : WORKDIR /device-snmp-go 06:32:18 ---> Running in 78c0be15f94b 06:32:18 Removing intermediate container 78c0be15f94b 06:32:18 ---> 7643d003d951 06:32:18 Step 9/24 : COPY go.mod vendor* ./ 06:32:18 ---> 39a45da795f7 06:32:18 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:32:18 ---> Running in 185d8eb67d9d 06:32:19 Removing intermediate container 185d8eb67d9d 06:32:19 ---> e9cd4758b8c6 06:32:19 Step 11/24 : COPY . . 06:32:19 ---> d1ea4830186e 06:32:19 Step 12/24 : RUN ${MAKE} 06:32:19 ---> Running in 6fc21bf697fc 06:32:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.11 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 06:32:41 Removing intermediate container 6fc21bf697fc 06:32:41 ---> 3748047837da 06:32:41 Step 13/24 : FROM alpine:3.14 06:32:41 3.14: Pulling from library/alpine 06:32:41 8663204ce13b: Pulling fs layer 06:32:41 8663204ce13b: Verifying Checksum 06:32:41 8663204ce13b: Download complete 06:32:41 8663204ce13b: Pull complete 06:32:41 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:32:41 Status: Downloaded newer image for alpine:3.14 06:32:41 ---> e04c818066af 06:32:41 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 06:32:41 ---> Running in fb7cb3187126 06:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 06:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 06:32:41 (1/6) Installing dumb-init (1.2.5-r1) 06:32:41 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:32:41 (3/6) Installing libsodium (1.0.18-r0) 06:32:41 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:32:41 (5/6) Installing libzmq (4.3.4-r0) 06:32:41 (6/6) Installing zeromq (4.3.4-r0) 06:32:41 Executing busybox-1.33.1-r7.trigger 06:32:41 OK: 8 MiB in 20 packages 06:32:41 Removing intermediate container fb7cb3187126 06:32:41 ---> 0816c1cf361c 06:32:41 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 06:32:41 ---> 1464a114f217 06:32:41 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:32:42 ---> 28800eb059a4 06:32:42 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 06:32:42 ---> dae637b30967 06:32:42 Step 18/24 : EXPOSE 59993 06:32:42 ---> Running in cac911d600b0 06:32:42 Removing intermediate container cac911d600b0 06:32:42 ---> 3c47527b66ad 06:32:42 Step 19/24 : EXPOSE 161 06:32:42 ---> Running in c9ccd743b64f 06:32:42 Removing intermediate container c9ccd743b64f 06:32:42 ---> 03e907cc8ae0 06:32:42 Step 20/24 : ENTRYPOINT ["/device-snmp"] 06:32:42 ---> Running in b86f0947af4a 06:32:42 Removing intermediate container b86f0947af4a 06:32:42 ---> a3f0c3309c2f 06:32:42 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:32:42 ---> Running in 523994c59807 06:32:42 Removing intermediate container 523994c59807 06:32:42 ---> 9f5e53f638de 06:32:42 Step 22/24 : LABEL arch=amd64 06:32:42 ---> Running in 9616b7012b11 06:32:42 Removing intermediate container 9616b7012b11 06:32:42 ---> 6284c1094f14 06:32:42 Step 23/24 : LABEL git_sha=2a50195080db95dc897f07c56d427b58d1c43a7f 06:32:42 ---> Running in e9892d2e2176 06:32:43 Removing intermediate container e9892d2e2176 06:32:43 ---> acb5de0ef33e 06:32:43 Step 24/24 : LABEL version=2.2.1-dev.5 06:32:43 ---> Running in b9cea6cd3893 06:32:43 Removing intermediate container b9cea6cd3893 06:32:43 ---> 50521c32bdf3 06:32:43 [Warning] One or more build-args [ARCH] were not consumed 06:32:43 Successfully built 50521c32bdf3 06:32:43 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:43 provisioning config files... 06:32:43 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3364012762979944715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:43 ---> docker-login.sh 06:32:43 nexus3.edgexfoundry.org:10001 06:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:43 Configure a credential helper to remove this warning. See 06:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:43 06:32:43 Login Succeeded 06:32:43 nexus3.edgexfoundry.org:10002 06:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:43 Configure a credential helper to remove this warning. See 06:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:43 06:32:43 Login Succeeded 06:32:43 nexus3.edgexfoundry.org:10003 06:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:43 Configure a credential helper to remove this warning. See 06:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:43 06:32:43 Login Succeeded 06:32:43 nexus3.edgexfoundry.org:10004 06:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:44 Configure a credential helper to remove this warning. See 06:32:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:44 06:32:44 Login Succeeded 06:32:44 docker.io 06:32:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:44 Configure a credential helper to remove this warning. See 06:32:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:44 06:32:44 Login Succeeded 06:32:44 ---> docker-login.sh ends [Pipeline] } 06:32:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:32:44 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 06:32:44 2a50195080db95dc897f07c56d427b58d1c43a7f 06:32:44 latest 06:32:44 2.2.1-dev.5 06:32:44 2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:32:44 main 06:32:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:44 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:45 + docker push nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f 06:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:32:45 938df5c9af19: Preparing 06:32:45 93deb9dbcd14: Preparing 06:32:45 0761fd0ec00c: Preparing 06:32:45 c160133ab263: Preparing 06:32:45 b541d28bf3b4: Preparing 06:32:45 b541d28bf3b4: Layer already exists 06:32:45 938df5c9af19: Pushed 06:32:45 93deb9dbcd14: Pushed 06:32:45 c160133ab263: Pushed 06:32:47 0761fd0ec00c: Pushed 06:32:47 2a50195080db95dc897f07c56d427b58d1c43a7f: digest: sha256:cb0f089cc483cda8b1d8ae7857e67d12d3d2d55259f0bc3785f70babe5f1d127 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 06:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:32:48 938df5c9af19: Preparing 06:32:48 93deb9dbcd14: Preparing 06:32:48 0761fd0ec00c: Preparing 06:32:48 c160133ab263: Preparing 06:32:48 b541d28bf3b4: Preparing 06:32:48 93deb9dbcd14: Layer already exists 06:32:48 c160133ab263: Layer already exists 06:32:48 b541d28bf3b4: Layer already exists 06:32:48 938df5c9af19: Layer already exists 06:32:48 0761fd0ec00c: Layer already exists 06:32:48 latest: digest: sha256:cb0f089cc483cda8b1d8ae7857e67d12d3d2d55259f0bc3785f70babe5f1d127 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:49 + docker push nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.5 06:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:32:49 938df5c9af19: Preparing 06:32:49 93deb9dbcd14: Preparing 06:32:49 0761fd0ec00c: Preparing 06:32:49 c160133ab263: Preparing 06:32:49 b541d28bf3b4: Preparing 06:32:49 0761fd0ec00c: Layer already exists 06:32:49 93deb9dbcd14: Layer already exists 06:32:49 b541d28bf3b4: Layer already exists 06:32:49 c160133ab263: Layer already exists 06:32:49 938df5c9af19: Layer already exists 06:32:49 2.2.1-dev.5: digest: sha256:cb0f089cc483cda8b1d8ae7857e67d12d3d2d55259f0bc3785f70babe5f1d127 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:49 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:49 + docker push nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:32:49 938df5c9af19: Preparing 06:32:49 93deb9dbcd14: Preparing 06:32:49 0761fd0ec00c: Preparing 06:32:49 c160133ab263: Preparing 06:32:49 b541d28bf3b4: Preparing 06:32:49 93deb9dbcd14: Layer already exists 06:32:49 938df5c9af19: Layer already exists 06:32:49 c160133ab263: Layer already exists 06:32:49 b541d28bf3b4: Layer already exists 06:32:49 0761fd0ec00c: Layer already exists 06:32:49 2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5: digest: sha256:cb0f089cc483cda8b1d8ae7857e67d12d3d2d55259f0bc3785f70babe5f1d127 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:50 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:50 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 06:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:32:50 938df5c9af19: Preparing 06:32:50 93deb9dbcd14: Preparing 06:32:50 0761fd0ec00c: Preparing 06:32:50 c160133ab263: Preparing 06:32:50 b541d28bf3b4: Preparing 06:32:50 938df5c9af19: Layer already exists 06:32:50 c160133ab263: Layer already exists 06:32:50 0761fd0ec00c: Layer already exists 06:32:50 b541d28bf3b4: Layer already exists 06:32:50 93deb9dbcd14: Layer already exists 06:32:50 main: digest: sha256:cb0f089cc483cda8b1d8ae7857e67d12d3d2d55259f0bc3785f70babe5f1d127 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:50 ===================================================== [Pipeline] echo 06:32:50 taggedImages: 06:32:50 - nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f 06:32:50 - nexus3.edgexfoundry.org:10004/device-snmp:latest 06:32:50 - nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.5 06:32:50 - nexus3.edgexfoundry.org:10004/device-snmp:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:32:50 - 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 06:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:32:50 06:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:32:51 latest: Pulling from edgex-lftools-log-publisher 06:32:51 5eb5b503b376: Pulling fs layer 06:32:51 5c69ac0246d0: Pulling fs layer 06:32:51 ec43610c2a17: Pulling fs layer 06:32:51 3a2ae6a8a46f: Pulling fs layer 06:32:51 33b1e0a273af: Pulling fs layer 06:32:51 5d3b04190fa2: Pulling fs layer 06:32:51 2f39f015ded8: Pulling fs layer 06:32:51 3a2ae6a8a46f: Waiting 06:32:51 33b1e0a273af: Waiting 06:32:51 5d3b04190fa2: Waiting 06:32:51 5c69ac0246d0: Download complete 06:32:51 3a2ae6a8a46f: Verifying Checksum 06:32:51 3a2ae6a8a46f: Download complete 06:32:51 33b1e0a273af: Verifying Checksum 06:32:51 33b1e0a273af: Download complete 06:32:51 ec43610c2a17: Verifying Checksum 06:32:51 ec43610c2a17: Download complete 06:32:51 5d3b04190fa2: Download complete 06:32:51 5eb5b503b376: Verifying Checksum 06:32:51 5eb5b503b376: Download complete 06:32:52 2f39f015ded8: Download complete 06:32:53 5eb5b503b376: Pull complete 06:32:53 5c69ac0246d0: Pull complete 06:32:53 ec43610c2a17: Pull complete 06:32:53 3a2ae6a8a46f: Pull complete 06:32:53 33b1e0a273af: Pull complete 06:32:53 5d3b04190fa2: Pull complete 06:32:59 2f39f015ded8: Pull complete 06:32:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:32:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:32:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:32:59 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:32:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:33:00 $ docker top 30f0b82a0c9973178736187678e7cbf742c689abb384c13a2dc4504c8351485c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:01 ---> job-cost.sh 06:33:01 lf-activate-venv: SKIPPING 06:33:01 INFO: No Stack... 06:33:01 INFO: Retrieving Pricing Info for: v3-standard-8 06:33:02 INFO: Archiving Costs [Pipeline] sh 06:33:02 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv 06:33:02 + cut -d, -f6 [Pipeline] lock 06:33:02 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] 06:33:02 Resource [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] did not exist. Created. 06:33:02 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:33:02 + echo total: 0.2199999988079071 [Pipeline] stash 06:33:02 Stashed 1 file(s) [Pipeline] } 06:33:02 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] [Pipeline] // lock [Pipeline] } 06:33:02 $ docker stop --time=1 30f0b82a0c9973178736187678e7cbf742c689abb384c13a2dc4504c8351485c 06:33:03 $ docker rm -f 30f0b82a0c9973178736187678e7cbf742c689abb384c13a2dc4504c8351485c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:34:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17395 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 06:34:22 Running in /w/workspace/device-snmp-go/36 [Pipeline] { [Pipeline] checkout 06:34:22 Selected Git installation does not exist. Using Default 06:34:22 The recommended git tool is: NONE 06:34:27 using credential edgex-jenkins-ssh 06:34:27 Cloning the remote Git repository 06:34:27 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:34:27 > git init /w/workspace/device-snmp-go/36 # timeout=10 06:34:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:34:28 > git --version # timeout=10 06:34:28 > git --version # 'git version 2.25.1' 06:34:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:34:29 Avoid second fetch 06:34:29 Checking out Revision 2a50195080db95dc897f07c56d427b58d1c43a7f (main) 06:34:29 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:34:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:34:29 > git config core.sparsecheckout # timeout=10 06:34:29 > git checkout -f 2a50195080db95dc897f07c56d427b58d1c43a7f # timeout=10 06:34:33 Commit message: "Merge pull request #181 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:34:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:34:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:34 Dload Upload Total Spent Left Speed 06:34:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 203k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh 06:34:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:34:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 06:34:35 sudo tee /etc/docker/daemon.new 06:34:35 { 06:34:35 "registry-mirrors": [ 06:34:35 "https://nexus3.edgexfoundry.org:10001" 06:34:35 ], 06:34:35 "bip": "10.250.0.254/24", 06:34:35 "hosts": [ 06:34:35 "tcp://0.0.0.0:5555", 06:34:35 "unix:///var/run/docker.sock" 06:34:35 ], 06:34:35 "mtu": 1458, 06:34:35 "selinux-enabled": true, 06:34:35 "seccomp-profile": "/etc/docker/seccomp.json" 06:34:35 } [Pipeline] sh 06:34:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:34:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:54 provisioning config files... 06:34:54 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/36@tmp/config4018586901945146931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:55 ---> docker-login.sh 06:34:55 nexus3.edgexfoundry.org:10001 06:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:55 Configure a credential helper to remove this warning. See 06:34:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:55 06:34:55 Login Succeeded 06:34:56 nexus3.edgexfoundry.org:10002 06:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:56 Configure a credential helper to remove this warning. See 06:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:56 06:34:56 Login Succeeded 06:34:56 nexus3.edgexfoundry.org:10003 06:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:57 Configure a credential helper to remove this warning. See 06:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:57 06:34:57 Login Succeeded 06:34:57 nexus3.edgexfoundry.org:10004 06:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:57 Configure a credential helper to remove this warning. See 06:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:57 06:34:57 Login Succeeded 06:34:57 docker.io 06:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:58 Configure a credential helper to remove this warning. See 06:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:58 06:34:58 Login Succeeded 06:34:58 ---> docker-login.sh ends [Pipeline] } 06:34:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:34:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:59 ========================================================= 06:34:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 06:34:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:34:59 Sending build context to Docker daemon 2.78MB 06:34:59 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 06:34:59 Step 2/12 : FROM ${BASE} AS builder 06:35:00 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:35:00 9b3977197b4f: Pulling fs layer 06:35:00 1a89e8eeedd5: Pulling fs layer 06:35:00 94645a83ff95: Pulling fs layer 06:35:00 e6fb740bc735: Pulling fs layer 06:35:00 3a77bd46dcc9: Pulling fs layer 06:35:00 355e64cbe906: Pulling fs layer 06:35:00 63ab81a10011: Pulling fs layer 06:35:00 555d1d1c4555: Pulling fs layer 06:35:00 7d9057610161: Pulling fs layer 06:35:00 355e64cbe906: Waiting 06:35:00 63ab81a10011: Waiting 06:35:00 555d1d1c4555: Waiting 06:35:00 e6fb740bc735: Waiting 06:35:00 7d9057610161: Waiting 06:35:00 3a77bd46dcc9: Waiting 06:35:00 94645a83ff95: Download complete 06:35:00 1a89e8eeedd5: Verifying Checksum 06:35:00 1a89e8eeedd5: Download complete 06:35:00 3a77bd46dcc9: Verifying Checksum 06:35:00 3a77bd46dcc9: Download complete 06:35:00 355e64cbe906: Verifying Checksum 06:35:00 355e64cbe906: Download complete 06:35:00 9b3977197b4f: Verifying Checksum 06:35:00 9b3977197b4f: Download complete 06:35:00 63ab81a10011: Verifying Checksum 06:35:00 63ab81a10011: Download complete 06:35:01 9b3977197b4f: Pull complete 06:35:01 7d9057610161: Verifying Checksum 06:35:01 7d9057610161: Download complete 06:35:01 1a89e8eeedd5: Pull complete 06:35:02 94645a83ff95: Pull complete 06:35:02 555d1d1c4555: Verifying Checksum 06:35:02 e6fb740bc735: Verifying Checksum 06:35:02 e6fb740bc735: Download complete 06:35:15 e6fb740bc735: Pull complete 06:35:15 3a77bd46dcc9: Pull complete 06:35:15 355e64cbe906: Pull complete 06:35:15 63ab81a10011: Pull complete 06:35:20 555d1d1c4555: Pull complete 06:35:22 7d9057610161: Pull complete 06:35:22 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 06:35:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 06:35:22 ---> 819e984ddca1 06:35:22 Step 3/12 : ARG MAKE='make build' 06:35:24 ---> Running in f8ba311fb783 06:35:24 Removing intermediate container f8ba311fb783 06:35:24 ---> f2c2f4ed0823 06:35:24 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:35:24 ---> Running in cd0887f3c92f 06:35:25 Removing intermediate container cd0887f3c92f 06:35:25 ---> 3c1d86d44ddb 06:35:25 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 06:35:25 ---> Running in 4fca1beee9b1 06:35:25 Removing intermediate container 4fca1beee9b1 06:35:25 ---> c162bb02be8c 06:35:25 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:35:25 ---> Running in 8ab7fd056a7b 06:35:27 Removing intermediate container 8ab7fd056a7b 06:35:27 ---> 107e273b63da 06:35:27 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:35:27 ---> Running in b18791e7d2f6 06:35:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:35:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:35:30 (1/4) Installing openssh-keygen (8.8_p1-r1) 06:35:30 (2/4) Installing libedit (20210910.3.1-r0) 06:35:30 (3/4) Installing openssh-client-common (8.8_p1-r1) 06:35:30 (4/4) Installing openssh-client-default (8.8_p1-r1) 06:35:30 Executing busybox-1.34.1-r3.trigger 06:35:30 OK: 224 MiB in 56 packages 06:35:31 Removing intermediate container b18791e7d2f6 06:35:31 ---> 0b5b40fe43b7 06:35:31 Step 8/12 : WORKDIR /device-snmp-go 06:35:31 ---> Running in 811d8097886e 06:35:31 Removing intermediate container 811d8097886e 06:35:31 ---> 79a5a09714f8 06:35:31 Step 9/12 : COPY go.mod vendor* ./ 06:35:32 ---> c398fbb718d9 06:35:32 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:35:32 ---> Running in a1fe44f30f00 06:36:19 Removing intermediate container a1fe44f30f00 06:36:19 ---> 16f27dcc058e 06:36:19 Step 11/12 : COPY . . 06:36:19 ---> 42a4b1bb515f 06:36:19 Step 12/12 : RUN ${MAKE} 06:36:19 ---> Running in e3d58c52a1d7 06:36:20 noop 06:36:20 Removing intermediate container e3d58c52a1d7 06:36:20 ---> 0ca8fffd7e3d 06:36:20 Successfully built 0ca8fffd7e3d 06:36:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:21 + docker inspect -f . ci-base-image-arm64 06:36:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:21 prd-ubuntu20.04-docker-arm64-4c-16g-17395 does not seem to be running inside a container 06:36:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/36 -v /w/workspace/device-snmp-go/36:/w/workspace/device-snmp-go/36:rw,z -v /w/workspace/device-snmp-go/36@tmp:/w/workspace/device-snmp-go/36@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 06:36:22 $ docker top 57fdd9837797b06ae9c97ad62a4917356c004a87b6224e85a0459488838880ae -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:23 + go version 06:36:23 go version go1.17.7 linux/arm64 [Pipeline] } 06:36:23 $ docker stop --time=1 57fdd9837797b06ae9c97ad62a4917356c004a87b6224e85a0459488838880ae 06:36:25 $ docker rm -f 57fdd9837797b06ae9c97ad62a4917356c004a87b6224e85a0459488838880ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:26 + docker inspect -f . ci-base-image-arm64 06:36:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:26 prd-ubuntu20.04-docker-arm64-4c-16g-17395 does not seem to be running inside a container 06:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/36 -v /w/workspace/device-snmp-go/36:/w/workspace/device-snmp-go/36:rw,z -v /w/workspace/device-snmp-go/36@tmp:/w/workspace/device-snmp-go/36@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 06:36:27 $ docker top 5e3fd8caf868fe774cbc800c89465399dcf97d5325803fb276b28289e630cb22 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:36:28 + make test 06:36:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:36:30 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:37:52 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:37:52 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.044s coverage: 0.0% of statements 06:37:52 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:37:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:38:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:38:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:38:19 ./bin/test-attribution-txt.sh [Pipeline] echo 06:38:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:38:22 $ docker stop --time=1 5e3fd8caf868fe774cbc800c89465399dcf97d5325803fb276b28289e630cb22 06:38:24 $ docker rm -f 5e3fd8caf868fe774cbc800c89465399dcf97d5325803fb276b28289e630cb22 [Pipeline] // withDockerContainer [Pipeline] sh 06:38:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:38:25 Warning: overwriting stash ‘coverage-report’ 06:38:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:38:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:38:26 + ls -al . 06:38:26 total 164 06:38:26 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 06:38 . 06:38:26 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 06:34 .. 06:38:26 -rw-rw-r-- 1 jenkins jenkins 6 Jul 11 06:34 .dockerignore 06:38:26 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 06:34 .git 06:38:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:34 .github 06:38:26 -rw-rw-r-- 1 jenkins jenkins 328 Jul 11 06:34 .gitignore 06:38:26 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 06:34 .golangci.yml 06:38:26 -rw-rw-r-- 1 jenkins jenkins 8556 Jul 11 06:34 Attribution.txt 06:38:26 -rw-rw-r-- 1 jenkins jenkins 6948 Jul 11 06:34 CHANGELOG.md 06:38:26 -rw-rw-r-- 1 jenkins jenkins 1516 Jul 11 06:34 Dockerfile 06:38:26 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 06:34 GOVERNANCE.md 06:38:26 -rw-rw-r-- 1 jenkins jenkins 656 Jul 11 06:34 Jenkinsfile 06:38:26 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 06:34 LICENSE 06:38:26 -rw-rw-r-- 1 jenkins jenkins 2334 Jul 11 06:34 Makefile 06:38:26 -rw-rw-r-- 1 jenkins jenkins 620 Jul 11 06:34 OWNERS.md 06:38:26 -rw-rw-r-- 1 jenkins jenkins 9390 Jul 11 06:34 README.md 06:38:26 -rw-rw-r-- 1 jenkins jenkins 11 Jul 11 06:31 VERSION 06:38:26 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 06:34 bin 06:38:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:34 cmd 06:38:26 -rw-r--r-- 1 jenkins jenkins 7631 Jul 11 06:37 coverage.out 06:38:26 -rw-rw-r-- 1 jenkins jenkins 3301 Jul 11 06:34 go.mod 06:38:26 -rw-rw-r-- 1 jenkins jenkins 36459 Jul 11 06:34 go.sum 06:38:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:34 internal 06:38:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 06:34 snap 06:38:26 -rw-rw-r-- 1 jenkins jenkins 228 Jul 11 06:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:27 + 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=2a50195080db95dc897f07c56d427b58d1c43a7f --label arch=arm64 --label version=2.2.1-dev.5 . 06:38:27 Sending build context to Docker daemon 2.788MB 06:38:27 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 06:38:27 Step 2/24 : FROM ${BASE} AS builder 06:38:27 ---> 0ca8fffd7e3d 06:38:27 Step 3/24 : ARG MAKE='make build' 06:38:27 ---> Running in 62249cbd0fff 06:38:27 Removing intermediate container 62249cbd0fff 06:38:27 ---> 643f4430c0da 06:38:27 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:38:27 ---> Running in d3158cf68dab 06:38:28 Removing intermediate container d3158cf68dab 06:38:28 ---> 2dd6384b4400 06:38:28 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:38:28 ---> Running in c86f93b86f93 06:38:28 Removing intermediate container c86f93b86f93 06:38:28 ---> fae4c5c92f38 06:38:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:28 ---> Running in 92c4014b5f2b 06:38:30 Removing intermediate container 92c4014b5f2b 06:38:30 ---> 37cc3a621a4f 06:38:30 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:38:30 ---> Running in 282a0bbb98e1 06:38:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:38:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:38:33 OK: 224 MiB in 56 packages 06:38:34 Removing intermediate container 282a0bbb98e1 06:38:34 ---> 7e4c3546b94c 06:38:34 Step 8/24 : WORKDIR /device-snmp-go 06:38:34 ---> Running in 70505acad437 06:38:35 Removing intermediate container 70505acad437 06:38:35 ---> d05af9e92551 06:38:35 Step 9/24 : COPY go.mod vendor* ./ 06:38:35 ---> cc08b635bfa2 06:38:35 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:35 ---> Running in e960f566367a 06:38:37 Removing intermediate container e960f566367a 06:38:37 ---> a48cef99f06a 06:38:37 Step 11/24 : COPY . . 06:38:38 ---> 9149623880fa 06:38:38 Step 12/24 : RUN ${MAKE} 06:38:38 ---> Running in 6834ee53467b 06:38:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.11 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 06:40:46 Removing intermediate container 6834ee53467b 06:40:46 ---> 359a7ac1793a 06:40:46 Step 13/24 : FROM alpine:3.14 06:40:46 3.14: Pulling from library/alpine 06:40:46 455c02918c45: Pulling fs layer 06:40:46 455c02918c45: Download complete 06:40:46 455c02918c45: Pull complete 06:40:46 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:40:46 Status: Downloaded newer image for alpine:3.14 06:40:46 ---> ac73e934f311 06:40:46 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 06:40:46 ---> Running in 59802858def5 06:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 06:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 06:40:46 (1/6) Installing dumb-init (1.2.5-r1) 06:40:46 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:40:46 (3/6) Installing libsodium (1.0.18-r0) 06:40:46 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:40:46 (5/6) Installing libzmq (4.3.4-r0) 06:40:46 (6/6) Installing zeromq (4.3.4-r0) 06:40:46 Executing busybox-1.33.1-r7.trigger 06:40:46 OK: 8 MiB in 20 packages 06:40:46 Removing intermediate container 59802858def5 06:40:46 ---> d7db2c8f3c60 06:40:46 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 06:40:47 ---> a13dfc49469c 06:40:47 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:40:48 ---> ac24bc82bd8c 06:40:48 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 06:40:48 ---> 8dcc75da019b 06:40:48 Step 18/24 : EXPOSE 59993 06:40:48 ---> Running in ed2619a082ac 06:40:49 Removing intermediate container ed2619a082ac 06:40:49 ---> cb33685ade6a 06:40:49 Step 19/24 : EXPOSE 161 06:40:49 ---> Running in db7e3804b7be 06:40:49 Removing intermediate container db7e3804b7be 06:40:49 ---> 0921db15005b 06:40:49 Step 20/24 : ENTRYPOINT ["/device-snmp"] 06:40:49 ---> Running in 61fa12d3bc3a 06:40:49 Removing intermediate container 61fa12d3bc3a 06:40:49 ---> 9ba2ca8003ce 06:40:49 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:40:49 ---> Running in f57538d0a2a3 06:40:50 Removing intermediate container f57538d0a2a3 06:40:50 ---> f07f9492a6ca 06:40:50 Step 22/24 : LABEL arch=arm64 06:40:50 ---> Running in 2f3765b580f7 06:40:50 Removing intermediate container 2f3765b580f7 06:40:50 ---> bc8d4ece46a1 06:40:50 Step 23/24 : LABEL git_sha=2a50195080db95dc897f07c56d427b58d1c43a7f 06:40:50 ---> Running in 9095f4e20983 06:40:50 Removing intermediate container 9095f4e20983 06:40:50 ---> 39bc161f7c46 06:40:50 Step 24/24 : LABEL version=2.2.1-dev.5 06:40:50 ---> Running in 53b85c3be50e 06:40:51 Removing intermediate container 53b85c3be50e 06:40:51 ---> beafefdf7894 06:40:51 [Warning] One or more build-args [ARCH] were not consumed 06:40:51 Successfully built beafefdf7894 06:40:51 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 06:40:51 provisioning config files... 06:40:51 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/36@tmp/config6438874630150946132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:40:51 ---> docker-login.sh 06:40:51 nexus3.edgexfoundry.org:10001 06:40:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:40:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:40:51 Configure a credential helper to remove this warning. See 06:40:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:40:51 06:40:51 Login Succeeded 06:40:51 nexus3.edgexfoundry.org:10002 06:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:40:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:40:52 Configure a credential helper to remove this warning. See 06:40:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:40:52 06:40:52 Login Succeeded 06:40:52 nexus3.edgexfoundry.org:10003 06:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:40:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:40:53 Configure a credential helper to remove this warning. See 06:40:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:40:53 06:40:53 Login Succeeded 06:40:53 nexus3.edgexfoundry.org:10004 06:40:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:40:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:40:53 Configure a credential helper to remove this warning. See 06:40:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:40:53 06:40:53 Login Succeeded 06:40:53 docker.io 06:40:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:40:54 Configure a credential helper to remove this warning. See 06:40:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:40:54 06:40:54 Login Succeeded 06:40:54 ---> docker-login.sh ends [Pipeline] } 06:40:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:40:54 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 06:40:54 2a50195080db95dc897f07c56d427b58d1c43a7f 06:40:54 latest 06:40:54 2.2.1-dev.5 06:40:54 2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:40:54 main 06:40:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:54 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:54 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f 06:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:40:54 6e780c52c18e: Preparing 06:40:54 e5b4b6b88000: Preparing 06:40:54 53b60979377a: Preparing 06:40:54 f967b1941c65: Preparing 06:40:54 f73e7dbfee58: Preparing 06:40:54 f73e7dbfee58: Layer already exists 06:40:55 e5b4b6b88000: Pushed 06:40:55 6e780c52c18e: Pushed 06:40:55 f967b1941c65: Pushed 06:41:01 53b60979377a: Pushed 06:41:01 2a50195080db95dc897f07c56d427b58d1c43a7f: digest: sha256:0fbf7118b7164568b847448d107fab6251106f5e904b80a1558963f6f32be0c1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:01 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:02 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 06:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:41:02 6e780c52c18e: Preparing 06:41:02 e5b4b6b88000: Preparing 06:41:02 53b60979377a: Preparing 06:41:02 f967b1941c65: Preparing 06:41:02 f73e7dbfee58: Preparing 06:41:02 f967b1941c65: Layer already exists 06:41:02 53b60979377a: Layer already exists 06:41:02 6e780c52c18e: Layer already exists 06:41:02 f73e7dbfee58: Layer already exists 06:41:02 e5b4b6b88000: Layer already exists 06:41:02 latest: digest: sha256:0fbf7118b7164568b847448d107fab6251106f5e904b80a1558963f6f32be0c1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:02 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:03 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.5 06:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:41:03 6e780c52c18e: Preparing 06:41:03 e5b4b6b88000: Preparing 06:41:03 53b60979377a: Preparing 06:41:03 f967b1941c65: Preparing 06:41:03 f73e7dbfee58: Preparing 06:41:03 e5b4b6b88000: Layer already exists 06:41:03 f73e7dbfee58: Layer already exists 06:41:03 6e780c52c18e: Layer already exists 06:41:03 f967b1941c65: Layer already exists 06:41:03 53b60979377a: Layer already exists 06:41:03 2.2.1-dev.5: digest: sha256:0fbf7118b7164568b847448d107fab6251106f5e904b80a1558963f6f32be0c1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:03 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:04 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:41:04 6e780c52c18e: Preparing 06:41:04 e5b4b6b88000: Preparing 06:41:04 53b60979377a: Preparing 06:41:04 f967b1941c65: Preparing 06:41:04 f73e7dbfee58: Preparing 06:41:04 53b60979377a: Layer already exists 06:41:04 e5b4b6b88000: Layer already exists 06:41:04 f73e7dbfee58: Layer already exists 06:41:04 6e780c52c18e: Layer already exists 06:41:04 f967b1941c65: Layer already exists 06:41:04 2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5: digest: sha256:0fbf7118b7164568b847448d107fab6251106f5e904b80a1558963f6f32be0c1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:04 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:05 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 06:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:41:05 6e780c52c18e: Preparing 06:41:05 e5b4b6b88000: Preparing 06:41:05 53b60979377a: Preparing 06:41:05 f967b1941c65: Preparing 06:41:05 f73e7dbfee58: Preparing 06:41:05 f967b1941c65: Layer already exists 06:41:05 53b60979377a: Layer already exists 06:41:05 6e780c52c18e: Layer already exists 06:41:05 f73e7dbfee58: Layer already exists 06:41:05 e5b4b6b88000: Layer already exists 06:41:05 main: digest: sha256:0fbf7118b7164568b847448d107fab6251106f5e904b80a1558963f6f32be0c1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:41:05 ===================================================== [Pipeline] echo 06:41:05 taggedImages: 06:41:05 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f 06:41:05 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 06:41:05 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.5 06:41:05 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2a50195080db95dc897f07c56d427b58d1c43a7f-2.2.1-dev.5 06:41:05 - 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 06:41:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:41:05 06:41:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:41:06 arm64: Pulling from edgex-lftools-log-publisher 06:41:06 8998bd30e6a1: Pulling fs layer 06:41:06 04944245beec: Pulling fs layer 06:41:06 699f458cf7ca: Pulling fs layer 06:41:06 765212b225bb: Pulling fs layer 06:41:06 f23df028b6ca: Pulling fs layer 06:41:06 d65c8cfc05b1: Pulling fs layer 06:41:06 2437ff75d9bd: Pulling fs layer 06:41:06 f23df028b6ca: Waiting 06:41:06 d65c8cfc05b1: Waiting 06:41:06 765212b225bb: Waiting 06:41:06 2437ff75d9bd: Waiting 06:41:06 04944245beec: Verifying Checksum 06:41:06 04944245beec: Download complete 06:41:06 765212b225bb: Verifying Checksum 06:41:06 765212b225bb: Download complete 06:41:06 f23df028b6ca: Verifying Checksum 06:41:06 f23df028b6ca: Download complete 06:41:06 d65c8cfc05b1: Verifying Checksum 06:41:06 d65c8cfc05b1: Download complete 06:41:06 699f458cf7ca: Verifying Checksum 06:41:06 699f458cf7ca: Download complete 06:41:07 8998bd30e6a1: Verifying Checksum 06:41:07 8998bd30e6a1: Download complete 06:41:09 2437ff75d9bd: Download complete 06:41:11 8998bd30e6a1: Pull complete 06:41:11 04944245beec: Pull complete 06:41:13 699f458cf7ca: Pull complete 06:41:13 765212b225bb: Pull complete 06:41:14 f23df028b6ca: Pull complete 06:41:14 d65c8cfc05b1: Pull complete 06:41:29 2437ff75d9bd: Pull complete 06:41:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:41:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:41:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:29 prd-ubuntu20.04-docker-arm64-4c-16g-17395 does not seem to be running inside a container 06:41:29 $ 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/36 -v /w/workspace/device-snmp-go/36:/w/workspace/device-snmp-go/36:rw,z -v /w/workspace/device-snmp-go/36@tmp:/w/workspace/device-snmp-go/36@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 06:41:32 $ docker top 74b04975736aa53838c3354eb89c9a2c6da39b4771fcf558af8b833a473eeadc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:33 ---> job-cost.sh 06:41:33 lf-activate-venv: SKIPPING 06:41:33 INFO: No Stack... 06:41:33 INFO: Retrieving Pricing Info for: v3-standard-4 06:41:34 INFO: Archiving Costs [Pipeline] sh 06:41:35 + cat /w/workspace/device-snmp-go/36/archives/cost.csv 06:41:35 + cut -d, -f6 [Pipeline] lock 06:41:35 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] 06:41:35 Resource [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] did not exist. Created. 06:41:35 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:41:35 /w/workspace/device-snmp-go/36@tmp/durable-d388bbcc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:41:36 + echo total: 0.10999999940395355 [Pipeline] stash 06:41:36 Warning: overwriting stash ‘stack-cost’ 06:41:36 Stashed 1 file(s) [Pipeline] } 06:41:36 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-36-stack-cost] [Pipeline] // lock [Pipeline] } 06:41:36 $ docker stop --time=1 74b04975736aa53838c3354eb89c9a2c6da39b4771fcf558af8b833a473eeadc 06:41:38 $ docker rm -f 74b04975736aa53838c3354eb89c9a2c6da39b4771fcf558af8b833a473eeadc [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 06:41:38 provisioning config files... 06:41:38 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3776598096038920906tmp [Pipeline] { [Pipeline] sh 06:41:38 + set +x 06:41:38 + curl -s https://codecov.io/bash 06:41:38 + bash -s -- 06:41:38 06:41:38 _____ _ 06:41:38 / ____| | | 06:41:38 | | ___ __| | ___ ___ _____ __ 06:41:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:41:38 | |___| (_) | (_| | __/ (_| (_) \ V / 06:41:38 \_____\___/ \__,_|\___|\___\___/ \_/ 06:41:38 Bash-1.0.6 06:41:38 06:41:38 06:41:38 ==> git version 2.25.1 found 06:41:38 ==> 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 06:41:38 Release-Date: 2020-01-08 06:41:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:41:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:41:38 ==> Jenkins CI detected. 06:41:38 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 06:41:38 project root: . 06:41:38 --> token set from env 06:41:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:41:38 ==> Running gcov in . (disable via -X gcov) 06:41:38 ==> Python coveragepy not found 06:41:38 ==> Searching for coverage reports in: 06:41:38 + . 06:41:38 -> Found 1 reports 06:41:38 ==> Detecting git/mercurial file structure 06:41:38 ==> Reading reports 06:41:38 + ./coverage.out bytes=7631 06:41:38 ==> Appending adjustments 06:41:38 https://docs.codecov.io/docs/fixing-reports 06:41:38 + Found adjustments 06:41:39 ==> Gzipping contents 06:41:39 4.0K /tmp/codecov.1rmvgE.gz 06:41:39 ==> Uploading reports 06:41:39 url: https://codecov.io 06:41:39 query: branch=main&commit=2a50195080db95dc897f07c56d427b58d1c43a7f&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:41:39 -> Pinging Codecov 06:41:39 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=2a50195080db95dc897f07c56d427b58d1c43a7f&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:41:39 -> Uploading to 06:41:39 https://storage.googleapis.com/codecov/v4/raw/2022-07-11/6C56EA5C29638FB4528AC87E60AF5AE0/2a50195080db95dc897f07c56d427b58d1c43a7f/396b8d00-9495-4745-9c89-ea0b997c4030.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T064139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=904489723956ebaac64072cd11cd50e1f9d64b83872f201b9dbb26fee4078145 06:41:39 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:39 Dload Upload Total Spent Left Speed 06:41:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 6118 --:--:-- --:--:-- --:--:-- 6118 06:41:39 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] } 06:41:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:41:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:41:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:41:39 06:41:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:41:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:41:40 df9b9388f04a: Pulling fs layer 06:41:40 52dc419b0ee2: Pulling fs layer 06:41:40 25bc292e5bac: Pulling fs layer 06:41:40 114826534d7a: Pulling fs layer 06:41:40 4657fd5d0bcf: Pulling fs layer 06:41:40 6ad1cebc031e: Pulling fs layer 06:41:40 8a3aa393b2d8: Pulling fs layer 06:41:40 114826534d7a: Waiting 06:41:40 6ad1cebc031e: Waiting 06:41:40 8a3aa393b2d8: Waiting 06:41:40 4657fd5d0bcf: Waiting 06:41:40 25bc292e5bac: Download complete 06:41:40 52dc419b0ee2: Verifying Checksum 06:41:40 52dc419b0ee2: Download complete 06:41:40 4657fd5d0bcf: Verifying Checksum 06:41:40 4657fd5d0bcf: Download complete 06:41:40 df9b9388f04a: Verifying Checksum 06:41:40 df9b9388f04a: Download complete 06:41:40 6ad1cebc031e: Verifying Checksum 06:41:40 6ad1cebc031e: Download complete 06:41:40 df9b9388f04a: Pull complete 06:41:40 52dc419b0ee2: Pull complete 06:41:40 25bc292e5bac: Pull complete 06:41:41 114826534d7a: Verifying Checksum 06:41:41 114826534d7a: Download complete 06:41:41 8a3aa393b2d8: Verifying Checksum 06:41:41 8a3aa393b2d8: Download complete 06:41:44 114826534d7a: Pull complete 06:41:44 4657fd5d0bcf: Pull complete 06:41:45 6ad1cebc031e: Pull complete 06:41:47 8a3aa393b2d8: Pull complete 06:41:47 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 06:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:41:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:47 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:41:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:41:50 $ docker top 70f6b9f58fb32c8c03886841e5000fd6b84014ee077b8eba728616151f65a0bf -eo pid,comm [Pipeline] { [Pipeline] echo 06:41:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 06:41:50 + set -o pipefail 06:41:50 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 06:41:55 06:41:55 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 06:41:55 06:41:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9149b8c6-e1cc-4c56-9b65-be0ccb6e0e00/history/032044a3-1f14-40e4-a2e0-76ccb56f216d 06:41:55 06:41:55 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 06:41:55 06:41:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:41:55 06:41:55 06:41:55 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 06:41:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:41:55 $ docker stop --time=1 70f6b9f58fb32c8c03886841e5000fd6b84014ee077b8eba728616151f65a0bf 06:41:58 $ docker rm -f 70f6b9f58fb32c8c03886841e5000fd6b84014ee077b8eba728616151f65a0bf [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 06:41:58 + git log --format=format:%s -1 2a50195080db95dc897f07c56d427b58d1c43a7f [Pipeline] sh 06:41:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:59 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:41:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:41:59 $ docker top 8fa710c76f8704f4c05ab204d33691bf5103bed4b0b1edb86bb1ab30c4f618a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:00 [ssh-agent] Looking for ssh-agent implementation... 06:42:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:00 $ docker exec 8fa710c76f8704f4c05ab204d33691bf5103bed4b0b1edb86bb1ab30c4f618a5 ssh-agent 06:42:00 SSH_AUTH_SOCK=/tmp/ssh-VCVuRFeukI4u/agent.33 06:42:00 SSH_AGENT_PID=39 06:42:00 Running ssh-add (command line suppressed) 06:42:00 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3223990710875186910.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3223990710875186910.key) 06:42:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:00 + git semver tag 06:42:00 2022-07-11 06:42:00,880 [run_tag] DEBUG tag force:False 06:42:00 2022-07-11 06:42:00,880 [check_head_tag] DEBUG check head tag 06:42:00 2022-07-11 06:42:00,880 [execute] INFO git cat-file --batch-check 06:42:00 2022-07-11 06:42:00,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 06:42:00 2022-07-11 06:42:00,885 [execute] INFO git cat-file --batch 06:42:00 2022-07-11 06:42:00,885 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 06:42:00 2022-07-11 06:42:00,895 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:00 2022-07-11 06:42:00,895 [execute] INFO git tag -a v2.2.1-dev.5 -m v2.2.1-dev.5 06:42:00 2022-07-11 06:42:00,895 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.5', '-m', 'v2.2.1-dev.5'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 06:42:00 2022-07-11 06:42:00,900 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:00 2.2.1-dev.5 [Pipeline] } 06:42:00 $ docker exec --env ******** --env ******** 8fa710c76f8704f4c05ab204d33691bf5103bed4b0b1edb86bb1ab30c4f618a5 ssh-agent -k 06:42:01 unset SSH_AUTH_SOCK; 06:42:01 unset SSH_AGENT_PID; 06:42:01 echo Agent pid 39 killed; 06:42:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:01 + git semver [Pipeline] } 06:42:01 $ docker stop --time=1 8fa710c76f8704f4c05ab204d33691bf5103bed4b0b1edb86bb1ab30c4f618a5 06:42:02 $ docker rm -f 8fa710c76f8704f4c05ab204d33691bf5103bed4b0b1edb86bb1ab30c4f618a5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:42:03 06:42:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:42:03 0.23.1-centos7: Pulling from edgex-lftools 06:42:03 ab5ef0e58194: Pulling fs layer 06:42:03 9712f1f96733: Pulling fs layer 06:42:03 63f879dbbcfc: Pulling fs layer 06:42:03 0d9ebad4ef96: Pulling fs layer 06:42:03 e9a5061849ea: Pulling fs layer 06:42:03 d747dcd14b5f: Pulling fs layer 06:42:03 2de7ff778b66: Pulling fs layer 06:42:03 e9a5061849ea: Waiting 06:42:03 d747dcd14b5f: Waiting 06:42:03 0d9ebad4ef96: Waiting 06:42:03 2de7ff778b66: Waiting 06:42:03 9712f1f96733: Verifying Checksum 06:42:03 9712f1f96733: Download complete 06:42:03 63f879dbbcfc: Verifying Checksum 06:42:03 63f879dbbcfc: Download complete 06:42:04 ab5ef0e58194: Verifying Checksum 06:42:04 ab5ef0e58194: Download complete 06:42:04 e9a5061849ea: Verifying Checksum 06:42:04 e9a5061849ea: Download complete 06:42:04 0d9ebad4ef96: Verifying Checksum 06:42:04 0d9ebad4ef96: Download complete 06:42:04 d747dcd14b5f: Verifying Checksum 06:42:04 d747dcd14b5f: Download complete 06:42:04 2de7ff778b66: Verifying Checksum 06:42:04 2de7ff778b66: Download complete 06:42:06 ab5ef0e58194: Pull complete 06:42:06 9712f1f96733: Pull complete 06:42:07 63f879dbbcfc: Pull complete 06:42:12 0d9ebad4ef96: Pull complete 06:42:12 e9a5061849ea: Pull complete 06:42:12 d747dcd14b5f: Pull complete 06:42:13 2de7ff778b66: Pull complete 06:42:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:42:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:42:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:13 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:42:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:42:15 $ docker top 3c2cc36e90cd005f7741dbc54b5c789485e639beccb84bb15b61d6c4fb37ae0f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:42:15 provisioning config files... 06:42:15 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config6182596510839914698tmp 06:42:16 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2133233940947658792tmp 06:42:16 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3283563852740011939tmp [Pipeline] { [Pipeline] echo 06:42:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:42:16 ---> sigul-configuration.sh 06:42:16 gpg: directory `/root/.gnupg' created 06:42:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:42:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:42:16 gpg: keyring `/root/.gnupg/secring.gpg' created 06:42:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:42:16 gpg: CAST5 encrypted data 06:42:16 gpg: encrypted with 1 passphrase 06:42:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:42:16 + mkdir /home/jenkins 06:42:16 + mkdir /home/jenkins/sigul [Pipeline] sh 06:42:16 + 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 06:42:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:42:17 ---> sigul-install.sh 06:42:17 Sigul already installed; skipping installation. [Pipeline] sh 06:42:17 + git tag --list 06:42:17 1.0.0 06:42:17 v0.0.0 06:42:17 v1.1.0 06:42:17 v1.1.1 06:42:17 v1.2.2 06:42:17 v1.3.0 06:42:17 v1.3.1 06:42:17 v2.0.0 06:42:17 v2.1.0 06:42:17 v2.1.1 06:42:17 v2.1.1-dev.2 06:42:17 v2.1.1-dev.3 06:42:17 v2.2.0 06:42:17 v2.2.1-dev.1 06:42:17 v2.2.1-dev.2 06:42:17 v2.2.1-dev.3 06:42:17 v2.2.1-dev.4 06:42:17 v2.2.1-dev.5 [Pipeline] sh 06:42:17 + lftools sign git-tag v2.2.1-dev.5 06:42:18 Signing Git tag with Sigul... 06:42:18 Signing v2.2.1-dev.5 [Pipeline] echo 06:42:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:42:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:42:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:42:19 $ docker stop --time=1 3c2cc36e90cd005f7741dbc54b5c789485e639beccb84bb15b61d6c4fb37ae0f 06:42:20 $ docker rm -f 3c2cc36e90cd005f7741dbc54b5c789485e639beccb84bb15b61d6c4fb37ae0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:42:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:42:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:42:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:21 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:42:21 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:42:21 $ docker top ab8da6699528f3c60e0c5eef9f78441d3dc52ac863f1f97e29e78a463fc60eee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:21 [ssh-agent] Looking for ssh-agent implementation... 06:42:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:22 $ docker exec ab8da6699528f3c60e0c5eef9f78441d3dc52ac863f1f97e29e78a463fc60eee ssh-agent 06:42:22 SSH_AUTH_SOCK=/tmp/ssh-TxQXgSvepfQT/agent.33 06:42:22 SSH_AGENT_PID=39 06:42:22 Running ssh-add (command line suppressed) 06:42:22 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_207894604395596502.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_207894604395596502.key) 06:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:22 + git semver bump pre 06:42:22 2022-07-11 06:42:22,792 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:22 2022-07-11 06:42:22,792 [bump_version] DEBUG bumping version:2.2.1-dev.5 on axis:pre with prefix:dev 06:42:22 2022-07-11 06:42:22,792 [bump_version] DEBUG bumped version:2.2.1-dev.6 06:42:22 2022-07-11 06:42:22,792 [write_version] DEBUG write version:2.2.1-dev.6 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True 06:42:22 2022-07-11 06:42:22,792 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:22 2022-07-11 06:42:22,792 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:22 2022-07-11 06:42:22,794 [execute] INFO git cat-file --batch-check 06:42:22 2022-07-11 06:42:22,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:42:22 2022-07-11 06:42:22,800 [execute] INFO git cat-file --batch 06:42:22 2022-07-11 06:42:22,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:42:22 2022-07-11 06:42:22,805 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:22 2.2.1-dev.6 [Pipeline] } 06:42:22 $ docker exec --env ******** --env ******** ab8da6699528f3c60e0c5eef9f78441d3dc52ac863f1f97e29e78a463fc60eee ssh-agent -k 06:42:22 unset SSH_AUTH_SOCK; 06:42:22 unset SSH_AGENT_PID; 06:42:22 echo Agent pid 39 killed; 06:42:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:23 + git semver [Pipeline] } 06:42:23 $ docker stop --time=1 ab8da6699528f3c60e0c5eef9f78441d3dc52ac863f1f97e29e78a463fc60eee 06:42:24 $ docker rm -f ab8da6699528f3c60e0c5eef9f78441d3dc52ac863f1f97e29e78a463fc60eee [Pipeline] // withDockerContainer [Pipeline] sh 06:42:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:42:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:42:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:25 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:42:25 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:42:26 $ docker top 8e4dc123d62ba6ba7cf47427dbca965ac69b99c661f4c86133db986dd5ab8b55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:26 [ssh-agent] Looking for ssh-agent implementation... 06:42:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:26 $ docker exec 8e4dc123d62ba6ba7cf47427dbca965ac69b99c661f4c86133db986dd5ab8b55 ssh-agent 06:42:26 SSH_AUTH_SOCK=/tmp/ssh-zL2icNlLQPhK/agent.33 06:42:26 SSH_AGENT_PID=39 06:42:26 Running ssh-add (command line suppressed) 06:42:26 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_5586460651606524466.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_5586460651606524466.key) 06:42:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:26 + git semver push 06:42:27 2022-07-11 06:42:27,125 [run_push] DEBUG push 06:42:27 2022-07-11 06:42:27,126 [execute] INFO git cat-file --batch-check 06:42:27 2022-07-11 06:42:27,126 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:42:27 2022-07-11 06:42:27,130 [execute] INFO git rev-list 96a4e011439ad00f3232ed5d4ddac78865e026ad -- 06:42:27 2022-07-11 06:42:27,130 [execute] DEBUG Popen(['git', 'rev-list', '96a4e011439ad00f3232ed5d4ddac78865e026ad', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:42:27 2022-07-11 06:42:27,138 [execute] INFO git fetch -v origin 06:42:27 2022-07-11 06:42:27,138 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 06:42:27 2022-07-11 06:42:27,613 [run_push] DEBUG no remote changes detected 06:42:27 2022-07-11 06:42:27,613 [execute] INFO git push origin semver 06:42:27 2022-07-11 06:42:27,614 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:42:28 2022-07-11 06:42:28,333 [run_push] DEBUG push all version tags 06:42:28 2022-07-11 06:42:28,334 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:42:28 2022-07-11 06:42:28,334 [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) 06:42:29 2022-07-11 06:42:29,042 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:42:29 2.2.1-dev.6 [Pipeline] } 06:42:29 $ docker exec --env ******** --env ******** 8e4dc123d62ba6ba7cf47427dbca965ac69b99c661f4c86133db986dd5ab8b55 ssh-agent -k 06:42:29 unset SSH_AUTH_SOCK; 06:42:29 unset SSH_AGENT_PID; 06:42:29 echo Agent pid 39 killed; 06:42:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:29 + git semver [Pipeline] } 06:42:29 $ docker stop --time=1 8e4dc123d62ba6ba7cf47427dbca965ac69b99c661f4c86133db986dd5ab8b55 06:42:31 $ docker rm -f 8e4dc123d62ba6ba7cf47427dbca965ac69b99c661f4c86133db986dd5ab8b55 [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 06:42:31 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 06:42:31 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:42:31 total 16 06:42:31 drwxr-xr-x 3 root root 4096 Jul 11 06:33 . 06:42:31 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 06:42 .. 06:42:31 drwxr-xr-x 2 root root 4096 Jul 11 06:33 cost 06:42:31 -rw-r--r-- 1 root root 84 Jul 11 06:33 cost.csv 06:42:31 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:42:31 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:42:31 total 16 06:42:31 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 06:33 . 06:42:31 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 06:42 .. 06:42:31 drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 06:33 cost 06:42:31 -rw-r--r-- 1 jenkins jenkins 84 Jul 11 06:33 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:42:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:42:33 ---> package-listing.sh 06:42:33 ++ facter osfamily 06:42:33 ++ tr '[:upper:]' '[:lower:]' 06:42:33 + OS_FAMILY=debian 06:42:33 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 06:42:33 + START_PACKAGES=/tmp/packages_start.txt 06:42:33 + END_PACKAGES=/tmp/packages_end.txt 06:42:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:42:33 + PACKAGES=/tmp/packages_start.txt 06:42:33 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 06:42:33 + PACKAGES=/tmp/packages_end.txt 06:42:33 + case "${OS_FAMILY}" in 06:42:33 + dpkg -l 06:42:33 + grep '^ii' 06:42:33 + '[' -f /tmp/packages_start.txt ']' 06:42:33 + '[' -f /tmp/packages_end.txt ']' 06:42:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:42:33 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 06:42:33 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 06:42:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 06:42:33 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 06:42:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:42:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:34 prd-ubuntu20.04-docker-8c-8g-17393 does not seem to be running inside a container 06:42:34 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:42:34 $ docker top 4bd08dcf7c1da2ad534449ae7837de4380e8f43bf9f09dff2c119d3c198d02d4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:42:34 + touch /tmp/pre-build-complete [Pipeline] sh 06:42:35 + mkdir -p /var/log/sysstat [Pipeline] sh 06:42:35 + ls /var/log/sa-host 06:42:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:42:35 provisioning config files... 06:42:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config1693291613354483958tmp [Pipeline] { [Pipeline] echo 06:42:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:42:35 ---> create-netrc.sh [Pipeline] } 06:42:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:42:36 ---> python-tools-install.sh [Pipeline] echo 06:42:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:42:36 ---> sudo-logs.sh 06:42:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:42:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:42:36 ---> job-cost.sh 06:42:36 lf-activate-venv: SKIPPING 06:42:36 DEBUG: total: 0.2199999988079071 06:42:36 INFO: Retrieving Stack Cost... 06:42:37 INFO: Retrieving Pricing Info for: v3-standard-8 06:42:37 INFO: Archiving Costs [Pipeline] echo 06:42:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:42:37 ---> logs-deploy.sh 06:42:37 lf-activate-venv: SKIPPING 06:42:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/36 06:42:37 INFO: archiving workspace using pattern(s): 06:42:38 Archives upload complete. 06:42:38 INFO: archiving logs to Nexus 06:42:39 ---> uname -a: 06:42:39 Linux prd-ubuntu20-04-docker-8c-8g-17393 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 06:42:39 06:42:39 06:42:39 ---> lscpu: 06:42:39 Architecture: x86_64 06:42:39 CPU op-mode(s): 32-bit, 64-bit 06:42:39 Byte Order: Little Endian 06:42:39 Address sizes: 40 bits physical, 48 bits virtual 06:42:39 CPU(s): 8 06:42:39 On-line CPU(s) list: 0-7 06:42:39 Thread(s) per core: 1 06:42:39 Core(s) per socket: 1 06:42:39 Socket(s): 8 06:42:39 NUMA node(s): 1 06:42:39 Vendor ID: AuthenticAMD 06:42:39 CPU family: 23 06:42:39 Model: 49 06:42:39 Model name: AMD EPYC-Rome Processor 06:42:39 Stepping: 0 06:42:39 CPU MHz: 2799.998 06:42:39 BogoMIPS: 5599.99 06:42:39 Virtualization: AMD-V 06:42:39 Hypervisor vendor: KVM 06:42:39 Virtualization type: full 06:42:39 L1d cache: 256 KiB 06:42:39 L1i cache: 256 KiB 06:42:39 L2 cache: 4 MiB 06:42:39 L3 cache: 128 MiB 06:42:39 NUMA node0 CPU(s): 0-7 06:42:39 Vulnerability Itlb multihit: Not affected 06:42:39 Vulnerability L1tf: Not affected 06:42:39 Vulnerability Mds: Not affected 06:42:39 Vulnerability Meltdown: Not affected 06:42:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:42:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:42:39 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:42:39 Vulnerability Srbds: Not affected 06:42:39 Vulnerability Tsx async abort: Not affected 06:42:39 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 06:42:39 06:42:39 06:42:39 ---> nproc: 06:42:39 8 06:42:39 06:42:39 06:42:39 ---> df -h: 06:42:39 Filesystem Size Used Avail Use% Mounted on 06:42:39 overlay 155G 12G 143G 8% / 06:42:39 tmpfs 64M 0 64M 0% /dev 06:42:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:42:39 shm 64M 0 64M 0% /dev/shm 06:42:39 /dev/vda1 155G 12G 143G 8% /facter-os 06:42:39 06:42:39 06:42:39 ---> sar -b -r -n DEV: 06:42:39 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17393) 07/11/22 _x86_64_ (8 CPU) 06:42:39 06:42:39 06:30:20 LINUX RESTART (8 CPU) 06:42:39 06:42:39 06:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:42:39 06:32:01 206.07 4.60 201.47 0.00 406.07 161224.86 0.00 06:42:39 06:33:01 181.17 0.17 181.00 0.00 21.20 38995.77 0.00 06:42:39 06:34:01 3.33 0.00 3.33 0.00 0.00 53.98 0.00 06:42:39 06:35:01 1.58 0.00 1.58 0.00 0.00 19.35 0.00 06:42:39 06:36:01 1.68 0.02 1.67 0.00 0.13 31.46 0.00 06:42:39 06:37:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 06:42:39 06:38:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 06:42:39 06:39:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 06:42:39 06:40:01 0.85 0.00 0.85 0.00 0.00 9.73 0.00 06:42:39 06:41:01 1.55 0.00 1.55 0.00 0.00 22.66 0.00 06:42:39 06:42:01 63.31 0.37 62.94 0.00 14.00 35131.88 0.00 06:42:39 Average: 42.08 0.47 41.62 0.00 40.12 21410.46 0.00 06:42:39 06:42:39 06:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:42:39 06:32:01 28323476 31665388 618016 1.88 151520 3403620 2099600 6.19 1284220 2822928 107528 06:42:39 06:33:01 27783440 31767192 513328 1.56 165512 3982340 1853140 5.46 1278132 3315700 400 06:42:39 06:34:01 27791468 31774924 507332 1.54 165608 3982208 1792460 5.28 1269852 3313788 164 06:42:39 06:35:01 27792516 31776096 505720 1.54 165636 3982208 1792460 5.28 1269060 3313788 16 06:42:39 06:36:01 27798972 31782672 499028 1.52 165744 3982212 1792460 5.28 1262432 3313800 16 06:42:39 06:37:01 27799916 31783672 497972 1.51 165792 3982220 1792460 5.28 1262140 3313800 52 06:42:39 06:38:01 27812364 31796228 485296 1.48 165816 3982224 1792460 5.28 1249756 3313804 8 06:42:39 06:39:01 27812316 31796252 485244 1.48 165844 3982228 1792460 5.28 1249820 3313812 164 06:42:39 06:40:01 27812544 31796496 484960 1.47 165860 3982228 1792460 5.28 1250552 3313808 12 06:42:39 06:41:01 27817032 31801000 480404 1.46 165912 3982196 1792460 5.28 1246088 3313788 24 06:42:39 06:42:01 26982716 31747932 527940 1.61 188444 4686532 2116124 6.24 1357696 3976336 736 06:42:39 Average: 27775160 31771623 509567 1.55 166517 3993656 1855322 5.47 1270886 3329577 9920 06:42:39 06:42:39 06:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:42:39 06:32:01 lo 4.20 4.20 0.41 0.41 0.00 0.00 0.00 0.00 06:42:39 06:32:01 docker0 96.93 121.71 8.19 1084.45 0.00 0.00 0.00 0.00 06:42:39 06:32:01 ens3 392.48 274.85 6643.37 95.08 0.00 0.00 0.00 0.00 06:42:39 06:32:01 veth16b386f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:42:39 06:33:01 lo 7.73 7.73 0.75 0.75 0.00 0.00 0.00 0.00 06:42:39 06:33:01 docker0 9.35 12.85 0.56 89.53 0.00 0.00 0.00 0.00 06:42:39 06:33:01 ens3 209.13 153.42 2712.08 279.28 0.00 0.00 0.00 0.00 06:42:39 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:34:01 ens3 9.26 4.27 8.45 2.11 0.00 0.00 0.00 0.00 06:42:39 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:42:39 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:35:01 ens3 0.58 0.35 0.27 0.20 0.00 0.00 0.00 0.00 06:42:39 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:36:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:42:39 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:42:39 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:37:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:42:39 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:38:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:42:39 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:39:01 ens3 0.52 0.13 0.05 0.01 0.00 0.00 0.00 0.00 06:42:39 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:40:01 ens3 0.63 0.53 0.33 0.22 0.00 0.00 0.00 0.00 06:42:39 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:42:39 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 06:41:01 ens3 0.38 0.20 0.09 0.07 0.00 0.00 0.00 0.00 06:42:39 06:42:01 vethcb25705 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:42:39 06:42:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 06:42:39 06:42:01 docker0 34.48 44.76 3.21 686.50 0.00 0.00 0.00 0.00 06:42:39 06:42:01 ens3 200.03 125.06 4678.99 21.38 0.00 0.00 0.00 0.00 06:42:39 Average: vethcb25705 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 06:42:39 Average: lo 1.25 1.25 0.12 0.12 0.00 0.00 0.00 0.00 06:42:39 Average: docker0 12.80 16.30 1.09 169.12 0.00 0.00 0.00 0.00 06:42:39 Average: ens3 73.95 50.82 1276.63 36.22 0.00 0.00 0.00 0.00 06:42:39 06:42:39 06:42:39 ---> sar -P ALL: 06:42:39 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17393) 07/11/22 _x86_64_ (8 CPU) 06:42:39 06:42:39 06:30:20 LINUX RESTART (8 CPU) 06:42:39 06:42:39 06:31:01 CPU %user %nice %system %iowait %steal %idle 06:42:39 06:32:01 all 22.22 0.00 6.75 1.57 0.08 69.38 06:42:39 06:32:01 0 23.39 0.00 6.72 0.76 0.08 69.05 06:42:39 06:32:01 1 21.28 0.00 7.81 3.70 0.08 67.13 06:42:39 06:32:01 2 22.64 0.00 7.78 0.42 0.08 69.08 06:42:39 06:32:01 3 20.56 0.00 5.11 0.05 0.08 74.19 06:42:39 06:32:01 4 21.95 0.00 7.12 1.91 0.07 68.96 06:42:39 06:32:01 5 22.51 0.00 7.18 3.22 0.09 67.01 06:42:39 06:32:01 6 21.76 0.00 5.99 2.11 0.07 70.08 06:42:39 06:32:01 7 23.70 0.00 6.33 0.37 0.08 69.51 06:42:39 06:33:01 all 27.62 0.00 5.03 1.10 0.08 66.17 06:42:39 06:33:01 0 28.43 0.00 5.53 2.17 0.07 63.80 06:42:39 06:33:01 1 26.13 0.00 4.71 0.22 0.07 68.87 06:42:39 06:33:01 2 28.92 0.00 4.88 0.51 0.07 65.63 06:42:39 06:33:01 3 25.34 0.00 5.38 1.18 0.07 68.04 06:42:39 06:33:01 4 27.82 0.00 4.82 0.14 0.08 67.13 06:42:39 06:33:01 5 27.96 0.00 5.47 2.85 0.10 63.62 06:42:39 06:33:01 6 28.75 0.00 4.69 0.62 0.07 65.87 06:42:39 06:33:01 7 27.62 0.00 4.74 1.13 0.08 66.42 06:42:39 06:34:01 all 0.14 0.00 0.08 0.01 0.00 99.77 06:42:39 06:34:01 0 0.12 0.00 0.08 0.00 0.00 99.80 06:42:39 06:34:01 1 0.08 0.00 0.05 0.00 0.00 99.87 06:42:39 06:34:01 2 0.28 0.00 0.05 0.05 0.02 99.60 06:42:39 06:34:01 3 0.10 0.00 0.07 0.00 0.00 99.83 06:42:39 06:34:01 4 0.15 0.00 0.07 0.00 0.00 99.78 06:42:39 06:34:01 5 0.10 0.00 0.08 0.03 0.00 99.78 06:42:39 06:34:01 6 0.18 0.00 0.10 0.00 0.00 99.72 06:42:39 06:34:01 7 0.07 0.00 0.12 0.00 0.00 99.82 06:42:39 06:35:01 all 0.24 0.00 0.01 0.00 0.00 99.74 06:42:39 06:35:01 0 1.78 0.00 0.02 0.02 0.02 98.17 06:42:39 06:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:35:01 2 0.03 0.00 0.03 0.02 0.00 99.92 06:42:39 06:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 06:42:39 06:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:42:39 06:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:36:01 all 0.27 0.00 0.02 0.01 0.00 99.70 06:42:39 06:36:01 0 2.04 0.00 0.02 0.02 0.00 97.93 06:42:39 06:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:36:01 2 0.03 0.00 0.00 0.05 0.00 99.92 06:42:39 06:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:36:01 4 0.03 0.00 0.03 0.00 0.00 99.93 06:42:39 06:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:36:01 6 0.00 0.00 0.07 0.00 0.00 99.93 06:42:39 06:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:42:39 06:37:01 all 0.06 0.00 0.03 0.00 0.00 99.90 06:42:39 06:37:01 0 0.05 0.00 0.07 0.02 0.02 99.85 06:42:39 06:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:37:01 2 0.02 0.00 0.02 0.02 0.00 99.95 06:42:39 06:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:37:01 4 0.32 0.00 0.13 0.00 0.00 99.55 06:42:39 06:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:42:39 06:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 06:42:39 06:38:01 all 0.03 0.00 0.02 0.01 0.00 99.94 06:42:39 06:38:01 0 0.07 0.00 0.07 0.00 0.00 99.87 06:42:39 06:38:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:42:39 06:38:01 2 0.02 0.00 0.00 0.02 0.00 99.97 06:42:39 06:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:38:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:42:39 06:38:01 5 0.00 0.00 0.02 0.03 0.00 99.95 06:42:39 06:38:01 6 0.05 0.00 0.05 0.00 0.00 99.90 06:42:39 06:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:39:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:42:39 06:39:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:42:39 06:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 06:42:39 06:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:39:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:42:39 06:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:42:39 06:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:40:01 all 0.03 0.00 0.01 0.00 0.00 99.96 06:42:39 06:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:42:39 06:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 06:42:39 06:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:42:39 06:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:42:39 06:40:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:42:39 06:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:42:39 06:40:01 7 0.08 0.00 0.00 0.00 0.00 99.92 06:42:39 06:41:01 all 0.02 0.00 0.01 0.01 0.01 99.95 06:42:39 06:41:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:42:39 06:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:42:39 06:41:01 2 0.02 0.00 0.00 0.05 0.02 99.92 06:42:39 06:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:42:39 06:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:41:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:42:39 06:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:42:39 06:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:42:39 06:42:01 all 4.92 0.00 1.95 0.66 0.02 92.44 06:42:39 06:42:01 0 4.51 0.00 1.86 0.44 0.02 93.18 06:42:39 06:42:01 1 4.93 0.00 2.06 0.05 0.03 92.93 06:42:39 06:42:01 2 5.33 0.00 1.84 0.95 0.02 91.86 06:42:39 06:42:01 3 5.90 0.00 2.23 0.08 0.02 91.77 06:42:39 06:42:01 4 4.90 0.00 1.70 0.12 0.03 93.25 06:42:39 06:42:01 5 4.55 0.00 1.98 3.51 0.02 89.94 06:42:39 06:42:01 6 4.96 0.00 1.69 0.08 0.02 93.25 06:42:39 06:42:01 7 4.31 0.00 2.25 0.05 0.03 93.36 06:42:39 06:42:39 Average: CPU %user %nice %system %iowait %steal %idle 06:42:39 Average: all 5.00 0.00 1.25 0.30 0.02 93.43 06:42:39 Average: 0 5.46 0.00 1.30 0.31 0.02 92.91 06:42:39 Average: 1 4.73 0.00 1.32 0.36 0.02 93.58 06:42:39 Average: 2 5.16 0.00 1.31 0.19 0.02 93.32 06:42:39 Average: 3 4.68 0.00 1.15 0.12 0.02 94.03 06:42:39 Average: 4 4.98 0.00 1.26 0.19 0.02 93.55 06:42:39 Average: 5 4.95 0.00 1.32 0.87 0.02 92.83 06:42:39 Average: 6 5.03 0.00 1.14 0.25 0.02 93.56 06:42:39 Average: 7 5.02 0.00 1.22 0.14 0.02 93.61 06:42:39 06:42:39 06:42:39