Pull request #535 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 26a549471705edf53de72da5adb911f40eb37efc+f1ae59df93e15168f5c84516dd369218cbd3ebf1 (08c70fc46b926844d60c14837f21e86301e00e95) 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-ssh7338254351261573765.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15041209924132151123.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-535/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-virtual-go/branches/PR-535/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8588496902857572671.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-virtual-go/branches/PR-535/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3973287676580044762.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh12310702372853064658.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-535/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-virtual-go/branches/PR-535/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2617162669277635768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual 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-3540 in /w/workspace/foundry_device-virtual-go_PR-535 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-535 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f1ae59df93e15168f5c84516dd369218cbd3ebf1 into PR head commit 26a549471705edf53de72da5adb911f40eb37efc Merge succeeded, producing 26a549471705edf53de72da5adb911f40eb37efc Checking out Revision 26a549471705edf53de72da5adb911f40eb37efc (PR-535) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/535/head:refs/remotes/origin/PR-535 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a549471705edf53de72da5adb911f40eb37efc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a549471705edf53de72da5adb911f40eb37efc # timeout=10 Commit message: "feat: Add support for object-typed readings" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-19T03:35:54.809Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-19T03:35:55.013Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-19T03:35:55.115Z] ========================================================= [2025-06-19T03:35:55.115Z] EdgeX Global Pipelines Version Info [2025-06-19T03:35:55.115Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:35:56.242Z] ------------------- [2025-06-19T03:35:56.242Z] stable info: [2025-06-19T03:35:56.242Z] ------------------- [2025-06-19T03:35:56.242Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-19T03:35:56.243Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-19T03:35:56.243Z] Message: update stable to v1.0.274 [2025-06-19T03:35:56.813Z] ------------------- [2025-06-19T03:35:56.813Z] experimental info: [2025-06-19T03:35:56.813Z] ------------------- [2025-06-19T03:35:56.813Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-19T03:35:56.813Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-19T03:35:56.813Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-19T03:35:57.032Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-06-19T03:35:57.087Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-06-19T03:35:57.140Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-19T03:35:57.194Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-19T03:35:57.250Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-19T03:35:57.309Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-19T03:35:57.363Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-19T03:35:57.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-19T03:35:57.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-19T03:35:57.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-19T03:35:57.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-19T03:35:57.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-06-19T03:35:57.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-19T03:35:57.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-19T03:35:57.828Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-19T03:35:57.883Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-19T03:35:57.939Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-19T03:35:57.996Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-19T03:35:58.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-19T03:35:58.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-19T03:35:58.161Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-19T03:35:58.211Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-19T03:35:58.260Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-19T03:35:58.308Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-19T03:35:58.350Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-19T03:35:58.401Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-19T03:35:58.452Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-19T03:35:58.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-535 [Pipeline] echo [2025-06-19T03:35:58.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-535 [Pipeline] echo [2025-06-19T03:35:58.617Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-535 [Pipeline] echo [2025-06-19T03:35:58.678Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26a549471705edf53de72da5adb911f40eb37efc [Pipeline] echo [2025-06-19T03:35:58.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26a5494 [Pipeline] echo [2025-06-19T03:35:58.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-19T03:35:58.927Z] provisioning config files... [2025-06-19T03:35:58.944Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-535@tmp/config411223185462449154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:35:59.323Z] ---> ****-login.sh [2025-06-19T03:35:59.323Z] nexus3.edgexfoundry.org:10001 [2025-06-19T03:35:59.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:00.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:00.153Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:00.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:00.153Z] [2025-06-19T03:36:00.153Z] Login Succeeded [2025-06-19T03:36:00.153Z] nexus3.edgexfoundry.org:10002 [2025-06-19T03:36:00.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:00.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:00.154Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:00.154Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:00.154Z] [2025-06-19T03:36:00.154Z] Login Succeeded [2025-06-19T03:36:00.154Z] nexus3.edgexfoundry.org:10003 [2025-06-19T03:36:00.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:00.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:00.154Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:00.154Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:00.154Z] [2025-06-19T03:36:00.154Z] Login Succeeded [2025-06-19T03:36:00.154Z] nexus3.edgexfoundry.org:10004 [2025-06-19T03:36:00.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:00.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:00.414Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:00.414Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:00.414Z] [2025-06-19T03:36:00.415Z] Login Succeeded [2025-06-19T03:36:00.415Z] ****.io [2025-06-19T03:36:00.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:00.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:00.676Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:00.676Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:00.676Z] [2025-06-19T03:36:00.676Z] Login Succeeded [2025-06-19T03:36:00.676Z] ---> ****-login.sh ends [Pipeline] } [2025-06-19T03:36:00.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-19T03:36:01.377Z] + git rev-list -1 --merges 26a549471705edf53de72da5adb911f40eb37efc~1..26a549471705edf53de72da5adb911f40eb37efc [Pipeline] echo [2025-06-19T03:36:01.424Z] -----------> git rev-list -1 --merges 26a549471705edf53de72da5adb911f40eb37efc~1..26a549471705edf53de72da5adb911f40eb37efc 26a549471705edf53de72da5adb911f40eb37efc [false] [Pipeline] sh [2025-06-19T03:36:01.868Z] + git log --format=format:%s -1 26a549471705edf53de72da5adb911f40eb37efc [Pipeline] echo [2025-06-19T03:36:01.907Z] ========================================================= [2025-06-19T03:36:01.907Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-19T03:36:01.907Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-19T03:36:02.355Z] + git log --format=format:%s -1 26a549471705edf53de72da5adb911f40eb37efc [Pipeline] echo [2025-06-19T03:36:02.391Z] [semverPrep] GIT_COMMIT: 26a549471705edf53de72da5adb911f40eb37efc, Commit Message: feat: Add support for object-typed readings [Pipeline] echo [2025-06-19T03:36:02.437Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-19T03:36:02.864Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-19T03:36:02.864Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-19T03:36:02.864Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-19T03:36:02.864Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-19T03:36:02.864Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-19T03:36:02.864Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-19T03:36:02.864Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:36:03.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-19T03:36:03.381Z] [2025-06-19T03:36:03.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:36:03.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-19T03:36:03.764Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-19T03:36:03.764Z] 3dae71ba6b94: Pulling fs layer [2025-06-19T03:36:03.764Z] 6bf1a483ea7c: Pulling fs layer [2025-06-19T03:36:03.764Z] f5dfc541a4d3: Pulling fs layer [2025-06-19T03:36:03.764Z] 461d9e800cba: Pulling fs layer [2025-06-19T03:36:03.764Z] 80192f66455f: Pulling fs layer [2025-06-19T03:36:03.764Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-19T03:36:03.764Z] a29436f7fd5d: Pulling fs layer [2025-06-19T03:36:03.764Z] 923cac83aea3: Pulling fs layer [2025-06-19T03:36:03.764Z] 25ad8b0a4227: Pulling fs layer [2025-06-19T03:36:03.764Z] db01528c6b51: Pulling fs layer [2025-06-19T03:36:03.764Z] 28988de357af: Pulling fs layer [2025-06-19T03:36:03.764Z] a29436f7fd5d: Waiting [2025-06-19T03:36:03.764Z] 461d9e800cba: Waiting [2025-06-19T03:36:03.764Z] 923cac83aea3: Waiting [2025-06-19T03:36:03.764Z] db01528c6b51: Waiting [2025-06-19T03:36:03.764Z] 28988de357af: Waiting [2025-06-19T03:36:03.764Z] 6bf1a483ea7c: Verifying Checksum [2025-06-19T03:36:03.764Z] 6bf1a483ea7c: Download complete [2025-06-19T03:36:03.764Z] 461d9e800cba: Verifying Checksum [2025-06-19T03:36:03.764Z] 461d9e800cba: Download complete [2025-06-19T03:36:04.024Z] 80192f66455f: Verifying Checksum [2025-06-19T03:36:04.024Z] 80192f66455f: Download complete [2025-06-19T03:36:04.024Z] f5dfc541a4d3: Verifying Checksum [2025-06-19T03:36:04.024Z] f5dfc541a4d3: Download complete [2025-06-19T03:36:04.024Z] 3dae71ba6b94: Verifying Checksum [2025-06-19T03:36:04.024Z] 3dae71ba6b94: Download complete [2025-06-19T03:36:04.024Z] 923cac83aea3: Download complete [2025-06-19T03:36:04.024Z] 25ad8b0a4227: Verifying Checksum [2025-06-19T03:36:04.024Z] 25ad8b0a4227: Download complete [2025-06-19T03:36:04.024Z] db01528c6b51: Verifying Checksum [2025-06-19T03:36:04.024Z] db01528c6b51: Download complete [2025-06-19T03:36:04.282Z] a29436f7fd5d: Verifying Checksum [2025-06-19T03:36:04.282Z] a29436f7fd5d: Download complete [2025-06-19T03:36:04.849Z] 2e8e34ca0e6c: Download complete [2025-06-19T03:36:05.115Z] 3dae71ba6b94: Pull complete [2025-06-19T03:36:05.374Z] 6bf1a483ea7c: Pull complete [2025-06-19T03:36:05.943Z] f5dfc541a4d3: Pull complete [2025-06-19T03:36:05.943Z] 461d9e800cba: Pull complete [2025-06-19T03:36:05.943Z] 80192f66455f: Pull complete [2025-06-19T03:36:09.229Z] 2e8e34ca0e6c: Pull complete [2025-06-19T03:36:09.488Z] a29436f7fd5d: Pull complete [2025-06-19T03:36:09.748Z] 923cac83aea3: Pull complete [2025-06-19T03:36:09.748Z] 25ad8b0a4227: Pull complete [2025-06-19T03:36:09.748Z] db01528c6b51: Pull complete [2025-06-19T03:36:10.007Z] 28988de357af: Pull complete [2025-06-19T03:36:10.007Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-19T03:36:10.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-19T03:36:10.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-19T03:36:10.307Z] prd-ubuntu20.04-docker-8c-8g-3540 does not seem to be running inside a container [2025-06-19T03:36:10.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-535 -v /w/workspace/foundry_device-virtual-go_PR-535:/w/workspace/foundry_device-virtual-go_PR-535:rw,z -v /w/workspace/foundry_device-virtual-go_PR-535@tmp:/w/workspace/foundry_device-virtual-go_PR-535@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-19T03:36:13.173Z] $ docker top b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 -eo pid,comm [2025-06-19T03:36:13.215Z] 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). [2025-06-19T03:36:13.215Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-19T03:36:13.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-19T03:36:13.380Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-19T03:36:13.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-19T03:36:13.505Z] $ docker exec b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 ssh-agent [2025-06-19T03:36:13.598Z] SSH_AUTH_SOCK=/tmp/ssh-9SXNc1nFgdWg/agent.33 [2025-06-19T03:36:13.598Z] SSH_AGENT_PID=39 [2025-06-19T03:36:13.604Z] Running ssh-add (command line suppressed) [2025-06-19T03:36:13.718Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-535@tmp/private_key_15914491179376979952.key (/w/workspace/foundry_device-virtual-go_PR-535@tmp/private_key_15914491179376979952.key) [2025-06-19T03:36:13.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-19T03:36:14.057Z] + git tag --points-at HEAD [Pipeline] } [2025-06-19T03:36:14.093Z] $ docker exec --env ******** --env ******** b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 ssh-agent -k [2025-06-19T03:36:14.182Z] unset SSH_AUTH_SOCK; [2025-06-19T03:36:14.183Z] unset SSH_AGENT_PID; [2025-06-19T03:36:14.183Z] echo Agent pid 39 killed; [2025-06-19T03:36:14.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-19T03:36:14.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-19T03:36:14.295Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-19T03:36:14.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-19T03:36:14.413Z] $ docker exec b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 ssh-agent [2025-06-19T03:36:14.505Z] SSH_AUTH_SOCK=/tmp/ssh-GWHENJgqadPp/agent.73 [2025-06-19T03:36:14.505Z] SSH_AGENT_PID=79 [2025-06-19T03:36:14.510Z] Running ssh-add (command line suppressed) [2025-06-19T03:36:14.615Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-535@tmp/private_key_16703931877290098425.key (/w/workspace/foundry_device-virtual-go_PR-535@tmp/private_key_16703931877290098425.key) [2025-06-19T03:36:14.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-19T03:36:14.955Z] + git semver init [2025-06-19T03:36:15.218Z] 2025-06-19 03:36:15,177 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-19T03:36:15.218Z] 2025-06-19 03:36:15,180 [run_init] DEBUG init version:0.0.0 force:False [2025-06-19T03:36:15.218Z] 2025-06-19 03:36:15,181 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-535/.semver [2025-06-19T03:36:15.218Z] 2025-06-19 03:36:15,181 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-535/.semver [2025-06-19T03:36:15.218Z] 2025-06-19 03:36:15,181 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-535/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-535, stdin=None, shell=False, universal_newlines=False) [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,863 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-535/.git/info/exclude [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,863 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-535/.semver/PR-535 with force:False [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,863 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-535/.semver/PR-535 [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,868 [execute] INFO git cat-file --batch-check [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,869 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-535/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,872 [execute] INFO git cat-file --batch [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,872 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-535/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-19T03:36:17.138Z] 2025-06-19 03:36:16,876 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-535/.semver/PR-535 [2025-06-19T03:36:17.138Z] 0.0.0 [Pipeline] } [2025-06-19T03:36:17.176Z] $ docker exec --env ******** --env ******** b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 ssh-agent -k [2025-06-19T03:36:17.258Z] unset SSH_AUTH_SOCK; [2025-06-19T03:36:17.259Z] unset SSH_AGENT_PID; [2025-06-19T03:36:17.260Z] echo Agent pid 79 killed; [2025-06-19T03:36:17.260Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-19T03:36:17.720Z] + git semver [Pipeline] } [2025-06-19T03:36:18.014Z] $ docker stop --time=1 b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 [2025-06-19T03:36:19.294Z] $ docker rm -f --volumes b46992f6b1ca118def624c96dfc1c6160a7aa0224413c102fa8babeab57be016 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-19T03:36:19.697Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-19T03:36:20.005Z] Stashed 1 file(s) [Pipeline] echo [2025-06-19T03:36:20.029Z] [edgeXSemver]: initialized semver on version 0.0.0 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-19T03:36:21.065Z] provisioning config files... [2025-06-19T03:36:21.074Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-535@tmp/config485322555441486487tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:36:21.535Z] ---> ****-login.sh [2025-06-19T03:36:21.535Z] nexus3.edgexfoundry.org:10001 [2025-06-19T03:36:21.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:21.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:21.535Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:21.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:21.535Z] [2025-06-19T03:36:21.535Z] Login Succeeded [2025-06-19T03:36:21.535Z] nexus3.edgexfoundry.org:10002 [2025-06-19T03:36:21.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:21.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:21.535Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:21.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:21.535Z] [2025-06-19T03:36:21.536Z] Login Succeeded [2025-06-19T03:36:21.536Z] nexus3.edgexfoundry.org:10003 [2025-06-19T03:36:21.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:21.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:21.794Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:21.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:21.794Z] [2025-06-19T03:36:21.794Z] Login Succeeded [2025-06-19T03:36:21.794Z] nexus3.edgexfoundry.org:10004 [2025-06-19T03:36:21.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:21.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:21.794Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:21.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:21.794Z] [2025-06-19T03:36:21.794Z] Login Succeeded [2025-06-19T03:36:21.794Z] ****.io [2025-06-19T03:36:22.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-19T03:36:22.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-19T03:36:22.054Z] Configure a credential helper to remove this warning. See [2025-06-19T03:36:22.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-19T03:36:22.054Z] [2025-06-19T03:36:22.054Z] Login Succeeded [2025-06-19T03:36:22.054Z] ---> ****-login.sh ends [Pipeline] } [2025-06-19T03:36:22.086Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-19T03:36:22.307Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-19T03:36:22.348Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-19T03:36:22.395Z] ========================================================= [2025-06-19T03:36:22.395Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-19T03:36:22.396Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:36:22.903Z] + 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 . [2025-06-19T03:36:22.903Z] Sending build context to Docker daemon 40.73MB [2025-06-19T03:36:22.903Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-19T03:36:22.903Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-19T03:36:23.161Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-19T03:36:23.161Z] 0a9a5dfd008f: Pulling fs layer [2025-06-19T03:36:23.162Z] 36466aa92d05: Pulling fs layer [2025-06-19T03:36:23.162Z] e10405b45d13: Pulling fs layer [2025-06-19T03:36:23.162Z] 096b7ceb2af7: Pulling fs layer [2025-06-19T03:36:23.162Z] 4f4fb700ef54: Pulling fs layer [2025-06-19T03:36:23.162Z] 8213a616a21b: Pulling fs layer [2025-06-19T03:36:23.162Z] 985586143405: Pulling fs layer [2025-06-19T03:36:23.162Z] 0eae2285b678: Pulling fs layer [2025-06-19T03:36:23.162Z] d3ac315be8c5: Pulling fs layer [2025-06-19T03:36:23.162Z] 0eae2285b678: Waiting [2025-06-19T03:36:23.162Z] d3ac315be8c5: Waiting [2025-06-19T03:36:23.162Z] 985586143405: Waiting [2025-06-19T03:36:23.162Z] 4f4fb700ef54: Waiting [2025-06-19T03:36:23.162Z] 096b7ceb2af7: Waiting [2025-06-19T03:36:23.162Z] 36466aa92d05: Verifying Checksum [2025-06-19T03:36:23.162Z] 36466aa92d05: Download complete [2025-06-19T03:36:23.162Z] 096b7ceb2af7: Verifying Checksum [2025-06-19T03:36:23.162Z] 096b7ceb2af7: Download complete [2025-06-19T03:36:23.162Z] 4f4fb700ef54: Download complete [2025-06-19T03:36:23.162Z] 8213a616a21b: Download complete [2025-06-19T03:36:23.162Z] 0a9a5dfd008f: Download complete [2025-06-19T03:36:23.162Z] 985586143405: Verifying Checksum [2025-06-19T03:36:23.162Z] 985586143405: Download complete [2025-06-19T03:36:23.419Z] 0a9a5dfd008f: Pull complete [2025-06-19T03:36:23.419Z] d3ac315be8c5: Verifying Checksum [2025-06-19T03:36:23.419Z] d3ac315be8c5: Download complete [2025-06-19T03:36:23.419Z] 36466aa92d05: Pull complete [2025-06-19T03:36:23.679Z] e10405b45d13: Download complete [2025-06-19T03:36:23.937Z] 0eae2285b678: Verifying Checksum [2025-06-19T03:36:23.937Z] 0eae2285b678: Download complete [2025-06-19T03:36:27.216Z] e10405b45d13: Pull complete [2025-06-19T03:36:27.216Z] 096b7ceb2af7: Pull complete [2025-06-19T03:36:27.216Z] 4f4fb700ef54: Pull complete [2025-06-19T03:36:27.216Z] 8213a616a21b: Pull complete [2025-06-19T03:36:27.216Z] 985586143405: Pull complete [2025-06-19T03:36:29.117Z] 0eae2285b678: Pull complete [2025-06-19T03:36:29.379Z] d3ac315be8c5: Pull complete [2025-06-19T03:36:29.379Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-19T03:36:29.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-19T03:36:29.379Z] ---> ea6120ae94a0 [2025-06-19T03:36:29.379Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-19T03:36:31.913Z] ---> Running in c75b2b775500 [2025-06-19T03:36:32.172Z] Removing intermediate container c75b2b775500 [2025-06-19T03:36:32.172Z] ---> ace26b28978f [2025-06-19T03:36:32.172Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-19T03:36:32.172Z] ---> Running in 51a6eba8255e [2025-06-19T03:36:32.172Z] Removing intermediate container 51a6eba8255e [2025-06-19T03:36:32.172Z] ---> 212eb3043b95 [2025-06-19T03:36:32.172Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-06-19T03:36:32.172Z] ---> Running in a8dd22443cf2 [2025-06-19T03:36:32.430Z] Removing intermediate container a8dd22443cf2 [2025-06-19T03:36:32.430Z] ---> 0a5bb4e547a2 [2025-06-19T03:36:32.430Z] Step 6/12 : WORKDIR /device-virtual-go [2025-06-19T03:36:32.430Z] ---> Running in 8461854f9543 [2025-06-19T03:36:32.430Z] Removing intermediate container 8461854f9543 [2025-06-19T03:36:32.430Z] ---> bbad555116f9 [2025-06-19T03:36:32.430Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-19T03:36:32.430Z] ---> Running in 44269da87552 [2025-06-19T03:36:32.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-19T03:36:32.948Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-19T03:36:33.207Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-19T03:36:33.207Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-19T03:36:33.207Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-19T03:36:33.207Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-19T03:36:33.207Z] Executing busybox-1.36.1-r29.trigger [2025-06-19T03:36:33.207Z] OK: 252 MiB in 62 packages [2025-06-19T03:36:33.772Z] Removing intermediate container 44269da87552 [2025-06-19T03:36:33.772Z] ---> f51d32ec7d34 [2025-06-19T03:36:33.772Z] Step 8/12 : COPY go.mod vendor* ./ [2025-06-19T03:36:33.772Z] ---> f45cc87627dc [2025-06-19T03:36:33.772Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-19T03:36:33.772Z] ---> Running in 7dff63b5057c [2025-06-19T03:37:41.513Z] Removing intermediate container 7dff63b5057c [2025-06-19T03:37:41.513Z] ---> 5ce586d07285 [2025-06-19T03:37:41.513Z] Step 10/12 : COPY . . [2025-06-19T03:37:41.513Z] ---> 56b57c8189ce [2025-06-19T03:37:41.513Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-19T03:37:41.513Z] ---> Running in a5664e8db5e3 [2025-06-19T03:37:41.513Z] Removing intermediate container a5664e8db5e3 [2025-06-19T03:37:41.513Z] ---> f3143b2c6d24 [2025-06-19T03:37:41.513Z] Step 12/12 : RUN $MAKE [2025-06-19T03:37:41.513Z] ---> Running in 621a57a8195c [2025-06-19T03:37:41.513Z] noop [2025-06-19T03:37:41.513Z] Removing intermediate container 621a57a8195c [2025-06-19T03:37:41.513Z] ---> b569d11bf8ba [2025-06-19T03:37:41.513Z] Successfully built b569d11bf8ba [2025-06-19T03:37:41.513Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:37:41.982Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-19T03:37:41.982Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-19T03:37:42.142Z] prd-ubuntu20.04-docker-8c-8g-3540 does not seem to be running inside a container [2025-06-19T03:37:42.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-535 -v /w/workspace/foundry_device-virtual-go_PR-535:/w/workspace/foundry_device-virtual-go_PR-535:rw,z -v /w/workspace/foundry_device-virtual-go_PR-535@tmp:/w/workspace/foundry_device-virtual-go_PR-535@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-19T03:37:42.516Z] $ docker top 07ba2109b48e4f77a46da7f5b3e36e59bfa435488505b9aef48639445542a546 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-19T03:37:42.994Z] + go version [2025-06-19T03:37:42.994Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-19T03:37:43.033Z] $ docker stop --time=1 07ba2109b48e4f77a46da7f5b3e36e59bfa435488505b9aef48639445542a546 [2025-06-19T03:37:44.296Z] $ docker rm -f --volumes 07ba2109b48e4f77a46da7f5b3e36e59bfa435488505b9aef48639445542a546 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:37:45.050Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-19T03:37:45.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-19T03:37:45.309Z] prd-ubuntu20.04-docker-8c-8g-3540 does not seem to be running inside a container [2025-06-19T03:37:45.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-535 -v /w/workspace/foundry_device-virtual-go_PR-535:/w/workspace/foundry_device-virtual-go_PR-535:rw,z -v /w/workspace/foundry_device-virtual-go_PR-535@tmp:/w/workspace/foundry_device-virtual-go_PR-535@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-19T03:37:45.647Z] $ docker top 6a5b9ecb0694c3a0dfea172e3c87fa1aa8be20ccbe743d6e9727a1d1360725a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-19T03:37:46.041Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-535 [Pipeline] fileExists [Pipeline] sh [2025-06-19T03:37:46.409Z] + make test [2025-06-19T03:37:46.409Z] go test ./... -coverprofile=coverage.out [2025-06-19T03:37:47.784Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-06-19T03:38:05.867Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-06-19T03:38:05.867Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.013s coverage: 59.1% of statements [2025-06-19T03:38:15.840Z] go vet ./... [2025-06-19T03:38:20.030Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-19T03:38:20.030Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-19T03:38:20.030Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-06-19T03:38:20.073Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-19T03:38:20.119Z] $ docker stop --time=1 6a5b9ecb0694c3a0dfea172e3c87fa1aa8be20ccbe743d6e9727a1d1360725a5 [2025-06-19T03:38:23.639Z] $ docker rm -f --volumes 6a5b9ecb0694c3a0dfea172e3c87fa1aa8be20ccbe743d6e9727a1d1360725a5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-19T03:38:24.243Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-19T03:38:24.318Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-19T03:38:25.100Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-19T03:38:25.418Z] + ls -al . [2025-06-19T03:38:25.418Z] total 268 [2025-06-19T03:38:25.418Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 03:37 . [2025-06-19T03:38:25.418Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 03:35 .. [2025-06-19T03:38:25.418Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 03:38 .git [2025-06-19T03:38:25.418Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 03:35 .github [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 19 03:35 .gitignore [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 19 03:35 .golangci.yml [2025-06-19T03:38:25.418Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 03:36 .semver [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jun 19 03:35 Attribution.txt [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jun 19 03:35 CHANGELOG.md [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jun 19 03:35 Dockerfile [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 19 03:35 GOVERNANCE.md [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 19 03:35 Jenkinsfile [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 19 03:35 LICENSE [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jun 19 03:35 Makefile [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 623 Jun 19 03:35 OWNERS.md [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jun 19 03:35 README.md [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 19 03:36 VERSION [2025-06-19T03:38:25.418Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 03:35 bin [2025-06-19T03:38:25.418Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 03:35 cmd [2025-06-19T03:38:25.418Z] -rw-r--r-- 1 jenkins jenkins 44412 Jun 19 03:38 coverage.out [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 6032 Jun 19 03:35 go.mod [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 86532 Jun 19 03:35 go.sum [2025-06-19T03:38:25.418Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 03:35 internal [2025-06-19T03:38:25.418Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 19 03:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:38:25.852Z] + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=26a549471705edf53de72da5adb911f40eb37efc --label arch=amd64 --label version=0.0.0 . [2025-06-19T03:38:25.852Z] Sending build context to Docker daemon 40.78MB [2025-06-19T03:38:25.852Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-19T03:38:25.852Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-19T03:38:25.852Z] ---> b569d11bf8ba [2025-06-19T03:38:25.852Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-19T03:38:26.423Z] ---> Running in cde344f436f1 [2025-06-19T03:38:26.423Z] Removing intermediate container cde344f436f1 [2025-06-19T03:38:26.423Z] ---> 99a25880767d [2025-06-19T03:38:26.423Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-19T03:38:26.423Z] ---> Running in 65c033ebacc3 [2025-06-19T03:38:26.423Z] Removing intermediate container 65c033ebacc3 [2025-06-19T03:38:26.423Z] ---> 5bd87e0ca53f [2025-06-19T03:38:26.423Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-06-19T03:38:26.423Z] ---> Running in b79a2323ca20 [2025-06-19T03:38:26.423Z] Removing intermediate container b79a2323ca20 [2025-06-19T03:38:26.423Z] ---> 522a68dacb6f [2025-06-19T03:38:26.423Z] Step 6/26 : WORKDIR /device-virtual-go [2025-06-19T03:38:26.683Z] ---> Running in a0046f72c492 [2025-06-19T03:38:26.683Z] Removing intermediate container a0046f72c492 [2025-06-19T03:38:26.683Z] ---> 1c6fd29dd80a [2025-06-19T03:38:26.683Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-19T03:38:26.683Z] ---> Running in 749ae1b60c9c [2025-06-19T03:38:26.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:27.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:27.462Z] OK: 252 MiB in 62 packages [2025-06-19T03:38:27.723Z] Removing intermediate container 749ae1b60c9c [2025-06-19T03:38:27.723Z] ---> 8c94f22f3406 [2025-06-19T03:38:27.723Z] Step 8/26 : COPY go.mod vendor* ./ [2025-06-19T03:38:27.982Z] ---> 29f5168831af [2025-06-19T03:38:27.982Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-19T03:38:27.982Z] ---> Running in 84b53170479a [2025-06-19T03:38:28.548Z] Removing intermediate container 84b53170479a [2025-06-19T03:38:28.548Z] ---> 91b54a395a6c [2025-06-19T03:38:28.548Z] Step 10/26 : COPY . . [2025-06-19T03:38:29.924Z] ---> fd5f3cc41219 [2025-06-19T03:38:29.924Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-19T03:38:29.924Z] ---> Running in e43f4d915a30 [2025-06-19T03:38:29.924Z] Removing intermediate container e43f4d915a30 [2025-06-19T03:38:29.924Z] ---> 0e14ce2d7628 [2025-06-19T03:38:29.924Z] Step 12/26 : RUN $MAKE [2025-06-19T03:38:29.924Z] ---> Running in 5bcd5b5133d9 [2025-06-19T03:38:29.924Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-06-19T03:38:56.465Z] Removing intermediate container 5bcd5b5133d9 [2025-06-19T03:38:56.466Z] ---> 83b5b50e4492 [2025-06-19T03:38:56.466Z] Step 13/26 : FROM alpine:3.20 [2025-06-19T03:38:56.466Z] 3.20: Pulling from library/alpine [2025-06-19T03:38:56.466Z] 0a9a5dfd008f: Already exists [2025-06-19T03:38:56.726Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-19T03:38:56.726Z] Status: Downloaded newer image for alpine:3.20 [2025-06-19T03:38:56.726Z] ---> ff221270b9fb [2025-06-19T03:38:56.726Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-06-19T03:38:56.726Z] ---> Running in 8f6b987e7739 [2025-06-19T03:38:56.726Z] Removing intermediate container 8f6b987e7739 [2025-06-19T03:38:56.726Z] ---> 1341154032fc [2025-06-19T03:38:56.726Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-06-19T03:38:56.726Z] ---> Running in 66907ab6f90f [2025-06-19T03:38:56.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:57.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:57.504Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-19T03:38:57.504Z] Executing busybox-1.36.1-r29.trigger [2025-06-19T03:38:57.504Z] OK: 8 MiB in 15 packages [2025-06-19T03:38:57.763Z] Removing intermediate container 66907ab6f90f [2025-06-19T03:38:57.763Z] ---> 3f888a6d6ee6 [2025-06-19T03:38:57.763Z] Step 16/26 : RUN apk --no-cache upgrade [2025-06-19T03:38:57.763Z] ---> Running in cc79ec3c08d1 [2025-06-19T03:38:58.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-19T03:38:58.543Z] OK: 8 MiB in 15 packages [2025-06-19T03:38:58.802Z] Removing intermediate container cc79ec3c08d1 [2025-06-19T03:38:58.802Z] ---> f9a8f90a364d [2025-06-19T03:38:58.802Z] Step 17/26 : WORKDIR / [2025-06-19T03:38:58.802Z] ---> Running in f51dca5d8a0e [2025-06-19T03:38:58.802Z] Removing intermediate container f51dca5d8a0e [2025-06-19T03:38:58.802Z] ---> 611fb4139e0a [2025-06-19T03:38:58.802Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-06-19T03:38:59.060Z] ---> c6cead172ae5 [2025-06-19T03:38:59.060Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-06-19T03:38:59.060Z] ---> 6b58424986bc [2025-06-19T03:38:59.060Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-06-19T03:38:59.996Z] ---> 74b4b2919497 [2025-06-19T03:38:59.996Z] Step 21/26 : EXPOSE 59900 [2025-06-19T03:38:59.996Z] ---> Running in 80b10167c13d [2025-06-19T03:38:59.996Z] Removing intermediate container 80b10167c13d [2025-06-19T03:38:59.996Z] ---> e9d538b8276a [2025-06-19T03:38:59.996Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-06-19T03:38:59.996Z] ---> Running in 4c2a474e1900 [2025-06-19T03:38:59.996Z] Removing intermediate container 4c2a474e1900 [2025-06-19T03:38:59.996Z] ---> c96342e0f002 [2025-06-19T03:38:59.996Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-19T03:38:59.996Z] ---> Running in 98699403dc24 [2025-06-19T03:38:59.996Z] Removing intermediate container 98699403dc24 [2025-06-19T03:38:59.996Z] ---> 95d27371a001 [2025-06-19T03:38:59.996Z] Step 24/26 : LABEL arch=amd64 [2025-06-19T03:38:59.996Z] ---> Running in b90154e15ace [2025-06-19T03:39:00.255Z] Removing intermediate container b90154e15ace [2025-06-19T03:39:00.255Z] ---> e5415fc4eba8 [2025-06-19T03:39:00.255Z] Step 25/26 : LABEL git_sha=26a549471705edf53de72da5adb911f40eb37efc [2025-06-19T03:39:00.255Z] ---> Running in 59f01e930a83 [2025-06-19T03:39:00.255Z] Removing intermediate container 59f01e930a83 [2025-06-19T03:39:00.255Z] ---> 876d7ad11845 [2025-06-19T03:39:00.255Z] Step 26/26 : LABEL version=0.0.0 [2025-06-19T03:39:00.255Z] ---> Running in 3a1e2ad13ba7 [2025-06-19T03:39:00.255Z] Removing intermediate container 3a1e2ad13ba7 [2025-06-19T03:39:00.255Z] ---> 907352ea0005 [2025-06-19T03:39:00.255Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-19T03:39:00.255Z] Successfully built 907352ea0005 [2025-06-19T03:39:00.255Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 [2025-06-19T03:39:01.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-19T03:39:01.217Z] [2025-06-19T03:39:01.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:39:01.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-19T03:39:01.603Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-19T03:39:01.603Z] 5eb5b503b376: Pulling fs layer [2025-06-19T03:39:01.603Z] 5c69ac0246d0: Pulling fs layer [2025-06-19T03:39:01.603Z] ec43610c2a17: Pulling fs layer [2025-06-19T03:39:01.603Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-19T03:39:01.603Z] 33b1e0a273af: Pulling fs layer [2025-06-19T03:39:01.603Z] 5d3b04190fa2: Pulling fs layer [2025-06-19T03:39:01.603Z] 2f39f015ded8: Pulling fs layer [2025-06-19T03:39:01.603Z] 33b1e0a273af: Waiting [2025-06-19T03:39:01.603Z] 5d3b04190fa2: Waiting [2025-06-19T03:39:01.603Z] 2f39f015ded8: Waiting [2025-06-19T03:39:01.603Z] 3a2ae6a8a46f: Waiting [2025-06-19T03:39:01.603Z] 5c69ac0246d0: Verifying Checksum [2025-06-19T03:39:01.603Z] 5c69ac0246d0: Download complete [2025-06-19T03:39:01.603Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-19T03:39:01.603Z] 3a2ae6a8a46f: Download complete [2025-06-19T03:39:01.603Z] 33b1e0a273af: Verifying Checksum [2025-06-19T03:39:01.603Z] 33b1e0a273af: Download complete [2025-06-19T03:39:01.603Z] 5d3b04190fa2: Verifying Checksum [2025-06-19T03:39:01.603Z] 5d3b04190fa2: Download complete [2025-06-19T03:39:01.603Z] ec43610c2a17: Download complete [2025-06-19T03:39:01.863Z] 5eb5b503b376: Verifying Checksum [2025-06-19T03:39:01.863Z] 5eb5b503b376: Download complete [2025-06-19T03:39:02.430Z] 2f39f015ded8: Download complete [2025-06-19T03:39:02.996Z] 5eb5b503b376: Pull complete [2025-06-19T03:39:02.996Z] 5c69ac0246d0: Pull complete [2025-06-19T03:39:03.256Z] ec43610c2a17: Pull complete [2025-06-19T03:39:03.256Z] 3a2ae6a8a46f: Pull complete [2025-06-19T03:39:03.515Z] 33b1e0a273af: Pull complete [2025-06-19T03:39:03.515Z] 5d3b04190fa2: Pull complete [2025-06-19T03:39:07.715Z] 2f39f015ded8: Pull complete [2025-06-19T03:39:07.715Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-19T03:39:07.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-19T03:39:07.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-19T03:39:07.945Z] prd-ubuntu20.04-docker-8c-8g-3540 does not seem to be running inside a container [2025-06-19T03:39:07.978Z] $ 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/foundry_device-virtual-go_PR-535 -v /w/workspace/foundry_device-virtual-go_PR-535:/w/workspace/foundry_device-virtual-go_PR-535:rw,z -v /w/workspace/foundry_device-virtual-go_PR-535@tmp:/w/workspace/foundry_device-virtual-go_PR-535@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-19T03:39:11.473Z] $ docker top b4ed1d5b806b3deb1628c2943babdda44975b6cb359bf5e68c82963ff318657c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:11.931Z] ---> job-cost.sh [2025-06-19T03:39:11.931Z] lf-activate-venv: SKIPPING [2025-06-19T03:39:11.931Z] INFO: No Stack... [2025-06-19T03:39:12.190Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-19T03:39:12.448Z] INFO: Archiving Costs [Pipeline] sh [2025-06-19T03:39:12.765Z] + cat /w/workspace/foundry_device-virtual-go_PR-535/archives/cost.csv [2025-06-19T03:39:12.765Z] + cut -d, -f6 [Pipeline] lock [2025-06-19T03:39:12.813Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-PR-535-1-stack-cost] [2025-06-19T03:39:12.820Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-535-1-stack-cost] did not exist. Created. [2025-06-19T03:39:12.826Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-PR-535-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-19T03:39:13.224Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-19T03:39:13.280Z] Stashed 1 file(s) [Pipeline] } [2025-06-19T03:39:13.315Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-PR-535-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-19T03:39:13.412Z] $ docker stop --time=1 b4ed1d5b806b3deb1628c2943babdda44975b6cb359bf5e68c82963ff318657c [2025-06-19T03:39:14.559Z] $ docker rm -f --volumes b4ed1d5b806b3deb1628c2943babdda44975b6cb359bf5e68c82963ff318657c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-19T03:39:15.274Z] provisioning config files... [2025-06-19T03:39:15.281Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-535@tmp/config11558919288162083418tmp [Pipeline] { [Pipeline] sh [2025-06-19T03:39:15.626Z] + set +x [2025-06-19T03:39:15.626Z] + curl -s https://codecov.io/bash [2025-06-19T03:39:15.626Z] + bash -s -- [2025-06-19T03:39:15.626Z] [2025-06-19T03:39:15.626Z] _____ _ [2025-06-19T03:39:15.626Z] / ____| | | [2025-06-19T03:39:15.626Z] | | ___ __| | ___ ___ _____ __ [2025-06-19T03:39:15.626Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-19T03:39:15.626Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-19T03:39:15.626Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-19T03:39:15.626Z] Bash-1.0.6 [2025-06-19T03:39:15.626Z] [2025-06-19T03:39:15.626Z] [2025-06-19T03:39:15.626Z] ==> git version 2.25.1 found [2025-06-19T03:39:15.626Z] ==> 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 [2025-06-19T03:39:15.626Z] Release-Date: 2020-01-08 [2025-06-19T03:39:15.626Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-19T03:39:15.626Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-19T03:39:15.626Z] ==> Jenkins CI detected. [2025-06-19T03:39:15.626Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-535 [2025-06-19T03:39:15.626Z] project root: . [2025-06-19T03:39:15.626Z] --> token set from env [2025-06-19T03:39:15.626Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-19T03:39:15.885Z] ==> Running gcov in . (disable via -X gcov) [2025-06-19T03:39:15.885Z] ==> Python coveragepy not found [2025-06-19T03:39:15.885Z] ==> Searching for coverage reports in: [2025-06-19T03:39:15.885Z] + . [2025-06-19T03:39:15.885Z] -> Found 1 reports [2025-06-19T03:39:15.885Z] ==> Detecting git/mercurial file structure [2025-06-19T03:39:15.885Z] ==> Reading reports [2025-06-19T03:39:15.885Z] + ./coverage.out bytes=44412 [2025-06-19T03:39:15.885Z] ==> Appending adjustments [2025-06-19T03:39:15.885Z] https://docs.codecov.io/docs/fixing-reports [2025-06-19T03:39:15.885Z] + Found adjustments [2025-06-19T03:39:15.885Z] ==> Gzipping contents [2025-06-19T03:39:15.885Z] 8.0K /tmp/codecov.pny52T.gz [2025-06-19T03:39:15.885Z] ==> Uploading reports [2025-06-19T03:39:15.885Z] url: https://codecov.io [2025-06-19T03:39:15.885Z] query: branch=PR-535&commit=26a549471705edf53de72da5adb911f40eb37efc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-535%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=535&job=&cmd_args= [2025-06-19T03:39:15.885Z] -> Pinging Codecov [2025-06-19T03:39:15.885Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-535&commit=26a549471705edf53de72da5adb911f40eb37efc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-535%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=535&job=&cmd_args= [2025-06-19T03:39:16.144Z] -> Uploading to [2025-06-19T03:39:16.144Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/26a549471705edf53de72da5adb911f40eb37efc/157d5243-24b8-4ad9-bb0f-9f8712f0f8ba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250619%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250619T033915Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e6c0c73e136cd456478ce43cde58489c8a69d5a21f62c984d201a912240b46dd [2025-06-19T03:39:16.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-19T03:39:16.144Z] Dload Upload Total Spent Left Speed [2025-06-19T03:39:16.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5231 0 0 100 5231 0 20042 --:--:-- --:--:-- --:--:-- 19965 [2025-06-19T03:39:16.403Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/26a549471705edf53de72da5adb911f40eb37efc [Pipeline] } [2025-06-19T03:39:16.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2025-06-19T03:39:18.436Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-535/archives ] [2025-06-19T03:39:18.436Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-535/archives [2025-06-19T03:39:18.436Z] total 16 [2025-06-19T03:39:18.436Z] drwxr-xr-x 3 root root 4096 Jun 19 03:39 . [2025-06-19T03:39:18.436Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 03:39 .. [2025-06-19T03:39:18.436Z] drwxr-xr-x 2 root root 4096 Jun 19 03:39 cost [2025-06-19T03:39:18.436Z] -rw-r--r-- 1 root root 89 Jun 19 03:39 cost.csv [2025-06-19T03:39:18.436Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-535/archives [2025-06-19T03:39:18.436Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-535/archives [2025-06-19T03:39:18.436Z] total 16 [2025-06-19T03:39:18.436Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 03:39 . [2025-06-19T03:39:18.436Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 03:39 .. [2025-06-19T03:39:18.436Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 19 03:39 cost [2025-06-19T03:39:18.436Z] -rw-r--r-- 1 jenkins jenkins 89 Jun 19 03:39 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:18.860Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:19.531Z] ---> package-listing.sh [2025-06-19T03:39:19.531Z] ++ facter osfamily [2025-06-19T03:39:19.531Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-19T03:39:19.791Z] + OS_FAMILY=debian [2025-06-19T03:39:19.791Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-535 [2025-06-19T03:39:19.791Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-19T03:39:19.791Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-19T03:39:19.791Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-19T03:39:19.791Z] + PACKAGES=/tmp/packages_start.txt [2025-06-19T03:39:19.791Z] + '[' /w/workspace/foundry_device-virtual-go_PR-535 ']' [2025-06-19T03:39:19.791Z] + PACKAGES=/tmp/packages_end.txt [2025-06-19T03:39:19.791Z] + case "${OS_FAMILY}" in [2025-06-19T03:39:19.791Z] + dpkg -l [2025-06-19T03:39:19.791Z] + grep '^ii' [2025-06-19T03:39:19.791Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-19T03:39:19.791Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-19T03:39:19.791Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-19T03:39:19.791Z] + '[' /w/workspace/foundry_device-virtual-go_PR-535 ']' [2025-06-19T03:39:19.791Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-535/archives/ [2025-06-19T03:39:19.791Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-535/archives/ [Pipeline] echo [2025-06-19T03:39:19.830Z] 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/foundry_device-virtual-go_PR-535/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-19T03:39:20.126Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-19T03:39:20.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-19T03:39:20.769Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-19T03:39:20.927Z] prd-ubuntu20.04-docker-8c-8g-3540 does not seem to be running inside a container [2025-06-19T03:39:20.963Z] $ 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/foundry_device-virtual-go_PR-535/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-535 -v /w/workspace/foundry_device-virtual-go_PR-535:/w/workspace/foundry_device-virtual-go_PR-535:rw,z -v /w/workspace/foundry_device-virtual-go_PR-535@tmp:/w/workspace/foundry_device-virtual-go_PR-535@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-19T03:39:21.143Z] $ docker top 5039c8da4d7c485ff62c02d4ed4d8e288e474ca4ea41f230ba30f29c94bc1d48 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-19T03:39:21.637Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-19T03:39:21.948Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-19T03:39:22.263Z] + ls /var/log/sa-host [2025-06-19T03:39:22.263Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-19T03:39:22.491Z] provisioning config files... [2025-06-19T03:39:22.500Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-535@tmp/config5360923975586486617tmp [Pipeline] { [Pipeline] echo [2025-06-19T03:39:22.559Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:22.875Z] ---> create-netrc.sh [Pipeline] } [2025-06-19T03:39:22.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:23.307Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-19T03:39:23.341Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:23.658Z] ---> sudo-logs.sh [2025-06-19T03:39:23.658Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-19T03:39:23.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:24.081Z] ---> job-cost.sh [2025-06-19T03:39:24.082Z] lf-activate-venv: SKIPPING [2025-06-19T03:39:24.082Z] DEBUG: total: 0.2199999988079071 [2025-06-19T03:39:24.082Z] INFO: Retrieving Stack Cost... [2025-06-19T03:39:24.082Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-19T03:39:24.340Z] INFO: Archiving Costs [Pipeline] echo [2025-06-19T03:39:24.381Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-19T03:39:24.703Z] ---> logs-deploy.sh [2025-06-19T03:39:24.703Z] lf-activate-venv: SKIPPING [2025-06-19T03:39:24.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-535/1 [2025-06-19T03:39:24.703Z] INFO: archiving workspace using pattern(s): [2025-06-19T03:39:25.645Z] Archives upload complete. [2025-06-19T03:39:25.645Z] INFO: archiving logs to Nexus