Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1187227a68e55282673091a484dc512a33d4176d 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-ssh16205513483427846014.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh10157760076942648307.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh12817334126033874314.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh10099414176802410698.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-ssh6653891922475434709.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-24157 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/edgexfoundry_device-snmp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1187227a68e55282673091a484dc512a33d4176d (main) > 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 1187227a68e55282673091a484dc512a33d4176d # timeout=10 Commit message: "Merge pull request #351 from weichou1229/v4-module" > git rev-list --no-walk e9e33d8369b4f0b43ca39bb5c48aadaf99a043a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:15:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:15:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:15:47 ========================================================= 13:15:47 EdgeX Global Pipelines Version Info 13:15:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:15:48 ------------------- 13:15:48 stable info: 13:15:48 ------------------- 13:15:48 Commited By: Ginny Guan ginny@iotechsys.com 13:15:48 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 13:15:48 Message: update stable to v1.0.265 13:15:48 ------------------- 13:15:48 experimental info: 13:15:48 ------------------- 13:15:48 Commited By: Cherry Wang cherry@iotechsys.com 13:15:48 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:15:48 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:15:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1187227 [Pipeline] echo 13:15:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:15:49 provisioning config files... 13:15:49 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3340177617943429111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:15:49 ---> ****-login.sh 13:15:49 nexus3.edgexfoundry.org:10001 13:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:15:49 Configure a credential helper to remove this warning. See 13:15:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:15:49 13:15:49 Login Succeeded 13:15:49 nexus3.edgexfoundry.org:10002 13:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:15:50 Configure a credential helper to remove this warning. See 13:15:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:15:50 13:15:50 Login Succeeded 13:15:50 nexus3.edgexfoundry.org:10003 13:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:15:50 Configure a credential helper to remove this warning. See 13:15:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:15:50 13:15:50 Login Succeeded 13:15:50 nexus3.edgexfoundry.org:10004 13:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:15:50 Configure a credential helper to remove this warning. See 13:15:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:15:50 13:15:50 Login Succeeded 13:15:50 ****.io 13:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:15:50 Configure a credential helper to remove this warning. See 13:15:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:15:50 13:15:50 Login Succeeded 13:15:50 ---> ****-login.sh ends [Pipeline] } 13:15:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:15:50 + git rev-list -1 --merges 1187227a68e55282673091a484dc512a33d4176d~1..1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo 13:15:50 -----------> git rev-list -1 --merges 1187227a68e55282673091a484dc512a33d4176d~1..1187227a68e55282673091a484dc512a33d4176d 1187227a68e55282673091a484dc512a33d4176d 13:15:50 1187227a68e55282673091a484dc512a33d4176d [false] [Pipeline] sh 13:15:51 + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo 13:15:51 ========================================================= 13:15:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:15:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:15:51 + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo 13:15:51 [semverPrep] GIT_COMMIT: 1187227a68e55282673091a484dc512a33d4176d, Commit Message: Merge pull request #351 from weichou1229/v4-module [Pipeline] echo 13:15:51 [semverPrep] This is not a build commit. [Pipeline] sh 13:15:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:15:52 + grep -v github /etc/ssh/ssh_known_hosts 13:15:52 + [ -e /tmp/ssh_known_hosts ] 13:15:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:15:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:15:52 + sudo tee -a /etc/ssh/ssh_known_hosts 13:15:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:15:52 13:15:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:15:52 0.1.4: Pulling from edgex-devops/py-git-semver 13:15:52 b85a868b505f: Pulling fs layer 13:15:52 e2be974225ed: Pulling fs layer 13:15:52 339a4e72a1f5: Pulling fs layer 13:15:52 988bab9f4d93: Pulling fs layer 13:15:52 1469e6f7b9e6: Pulling fs layer 13:15:52 eaf3925da568: Pulling fs layer 13:15:52 bab4dde63d76: Pulling fs layer 13:15:52 bde34c3a00c8: Pulling fs layer 13:15:52 b352a97aabf1: Pulling fs layer 13:15:52 4872d77fe225: Pulling fs layer 13:15:52 5851b861e8e6: Pulling fs layer 13:15:52 988bab9f4d93: Waiting 13:15:52 1469e6f7b9e6: Waiting 13:15:52 eaf3925da568: Waiting 13:15:52 bab4dde63d76: Waiting 13:15:52 bde34c3a00c8: Waiting 13:15:52 b352a97aabf1: Waiting 13:15:52 4872d77fe225: Waiting 13:15:52 5851b861e8e6: Waiting 13:15:52 e2be974225ed: Verifying Checksum 13:15:52 e2be974225ed: Download complete 13:15:52 988bab9f4d93: Download complete 13:15:52 1469e6f7b9e6: Verifying Checksum 13:15:52 1469e6f7b9e6: Download complete 13:15:52 eaf3925da568: Download complete 13:15:52 339a4e72a1f5: Verifying Checksum 13:15:52 339a4e72a1f5: Download complete 13:15:52 bde34c3a00c8: Verifying Checksum 13:15:52 bde34c3a00c8: Download complete 13:15:52 b352a97aabf1: Download complete 13:15:52 4872d77fe225: Verifying Checksum 13:15:52 4872d77fe225: Download complete 13:15:52 5851b861e8e6: Verifying Checksum 13:15:52 5851b861e8e6: Download complete 13:15:52 b85a868b505f: Download complete 13:15:53 bab4dde63d76: Verifying Checksum 13:15:53 bab4dde63d76: Download complete 13:15:54 b85a868b505f: Pull complete 13:15:54 e2be974225ed: Pull complete 13:15:54 339a4e72a1f5: Pull complete 13:15:54 988bab9f4d93: Pull complete 13:15:55 1469e6f7b9e6: Pull complete 13:15:55 eaf3925da568: Pull complete 13:15:56 bab4dde63d76: Pull complete 13:15:56 bde34c3a00c8: Pull complete 13:15:56 b352a97aabf1: Pull complete 13:15:56 4872d77fe225: Pull complete 13:15:56 5851b861e8e6: Pull complete 13:15:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:15:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:15:57 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:15:57 $ 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 13:16:00 $ docker top 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca -eo pid,comm 13:16:00 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). 13:16:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:16:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:16:00 [ssh-agent] Looking for ssh-agent implementation... 13:16:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:16:00 $ docker exec 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent 13:16:01 SSH_AUTH_SOCK=/tmp/ssh-dr4FkmzW4xeZ/agent.32 13:16:01 SSH_AGENT_PID=38 13:16:01 Running ssh-add (command line suppressed) 13:16:01 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4416010986279650819.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4416010986279650819.key) 13:16:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:16:01 + git tag --points-at HEAD [Pipeline] } 13:16:01 $ docker exec --env ******** --env ******** 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent -k 13:16:01 unset SSH_AUTH_SOCK; 13:16:01 unset SSH_AGENT_PID; 13:16:01 echo Agent pid 38 killed; 13:16:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:16:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:16:01 [ssh-agent] Looking for ssh-agent implementation... 13:16:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:16:01 $ docker exec 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent 13:16:01 SSH_AUTH_SOCK=/tmp/ssh-CE0HMKcPyTRx/agent.71 13:16:01 SSH_AGENT_PID=77 13:16:01 Running ssh-add (command line suppressed) 13:16:01 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1999147328891722539.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1999147328891722539.key) 13:16:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:16:02 + git semver init 13:16:02 2024-10-30 13:16:02,431 [run_init] DEBUG init version:0.0.0 force:False 13:16:02 2024-10-30 13:16:02,432 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 13:16:02 2024-10-30 13:16:02,432 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver 13:16:02 2024-10-30 13:16:02,433 [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) 13:16:03 2024-10-30 13:16:03,700 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 13:16:03 2024-10-30 13:16:03,700 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False 13:16:03 2024-10-30 13:16:03,701 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:16:03 2024-10-30 13:16:03,701 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:16:03 4.0.0-dev.1 [Pipeline] } 13:16:03 $ docker exec --env ******** --env ******** 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent -k 13:16:04 unset SSH_AUTH_SOCK; 13:16:04 unset SSH_AGENT_PID; 13:16:04 echo Agent pid 77 killed; 13:16:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:16:04 + git semver [Pipeline] } 13:16:04 $ docker stop --time=1 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca 13:16:05 $ docker rm -f --volumes 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca [Pipeline] // withDockerContainer [Pipeline] sh 13:16:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:16:06 Stashed 1 file(s) [Pipeline] echo 13:16:06 [edgeXSemver]: initialized semver on version 4.0.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 13:16:06 provisioning config files... 13:16:06 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5965765785283490771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:16:06 ---> ****-login.sh 13:16:06 nexus3.edgexfoundry.org:10001 13:16:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:16:06 Configure a credential helper to remove this warning. See 13:16:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:16:06 13:16:06 Login Succeeded 13:16:06 nexus3.edgexfoundry.org:10002 13:16:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:16:06 Configure a credential helper to remove this warning. See 13:16:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:16:06 13:16:06 Login Succeeded 13:16:06 nexus3.edgexfoundry.org:10003 13:16:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:16:07 Configure a credential helper to remove this warning. See 13:16:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:16:07 13:16:07 Login Succeeded 13:16:07 nexus3.edgexfoundry.org:10004 13:16:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:16:07 Configure a credential helper to remove this warning. See 13:16:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:16:07 13:16:07 Login Succeeded 13:16:07 ****.io 13:16:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:16:07 Configure a credential helper to remove this warning. See 13:16:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:16:07 13:16:07 Login Succeeded 13:16:07 ---> ****-login.sh ends [Pipeline] } 13:16:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:16:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:16:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:16:07 ========================================================= 13:16:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 13:16:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:07 + 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 . 13:16:07 Sending build context to Docker daemon 20.16MB 13:16:07 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 13:16:07 Step 2/12 : FROM ${BASE} AS builder 13:16:07 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 13:16:07 43c4264eed91: Pulling fs layer 13:16:07 4cc291be95ef: Pulling fs layer 13:16:07 2ac1f1163629: Pulling fs layer 13:16:07 5c3c966382ef: Pulling fs layer 13:16:07 4f4fb700ef54: Pulling fs layer 13:16:07 5d5c8e513c77: Pulling fs layer 13:16:07 9f66e0745190: Pulling fs layer 13:16:07 f49a43e4bbc0: Pulling fs layer 13:16:07 561ebcabdf7f: Pulling fs layer 13:16:07 5d5c8e513c77: Waiting 13:16:07 f49a43e4bbc0: Waiting 13:16:07 9f66e0745190: Waiting 13:16:07 561ebcabdf7f: Waiting 13:16:07 5c3c966382ef: Waiting 13:16:07 4f4fb700ef54: Waiting 13:16:07 4cc291be95ef: Download complete 13:16:08 5c3c966382ef: Download complete 13:16:08 4f4fb700ef54: Verifying Checksum 13:16:08 4f4fb700ef54: Download complete 13:16:08 5d5c8e513c77: Verifying Checksum 13:16:08 5d5c8e513c77: Download complete 13:16:08 43c4264eed91: Verifying Checksum 13:16:08 9f66e0745190: Verifying Checksum 13:16:08 9f66e0745190: Download complete 13:16:08 43c4264eed91: Pull complete 13:16:08 561ebcabdf7f: Download complete 13:16:08 4cc291be95ef: Pull complete 13:16:08 2ac1f1163629: Verifying Checksum 13:16:08 2ac1f1163629: Download complete 13:16:09 f49a43e4bbc0: Verifying Checksum 13:16:09 f49a43e4bbc0: Download complete 13:16:11 2ac1f1163629: Pull complete 13:16:11 5c3c966382ef: Pull complete 13:16:11 4f4fb700ef54: Pull complete 13:16:11 5d5c8e513c77: Pull complete 13:16:11 9f66e0745190: Pull complete 13:16:13 f49a43e4bbc0: Pull complete 13:16:14 561ebcabdf7f: Pull complete 13:16:14 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 13:16:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:16:14 ---> 3a752c3f9dda 13:16:14 Step 3/12 : ARG ADD_BUILD_TAGS="" 13:16:19 ---> Running in 04187668a1a3 13:16:19 Removing intermediate container 04187668a1a3 13:16:19 ---> 16645e61647c 13:16:19 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:16:19 ---> Running in 4b28f8458308 13:16:19 Removing intermediate container 4b28f8458308 13:16:19 ---> d4812d04c558 13:16:19 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:16:19 ---> Running in e1b395f0e41d 13:16:19 Removing intermediate container e1b395f0e41d 13:16:19 ---> 8c75dd9eee89 13:16:19 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 13:16:19 ---> Running in fb72d925c060 13:16:19 Removing intermediate container fb72d925c060 13:16:19 ---> 4aba9ff1e80e 13:16:19 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:16:19 ---> Running in 086523665aa2 13:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:16:20 (1/4) Installing openssh-keygen (9.7_p1-r4) 13:16:20 (2/4) Installing libedit (20240517.3.1-r0) 13:16:20 (3/4) Installing openssh-client-common (9.7_p1-r4) 13:16:20 (4/4) Installing openssh-client-default (9.7_p1-r4) 13:16:20 Executing busybox-1.36.1-r29.trigger 13:16:20 OK: 250 MiB in 58 packages 13:16:20 Removing intermediate container 086523665aa2 13:16:20 ---> 63159cde1b3e 13:16:20 Step 8/12 : WORKDIR /device-snmp-go 13:16:20 ---> Running in cb893e71be59 13:16:20 Removing intermediate container cb893e71be59 13:16:20 ---> 229b735050b0 13:16:20 Step 9/12 : COPY go.mod vendor* ./ 13:16:20 ---> 0b76c924c07a 13:16:20 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:16:20 ---> Running in 6f727a9cb873 13:16:21 Still waiting to schedule task 13:16:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:17:28 Removing intermediate container 6f727a9cb873 13:17:28 ---> f6738ed7bcf2 13:17:28 Step 11/12 : COPY . . 13:17:28 ---> c5c457646e5a 13:17:28 Step 12/12 : RUN ${MAKE} 13:17:28 ---> Running in 3eceaf1262ba 13:17:28 noop 13:17:28 Removing intermediate container 3eceaf1262ba 13:17:28 ---> b7b137ef9e64 13:17:28 Successfully built b7b137ef9e64 13:17:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:17:28 + docker inspect -f . ci-base-image-x86_64 13:17:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:17:28 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:17:29 $ 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 13:17:29 $ docker top c5e2727f94011c172a63cfb9a1eda4a9311ff905051d863707bc67c930d53be3 -eo pid,comm [Pipeline] { [Pipeline] sh 13:17:29 + go version 13:17:29 go version go1.23.2 linux/amd64 [Pipeline] } 13:17:29 $ docker stop --time=1 c5e2727f94011c172a63cfb9a1eda4a9311ff905051d863707bc67c930d53be3 13:17:30 $ docker rm -f --volumes c5e2727f94011c172a63cfb9a1eda4a9311ff905051d863707bc67c930d53be3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:17:31 + docker inspect -f . ci-base-image-x86_64 13:17:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:17:31 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:17:31 $ 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 13:17:31 $ docker top 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 -eo pid,comm [Pipeline] { [Pipeline] sh 13:17:32 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh 13:17:32 + make test 13:17:32 go test ./... -coverprofile=coverage.out 13:17:33 ? github.com/edgexfoundry/device-snmp-go [no test files] 13:17:52 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 13:17:52 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements 13:17:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24159 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 13:17:53 Running in /w/workspace/device-snmp-go/111 [Pipeline] { [Pipeline] checkout 13:17:56 Selected Git installation does not exist. Using Default 13:17:56 The recommended git tool is: NONE 13:18:00 using credential edgex-jenkins-ssh 13:18:00 Cloning the remote Git repository 13:18:00 go vet ./... 13:18:00 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 13:18:00 > git init /w/workspace/device-snmp-go/111 # timeout=10 13:18:00 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 13:18:00 > git --version # timeout=10 13:18:00 > git --version # 'git version 2.25.1' 13:18:00 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:03 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 13:18:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:03 Avoid second fetch 13:18:03 Checking out Revision 1187227a68e55282673091a484dc512a33d4176d (main) 13:18:04 Commit message: "Merge pull request #351 from weichou1229/v4-module" 13:18:03 > git config core.sparsecheckout # timeout=10 13:18:03 > git checkout -f 1187227a68e55282673091a484dc512a33d4176d # timeout=10 13:18:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:18:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:18:04 ./bin/test-attribution-txt.sh [Pipeline] echo 13:18:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:18:04 $ docker stop --time=1 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 13:18:09 $ docker rm -f --volumes 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:18:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:18:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 13:18:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 13:18:10 Dload Upload Total Spent Left Speed 13:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 96451 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh [Pipeline] sh 13:18:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:18:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:18:10 + ls -al . 13:18:10 total 248 13:18:10 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:17 . 13:18:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 13:15 .. 13:18:10 -rw-rw-r-- 1 jenkins jenkins 6 Oct 30 13:15 .dockerignore 13:18:10 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:17 .git 13:18:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 .github 13:18:10 -rw-rw-r-- 1 jenkins jenkins 263 Oct 30 13:15 .gitignore 13:18:10 -rw-rw-r-- 1 jenkins jenkins 199 Oct 30 13:15 .golangci.yml 13:18:10 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 13:16 .semver 13:18:10 -rw-rw-r-- 1 jenkins jenkins 18843 Oct 30 13:15 Attribution.txt 13:18:10 -rw-rw-r-- 1 jenkins jenkins 11809 Oct 30 13:15 CHANGELOG.md 13:18:10 -rw-rw-r-- 1 jenkins jenkins 1571 Oct 30 13:15 Dockerfile 13:18:10 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 13:15 GOVERNANCE.md 13:18:10 -rw-rw-r-- 1 jenkins jenkins 656 Oct 30 13:15 Jenkinsfile 13:18:10 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 13:15 LICENSE 13:18:10 -rw-rw-r-- 1 jenkins jenkins 2240 Oct 30 13:15 Makefile 13:18:10 -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 13:15 OWNERS.md 13:18:10 -rw-rw-r-- 1 jenkins jenkins 10477 Oct 30 13:15 README.md 13:18:10 -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 13:16 VERSION 13:18:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 13:15 bin 13:18:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 cmd 13:18:10 -rw-r--r-- 1 jenkins jenkins 8903 Oct 30 13:17 coverage.out 13:18:10 -rw-rw-r-- 1 jenkins jenkins 6962 Oct 30 13:15 go.mod 13:18:10 -rw-rw-r-- 1 jenkins jenkins 100575 Oct 30 13:15 go.sum 13:18:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 internal 13:18:10 -rw-rw-r-- 1 jenkins jenkins 228 Oct 30 13:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:18:11 + sudo tee /etc/docker/daemon.new 13:18:11 { 13:18:11 "registry-mirrors": [ 13:18:11 "https://nexus3.edgexfoundry.org:10001" 13:18:11 ], 13:18:11 "bip": "10.250.0.254/24", 13:18:11 "hosts": [ 13:18:11 "tcp://0.0.0.0:5555", 13:18:11 "unix:///var/run/docker.sock" 13:18:11 ], 13:18:11 "mtu": 1458, 13:18:11 "selinux-enabled": true, 13:18:11 "seccomp-profile": "/etc/docker/seccomp.json" 13:18:11 } [Pipeline] sh 13:18:11 + 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=1187227a68e55282673091a484dc512a33d4176d --label arch=amd64 --label version=4.0.0-dev.1 . 13:18:11 Sending build context to Docker daemon 20.17MB 13:18:11 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 13:18:11 Step 2/25 : FROM ${BASE} AS builder 13:18:11 ---> b7b137ef9e64 13:18:11 Step 3/25 : ARG ADD_BUILD_TAGS="" 13:18:11 ---> Running in 00a4e08a6e92 13:18:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:18:11 Removing intermediate container 00a4e08a6e92 13:18:11 ---> 64c5a85127eb 13:18:11 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:18:11 ---> Running in 8ed5fb6cfbc1 13:18:11 Removing intermediate container 8ed5fb6cfbc1 13:18:11 ---> 727d2a063090 13:18:11 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:18:11 ---> Running in fb4b397edf4a 13:18:11 Removing intermediate container fb4b397edf4a 13:18:11 ---> 24d3cfef5397 13:18:11 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 13:18:11 ---> Running in 4f12c54bd2d0 13:18:11 + sudo service docker restart 13:18:11 Removing intermediate container 4f12c54bd2d0 13:18:11 ---> aa7d8506b1cf 13:18:11 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:18:11 ---> Running in 41247cae8c64 13:18:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:18:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:18:12 OK: 250 MiB in 58 packages 13:18:13 Removing intermediate container 41247cae8c64 13:18:13 ---> 184deca6ef1a 13:18:13 Step 8/25 : WORKDIR /device-snmp-go 13:18:13 ---> Running in 90508f02ad3d 13:18:13 Removing intermediate container 90508f02ad3d 13:18:13 ---> 94cf0e965a33 13:18:13 Step 9/25 : COPY go.mod vendor* ./ 13:18:13 ---> 7b12b08d700f 13:18:13 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:18:13 ---> Running in 3b98197e73c1 13:18:13 Removing intermediate container 3b98197e73c1 13:18:13 ---> 566c3de14f28 13:18:13 Step 11/25 : COPY . . 13:18:14 ---> 36dd900cb96d 13:18:14 Step 12/25 : RUN ${MAKE} 13:18:14 ---> Running in 0222d0c23504 13:18:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:18:30 provisioning config files... 13:18:30 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/111@tmp/config9639486365027353524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:30 ---> ****-login.sh 13:18:30 nexus3.edgexfoundry.org:10001 13:18:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:31 Configure a credential helper to remove this warning. See 13:18:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:31 13:18:31 Login Succeeded 13:18:31 nexus3.edgexfoundry.org:10002 13:18:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:31 Configure a credential helper to remove this warning. See 13:18:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:31 13:18:31 Login Succeeded 13:18:31 nexus3.edgexfoundry.org:10003 13:18:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:31 Configure a credential helper to remove this warning. See 13:18:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:31 13:18:31 Login Succeeded 13:18:31 nexus3.edgexfoundry.org:10004 13:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:32 Configure a credential helper to remove this warning. See 13:18:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:32 13:18:32 Login Succeeded 13:18:32 ****.io 13:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:32 Configure a credential helper to remove this warning. See 13:18:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:32 13:18:32 Login Succeeded 13:18:32 ---> ****-login.sh ends [Pipeline] } 13:18:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:18:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:18:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:18:33 ========================================================= 13:18:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 13:18:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:33 + 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 . 13:18:33 Sending build context to Docker daemon 10.17MB 13:18:33 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 13:18:33 Step 2/12 : FROM ${BASE} AS builder 13:18:34 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:18:34 cf04c63912e1: Pulling fs layer 13:18:34 55b35a11ae5e: Pulling fs layer 13:18:34 a37a00ec5f00: Pulling fs layer 13:18:34 50b3750afda1: Pulling fs layer 13:18:34 4f4fb700ef54: Pulling fs layer 13:18:34 80978eb59214: Pulling fs layer 13:18:34 c9f46d7d2bd2: Pulling fs layer 13:18:34 c5a475d317c9: Pulling fs layer 13:18:34 80978eb59214: Waiting 13:18:34 c9f46d7d2bd2: Waiting 13:18:34 50b3750afda1: Waiting 13:18:34 4f4fb700ef54: Waiting 13:18:34 c5a475d317c9: Waiting 13:18:34 55b35a11ae5e: Verifying Checksum 13:18:34 55b35a11ae5e: Download complete 13:18:34 50b3750afda1: Verifying Checksum 13:18:34 50b3750afda1: Download complete 13:18:34 4f4fb700ef54: Verifying Checksum 13:18:34 4f4fb700ef54: Download complete 13:18:34 80978eb59214: Verifying Checksum 13:18:34 80978eb59214: Download complete 13:18:34 cf04c63912e1: Download complete 13:18:34 c5a475d317c9: Verifying Checksum 13:18:34 c5a475d317c9: Download complete 13:18:35 cf04c63912e1: Pull complete 13:18:35 55b35a11ae5e: Pull complete 13:18:36 a37a00ec5f00: Download complete 13:18:37 c9f46d7d2bd2: Verifying Checksum 13:18:37 c9f46d7d2bd2: Download complete 13:18:46 Removing intermediate container 0222d0c23504 13:18:46 ---> 7511d50fce4e 13:18:46 Step 13/25 : FROM alpine:3.20 13:18:46 3.20: Pulling from library/alpine 13:18:46 43c4264eed91: Already exists 13:18:46 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 13:18:46 Status: Downloaded newer image for alpine:3.20 13:18:46 ---> 91ef0af61f39 13:18:46 Step 14/25 : RUN apk add --update --no-cache dumb-init 13:18:46 ---> Running in 89bc5829f084 13:18:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:18:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:18:47 (1/1) Installing dumb-init (1.2.5-r3) 13:18:47 Executing busybox-1.36.1-r29.trigger 13:18:47 OK: 8 MiB in 15 packages 13:18:47 Removing intermediate container 89bc5829f084 13:18:47 ---> 3970b9e62d49 13:18:47 Step 15/25 : RUN apk --no-cache upgrade 13:18:47 ---> Running in a5e13995a050 13:18:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:18:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:18:48 Upgrading critical system libraries and apk-tools: 13:18:48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 13:18:48 Executing busybox-1.36.1-r29.trigger 13:18:48 Continuing the upgrade transaction with new apk-tools: 13:18:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:18:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:18:48 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 13:18:48 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 13:18:48 OK: 8 MiB in 15 packages 13:18:49 Removing intermediate container a5e13995a050 13:18:49 ---> b5808d6bdda2 13:18:49 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 13:18:49 a37a00ec5f00: Pull complete 13:18:49 50b3750afda1: Pull complete 13:18:49 4f4fb700ef54: Pull complete 13:18:49 80978eb59214: Pull complete 13:18:50 ---> 6d490548f023 13:18:50 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 13:18:50 ---> 964e3e7f692a 13:18:50 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 13:18:50 ---> 11e2dc3ed2f5 13:18:50 Step 19/25 : EXPOSE 59993 13:18:50 ---> Running in 61eef2b0335a 13:18:50 Removing intermediate container 61eef2b0335a 13:18:50 ---> e6ad3f534523 13:18:50 Step 20/25 : EXPOSE 161 13:18:50 ---> Running in 1408cc3cd780 13:18:51 Removing intermediate container 1408cc3cd780 13:18:51 ---> 3553e7bae917 13:18:51 Step 21/25 : ENTRYPOINT ["/device-snmp"] 13:18:51 ---> Running in f0d99e88eb3f 13:18:51 Removing intermediate container f0d99e88eb3f 13:18:51 ---> 5630d4fddf9e 13:18:51 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 13:18:51 ---> Running in a202b7ad07c9 13:18:51 Removing intermediate container a202b7ad07c9 13:18:51 ---> 61fbc0a22b78 13:18:51 Step 23/25 : LABEL arch=amd64 13:18:51 ---> Running in 439a31f503d9 13:18:51 Removing intermediate container 439a31f503d9 13:18:51 ---> 4608642cba15 13:18:51 Step 24/25 : LABEL git_sha=1187227a68e55282673091a484dc512a33d4176d 13:18:51 ---> Running in 1d6088c6ae57 13:18:51 Removing intermediate container 1d6088c6ae57 13:18:51 ---> 766d1cd3ed30 13:18:51 Step 25/25 : LABEL version=4.0.0-dev.1 13:18:51 ---> Running in 4d684d162b35 13:18:51 Removing intermediate container 4d684d162b35 13:18:51 ---> 997943943ec0 13:18:51 [Warning] One or more build-args [ARCH] were not consumed 13:18:51 Successfully built 997943943ec0 13:18:51 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:18:51 provisioning config files... 13:18:51 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4820280680002895645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:51 ---> ****-login.sh 13:18:51 nexus3.edgexfoundry.org:10001 13:18:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:51 Configure a credential helper to remove this warning. See 13:18:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:51 13:18:51 Login Succeeded 13:18:51 nexus3.edgexfoundry.org:10002 13:18:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:51 Configure a credential helper to remove this warning. See 13:18:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:51 13:18:51 Login Succeeded 13:18:51 nexus3.edgexfoundry.org:10003 13:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:52 Configure a credential helper to remove this warning. See 13:18:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:52 13:18:52 Login Succeeded 13:18:52 nexus3.edgexfoundry.org:10004 13:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:52 Configure a credential helper to remove this warning. See 13:18:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:52 13:18:52 Login Succeeded 13:18:52 ****.io 13:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:52 Configure a credential helper to remove this warning. See 13:18:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:52 13:18:52 Login Succeeded 13:18:52 ---> ****-login.sh ends [Pipeline] } 13:18:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:18:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:18:52 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 13:18:52 1187227a68e55282673091a484dc512a33d4176d 13:18:52 latest 13:18:52 4.0.0-dev.1 13:18:52 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:18:52 main 13:18:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:52 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:53 + docker push nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d 13:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 13:18:53 06b56050dc0f: Preparing 13:18:53 bd4c8a30ec54: Preparing 13:18:53 5868d9dbfdc7: Preparing 13:18:53 8b79b4241c25: Preparing 13:18:53 a8300a48130a: Preparing 13:18:53 63ca1fbb43ae: Preparing 13:18:53 63ca1fbb43ae: Waiting 13:18:53 bd4c8a30ec54: Pushed 13:18:53 a8300a48130a: Pushed 13:18:53 06b56050dc0f: Pushed 13:18:53 63ca1fbb43ae: Layer already exists 13:18:53 8b79b4241c25: Pushed 13:18:57 5868d9dbfdc7: Pushed 13:18:57 1187227a68e55282673091a484dc512a33d4176d: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:58 c9f46d7d2bd2: Pull complete 13:18:58 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:58 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 13:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 13:18:58 06b56050dc0f: Preparing 13:18:58 bd4c8a30ec54: Preparing 13:18:58 5868d9dbfdc7: Preparing 13:18:58 8b79b4241c25: Preparing 13:18:58 a8300a48130a: Preparing 13:18:58 63ca1fbb43ae: Preparing 13:18:58 63ca1fbb43ae: Waiting 13:18:58 8b79b4241c25: Layer already exists 13:18:58 5868d9dbfdc7: Layer already exists 13:18:58 bd4c8a30ec54: Layer already exists 13:18:58 a8300a48130a: Layer already exists 13:18:58 06b56050dc0f: Layer already exists 13:18:58 63ca1fbb43ae: Layer already exists 13:18:58 latest: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:59 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 [Pipeline] } 13:18:59 c5a475d317c9: Pull complete 13:18:59 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 13:18:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 13:18:59 ---> be29e6b0f0d4 13:18:59 Step 3/12 : ARG ADD_BUILD_TAGS="" [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:59 + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 13:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 13:18:59 06b56050dc0f: Preparing 13:18:59 bd4c8a30ec54: Preparing 13:18:59 5868d9dbfdc7: Preparing 13:18:59 8b79b4241c25: Preparing 13:18:59 a8300a48130a: Preparing 13:18:59 63ca1fbb43ae: Preparing 13:18:59 63ca1fbb43ae: Waiting 13:18:59 06b56050dc0f: Layer already exists 13:18:59 a8300a48130a: Layer already exists 13:18:59 bd4c8a30ec54: Layer already exists 13:18:59 5868d9dbfdc7: Layer already exists 13:18:59 8b79b4241c25: Layer already exists 13:18:59 63ca1fbb43ae: Layer already exists 13:18:59 4.0.0-dev.1: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:59 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:00 + docker push nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 13:19:00 06b56050dc0f: Preparing 13:19:00 bd4c8a30ec54: Preparing 13:19:00 5868d9dbfdc7: Preparing 13:19:00 8b79b4241c25: Preparing 13:19:00 a8300a48130a: Preparing 13:19:00 63ca1fbb43ae: Preparing 13:19:00 63ca1fbb43ae: Waiting 13:19:00 06b56050dc0f: Layer already exists 13:19:00 8b79b4241c25: Layer already exists 13:19:00 a8300a48130a: Layer already exists 13:19:00 5868d9dbfdc7: Layer already exists 13:19:00 bd4c8a30ec54: Layer already exists 13:19:00 63ca1fbb43ae: Layer already exists 13:19:00 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:00 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:00 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 13:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 13:19:00 06b56050dc0f: Preparing 13:19:00 bd4c8a30ec54: Preparing 13:19:00 5868d9dbfdc7: Preparing 13:19:00 8b79b4241c25: Preparing 13:19:00 a8300a48130a: Preparing 13:19:00 63ca1fbb43ae: Preparing 13:19:00 63ca1fbb43ae: Waiting 13:19:00 bd4c8a30ec54: Layer already exists 13:19:00 a8300a48130a: Layer already exists 13:19:00 8b79b4241c25: Layer already exists 13:19:00 5868d9dbfdc7: Layer already exists 13:19:00 06b56050dc0f: Layer already exists 13:19:00 63ca1fbb43ae: Layer already exists 13:19:00 main: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:19:00 ===================================================== [Pipeline] echo 13:19:00 taggedImages: 13:19:00 - nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d 13:19:00 - nexus3.edgexfoundry.org:10004/device-snmp:latest 13:19:00 - nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 13:19:00 - nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:19:00 - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:19:01 13:19:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:19:01 latest: Pulling from edgex-lftools-log-publisher 13:19:01 5eb5b503b376: Pulling fs layer 13:19:01 5c69ac0246d0: Pulling fs layer 13:19:01 ec43610c2a17: Pulling fs layer 13:19:01 3a2ae6a8a46f: Pulling fs layer 13:19:01 33b1e0a273af: Pulling fs layer 13:19:01 5d3b04190fa2: Pulling fs layer 13:19:01 2f39f015ded8: Pulling fs layer 13:19:01 33b1e0a273af: Waiting 13:19:01 5d3b04190fa2: Waiting 13:19:01 2f39f015ded8: Waiting 13:19:01 3a2ae6a8a46f: Waiting 13:19:01 5c69ac0246d0: Verifying Checksum 13:19:01 5c69ac0246d0: Download complete 13:19:01 3a2ae6a8a46f: Download complete 13:19:01 ec43610c2a17: Verifying Checksum 13:19:01 ec43610c2a17: Download complete 13:19:01 33b1e0a273af: Verifying Checksum 13:19:01 33b1e0a273af: Download complete 13:19:01 5d3b04190fa2: Verifying Checksum 13:19:01 5d3b04190fa2: Download complete 13:19:01 ---> Running in d9ee73072e4f 13:19:01 Removing intermediate container d9ee73072e4f 13:19:01 ---> 58920a3be299 13:19:01 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:19:01 ---> Running in 36b316317584 13:19:01 5eb5b503b376: Verifying Checksum 13:19:01 5eb5b503b376: Download complete 13:19:01 Removing intermediate container 36b316317584 13:19:01 ---> 94fd9dbe1eb3 13:19:01 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:19:02 ---> Running in 748c1b9e4ff6 13:19:02 2f39f015ded8: Download complete 13:19:02 Removing intermediate container 748c1b9e4ff6 13:19:02 ---> 4dd1a0d4902d 13:19:02 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 13:19:02 ---> Running in 61429aa33722 13:19:02 5eb5b503b376: Pull complete 13:19:02 5c69ac0246d0: Pull complete 13:19:03 Removing intermediate container 61429aa33722 13:19:03 ---> 896d894d0ee5 13:19:03 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:19:03 ---> Running in c6d5645ea98a 13:19:03 ec43610c2a17: Pull complete 13:19:03 3a2ae6a8a46f: Pull complete 13:19:03 33b1e0a273af: Pull complete 13:19:03 5d3b04190fa2: Pull complete 13:19:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:19:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:19:06 (1/4) Installing openssh-keygen (9.7_p1-r4) 13:19:06 (2/4) Installing libedit (20240517.3.1-r0) 13:19:06 (3/4) Installing openssh-client-common (9.7_p1-r4) 13:19:06 (4/4) Installing openssh-client-default (9.7_p1-r4) 13:19:06 Executing busybox-1.36.1-r29.trigger 13:19:06 OK: 242 MiB in 58 packages 13:19:07 Removing intermediate container c6d5645ea98a 13:19:07 ---> b67dcf872038 13:19:07 Step 8/12 : WORKDIR /device-snmp-go 13:19:07 ---> Running in 6a016ce1c580 13:19:07 Removing intermediate container 6a016ce1c580 13:19:07 ---> 348b43940ce6 13:19:07 Step 9/12 : COPY go.mod vendor* ./ 13:19:07 2f39f015ded8: Pull complete 13:19:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:19:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:19:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:19:08 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:19:08 $ 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 13:19:08 ---> 78f76218f702 13:19:08 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:08 ---> Running in b3bab32f9e48 13:19:13 $ docker top 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:19:13 ---> job-cost.sh 13:19:13 lf-activate-venv: SKIPPING 13:19:13 INFO: No Stack... 13:19:14 INFO: Retrieving Pricing Info for: v3-standard-8 13:19:14 INFO: Archiving Costs [Pipeline] sh 13:19:14 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv 13:19:14 + cut -d, -f6 [Pipeline] lock 13:19:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] 13:19:14 Resource [jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] did not exist. Created. 13:19:14 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:19:15 + echo total: 0.2199999988079071 [Pipeline] stash 13:19:15 Stashed 1 file(s) [Pipeline] } 13:19:15 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] // lock [Pipeline] } 13:19:15 $ docker stop --time=1 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 13:19:16 $ docker rm -f --volumes 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:21:30 Removing intermediate container b3bab32f9e48 13:21:30 ---> 72426106dd36 13:21:30 Step 11/12 : COPY . . 13:21:30 ---> 3d2665274eae 13:21:30 Step 12/12 : RUN ${MAKE} 13:21:30 ---> Running in 199bdfbe9eb6 13:21:30 noop 13:21:30 Removing intermediate container 199bdfbe9eb6 13:21:30 ---> 2c89afccf1eb 13:21:30 Successfully built 2c89afccf1eb 13:21:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:21:30 + docker inspect -f . ci-base-image-arm64 13:21:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:21:30 prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container 13:21:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/111 -v /w/workspace/device-snmp-go/111:/w/workspace/device-snmp-go/111:rw,z -v /w/workspace/device-snmp-go/111@tmp:/w/workspace/device-snmp-go/111@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 13:21:32 $ docker top 36b1afd8332308fb5efc150c45006982153ea165b1240254c1a93f5f60492a6e -eo pid,comm [Pipeline] { [Pipeline] sh 13:21:33 + go version 13:21:33 go version go1.23.2 linux/arm64 [Pipeline] } 13:21:33 $ docker stop --time=1 36b1afd8332308fb5efc150c45006982153ea165b1240254c1a93f5f60492a6e 13:21:34 $ docker rm -f --volumes 36b1afd8332308fb5efc150c45006982153ea165b1240254c1a93f5f60492a6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:21:35 + docker inspect -f . ci-base-image-arm64 13:21:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:21:35 prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container 13:21:35 $ 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/111 -v /w/workspace/device-snmp-go/111:/w/workspace/device-snmp-go/111:rw,z -v /w/workspace/device-snmp-go/111@tmp:/w/workspace/device-snmp-go/111@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 13:21:37 $ docker top 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 -eo pid,comm [Pipeline] { [Pipeline] sh 13:21:38 + git config --global --add safe.directory /w/workspace/device-snmp-go/111 [Pipeline] fileExists [Pipeline] sh 13:21:39 + make test 13:21:39 go test ./... -coverprofile=coverage.out 13:21:46 ? github.com/edgexfoundry/device-snmp-go [no test files] 13:25:53 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 13:25:53 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.029s coverage: 0.0% of statements 13:25:53 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:25:53 go vet ./... 13:26:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:26:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:26:49 ./bin/test-attribution-txt.sh [Pipeline] echo 13:26:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:26:49 $ docker stop --time=1 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 13:26:51 $ docker rm -f --volumes 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 [Pipeline] // withDockerContainer [Pipeline] sh 13:26:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:26:53 Warning: overwriting stash ‘coverage-report’ 13:26:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:26:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:26:54 + ls -al . 13:26:54 total 244 13:26:54 drwxrwxr-x 7 jenkins jenkins 4096 Oct 30 13:21 . 13:26:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 13:18 .. 13:26:54 -rw-rw-r-- 1 jenkins jenkins 6 Oct 30 13:18 .dockerignore 13:26:54 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:18 .git 13:26:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 .github 13:26:54 -rw-rw-r-- 1 jenkins jenkins 263 Oct 30 13:18 .gitignore 13:26:54 -rw-rw-r-- 1 jenkins jenkins 199 Oct 30 13:18 .golangci.yml 13:26:54 -rw-rw-r-- 1 jenkins jenkins 18843 Oct 30 13:18 Attribution.txt 13:26:54 -rw-rw-r-- 1 jenkins jenkins 11809 Oct 30 13:18 CHANGELOG.md 13:26:54 -rw-rw-r-- 1 jenkins jenkins 1571 Oct 30 13:18 Dockerfile 13:26:54 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 13:18 GOVERNANCE.md 13:26:54 -rw-rw-r-- 1 jenkins jenkins 656 Oct 30 13:18 Jenkinsfile 13:26:54 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 13:18 LICENSE 13:26:54 -rw-rw-r-- 1 jenkins jenkins 2240 Oct 30 13:18 Makefile 13:26:54 -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 13:18 OWNERS.md 13:26:54 -rw-rw-r-- 1 jenkins jenkins 10477 Oct 30 13:18 README.md 13:26:54 -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 13:16 VERSION 13:26:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 13:18 bin 13:26:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 cmd 13:26:54 -rw-r--r-- 1 jenkins jenkins 8903 Oct 30 13:25 coverage.out 13:26:54 -rw-rw-r-- 1 jenkins jenkins 6962 Oct 30 13:18 go.mod 13:26:54 -rw-rw-r-- 1 jenkins jenkins 100575 Oct 30 13:18 go.sum 13:26:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 internal 13:26:54 -rw-rw-r-- 1 jenkins jenkins 228 Oct 30 13:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:54 + 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=1187227a68e55282673091a484dc512a33d4176d --label arch=arm64 --label version=4.0.0-dev.1 . 13:26:55 Sending build context to Docker daemon 10.18MB 13:26:55 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 13:26:55 Step 2/25 : FROM ${BASE} AS builder 13:26:55 ---> 2c89afccf1eb 13:26:55 Step 3/25 : ARG ADD_BUILD_TAGS="" 13:26:55 ---> Running in 2933cb9a3327 13:26:57 Removing intermediate container 2933cb9a3327 13:26:57 ---> 06527665e6af 13:26:57 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:26:57 ---> Running in e077e7514156 13:26:57 Removing intermediate container e077e7514156 13:26:57 ---> f19908cbdac1 13:26:57 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:26:57 ---> Running in 72036f837157 13:26:57 Removing intermediate container 72036f837157 13:26:57 ---> c3598758ef9f 13:26:57 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 13:26:57 ---> Running in 616c788ea818 13:26:57 Removing intermediate container 616c788ea818 13:26:57 ---> 40e0d99b8333 13:26:57 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:26:57 ---> Running in c8d3beaa3b2b 13:26:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:26:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:27:00 OK: 242 MiB in 58 packages 13:27:01 Removing intermediate container c8d3beaa3b2b 13:27:01 ---> 509ada7ad426 13:27:01 Step 8/25 : WORKDIR /device-snmp-go 13:27:01 ---> Running in 840c285c932b 13:27:01 Removing intermediate container 840c285c932b 13:27:01 ---> 959cfd3102fb 13:27:01 Step 9/25 : COPY go.mod vendor* ./ 13:27:02 ---> 90f7d4377758 13:27:02 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:27:02 ---> Running in e574201c4bc1 13:27:04 Removing intermediate container e574201c4bc1 13:27:04 ---> 8b03ef95adf3 13:27:04 Step 11/25 : COPY . . 13:27:05 ---> d3cad13e2613 13:27:05 Step 12/25 : RUN ${MAKE} 13:27:05 ---> Running in 31af4e47e9fb 13:27:06 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 13:30:58 Removing intermediate container 31af4e47e9fb 13:30:58 ---> d8ccad8a0996 13:30:58 Step 13/25 : FROM alpine:3.20 13:30:58 3.20: Pulling from library/alpine 13:30:58 cf04c63912e1: Already exists 13:30:58 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 13:30:58 Status: Downloaded newer image for alpine:3.20 13:30:58 ---> c157a85ed455 13:30:58 Step 14/25 : RUN apk add --update --no-cache dumb-init 13:30:58 ---> Running in 48f06fd1b4c7 13:30:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:30:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:30:59 (1/1) Installing dumb-init (1.2.5-r3) 13:30:59 Executing busybox-1.36.1-r29.trigger 13:30:59 OK: 9 MiB in 15 packages 13:31:00 Removing intermediate container 48f06fd1b4c7 13:31:00 ---> 77845bba4663 13:31:00 Step 15/25 : RUN apk --no-cache upgrade 13:31:00 ---> Running in 642cba4c351f 13:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:31:03 Upgrading critical system libraries and apk-tools: 13:31:03 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 13:31:03 Executing busybox-1.36.1-r29.trigger 13:31:04 Continuing the upgrade transaction with new apk-tools: 13:31:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:31:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:31:05 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 13:31:05 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 13:31:05 OK: 9 MiB in 15 packages 13:31:06 Removing intermediate container 642cba4c351f 13:31:06 ---> dd998f61ac1d 13:31:06 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 13:31:09 ---> e6796b7ca125 13:31:09 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 13:31:10 ---> c9d5654691b0 13:31:10 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 13:31:10 ---> 5c295ce0347d 13:31:10 Step 19/25 : EXPOSE 59993 13:31:10 ---> Running in 90a175b53bc8 13:31:11 Removing intermediate container 90a175b53bc8 13:31:11 ---> b536166ce34b 13:31:11 Step 20/25 : EXPOSE 161 13:31:11 ---> Running in 97092716bf1e 13:31:11 Removing intermediate container 97092716bf1e 13:31:11 ---> b6e9d2b61c72 13:31:11 Step 21/25 : ENTRYPOINT ["/device-snmp"] 13:31:11 ---> Running in b67642c86b32 13:31:12 Removing intermediate container b67642c86b32 13:31:12 ---> bb14a046848a 13:31:12 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 13:31:12 ---> Running in 7456d4be9b5c 13:31:12 Removing intermediate container 7456d4be9b5c 13:31:12 ---> c4f8d1abaec9 13:31:12 Step 23/25 : LABEL arch=arm64 13:31:12 ---> Running in 6c6d6393b7b2 13:31:12 Removing intermediate container 6c6d6393b7b2 13:31:12 ---> df512130dec6 13:31:12 Step 24/25 : LABEL git_sha=1187227a68e55282673091a484dc512a33d4176d 13:31:13 ---> Running in 9a2453ef6a6e 13:31:13 Removing intermediate container 9a2453ef6a6e 13:31:13 ---> 61a7f01e747c 13:31:13 Step 25/25 : LABEL version=4.0.0-dev.1 13:31:13 ---> Running in 7cbb942d0ebc 13:31:13 Removing intermediate container 7cbb942d0ebc 13:31:13 ---> 9a0a0b8946c2 13:31:13 [Warning] One or more build-args [ARCH] were not consumed 13:31:13 Successfully built 9a0a0b8946c2 13:31:13 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 13:31:13 provisioning config files... 13:31:13 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/111@tmp/config6628953156798165745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:31:14 ---> ****-login.sh 13:31:14 nexus3.edgexfoundry.org:10001 13:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:14 Configure a credential helper to remove this warning. See 13:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:14 13:31:14 Login Succeeded 13:31:14 nexus3.edgexfoundry.org:10002 13:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:14 Configure a credential helper to remove this warning. See 13:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:14 13:31:14 Login Succeeded 13:31:14 nexus3.edgexfoundry.org:10003 13:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:15 Configure a credential helper to remove this warning. See 13:31:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:15 13:31:15 Login Succeeded 13:31:15 nexus3.edgexfoundry.org:10004 13:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:15 Configure a credential helper to remove this warning. See 13:31:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:15 13:31:15 Login Succeeded 13:31:15 ****.io 13:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:16 Configure a credential helper to remove this warning. See 13:31:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:16 13:31:16 Login Succeeded 13:31:16 ---> ****-login.sh ends [Pipeline] } 13:31:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:31:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:31:16 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 13:31:16 1187227a68e55282673091a484dc512a33d4176d 13:31:16 latest 13:31:16 4.0.0-dev.1 13:31:16 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:31:16 main 13:31:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:16 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:16 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d 13:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 13:31:16 85e2d4f4c90c: Preparing 13:31:16 03e9d7e8d44b: Preparing 13:31:16 1619e75ab34c: Preparing 13:31:16 bcb08985160c: Preparing 13:31:16 6fa772b62157: Preparing 13:31:16 16113d51b718: Preparing 13:31:16 16113d51b718: Waiting 13:31:17 85e2d4f4c90c: Pushed 13:31:17 6fa772b62157: Pushed 13:31:17 03e9d7e8d44b: Pushed 13:31:17 16113d51b718: Layer already exists 13:31:18 bcb08985160c: Pushed 13:31:26 1619e75ab34c: Pushed 13:31:27 1187227a68e55282673091a484dc512a33d4176d: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:27 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:27 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 13:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 13:31:27 85e2d4f4c90c: Preparing 13:31:27 03e9d7e8d44b: Preparing 13:31:27 1619e75ab34c: Preparing 13:31:27 bcb08985160c: Preparing 13:31:27 6fa772b62157: Preparing 13:31:27 16113d51b718: Preparing 13:31:27 16113d51b718: Waiting 13:31:27 03e9d7e8d44b: Layer already exists 13:31:27 85e2d4f4c90c: Layer already exists 13:31:27 6fa772b62157: Layer already exists 13:31:27 1619e75ab34c: Layer already exists 13:31:27 bcb08985160c: Layer already exists 13:31:27 16113d51b718: Layer already exists 13:31:28 latest: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:28 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:28 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.0.0-dev.1 13:31:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 13:31:28 85e2d4f4c90c: Preparing 13:31:28 03e9d7e8d44b: Preparing 13:31:28 1619e75ab34c: Preparing 13:31:28 bcb08985160c: Preparing 13:31:28 6fa772b62157: Preparing 13:31:28 16113d51b718: Preparing 13:31:28 16113d51b718: Waiting 13:31:28 6fa772b62157: Layer already exists 13:31:28 bcb08985160c: Layer already exists 13:31:28 1619e75ab34c: Layer already exists 13:31:28 85e2d4f4c90c: Layer already exists 13:31:28 03e9d7e8d44b: Layer already exists 13:31:28 16113d51b718: Layer already exists 13:31:29 4.0.0-dev.1: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:29 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:29 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 13:31:29 85e2d4f4c90c: Preparing 13:31:29 03e9d7e8d44b: Preparing 13:31:29 1619e75ab34c: Preparing 13:31:29 bcb08985160c: Preparing 13:31:29 6fa772b62157: Preparing 13:31:29 16113d51b718: Preparing 13:31:29 16113d51b718: Waiting 13:31:29 1619e75ab34c: Layer already exists 13:31:29 6fa772b62157: Layer already exists 13:31:29 85e2d4f4c90c: Layer already exists 13:31:29 03e9d7e8d44b: Layer already exists 13:31:29 bcb08985160c: Layer already exists 13:31:29 16113d51b718: Layer already exists 13:31:30 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:30 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:30 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 13:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 13:31:30 85e2d4f4c90c: Preparing 13:31:30 03e9d7e8d44b: Preparing 13:31:30 1619e75ab34c: Preparing 13:31:30 bcb08985160c: Preparing 13:31:30 6fa772b62157: Preparing 13:31:30 16113d51b718: Preparing 13:31:30 16113d51b718: Waiting 13:31:30 03e9d7e8d44b: Layer already exists 13:31:30 1619e75ab34c: Layer already exists 13:31:30 6fa772b62157: Layer already exists 13:31:30 85e2d4f4c90c: Layer already exists 13:31:30 bcb08985160c: Layer already exists 13:31:30 16113d51b718: Layer already exists 13:31:31 main: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:31:31 ===================================================== [Pipeline] echo 13:31:31 taggedImages: 13:31:31 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d 13:31:31 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 13:31:31 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.0.0-dev.1 13:31:31 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 13:31:31 - 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 13:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:31:31 13:31:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:31:32 arm64: Pulling from edgex-lftools-log-publisher 13:31:32 8998bd30e6a1: Pulling fs layer 13:31:32 04944245beec: Pulling fs layer 13:31:32 699f458cf7ca: Pulling fs layer 13:31:32 765212b225bb: Pulling fs layer 13:31:32 765212b225bb: Waiting 13:31:32 f23df028b6ca: Pulling fs layer 13:31:32 f23df028b6ca: Waiting 13:31:32 d65c8cfc05b1: Pulling fs layer 13:31:32 2437ff75d9bd: Pulling fs layer 13:31:32 d65c8cfc05b1: Waiting 13:31:32 04944245beec: Verifying Checksum 13:31:32 04944245beec: Download complete 13:31:32 765212b225bb: Verifying Checksum 13:31:32 765212b225bb: Download complete 13:31:32 f23df028b6ca: Verifying Checksum 13:31:32 f23df028b6ca: Download complete 13:31:32 d65c8cfc05b1: Verifying Checksum 13:31:32 d65c8cfc05b1: Download complete 13:31:32 699f458cf7ca: Verifying Checksum 13:31:32 699f458cf7ca: Download complete 13:31:32 8998bd30e6a1: Verifying Checksum 13:31:32 8998bd30e6a1: Download complete 13:31:35 2437ff75d9bd: Verifying Checksum 13:31:35 2437ff75d9bd: Download complete 13:31:37 8998bd30e6a1: Pull complete 13:31:38 04944245beec: Pull complete 13:31:40 699f458cf7ca: Pull complete 13:31:40 765212b225bb: Pull complete 13:31:41 f23df028b6ca: Pull complete 13:31:41 d65c8cfc05b1: Pull complete 13:31:59 2437ff75d9bd: Pull complete 13:31:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:31:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:59 prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container 13:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-snmp-go/111 -v /w/workspace/device-snmp-go/111:/w/workspace/device-snmp-go/111:rw,z -v /w/workspace/device-snmp-go/111@tmp:/w/workspace/device-snmp-go/111@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 13:32:02 $ docker top 8e6d6cee1ae97b694116d3bc949e186755dc38a568cb41e5d1e4814ca91f88cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:32:03 ---> job-cost.sh 13:32:03 lf-activate-venv: SKIPPING 13:32:03 INFO: No Stack... 13:32:04 INFO: Retrieving Pricing Info for: v3-standard-4 13:32:05 INFO: Archiving Costs [Pipeline] sh 13:32:05 + cat /w/workspace/device-snmp-go/111/archives/cost.csv 13:32:05 + cut -d, -f6 [Pipeline] lock 13:32:05 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] 13:32:05 Resource [jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] did not exist. Created. 13:32:05 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:32:06 /w/workspace/device-snmp-go/111@tmp/durable-494d1010/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:32:07 + echo total: 0.10999999940395355 [Pipeline] stash 13:32:07 Warning: overwriting stash ‘stack-cost’ 13:32:07 Stashed 1 file(s) [Pipeline] } 13:32:07 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] // lock [Pipeline] } 13:32:07 $ docker stop --time=1 8e6d6cee1ae97b694116d3bc949e186755dc38a568cb41e5d1e4814ca91f88cb 13:32:09 $ docker rm -f --volumes 8e6d6cee1ae97b694116d3bc949e186755dc38a568cb41e5d1e4814ca91f88cb [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 13:32:09 provisioning config files... 13:32:09 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config112638793302077177tmp [Pipeline] { [Pipeline] sh 13:32:10 + set +x 13:32:10 + curl -s https://codecov.io/bash 13:32:10 + bash -s -- 13:32:10 13:32:10 _____ _ 13:32:10 / ____| | | 13:32:10 | | ___ __| | ___ ___ _____ __ 13:32:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:32:10 | |___| (_) | (_| | __/ (_| (_) \ V / 13:32:10 \_____\___/ \__,_|\___|\___\___/ \_/ 13:32:10 Bash-1.0.6 13:32:10 13:32:10 13:32:10 ==> git version 2.25.1 found 13:32: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 13:32:10 Release-Date: 2020-01-08 13:32: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 13:32:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:32:10 ==> Jenkins CI detected. 13:32:10 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 13:32:10 project root: . 13:32:10 --> token set from env 13:32:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:32:10 ==> Running gcov in . (disable via -X gcov) 13:32:10 ==> Python coveragepy not found 13:32:10 ==> Searching for coverage reports in: 13:32:10 + . 13:32:10 -> Found 1 reports 13:32:10 ==> Detecting git/mercurial file structure 13:32:10 ==> Reading reports 13:32:10 + ./coverage.out bytes=8903 13:32:10 ==> Appending adjustments 13:32:10 https://docs.codecov.io/docs/fixing-reports 13:32:10 + Found adjustments 13:32:10 ==> Gzipping contents 13:32:10 4.0K /tmp/codecov.tTmxft.gz 13:32:10 ==> Uploading reports 13:32:10 url: https://codecov.io 13:32:10 query: branch=main&commit=1187227a68e55282673091a484dc512a33d4176d&build=111&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F111%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:32:10 -> Pinging Codecov 13:32:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1187227a68e55282673091a484dc512a33d4176d&build=111&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F111%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:32:10 -> Uploading to 13:32:10 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-snmp-go/1187227a68e55282673091a484dc512a33d4176d/5f802c84-6fe7-49de-b934-367eeb762fdc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241030%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241030T133210Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=9274ecfd61f030c106947806856d760e58efb404672c201c3396cbbb57696705 13:32:10 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:10 Dload Upload Total Spent Left Speed 13:32:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 6131 --:--:-- --:--:-- --:--:-- 6131 13:32:11 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/1187227a68e55282673091a484dc512a33d4176d [Pipeline] } 13:32:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:32:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:32:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:11 13:32:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:11 latest: Pulling from edgex-devops/edgex-snyk-go 13:32:11 43c4264eed91: Already exists 13:32:11 4cc291be95ef: Already exists 13:32:11 2ac1f1163629: Already exists 13:32:11 5c3c966382ef: Already exists 13:32:11 4f4fb700ef54: Already exists 13:32:11 d9c7d2e4e75e: Pulling fs layer 13:32:11 9c3e1370e548: Pulling fs layer 13:32:12 d9c7d2e4e75e: Download complete 13:32:12 d9c7d2e4e75e: Pull complete 13:32:12 9c3e1370e548: Download complete 13:32:16 9c3e1370e548: Pull complete 13:32:16 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 13:32:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:16 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:32:16 $ 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 13:32:18 $ docker top abdbef6d6119361ca71ebdff0727967be84fec903424f7ca8ea4f3e8f5105a66 -eo pid,comm [Pipeline] { [Pipeline] sh 13:32:19 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo 13:32:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 13:32:19 + set -o pipefail 13:32:19 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 13:32:27 13:32:27 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 13:32:27 13:32:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/49ecfe16-c3ba-418a-8b7a-341975a586f9 13:32:27 13:32:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:32:27 [Pipeline] } 13:32:28 $ docker stop --time=1 abdbef6d6119361ca71ebdff0727967be84fec903424f7ca8ea4f3e8f5105a66 13:32:32 $ docker rm -f --volumes abdbef6d6119361ca71ebdff0727967be84fec903424f7ca8ea4f3e8f5105a66 [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 13:32:33 + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] sh 13:32:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:32:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:32:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:33 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:32:34 $ 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 13:32:34 $ docker top f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db -eo pid,comm 13:32:34 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). 13:32:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:32:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:32:34 [ssh-agent] Looking for ssh-agent implementation... 13:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:32:34 $ docker exec f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db ssh-agent 13:32:34 SSH_AUTH_SOCK=/tmp/ssh-oKAIxzItZ2Mv/agent.32 13:32:34 SSH_AGENT_PID=39 13:32:34 Running ssh-add (command line suppressed) 13:32:34 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_5811668396022452743.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_5811668396022452743.key) 13:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:32:35 + git semver tag 13:32:35 2024-10-30 13:32:35,507 [run_tag] DEBUG tag force:False 13:32:35 2024-10-30 13:32:35,507 [check_head_tag] DEBUG check head tag 13:32:35 2024-10-30 13:32:35,508 [execute] INFO git cat-file --batch-check 13:32:35 2024-10-30 13:32:35,509 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 13:32:35 2024-10-30 13:32:35,512 [execute] INFO git cat-file --batch 13:32:35 2024-10-30 13:32:35,512 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 13:32:35 2024-10-30 13:32:35,527 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:32:35 2024-10-30 13:32:35,527 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 13:32:35 2024-10-30 13:32:35,527 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.1', '-m', 'v4.0.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 13:32:35 2024-10-30 13:32:35,532 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:32:35 4.0.0-dev.1 [Pipeline] } 13:32:35 $ docker exec --env ******** --env ******** f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db ssh-agent -k 13:32:35 unset SSH_AUTH_SOCK; 13:32:35 unset SSH_AGENT_PID; 13:32:35 echo Agent pid 39 killed; 13:32:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:32:36 + git semver [Pipeline] } 13:32:36 $ docker stop --time=1 f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db 13:32:37 $ docker rm -f --volumes f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:38 13:32:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:38 0.23.1-centos7: Pulling from edgex-lftools 13:32:38 ab5ef0e58194: Pulling fs layer 13:32:38 9712f1f96733: Pulling fs layer 13:32:38 63f879dbbcfc: Pulling fs layer 13:32:38 0d9ebad4ef96: Pulling fs layer 13:32:38 e9a5061849ea: Pulling fs layer 13:32:38 d747dcd14b5f: Pulling fs layer 13:32:38 2de7ff778b66: Pulling fs layer 13:32:38 0d9ebad4ef96: Waiting 13:32:38 2de7ff778b66: Waiting 13:32:38 d747dcd14b5f: Waiting 13:32:38 e9a5061849ea: Waiting 13:32:38 9712f1f96733: Verifying Checksum 13:32:38 9712f1f96733: Download complete 13:32:38 63f879dbbcfc: Verifying Checksum 13:32:38 63f879dbbcfc: Download complete 13:32:38 e9a5061849ea: Verifying Checksum 13:32:38 e9a5061849ea: Download complete 13:32:38 d747dcd14b5f: Verifying Checksum 13:32:38 d747dcd14b5f: Download complete 13:32:38 0d9ebad4ef96: Verifying Checksum 13:32:38 0d9ebad4ef96: Download complete 13:32:38 ab5ef0e58194: Verifying Checksum 13:32:38 ab5ef0e58194: Download complete 13:32:38 2de7ff778b66: Verifying Checksum 13:32:38 2de7ff778b66: Download complete 13:32:41 ab5ef0e58194: Pull complete 13:32:41 9712f1f96733: Pull complete 13:32:41 63f879dbbcfc: Pull complete 13:32:45 0d9ebad4ef96: Pull complete 13:32:45 e9a5061849ea: Pull complete 13:32:45 d747dcd14b5f: Pull complete 13:32:46 2de7ff778b66: Pull complete 13:32:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:46 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:32:46 $ 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 13:32:53 $ docker top 56582e08891ef8ba318addc59b693b60ead91112a5a81371e8ea6cc25ff48e73 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:32:53 provisioning config files... 13:32:53 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5894697386649622059tmp 13:32:53 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config15644591346546383363tmp 13:32:53 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config17964778945432992015tmp [Pipeline] { [Pipeline] echo 13:32:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:32:53 ---> sigul-configuration.sh 13:32:53 gpg: directory `/root/.gnupg' created 13:32:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:32:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:32:53 gpg: keyring `/root/.gnupg/secring.gpg' created 13:32:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:32:53 gpg: CAST5 encrypted data 13:32:53 gpg: encrypted with 1 passphrase 13:32:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:32:54 + mkdir /home/jenkins 13:32:54 + mkdir /home/jenkins/sigul [Pipeline] sh 13:32: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 13:32:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:32:54 ---> sigul-install.sh 13:32:54 Sigul already installed; skipping installation. [Pipeline] sh 13:32:55 + git tag --list 13:32:55 1.0.0 13:32:55 v0.0.0 13:32:55 v1.1.0 13:32:55 v1.1.1 13:32:55 v1.2.2 13:32:55 v1.3.0 13:32:55 v1.3.1 13:32:55 v2.0.0 13:32:55 v2.1.0 13:32:55 v2.1.1 13:32:55 v2.2.0 13:32:55 v2.3.0 13:32:55 v3.0 13:32:55 v3.0.0 13:32:55 v3.1 13:32:55 v3.1.0 13:32:55 v3.1.0-dev.1 13:32:55 v3.1.0-dev.10 13:32:55 v3.1.0-dev.11 13:32:55 v3.1.0-dev.12 13:32:55 v3.1.0-dev.13 13:32:55 v3.1.0-dev.2 13:32:55 v3.1.0-dev.3 13:32:55 v3.1.0-dev.4 13:32:55 v3.1.0-dev.5 13:32:55 v3.1.0-dev.6 13:32:55 v3.1.0-dev.7 13:32:55 v3.1.0-dev.8 13:32:55 v3.1.0-dev.9 13:32:55 v3.1.1 13:32:55 v3.1.1-dev.1 13:32:55 v3.2.0-dev.1 13:32:55 v3.2.0-dev.10 13:32:55 v3.2.0-dev.2 13:32:55 v3.2.0-dev.3 13:32:55 v3.2.0-dev.4 13:32:55 v3.2.0-dev.5 13:32:55 v3.2.0-dev.6 13:32:55 v3.2.0-dev.7 13:32:55 v3.2.0-dev.8 13:32:55 v3.2.0-dev.9 13:32:55 v4.0.0-dev.1 [Pipeline] sh 13:32:55 + lftools sign git-tag v4.0.0-dev.1 13:32:55 Signing Git tag with Sigul... 13:32:55 Signing v4.0.0-dev.1 [Pipeline] echo 13:32:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:32:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:32:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:32:56 $ docker stop --time=1 56582e08891ef8ba318addc59b693b60ead91112a5a81371e8ea6cc25ff48e73 13:32:58 $ docker rm -f --volumes 56582e08891ef8ba318addc59b693b60ead91112a5a81371e8ea6cc25ff48e73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:32:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:32:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:32:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:58 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:32:59 $ docker top 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc -eo pid,comm 13:32: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). 13:32:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:32:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:32:59 [ssh-agent] Looking for ssh-agent implementation... 13:32:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:32:59 $ docker exec 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc ssh-agent 13:32:59 SSH_AUTH_SOCK=/tmp/ssh-LpbQ7SaJecLJ/agent.32 13:32:59 SSH_AGENT_PID=38 13:32:59 Running ssh-add (command line suppressed) 13:32:59 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_453432582930839588.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_453432582930839588.key) 13:32:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:00 + git semver bump pre 13:33:00 2024-10-30 13:33:00,397 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:33:00 2024-10-30 13:33:00,397 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev 13:33:00 2024-10-30 13:33:00,397 [bump_version] DEBUG bumped version:4.0.0-dev.2 13:33:00 2024-10-30 13:33:00,397 [write_version] DEBUG write version:4.0.0-dev.2 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True 13:33:00 2024-10-30 13:33:00,397 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:33:00 2024-10-30 13:33:00,397 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:33:00 2024-10-30 13:33:00,400 [execute] INFO git cat-file --batch-check 13:33:00 2024-10-30 13:33:00,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:33:00 2024-10-30 13:33:00,405 [execute] INFO git cat-file --batch 13:33:00 2024-10-30 13:33:00,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:33:00 2024-10-30 13:33:00,410 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:33:00 4.0.0-dev.2 [Pipeline] } 13:33:00 $ docker exec --env ******** --env ******** 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc ssh-agent -k 13:33:00 unset SSH_AUTH_SOCK; 13:33:00 unset SSH_AGENT_PID; 13:33:00 echo Agent pid 38 killed; 13:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:33:00 + git semver [Pipeline] } 13:33:01 $ docker stop --time=1 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc 13:33:02 $ docker rm -f --volumes 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc [Pipeline] // withDockerContainer [Pipeline] sh 13:33:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:33:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:33:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:03 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:33: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 13:33:03 $ docker top f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 -eo pid,comm 13:33:04 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 13:33:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:04 [ssh-agent] Looking for ssh-agent implementation... 13:33:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:04 $ docker exec f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 ssh-agent 13:33:04 SSH_AUTH_SOCK=/tmp/ssh-dJsIDNjK8Adz/agent.32 13:33:04 SSH_AGENT_PID=38 13:33:04 Running ssh-add (command line suppressed) 13:33:04 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_13991396514019206060.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_13991396514019206060.key) 13:33:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:04 + git semver push 13:33:04 2024-10-30 13:33:04,865 [run_push] DEBUG push 13:33:04 2024-10-30 13:33:04,866 [execute] INFO git cat-file --batch-check 13:33:04 2024-10-30 13:33:04,866 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:33:04 2024-10-30 13:33:04,870 [execute] INFO git rev-list 6dd786c37b7ba97833a18d8f3786d9e22be23362 -- 13:33:04 2024-10-30 13:33:04,870 [execute] DEBUG Popen(['git', 'rev-list', '6dd786c37b7ba97833a18d8f3786d9e22be23362', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 13:33:04 2024-10-30 13:33:04,879 [execute] INFO git fetch -v origin 13:33:04 2024-10-30 13:33:04,879 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 13:33:05 2024-10-30 13:33:05,337 [run_push] DEBUG no remote changes detected 13:33:05 2024-10-30 13:33:05,338 [execute] INFO git push origin semver 13:33:05 2024-10-30 13:33:05,338 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 13:33:06 2024-10-30 13:33:06,112 [run_push] DEBUG push all version tags 13:33:06 2024-10-30 13:33:06,112 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:33:06 2024-10-30 13:33:06,113 [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) 13:33:07 2024-10-30 13:33:06,772 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 13:33:07 4.0.0-dev.2 [Pipeline] } 13:33:07 $ docker exec --env ******** --env ******** f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 ssh-agent -k 13:33:07 unset SSH_AUTH_SOCK; 13:33:07 unset SSH_AGENT_PID; 13:33:07 echo Agent pid 38 killed; 13:33:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:33:07 + git semver [Pipeline] } 13:33:07 $ docker stop --time=1 f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 13:33:09 $ docker rm -f --volumes f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 [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 13:33:09 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 13:33:09 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 13:33:09 total 16 13:33:09 drwxr-xr-x 3 root root 4096 Oct 30 13:19 . 13:33:09 drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 13:32 .. 13:33:09 drwxr-xr-x 2 root root 4096 Oct 30 13:19 cost 13:33:09 -rw-r--r-- 1 root root 86 Oct 30 13:19 cost.csv 13:33:09 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 13:33:09 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 13:33:09 total 16 13:33:09 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 13:19 . 13:33:09 drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 13:32 .. 13:33:09 drwxr-xr-x 2 jenkins jenkins 4096 Oct 30 13:19 cost 13:33:09 -rw-r--r-- 1 jenkins jenkins 86 Oct 30 13:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:33:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:33:11 ---> package-listing.sh 13:33:11 ++ facter osfamily 13:33:11 ++ tr '[:upper:]' '[:lower:]' 13:33:11 + OS_FAMILY=debian 13:33:11 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 13:33:11 + START_PACKAGES=/tmp/packages_start.txt 13:33:11 + END_PACKAGES=/tmp/packages_end.txt 13:33:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:33:11 + PACKAGES=/tmp/packages_start.txt 13:33:11 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 13:33:11 + PACKAGES=/tmp/packages_end.txt 13:33:11 + case "${OS_FAMILY}" in 13:33:11 + dpkg -l 13:33:11 + grep '^ii' 13:33:11 + '[' -f /tmp/packages_start.txt ']' 13:33:11 + '[' -f /tmp/packages_end.txt ']' 13:33:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:33:11 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 13:33:11 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 13:33:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 13:33:11 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 13:33:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:33:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:12 prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container 13:33:12 $ 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 13:33:12 $ docker top b17282cffb6c8ce5e1068633920c45586aba825de14c31da6dac383dd1797383 -eo pid,comm [Pipeline] { [Pipeline] sh 13:33:12 + touch /tmp/pre-build-complete [Pipeline] sh 13:33:13 + mkdir -p /var/log/sysstat [Pipeline] sh 13:33:13 + ls /var/log/sa-host 13:33:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:33:13 provisioning config files... 13:33:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2047635992713501073tmp [Pipeline] { [Pipeline] echo 13:33:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:33:13 ---> create-netrc.sh [Pipeline] } 13:33:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> python-tools-install.sh [Pipeline] echo 13:33:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> sudo-logs.sh 13:33:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:33:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> job-cost.sh 13:33:14 lf-activate-venv: SKIPPING 13:33:14 DEBUG: total: 0.2199999988079071 13:33:14 INFO: Retrieving Stack Cost... 13:33:15 INFO: Retrieving Pricing Info for: v3-standard-8 13:33:15 INFO: Archiving Costs [Pipeline] echo 13:33:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:33:15 ---> logs-deploy.sh 13:33:15 lf-activate-venv: SKIPPING 13:33:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/111 13:33:15 INFO: archiving workspace using pattern(s): 13:33:16 Archives upload complete. 13:33:17 INFO: archiving logs to Nexus