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 [2024-10-30T13:15:46.926Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-30T13:15:47.007Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-30T13:15:47.037Z] ========================================================= [2024-10-30T13:15:47.037Z] EdgeX Global Pipelines Version Info [2024-10-30T13:15:47.037Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:15:48.143Z] ------------------- [2024-10-30T13:15:48.143Z] stable info: [2024-10-30T13:15:48.143Z] ------------------- [2024-10-30T13:15:48.143Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-30T13:15:48.143Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-30T13:15:48.143Z] Message: update stable to v1.0.265 [2024-10-30T13:15:48.401Z] ------------------- [2024-10-30T13:15:48.401Z] experimental info: [2024-10-30T13:15:48.401Z] ------------------- [2024-10-30T13:15:48.401Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-30T13:15:48.401Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-30T13:15:48.401Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-30T13:15:48.486Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2024-10-30T13:15:48.510Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2024-10-30T13:15:48.531Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-30T13:15:48.548Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-30T13:15:48.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-30T13:15:48.594Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-30T13:15:48.618Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-30T13:15:48.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-30T13:15:48.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-30T13:15:48.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-30T13:15:48.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-30T13:15:48.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2024-10-30T13:15:48.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-30T13:15:48.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-30T13:15:48.789Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-30T13:15:48.818Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-30T13:15:48.843Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-30T13:15:48.867Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-30T13:15:48.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-30T13:15:48.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-30T13:15:48.938Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-30T13:15:48.958Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-30T13:15:48.977Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-30T13:15:48.999Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-30T13:15:49.022Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-30T13:15:49.041Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-30T13:15:49.058Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-30T13:15:49.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-30T13:15:49.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-30T13:15:49.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-30T13:15:49.179Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo [2024-10-30T13:15:49.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1187227 [Pipeline] echo [2024-10-30T13:15:49.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T13:15:49.294Z] provisioning config files... [2024-10-30T13:15:49.308Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config3340177617943429111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:15:49.648Z] ---> ****-login.sh [2024-10-30T13:15:49.648Z] nexus3.edgexfoundry.org:10001 [2024-10-30T13:15:49.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:15:49.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:15:49.910Z] Configure a credential helper to remove this warning. See [2024-10-30T13:15:49.910Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:15:49.910Z] [2024-10-30T13:15:49.910Z] Login Succeeded [2024-10-30T13:15:49.910Z] nexus3.edgexfoundry.org:10002 [2024-10-30T13:15:49.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:15:50.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:15:50.170Z] Configure a credential helper to remove this warning. See [2024-10-30T13:15:50.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:15:50.170Z] [2024-10-30T13:15:50.170Z] Login Succeeded [2024-10-30T13:15:50.170Z] nexus3.edgexfoundry.org:10003 [2024-10-30T13:15:50.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:15:50.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:15:50.170Z] Configure a credential helper to remove this warning. See [2024-10-30T13:15:50.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:15:50.170Z] [2024-10-30T13:15:50.170Z] Login Succeeded [2024-10-30T13:15:50.170Z] nexus3.edgexfoundry.org:10004 [2024-10-30T13:15:50.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:15:50.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:15:50.170Z] Configure a credential helper to remove this warning. See [2024-10-30T13:15:50.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:15:50.170Z] [2024-10-30T13:15:50.170Z] Login Succeeded [2024-10-30T13:15:50.170Z] ****.io [2024-10-30T13:15:50.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:15:50.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:15:50.431Z] Configure a credential helper to remove this warning. See [2024-10-30T13:15:50.431Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:15:50.431Z] [2024-10-30T13:15:50.431Z] Login Succeeded [2024-10-30T13:15:50.431Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T13:15:50.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-30T13:15:50.871Z] + git rev-list -1 --merges 1187227a68e55282673091a484dc512a33d4176d~1..1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo [2024-10-30T13:15:50.904Z] -----------> git rev-list -1 --merges 1187227a68e55282673091a484dc512a33d4176d~1..1187227a68e55282673091a484dc512a33d4176d 1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:15:50.904Z] 1187227a68e55282673091a484dc512a33d4176d [false] [Pipeline] sh [2024-10-30T13:15:51.197Z] + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo [2024-10-30T13:15:51.217Z] ========================================================= [2024-10-30T13:15:51.217Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-30T13:15:51.217Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T13:15:51.588Z] + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] echo [2024-10-30T13:15:51.601Z] [semverPrep] GIT_COMMIT: 1187227a68e55282673091a484dc512a33d4176d, Commit Message: Merge pull request #351 from weichou1229/v4-module [Pipeline] echo [2024-10-30T13:15:51.615Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-30T13:15:52.005Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T13:15:52.005Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-30T13:15:52.005Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-30T13:15:52.005Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-30T13:15:52.005Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-30T13:15:52.005Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-30T13:15:52.005Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:15:52.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:15:52.420Z] [2024-10-30T13:15:52.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:15:52.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:15:52.729Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-30T13:15:52.729Z] b85a868b505f: Pulling fs layer [2024-10-30T13:15:52.729Z] e2be974225ed: Pulling fs layer [2024-10-30T13:15:52.729Z] 339a4e72a1f5: Pulling fs layer [2024-10-30T13:15:52.729Z] 988bab9f4d93: Pulling fs layer [2024-10-30T13:15:52.729Z] 1469e6f7b9e6: Pulling fs layer [2024-10-30T13:15:52.729Z] eaf3925da568: Pulling fs layer [2024-10-30T13:15:52.729Z] bab4dde63d76: Pulling fs layer [2024-10-30T13:15:52.729Z] bde34c3a00c8: Pulling fs layer [2024-10-30T13:15:52.729Z] b352a97aabf1: Pulling fs layer [2024-10-30T13:15:52.729Z] 4872d77fe225: Pulling fs layer [2024-10-30T13:15:52.729Z] 5851b861e8e6: Pulling fs layer [2024-10-30T13:15:52.729Z] 988bab9f4d93: Waiting [2024-10-30T13:15:52.729Z] 1469e6f7b9e6: Waiting [2024-10-30T13:15:52.729Z] eaf3925da568: Waiting [2024-10-30T13:15:52.729Z] bab4dde63d76: Waiting [2024-10-30T13:15:52.729Z] bde34c3a00c8: Waiting [2024-10-30T13:15:52.729Z] b352a97aabf1: Waiting [2024-10-30T13:15:52.729Z] 4872d77fe225: Waiting [2024-10-30T13:15:52.729Z] 5851b861e8e6: Waiting [2024-10-30T13:15:52.729Z] e2be974225ed: Verifying Checksum [2024-10-30T13:15:52.729Z] e2be974225ed: Download complete [2024-10-30T13:15:52.729Z] 988bab9f4d93: Download complete [2024-10-30T13:15:52.729Z] 1469e6f7b9e6: Verifying Checksum [2024-10-30T13:15:52.729Z] 1469e6f7b9e6: Download complete [2024-10-30T13:15:52.729Z] eaf3925da568: Download complete [2024-10-30T13:15:52.729Z] 339a4e72a1f5: Verifying Checksum [2024-10-30T13:15:52.729Z] 339a4e72a1f5: Download complete [2024-10-30T13:15:52.991Z] bde34c3a00c8: Verifying Checksum [2024-10-30T13:15:52.991Z] bde34c3a00c8: Download complete [2024-10-30T13:15:52.991Z] b352a97aabf1: Download complete [2024-10-30T13:15:52.991Z] 4872d77fe225: Verifying Checksum [2024-10-30T13:15:52.991Z] 4872d77fe225: Download complete [2024-10-30T13:15:52.991Z] 5851b861e8e6: Verifying Checksum [2024-10-30T13:15:52.991Z] 5851b861e8e6: Download complete [2024-10-30T13:15:52.991Z] b85a868b505f: Download complete [2024-10-30T13:15:53.250Z] bab4dde63d76: Verifying Checksum [2024-10-30T13:15:53.250Z] bab4dde63d76: Download complete [2024-10-30T13:15:54.187Z] b85a868b505f: Pull complete [2024-10-30T13:15:54.187Z] e2be974225ed: Pull complete [2024-10-30T13:15:54.755Z] 339a4e72a1f5: Pull complete [2024-10-30T13:15:54.755Z] 988bab9f4d93: Pull complete [2024-10-30T13:15:55.013Z] 1469e6f7b9e6: Pull complete [2024-10-30T13:15:55.013Z] eaf3925da568: Pull complete [2024-10-30T13:15:56.389Z] bab4dde63d76: Pull complete [2024-10-30T13:15:56.647Z] bde34c3a00c8: Pull complete [2024-10-30T13:15:56.647Z] b352a97aabf1: Pull complete [2024-10-30T13:15:56.647Z] 4872d77fe225: Pull complete [2024-10-30T13:15:56.913Z] 5851b861e8e6: Pull complete [2024-10-30T13:15:56.913Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-30T13:15:56.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:15:56.913Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:15:57.041Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:15:57.066Z] $ 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 [2024-10-30T13:16:00.729Z] $ docker top 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca -eo pid,comm [2024-10-30T13:16:00.781Z] 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). [2024-10-30T13:16:00.781Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T13:16:00.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T13:16:00.842Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T13:16:00.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T13:16:00.954Z] $ docker exec 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent [2024-10-30T13:16:01.062Z] SSH_AUTH_SOCK=/tmp/ssh-dr4FkmzW4xeZ/agent.32 [2024-10-30T13:16:01.062Z] SSH_AGENT_PID=38 [2024-10-30T13:16:01.069Z] Running ssh-add (command line suppressed) [2024-10-30T13:16:01.179Z] 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) [2024-10-30T13:16:01.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T13:16:01.492Z] + git tag --points-at HEAD [Pipeline] } [2024-10-30T13:16:01.503Z] $ docker exec --env ******** --env ******** 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent -k [2024-10-30T13:16:01.591Z] unset SSH_AUTH_SOCK; [2024-10-30T13:16:01.591Z] unset SSH_AGENT_PID; [2024-10-30T13:16:01.591Z] echo Agent pid 38 killed; [2024-10-30T13:16:01.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-30T13:16:01.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T13:16:01.641Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T13:16:01.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T13:16:01.748Z] $ docker exec 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent [2024-10-30T13:16:01.854Z] SSH_AUTH_SOCK=/tmp/ssh-CE0HMKcPyTRx/agent.71 [2024-10-30T13:16:01.854Z] SSH_AGENT_PID=77 [2024-10-30T13:16:01.857Z] Running ssh-add (command line suppressed) [2024-10-30T13:16:01.959Z] 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) [2024-10-30T13:16:01.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T13:16:02.269Z] + git semver init [2024-10-30T13:16:02.528Z] 2024-10-30 13:16:02,431 [run_init] DEBUG init version:0.0.0 force:False [2024-10-30T13:16:02.528Z] 2024-10-30 13:16:02,432 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver [2024-10-30T13:16:02.528Z] 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 [2024-10-30T13:16:02.528Z] 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) [2024-10-30T13:16:03.913Z] 2024-10-30 13:16:03,700 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude [2024-10-30T13:16:03.913Z] 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 [2024-10-30T13:16:03.913Z] 2024-10-30 13:16:03,701 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:16:03.913Z] 2024-10-30 13:16:03,701 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:16:03.913Z] 4.0.0-dev.1 [Pipeline] } [2024-10-30T13:16:03.922Z] $ docker exec --env ******** --env ******** 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca ssh-agent -k [2024-10-30T13:16:04.013Z] unset SSH_AUTH_SOCK; [2024-10-30T13:16:04.013Z] unset SSH_AGENT_PID; [2024-10-30T13:16:04.013Z] echo Agent pid 77 killed; [2024-10-30T13:16:04.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T13:16:04.356Z] + git semver [Pipeline] } [2024-10-30T13:16:04.626Z] $ docker stop --time=1 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca [2024-10-30T13:16:05.894Z] $ docker rm -f --volumes 5e8572d398b341d0610217451cad958836dffce51136844666977597a8cd19ca [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T13:16:06.242Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-30T13:16:06.482Z] Stashed 1 file(s) [Pipeline] echo [2024-10-30T13:16:06.487Z] [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 [2024-10-30T13:16:06.665Z] provisioning config files... [2024-10-30T13:16:06.674Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5965765785283490771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:16:06.984Z] ---> ****-login.sh [2024-10-30T13:16:06.984Z] nexus3.edgexfoundry.org:10001 [2024-10-30T13:16:06.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:16:06.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:16:06.985Z] Configure a credential helper to remove this warning. See [2024-10-30T13:16:06.985Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:16:06.985Z] [2024-10-30T13:16:06.985Z] Login Succeeded [2024-10-30T13:16:06.985Z] nexus3.edgexfoundry.org:10002 [2024-10-30T13:16:06.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:16:06.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:16:06.985Z] Configure a credential helper to remove this warning. See [2024-10-30T13:16:06.985Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:16:06.985Z] [2024-10-30T13:16:06.985Z] Login Succeeded [2024-10-30T13:16:06.985Z] nexus3.edgexfoundry.org:10003 [2024-10-30T13:16:07.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:16:07.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:16:07.248Z] Configure a credential helper to remove this warning. See [2024-10-30T13:16:07.248Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:16:07.248Z] [2024-10-30T13:16:07.248Z] Login Succeeded [2024-10-30T13:16:07.248Z] nexus3.edgexfoundry.org:10004 [2024-10-30T13:16:07.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:16:07.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:16:07.248Z] Configure a credential helper to remove this warning. See [2024-10-30T13:16:07.248Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:16:07.248Z] [2024-10-30T13:16:07.248Z] Login Succeeded [2024-10-30T13:16:07.248Z] ****.io [2024-10-30T13:16:07.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:16:07.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:16:07.508Z] Configure a credential helper to remove this warning. See [2024-10-30T13:16:07.508Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:16:07.508Z] [2024-10-30T13:16:07.508Z] Login Succeeded [2024-10-30T13:16:07.508Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T13:16:07.515Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-30T13:16:07.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:16:07.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:16:07.642Z] ========================================================= [2024-10-30T13:16:07.642Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-30T13:16:07.642Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:16:07.978Z] + 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 . [2024-10-30T13:16:07.978Z] Sending build context to Docker daemon 20.16MB [2024-10-30T13:16:07.978Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T13:16:07.978Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-30T13:16:07.978Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-30T13:16:07.978Z] 43c4264eed91: Pulling fs layer [2024-10-30T13:16:07.978Z] 4cc291be95ef: Pulling fs layer [2024-10-30T13:16:07.978Z] 2ac1f1163629: Pulling fs layer [2024-10-30T13:16:07.978Z] 5c3c966382ef: Pulling fs layer [2024-10-30T13:16:07.978Z] 4f4fb700ef54: Pulling fs layer [2024-10-30T13:16:07.978Z] 5d5c8e513c77: Pulling fs layer [2024-10-30T13:16:07.978Z] 9f66e0745190: Pulling fs layer [2024-10-30T13:16:07.978Z] f49a43e4bbc0: Pulling fs layer [2024-10-30T13:16:07.978Z] 561ebcabdf7f: Pulling fs layer [2024-10-30T13:16:07.978Z] 5d5c8e513c77: Waiting [2024-10-30T13:16:07.978Z] f49a43e4bbc0: Waiting [2024-10-30T13:16:07.978Z] 9f66e0745190: Waiting [2024-10-30T13:16:07.978Z] 561ebcabdf7f: Waiting [2024-10-30T13:16:07.978Z] 5c3c966382ef: Waiting [2024-10-30T13:16:07.978Z] 4f4fb700ef54: Waiting [2024-10-30T13:16:07.978Z] 4cc291be95ef: Download complete [2024-10-30T13:16:08.236Z] 5c3c966382ef: Download complete [2024-10-30T13:16:08.236Z] 4f4fb700ef54: Verifying Checksum [2024-10-30T13:16:08.236Z] 4f4fb700ef54: Download complete [2024-10-30T13:16:08.236Z] 5d5c8e513c77: Verifying Checksum [2024-10-30T13:16:08.236Z] 5d5c8e513c77: Download complete [2024-10-30T13:16:08.236Z] 43c4264eed91: Verifying Checksum [2024-10-30T13:16:08.236Z] 9f66e0745190: Verifying Checksum [2024-10-30T13:16:08.236Z] 9f66e0745190: Download complete [2024-10-30T13:16:08.236Z] 43c4264eed91: Pull complete [2024-10-30T13:16:08.236Z] 561ebcabdf7f: Download complete [2024-10-30T13:16:08.494Z] 4cc291be95ef: Pull complete [2024-10-30T13:16:08.494Z] 2ac1f1163629: Verifying Checksum [2024-10-30T13:16:08.494Z] 2ac1f1163629: Download complete [2024-10-30T13:16:09.060Z] f49a43e4bbc0: Verifying Checksum [2024-10-30T13:16:09.060Z] f49a43e4bbc0: Download complete [2024-10-30T13:16:11.596Z] 2ac1f1163629: Pull complete [2024-10-30T13:16:11.596Z] 5c3c966382ef: Pull complete [2024-10-30T13:16:11.596Z] 4f4fb700ef54: Pull complete [2024-10-30T13:16:11.854Z] 5d5c8e513c77: Pull complete [2024-10-30T13:16:11.854Z] 9f66e0745190: Pull complete [2024-10-30T13:16:13.919Z] f49a43e4bbc0: Pull complete [2024-10-30T13:16:14.485Z] 561ebcabdf7f: Pull complete [2024-10-30T13:16:14.485Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-30T13:16:14.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-30T13:16:14.485Z] ---> 3a752c3f9dda [2024-10-30T13:16:14.485Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-10-30T13:16:19.778Z] ---> Running in 04187668a1a3 [2024-10-30T13:16:19.778Z] Removing intermediate container 04187668a1a3 [2024-10-30T13:16:19.778Z] ---> 16645e61647c [2024-10-30T13:16:19.778Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T13:16:19.778Z] ---> Running in 4b28f8458308 [2024-10-30T13:16:19.778Z] Removing intermediate container 4b28f8458308 [2024-10-30T13:16:19.778Z] ---> d4812d04c558 [2024-10-30T13:16:19.778Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T13:16:19.778Z] ---> Running in e1b395f0e41d [2024-10-30T13:16:19.778Z] Removing intermediate container e1b395f0e41d [2024-10-30T13:16:19.778Z] ---> 8c75dd9eee89 [2024-10-30T13:16:19.778Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T13:16:19.778Z] ---> Running in fb72d925c060 [2024-10-30T13:16:19.778Z] Removing intermediate container fb72d925c060 [2024-10-30T13:16:19.778Z] ---> 4aba9ff1e80e [2024-10-30T13:16:19.778Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T13:16:19.778Z] ---> Running in 086523665aa2 [2024-10-30T13:16:19.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T13:16:19.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T13:16:20.038Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-30T13:16:20.295Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-30T13:16:20.295Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-30T13:16:20.295Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-30T13:16:20.295Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:16:20.295Z] OK: 250 MiB in 58 packages [2024-10-30T13:16:20.862Z] Removing intermediate container 086523665aa2 [2024-10-30T13:16:20.862Z] ---> 63159cde1b3e [2024-10-30T13:16:20.862Z] Step 8/12 : WORKDIR /device-snmp-go [2024-10-30T13:16:20.862Z] ---> Running in cb893e71be59 [2024-10-30T13:16:20.862Z] Removing intermediate container cb893e71be59 [2024-10-30T13:16:20.862Z] ---> 229b735050b0 [2024-10-30T13:16:20.862Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-30T13:16:20.862Z] ---> 0b76c924c07a [2024-10-30T13:16:20.862Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T13:16:20.862Z] ---> Running in 6f727a9cb873 [2024-10-30T13:16:21.609Z] Still waiting to schedule task [2024-10-30T13:16:21.610Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-30T13:17:28.554Z] Removing intermediate container 6f727a9cb873 [2024-10-30T13:17:28.554Z] ---> f6738ed7bcf2 [2024-10-30T13:17:28.554Z] Step 11/12 : COPY . . [2024-10-30T13:17:28.554Z] ---> c5c457646e5a [2024-10-30T13:17:28.554Z] Step 12/12 : RUN ${MAKE} [2024-10-30T13:17:28.554Z] ---> Running in 3eceaf1262ba [2024-10-30T13:17:28.554Z] noop [2024-10-30T13:17:28.554Z] Removing intermediate container 3eceaf1262ba [2024-10-30T13:17:28.554Z] ---> b7b137ef9e64 [2024-10-30T13:17:28.554Z] Successfully built b7b137ef9e64 [2024-10-30T13:17:28.554Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:17:28.897Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-30T13:17:28.897Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:17:28.993Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:17:29.022Z] $ 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 [2024-10-30T13:17:29.334Z] $ docker top c5e2727f94011c172a63cfb9a1eda4a9311ff905051d863707bc67c930d53be3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:17:29.684Z] + go version [2024-10-30T13:17:29.684Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-30T13:17:29.692Z] $ docker stop --time=1 c5e2727f94011c172a63cfb9a1eda4a9311ff905051d863707bc67c930d53be3 [2024-10-30T13:17:30.985Z] $ 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 [2024-10-30T13:17:31.428Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-30T13:17:31.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:17:31.507Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:17:31.537Z] $ 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 [2024-10-30T13:17:31.859Z] $ docker top 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:17:32.206Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh [2024-10-30T13:17:32.508Z] + make test [2024-10-30T13:17:32.508Z] go test ./... -coverprofile=coverage.out [2024-10-30T13:17:33.885Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2024-10-30T13:17:52.611Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2024-10-30T13:17:52.611Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements [2024-10-30T13:17:53.041Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24159 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws [2024-10-30T13:17:53.060Z] Running in /w/workspace/device-snmp-go/111 [Pipeline] { [Pipeline] checkout [2024-10-30T13:17:56.107Z] Selected Git installation does not exist. Using Default [2024-10-30T13:17:56.107Z] The recommended git tool is: NONE [2024-10-30T13:18:00.424Z] using credential edgex-jenkins-ssh [2024-10-30T13:18:00.447Z] Cloning the remote Git repository [2024-10-30T13:18:00.712Z] go vet ./... [2024-10-30T13:18:00.481Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2024-10-30T13:18:00.567Z] > git init /w/workspace/device-snmp-go/111 # timeout=10 [2024-10-30T13:18:00.704Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2024-10-30T13:18:00.705Z] > git --version # timeout=10 [2024-10-30T13:18:00.724Z] > git --version # 'git version 2.25.1' [2024-10-30T13:18:00.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-30T13:18:00.871Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-30T13:18:03.028Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2024-10-30T13:18:03.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-30T13:18:03.855Z] Avoid second fetch [2024-10-30T13:18:03.856Z] Checking out Revision 1187227a68e55282673091a484dc512a33d4176d (main) [2024-10-30T13:18:04.417Z] Commit message: "Merge pull request #351 from weichou1229/v4-module" [2024-10-30T13:18:03.869Z] > git config core.sparsecheckout # timeout=10 [2024-10-30T13:18:03.929Z] > git checkout -f 1187227a68e55282673091a484dc512a33d4176d # timeout=10 [2024-10-30T13:18:04.892Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-30T13:18:04.892Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-30T13:18:04.892Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-30T13:18:04.905Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-30T13:18:04.921Z] $ docker stop --time=1 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 [2024-10-30T13:18:09.398Z] $ docker rm -f --volumes 0059880e81da649ef1b194f9b09536a02485122a296ec6a671333054d5061f23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T13:18:09.932Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-30T13:18:10.004Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2024-10-30T13:18:10.273Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-30T13:18:10.273Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-30T13:18:10.273Z] Dload Upload Total Spent Left Speed [2024-10-30T13:18:10.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 96451 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh [Pipeline] sh [2024-10-30T13:18:10.574Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-30T13:18:10.831Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-30T13:18:10.856Z] + ls -al . [2024-10-30T13:18:10.856Z] total 248 [2024-10-30T13:18:10.856Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:17 . [2024-10-30T13:18:10.856Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 13:15 .. [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 6 Oct 30 13:15 .dockerignore [2024-10-30T13:18:10.856Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:17 .git [2024-10-30T13:18:10.856Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 .github [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 263 Oct 30 13:15 .gitignore [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 30 13:15 .golangci.yml [2024-10-30T13:18:10.856Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 13:16 .semver [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 18843 Oct 30 13:15 Attribution.txt [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 11809 Oct 30 13:15 CHANGELOG.md [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 1571 Oct 30 13:15 Dockerfile [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 13:15 GOVERNANCE.md [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 656 Oct 30 13:15 Jenkinsfile [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 13:15 LICENSE [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 2240 Oct 30 13:15 Makefile [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 13:15 OWNERS.md [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 10477 Oct 30 13:15 README.md [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 13:16 VERSION [2024-10-30T13:18:10.856Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 13:15 bin [2024-10-30T13:18:10.856Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 cmd [2024-10-30T13:18:10.856Z] -rw-r--r-- 1 jenkins jenkins 8903 Oct 30 13:17 coverage.out [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 6962 Oct 30 13:15 go.mod [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 100575 Oct 30 13:15 go.sum [2024-10-30T13:18:10.856Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:15 internal [2024-10-30T13:18:10.856Z] -rw-rw-r-- 1 jenkins jenkins 228 Oct 30 13:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:11.166Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-30T13:18:11.166Z] + sudo tee /etc/docker/daemon.new [2024-10-30T13:18:11.166Z] { [2024-10-30T13:18:11.166Z] "registry-mirrors": [ [2024-10-30T13:18:11.166Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-30T13:18:11.166Z] ], [2024-10-30T13:18:11.166Z] "bip": "10.250.0.254/24", [2024-10-30T13:18:11.166Z] "hosts": [ [2024-10-30T13:18:11.166Z] "tcp://0.0.0.0:5555", [2024-10-30T13:18:11.166Z] "unix:///var/run/docker.sock" [2024-10-30T13:18:11.166Z] ], [2024-10-30T13:18:11.166Z] "mtu": 1458, [2024-10-30T13:18:11.166Z] "selinux-enabled": true, [2024-10-30T13:18:11.166Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-30T13:18:11.166Z] } [Pipeline] sh [2024-10-30T13:18:11.215Z] + 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 . [2024-10-30T13:18:11.215Z] Sending build context to Docker daemon 20.17MB [2024-10-30T13:18:11.215Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T13:18:11.215Z] Step 2/25 : FROM ${BASE} AS builder [2024-10-30T13:18:11.215Z] ---> b7b137ef9e64 [2024-10-30T13:18:11.215Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-10-30T13:18:11.473Z] ---> Running in 00a4e08a6e92 [2024-10-30T13:18:11.504Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-30T13:18:11.732Z] Removing intermediate container 00a4e08a6e92 [2024-10-30T13:18:11.732Z] ---> 64c5a85127eb [2024-10-30T13:18:11.732Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T13:18:11.732Z] ---> Running in 8ed5fb6cfbc1 [2024-10-30T13:18:11.732Z] Removing intermediate container 8ed5fb6cfbc1 [2024-10-30T13:18:11.732Z] ---> 727d2a063090 [2024-10-30T13:18:11.732Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T13:18:11.732Z] ---> Running in fb4b397edf4a [2024-10-30T13:18:11.732Z] Removing intermediate container fb4b397edf4a [2024-10-30T13:18:11.732Z] ---> 24d3cfef5397 [2024-10-30T13:18:11.732Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T13:18:11.732Z] ---> Running in 4f12c54bd2d0 [2024-10-30T13:18:11.841Z] + sudo service docker restart [2024-10-30T13:18:11.991Z] Removing intermediate container 4f12c54bd2d0 [2024-10-30T13:18:11.991Z] ---> aa7d8506b1cf [2024-10-30T13:18:11.991Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T13:18:11.991Z] ---> Running in 41247cae8c64 [2024-10-30T13:18:12.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:12.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:12.512Z] OK: 250 MiB in 58 packages [2024-10-30T13:18:13.081Z] Removing intermediate container 41247cae8c64 [2024-10-30T13:18:13.081Z] ---> 184deca6ef1a [2024-10-30T13:18:13.081Z] Step 8/25 : WORKDIR /device-snmp-go [2024-10-30T13:18:13.081Z] ---> Running in 90508f02ad3d [2024-10-30T13:18:13.081Z] Removing intermediate container 90508f02ad3d [2024-10-30T13:18:13.081Z] ---> 94cf0e965a33 [2024-10-30T13:18:13.081Z] Step 9/25 : COPY go.mod vendor* ./ [2024-10-30T13:18:13.081Z] ---> 7b12b08d700f [2024-10-30T13:18:13.081Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T13:18:13.081Z] ---> Running in 3b98197e73c1 [2024-10-30T13:18:13.649Z] Removing intermediate container 3b98197e73c1 [2024-10-30T13:18:13.649Z] ---> 566c3de14f28 [2024-10-30T13:18:13.649Z] Step 11/25 : COPY . . [2024-10-30T13:18:14.583Z] ---> 36dd900cb96d [2024-10-30T13:18:14.583Z] Step 12/25 : RUN ${MAKE} [2024-10-30T13:18:14.583Z] ---> Running in 0222d0c23504 [2024-10-30T13:18:14.583Z] 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 [2024-10-30T13:18:30.097Z] provisioning config files... [2024-10-30T13:18:30.122Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/111@tmp/config9639486365027353524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:18:30.551Z] ---> ****-login.sh [2024-10-30T13:18:30.551Z] nexus3.edgexfoundry.org:10001 [2024-10-30T13:18:30.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:31.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:31.093Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:31.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:31.093Z] [2024-10-30T13:18:31.093Z] Login Succeeded [2024-10-30T13:18:31.093Z] nexus3.edgexfoundry.org:10002 [2024-10-30T13:18:31.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:31.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:31.362Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:31.362Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:31.362Z] [2024-10-30T13:18:31.362Z] Login Succeeded [2024-10-30T13:18:31.642Z] nexus3.edgexfoundry.org:10003 [2024-10-30T13:18:31.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:31.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:31.917Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:31.917Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:31.917Z] [2024-10-30T13:18:31.917Z] Login Succeeded [2024-10-30T13:18:31.917Z] nexus3.edgexfoundry.org:10004 [2024-10-30T13:18:32.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:32.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:32.190Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:32.190Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:32.190Z] [2024-10-30T13:18:32.190Z] Login Succeeded [2024-10-30T13:18:32.190Z] ****.io [2024-10-30T13:18:32.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:32.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:32.727Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:32.728Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:32.728Z] [2024-10-30T13:18:32.728Z] Login Succeeded [2024-10-30T13:18:32.728Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T13:18:32.746Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-30T13:18:33.054Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:18:33.080Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:18:33.105Z] ========================================================= [2024-10-30T13:18:33.105Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-30T13:18:33.105Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:33.479Z] + 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 . [2024-10-30T13:18:33.751Z] Sending build context to Docker daemon 10.17MB [2024-10-30T13:18:33.751Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T13:18:33.751Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-30T13:18:34.030Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-30T13:18:34.030Z] cf04c63912e1: Pulling fs layer [2024-10-30T13:18:34.030Z] 55b35a11ae5e: Pulling fs layer [2024-10-30T13:18:34.030Z] a37a00ec5f00: Pulling fs layer [2024-10-30T13:18:34.030Z] 50b3750afda1: Pulling fs layer [2024-10-30T13:18:34.030Z] 4f4fb700ef54: Pulling fs layer [2024-10-30T13:18:34.030Z] 80978eb59214: Pulling fs layer [2024-10-30T13:18:34.030Z] c9f46d7d2bd2: Pulling fs layer [2024-10-30T13:18:34.030Z] c5a475d317c9: Pulling fs layer [2024-10-30T13:18:34.030Z] 80978eb59214: Waiting [2024-10-30T13:18:34.030Z] c9f46d7d2bd2: Waiting [2024-10-30T13:18:34.030Z] 50b3750afda1: Waiting [2024-10-30T13:18:34.030Z] 4f4fb700ef54: Waiting [2024-10-30T13:18:34.030Z] c5a475d317c9: Waiting [2024-10-30T13:18:34.030Z] 55b35a11ae5e: Verifying Checksum [2024-10-30T13:18:34.030Z] 55b35a11ae5e: Download complete [2024-10-30T13:18:34.030Z] 50b3750afda1: Verifying Checksum [2024-10-30T13:18:34.030Z] 50b3750afda1: Download complete [2024-10-30T13:18:34.030Z] 4f4fb700ef54: Verifying Checksum [2024-10-30T13:18:34.030Z] 4f4fb700ef54: Download complete [2024-10-30T13:18:34.030Z] 80978eb59214: Verifying Checksum [2024-10-30T13:18:34.030Z] 80978eb59214: Download complete [2024-10-30T13:18:34.030Z] cf04c63912e1: Download complete [2024-10-30T13:18:34.625Z] c5a475d317c9: Verifying Checksum [2024-10-30T13:18:34.625Z] c5a475d317c9: Download complete [2024-10-30T13:18:35.216Z] cf04c63912e1: Pull complete [2024-10-30T13:18:35.806Z] 55b35a11ae5e: Pull complete [2024-10-30T13:18:36.074Z] a37a00ec5f00: Download complete [2024-10-30T13:18:37.037Z] c9f46d7d2bd2: Verifying Checksum [2024-10-30T13:18:37.037Z] c9f46d7d2bd2: Download complete [2024-10-30T13:18:46.650Z] Removing intermediate container 0222d0c23504 [2024-10-30T13:18:46.650Z] ---> 7511d50fce4e [2024-10-30T13:18:46.650Z] Step 13/25 : FROM alpine:3.20 [2024-10-30T13:18:46.650Z] 3.20: Pulling from library/alpine [2024-10-30T13:18:46.650Z] 43c4264eed91: Already exists [2024-10-30T13:18:46.650Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-30T13:18:46.650Z] Status: Downloaded newer image for alpine:3.20 [2024-10-30T13:18:46.650Z] ---> 91ef0af61f39 [2024-10-30T13:18:46.650Z] Step 14/25 : RUN apk add --update --no-cache dumb-init [2024-10-30T13:18:46.650Z] ---> Running in 89bc5829f084 [2024-10-30T13:18:46.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:47.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:47.428Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-30T13:18:47.428Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:18:47.428Z] OK: 8 MiB in 15 packages [2024-10-30T13:18:47.687Z] Removing intermediate container 89bc5829f084 [2024-10-30T13:18:47.687Z] ---> 3970b9e62d49 [2024-10-30T13:18:47.687Z] Step 15/25 : RUN apk --no-cache upgrade [2024-10-30T13:18:47.687Z] ---> Running in a5e13995a050 [2024-10-30T13:18:47.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:48.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:48.472Z] Upgrading critical system libraries and apk-tools: [2024-10-30T13:18:48.472Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-30T13:18:48.472Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:18:48.472Z] Continuing the upgrade transaction with new apk-tools: [2024-10-30T13:18:48.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:48.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T13:18:48.731Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T13:18:48.732Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T13:18:48.732Z] OK: 8 MiB in 15 packages [2024-10-30T13:18:49.298Z] Removing intermediate container a5e13995a050 [2024-10-30T13:18:49.298Z] ---> b5808d6bdda2 [2024-10-30T13:18:49.298Z] Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [2024-10-30T13:18:49.583Z] a37a00ec5f00: Pull complete [2024-10-30T13:18:49.583Z] 50b3750afda1: Pull complete [2024-10-30T13:18:49.583Z] 4f4fb700ef54: Pull complete [2024-10-30T13:18:49.848Z] 80978eb59214: Pull complete [2024-10-30T13:18:50.673Z] ---> 6d490548f023 [2024-10-30T13:18:50.673Z] Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / [2024-10-30T13:18:50.931Z] ---> 964e3e7f692a [2024-10-30T13:18:50.931Z] Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / [2024-10-30T13:18:50.931Z] ---> 11e2dc3ed2f5 [2024-10-30T13:18:50.931Z] Step 19/25 : EXPOSE 59993 [2024-10-30T13:18:50.931Z] ---> Running in 61eef2b0335a [2024-10-30T13:18:50.931Z] Removing intermediate container 61eef2b0335a [2024-10-30T13:18:50.931Z] ---> e6ad3f534523 [2024-10-30T13:18:50.931Z] Step 20/25 : EXPOSE 161 [2024-10-30T13:18:50.931Z] ---> Running in 1408cc3cd780 [2024-10-30T13:18:51.190Z] Removing intermediate container 1408cc3cd780 [2024-10-30T13:18:51.190Z] ---> 3553e7bae917 [2024-10-30T13:18:51.190Z] Step 21/25 : ENTRYPOINT ["/device-snmp"] [2024-10-30T13:18:51.190Z] ---> Running in f0d99e88eb3f [2024-10-30T13:18:51.190Z] Removing intermediate container f0d99e88eb3f [2024-10-30T13:18:51.190Z] ---> 5630d4fddf9e [2024-10-30T13:18:51.190Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-10-30T13:18:51.190Z] ---> Running in a202b7ad07c9 [2024-10-30T13:18:51.190Z] Removing intermediate container a202b7ad07c9 [2024-10-30T13:18:51.190Z] ---> 61fbc0a22b78 [2024-10-30T13:18:51.190Z] Step 23/25 : LABEL arch=amd64 [2024-10-30T13:18:51.190Z] ---> Running in 439a31f503d9 [2024-10-30T13:18:51.451Z] Removing intermediate container 439a31f503d9 [2024-10-30T13:18:51.451Z] ---> 4608642cba15 [2024-10-30T13:18:51.451Z] Step 24/25 : LABEL git_sha=1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:18:51.451Z] ---> Running in 1d6088c6ae57 [2024-10-30T13:18:51.451Z] Removing intermediate container 1d6088c6ae57 [2024-10-30T13:18:51.451Z] ---> 766d1cd3ed30 [2024-10-30T13:18:51.451Z] Step 25/25 : LABEL version=4.0.0-dev.1 [2024-10-30T13:18:51.451Z] ---> Running in 4d684d162b35 [2024-10-30T13:18:51.451Z] Removing intermediate container 4d684d162b35 [2024-10-30T13:18:51.451Z] ---> 997943943ec0 [2024-10-30T13:18:51.451Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-30T13:18:51.451Z] Successfully built 997943943ec0 [2024-10-30T13:18:51.451Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T13:18:51.611Z] provisioning config files... [2024-10-30T13:18:51.621Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4820280680002895645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:18:51.930Z] ---> ****-login.sh [2024-10-30T13:18:51.930Z] nexus3.edgexfoundry.org:10001 [2024-10-30T13:18:51.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:51.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:51.931Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:51.931Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:51.931Z] [2024-10-30T13:18:51.931Z] Login Succeeded [2024-10-30T13:18:51.931Z] nexus3.edgexfoundry.org:10002 [2024-10-30T13:18:51.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:51.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:51.931Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:51.931Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:51.931Z] [2024-10-30T13:18:51.931Z] Login Succeeded [2024-10-30T13:18:51.931Z] nexus3.edgexfoundry.org:10003 [2024-10-30T13:18:52.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:52.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:52.191Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:52.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:52.191Z] [2024-10-30T13:18:52.191Z] Login Succeeded [2024-10-30T13:18:52.191Z] nexus3.edgexfoundry.org:10004 [2024-10-30T13:18:52.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:52.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:52.191Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:52.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:52.191Z] [2024-10-30T13:18:52.191Z] Login Succeeded [2024-10-30T13:18:52.191Z] ****.io [2024-10-30T13:18:52.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:18:52.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:18:52.452Z] Configure a credential helper to remove this warning. See [2024-10-30T13:18:52.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:18:52.452Z] [2024-10-30T13:18:52.452Z] Login Succeeded [2024-10-30T13:18:52.452Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T13:18:52.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T13:18:52.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:18:52.550Z] [edgeXDocker.push] Tagging docker image device-snmp with the following tags: [2024-10-30T13:18:52.550Z] 1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:18:52.550Z] latest [2024-10-30T13:18:52.550Z] 4.0.0-dev.1 [2024-10-30T13:18:52.550Z] 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:18:52.550Z] main [2024-10-30T13:18:52.550Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:52.893Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:53.215Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:18:53.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2024-10-30T13:18:53.215Z] 06b56050dc0f: Preparing [2024-10-30T13:18:53.215Z] bd4c8a30ec54: Preparing [2024-10-30T13:18:53.215Z] 5868d9dbfdc7: Preparing [2024-10-30T13:18:53.215Z] 8b79b4241c25: Preparing [2024-10-30T13:18:53.215Z] a8300a48130a: Preparing [2024-10-30T13:18:53.215Z] 63ca1fbb43ae: Preparing [2024-10-30T13:18:53.215Z] 63ca1fbb43ae: Waiting [2024-10-30T13:18:53.215Z] bd4c8a30ec54: Pushed [2024-10-30T13:18:53.215Z] a8300a48130a: Pushed [2024-10-30T13:18:53.215Z] 06b56050dc0f: Pushed [2024-10-30T13:18:53.215Z] 63ca1fbb43ae: Layer already exists [2024-10-30T13:18:53.781Z] 8b79b4241c25: Pushed [2024-10-30T13:18:57.981Z] 5868d9dbfdc7: Pushed [2024-10-30T13:18:57.981Z] 1187227a68e55282673091a484dc512a33d4176d: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:58.063Z] c9f46d7d2bd2: Pull complete [2024-10-30T13:18:58.329Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:58.661Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest [2024-10-30T13:18:58.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2024-10-30T13:18:58.661Z] 06b56050dc0f: Preparing [2024-10-30T13:18:58.661Z] bd4c8a30ec54: Preparing [2024-10-30T13:18:58.661Z] 5868d9dbfdc7: Preparing [2024-10-30T13:18:58.661Z] 8b79b4241c25: Preparing [2024-10-30T13:18:58.661Z] a8300a48130a: Preparing [2024-10-30T13:18:58.661Z] 63ca1fbb43ae: Preparing [2024-10-30T13:18:58.661Z] 63ca1fbb43ae: Waiting [2024-10-30T13:18:58.661Z] 8b79b4241c25: Layer already exists [2024-10-30T13:18:58.661Z] 5868d9dbfdc7: Layer already exists [2024-10-30T13:18:58.661Z] bd4c8a30ec54: Layer already exists [2024-10-30T13:18:58.661Z] a8300a48130a: Layer already exists [2024-10-30T13:18:58.661Z] 06b56050dc0f: Layer already exists [2024-10-30T13:18:58.661Z] 63ca1fbb43ae: Layer already exists [2024-10-30T13:18:58.661Z] latest: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:59.012Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 [Pipeline] } [2024-10-30T13:18:59.033Z] c5a475d317c9: Pull complete [2024-10-30T13:18:59.033Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-30T13:18:59.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-30T13:18:59.033Z] ---> be29e6b0f0d4 [2024-10-30T13:18:59.033Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:59.348Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 [2024-10-30T13:18:59.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2024-10-30T13:18:59.348Z] 06b56050dc0f: Preparing [2024-10-30T13:18:59.348Z] bd4c8a30ec54: Preparing [2024-10-30T13:18:59.348Z] 5868d9dbfdc7: Preparing [2024-10-30T13:18:59.348Z] 8b79b4241c25: Preparing [2024-10-30T13:18:59.348Z] a8300a48130a: Preparing [2024-10-30T13:18:59.348Z] 63ca1fbb43ae: Preparing [2024-10-30T13:18:59.348Z] 63ca1fbb43ae: Waiting [2024-10-30T13:18:59.348Z] 06b56050dc0f: Layer already exists [2024-10-30T13:18:59.348Z] a8300a48130a: Layer already exists [2024-10-30T13:18:59.348Z] bd4c8a30ec54: Layer already exists [2024-10-30T13:18:59.348Z] 5868d9dbfdc7: Layer already exists [2024-10-30T13:18:59.348Z] 8b79b4241c25: Layer already exists [2024-10-30T13:18:59.348Z] 63ca1fbb43ae: Layer already exists [2024-10-30T13:18:59.348Z] 4.0.0-dev.1: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:18:59.683Z] + 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 [2024-10-30T13:19:00.031Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:19:00.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2024-10-30T13:19:00.031Z] 06b56050dc0f: Preparing [2024-10-30T13:19:00.031Z] bd4c8a30ec54: Preparing [2024-10-30T13:19:00.031Z] 5868d9dbfdc7: Preparing [2024-10-30T13:19:00.031Z] 8b79b4241c25: Preparing [2024-10-30T13:19:00.031Z] a8300a48130a: Preparing [2024-10-30T13:19:00.031Z] 63ca1fbb43ae: Preparing [2024-10-30T13:19:00.031Z] 63ca1fbb43ae: Waiting [2024-10-30T13:19:00.031Z] 06b56050dc0f: Layer already exists [2024-10-30T13:19:00.031Z] 8b79b4241c25: Layer already exists [2024-10-30T13:19:00.031Z] a8300a48130a: Layer already exists [2024-10-30T13:19:00.031Z] 5868d9dbfdc7: Layer already exists [2024-10-30T13:19:00.031Z] bd4c8a30ec54: Layer already exists [2024-10-30T13:19:00.031Z] 63ca1fbb43ae: Layer already exists [2024-10-30T13:19:00.031Z] 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:19:00.368Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:19:00.702Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:main [2024-10-30T13:19:00.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2024-10-30T13:19:00.702Z] 06b56050dc0f: Preparing [2024-10-30T13:19:00.702Z] bd4c8a30ec54: Preparing [2024-10-30T13:19:00.702Z] 5868d9dbfdc7: Preparing [2024-10-30T13:19:00.702Z] 8b79b4241c25: Preparing [2024-10-30T13:19:00.702Z] a8300a48130a: Preparing [2024-10-30T13:19:00.702Z] 63ca1fbb43ae: Preparing [2024-10-30T13:19:00.702Z] 63ca1fbb43ae: Waiting [2024-10-30T13:19:00.702Z] bd4c8a30ec54: Layer already exists [2024-10-30T13:19:00.702Z] a8300a48130a: Layer already exists [2024-10-30T13:19:00.702Z] 8b79b4241c25: Layer already exists [2024-10-30T13:19:00.702Z] 5868d9dbfdc7: Layer already exists [2024-10-30T13:19:00.702Z] 06b56050dc0f: Layer already exists [2024-10-30T13:19:00.702Z] 63ca1fbb43ae: Layer already exists [2024-10-30T13:19:00.702Z] main: digest: sha256:db25814ad8c5c98c2312f7cdd5bdc9581027f77f1c9e188bfe70bdc563759734 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T13:19:00.778Z] ===================================================== [Pipeline] echo [2024-10-30T13:19:00.792Z] taggedImages: [2024-10-30T13:19:00.792Z] - nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:19:00.792Z] - nexus3.edgexfoundry.org:10004/device-snmp:latest [2024-10-30T13:19:00.792Z] - nexus3.edgexfoundry.org:10004/device-snmp:4.0.0-dev.1 [2024-10-30T13:19:00.792Z] - nexus3.edgexfoundry.org:10004/device-snmp:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:19:00.792Z] - 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 [2024-10-30T13:19:01.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T13:19:01.222Z] [2024-10-30T13:19:01.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:19:01.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T13:19:01.525Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-30T13:19:01.525Z] 5eb5b503b376: Pulling fs layer [2024-10-30T13:19:01.525Z] 5c69ac0246d0: Pulling fs layer [2024-10-30T13:19:01.525Z] ec43610c2a17: Pulling fs layer [2024-10-30T13:19:01.525Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-30T13:19:01.525Z] 33b1e0a273af: Pulling fs layer [2024-10-30T13:19:01.525Z] 5d3b04190fa2: Pulling fs layer [2024-10-30T13:19:01.525Z] 2f39f015ded8: Pulling fs layer [2024-10-30T13:19:01.525Z] 33b1e0a273af: Waiting [2024-10-30T13:19:01.525Z] 5d3b04190fa2: Waiting [2024-10-30T13:19:01.525Z] 2f39f015ded8: Waiting [2024-10-30T13:19:01.525Z] 3a2ae6a8a46f: Waiting [2024-10-30T13:19:01.525Z] 5c69ac0246d0: Verifying Checksum [2024-10-30T13:19:01.525Z] 5c69ac0246d0: Download complete [2024-10-30T13:19:01.525Z] 3a2ae6a8a46f: Download complete [2024-10-30T13:19:01.525Z] ec43610c2a17: Verifying Checksum [2024-10-30T13:19:01.525Z] ec43610c2a17: Download complete [2024-10-30T13:19:01.525Z] 33b1e0a273af: Verifying Checksum [2024-10-30T13:19:01.525Z] 33b1e0a273af: Download complete [2024-10-30T13:19:01.525Z] 5d3b04190fa2: Verifying Checksum [2024-10-30T13:19:01.525Z] 5d3b04190fa2: Download complete [2024-10-30T13:19:01.623Z] ---> Running in d9ee73072e4f [2024-10-30T13:19:01.623Z] Removing intermediate container d9ee73072e4f [2024-10-30T13:19:01.623Z] ---> 58920a3be299 [2024-10-30T13:19:01.623Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T13:19:01.623Z] ---> Running in 36b316317584 [2024-10-30T13:19:01.784Z] 5eb5b503b376: Verifying Checksum [2024-10-30T13:19:01.784Z] 5eb5b503b376: Download complete [2024-10-30T13:19:01.889Z] Removing intermediate container 36b316317584 [2024-10-30T13:19:01.889Z] ---> 94fd9dbe1eb3 [2024-10-30T13:19:01.889Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T13:19:02.156Z] ---> Running in 748c1b9e4ff6 [2024-10-30T13:19:02.351Z] 2f39f015ded8: Download complete [2024-10-30T13:19:02.423Z] Removing intermediate container 748c1b9e4ff6 [2024-10-30T13:19:02.423Z] ---> 4dd1a0d4902d [2024-10-30T13:19:02.423Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T13:19:02.423Z] ---> Running in 61429aa33722 [2024-10-30T13:19:02.947Z] 5eb5b503b376: Pull complete [2024-10-30T13:19:02.947Z] 5c69ac0246d0: Pull complete [2024-10-30T13:19:03.018Z] Removing intermediate container 61429aa33722 [2024-10-30T13:19:03.018Z] ---> 896d894d0ee5 [2024-10-30T13:19:03.018Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T13:19:03.018Z] ---> Running in c6d5645ea98a [2024-10-30T13:19:03.205Z] ec43610c2a17: Pull complete [2024-10-30T13:19:03.463Z] 3a2ae6a8a46f: Pull complete [2024-10-30T13:19:03.463Z] 33b1e0a273af: Pull complete [2024-10-30T13:19:03.721Z] 5d3b04190fa2: Pull complete [2024-10-30T13:19:04.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T13:19:04.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T13:19:06.113Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-30T13:19:06.113Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-30T13:19:06.113Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-30T13:19:06.113Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-30T13:19:06.113Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:19:06.113Z] OK: 242 MiB in 58 packages [2024-10-30T13:19:07.534Z] Removing intermediate container c6d5645ea98a [2024-10-30T13:19:07.534Z] ---> b67dcf872038 [2024-10-30T13:19:07.534Z] Step 8/12 : WORKDIR /device-snmp-go [2024-10-30T13:19:07.534Z] ---> Running in 6a016ce1c580 [2024-10-30T13:19:07.801Z] Removing intermediate container 6a016ce1c580 [2024-10-30T13:19:07.801Z] ---> 348b43940ce6 [2024-10-30T13:19:07.801Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-30T13:19:07.917Z] 2f39f015ded8: Pull complete [2024-10-30T13:19:07.917Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-30T13:19:07.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T13:19:07.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:19:08.026Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:19:08.056Z] $ 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 [2024-10-30T13:19:08.070Z] ---> 78f76218f702 [2024-10-30T13:19:08.070Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T13:19:08.336Z] ---> Running in b3bab32f9e48 [2024-10-30T13:19:13.354Z] $ docker top 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:19:13.771Z] ---> job-cost.sh [2024-10-30T13:19:13.771Z] lf-activate-venv: SKIPPING [2024-10-30T13:19:13.771Z] INFO: No Stack... [2024-10-30T13:19:14.339Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-30T13:19:14.598Z] INFO: Archiving Costs [Pipeline] sh [2024-10-30T13:19:14.892Z] + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [2024-10-30T13:19:14.892Z] + cut -d, -f6 [Pipeline] lock [2024-10-30T13:19:14.909Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [2024-10-30T13:19:14.926Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] did not exist. Created. [2024-10-30T13:19:14.934Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-30T13:19:15.247Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-30T13:19:15.281Z] Stashed 1 file(s) [Pipeline] } [2024-10-30T13:19:15.289Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-30T13:19:15.317Z] $ docker stop --time=1 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 [2024-10-30T13:19:16.453Z] $ docker rm -f --volumes 7679a84b5c8bf1cc7e0e2ace44345efd0fb41da8b883e72d72c4852b24b38211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-30T13:21:30.044Z] Removing intermediate container b3bab32f9e48 [2024-10-30T13:21:30.044Z] ---> 72426106dd36 [2024-10-30T13:21:30.044Z] Step 11/12 : COPY . . [2024-10-30T13:21:30.044Z] ---> 3d2665274eae [2024-10-30T13:21:30.044Z] Step 12/12 : RUN ${MAKE} [2024-10-30T13:21:30.044Z] ---> Running in 199bdfbe9eb6 [2024-10-30T13:21:30.044Z] noop [2024-10-30T13:21:30.044Z] Removing intermediate container 199bdfbe9eb6 [2024-10-30T13:21:30.044Z] ---> 2c89afccf1eb [2024-10-30T13:21:30.044Z] Successfully built 2c89afccf1eb [2024-10-30T13:21:30.044Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:21:30.424Z] + docker inspect -f . ci-base-image-arm64 [2024-10-30T13:21:30.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:21:30.670Z] prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container [2024-10-30T13:21:30.736Z] $ 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 [2024-10-30T13:21:32.133Z] $ docker top 36b1afd8332308fb5efc150c45006982153ea165b1240254c1a93f5f60492a6e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:21:33.021Z] + go version [2024-10-30T13:21:33.022Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-30T13:21:33.037Z] $ docker stop --time=1 36b1afd8332308fb5efc150c45006982153ea165b1240254c1a93f5f60492a6e [2024-10-30T13:21:34.718Z] $ 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 [2024-10-30T13:21:35.334Z] + docker inspect -f . ci-base-image-arm64 [2024-10-30T13:21:35.335Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:21:35.543Z] prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container [2024-10-30T13:21:35.614Z] $ 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 [2024-10-30T13:21:37.820Z] $ docker top 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:21:38.692Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/111 [Pipeline] fileExists [Pipeline] sh [2024-10-30T13:21:39.361Z] + make test [2024-10-30T13:21:39.361Z] go test ./... -coverprofile=coverage.out [2024-10-30T13:21:46.023Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2024-10-30T13:25:53.072Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2024-10-30T13:25:53.072Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.029s coverage: 0.0% of statements [2024-10-30T13:25:53.072Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-30T13:25:53.072Z] go vet ./... [2024-10-30T13:26:49.599Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-30T13:26:49.599Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-30T13:26:49.599Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-30T13:26:49.622Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-30T13:26:49.635Z] $ docker stop --time=1 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 [2024-10-30T13:26:51.594Z] $ docker rm -f --volumes 16487c07e4d57de6ed52364f1ab367f564e1a09ff34a82c292f836fbb4863877 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T13:26:53.267Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-30T13:26:53.296Z] Warning: overwriting stash ‘coverage-report’ [2024-10-30T13:26:53.774Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T13:26:54.196Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-30T13:26:54.518Z] + ls -al . [2024-10-30T13:26:54.518Z] total 244 [2024-10-30T13:26:54.518Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 30 13:21 . [2024-10-30T13:26:54.518Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 13:18 .. [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 6 Oct 30 13:18 .dockerignore [2024-10-30T13:26:54.518Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 13:18 .git [2024-10-30T13:26:54.518Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 .github [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 263 Oct 30 13:18 .gitignore [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 30 13:18 .golangci.yml [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 18843 Oct 30 13:18 Attribution.txt [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 11809 Oct 30 13:18 CHANGELOG.md [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 1571 Oct 30 13:18 Dockerfile [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 13:18 GOVERNANCE.md [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 656 Oct 30 13:18 Jenkinsfile [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 13:18 LICENSE [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 2240 Oct 30 13:18 Makefile [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 13:18 OWNERS.md [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 10477 Oct 30 13:18 README.md [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 13:16 VERSION [2024-10-30T13:26:54.518Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 13:18 bin [2024-10-30T13:26:54.518Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 cmd [2024-10-30T13:26:54.518Z] -rw-r--r-- 1 jenkins jenkins 8903 Oct 30 13:25 coverage.out [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 6962 Oct 30 13:18 go.mod [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 100575 Oct 30 13:18 go.sum [2024-10-30T13:26:54.518Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 13:18 internal [2024-10-30T13:26:54.518Z] -rw-rw-r-- 1 jenkins jenkins 228 Oct 30 13:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:26:54.882Z] + 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 . [2024-10-30T13:26:55.475Z] Sending build context to Docker daemon 10.18MB [2024-10-30T13:26:55.475Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T13:26:55.475Z] Step 2/25 : FROM ${BASE} AS builder [2024-10-30T13:26:55.475Z] ---> 2c89afccf1eb [2024-10-30T13:26:55.475Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-10-30T13:26:55.475Z] ---> Running in 2933cb9a3327 [2024-10-30T13:26:57.257Z] Removing intermediate container 2933cb9a3327 [2024-10-30T13:26:57.257Z] ---> 06527665e6af [2024-10-30T13:26:57.257Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T13:26:57.257Z] ---> Running in e077e7514156 [2024-10-30T13:26:57.257Z] Removing intermediate container e077e7514156 [2024-10-30T13:26:57.257Z] ---> f19908cbdac1 [2024-10-30T13:26:57.257Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T13:26:57.257Z] ---> Running in 72036f837157 [2024-10-30T13:26:57.257Z] Removing intermediate container 72036f837157 [2024-10-30T13:26:57.257Z] ---> c3598758ef9f [2024-10-30T13:26:57.257Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T13:26:57.257Z] ---> Running in 616c788ea818 [2024-10-30T13:26:57.257Z] Removing intermediate container 616c788ea818 [2024-10-30T13:26:57.257Z] ---> 40e0d99b8333 [2024-10-30T13:26:57.257Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T13:26:57.257Z] ---> Running in c8d3beaa3b2b [2024-10-30T13:26:58.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T13:26:58.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T13:27:00.214Z] OK: 242 MiB in 58 packages [2024-10-30T13:27:01.175Z] Removing intermediate container c8d3beaa3b2b [2024-10-30T13:27:01.175Z] ---> 509ada7ad426 [2024-10-30T13:27:01.175Z] Step 8/25 : WORKDIR /device-snmp-go [2024-10-30T13:27:01.175Z] ---> Running in 840c285c932b [2024-10-30T13:27:01.442Z] Removing intermediate container 840c285c932b [2024-10-30T13:27:01.442Z] ---> 959cfd3102fb [2024-10-30T13:27:01.442Z] Step 9/25 : COPY go.mod vendor* ./ [2024-10-30T13:27:02.024Z] ---> 90f7d4377758 [2024-10-30T13:27:02.024Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T13:27:02.024Z] ---> Running in e574201c4bc1 [2024-10-30T13:27:04.599Z] Removing intermediate container e574201c4bc1 [2024-10-30T13:27:04.599Z] ---> 8b03ef95adf3 [2024-10-30T13:27:04.599Z] Step 11/25 : COPY . . [2024-10-30T13:27:05.183Z] ---> d3cad13e2613 [2024-10-30T13:27:05.183Z] Step 12/25 : RUN ${MAKE} [2024-10-30T13:27:05.447Z] ---> Running in 31af4e47e9fb [2024-10-30T13:27:06.430Z] 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 [2024-10-30T13:30:58.264Z] Removing intermediate container 31af4e47e9fb [2024-10-30T13:30:58.264Z] ---> d8ccad8a0996 [2024-10-30T13:30:58.264Z] Step 13/25 : FROM alpine:3.20 [2024-10-30T13:30:58.264Z] 3.20: Pulling from library/alpine [2024-10-30T13:30:58.264Z] cf04c63912e1: Already exists [2024-10-30T13:30:58.264Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-30T13:30:58.264Z] Status: Downloaded newer image for alpine:3.20 [2024-10-30T13:30:58.264Z] ---> c157a85ed455 [2024-10-30T13:30:58.264Z] Step 14/25 : RUN apk add --update --no-cache dumb-init [2024-10-30T13:30:58.264Z] ---> Running in 48f06fd1b4c7 [2024-10-30T13:30:58.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T13:30:58.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T13:30:59.686Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-30T13:30:59.686Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:30:59.686Z] OK: 9 MiB in 15 packages [2024-10-30T13:31:00.646Z] Removing intermediate container 48f06fd1b4c7 [2024-10-30T13:31:00.646Z] ---> 77845bba4663 [2024-10-30T13:31:00.646Z] Step 15/25 : RUN apk --no-cache upgrade [2024-10-30T13:31:00.646Z] ---> Running in 642cba4c351f [2024-10-30T13:31:02.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T13:31:02.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T13:31:03.487Z] Upgrading critical system libraries and apk-tools: [2024-10-30T13:31:03.487Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-30T13:31:03.764Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T13:31:04.032Z] Continuing the upgrade transaction with new apk-tools: [2024-10-30T13:31:04.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T13:31:04.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T13:31:05.714Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T13:31:05.981Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T13:31:05.981Z] OK: 9 MiB in 15 packages [2024-10-30T13:31:06.947Z] Removing intermediate container 642cba4c351f [2024-10-30T13:31:06.947Z] ---> dd998f61ac1d [2024-10-30T13:31:06.947Z] Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [2024-10-30T13:31:09.548Z] ---> e6796b7ca125 [2024-10-30T13:31:09.548Z] Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / [2024-10-30T13:31:10.134Z] ---> c9d5654691b0 [2024-10-30T13:31:10.134Z] Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / [2024-10-30T13:31:10.719Z] ---> 5c295ce0347d [2024-10-30T13:31:10.719Z] Step 19/25 : EXPOSE 59993 [2024-10-30T13:31:10.987Z] ---> Running in 90a175b53bc8 [2024-10-30T13:31:11.254Z] Removing intermediate container 90a175b53bc8 [2024-10-30T13:31:11.254Z] ---> b536166ce34b [2024-10-30T13:31:11.254Z] Step 20/25 : EXPOSE 161 [2024-10-30T13:31:11.254Z] ---> Running in 97092716bf1e [2024-10-30T13:31:11.522Z] Removing intermediate container 97092716bf1e [2024-10-30T13:31:11.522Z] ---> b6e9d2b61c72 [2024-10-30T13:31:11.522Z] Step 21/25 : ENTRYPOINT ["/device-snmp"] [2024-10-30T13:31:11.789Z] ---> Running in b67642c86b32 [2024-10-30T13:31:12.056Z] Removing intermediate container b67642c86b32 [2024-10-30T13:31:12.056Z] ---> bb14a046848a [2024-10-30T13:31:12.056Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-10-30T13:31:12.056Z] ---> Running in 7456d4be9b5c [2024-10-30T13:31:12.323Z] Removing intermediate container 7456d4be9b5c [2024-10-30T13:31:12.323Z] ---> c4f8d1abaec9 [2024-10-30T13:31:12.323Z] Step 23/25 : LABEL arch=arm64 [2024-10-30T13:31:12.590Z] ---> Running in 6c6d6393b7b2 [2024-10-30T13:31:12.856Z] Removing intermediate container 6c6d6393b7b2 [2024-10-30T13:31:12.856Z] ---> df512130dec6 [2024-10-30T13:31:12.856Z] Step 24/25 : LABEL git_sha=1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:31:13.123Z] ---> Running in 9a2453ef6a6e [2024-10-30T13:31:13.389Z] Removing intermediate container 9a2453ef6a6e [2024-10-30T13:31:13.389Z] ---> 61a7f01e747c [2024-10-30T13:31:13.389Z] Step 25/25 : LABEL version=4.0.0-dev.1 [2024-10-30T13:31:13.389Z] ---> Running in 7cbb942d0ebc [2024-10-30T13:31:13.657Z] Removing intermediate container 7cbb942d0ebc [2024-10-30T13:31:13.657Z] ---> 9a0a0b8946c2 [2024-10-30T13:31:13.657Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-30T13:31:13.657Z] Successfully built 9a0a0b8946c2 [2024-10-30T13:31:13.657Z] 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 [2024-10-30T13:31:13.823Z] provisioning config files... [2024-10-30T13:31:13.838Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/111@tmp/config6628953156798165745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:31:14.178Z] ---> ****-login.sh [2024-10-30T13:31:14.178Z] nexus3.edgexfoundry.org:10001 [2024-10-30T13:31:14.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:31:14.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:31:14.444Z] Configure a credential helper to remove this warning. See [2024-10-30T13:31:14.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:31:14.444Z] [2024-10-30T13:31:14.444Z] Login Succeeded [2024-10-30T13:31:14.444Z] nexus3.edgexfoundry.org:10002 [2024-10-30T13:31:14.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:31:14.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:31:14.711Z] Configure a credential helper to remove this warning. See [2024-10-30T13:31:14.711Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:31:14.711Z] [2024-10-30T13:31:14.711Z] Login Succeeded [2024-10-30T13:31:14.978Z] nexus3.edgexfoundry.org:10003 [2024-10-30T13:31:14.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:31:15.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:31:15.246Z] Configure a credential helper to remove this warning. See [2024-10-30T13:31:15.246Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:31:15.246Z] [2024-10-30T13:31:15.246Z] Login Succeeded [2024-10-30T13:31:15.246Z] nexus3.edgexfoundry.org:10004 [2024-10-30T13:31:15.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:31:15.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:31:15.514Z] Configure a credential helper to remove this warning. See [2024-10-30T13:31:15.514Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:31:15.514Z] [2024-10-30T13:31:15.514Z] Login Succeeded [2024-10-30T13:31:15.514Z] ****.io [2024-10-30T13:31:15.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T13:31:16.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T13:31:16.054Z] Configure a credential helper to remove this warning. See [2024-10-30T13:31:16.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T13:31:16.054Z] [2024-10-30T13:31:16.054Z] Login Succeeded [2024-10-30T13:31:16.054Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T13:31:16.066Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T13:31:16.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T13:31:16.173Z] [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: [2024-10-30T13:31:16.173Z] 1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:31:16.173Z] latest [2024-10-30T13:31:16.173Z] 4.0.0-dev.1 [2024-10-30T13:31:16.173Z] 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:31:16.173Z] main [2024-10-30T13:31:16.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:16.579Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:16.951Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:31:16.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2024-10-30T13:31:16.951Z] 85e2d4f4c90c: Preparing [2024-10-30T13:31:16.951Z] 03e9d7e8d44b: Preparing [2024-10-30T13:31:16.951Z] 1619e75ab34c: Preparing [2024-10-30T13:31:16.951Z] bcb08985160c: Preparing [2024-10-30T13:31:16.951Z] 6fa772b62157: Preparing [2024-10-30T13:31:16.951Z] 16113d51b718: Preparing [2024-10-30T13:31:16.951Z] 16113d51b718: Waiting [2024-10-30T13:31:17.220Z] 85e2d4f4c90c: Pushed [2024-10-30T13:31:17.220Z] 6fa772b62157: Pushed [2024-10-30T13:31:17.220Z] 03e9d7e8d44b: Pushed [2024-10-30T13:31:17.220Z] 16113d51b718: Layer already exists [2024-10-30T13:31:18.632Z] bcb08985160c: Pushed [2024-10-30T13:31:26.841Z] 1619e75ab34c: Pushed [2024-10-30T13:31:27.109Z] 1187227a68e55282673091a484dc512a33d4176d: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:27.482Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:27.841Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2024-10-30T13:31:27.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2024-10-30T13:31:27.841Z] 85e2d4f4c90c: Preparing [2024-10-30T13:31:27.841Z] 03e9d7e8d44b: Preparing [2024-10-30T13:31:27.841Z] 1619e75ab34c: Preparing [2024-10-30T13:31:27.841Z] bcb08985160c: Preparing [2024-10-30T13:31:27.841Z] 6fa772b62157: Preparing [2024-10-30T13:31:27.841Z] 16113d51b718: Preparing [2024-10-30T13:31:27.841Z] 16113d51b718: Waiting [2024-10-30T13:31:27.841Z] 03e9d7e8d44b: Layer already exists [2024-10-30T13:31:27.841Z] 85e2d4f4c90c: Layer already exists [2024-10-30T13:31:27.841Z] 6fa772b62157: Layer already exists [2024-10-30T13:31:27.841Z] 1619e75ab34c: Layer already exists [2024-10-30T13:31:27.841Z] bcb08985160c: Layer already exists [2024-10-30T13:31:27.841Z] 16113d51b718: Layer already exists [2024-10-30T13:31:28.106Z] latest: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:28.466Z] + 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 [2024-10-30T13:31:28.829Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.0.0-dev.1 [2024-10-30T13:31:28.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2024-10-30T13:31:28.829Z] 85e2d4f4c90c: Preparing [2024-10-30T13:31:28.829Z] 03e9d7e8d44b: Preparing [2024-10-30T13:31:28.829Z] 1619e75ab34c: Preparing [2024-10-30T13:31:28.829Z] bcb08985160c: Preparing [2024-10-30T13:31:28.829Z] 6fa772b62157: Preparing [2024-10-30T13:31:28.829Z] 16113d51b718: Preparing [2024-10-30T13:31:28.829Z] 16113d51b718: Waiting [2024-10-30T13:31:28.829Z] 6fa772b62157: Layer already exists [2024-10-30T13:31:28.829Z] bcb08985160c: Layer already exists [2024-10-30T13:31:28.829Z] 1619e75ab34c: Layer already exists [2024-10-30T13:31:28.829Z] 85e2d4f4c90c: Layer already exists [2024-10-30T13:31:28.829Z] 03e9d7e8d44b: Layer already exists [2024-10-30T13:31:28.829Z] 16113d51b718: Layer already exists [2024-10-30T13:31:29.094Z] 4.0.0-dev.1: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:29.462Z] + 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 [2024-10-30T13:31:29.826Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:31:29.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2024-10-30T13:31:29.826Z] 85e2d4f4c90c: Preparing [2024-10-30T13:31:29.826Z] 03e9d7e8d44b: Preparing [2024-10-30T13:31:29.826Z] 1619e75ab34c: Preparing [2024-10-30T13:31:29.826Z] bcb08985160c: Preparing [2024-10-30T13:31:29.826Z] 6fa772b62157: Preparing [2024-10-30T13:31:29.826Z] 16113d51b718: Preparing [2024-10-30T13:31:29.826Z] 16113d51b718: Waiting [2024-10-30T13:31:29.826Z] 1619e75ab34c: Layer already exists [2024-10-30T13:31:29.826Z] 6fa772b62157: Layer already exists [2024-10-30T13:31:29.826Z] 85e2d4f4c90c: Layer already exists [2024-10-30T13:31:29.826Z] 03e9d7e8d44b: Layer already exists [2024-10-30T13:31:29.826Z] bcb08985160c: Layer already exists [2024-10-30T13:31:29.826Z] 16113d51b718: Layer already exists [2024-10-30T13:31:30.092Z] 1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:30.456Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:30.817Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [2024-10-30T13:31:30.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2024-10-30T13:31:30.817Z] 85e2d4f4c90c: Preparing [2024-10-30T13:31:30.817Z] 03e9d7e8d44b: Preparing [2024-10-30T13:31:30.817Z] 1619e75ab34c: Preparing [2024-10-30T13:31:30.817Z] bcb08985160c: Preparing [2024-10-30T13:31:30.817Z] 6fa772b62157: Preparing [2024-10-30T13:31:30.817Z] 16113d51b718: Preparing [2024-10-30T13:31:30.817Z] 16113d51b718: Waiting [2024-10-30T13:31:30.817Z] 03e9d7e8d44b: Layer already exists [2024-10-30T13:31:30.817Z] 1619e75ab34c: Layer already exists [2024-10-30T13:31:30.817Z] 6fa772b62157: Layer already exists [2024-10-30T13:31:30.817Z] 85e2d4f4c90c: Layer already exists [2024-10-30T13:31:30.817Z] bcb08985160c: Layer already exists [2024-10-30T13:31:30.817Z] 16113d51b718: Layer already exists [2024-10-30T13:31:31.084Z] main: digest: sha256:b1fcfa15ad118fc38680a4ef86b7c4bcf25802c93b3d6db57fbdeae5d8b7212b size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T13:31:31.177Z] ===================================================== [Pipeline] echo [2024-10-30T13:31:31.195Z] taggedImages: [2024-10-30T13:31:31.195Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d [2024-10-30T13:31:31.195Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2024-10-30T13:31:31.195Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.0.0-dev.1 [2024-10-30T13:31:31.195Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:1187227a68e55282673091a484dc512a33d4176d-4.0.0-dev.1 [2024-10-30T13:31:31.195Z] - 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 [2024-10-30T13:31:31.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T13:31:31.604Z] [2024-10-30T13:31:31.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:31:31.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T13:31:32.212Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-30T13:31:32.212Z] 8998bd30e6a1: Pulling fs layer [2024-10-30T13:31:32.212Z] 04944245beec: Pulling fs layer [2024-10-30T13:31:32.212Z] 699f458cf7ca: Pulling fs layer [2024-10-30T13:31:32.212Z] 765212b225bb: Pulling fs layer [2024-10-30T13:31:32.212Z] 765212b225bb: Waiting [2024-10-30T13:31:32.212Z] f23df028b6ca: Pulling fs layer [2024-10-30T13:31:32.212Z] f23df028b6ca: Waiting [2024-10-30T13:31:32.212Z] d65c8cfc05b1: Pulling fs layer [2024-10-30T13:31:32.212Z] 2437ff75d9bd: Pulling fs layer [2024-10-30T13:31:32.212Z] d65c8cfc05b1: Waiting [2024-10-30T13:31:32.212Z] 04944245beec: Verifying Checksum [2024-10-30T13:31:32.212Z] 04944245beec: Download complete [2024-10-30T13:31:32.212Z] 765212b225bb: Verifying Checksum [2024-10-30T13:31:32.212Z] 765212b225bb: Download complete [2024-10-30T13:31:32.212Z] f23df028b6ca: Verifying Checksum [2024-10-30T13:31:32.212Z] f23df028b6ca: Download complete [2024-10-30T13:31:32.212Z] d65c8cfc05b1: Verifying Checksum [2024-10-30T13:31:32.212Z] d65c8cfc05b1: Download complete [2024-10-30T13:31:32.478Z] 699f458cf7ca: Verifying Checksum [2024-10-30T13:31:32.478Z] 699f458cf7ca: Download complete [2024-10-30T13:31:32.743Z] 8998bd30e6a1: Verifying Checksum [2024-10-30T13:31:32.743Z] 8998bd30e6a1: Download complete [2024-10-30T13:31:35.319Z] 2437ff75d9bd: Verifying Checksum [2024-10-30T13:31:35.319Z] 2437ff75d9bd: Download complete [2024-10-30T13:31:37.900Z] 8998bd30e6a1: Pull complete [2024-10-30T13:31:38.481Z] 04944245beec: Pull complete [2024-10-30T13:31:40.419Z] 699f458cf7ca: Pull complete [2024-10-30T13:31:40.419Z] 765212b225bb: Pull complete [2024-10-30T13:31:41.374Z] f23df028b6ca: Pull complete [2024-10-30T13:31:41.374Z] d65c8cfc05b1: Pull complete [2024-10-30T13:31:59.578Z] 2437ff75d9bd: Pull complete [2024-10-30T13:31:59.578Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-30T13:31:59.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T13:31:59.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:31:59.795Z] prd-ubuntu20.04-docker-arm64-4c-16g-24159 does not seem to be running inside a container [2024-10-30T13:31:59.846Z] $ 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 [2024-10-30T13:32:02.821Z] $ docker top 8e6d6cee1ae97b694116d3bc949e186755dc38a568cb41e5d1e4814ca91f88cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:32:03.715Z] ---> job-cost.sh [2024-10-30T13:32:03.715Z] lf-activate-venv: SKIPPING [2024-10-30T13:32:03.715Z] INFO: No Stack... [2024-10-30T13:32:04.299Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-30T13:32:05.260Z] INFO: Archiving Costs [Pipeline] sh [2024-10-30T13:32:05.910Z] + cat /w/workspace/device-snmp-go/111/archives/cost.csv [2024-10-30T13:32:05.910Z] + cut -d, -f6 [Pipeline] lock [2024-10-30T13:32:05.981Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [2024-10-30T13:32:05.990Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] did not exist. Created. [2024-10-30T13:32:05.997Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-30T13:32:06.816Z] /w/workspace/device-snmp-go/111@tmp/durable-494d1010/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-30T13:32:07.559Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-30T13:32:07.583Z] Warning: overwriting stash ‘stack-cost’ [2024-10-30T13:32:07.655Z] Stashed 1 file(s) [Pipeline] } [2024-10-30T13:32:07.668Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-111-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-30T13:32:07.679Z] $ docker stop --time=1 8e6d6cee1ae97b694116d3bc949e186755dc38a568cb41e5d1e4814ca91f88cb [2024-10-30T13:32:09.292Z] $ 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 [2024-10-30T13:32:09.856Z] provisioning config files... [2024-10-30T13:32:09.890Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config112638793302077177tmp [Pipeline] { [Pipeline] sh [2024-10-30T13:32:10.235Z] + set +x [2024-10-30T13:32:10.235Z] + curl -s https://codecov.io/bash [2024-10-30T13:32:10.235Z] + bash -s -- [2024-10-30T13:32:10.235Z] [2024-10-30T13:32:10.235Z] _____ _ [2024-10-30T13:32:10.235Z] / ____| | | [2024-10-30T13:32:10.235Z] | | ___ __| | ___ ___ _____ __ [2024-10-30T13:32:10.235Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-30T13:32:10.235Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-30T13:32:10.235Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-30T13:32:10.235Z] Bash-1.0.6 [2024-10-30T13:32:10.235Z] [2024-10-30T13:32:10.235Z] [2024-10-30T13:32:10.235Z] ==> git version 2.25.1 found [2024-10-30T13:32:10.235Z] ==> 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 [2024-10-30T13:32:10.235Z] Release-Date: 2020-01-08 [2024-10-30T13:32:10.235Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-30T13:32:10.235Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-30T13:32:10.235Z] ==> Jenkins CI detected. [2024-10-30T13:32:10.235Z] current dir:  /w/workspace/edgexfoundry_device-snmp-go_main [2024-10-30T13:32:10.235Z] project root: . [2024-10-30T13:32:10.235Z] --> token set from env [2024-10-30T13:32:10.235Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-30T13:32:10.235Z] ==> Running gcov in . (disable via -X gcov) [2024-10-30T13:32:10.235Z] ==> Python coveragepy not found [2024-10-30T13:32:10.235Z] ==> Searching for coverage reports in: [2024-10-30T13:32:10.235Z] + . [2024-10-30T13:32:10.235Z] -> Found 1 reports [2024-10-30T13:32:10.235Z] ==> Detecting git/mercurial file structure [2024-10-30T13:32:10.518Z] ==> Reading reports [2024-10-30T13:32:10.518Z] + ./coverage.out bytes=8903 [2024-10-30T13:32:10.518Z] ==> Appending adjustments [2024-10-30T13:32:10.518Z] https://docs.codecov.io/docs/fixing-reports [2024-10-30T13:32:10.518Z] + Found adjustments [2024-10-30T13:32:10.518Z] ==> Gzipping contents [2024-10-30T13:32:10.518Z] 4.0K /tmp/codecov.tTmxft.gz [2024-10-30T13:32:10.518Z] ==> Uploading reports [2024-10-30T13:32:10.518Z] url: https://codecov.io [2024-10-30T13:32:10.518Z] 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= [2024-10-30T13:32:10.518Z] -> Pinging Codecov [2024-10-30T13:32:10.518Z] 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= [2024-10-30T13:32:10.782Z] -> Uploading to [2024-10-30T13:32:10.782Z] 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 [2024-10-30T13:32:10.782Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-30T13:32:10.782Z] Dload Upload Total Spent Left Speed [2024-10-30T13:32:11.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 6131 --:--:-- --:--:-- --:--:-- 6131 [2024-10-30T13:32:11.041Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/1187227a68e55282673091a484dc512a33d4176d [Pipeline] } [2024-10-30T13:32:11.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-30T13:32:11.276Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-30T13:32:11.291Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:11.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T13:32:11.601Z] [2024-10-30T13:32:11.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:11.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T13:32:11.906Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-30T13:32:11.906Z] 43c4264eed91: Already exists [2024-10-30T13:32:11.906Z] 4cc291be95ef: Already exists [2024-10-30T13:32:11.906Z] 2ac1f1163629: Already exists [2024-10-30T13:32:11.906Z] 5c3c966382ef: Already exists [2024-10-30T13:32:11.906Z] 4f4fb700ef54: Already exists [2024-10-30T13:32:11.906Z] d9c7d2e4e75e: Pulling fs layer [2024-10-30T13:32:11.906Z] 9c3e1370e548: Pulling fs layer [2024-10-30T13:32:12.168Z] d9c7d2e4e75e: Download complete [2024-10-30T13:32:12.428Z] d9c7d2e4e75e: Pull complete [2024-10-30T13:32:12.994Z] 9c3e1370e548: Download complete [2024-10-30T13:32:16.276Z] 9c3e1370e548: Pull complete [2024-10-30T13:32:16.276Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-30T13:32:16.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T13:32:16.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:32:16.376Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:32:16.398Z] $ 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 [2024-10-30T13:32:18.835Z] $ docker top abdbef6d6119361ca71ebdff0727967be84fec903424f7ca8ea4f3e8f5105a66 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:32:19.204Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo [2024-10-30T13:32:19.213Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh [2024-10-30T13:32:19.496Z] + set -o pipefail [2024-10-30T13:32:19.496Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' [2024-10-30T13:32:27.617Z] [2024-10-30T13:32:27.617Z] Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... [2024-10-30T13:32:27.617Z] [2024-10-30T13:32:27.617Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/49ecfe16-c3ba-418a-8b7a-341975a586f9 [2024-10-30T13:32:27.617Z] [2024-10-30T13:32:27.617Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-30T13:32:27.617Z] [Pipeline] } [2024-10-30T13:32:28.184Z] $ docker stop --time=1 abdbef6d6119361ca71ebdff0727967be84fec903424f7ca8ea4f3e8f5105a66 [2024-10-30T13:32:32.401Z] $ 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 [2024-10-30T13:32:33.326Z] + git log --format=format:%s -1 1187227a68e55282673091a484dc512a33d4176d [Pipeline] sh [2024-10-30T13:32:33.619Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T13:32:33.619Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:33.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:32:33.923Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:32:33.997Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:32:34.020Z] $ 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 [2024-10-30T13:32:34.510Z] $ docker top f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db -eo pid,comm [2024-10-30T13:32:34.562Z] 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). [2024-10-30T13:32:34.562Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T13:32:34.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T13:32:34.615Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T13:32:34.734Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T13:32:34.727Z] $ docker exec f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db ssh-agent [2024-10-30T13:32:34.856Z] SSH_AUTH_SOCK=/tmp/ssh-oKAIxzItZ2Mv/agent.32 [2024-10-30T13:32:34.856Z] SSH_AGENT_PID=39 [2024-10-30T13:32:34.861Z] Running ssh-add (command line suppressed) [2024-10-30T13:32:34.950Z] 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) [2024-10-30T13:32:35.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T13:32:35.318Z] + git semver tag [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,507 [run_tag] DEBUG tag force:False [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,507 [check_head_tag] DEBUG check head tag [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,508 [execute] INFO git cat-file --batch-check [2024-10-30T13:32:35.576Z] 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=) [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,512 [execute] INFO git cat-file --batch [2024-10-30T13:32:35.576Z] 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=) [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,527 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,527 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 [2024-10-30T13:32:35.576Z] 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) [2024-10-30T13:32:35.576Z] 2024-10-30 13:32:35,532 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:32:35.576Z] 4.0.0-dev.1 [Pipeline] } [2024-10-30T13:32:35.576Z] $ docker exec --env ******** --env ******** f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db ssh-agent -k [2024-10-30T13:32:35.684Z] unset SSH_AUTH_SOCK; [2024-10-30T13:32:35.684Z] unset SSH_AGENT_PID; [2024-10-30T13:32:35.684Z] echo Agent pid 39 killed; [2024-10-30T13:32:35.702Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T13:32:36.024Z] + git semver [Pipeline] } [2024-10-30T13:32:36.288Z] $ docker stop --time=1 f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db [2024-10-30T13:32:37.616Z] $ docker rm -f --volumes f2dcf1c3ae98fff10721690c47caec352acd1ba3ab601df4a7b45bc13b9341db [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:38.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T13:32:38.047Z] [2024-10-30T13:32:38.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:38.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T13:32:38.352Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-30T13:32:38.352Z] ab5ef0e58194: Pulling fs layer [2024-10-30T13:32:38.352Z] 9712f1f96733: Pulling fs layer [2024-10-30T13:32:38.352Z] 63f879dbbcfc: Pulling fs layer [2024-10-30T13:32:38.352Z] 0d9ebad4ef96: Pulling fs layer [2024-10-30T13:32:38.352Z] e9a5061849ea: Pulling fs layer [2024-10-30T13:32:38.352Z] d747dcd14b5f: Pulling fs layer [2024-10-30T13:32:38.352Z] 2de7ff778b66: Pulling fs layer [2024-10-30T13:32:38.352Z] 0d9ebad4ef96: Waiting [2024-10-30T13:32:38.352Z] 2de7ff778b66: Waiting [2024-10-30T13:32:38.352Z] d747dcd14b5f: Waiting [2024-10-30T13:32:38.352Z] e9a5061849ea: Waiting [2024-10-30T13:32:38.352Z] 9712f1f96733: Verifying Checksum [2024-10-30T13:32:38.352Z] 9712f1f96733: Download complete [2024-10-30T13:32:38.616Z] 63f879dbbcfc: Verifying Checksum [2024-10-30T13:32:38.617Z] 63f879dbbcfc: Download complete [2024-10-30T13:32:38.617Z] e9a5061849ea: Verifying Checksum [2024-10-30T13:32:38.617Z] e9a5061849ea: Download complete [2024-10-30T13:32:38.617Z] d747dcd14b5f: Verifying Checksum [2024-10-30T13:32:38.617Z] d747dcd14b5f: Download complete [2024-10-30T13:32:38.876Z] 0d9ebad4ef96: Verifying Checksum [2024-10-30T13:32:38.876Z] 0d9ebad4ef96: Download complete [2024-10-30T13:32:38.876Z] ab5ef0e58194: Verifying Checksum [2024-10-30T13:32:38.876Z] ab5ef0e58194: Download complete [2024-10-30T13:32:38.876Z] 2de7ff778b66: Verifying Checksum [2024-10-30T13:32:38.876Z] 2de7ff778b66: Download complete [2024-10-30T13:32:41.406Z] ab5ef0e58194: Pull complete [2024-10-30T13:32:41.406Z] 9712f1f96733: Pull complete [2024-10-30T13:32:41.974Z] 63f879dbbcfc: Pull complete [2024-10-30T13:32:45.261Z] 0d9ebad4ef96: Pull complete [2024-10-30T13:32:45.828Z] e9a5061849ea: Pull complete [2024-10-30T13:32:45.828Z] d747dcd14b5f: Pull complete [2024-10-30T13:32:46.762Z] 2de7ff778b66: Pull complete [2024-10-30T13:32:46.762Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-30T13:32:46.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T13:32:46.762Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:32:46.873Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:32:46.892Z] $ 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 [2024-10-30T13:32:53.469Z] $ docker top 56582e08891ef8ba318addc59b693b60ead91112a5a81371e8ea6cc25ff48e73 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-30T13:32:53.567Z] provisioning config files... [2024-10-30T13:32:53.575Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5894697386649622059tmp [2024-10-30T13:32:53.583Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config15644591346546383363tmp [2024-10-30T13:32:53.590Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config17964778945432992015tmp [Pipeline] { [Pipeline] echo [2024-10-30T13:32:53.620Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:32:53.908Z] ---> sigul-configuration.sh [2024-10-30T13:32:53.908Z] gpg: directory `/root/.gnupg' created [2024-10-30T13:32:53.908Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-30T13:32:53.908Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-30T13:32:53.908Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-30T13:32:53.908Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-30T13:32:53.908Z] gpg: CAST5 encrypted data [2024-10-30T13:32:53.908Z] gpg: encrypted with 1 passphrase [2024-10-30T13:32:53.908Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-30T13:32:54.205Z] + mkdir /home/jenkins [2024-10-30T13:32:54.205Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-30T13:32:54.498Z] + 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 [2024-10-30T13:32:54.509Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:32:54.800Z] ---> sigul-install.sh [2024-10-30T13:32:54.800Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-30T13:32:55.097Z] + git tag --list [2024-10-30T13:32:55.097Z] 1.0.0 [2024-10-30T13:32:55.097Z] v0.0.0 [2024-10-30T13:32:55.097Z] v1.1.0 [2024-10-30T13:32:55.097Z] v1.1.1 [2024-10-30T13:32:55.097Z] v1.2.2 [2024-10-30T13:32:55.097Z] v1.3.0 [2024-10-30T13:32:55.097Z] v1.3.1 [2024-10-30T13:32:55.097Z] v2.0.0 [2024-10-30T13:32:55.097Z] v2.1.0 [2024-10-30T13:32:55.097Z] v2.1.1 [2024-10-30T13:32:55.097Z] v2.2.0 [2024-10-30T13:32:55.097Z] v2.3.0 [2024-10-30T13:32:55.097Z] v3.0 [2024-10-30T13:32:55.097Z] v3.0.0 [2024-10-30T13:32:55.097Z] v3.1 [2024-10-30T13:32:55.097Z] v3.1.0 [2024-10-30T13:32:55.097Z] v3.1.0-dev.1 [2024-10-30T13:32:55.097Z] v3.1.0-dev.10 [2024-10-30T13:32:55.097Z] v3.1.0-dev.11 [2024-10-30T13:32:55.097Z] v3.1.0-dev.12 [2024-10-30T13:32:55.097Z] v3.1.0-dev.13 [2024-10-30T13:32:55.097Z] v3.1.0-dev.2 [2024-10-30T13:32:55.097Z] v3.1.0-dev.3 [2024-10-30T13:32:55.097Z] v3.1.0-dev.4 [2024-10-30T13:32:55.097Z] v3.1.0-dev.5 [2024-10-30T13:32:55.097Z] v3.1.0-dev.6 [2024-10-30T13:32:55.097Z] v3.1.0-dev.7 [2024-10-30T13:32:55.097Z] v3.1.0-dev.8 [2024-10-30T13:32:55.097Z] v3.1.0-dev.9 [2024-10-30T13:32:55.097Z] v3.1.1 [2024-10-30T13:32:55.097Z] v3.1.1-dev.1 [2024-10-30T13:32:55.097Z] v3.2.0-dev.1 [2024-10-30T13:32:55.097Z] v3.2.0-dev.10 [2024-10-30T13:32:55.097Z] v3.2.0-dev.2 [2024-10-30T13:32:55.097Z] v3.2.0-dev.3 [2024-10-30T13:32:55.097Z] v3.2.0-dev.4 [2024-10-30T13:32:55.097Z] v3.2.0-dev.5 [2024-10-30T13:32:55.097Z] v3.2.0-dev.6 [2024-10-30T13:32:55.097Z] v3.2.0-dev.7 [2024-10-30T13:32:55.097Z] v3.2.0-dev.8 [2024-10-30T13:32:55.097Z] v3.2.0-dev.9 [2024-10-30T13:32:55.097Z] v4.0.0-dev.1 [Pipeline] sh [2024-10-30T13:32:55.392Z] + lftools sign git-tag v4.0.0-dev.1 [2024-10-30T13:32:55.960Z] Signing Git tag with Sigul... [2024-10-30T13:32:55.960Z] Signing v4.0.0-dev.1 [Pipeline] echo [2024-10-30T13:32:56.236Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:32:56.527Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-30T13:32:56.534Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-30T13:32:56.553Z] $ docker stop --time=1 56582e08891ef8ba318addc59b693b60ead91112a5a81371e8ea6cc25ff48e73 [2024-10-30T13:32:58.116Z] $ 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 [2024-10-30T13:32:58.578Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T13:32:58.579Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:32:58.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:32:58.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:32:58.976Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:32:58.997Z] $ 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 [2024-10-30T13:32:59.517Z] $ docker top 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc -eo pid,comm [2024-10-30T13:32:59.571Z] 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). [2024-10-30T13:32:59.571Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T13:32:59.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T13:32:59.632Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T13:32:59.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T13:32:59.730Z] $ docker exec 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc ssh-agent [2024-10-30T13:32:59.830Z] SSH_AUTH_SOCK=/tmp/ssh-LpbQ7SaJecLJ/agent.32 [2024-10-30T13:32:59.830Z] SSH_AGENT_PID=38 [2024-10-30T13:32:59.834Z] Running ssh-add (command line suppressed) [2024-10-30T13:32:59.929Z] 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) [2024-10-30T13:32:59.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T13:33:00.245Z] + git semver bump pre [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,397 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,397 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,397 [bump_version] DEBUG bumped version:4.0.0-dev.2 [2024-10-30T13:33:00.506Z] 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 [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,397 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,397 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,400 [execute] INFO git cat-file --batch-check [2024-10-30T13:33:00.506Z] 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=) [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,405 [execute] INFO git cat-file --batch [2024-10-30T13:33:00.506Z] 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=) [2024-10-30T13:33:00.506Z] 2024-10-30 13:33:00,410 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:33:00.506Z] 4.0.0-dev.2 [Pipeline] } [2024-10-30T13:33:00.507Z] $ docker exec --env ******** --env ******** 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc ssh-agent -k [2024-10-30T13:33:00.605Z] unset SSH_AUTH_SOCK; [2024-10-30T13:33:00.605Z] unset SSH_AGENT_PID; [2024-10-30T13:33:00.606Z] echo Agent pid 38 killed; [2024-10-30T13:33:00.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T13:33:00.944Z] + git semver [Pipeline] } [2024-10-30T13:33:01.206Z] $ docker stop --time=1 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc [2024-10-30T13:33:02.509Z] $ docker rm -f --volumes 92ac1141a5cdb6b573810064f361849c8c222d0d32c77b9bb3f245b360ec18cc [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T13:33:02.868Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T13:33:02.868Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:33:03.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T13:33:03.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:33:03.257Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:33:03.278Z] $ 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 [2024-10-30T13:33:03.977Z] $ docker top f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 -eo pid,comm [2024-10-30T13:33:04.035Z] 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). [2024-10-30T13:33:04.035Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T13:33:04.090Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T13:33:04.090Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T13:33:04.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T13:33:04.192Z] $ docker exec f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 ssh-agent [2024-10-30T13:33:04.289Z] SSH_AUTH_SOCK=/tmp/ssh-dJsIDNjK8Adz/agent.32 [2024-10-30T13:33:04.289Z] SSH_AGENT_PID=38 [2024-10-30T13:33:04.294Z] Running ssh-add (command line suppressed) [2024-10-30T13:33:04.386Z] 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) [2024-10-30T13:33:04.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T13:33:04.704Z] + git semver push [2024-10-30T13:33:04.964Z] 2024-10-30 13:33:04,865 [run_push] DEBUG push [2024-10-30T13:33:04.964Z] 2024-10-30 13:33:04,866 [execute] INFO git cat-file --batch-check [2024-10-30T13:33:04.964Z] 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=) [2024-10-30T13:33:04.964Z] 2024-10-30 13:33:04,870 [execute] INFO git rev-list 6dd786c37b7ba97833a18d8f3786d9e22be23362 -- [2024-10-30T13:33:04.964Z] 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) [2024-10-30T13:33:04.964Z] 2024-10-30 13:33:04,879 [execute] INFO git fetch -v origin [2024-10-30T13:33:04.964Z] 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) [2024-10-30T13:33:05.536Z] 2024-10-30 13:33:05,337 [run_push] DEBUG no remote changes detected [2024-10-30T13:33:05.536Z] 2024-10-30 13:33:05,338 [execute] INFO git push origin semver [2024-10-30T13:33:05.536Z] 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) [2024-10-30T13:33:06.474Z] 2024-10-30 13:33:06,112 [run_push] DEBUG push all version tags [2024-10-30T13:33:06.474Z] 2024-10-30 13:33:06,112 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-30T13:33:06.474Z] 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) [2024-10-30T13:33:07.041Z] 2024-10-30 13:33:06,772 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2024-10-30T13:33:07.041Z] 4.0.0-dev.2 [Pipeline] } [2024-10-30T13:33:07.040Z] $ docker exec --env ******** --env ******** f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 ssh-agent -k [2024-10-30T13:33:07.138Z] unset SSH_AUTH_SOCK; [2024-10-30T13:33:07.140Z] unset SSH_AGENT_PID; [2024-10-30T13:33:07.140Z] echo Agent pid 38 killed; [2024-10-30T13:33:07.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T13:33:07.482Z] + git semver [Pipeline] } [2024-10-30T13:33:07.756Z] $ docker stop --time=1 f5936927ada733b756b8caf846ad3c00bbc60dcabf083c2d6f8427c1920a2585 [2024-10-30T13:33:09.161Z] $ 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 [2024-10-30T13:33:09.861Z] + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] [2024-10-30T13:33:09.862Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2024-10-30T13:33:09.862Z] total 16 [2024-10-30T13:33:09.862Z] drwxr-xr-x 3 root root 4096 Oct 30 13:19 . [2024-10-30T13:33:09.862Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 13:32 .. [2024-10-30T13:33:09.862Z] drwxr-xr-x 2 root root 4096 Oct 30 13:19 cost [2024-10-30T13:33:09.862Z] -rw-r--r-- 1 root root 86 Oct 30 13:19 cost.csv [2024-10-30T13:33:09.862Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives [2024-10-30T13:33:09.862Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2024-10-30T13:33:09.862Z] total 16 [2024-10-30T13:33:09.862Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 13:19 . [2024-10-30T13:33:09.862Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 13:32 .. [2024-10-30T13:33:09.862Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 30 13:19 cost [2024-10-30T13:33:09.862Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 30 13:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:10.152Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:11.014Z] ---> package-listing.sh [2024-10-30T13:33:11.014Z] ++ facter osfamily [2024-10-30T13:33:11.014Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-30T13:33:11.274Z] + OS_FAMILY=debian [2024-10-30T13:33:11.274Z] + workspace=/w/workspace/edgexfoundry_device-snmp-go_main [2024-10-30T13:33:11.274Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-30T13:33:11.274Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-30T13:33:11.274Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-30T13:33:11.274Z] + PACKAGES=/tmp/packages_start.txt [2024-10-30T13:33:11.274Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2024-10-30T13:33:11.274Z] + PACKAGES=/tmp/packages_end.txt [2024-10-30T13:33:11.274Z] + case "${OS_FAMILY}" in [2024-10-30T13:33:11.274Z] + dpkg -l [2024-10-30T13:33:11.274Z] + grep '^ii' [2024-10-30T13:33:11.274Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-30T13:33:11.274Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-30T13:33:11.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-30T13:33:11.274Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2024-10-30T13:33:11.274Z] + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [2024-10-30T13:33:11.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo [2024-10-30T13:33:11.285Z] 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 [2024-10-30T13:33:11.563Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T13:33:12.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T13:33:12.124Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T13:33:12.199Z] prd-ubuntu20.04-docker-8c-8g-24157 does not seem to be running inside a container [2024-10-30T13:33:12.217Z] $ 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 [2024-10-30T13:33:12.416Z] $ docker top b17282cffb6c8ce5e1068633920c45586aba825de14c31da6dac383dd1797383 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T13:33:12.776Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-30T13:33:13.061Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-30T13:33:13.346Z] + ls /var/log/sa-host [2024-10-30T13:33:13.346Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T13:33:13.525Z] provisioning config files... [2024-10-30T13:33:13.533Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2047635992713501073tmp [Pipeline] { [Pipeline] echo [2024-10-30T13:33:13.553Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:13.836Z] ---> create-netrc.sh [Pipeline] } [2024-10-30T13:33:13.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:14.184Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-30T13:33:14.194Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:14.473Z] ---> sudo-logs.sh [2024-10-30T13:33:14.474Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-30T13:33:14.513Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:14.797Z] ---> job-cost.sh [2024-10-30T13:33:14.798Z] lf-activate-venv: SKIPPING [2024-10-30T13:33:14.798Z] DEBUG: total: 0.2199999988079071 [2024-10-30T13:33:14.798Z] INFO: Retrieving Stack Cost... [2024-10-30T13:33:15.364Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-30T13:33:15.622Z] INFO: Archiving Costs [Pipeline] echo [2024-10-30T13:33:15.638Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T13:33:15.919Z] ---> logs-deploy.sh [2024-10-30T13:33:15.919Z] lf-activate-venv: SKIPPING [2024-10-30T13:33:15.919Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/111 [2024-10-30T13:33:15.919Z] INFO: archiving workspace using pattern(s): [2024-10-30T13:33:16.856Z] Archives upload complete. [2024-10-30T13:33:17.115Z] INFO: archiving logs to Nexus