Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fee1417f519f9e74d45ca4a7b50f92751597446a 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-ssh6661626244863222967.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh14305133434923361570.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh5353509567250097827.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh9033398393442403201.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12520698417657589737.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-341 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/edgexfoundry_device-snmp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fee1417f519f9e74d45ca4a7b50f92751597446a (main) Commit message: "Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq" > 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 fee1417f519f9e74d45ca4a7b50f92751597446a # timeout=10 > git rev-list --no-walk 1b78132a7ddc1ea38381ae862eb14aadbbe8f171 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:41:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:41:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:41:10 ========================================================= 04:41:10 EdgeX Global Pipelines Version Info 04:41:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:41:11 ------------------- 04:41:11 stable info: 04:41:11 ------------------- 04:41:11 Commited By: Ginny Guan ginny@iotechsys.com 04:41:11 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 04:41:11 Message: update stable to v1.0.274 04:41:12 ------------------- 04:41:12 experimental info: 04:41:12 ------------------- 04:41:12 Commited By: Ginny Guan ginny@iotechsys.com 04:41:12 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 04:41:12 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo 04:41:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fee1417 [Pipeline] echo 04:41:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:41:13 provisioning config files... 04:41:13 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10006629071642824704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:41:13 ---> ****-login.sh 04:41:13 nexus3.edgexfoundry.org:10001 04:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:13 Configure a credential helper to remove this warning. See 04:41:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:13 04:41:13 Login Succeeded 04:41:13 nexus3.edgexfoundry.org:10002 04:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:13 Configure a credential helper to remove this warning. See 04:41:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:13 04:41:13 Login Succeeded 04:41:13 nexus3.edgexfoundry.org:10003 04:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:13 Configure a credential helper to remove this warning. See 04:41:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:13 04:41:13 Login Succeeded 04:41:13 nexus3.edgexfoundry.org:10004 04:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:14 Configure a credential helper to remove this warning. See 04:41:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:14 04:41:14 Login Succeeded 04:41:14 ****.io 04:41:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:14 Configure a credential helper to remove this warning. See 04:41:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:14 04:41:14 Login Succeeded 04:41:14 ---> ****-login.sh ends [Pipeline] } 04:41:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:41:14 + git rev-list -1 --merges fee1417f519f9e74d45ca4a7b50f92751597446a~1..fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo 04:41:14 -----------> git rev-list -1 --merges fee1417f519f9e74d45ca4a7b50f92751597446a~1..fee1417f519f9e74d45ca4a7b50f92751597446a fee1417f519f9e74d45ca4a7b50f92751597446a 04:41:14 fee1417f519f9e74d45ca4a7b50f92751597446a [false] [Pipeline] sh 04:41:15 + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo 04:41:15 ========================================================= 04:41:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:41:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:41:15 + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo 04:41:15 [semverPrep] GIT_COMMIT: fee1417f519f9e74d45ca4a7b50f92751597446a, Commit Message: Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq [Pipeline] echo 04:41:15 [semverPrep] This is not a build commit. [Pipeline] sh 04:41:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:41:15 + grep -v github /etc/ssh/ssh_known_hosts 04:41:15 + [ -e /tmp/ssh_known_hosts ] 04:41:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:41:15 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:41:15 + sudo tee -a /etc/ssh/ssh_known_hosts 04:41:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:41:16 04:41:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:41:16 0.1.4: Pulling from edgex-devops/py-git-semver 04:41:16 b85a868b505f: Pulling fs layer 04:41:16 e2be974225ed: Pulling fs layer 04:41:16 339a4e72a1f5: Pulling fs layer 04:41:16 988bab9f4d93: Pulling fs layer 04:41:16 1469e6f7b9e6: Pulling fs layer 04:41:16 eaf3925da568: Pulling fs layer 04:41:16 bab4dde63d76: Pulling fs layer 04:41:16 bde34c3a00c8: Pulling fs layer 04:41:16 b352a97aabf1: Pulling fs layer 04:41:16 4872d77fe225: Pulling fs layer 04:41:16 5851b861e8e6: Pulling fs layer 04:41:16 bab4dde63d76: Waiting 04:41:16 4872d77fe225: Waiting 04:41:16 bde34c3a00c8: Waiting 04:41:16 5851b861e8e6: Waiting 04:41:16 eaf3925da568: Waiting 04:41:16 b352a97aabf1: Waiting 04:41:16 988bab9f4d93: Waiting 04:41:16 1469e6f7b9e6: Waiting 04:41:16 e2be974225ed: Download complete 04:41:16 988bab9f4d93: Verifying Checksum 04:41:16 988bab9f4d93: Download complete 04:41:16 1469e6f7b9e6: Verifying Checksum 04:41:16 1469e6f7b9e6: Download complete 04:41:16 eaf3925da568: Verifying Checksum 04:41:16 eaf3925da568: Download complete 04:41:16 339a4e72a1f5: Verifying Checksum 04:41:16 339a4e72a1f5: Download complete 04:41:16 bde34c3a00c8: Download complete 04:41:16 b352a97aabf1: Verifying Checksum 04:41:16 b352a97aabf1: Download complete 04:41:16 4872d77fe225: Verifying Checksum 04:41:16 4872d77fe225: Download complete 04:41:16 5851b861e8e6: Verifying Checksum 04:41:16 5851b861e8e6: Download complete 04:41:16 b85a868b505f: Verifying Checksum 04:41:16 b85a868b505f: Download complete 04:41:17 bab4dde63d76: Verifying Checksum 04:41:17 bab4dde63d76: Download complete 04:41:18 b85a868b505f: Pull complete 04:41:18 e2be974225ed: Pull complete 04:41:18 339a4e72a1f5: Pull complete 04:41:18 988bab9f4d93: Pull complete 04:41:18 1469e6f7b9e6: Pull complete 04:41:18 eaf3925da568: Pull complete 04:41:20 bab4dde63d76: Pull complete 04:41:20 bde34c3a00c8: Pull complete 04:41:20 b352a97aabf1: Pull complete 04:41:20 4872d77fe225: Pull complete 04:41:21 5851b861e8e6: Pull complete 04:41:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:41:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:21 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:41: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:41:23 $ docker top 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 -eo pid,comm 04:41:23 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). 04:41:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:41:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:41:23 [ssh-agent] Looking for ssh-agent implementation... 04:41:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:41:23 $ docker exec 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent 04:41:23 SSH_AUTH_SOCK=/tmp/ssh-D9aggAWrK5i3/agent.32 04:41:23 SSH_AGENT_PID=38 04:41:23 Running ssh-add (command line suppressed) 04:41:23 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2113633102763797118.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2113633102763797118.key) 04:41:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:41:24 + git tag --points-at HEAD [Pipeline] } 04:41:24 $ docker exec --env ******** --env ******** 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent -k 04:41:24 unset SSH_AUTH_SOCK; 04:41:24 unset SSH_AGENT_PID; 04:41:24 echo Agent pid 38 killed; 04:41:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:41:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:41:24 [ssh-agent] Looking for ssh-agent implementation... 04:41:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:41:24 $ docker exec 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent 04:41:24 SSH_AUTH_SOCK=/tmp/ssh-QmDDSAx2wdUS/agent.72 04:41:24 SSH_AGENT_PID=78 04:41:24 Running ssh-add (command line suppressed) 04:41:24 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_10705993738923973857.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_10705993738923973857.key) 04:41:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:41:25 + git semver init 04:41:25 2025-04-23 04:41:25,190 [run_init] DEBUG init version:0.0.0 force:False 04:41:25 2025-04-23 04:41:25,192 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 04:41:25 2025-04-23 04:41:25,193 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver 04:41:25 2025-04-23 04:41:25,194 [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) 04:41:26 2025-04-23 04:41:26,266 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 04:41:26 2025-04-23 04:41:26,267 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False 04:41:26 2025-04-23 04:41:26,267 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:41:26 2025-04-23 04:41:26,267 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:41:26 4.1.0-dev.1 [Pipeline] } 04:41:26 $ docker exec --env ******** --env ******** 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent -k 04:41:26 unset SSH_AUTH_SOCK; 04:41:26 unset SSH_AGENT_PID; 04:41:26 echo Agent pid 78 killed; 04:41:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:41:27 + git semver [Pipeline] } 04:41:27 $ docker stop --time=1 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 04:41:28 $ docker rm -f --volumes 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 [Pipeline] // withDockerContainer [Pipeline] sh 04:41:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:41:29 Stashed 1 file(s) [Pipeline] echo 04:41:29 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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 04:41:29 provisioning config files... 04:41:29 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config13739797868774160232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:41:29 ---> ****-login.sh 04:41:29 nexus3.edgexfoundry.org:10001 04:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:29 Configure a credential helper to remove this warning. See 04:41:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:29 04:41:29 Login Succeeded 04:41:29 nexus3.edgexfoundry.org:10002 04:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:29 Configure a credential helper to remove this warning. See 04:41:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:29 04:41:29 Login Succeeded 04:41:29 nexus3.edgexfoundry.org:10003 04:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:30 Configure a credential helper to remove this warning. See 04:41:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:30 04:41:30 Login Succeeded 04:41:30 nexus3.edgexfoundry.org:10004 04:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:30 Configure a credential helper to remove this warning. See 04:41:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:30 04:41:30 Login Succeeded 04:41:30 ****.io 04:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:30 Configure a credential helper to remove this warning. See 04:41:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:30 04:41:30 Login Succeeded 04:41:30 ---> ****-login.sh ends [Pipeline] } 04:41:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:41:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:41:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:41:30 ========================================================= 04:41:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:41:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:30 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 04:41:30 Sending build context to Docker daemon 23.68MB 04:41:30 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 04:41:30 Step 2/12 : FROM ${BASE} AS builder 04:41:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:41:31 0a9a5dfd008f: Pulling fs layer 04:41:31 dbfa0bcfca99: Pulling fs layer 04:41:31 70eabb1d9476: Pulling fs layer 04:41:31 957bedc73fa3: Pulling fs layer 04:41:31 4f4fb700ef54: Pulling fs layer 04:41:31 f40432e63723: Pulling fs layer 04:41:31 90b4343acab7: Pulling fs layer 04:41:31 9f67ea4ac784: Pulling fs layer 04:41:31 9228b9a606be: Pulling fs layer 04:41:31 f40432e63723: Waiting 04:41:31 90b4343acab7: Waiting 04:41:31 9228b9a606be: Waiting 04:41:31 9f67ea4ac784: Waiting 04:41:31 957bedc73fa3: Waiting 04:41:31 4f4fb700ef54: Waiting 04:41:31 dbfa0bcfca99: Verifying Checksum 04:41:31 dbfa0bcfca99: Download complete 04:41:31 957bedc73fa3: Verifying Checksum 04:41:31 957bedc73fa3: Download complete 04:41:31 4f4fb700ef54: Verifying Checksum 04:41:31 4f4fb700ef54: Download complete 04:41:31 f40432e63723: Verifying Checksum 04:41:31 f40432e63723: Download complete 04:41:31 0a9a5dfd008f: Download complete 04:41:31 90b4343acab7: Verifying Checksum 04:41:31 90b4343acab7: Download complete 04:41:31 0a9a5dfd008f: Pull complete 04:41:31 dbfa0bcfca99: Pull complete 04:41:31 9228b9a606be: Verifying Checksum 04:41:31 9228b9a606be: Download complete 04:41:31 70eabb1d9476: Verifying Checksum 04:41:31 70eabb1d9476: Download complete 04:41:31 9f67ea4ac784: Verifying Checksum 04:41:31 9f67ea4ac784: Download complete 04:41:34 70eabb1d9476: Pull complete 04:41:34 957bedc73fa3: Pull complete 04:41:34 4f4fb700ef54: Pull complete 04:41:34 f40432e63723: Pull complete 04:41:34 90b4343acab7: Pull complete 04:41:37 9f67ea4ac784: Pull complete 04:41:37 9228b9a606be: Pull complete 04:41:37 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 04:41:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:41:37 ---> 69404ca5bff2 04:41:37 Step 3/12 : ARG ADD_BUILD_TAGS="" 04:41:40 ---> Running in 440f9649a074 04:41:40 Removing intermediate container 440f9649a074 04:41:40 ---> 2af836871856 04:41:40 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:41:40 ---> Running in 81385780510b 04:41:40 Removing intermediate container 81385780510b 04:41:40 ---> a6b46957a952 04:41:40 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:41:40 ---> Running in c8dcb93b1e14 04:41:41 Removing intermediate container c8dcb93b1e14 04:41:41 ---> f811265b058d 04:41:41 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 04:41:41 ---> Running in be5bc4862473 04:41:41 Removing intermediate container be5bc4862473 04:41:41 ---> 7c1152d38c96 04:41:41 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:41:41 ---> Running in b967d38cd817 04:41:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:41:44 Still waiting to schedule task 04:41:44 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:41:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:41:44 (1/4) Installing openssh-keygen (9.7_p1-r5) 04:41:44 (2/4) Installing libedit (20240517.3.1-r0) 04:41:44 (3/4) Installing openssh-client-common (9.7_p1-r5) 04:41:44 (4/4) Installing openssh-client-default (9.7_p1-r5) 04:41:44 Executing busybox-1.36.1-r29.trigger 04:41:44 OK: 252 MiB in 62 packages 04:41:44 Removing intermediate container b967d38cd817 04:41:44 ---> 4fe132c96e36 04:41:44 Step 8/12 : WORKDIR /device-snmp-go 04:41:44 ---> Running in 523efa390c29 04:41:44 Removing intermediate container 523efa390c29 04:41:44 ---> 23ba34200701 04:41:44 Step 9/12 : COPY go.mod vendor* ./ 04:41:45 ---> f9191ba8c26e 04:41:45 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:41:45 ---> Running in f99fc94709e3 04:42:41 Removing intermediate container f99fc94709e3 04:42:41 ---> 45e3eea872e0 04:42:41 Step 11/12 : COPY . . 04:42:41 ---> 91765f0c2922 04:42:41 Step 12/12 : RUN ${MAKE} 04:42:41 ---> Running in 0b48ead99a33 04:42:41 noop 04:42:41 Removing intermediate container 0b48ead99a33 04:42:41 ---> 5de7b42f67cb 04:42:41 Successfully built 5de7b42f67cb 04:42:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:41 + docker inspect -f . ci-base-image-x86_64 04:42:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:41 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:42:41 $ 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 04:42:42 $ docker top 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:42 + go version 04:42:42 go version go1.23.8 linux/amd64 [Pipeline] } 04:42:42 $ docker stop --time=1 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 04:42:43 $ docker rm -f --volumes 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:44 + docker inspect -f . ci-base-image-x86_64 04:42:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:44 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:42:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:42:44 $ docker top f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:44 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh 04:42:45 + make test 04:42:45 go test ./... -coverprofile=coverage.out 04:42:46 ? github.com/edgexfoundry/device-snmp-go [no test files] 04:43:04 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 04:43:04 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements 04:43:12 go vet ./... 04:43:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:43:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:43:18 ./bin/test-attribution-txt.sh [Pipeline] echo 04:43:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 04:43:18 $ docker stop --time=1 f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 04:43:21 $ docker rm -f --volumes f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 [Pipeline] // withDockerContainer [Pipeline] sh 04:43:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:43:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:43:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:43:23 + ls -al . 04:43:23 total 236 04:43:23 drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:42 . 04:43:23 drwxrwxr-x 4 jenkins jenkins 4096 Apr 23 04:41 .. 04:43:23 -rw-rw-r-- 1 jenkins jenkins 6 Apr 23 04:41 .dockerignore 04:43:23 drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:43 .git 04:43:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 .github 04:43:23 -rw-rw-r-- 1 jenkins jenkins 263 Apr 23 04:41 .gitignore 04:43:23 -rw-rw-r-- 1 jenkins jenkins 199 Apr 23 04:41 .golangci.yml 04:43:23 drwxr-xr-x 3 jenkins jenkins 4096 Apr 23 04:41 .semver 04:43:23 -rw-rw-r-- 1 jenkins jenkins 18843 Apr 23 04:41 Attribution.txt 04:43:23 -rw-rw-r-- 1 jenkins jenkins 12273 Apr 23 04:41 CHANGELOG.md 04:43:23 -rw-rw-r-- 1 jenkins jenkins 1571 Apr 23 04:41 Dockerfile 04:43:23 -rw-rw-r-- 1 jenkins jenkins 677 Apr 23 04:41 GOVERNANCE.md 04:43:23 -rw-rw-r-- 1 jenkins jenkins 656 Apr 23 04:41 Jenkinsfile 04:43:23 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 23 04:41 LICENSE 04:43:23 -rw-rw-r-- 1 jenkins jenkins 2240 Apr 23 04:41 Makefile 04:43:23 -rw-rw-r-- 1 jenkins jenkins 620 Apr 23 04:41 OWNERS.md 04:43:23 -rw-rw-r-- 1 jenkins jenkins 10477 Apr 23 04:41 README.md 04:43:23 -rw-rw-r-- 1 jenkins jenkins 11 Apr 23 04:41 VERSION 04:43:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 23 04:41 bin 04:43:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 cmd 04:43:23 -rw-r--r-- 1 jenkins jenkins 9158 Apr 23 04:43 coverage.out 04:43:23 -rw-rw-r-- 1 jenkins jenkins 6106 Apr 23 04:41 go.mod 04:43:23 -rw-rw-r-- 1 jenkins jenkins 86945 Apr 23 04:41 go.sum 04:43:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 internal 04:43:23 -rw-rw-r-- 1 jenkins jenkins 228 Apr 23 04:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:23 + 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=fee1417f519f9e74d45ca4a7b50f92751597446a --label arch=amd64 --label version=4.1.0-dev.1 . 04:43:23 Sending build context to Docker daemon 23.69MB 04:43:23 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 04:43:23 Step 2/25 : FROM ${BASE} AS builder 04:43:23 ---> 5de7b42f67cb 04:43:23 Step 3/25 : ARG ADD_BUILD_TAGS="" 04:43:24 ---> Running in bdc76f263dc5 04:43:24 Removing intermediate container bdc76f263dc5 04:43:24 ---> 0d4dae22c780 04:43:24 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:43:24 ---> Running in 6d363f629c8a 04:43:24 Removing intermediate container 6d363f629c8a 04:43:24 ---> 5bb40013f9a9 04:43:24 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:43:24 ---> Running in 9d6f087db338 04:43:24 Removing intermediate container 9d6f087db338 04:43:24 ---> c4018b0f0e43 04:43:24 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 04:43:24 ---> Running in 3a90a481cb98 04:43:24 Removing intermediate container 3a90a481cb98 04:43:24 ---> d9d305f46252 04:43:24 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:43:24 ---> Running in dd9792e1b35c 04:43:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:25 OK: 252 MiB in 62 packages 04:43:25 Removing intermediate container dd9792e1b35c 04:43:25 ---> 787c49ce171a 04:43:25 Step 8/25 : WORKDIR /device-snmp-go 04:43:25 ---> Running in 08e2cd9ea0c2 04:43:25 Removing intermediate container 08e2cd9ea0c2 04:43:25 ---> ae00300c32c2 04:43:25 Step 9/25 : COPY go.mod vendor* ./ 04:43:25 ---> eb360022a002 04:43:25 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:25 ---> Running in d3d5cc0fa6e8 04:43:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-342 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 04:43:26 Running in /w/workspace/device-snmp-go/115 [Pipeline] { [Pipeline] checkout 04:43:26 Removing intermediate container d3d5cc0fa6e8 04:43:26 ---> 9bce029a4319 04:43:26 Step 11/25 : COPY . . 04:43:27 ---> 8ef1876275d0 04:43:27 Step 12/25 : RUN ${MAKE} 04:43:27 ---> Running in a55ed21a80a6 04:43:27 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 04:43:29 The recommended git tool is: git 04:43:33 using credential edgex-jenkins-ssh 04:43:33 Cloning the remote Git repository 04:43:33 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 04:43:33 > git init /w/workspace/device-snmp-go/115 # timeout=10 04:43:33 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 04:43:33 > git --version # timeout=10 04:43:33 > git --version # 'git version 2.25.1' 04:43:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:43:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:43:36 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 04:43:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:43:37 Avoid second fetch 04:43:37 Checking out Revision fee1417f519f9e74d45ca4a7b50f92751597446a (main) 04:43:37 Commit message: "Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq" 04:43:37 > git config core.sparsecheckout # timeout=10 04:43:37 > git checkout -f fee1417f519f9e74d45ca4a7b50f92751597446a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:43:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:43:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:43:42 Dload Upload Total Spent Left Speed 04:43:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 87863 0 --:--:-- --:--:-- --:--:-- 87863 [Pipeline] sh 04:43:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:43:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:43:42 + sudo tee /etc/docker/daemon.new 04:43:42 { 04:43:42 "registry-mirrors": [ 04:43:42 "https://nexus3.edgexfoundry.org:10001" 04:43:42 ], 04:43:42 "bip": "10.250.0.254/24", 04:43:42 "hosts": [ 04:43:42 "tcp://0.0.0.0:5555", 04:43:42 "unix:///var/run/docker.sock" 04:43:42 ], 04:43:42 "mtu": 1458, 04:43:42 "selinux-enabled": true, 04:43:42 "seccomp-profile": "/etc/docker/seccomp.json" 04:43:42 } [Pipeline] sh 04:43:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:43:43 + sudo service docker restart 04:43:59 Removing intermediate container a55ed21a80a6 04:43:59 ---> a4027db6179f 04:43:59 Step 13/25 : FROM alpine:3.20 04:43:59 3.20: Pulling from library/alpine 04:43:59 0a9a5dfd008f: Already exists 04:43:59 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:59 Status: Downloaded newer image for alpine:3.20 04:43:59 ---> ff221270b9fb 04:43:59 Step 14/25 : RUN apk add --update --no-cache dumb-init 04:43:59 ---> Running in e0c65cc1241a 04:43:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:59 (1/1) Installing dumb-init (1.2.5-r3) 04:43:59 Executing busybox-1.36.1-r29.trigger 04:43:59 OK: 8 MiB in 15 packages 04:43:59 Removing intermediate container e0c65cc1241a 04:43:59 ---> 8b8cf117cf57 04:43:59 Step 15/25 : RUN apk --no-cache upgrade 04:44:00 ---> Running in 226ba4a404ee 04:44:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:00 OK: 8 MiB in 15 packages 04:44:00 Removing intermediate container 226ba4a404ee 04:44:00 ---> 9853916b4d67 04:44:00 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:44:01 provisioning config files... 04:44:01 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/115@tmp/config11896734393144552734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:02 ---> ****-login.sh 04:44:02 nexus3.edgexfoundry.org:10001 04:44:02 ---> 2449799b9cb1 04:44:02 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 04:44:02 ---> 726208099e29 04:44:02 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 04:44:02 ---> d0abddef4d44 04:44:02 Step 19/25 : EXPOSE 59993 04:44:02 ---> Running in 0d967b968895 04:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:02 Removing intermediate container 0d967b968895 04:44:02 ---> 5c208ed6f40f 04:44:02 Step 20/25 : EXPOSE 161 04:44:02 ---> Running in 84f778e5f857 04:44:02 Removing intermediate container 84f778e5f857 04:44:02 ---> dbfb2825400b 04:44:02 Step 21/25 : ENTRYPOINT ["/device-snmp"] 04:44:02 ---> Running in 2a2a4e898f73 04:44:02 Removing intermediate container 2a2a4e898f73 04:44:02 ---> 1ebac2fb08a0 04:44:02 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 04:44:02 ---> Running in 13623eb3d73f 04:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:02 Configure a credential helper to remove this warning. See 04:44:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:02 04:44:02 Login Succeeded 04:44:02 nexus3.edgexfoundry.org:10002 04:44:02 Removing intermediate container 13623eb3d73f 04:44:02 ---> 96bd549121e2 04:44:02 Step 23/25 : LABEL arch=amd64 04:44:02 ---> Running in 9db493bdfd56 04:44:02 Removing intermediate container 9db493bdfd56 04:44:02 ---> 990252695fa1 04:44:02 Step 24/25 : LABEL git_sha=fee1417f519f9e74d45ca4a7b50f92751597446a 04:44:02 ---> Running in 054c3488e54a 04:44:02 Removing intermediate container 054c3488e54a 04:44:02 ---> cb34812f96f5 04:44:02 Step 25/25 : LABEL version=4.1.0-dev.1 04:44:02 ---> Running in b46607f028d0 04:44:02 Removing intermediate container b46607f028d0 04:44:02 ---> 19aff5380e05 04:44:02 [Warning] One or more build-args [ARCH] were not consumed 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 nexus3.edgexfoundry.org:10003 04:44:03 Successfully built 19aff5380e05 04:44:03 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:44:03 provisioning config files... 04:44:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4037868704231759890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 ---> ****-login.sh 04:44:03 nexus3.edgexfoundry.org:10001 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 nexus3.edgexfoundry.org:10002 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 nexus3.edgexfoundry.org:10003 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 nexus3.edgexfoundry.org:10004 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 nexus3.edgexfoundry.org:10004 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 ****.io 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:03 Configure a credential helper to remove this warning. See 04:44:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:03 04:44:03 Login Succeeded 04:44:03 ****.io 04:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:04 Configure a credential helper to remove this warning. See 04:44:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:04 04:44:04 Login Succeeded 04:44:04 ---> ****-login.sh ends [Pipeline] } 04:44:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:44:04 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 04:44:04 fee1417f519f9e74d45ca4a7b50f92751597446a 04:44:04 latest 04:44:04 4.1.0-dev.1 04:44:04 fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:44:04 main 04:44:04 ===================================================== 04:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:04 Configure a credential helper to remove this warning. See 04:44:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:04 04:44:04 Login Succeeded 04:44:04 ---> ****-login.sh ends [Pipeline] } 04:44:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv 04:44:04 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo 04:44:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:44:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:44:04 ========================================================= 04:44:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:44:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix 04:44:04 + docker push nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a 04:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 04:44:04 457acd26cc1d: Preparing 04:44:04 63fe8308a3d3: Preparing 04:44:04 1f10904dad82: Preparing 04:44:04 c0e5050002e4: Preparing 04:44:04 600bd46eb169: Preparing 04:44:04 994456c4fd7b: Preparing 04:44:04 994456c4fd7b: Waiting 04:44:04 600bd46eb169: Pushed 04:44:04 457acd26cc1d: Pushed 04:44:04 63fe8308a3d3: Pushed 04:44:04 c0e5050002e4: Pushed 04:44:04 994456c4fd7b: Layer already exists [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 04:44:06 Sending build context to Docker daemon 11.93MB 04:44:06 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 04:44:06 Step 2/12 : FROM ${BASE} AS builder 04:44:06 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:44:06 94e9d8af2201: Pulling fs layer 04:44:06 634366ca850b: Pulling fs layer 04:44:06 f66ade281fe9: Pulling fs layer 04:44:06 13fd4ce6e94e: Pulling fs layer 04:44:06 4f4fb700ef54: Pulling fs layer 04:44:06 4cccf3f17d63: Pulling fs layer 04:44:06 2d8010953d95: Pulling fs layer 04:44:06 ec743f232bc5: Pulling fs layer 04:44:06 4f4fb700ef54: Waiting 04:44:06 4cccf3f17d63: Waiting 04:44:06 2d8010953d95: Waiting 04:44:06 ec743f232bc5: Waiting 04:44:06 13fd4ce6e94e: Waiting 04:44:06 634366ca850b: Download complete 04:44:06 13fd4ce6e94e: Verifying Checksum 04:44:06 13fd4ce6e94e: Download complete 04:44:06 4f4fb700ef54: Verifying Checksum 04:44:06 4f4fb700ef54: Download complete 04:44:06 4cccf3f17d63: Download complete 04:44:06 94e9d8af2201: Verifying Checksum 04:44:06 94e9d8af2201: Download complete 04:44:06 ec743f232bc5: Verifying Checksum 04:44:06 ec743f232bc5: Download complete 04:44:07 94e9d8af2201: Pull complete 04:44:07 634366ca850b: Pull complete 04:44:08 f66ade281fe9: Download complete 04:44:09 1f10904dad82: Pushed 04:44:09 2d8010953d95: Verifying Checksum 04:44:09 2d8010953d95: Download complete 04:44:09 fee1417f519f9e74d45ca4a7b50f92751597446a: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:09 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:09 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 04:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 04:44:09 457acd26cc1d: Preparing 04:44:09 63fe8308a3d3: Preparing 04:44:09 1f10904dad82: Preparing 04:44:09 c0e5050002e4: Preparing 04:44:09 600bd46eb169: Preparing 04:44:09 994456c4fd7b: Preparing 04:44:09 994456c4fd7b: Waiting 04:44:09 c0e5050002e4: Layer already exists 04:44:09 600bd46eb169: Layer already exists 04:44:09 457acd26cc1d: Layer already exists 04:44:09 63fe8308a3d3: Layer already exists 04:44:09 1f10904dad82: Layer already exists 04:44:09 994456c4fd7b: Layer already exists 04:44:09 latest: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:10 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:10 + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 04:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 04:44:10 457acd26cc1d: Preparing 04:44:10 63fe8308a3d3: Preparing 04:44:10 1f10904dad82: Preparing 04:44:10 c0e5050002e4: Preparing 04:44:10 600bd46eb169: Preparing 04:44:10 994456c4fd7b: Preparing 04:44:10 994456c4fd7b: Waiting 04:44:10 63fe8308a3d3: Layer already exists 04:44:10 1f10904dad82: Layer already exists 04:44:10 c0e5050002e4: Layer already exists 04:44:10 457acd26cc1d: Layer already exists 04:44:10 600bd46eb169: Layer already exists 04:44:10 994456c4fd7b: Layer already exists 04:44:10 4.1.0-dev.1: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:10 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 04:44:11 457acd26cc1d: Preparing 04:44:11 63fe8308a3d3: Preparing 04:44:11 1f10904dad82: Preparing 04:44:11 c0e5050002e4: Preparing 04:44:11 600bd46eb169: Preparing 04:44:11 994456c4fd7b: Preparing 04:44:11 994456c4fd7b: Waiting 04:44:11 c0e5050002e4: Layer already exists 04:44:11 457acd26cc1d: Layer already exists 04:44:11 63fe8308a3d3: Layer already exists 04:44:11 600bd46eb169: Layer already exists 04:44:11 1f10904dad82: Layer already exists 04:44:11 994456c4fd7b: Layer already exists 04:44:11 fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:11 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 04:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 04:44:11 457acd26cc1d: Preparing 04:44:11 63fe8308a3d3: Preparing 04:44:11 1f10904dad82: Preparing 04:44:11 c0e5050002e4: Preparing 04:44:11 600bd46eb169: Preparing 04:44:11 994456c4fd7b: Preparing 04:44:11 994456c4fd7b: Waiting 04:44:11 457acd26cc1d: Layer already exists 04:44:11 600bd46eb169: Layer already exists 04:44:11 1f10904dad82: Layer already exists 04:44:11 c0e5050002e4: Layer already exists 04:44:11 63fe8308a3d3: Layer already exists 04:44:11 994456c4fd7b: Layer already exists 04:44:11 main: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:11 ===================================================== [Pipeline] echo 04:44:11 taggedImages: 04:44:11 - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a 04:44:11 - nexus3.edgexfoundry.org:10004/device-snmp:latest 04:44:11 - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 04:44:11 - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:44:11 - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] echo 04:44:12 ========================================================= 04:44:12 [edgeXBuildMultiArch] RAW Config: 04:44:12 images: 04:44:12 - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a 04:44:12 - nexus3.edgexfoundry.org:10004/device-snmp:latest 04:44:12 - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 04:44:12 - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:44:12 - nexus3.edgexfoundry.org:10004/device-snmp:main 04:44:12 settingsFile: 04:44:12 device-snmp-go-settings 04:44:12 ========================================================= [Pipeline] node 04:44:21 f66ade281fe9: Pull complete 04:44:21 13fd4ce6e94e: Pull complete 04:44:21 4f4fb700ef54: Pull complete 04:44:21 4cccf3f17d63: Pull complete 04:44:27 Still waiting to schedule task 04:44:27 All nodes of label ‘centos7-docker-4c-2g’ are offline 04:44:30 2d8010953d95: Pull complete 04:44:32 ec743f232bc5: Pull complete 04:44:32 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 04:44:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:44:32 ---> 12c1d4c06be1 04:44:32 Step 3/12 : ARG ADD_BUILD_TAGS="" 04:44:34 ---> Running in a7e540fb560b 04:44:34 Removing intermediate container a7e540fb560b 04:44:34 ---> 25492132fec1 04:44:34 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:44:34 ---> Running in d70458b34ed1 04:44:34 Removing intermediate container d70458b34ed1 04:44:34 ---> 21711c83cdc2 04:44:34 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:44:34 ---> Running in 53a72ce7cc8f 04:44:34 Removing intermediate container 53a72ce7cc8f 04:44:34 ---> b708e364ae61 04:44:34 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 04:44:34 ---> Running in d38d9b758971 04:44:35 Removing intermediate container d38d9b758971 04:44:35 ---> 6e5ff3279736 04:44:35 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:44:35 ---> Running in b22d31fceb3b 04:44:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:44:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:44:37 (1/4) Installing openssh-keygen (9.7_p1-r5) 04:44:37 (2/4) Installing libedit (20240517.3.1-r0) 04:44:37 (3/4) Installing openssh-client-common (9.7_p1-r5) 04:44:37 (4/4) Installing openssh-client-default (9.7_p1-r5) 04:44:37 Executing busybox-1.36.1-r29.trigger 04:44:37 OK: 244 MiB in 62 packages 04:44:39 Removing intermediate container b22d31fceb3b 04:44:39 ---> 708d0a482a1f 04:44:39 Step 8/12 : WORKDIR /device-snmp-go 04:44:39 ---> Running in b5d83e26663a 04:44:39 Removing intermediate container b5d83e26663a 04:44:39 ---> 18bccd36e0c3 04:44:39 Step 9/12 : COPY go.mod vendor* ./ 04:44:39 ---> cbd29c1168d7 04:44:39 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:39 ---> Running in f39bd3b99bdc 04:45:20 Running on prd-centos7-docker-4c-2g-343 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:45:20 provisioning config files... 04:45:20 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7393792706536506017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:45:22 ---> ****-login.sh 04:45:22 nexus3.edgexfoundry.org:10001 04:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:45:22 Configure a credential helper to remove this warning. See 04:45:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:45:22 04:45:22 Login Succeeded 04:45:22 nexus3.edgexfoundry.org:10002 04:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:45:23 Configure a credential helper to remove this warning. See 04:45:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:45:23 04:45:23 Login Succeeded 04:45:23 nexus3.edgexfoundry.org:10003 04:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:45:23 Configure a credential helper to remove this warning. See 04:45:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:45:23 04:45:23 Login Succeeded 04:45:23 nexus3.edgexfoundry.org:10004 04:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:45:23 Configure a credential helper to remove this warning. See 04:45:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:45:23 04:45:23 Login Succeeded 04:45:23 ****.io 04:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:45:23 Configure a credential helper to remove this warning. See 04:45:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:45:23 04:45:23 Login Succeeded 04:45:23 ---> ****-login.sh ends [Pipeline] } 04:45:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:45:23 + docker buildx ls 04:45:24 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:45:24 default * docker 04:45:24 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:45:24 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 04:45:24 edgex-builder [Pipeline] sh 04:45:24 + docker buildx inspect --bootstrap 04:45:24 #1 [internal] booting buildkit 04:45:24 #1 pulling image moby/buildkit:buildx-stable-1 04:45:27 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 04:45:27 #1 creating container buildx_buildkit_edgex-builder0 04:45:29 #1 creating container buildx_buildkit_edgex-builder0 2.2s done 04:45:29 #1 DONE 4.9s 04:45:29 Name: edgex-builder 04:45:29 Driver: docker-container 04:45:29 04:45:29 Nodes: 04:45:29 Name: edgex-builder0 04:45:29 Endpoint: unix:///var/run/docker.sock 04:45:29 Status: running 04:45:29 Buildkit: v0.20.2 04:45:29 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 04:45:30 + docker buildx ls 04:45:30 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:45:30 edgex-builder * docker-container 04:45:30 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 04:45:30 default docker 04:45:30 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:45:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a --push - 04:45:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a' 04:45:30 #1 [internal] load build definition from Dockerfile 04:45:30 #1 transferring dockerfile: 196B done 04:45:30 #1 DONE 0.0s 04:45:30 04:45:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a 04:45:30 #2 DONE 0.1s 04:45:30 04:45:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a 04:45:30 #3 DONE 0.1s 04:45:30 04:45:30 #4 [internal] load .dockerignore 04:45:30 #4 transferring context: 2B done 04:45:30 #4 DONE 0.0s 04:45:30 04:45:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:30 #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:30 #5 DONE 0.0s 04:45:30 04:45:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:30 #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:30 #6 DONE 0.1s 04:45:30 04:45:30 #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 04:45:30 #7 DONE 0.0s 04:45:30 04:45:30 #8 exporting to image 04:45:30 #8 exporting layers done 04:45:30 #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done 04:45:30 #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done 04:45:30 #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done 04:45:30 #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done 04:45:30 #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done 04:45:30 #8 pushing layers 04:45:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:45:30 #8 pushing layers 0.1s done 04:45:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done 04:45:30 #8 DONE 0.3s 04:45:30 04:45:30 1 warning found (use --debug to expand): 04:45:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:45:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:latest --push - 04:45:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:latest' 04:45:31 #1 [internal] load build definition from Dockerfile 04:45:31 #1 transferring dockerfile: 162B done 04:45:31 #1 DONE 0.0s 04:45:31 04:45:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:latest 04:45:31 #2 DONE 0.0s 04:45:31 04:45:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:latest 04:45:31 #3 DONE 0.0s 04:45:31 04:45:31 #4 [internal] load .dockerignore 04:45:31 #4 transferring context: 2B done 04:45:31 #4 DONE 0.0s 04:45:31 04:45:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:31 #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:31 #5 CACHED 04:45:31 04:45:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:31 #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:31 #6 CACHED 04:45:31 04:45:31 #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 04:45:31 #7 DONE 0.0s 04:45:31 04:45:31 #8 exporting to image 04:45:31 #8 exporting layers done 04:45:31 #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done 04:45:31 #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done 04:45:31 #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done 04:45:31 #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done 04:45:31 #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done 04:45:31 #8 pushing layers 0.0s done 04:45:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done 04:45:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:45:31 #8 DONE 0.1s 04:45:31 04:45:31 1 warning found (use --debug to expand): 04:45:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:45:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1' 04:45:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 --push - 04:45:31 #1 [internal] load build definition from Dockerfile 04:45:31 #1 transferring dockerfile: 167B done 04:45:31 #1 DONE 0.0s 04:45:31 04:45:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 04:45:31 #2 DONE 0.0s 04:45:31 04:45:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 04:45:31 #3 DONE 0.0s 04:45:31 04:45:31 #4 [internal] load .dockerignore 04:45:31 #4 transferring context: 2B done 04:45:31 #4 DONE 0.0s 04:45:31 04:45:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:31 #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 done 04:45:31 #5 CACHED 04:45:31 04:45:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:31 #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:31 #6 CACHED 04:45:31 04:45:31 #7 exporting to image 04:45:31 #7 exporting layers done 04:45:31 #7 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done 04:45:31 #7 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done 04:45:31 #7 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done 04:45:31 #7 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done 04:45:31 #7 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done 04:45:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:45:32 #7 pushing layers 0.0s done 04:45:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done 04:45:32 #7 DONE 0.1s 04:45:32 04:45:32 #8 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 04:45:32 #8 DONE 0.0s 04:45:32 04:45:32 1 warning found (use --debug to expand): 04:45:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:45:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1' 04:45:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 --push - 04:45:32 #1 [internal] load build definition from Dockerfile 04:45:32 #1 transferring dockerfile: 208B done 04:45:32 #1 DONE 0.0s 04:45:32 04:45:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:45:32 #2 DONE 0.0s 04:45:32 04:45:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:45:32 #3 DONE 0.0s 04:45:32 04:45:32 #4 [internal] load .dockerignore 04:45:32 #4 transferring context: 2B done 04:45:32 #4 DONE 0.0s 04:45:32 04:45:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:32 #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:32 #5 CACHED 04:45:32 04:45:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:32 #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:32 #6 CACHED 04:45:32 04:45:32 #7 exporting to image 04:45:32 #7 exporting layers done 04:45:32 #7 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done 04:45:32 #7 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done 04:45:32 #7 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done 04:45:32 #7 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done 04:45:32 #7 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done 04:45:32 #7 pushing layers 0.0s done 04:45:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 04:45:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:45:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done 04:45:32 #7 DONE 0.1s 04:45:32 04:45:32 #8 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 04:45:32 #8 DONE 0.0s 04:45:32 04:45:32 1 warning found (use --debug to expand): 04:45:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:45:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:main --push - 04:45:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:main' 04:45:33 #1 [internal] load build definition from Dockerfile 04:45:33 #1 transferring dockerfile: 160B done 04:45:33 #1 DONE 0.0s 04:45:33 04:45:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:main 04:45:33 #2 DONE 0.0s 04:45:33 04:45:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:main 04:45:33 #3 DONE 0.0s 04:45:33 04:45:33 #4 [internal] load .dockerignore 04:45:33 #4 transferring context: 2B done 04:45:33 #4 DONE 0.0s 04:45:33 04:45:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:33 #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:33 #5 CACHED 04:45:33 04:45:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 04:45:33 #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done 04:45:33 #6 CACHED 04:45:33 04:45:33 #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 04:45:33 #7 DONE 0.0s 04:45:33 04:45:33 #8 exporting to image 04:45:33 #8 exporting layers done 04:45:33 #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done 04:45:33 #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done 04:45:33 #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done 04:45:33 #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done 04:45:33 #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done 04:45:33 #8 pushing layers 0.0s done 04:45:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done 04:45:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:45:33 #8 DONE 0.1s 04:45:33 04:45:33 1 warning found (use --debug to expand): 04:45:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:45:33 + '[' -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:45:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:45:34 ---> package-listing.sh 04:45:34 ++ facter osfamily 04:45:34 ++ tr '[:upper:]' '[:lower:]' 04:45:34 + OS_FAMILY=redhat 04:45:34 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 04:45:34 + START_PACKAGES=/tmp/packages_start.txt 04:45:34 + END_PACKAGES=/tmp/packages_end.txt 04:45:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:45:34 + PACKAGES=/tmp/packages_start.txt 04:45:34 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 04:45:34 + PACKAGES=/tmp/packages_end.txt 04:45:34 + case "${OS_FAMILY}" in 04:45:34 + rpm -qa 04:45:34 + sort 04:45:35 + '[' -f /tmp/packages_start.txt ']' 04:45:35 + '[' -f /tmp/packages_end.txt ']' 04:45:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:45:35 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 04:45:35 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 04:45:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 04:45:35 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 04:45:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:45:36 04:45:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:45:36 latest: Pulling from edgex-lftools-log-publisher 04:45:36 5eb5b503b376: Pulling fs layer 04:45:36 5c69ac0246d0: Pulling fs layer 04:45:36 ec43610c2a17: Pulling fs layer 04:45:36 3a2ae6a8a46f: Pulling fs layer 04:45:36 33b1e0a273af: Pulling fs layer 04:45:36 5d3b04190fa2: Pulling fs layer 04:45:36 2f39f015ded8: Pulling fs layer 04:45:36 3a2ae6a8a46f: Waiting 04:45:36 33b1e0a273af: Waiting 04:45:36 5d3b04190fa2: Waiting 04:45:36 2f39f015ded8: Waiting 04:45:36 5c69ac0246d0: Verifying Checksum 04:45:36 5c69ac0246d0: Download complete 04:45:36 3a2ae6a8a46f: Verifying Checksum 04:45:36 3a2ae6a8a46f: Download complete 04:45:36 33b1e0a273af: Verifying Checksum 04:45:36 33b1e0a273af: Download complete 04:45:36 ec43610c2a17: Verifying Checksum 04:45:36 ec43610c2a17: Download complete 04:45:36 5d3b04190fa2: Verifying Checksum 04:45:36 5d3b04190fa2: Download complete 04:45:36 5eb5b503b376: Verifying Checksum 04:45:36 5eb5b503b376: Download complete 04:45:37 2f39f015ded8: Verifying Checksum 04:45:37 2f39f015ded8: Download complete 04:45:38 5eb5b503b376: Pull complete 04:45:38 5c69ac0246d0: Pull complete 04:45:38 ec43610c2a17: Pull complete 04:45:38 3a2ae6a8a46f: Pull complete 04:45:38 33b1e0a273af: Pull complete 04:45:39 5d3b04190fa2: Pull complete 04:45:43 2f39f015ded8: Pull complete 04:45:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:45:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:45:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:45:43 prd-centos7-docker-4c-2g-343 does not seem to be running inside a container 04:45:43 $ 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 04:45:48 $ docker top f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:49 + touch /tmp/pre-build-complete [Pipeline] sh 04:45:49 + mkdir -p /var/log/sysstat [Pipeline] sh 04:45:49 + ls /var/log/sa-host 04:45:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:45:49 provisioning config files... 04:45:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8984174987168947869tmp [Pipeline] { [Pipeline] echo 04:45:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:45:50 ---> create-netrc.sh [Pipeline] } 04:45:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:45:50 ---> python-tools-install.sh [Pipeline] echo 04:45:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:45:50 ---> sudo-logs.sh 04:45:50 Archiving 'sudo' log.. 04:45:50 sudo: unable to resolve host prd-centos7-docker-4c-2g-343.novalocal: Name or service not known 04:45:50 sudo: unable to resolve host prd-centos7-docker-4c-2g-343.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:45:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:45:51 ---> job-cost.sh 04:45:51 lf-activate-venv: SKIPPING 04:45:51 INFO: No Stack... 04:45:51 INFO: Retrieving Pricing Info for: v3-standard-2 04:45:52 INFO: Archiving Costs [Pipeline] echo 04:45:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:45:52 ---> logs-deploy.sh 04:45:52 lf-activate-venv: SKIPPING 04:45:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/115 04:45:52 INFO: archiving workspace using pattern(s): 04:45:53 Archives upload complete. 04:45:53 INFO: archiving logs to Nexus 04:45:54 ---> uname -a: 04:45:54 Linux prd-centos7-docker-4c-2g-343.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 04:45:54 04:45:54 04:45:54 ---> lscpu: 04:45:54 Architecture: x86_64 04:45:54 CPU op-mode(s): 32-bit, 64-bit 04:45:54 Byte Order: Little Endian 04:45:54 Address sizes: 40 bits physical, 48 bits virtual 04:45:54 CPU(s): 2 04:45:54 On-line CPU(s) list: 0,1 04:45:54 Thread(s) per core: 1 04:45:54 Core(s) per socket: 1 04:45:54 Socket(s): 2 04:45:54 NUMA node(s): 1 04:45:54 Vendor ID: AuthenticAMD 04:45:54 CPU family: 23 04:45:54 Model: 49 04:45:54 Model name: AMD EPYC-Rome Processor 04:45:54 Stepping: 0 04:45:54 CPU MHz: 2799.998 04:45:54 BogoMIPS: 5599.99 04:45:54 Virtualization: AMD-V 04:45:54 Hypervisor vendor: KVM 04:45:54 Virtualization type: full 04:45:54 L1d cache: 64 KiB 04:45:54 L1i cache: 64 KiB 04:45:54 L2 cache: 1 MiB 04:45:54 L3 cache: 32 MiB 04:45:54 NUMA node0 CPU(s): 0,1 04:45:54 Vulnerability Itlb multihit: Not affected 04:45:54 Vulnerability L1tf: Not affected 04:45:54 Vulnerability Mds: Not affected 04:45:54 Vulnerability Meltdown: Not affected 04:45:54 Vulnerability Mmio stale data: Not affected 04:45:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:45:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:45:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:45:54 Vulnerability Srbds: Not affected 04:45:54 Vulnerability Tsx async abort: Not affected 04:45:54 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 04:45:54 04:45:54 04:45:54 ---> nproc: 04:45:54 2 04:45:54 04:45:54 04:45:54 ---> df -h: 04:45:54 Filesystem Size Used Avail Use% Mounted on 04:45:54 overlay 40G 7.3G 33G 19% / 04:45:54 tmpfs 64M 0 64M 0% /dev 04:45:54 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 04:45:54 shm 64M 0 64M 0% /dev/shm 04:45:54 /dev/vda1 40G 7.3G 33G 19% /facter-os 04:45:54 04:45:54 04:45:54 Cannot open /var/log/sysstat/sa23: No such file or directory 04:45:54 Please check if data collecting is enabled 04:45:54 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:54 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 04:45:54 $ docker stop --time=1 f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 04:45:55 $ docker rm -f --volumes f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 04:45:55 [WS-CLEANUP] Deleting project workspace... 04:45:55 [WS-CLEANUP] Deferred wipeout is used... 04:45:55 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:45:56 04:45:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:45:56 latest: Pulling from edgex-lftools-log-publisher 04:45:56 5eb5b503b376: Pulling fs layer 04:45:56 5c69ac0246d0: Pulling fs layer 04:45:56 ec43610c2a17: Pulling fs layer 04:45:56 3a2ae6a8a46f: Pulling fs layer 04:45:56 33b1e0a273af: Pulling fs layer 04:45:56 5d3b04190fa2: Pulling fs layer 04:45:56 2f39f015ded8: Pulling fs layer 04:45:56 33b1e0a273af: Waiting 04:45:56 5d3b04190fa2: Waiting 04:45:56 2f39f015ded8: Waiting 04:45:56 3a2ae6a8a46f: Waiting 04:45:56 5c69ac0246d0: Verifying Checksum 04:45:56 5c69ac0246d0: Download complete 04:45:56 3a2ae6a8a46f: Verifying Checksum 04:45:56 3a2ae6a8a46f: Download complete 04:45:56 33b1e0a273af: Verifying Checksum 04:45:56 33b1e0a273af: Download complete 04:45:56 ec43610c2a17: Verifying Checksum 04:45:56 ec43610c2a17: Download complete 04:45:56 5eb5b503b376: Verifying Checksum 04:45:56 5eb5b503b376: Download complete 04:45:57 2f39f015ded8: Download complete 04:45:57 5eb5b503b376: Pull complete 04:45:57 5c69ac0246d0: Pull complete 04:45:58 ec43610c2a17: Pull complete 04:45:58 3a2ae6a8a46f: Pull complete 04:45:58 33b1e0a273af: Pull complete 04:45:58 5d3b04190fa2: Pull complete 04:46:02 2f39f015ded8: Pull complete 04:46:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:46:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:46:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:02 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:46:02 $ 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 04:46:05 $ docker top 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:05 ---> job-cost.sh 04:46:05 lf-activate-venv: SKIPPING 04:46:05 INFO: No Stack... 04:46:05 INFO: Retrieving Pricing Info for: v3-standard-8 04:46:06 INFO: Archiving Costs [Pipeline] sh 04:46:06 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv 04:46:06 + cut -d, -f6 [Pipeline] lock 04:46:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] 04:46:06 Resource [jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] did not exist. Created. 04:46:06 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:46:07 + echo total: 0.2199999988079071 [Pipeline] stash 04:46:07 Stashed 1 file(s) [Pipeline] } 04:46:07 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } 04:46:07 $ docker stop --time=1 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 04:46:08 $ docker rm -f --volumes 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:46:31 Removing intermediate container f39bd3b99bdc 04:46:31 ---> 86513fd389c4 04:46:31 Step 11/12 : COPY . . 04:46:31 ---> 75aca3025090 04:46:31 Step 12/12 : RUN ${MAKE} 04:46:31 ---> Running in ef260f529881 04:46:31 noop 04:46:31 Removing intermediate container ef260f529881 04:46:31 ---> a108c0c321a9 04:46:31 Successfully built a108c0c321a9 04:46:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:31 + docker inspect -f . ci-base-image-arm64 04:46:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:32 prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container 04:46:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 04:46:33 $ docker top cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:34 + go version 04:46:34 go version go1.23.8 linux/arm64 [Pipeline] } 04:46:34 $ docker stop --time=1 cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 04:46:35 $ docker rm -f --volumes cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:36 + docker inspect -f . ci-base-image-arm64 04:46:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:36 prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container 04:46:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 04:46:38 $ docker top 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:38 + git config --global --add safe.directory /w/workspace/device-snmp-go/115 [Pipeline] fileExists [Pipeline] sh 04:46:39 + make test 04:46:39 go test ./... -coverprofile=coverage.out 04:46:44 ? github.com/edgexfoundry/device-snmp-go [no test files] 04:49:51 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 04:49:51 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.028s coverage: 0.0% of statements 04:49:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:49:51 go vet ./... 04:50:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:50:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:50:38 ./bin/test-attribution-txt.sh [Pipeline] echo 04:50:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 04:50:38 $ docker stop --time=1 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 04:50:40 $ docker rm -f --volumes 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:50:41 Warning: overwriting stash ‘coverage-report’ 04:50:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:50:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:50:43 + ls -al . 04:50:43 total 232 04:50:43 drwxrwxr-x 7 jenkins jenkins 4096 Apr 23 04:46 . 04:50:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 23 04:43 .. 04:50:43 -rw-rw-r-- 1 jenkins jenkins 6 Apr 23 04:43 .dockerignore 04:50:43 drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:43 .git 04:50:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 .github 04:50:43 -rw-rw-r-- 1 jenkins jenkins 263 Apr 23 04:43 .gitignore 04:50:43 -rw-rw-r-- 1 jenkins jenkins 199 Apr 23 04:43 .golangci.yml 04:50:43 -rw-rw-r-- 1 jenkins jenkins 18843 Apr 23 04:43 Attribution.txt 04:50:43 -rw-rw-r-- 1 jenkins jenkins 12273 Apr 23 04:43 CHANGELOG.md 04:50:43 -rw-rw-r-- 1 jenkins jenkins 1571 Apr 23 04:43 Dockerfile 04:50:43 -rw-rw-r-- 1 jenkins jenkins 677 Apr 23 04:43 GOVERNANCE.md 04:50:43 -rw-rw-r-- 1 jenkins jenkins 656 Apr 23 04:43 Jenkinsfile 04:50:43 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 23 04:43 LICENSE 04:50:43 -rw-rw-r-- 1 jenkins jenkins 2240 Apr 23 04:43 Makefile 04:50:43 -rw-rw-r-- 1 jenkins jenkins 620 Apr 23 04:43 OWNERS.md 04:50:43 -rw-rw-r-- 1 jenkins jenkins 10477 Apr 23 04:43 README.md 04:50:43 -rw-rw-r-- 1 jenkins jenkins 11 Apr 23 04:41 VERSION 04:50:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 23 04:43 bin 04:50:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 cmd 04:50:43 -rw-r--r-- 1 jenkins jenkins 9158 Apr 23 04:49 coverage.out 04:50:43 -rw-rw-r-- 1 jenkins jenkins 6106 Apr 23 04:43 go.mod 04:50:43 -rw-rw-r-- 1 jenkins jenkins 86945 Apr 23 04:43 go.sum 04:50:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 internal 04:50:43 -rw-rw-r-- 1 jenkins jenkins 228 Apr 23 04:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:50:43 + 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=fee1417f519f9e74d45ca4a7b50f92751597446a --label arch=arm64 --label version=4.1.0-dev.1 . 04:50:43 Sending build context to Docker daemon 11.94MB 04:50:43 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 04:50:43 Step 2/25 : FROM ${BASE} AS builder 04:50:43 ---> a108c0c321a9 04:50:43 Step 3/25 : ARG ADD_BUILD_TAGS="" 04:50:43 ---> Running in 3e4d62e9c74b 04:50:44 Removing intermediate container 3e4d62e9c74b 04:50:44 ---> fd44572b0573 04:50:44 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:50:44 ---> Running in a15cca9ee291 04:50:44 Removing intermediate container a15cca9ee291 04:50:44 ---> 7c7e190accad 04:50:44 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:50:44 ---> Running in f3424759b2ad 04:50:44 Removing intermediate container f3424759b2ad 04:50:44 ---> 698abfd15dfe 04:50:44 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 04:50:44 ---> Running in d54d16a773fe 04:50:45 Removing intermediate container d54d16a773fe 04:50:45 ---> d3a78884ff2f 04:50:45 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:50:45 ---> Running in e5ac2f3927db 04:50:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:50:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:50:48 OK: 244 MiB in 62 packages 04:50:49 Removing intermediate container e5ac2f3927db 04:50:49 ---> 7736e98d1b0a 04:50:49 Step 8/25 : WORKDIR /device-snmp-go 04:50:49 ---> Running in f1f3eaabb1a9 04:50:49 Removing intermediate container f1f3eaabb1a9 04:50:49 ---> 8d71408ac55c 04:50:49 Step 9/25 : COPY go.mod vendor* ./ 04:50:49 ---> 2b28390fcf3e 04:50:49 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:50:49 ---> Running in 1597e10ff5d3 04:50:52 Removing intermediate container 1597e10ff5d3 04:50:52 ---> a2c3c2adc5d4 04:50:52 Step 11/25 : COPY . . 04:50:52 ---> 4100f94e8a00 04:50:52 Step 12/25 : RUN ${MAKE} 04:50:53 ---> Running in 193e0cc3efb2 04:50:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 04:54:15 Removing intermediate container 193e0cc3efb2 04:54:15 ---> 3c5519eb0d2e 04:54:15 Step 13/25 : FROM alpine:3.20 04:54:15 3.20: Pulling from library/alpine 04:54:15 94e9d8af2201: Already exists 04:54:15 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:54:15 Status: Downloaded newer image for alpine:3.20 04:54:15 ---> 7aab056cecc6 04:54:15 Step 14/25 : RUN apk add --update --no-cache dumb-init 04:54:15 ---> Running in b0e7a533e7fb 04:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:54:15 (1/1) Installing dumb-init (1.2.5-r3) 04:54:15 Executing busybox-1.36.1-r29.trigger 04:54:15 OK: 9 MiB in 15 packages 04:54:15 Removing intermediate container b0e7a533e7fb 04:54:15 ---> 1d8e6919f4bb 04:54:15 Step 15/25 : RUN apk --no-cache upgrade 04:54:15 ---> Running in 9baac24be525 04:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:54:15 OK: 9 MiB in 15 packages 04:54:15 Removing intermediate container 9baac24be525 04:54:15 ---> e8f0d9aafb1a 04:54:15 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 04:54:15 ---> f2a211185616 04:54:15 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 04:54:15 ---> 8457996727c7 04:54:15 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 04:54:15 ---> c4b980796aa3 04:54:15 Step 19/25 : EXPOSE 59993 04:54:15 ---> Running in 73a4f7535b18 04:54:15 Removing intermediate container 73a4f7535b18 04:54:15 ---> 71887f6420cd 04:54:15 Step 20/25 : EXPOSE 161 04:54:15 ---> Running in eb3e7290a5c7 04:54:15 Removing intermediate container eb3e7290a5c7 04:54:15 ---> 0ffb43e86533 04:54:15 Step 21/25 : ENTRYPOINT ["/device-snmp"] 04:54:15 ---> Running in e293ffbf1c24 04:54:15 Removing intermediate container e293ffbf1c24 04:54:15 ---> dc777b18dc21 04:54:15 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 04:54:15 ---> Running in 4e53361e2b1e 04:54:15 Removing intermediate container 4e53361e2b1e 04:54:15 ---> 22e0c618455d 04:54:15 Step 23/25 : LABEL arch=arm64 04:54:15 ---> Running in 5017fe678891 04:54:15 Removing intermediate container 5017fe678891 04:54:15 ---> 5573c557d0c5 04:54:15 Step 24/25 : LABEL git_sha=fee1417f519f9e74d45ca4a7b50f92751597446a 04:54:15 ---> Running in ef1cf7a8d165 04:54:16 Removing intermediate container ef1cf7a8d165 04:54:16 ---> f7dc611c9904 04:54:16 Step 25/25 : LABEL version=4.1.0-dev.1 04:54:16 ---> Running in 1cee37c8d18b 04:54:16 Removing intermediate container 1cee37c8d18b 04:54:16 ---> f2884fc7bdc8 04:54:16 [Warning] One or more build-args [ARCH] were not consumed 04:54:16 Successfully built f2884fc7bdc8 04:54:16 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 04:54:16 provisioning config files... 04:54:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/115@tmp/config3947174185047374227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:54:17 ---> ****-login.sh 04:54:17 nexus3.edgexfoundry.org:10001 04:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:54:17 Configure a credential helper to remove this warning. See 04:54:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:54:17 04:54:17 Login Succeeded 04:54:17 nexus3.edgexfoundry.org:10002 04:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:54:17 Configure a credential helper to remove this warning. See 04:54:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:54:17 04:54:17 Login Succeeded 04:54:17 nexus3.edgexfoundry.org:10003 04:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:54:18 Configure a credential helper to remove this warning. See 04:54:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:54:18 04:54:18 Login Succeeded 04:54:18 nexus3.edgexfoundry.org:10004 04:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:54:18 Configure a credential helper to remove this warning. See 04:54:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:54:18 04:54:18 Login Succeeded 04:54:18 ****.io 04:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:54:18 Configure a credential helper to remove this warning. See 04:54:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:54:18 04:54:18 Login Succeeded 04:54:18 ---> ****-login.sh ends [Pipeline] } 04:54:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:54:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:54:18 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 04:54:18 fee1417f519f9e74d45ca4a7b50f92751597446a 04:54:18 latest 04:54:18 4.1.0-dev.1 04:54:18 fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:54:18 main 04:54:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:19 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:19 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a 04:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 04:54:19 5b3a13a7ad67: Preparing 04:54:19 a39e48b7d6f6: Preparing 04:54:19 25c1d01f78b4: Preparing 04:54:19 f9462cdcddd3: Preparing 04:54:19 835b2e1cdbd8: Preparing 04:54:19 dd9c8f8612c8: Preparing 04:54:19 dd9c8f8612c8: Waiting 04:54:19 a39e48b7d6f6: Pushed 04:54:19 5b3a13a7ad67: Pushed 04:54:19 f9462cdcddd3: Pushed 04:54:19 835b2e1cdbd8: Pushed 04:54:19 dd9c8f8612c8: Layer already exists 04:54:29 25c1d01f78b4: Pushed 04:54:29 fee1417f519f9e74d45ca4a7b50f92751597446a: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:30 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:30 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 04:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 04:54:30 5b3a13a7ad67: Preparing 04:54:30 a39e48b7d6f6: Preparing 04:54:30 25c1d01f78b4: Preparing 04:54:30 f9462cdcddd3: Preparing 04:54:30 835b2e1cdbd8: Preparing 04:54:30 dd9c8f8612c8: Preparing 04:54:30 dd9c8f8612c8: Waiting 04:54:30 5b3a13a7ad67: Layer already exists 04:54:30 f9462cdcddd3: Layer already exists 04:54:30 25c1d01f78b4: Layer already exists 04:54:30 835b2e1cdbd8: Layer already exists 04:54:30 a39e48b7d6f6: Layer already exists 04:54:30 dd9c8f8612c8: Layer already exists 04:54:30 latest: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:31 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:31 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 04:54:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 04:54:31 5b3a13a7ad67: Preparing 04:54:31 a39e48b7d6f6: Preparing 04:54:31 25c1d01f78b4: Preparing 04:54:31 f9462cdcddd3: Preparing 04:54:31 835b2e1cdbd8: Preparing 04:54:31 dd9c8f8612c8: Preparing 04:54:31 dd9c8f8612c8: Waiting 04:54:31 a39e48b7d6f6: Layer already exists 04:54:31 f9462cdcddd3: Layer already exists 04:54:31 835b2e1cdbd8: Layer already exists 04:54:31 25c1d01f78b4: Layer already exists 04:54:31 5b3a13a7ad67: Layer already exists 04:54:31 dd9c8f8612c8: Layer already exists 04:54:31 4.1.0-dev.1: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:31 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:32 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 04:54:32 5b3a13a7ad67: Preparing 04:54:32 a39e48b7d6f6: Preparing 04:54:32 25c1d01f78b4: Preparing 04:54:32 f9462cdcddd3: Preparing 04:54:32 835b2e1cdbd8: Preparing 04:54:32 dd9c8f8612c8: Preparing 04:54:32 dd9c8f8612c8: Waiting 04:54:32 a39e48b7d6f6: Layer already exists 04:54:32 5b3a13a7ad67: Layer already exists 04:54:32 f9462cdcddd3: Layer already exists 04:54:32 25c1d01f78b4: Layer already exists 04:54:32 835b2e1cdbd8: Layer already exists 04:54:32 dd9c8f8612c8: Layer already exists 04:54:32 fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:32 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:33 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 04:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 04:54:33 5b3a13a7ad67: Preparing 04:54:33 a39e48b7d6f6: Preparing 04:54:33 25c1d01f78b4: Preparing 04:54:33 f9462cdcddd3: Preparing 04:54:33 835b2e1cdbd8: Preparing 04:54:33 dd9c8f8612c8: Preparing 04:54:33 dd9c8f8612c8: Waiting 04:54:33 25c1d01f78b4: Layer already exists 04:54:33 5b3a13a7ad67: Layer already exists 04:54:33 835b2e1cdbd8: Layer already exists 04:54:33 f9462cdcddd3: Layer already exists 04:54:33 a39e48b7d6f6: Layer already exists 04:54:33 dd9c8f8612c8: Layer already exists 04:54:33 main: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:54:33 ===================================================== [Pipeline] echo 04:54:33 taggedImages: 04:54:33 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a 04:54:33 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 04:54:33 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 04:54:33 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 04:54:33 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] echo 04:54:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo 04:54:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] echo 04:54:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [Pipeline] echo 04:54:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] echo 04:54:33 Skip building multi-arch image for 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 04:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:54:33 04:54:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:54:34 arm64: Pulling from edgex-lftools-log-publisher 04:54:34 8998bd30e6a1: Pulling fs layer 04:54:34 04944245beec: Pulling fs layer 04:54:34 699f458cf7ca: Pulling fs layer 04:54:34 765212b225bb: Pulling fs layer 04:54:34 f23df028b6ca: Pulling fs layer 04:54:34 d65c8cfc05b1: Pulling fs layer 04:54:34 2437ff75d9bd: Pulling fs layer 04:54:34 f23df028b6ca: Waiting 04:54:34 d65c8cfc05b1: Waiting 04:54:34 2437ff75d9bd: Waiting 04:54:34 765212b225bb: Waiting 04:54:34 04944245beec: Verifying Checksum 04:54:34 04944245beec: Download complete 04:54:34 765212b225bb: Verifying Checksum 04:54:34 765212b225bb: Download complete 04:54:34 f23df028b6ca: Verifying Checksum 04:54:34 f23df028b6ca: Download complete 04:54:34 d65c8cfc05b1: Verifying Checksum 04:54:34 d65c8cfc05b1: Download complete 04:54:34 699f458cf7ca: Download complete 04:54:35 8998bd30e6a1: Verifying Checksum 04:54:35 8998bd30e6a1: Download complete 04:54:37 2437ff75d9bd: Verifying Checksum 04:54:37 2437ff75d9bd: Download complete 04:54:39 8998bd30e6a1: Pull complete 04:54:40 04944245beec: Pull complete 04:54:41 699f458cf7ca: Pull complete 04:54:41 765212b225bb: Pull complete 04:54:42 f23df028b6ca: Pull complete 04:54:43 d65c8cfc05b1: Pull complete 04:55:01 2437ff75d9bd: Pull complete 04:55:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:55:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:01 prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container 04:55:01 $ 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/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 04:55:04 $ docker top 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:05 ---> job-cost.sh 04:55:05 lf-activate-venv: SKIPPING 04:55:05 INFO: No Stack... 04:55:05 INFO: Retrieving Pricing Info for: v3-standard-4 04:55:06 INFO: Archiving Costs [Pipeline] sh 04:55:06 + cut -d, -f6 04:55:06 + cat /w/workspace/device-snmp-go/115/archives/cost.csv [Pipeline] lock 04:55:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] 04:55:06 Resource [jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] did not exist. Created. 04:55:06 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:55:07 /w/workspace/device-snmp-go/115@tmp/durable-978a7022/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:55:07 + echo total: 0.10999999940395355 [Pipeline] stash 04:55:07 Warning: overwriting stash ‘stack-cost’ 04:55:07 Stashed 1 file(s) [Pipeline] } 04:55:07 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } 04:55:07 $ docker stop --time=1 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 04:55:09 $ docker rm -f --volumes 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 [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 04:55:09 provisioning config files... 04:55:09 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config17914183868253227922tmp [Pipeline] { [Pipeline] sh 04:55:10 + set +x 04:55:10 + curl+ -s https://codecov.io/bash 04:55:10 bash -s -- 04:55:10 04:55:10 _____ _ 04:55:10 / ____| | | 04:55:10 | | ___ __| | ___ ___ _____ __ 04:55:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:55:10 | |___| (_) | (_| | __/ (_| (_) \ V / 04:55:10 \_____\___/ \__,_|\___|\___\___/ \_/ 04:55:10 Bash-1.0.6 04:55:10 04:55:10 04:55:10 ==> git version 2.25.1 found 04:55:10 ==> 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 04:55:10 Release-Date: 2020-01-08 04:55:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:55:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:55:10 ==> Jenkins CI detected. 04:55:10 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 04:55:10 project root: . 04:55:10 --> token set from env 04:55:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:55:10 ==> Running gcov in . (disable via -X gcov) 04:55:10 ==> Python coveragepy not found 04:55:10 ==> Searching for coverage reports in: 04:55:10 + . 04:55:10 -> Found 1 reports 04:55:10 ==> Detecting git/mercurial file structure 04:55:10 ==> Reading reports 04:55:10 + ./coverage.out bytes=9158 04:55:10 ==> Appending adjustments 04:55:10 https://docs.codecov.io/docs/fixing-reports 04:55:10 + Found adjustments 04:55:10 ==> Gzipping contents 04:55:10 4.0K /tmp/codecov.awlTes.gz 04:55:10 ==> Uploading reports 04:55:10 url: https://codecov.io 04:55:10 query: branch=main&commit=fee1417f519f9e74d45ca4a7b50f92751597446a&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:55:10 -> Pinging Codecov 04:55:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fee1417f519f9e74d45ca4a7b50f92751597446a&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:55:10 -> Uploading to 04:55:10 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-snmp-go/fee1417f519f9e74d45ca4a7b50f92751597446a/7473fbbc-8924-464d-b2b9-2df861d90fb7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250423%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250423T045510Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ad772c9c3c6fade98d64eb43b9253f68c36bfa259ff380ab0799e1ab3d46dbce 04:55:10 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:10 Dload Upload Total Spent Left Speed 04:55:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1448 0 0 100 1448 0 3731 --:--:-- --:--:-- --:--:-- 3731 04:55:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] } 04:55:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:55:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:55:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:55:11 04:55:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:55:11 latest: Pulling from edgex-devops/edgex-snyk-go 04:55:11 43c4264eed91: Pulling fs layer 04:55:11 4cc291be95ef: Pulling fs layer 04:55:11 2ac1f1163629: Pulling fs layer 04:55:11 5c3c966382ef: Pulling fs layer 04:55:11 4f4fb700ef54: Pulling fs layer 04:55:11 d9c7d2e4e75e: Pulling fs layer 04:55:11 9c3e1370e548: Pulling fs layer 04:55:11 4f4fb700ef54: Waiting 04:55:11 d9c7d2e4e75e: Waiting 04:55:11 9c3e1370e548: Waiting 04:55:11 5c3c966382ef: Waiting 04:55:11 4cc291be95ef: Verifying Checksum 04:55:11 4cc291be95ef: Download complete 04:55:11 5c3c966382ef: Download complete 04:55:11 4f4fb700ef54: Download complete 04:55:11 43c4264eed91: Download complete 04:55:12 43c4264eed91: Pull complete 04:55:12 d9c7d2e4e75e: Verifying Checksum 04:55:12 d9c7d2e4e75e: Download complete 04:55:12 4cc291be95ef: Pull complete 04:55:12 2ac1f1163629: Verifying Checksum 04:55:12 2ac1f1163629: Download complete 04:55:12 9c3e1370e548: Verifying Checksum 04:55:12 9c3e1370e548: Download complete 04:55:16 2ac1f1163629: Pull complete 04:55:16 5c3c966382ef: Pull complete 04:55:16 4f4fb700ef54: Pull complete 04:55:16 d9c7d2e4e75e: Pull complete 04:55:19 9c3e1370e548: Pull complete 04:55:19 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:55:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:19 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:55:19 $ 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:latest cat 04:55:22 $ docker top 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d -eo pid,comm [Pipeline] { [Pipeline] sh 04:55:22 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo 04:55:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 04:55:22 + set -o pipefail 04:55:22 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 04:55:31 04:55:31 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 04:55:31 04:55:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/e8901edf-a755-43f8-b4f9-8491795daf9e 04:55:31 04:55:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:55:31 [Pipeline] } 04:55:32 $ docker stop --time=1 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d 04:55:35 $ docker rm -f --volumes 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:55:36 + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] sh 04:55:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:55:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:55:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:36 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:55:36 $ 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 04:55:37 $ docker top e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:37 [ssh-agent] Looking for ssh-agent implementation... 04:55:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:37 $ docker exec e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f ssh-agent 04:55:37 SSH_AUTH_SOCK=/tmp/ssh-iyAe0Mm0FCzQ/agent.33 04:55:37 SSH_AGENT_PID=39 04:55:37 Running ssh-add (command line suppressed) 04:55:37 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_15904494426722553611.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_15904494426722553611.key) 04:55:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:37 + git semver tag 04:55:38 2025-04-23 04:55:38,139 [run_tag] DEBUG tag force:False 04:55:38 2025-04-23 04:55:38,140 [check_head_tag] DEBUG check head tag 04:55:38 2025-04-23 04:55:38,140 [execute] INFO git cat-file --batch-check 04:55:38 2025-04-23 04:55:38,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 04:55:38 2025-04-23 04:55:38,144 [execute] INFO git cat-file --batch 04:55:38 2025-04-23 04:55:38,144 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 04:55:38 2025-04-23 04:55:38,154 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:55:38 2025-04-23 04:55:38,154 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 04:55:38 2025-04-23 04:55:38,154 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 04:55:38 2025-04-23 04:55:38,158 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:55:38 4.1.0-dev.1 [Pipeline] } 04:55:38 $ docker exec --env ******** --env ******** e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f ssh-agent -k 04:55:38 unset SSH_AUTH_SOCK; 04:55:38 unset SSH_AGENT_PID; 04:55:38 echo Agent pid 39 killed; 04:55:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:38 + git semver [Pipeline] } 04:55:38 $ docker stop --time=1 e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f 04:55:40 $ docker rm -f --volumes e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:40 04:55:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:40 0.23.1-centos7: Pulling from edgex-lftools 04:55:40 ab5ef0e58194: Pulling fs layer 04:55:40 9712f1f96733: Pulling fs layer 04:55:40 63f879dbbcfc: Pulling fs layer 04:55:40 0d9ebad4ef96: Pulling fs layer 04:55:40 e9a5061849ea: Pulling fs layer 04:55:40 d747dcd14b5f: Pulling fs layer 04:55:40 2de7ff778b66: Pulling fs layer 04:55:40 d747dcd14b5f: Waiting 04:55:40 e9a5061849ea: Waiting 04:55:40 2de7ff778b66: Waiting 04:55:40 9712f1f96733: Verifying Checksum 04:55:40 9712f1f96733: Download complete 04:55:41 63f879dbbcfc: Verifying Checksum 04:55:41 63f879dbbcfc: Download complete 04:55:41 e9a5061849ea: Verifying Checksum 04:55:41 e9a5061849ea: Download complete 04:55:41 d747dcd14b5f: Download complete 04:55:41 0d9ebad4ef96: Download complete 04:55:41 ab5ef0e58194: Verifying Checksum 04:55:41 ab5ef0e58194: Download complete 04:55:41 2de7ff778b66: Verifying Checksum 04:55:41 2de7ff778b66: Download complete 04:55:43 ab5ef0e58194: Pull complete 04:55:44 9712f1f96733: Pull complete 04:55:44 63f879dbbcfc: Pull complete 04:55:48 0d9ebad4ef96: Pull complete 04:55:48 e9a5061849ea: Pull complete 04:55:48 d747dcd14b5f: Pull complete 04:55:49 2de7ff778b66: Pull complete 04:55:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:49 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:55: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:55:53 $ docker top 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:55:54 provisioning config files... 04:55:54 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config13564108680684115824tmp 04:55:54 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config9892946177846050328tmp 04:55:54 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12861299100041617065tmp [Pipeline] { [Pipeline] echo 04:55:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:55:54 ---> sigul-configuration.sh 04:55:54 gpg: directory `/root/.gnupg' created 04:55:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:55:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:55:54 gpg: keyring `/root/.gnupg/secring.gpg' created 04:55:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:55:54 gpg: CAST5 encrypted data 04:55:54 gpg: encrypted with 1 passphrase 04:55:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:55:54 + mkdir /home/jenkins 04:55:54 + mkdir /home/jenkins/sigul [Pipeline] sh 04:55:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:55:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:55:55 ---> sigul-install.sh 04:55:55 Sigul already installed; skipping installation. [Pipeline] sh 04:55:55 + git tag --list 04:55:55 1.0.0 04:55:55 v0.0.0 04:55:55 v1.1.0 04:55:55 v1.1.1 04:55:55 v1.2.2 04:55:55 v1.3.0 04:55:55 v1.3.1 04:55:55 v2.0.0 04:55:55 v2.1.0 04:55:55 v2.1.1 04:55:55 v2.2.0 04:55:55 v2.3.0 04:55:55 v3.0 04:55:55 v3.0.0 04:55:55 v3.1 04:55:55 v3.1.0 04:55:55 v3.1.1 04:55:55 v4.0 04:55:55 v4.0.0 04:55:55 v4.1.0-dev.1 [Pipeline] sh 04:55:55 + lftools sign git-tag v4.1.0-dev.1 04:55:56 Signing Git tag with Sigul... 04:55:56 Signing v4.1.0-dev.1 [Pipeline] echo 04:55:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:55:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:55:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:55:57 $ docker stop --time=1 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd 04:55:58 $ docker rm -f --volumes 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:55:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:55:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:55:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:59 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:55: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 04:55:59 $ docker top f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e -eo pid,comm 04:55:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:55:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:59 [ssh-agent] Looking for ssh-agent implementation... 04:55:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:59 $ docker exec f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e ssh-agent 04:55:59 SSH_AUTH_SOCK=/tmp/ssh-0ViAkHoLsqFy/agent.32 04:55:59 SSH_AGENT_PID=38 04:55:59 Running ssh-add (command line suppressed) 04:55:59 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9685866459352916233.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9685866459352916233.key) 04:55:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:00 + git semver bump pre 04:56:00 2025-04-23 04:56:00,389 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:56:00 2025-04-23 04:56:00,390 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev 04:56:00 2025-04-23 04:56:00,390 [bump_version] DEBUG bumped version:4.1.0-dev.2 04:56:00 2025-04-23 04:56:00,390 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True 04:56:00 2025-04-23 04:56:00,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:56:00 2025-04-23 04:56:00,390 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:56:00 2025-04-23 04:56:00,392 [execute] INFO git cat-file --batch-check 04:56:00 2025-04-23 04:56:00,393 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:56:00 2025-04-23 04:56:00,398 [execute] INFO git cat-file --batch 04:56:00 2025-04-23 04:56:00,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:56:00 2025-04-23 04:56:00,403 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:56:00 4.1.0-dev.2 [Pipeline] } 04:56:00 $ docker exec --env ******** --env ******** f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e ssh-agent -k 04:56:00 unset SSH_AUTH_SOCK; 04:56:00 unset SSH_AGENT_PID; 04:56:00 echo Agent pid 38 killed; 04:56:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:00 + git semver [Pipeline] } 04:56:01 $ docker stop --time=1 f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e 04:56:02 $ docker rm -f --volumes f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e [Pipeline] // withDockerContainer [Pipeline] sh 04:56:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:56:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:03 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:56:03 $ 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 04:56:03 $ docker top 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 -eo pid,comm 04:56:03 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). 04:56:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:03 [ssh-agent] Looking for ssh-agent implementation... 04:56:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:03 $ docker exec 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 ssh-agent 04:56:03 SSH_AUTH_SOCK=/tmp/ssh-HFhl2DiudyzH/agent.32 04:56:03 SSH_AGENT_PID=38 04:56:03 Running ssh-add (command line suppressed) 04:56:03 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11564312963431674182.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11564312963431674182.key) 04:56:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:04 + git semver push 04:56:04 2025-04-23 04:56:04,412 [run_push] DEBUG push 04:56:04 2025-04-23 04:56:04,412 [execute] INFO git cat-file --batch-check 04:56:04 2025-04-23 04:56:04,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:56:04 2025-04-23 04:56:04,416 [execute] INFO git rev-list f6d35a1ec4d40e6b67e552bfb7237f097ec027bc -- 04:56:04 2025-04-23 04:56:04,416 [execute] DEBUG Popen(['git', 'rev-list', 'f6d35a1ec4d40e6b67e552bfb7237f097ec027bc', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:56:04 2025-04-23 04:56:04,424 [execute] INFO git fetch -v origin 04:56:04 2025-04-23 04:56:04,425 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 04:56:05 2025-04-23 04:56:04,876 [run_push] DEBUG no remote changes detected 04:56:05 2025-04-23 04:56:04,876 [execute] INFO git push origin semver 04:56:05 2025-04-23 04:56:04,877 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:56:05 2025-04-23 04:56:05,602 [run_push] DEBUG push all version tags 04:56:05 2025-04-23 04:56:05,602 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:56:05 2025-04-23 04:56:05,603 [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) 04:56:06 2025-04-23 04:56:06,223 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 04:56:06 4.1.0-dev.2 [Pipeline] } 04:56:06 $ docker exec --env ******** --env ******** 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 ssh-agent -k 04:56:06 unset SSH_AUTH_SOCK; 04:56:06 unset SSH_AGENT_PID; 04:56:06 echo Agent pid 38 killed; 04:56:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:07 + git semver [Pipeline] } 04:56:07 $ docker stop --time=1 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 04:56:08 $ docker rm -f --volumes 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:56:09 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 04:56:09 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 04:56:09 total 16 04:56:09 drwxr-xr-x 3 root root 4096 Apr 23 04:46 . 04:56:09 drwxrwxr-x 9 jenkins jenkins 4096 Apr 23 04:55 .. 04:56:09 drwxr-xr-x 2 root root 4096 Apr 23 04:46 cost 04:56:09 -rw-r--r-- 1 root root 86 Apr 23 04:46 cost.csv 04:56:09 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 04:56:09 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 04:56:09 total 16 04:56:09 drwxr-xr-x 3 jenkins jenkins 4096 Apr 23 04:46 . 04:56:09 drwxrwxr-x 9 jenkins jenkins 4096 Apr 23 04:55 .. 04:56:09 drwxr-xr-x 2 jenkins jenkins 4096 Apr 23 04:46 cost 04:56:09 -rw-r--r-- 1 jenkins jenkins 86 Apr 23 04:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:56:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:56:10 ---> package-listing.sh 04:56:10 ++ facter osfamily 04:56:10 ++ tr '[:upper:]' '[:lower:]' 04:56:10 + OS_FAMILY=debian 04:56:10 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 04:56:10 + START_PACKAGES=/tmp/packages_start.txt 04:56:10 + END_PACKAGES=/tmp/packages_end.txt 04:56:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:56:10 + PACKAGES=/tmp/packages_start.txt 04:56:10 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 04:56:10 + PACKAGES=/tmp/packages_end.txt 04:56:10 + case "${OS_FAMILY}" in 04:56:10 + dpkg -l 04:56:10 + grep '^ii' 04:56:10 + '[' -f /tmp/packages_start.txt ']' 04:56:10 + '[' -f /tmp/packages_end.txt ']' 04:56:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:56:10 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 04:56:10 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 04:56:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 04:56:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:56:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:56:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:11 prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container 04:56:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:56:11 $ docker top f45267ed8850504810dee4b23e3a31c5a437d8376f57b3a40dc92b5eaa8a495a -eo pid,comm [Pipeline] { [Pipeline] sh 04:56:12 + touch /tmp/pre-build-complete [Pipeline] sh 04:56:12 + mkdir -p /var/log/sysstat [Pipeline] sh 04:56:12 + ls /var/log/sa-host 04:56:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:56:12 provisioning config files... 04:56:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config16961546461634627776tmp [Pipeline] { [Pipeline] echo 04:56:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:56:12 ---> create-netrc.sh [Pipeline] } 04:56:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:56:13 ---> python-tools-install.sh [Pipeline] echo 04:56:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:56:13 ---> sudo-logs.sh 04:56:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:56:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:56:13 ---> job-cost.sh 04:56:13 lf-activate-venv: SKIPPING 04:56:13 DEBUG: total: 0.2199999988079071 04:56:13 INFO: Retrieving Stack Cost... 04:56:14 INFO: Retrieving Pricing Info for: v3-standard-8 04:56:14 INFO: Archiving Costs [Pipeline] echo 04:56:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:56:15 ---> logs-deploy.sh 04:56:15 lf-activate-venv: SKIPPING 04:56:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/115 04:56:15 INFO: archiving workspace using pattern(s): 04:56:16 Archives upload complete. 04:56:16 INFO: archiving logs to Nexus 04:56:17 ---> uname -a: 04:56:17 Linux prd-ubuntu20-04-docker-8c-8g-341 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:56:17 04:56:17 04:56:17 ---> lscpu: 04:56:17 Architecture: x86_64 04:56:17 CPU op-mode(s): 32-bit, 64-bit 04:56:17 Byte Order: Little Endian 04:56:17 Address sizes: 40 bits physical, 48 bits virtual 04:56:17 CPU(s): 8 04:56:17 On-line CPU(s) list: 0-7 04:56:17 Thread(s) per core: 1 04:56:17 Core(s) per socket: 1 04:56:17 Socket(s): 8 04:56:17 NUMA node(s): 1 04:56:17 Vendor ID: AuthenticAMD 04:56:17 CPU family: 23 04:56:17 Model: 49 04:56:17 Model name: AMD EPYC-Rome Processor 04:56:17 Stepping: 0 04:56:17 CPU MHz: 2799.998 04:56:17 BogoMIPS: 5599.99 04:56:17 Virtualization: AMD-V 04:56:17 Hypervisor vendor: KVM 04:56:17 Virtualization type: full 04:56:17 L1d cache: 256 KiB 04:56:17 L1i cache: 256 KiB 04:56:17 L2 cache: 4 MiB 04:56:17 L3 cache: 128 MiB 04:56:17 NUMA node0 CPU(s): 0-7 04:56:17 Vulnerability Itlb multihit: Not affected 04:56:17 Vulnerability L1tf: Not affected 04:56:17 Vulnerability Mds: Not affected 04:56:17 Vulnerability Meltdown: Not affected 04:56:17 Vulnerability Mmio stale data: Not affected 04:56:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:56:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:56:17 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:56:17 Vulnerability Srbds: Not affected 04:56:17 Vulnerability Tsx async abort: Not affected 04:56:17 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 04:56:17 04:56:17 04:56:17 ---> nproc: 04:56:17 8 04:56:17 04:56:17 04:56:17 ---> df -h: 04:56:17 Filesystem Size Used Avail Use% Mounted on 04:56:17 overlay 155G 14G 142G 9% / 04:56:17 tmpfs 64M 0 64M 0% /dev 04:56:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:56:17 shm 64M 0 64M 0% /dev/shm 04:56:17 /dev/vda1 155G 14G 142G 9% /facter-os 04:56:17 04:56:17 04:56:17 ---> sar -b -r -n DEV: 04:56:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-341) 04/23/25 _x86_64_ (8 CPU) 04:56:17 04:56:17 04:40:29 LINUX RESTART (8 CPU) 04:56:17 04:56:17 04:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:56:17 04:42:01 378.90 14.81 364.09 0.00 1925.68 37605.60 0.00 04:56:17 04:43:01 236.78 1.78 234.99 0.00 16.80 75134.01 0.00 04:56:17 04:44:01 137.39 0.13 137.26 0.00 7.87 46968.57 0.00 04:56:17 04:45:01 44.24 0.07 44.18 0.00 4.93 2323.23 0.00 04:56:17 04:46:01 28.51 10.20 18.31 0.00 3443.43 4004.53 0.00 04:56:17 04:47:01 50.43 0.00 50.43 0.00 0.00 16514.90 0.00 04:56:17 04:48:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 04:56:17 04:49:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 04:56:17 04:50:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 04:56:17 04:51:01 2.03 0.00 2.03 0.00 0.00 32.39 0.00 04:56:17 04:52:01 1.00 0.00 1.00 0.00 0.00 10.79 0.00 04:56:17 04:53:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 04:56:17 04:54:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 04:56:17 04:55:01 1.90 0.00 1.90 0.00 0.00 21.33 0.00 04:56:17 04:56:01 155.12 0.37 154.76 0.00 21.06 60930.38 0.00 04:56:17 Average: 69.50 1.82 67.67 0.00 361.30 16240.22 0.00 04:56:17 04:56:17 04:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:56:17 04:42:01 29153304 31522244 785348 2.39 81256 2561332 1976208 5.82 1056892 2280112 9988 04:56:17 04:43:01 27160900 31403980 888036 2.70 187136 4158356 2044772 6.03 1702380 3434728 662392 04:56:17 04:44:01 27432868 31505224 790452 2.40 193012 4005088 1927996 5.68 1393096 3497140 39568 04:56:17 04:45:01 27525212 31532248 763008 2.32 194572 3939112 1742724 5.14 1372452 3430484 16 04:56:17 04:46:01 26654656 31473392 811284 2.47 205500 4677092 2080296 6.13 1567144 4024632 541144 04:56:17 04:47:01 26777564 31513396 771244 2.35 205904 4594384 1800212 5.31 1541948 3929132 12 04:56:17 04:48:01 26777856 31513716 770892 2.34 205924 4594388 1800212 5.31 1541808 3929136 8 04:56:17 04:49:01 26784548 31520408 764192 2.32 205956 4594388 1800212 5.31 1534916 3929136 52 04:56:17 04:50:01 26784848 31520872 763752 2.32 205976 4594396 1800212 5.31 1535148 3929220 16 04:56:17 04:51:01 26791376 31527460 757048 2.30 206064 4594380 1800212 5.31 1529060 3929200 64 04:56:17 04:52:01 26791320 31527428 757008 2.30 206088 4594380 1800212 5.31 1529064 3929200 16 04:56:17 04:53:01 26791148 31527292 757280 2.30 206116 4594384 1800212 5.31 1529136 3929212 8 04:56:17 04:54:01 26791100 31527244 757220 2.30 206164 4594384 1800212 5.31 1529132 3929212 12 04:56:17 04:55:01 26791060 31527328 757132 2.30 206236 4594388 1800212 5.31 1528748 3929212 8 04:56:17 04:56:01 25290348 31468892 806444 2.45 233212 5877536 2024368 5.97 1655436 5162160 956 04:56:17 Average: 26953207 31507408 780023 2.37 196608 4437866 1866551 5.50 1503091 3812794 83617 04:56:17 04:56:17 04:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:56:17 04:42:01 lo 6.47 6.47 0.63 0.63 0.00 0.00 0.00 0.00 04:56:17 04:42:01 docker0 175.80 197.98 14.50 380.54 0.00 0.00 0.00 0.00 04:56:17 04:42:01 veth67adaf0 144.83 164.01 14.22 129.50 0.00 0.00 0.00 0.01 04:56:17 04:42:01 ens3 618.95 440.66 5698.36 91.35 0.00 0.00 0.00 0.00 04:56:17 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:43:01 docker0 153.57 308.65 12.97 2744.02 0.00 0.00 0.00 0.00 04:56:17 04:43:01 ens3 332.24 167.71 2769.83 24.09 0.00 0.00 0.00 0.00 04:56:17 04:43:01 veth962f4cb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:56:17 04:44:01 lo 0.93 0.93 0.10 0.10 0.00 0.00 0.00 0.00 04:56:17 04:44:01 docker0 4.50 8.47 0.27 114.87 0.00 0.00 0.00 0.00 04:56:17 04:44:01 ens3 33.76 21.48 137.12 11.09 0.00 0.00 0.00 0.00 04:56:17 04:45:01 lo 6.33 6.33 0.62 0.62 0.00 0.00 0.00 0.00 04:56:17 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:45:01 ens3 59.87 56.69 28.28 341.11 0.00 0.00 0.00 0.00 04:56:17 04:46:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 04:56:17 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:46:01 ens3 147.91 76.60 3916.84 8.13 0.00 0.00 0.00 0.00 04:56:17 04:47:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:56:17 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:47:01 ens3 11.01 7.46 12.39 4.41 0.00 0.00 0.00 0.00 04:56:17 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:49:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:50:01 ens3 0.33 0.17 1.30 0.01 0.00 0.00 0.00 0.00 04:56:17 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:51:01 ens3 0.38 0.27 0.22 0.08 0.00 0.00 0.00 0.00 04:56:17 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 04:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:56:17 04:56:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 04:56:17 04:56:01 docker0 53.16 96.92 5.14 857.36 0.00 0.00 0.00 0.00 04:56:17 04:56:01 vethb725379 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:56:17 04:56:01 ens3 419.78 253.09 8026.69 174.27 0.00 0.00 0.00 0.00 04:56:17 Average: lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 04:56:17 Average: docker0 25.80 40.80 2.19 273.10 0.00 0.00 0.00 0.00 04:56:17 Average: vethb725379 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 04:56:17 Average: ens3 108.31 68.29 1372.66 43.64 0.00 0.00 0.00 0.00 04:56:17 04:56:17 04:56:17 ---> sar -P ALL: 04:56:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-341) 04/23/25 _x86_64_ (8 CPU) 04:56:17 04:56:17 04:40:29 LINUX RESTART (8 CPU) 04:56:17 04:56:17 04:41:01 CPU %user %nice %system %iowait %steal %idle 04:56:17 04:42:01 all 7.77 0.00 2.94 2.00 0.07 87.21 04:56:17 04:42:01 0 10.39 0.00 2.68 3.94 0.05 82.94 04:56:17 04:42:01 1 6.97 0.00 3.23 0.86 0.07 88.88 04:56:17 04:42:01 2 9.83 0.00 2.62 0.87 0.07 86.61 04:56:17 04:42:01 3 5.79 0.00 2.84 0.82 0.07 90.47 04:56:17 04:42:01 4 6.89 0.00 2.37 0.67 0.07 90.00 04:56:17 04:42:01 5 6.69 0.00 3.25 5.28 0.08 84.69 04:56:17 04:42:01 6 7.34 0.00 3.48 2.91 0.07 86.20 04:56:17 04:42:01 7 8.29 0.00 3.04 0.69 0.07 87.92 04:56:17 04:43:01 all 26.58 0.00 6.30 3.53 0.07 63.52 04:56:17 04:43:01 0 26.90 0.00 5.75 0.96 0.07 66.32 04:56:17 04:43:01 1 26.48 0.00 6.88 2.34 0.07 64.24 04:56:17 04:43:01 2 25.39 0.00 5.66 0.88 0.08 67.99 04:56:17 04:43:01 3 26.78 0.00 6.39 1.03 0.07 65.73 04:56:17 04:43:01 4 26.44 0.00 5.53 3.10 0.07 64.86 04:56:17 04:43:01 5 26.55 0.00 7.60 18.45 0.08 47.31 04:56:17 04:43:01 6 27.42 0.00 5.88 0.44 0.05 66.21 04:56:17 04:43:01 7 26.68 0.00 6.70 1.08 0.07 65.47 04:56:17 04:44:01 all 38.88 0.00 6.16 1.98 0.08 52.90 04:56:17 04:44:01 0 38.26 0.00 5.73 0.15 0.08 55.78 04:56:17 04:44:01 1 38.90 0.00 6.89 3.18 0.08 50.95 04:56:17 04:44:01 2 37.19 0.00 5.51 0.10 0.07 57.13 04:56:17 04:44:01 3 38.54 0.00 6.23 0.55 0.08 54.59 04:56:17 04:44:01 4 40.88 0.00 7.31 7.81 0.08 43.92 04:56:17 04:44:01 5 37.49 0.00 5.80 0.07 0.07 56.57 04:56:17 04:44:01 6 38.93 0.00 5.77 3.97 0.08 51.25 04:56:17 04:44:01 7 40.85 0.00 6.03 0.05 0.07 53.01 04:56:17 04:45:01 all 1.26 0.00 0.27 0.11 0.02 98.34 04:56:17 04:45:01 0 0.28 0.00 0.30 0.00 0.02 99.40 04:56:17 04:45:01 1 2.01 0.00 0.23 0.00 0.02 97.74 04:56:17 04:45:01 2 1.87 0.00 0.27 0.00 0.02 97.85 04:56:17 04:45:01 3 2.20 0.00 0.25 0.05 0.02 97.48 04:56:17 04:45:01 4 0.47 0.00 0.30 0.82 0.02 98.40 04:56:17 04:45:01 5 1.85 0.00 0.32 0.02 0.02 97.80 04:56:17 04:45:01 6 0.60 0.00 0.35 0.00 0.03 99.02 04:56:17 04:45:01 7 0.75 0.00 0.17 0.00 0.02 99.07 04:56:17 04:46:01 all 3.01 0.00 1.18 0.33 0.02 95.46 04:56:17 04:46:01 0 2.88 0.00 1.16 0.34 0.02 95.61 04:56:17 04:46:01 1 3.58 0.00 1.22 0.50 0.02 94.67 04:56:17 04:46:01 2 3.36 0.00 1.35 0.08 0.02 95.18 04:56:17 04:46:01 3 2.28 0.00 0.94 0.25 0.02 96.51 04:56:17 04:46:01 4 3.44 0.00 1.20 1.39 0.02 93.95 04:56:17 04:46:01 5 2.42 0.00 0.89 0.03 0.00 96.66 04:56:17 04:46:01 6 2.84 0.00 1.10 0.02 0.03 96.00 04:56:17 04:46:01 7 3.27 0.00 1.56 0.03 0.02 95.12 04:56:17 04:47:01 all 0.31 0.00 0.24 0.43 0.01 99.01 04:56:17 04:47:01 0 0.17 0.00 0.13 0.00 0.02 99.68 04:56:17 04:47:01 1 0.33 0.00 0.17 0.00 0.00 99.50 04:56:17 04:47:01 2 0.32 0.00 0.18 0.02 0.02 99.47 04:56:17 04:47:01 3 0.30 0.00 0.13 0.02 0.03 99.52 04:56:17 04:47:01 4 0.25 0.00 0.68 3.07 0.02 95.98 04:56:17 04:47:01 5 0.30 0.00 0.23 0.32 0.02 99.13 04:56:17 04:47:01 6 0.55 0.00 0.13 0.00 0.00 99.32 04:56:17 04:47:01 7 0.25 0.00 0.25 0.00 0.02 99.48 04:56:17 04:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:56:17 04:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:56:17 04:48:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:56:17 04:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:56:17 04:48:01 3 0.00 0.00 0.02 0.02 0.02 99.95 04:56:17 04:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:48:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:56:17 04:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:56:17 04:49:01 all 0.03 0.00 0.02 0.00 0.01 99.95 04:56:17 04:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:56:17 04:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:56:17 04:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:56:17 04:49:01 3 0.05 0.00 0.02 0.02 0.02 99.90 04:56:17 04:49:01 4 0.03 0.00 0.02 0.02 0.00 99.93 04:56:17 04:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:56:17 04:49:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:56:17 04:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:56:17 04:50:01 all 0.20 0.00 0.01 0.00 0.01 99.78 04:56:17 04:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:56:17 04:50:01 1 0.33 0.00 0.00 0.00 0.00 99.67 04:56:17 04:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:56:17 04:50:01 3 0.00 0.00 0.03 0.00 0.03 99.93 04:56:17 04:50:01 4 0.00 0.00 0.00 0.03 0.02 99.95 04:56:17 04:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:56:17 04:50:01 7 1.21 0.00 0.03 0.00 0.00 98.76 04:56:17 04:51:01 all 0.28 0.00 0.01 0.00 0.01 99.70 04:56:17 04:51:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:56:17 04:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:56:17 04:51:01 2 0.05 0.00 0.02 0.00 0.02 99.92 04:56:17 04:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:56:17 04:51:01 4 0.02 0.00 0.00 0.03 0.00 99.95 04:56:17 04:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:56:17 04:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:56:17 04:51:01 7 1.99 0.00 0.00 0.00 0.02 98.00 04:56:17 04:52:01 all 0.26 0.00 0.01 0.00 0.00 99.72 04:56:17 04:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:56:17 04:52:01 1 0.05 0.00 0.00 0.00 0.00 99.95 04:56:17 04:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:56:17 04:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:56:17 04:52:01 4 0.00 0.00 0.02 0.02 0.02 99.95 04:56:17 04:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:56:17 04:52:01 7 1.97 0.00 0.00 0.00 0.00 98.03 04:56:17 04:56:17 04:52:01 CPU %user %nice %system %iowait %steal %idle 04:56:17 04:53:01 all 0.28 0.00 0.00 0.00 0.01 99.70 04:56:17 04:53:01 0 0.05 0.00 0.00 0.00 0.02 99.93 04:56:17 04:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:56:17 04:53:01 2 0.07 0.00 0.02 0.00 0.02 99.90 04:56:17 04:53:01 3 0.03 0.00 0.00 0.02 0.02 99.93 04:56:17 04:53:01 4 0.03 0.00 0.00 0.02 0.00 99.95 04:56:17 04:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:56:17 04:53:01 7 1.99 0.00 0.00 0.00 0.02 98.00 04:56:17 04:54:01 all 0.17 0.00 0.02 0.00 0.01 99.80 04:56:17 04:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:56:17 04:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:56:17 04:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:56:17 04:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:56:17 04:54:01 4 0.03 0.00 0.00 0.02 0.00 99.95 04:56:17 04:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:56:17 04:54:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:56:17 04:54:01 7 1.14 0.00 0.13 0.00 0.02 98.71 04:56:17 04:55:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:56:17 04:55:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:56:17 04:55:01 1 0.00 0.00 0.03 0.00 0.00 99.97 04:56:17 04:55:01 2 0.05 0.00 0.03 0.00 0.03 99.88 04:56:17 04:55:01 3 0.00 0.00 0.00 0.02 0.02 99.97 04:56:17 04:55:01 4 0.03 0.00 0.02 0.03 0.00 99.92 04:56:17 04:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:56:17 04:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:56:17 04:55:01 7 0.07 0.00 0.00 0.00 0.02 99.92 04:56:17 04:56:01 all 8.91 0.00 3.88 1.97 0.06 85.18 04:56:17 04:56:01 0 8.70 0.00 4.28 0.03 0.07 86.91 04:56:17 04:56:01 1 10.63 0.00 2.75 0.35 0.07 86.21 04:56:17 04:56:01 2 7.89 0.00 4.41 0.34 0.05 87.31 04:56:17 04:56:01 3 9.24 0.00 3.55 0.88 0.05 86.29 04:56:17 04:56:01 4 9.11 0.00 4.15 1.47 0.05 85.22 04:56:17 04:56:01 5 9.25 0.00 3.90 0.44 0.07 86.35 04:56:17 04:56:01 6 8.17 0.00 3.17 1.60 0.05 87.00 04:56:17 04:56:01 7 8.31 0.00 4.84 10.72 0.07 76.06 04:56:17 Average: all 5.82 0.00 1.39 0.69 0.03 92.07 04:56:17 Average: 0 5.81 0.00 1.33 0.36 0.03 92.47 04:56:17 Average: 1 5.93 0.00 1.42 0.48 0.02 92.14 04:56:17 Average: 2 5.71 0.00 1.33 0.15 0.03 92.78 04:56:17 Average: 3 5.65 0.00 1.35 0.24 0.03 92.72 04:56:17 Average: 4 5.80 0.00 1.43 1.23 0.02 91.52 04:56:17 Average: 5 5.60 0.00 1.46 1.62 0.02 91.29 04:56:17 Average: 6 5.69 0.00 1.33 0.59 0.02 92.37 04:56:17 Average: 7 6.40 0.00 1.50 0.83 0.03 91.25 04:56:17 04:56:17 04:56:17