Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 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-ssh12920191779599160009.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh8979674271051811975.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 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-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-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2426392716509633209.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh4131468859408918376.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-virtual-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-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9123395440021898200.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-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-7084 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # 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 Avoid second fetch Checking out Revision eff1d3fe04aa5a935b2b9135a2461cb5b93a801e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548)" > git config core.sparsecheckout # timeout=10 > git checkout -f eff1d3fe04aa5a935b2b9135a2461cb5b93a801e # timeout=10 > git rev-list --no-walk c119ed95499dc306bea571f77dc9f86a2d44f01a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-15T11:23:21.897Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-15T11:23:21.964Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-15T11:23:21.986Z] ========================================================= [2025-08-15T11:23:21.986Z] EdgeX Global Pipelines Version Info [2025-08-15T11:23:21.986Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:23:23.091Z] ------------------- [2025-08-15T11:23:23.092Z] stable info: [2025-08-15T11:23:23.092Z] ------------------- [2025-08-15T11:23:23.092Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-15T11:23:23.092Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-15T11:23:23.092Z] Message: update stable to v1.0.276 [2025-08-15T11:23:23.663Z] ------------------- [2025-08-15T11:23:23.663Z] experimental info: [2025-08-15T11:23:23.663Z] ------------------- [2025-08-15T11:23:23.663Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-15T11:23:23.663Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-15T11:23:23.663Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-15T11:23:23.736Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-08-15T11:23:23.761Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-08-15T11:23:23.786Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-15T11:23:23.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-15T11:23:23.829Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-15T11:23:23.846Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-15T11:23:23.864Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-15T11:23:23.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-15T11:23:23.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-15T11:23:23.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-15T11:23:23.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-15T11:23:23.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-08-15T11:23:24.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-15T11:23:24.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-15T11:23:24.051Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-15T11:23:24.073Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-15T11:23:24.097Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-15T11:23:24.124Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-15T11:23:24.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-15T11:23:24.235Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-15T11:23:24.252Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-15T11:23:24.268Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-15T11:23:24.288Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-15T11:23:24.304Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-15T11:23:24.326Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-15T11:23:24.347Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-15T11:23:24.376Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-15T11:23:24.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-15T11:23:24.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-15T11:23:24.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-15T11:23:24.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo [2025-08-15T11:23:24.495Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eff1d3f [Pipeline] echo [2025-08-15T11:23:24.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:23:24.583Z] provisioning config files... [2025-08-15T11:23:24.601Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17254009348666520972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:23:24.934Z] ---> ****-login.sh [2025-08-15T11:23:24.934Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:23:24.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:25.194Z] [2025-08-15T11:23:25.194Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-15T11:23:25.194Z] Configure a credential helper to remove this warning. See [2025-08-15T11:23:25.194Z] https://docs.****.com/go/credential-store/ [2025-08-15T11:23:25.194Z] [2025-08-15T11:23:25.194Z] Login Succeeded [2025-08-15T11:23:25.194Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:23:25.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:25.455Z] [2025-08-15T11:23:25.456Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-15T11:23:25.456Z] Configure a credential helper to remove this warning. See [2025-08-15T11:23:25.456Z] https://docs.****.com/go/credential-store/ [2025-08-15T11:23:25.456Z] [2025-08-15T11:23:25.456Z] Login Succeeded [2025-08-15T11:23:25.456Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:23:25.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:25.456Z] [2025-08-15T11:23:25.456Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-15T11:23:25.456Z] Configure a credential helper to remove this warning. See [2025-08-15T11:23:25.456Z] https://docs.****.com/go/credential-store/ [2025-08-15T11:23:25.456Z] [2025-08-15T11:23:25.456Z] Login Succeeded [2025-08-15T11:23:25.456Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:23:25.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:25.456Z] [2025-08-15T11:23:25.456Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-15T11:23:25.456Z] Configure a credential helper to remove this warning. See [2025-08-15T11:23:25.456Z] https://docs.****.com/go/credential-store/ [2025-08-15T11:23:25.456Z] [2025-08-15T11:23:25.456Z] Login Succeeded [2025-08-15T11:23:25.456Z] ****.io [2025-08-15T11:23:25.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:25.716Z] [2025-08-15T11:23:25.717Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-15T11:23:25.717Z] Configure a credential helper to remove this warning. See [2025-08-15T11:23:25.717Z] https://docs.****.com/go/credential-store/ [2025-08-15T11:23:25.717Z] [2025-08-15T11:23:25.717Z] Login Succeeded [2025-08-15T11:23:25.717Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:23:25.724Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-15T11:23:26.123Z] + git rev-list -1 --merges eff1d3fe04aa5a935b2b9135a2461cb5b93a801e~1..eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo [2025-08-15T11:23:26.151Z] -----------> git rev-list -1 --merges eff1d3fe04aa5a935b2b9135a2461cb5b93a801e~1..eff1d3fe04aa5a935b2b9135a2461cb5b93a801e eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [false] [Pipeline] sh [2025-08-15T11:23:26.568Z] + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo [2025-08-15T11:23:26.583Z] ========================================================= [2025-08-15T11:23:26.584Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-15T11:23:26.584Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-15T11:23:26.912Z] + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo [2025-08-15T11:23:26.925Z] [semverPrep] GIT_COMMIT: eff1d3fe04aa5a935b2b9135a2461cb5b93a801e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548) [Pipeline] echo [2025-08-15T11:23:26.941Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-15T11:23:27.298Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-15T11:23:27.298Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-15T11:23:27.298Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-15T11:23:27.298Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-15T11:23:27.299Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-15T11:23:27.299Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-15T11:23:27.299Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:23:27.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:23:27.652Z] [2025-08-15T11:23:27.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:23:27.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:23:27.956Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-15T11:23:27.956Z] 3dae71ba6b94: Pulling fs layer [2025-08-15T11:23:27.956Z] 6bf1a483ea7c: Pulling fs layer [2025-08-15T11:23:27.956Z] f5dfc541a4d3: Pulling fs layer [2025-08-15T11:23:27.956Z] 461d9e800cba: Pulling fs layer [2025-08-15T11:23:27.956Z] 80192f66455f: Pulling fs layer [2025-08-15T11:23:27.956Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-15T11:23:27.956Z] a29436f7fd5d: Pulling fs layer [2025-08-15T11:23:27.956Z] 923cac83aea3: Pulling fs layer [2025-08-15T11:23:27.956Z] 25ad8b0a4227: Pulling fs layer [2025-08-15T11:23:27.956Z] db01528c6b51: Pulling fs layer [2025-08-15T11:23:27.956Z] 28988de357af: Pulling fs layer [2025-08-15T11:23:27.956Z] 80192f66455f: Waiting [2025-08-15T11:23:27.956Z] 25ad8b0a4227: Waiting [2025-08-15T11:23:27.956Z] 2e8e34ca0e6c: Waiting [2025-08-15T11:23:27.956Z] db01528c6b51: Waiting [2025-08-15T11:23:27.956Z] a29436f7fd5d: Waiting [2025-08-15T11:23:27.956Z] 923cac83aea3: Waiting [2025-08-15T11:23:27.956Z] 461d9e800cba: Waiting [2025-08-15T11:23:27.956Z] 28988de357af: Waiting [2025-08-15T11:23:27.956Z] 6bf1a483ea7c: Verifying Checksum [2025-08-15T11:23:27.956Z] 6bf1a483ea7c: Download complete [2025-08-15T11:23:27.956Z] 461d9e800cba: Verifying Checksum [2025-08-15T11:23:27.956Z] 461d9e800cba: Download complete [2025-08-15T11:23:27.956Z] 80192f66455f: Verifying Checksum [2025-08-15T11:23:27.956Z] 80192f66455f: Download complete [2025-08-15T11:23:28.214Z] f5dfc541a4d3: Verifying Checksum [2025-08-15T11:23:28.214Z] f5dfc541a4d3: Download complete [2025-08-15T11:23:28.214Z] 3dae71ba6b94: Verifying Checksum [2025-08-15T11:23:28.214Z] 3dae71ba6b94: Download complete [2025-08-15T11:23:28.214Z] 923cac83aea3: Verifying Checksum [2025-08-15T11:23:28.214Z] 923cac83aea3: Download complete [2025-08-15T11:23:28.214Z] 25ad8b0a4227: Verifying Checksum [2025-08-15T11:23:28.214Z] 25ad8b0a4227: Download complete [2025-08-15T11:23:28.474Z] db01528c6b51: Download complete [2025-08-15T11:23:28.474Z] 28988de357af: Verifying Checksum [2025-08-15T11:23:28.474Z] 28988de357af: Download complete [2025-08-15T11:23:28.474Z] a29436f7fd5d: Verifying Checksum [2025-08-15T11:23:28.474Z] a29436f7fd5d: Download complete [2025-08-15T11:23:28.732Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-15T11:23:28.732Z] 2e8e34ca0e6c: Download complete [2025-08-15T11:23:29.668Z] 3dae71ba6b94: Pull complete [2025-08-15T11:23:29.668Z] 6bf1a483ea7c: Pull complete [2025-08-15T11:23:30.606Z] f5dfc541a4d3: Pull complete [2025-08-15T11:23:30.606Z] 461d9e800cba: Pull complete [2025-08-15T11:23:30.606Z] 80192f66455f: Pull complete [2025-08-15T11:23:34.798Z] 2e8e34ca0e6c: Pull complete [2025-08-15T11:23:35.365Z] a29436f7fd5d: Pull complete [2025-08-15T11:23:35.365Z] 923cac83aea3: Pull complete [2025-08-15T11:23:35.365Z] 25ad8b0a4227: Pull complete [2025-08-15T11:23:35.365Z] db01528c6b51: Pull complete [2025-08-15T11:23:35.365Z] 28988de357af: Pull complete [2025-08-15T11:23:35.365Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-15T11:23:35.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:23:35.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:23:35.511Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:23:35.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:23:38.781Z] $ docker top bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 -eo pid,comm [2025-08-15T11:23:38.825Z] 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-08-15T11:23:38.825Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-15T11:23:38.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-15T11:23:38.888Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-15T11:23:39.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-15T11:23:39.007Z] $ docker exec bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent [2025-08-15T11:23:39.094Z] SSH_AUTH_SOCK=/tmp/ssh-b3zThaoScD7L/agent.31 [2025-08-15T11:23:39.094Z] SSH_AGENT_PID=37 [2025-08-15T11:23:39.099Z] Running ssh-add (command line suppressed) [2025-08-15T11:23:39.215Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7527456554263391445.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7527456554263391445.key) [2025-08-15T11:23:39.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-15T11:23:39.521Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] sh [2025-08-15T11:23:39.812Z] + git tag --points-at HEAD [Pipeline] } [2025-08-15T11:23:39.829Z] $ docker exec --env ******** --env ******** bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent -k [2025-08-15T11:23:39.926Z] unset SSH_AUTH_SOCK; [2025-08-15T11:23:39.927Z] unset SSH_AGENT_PID; [2025-08-15T11:23:39.927Z] echo Agent pid 37 killed; [2025-08-15T11:23:39.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-15T11:23:39.976Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-15T11:23:39.976Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-15T11:23:40.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-15T11:23:40.089Z] $ docker exec bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent [2025-08-15T11:23:40.203Z] SSH_AUTH_SOCK=/tmp/ssh-wq6HnR2pd2YX/agent.84 [2025-08-15T11:23:40.203Z] SSH_AGENT_PID=90 [2025-08-15T11:23:40.208Z] Running ssh-add (command line suppressed) [2025-08-15T11:23:40.299Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8279575780215085136.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8279575780215085136.key) [2025-08-15T11:23:40.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-15T11:23:40.604Z] + git semver init [2025-08-15T11:23:40.864Z] 2025-08-15 11:23:40,818 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-15T11:23:40.864Z] 2025-08-15 11:23:40,822 [run_init] DEBUG init version:0.0.0 force:False [2025-08-15T11:23:40.864Z] 2025-08-15 11:23:40,823 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-08-15T11:23:40.864Z] 2025-08-15 11:23:40,823 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-08-15T11:23:40.864Z] 2025-08-15 11:23:40,823 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-15T11:23:42.247Z] 2025-08-15 11:23:42,247 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-08-15T11:23:42.247Z] 2025-08-15 11:23:42,248 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-08-15T11:23:42.247Z] 2025-08-15 11:23:42,248 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:23:42.247Z] 2025-08-15 11:23:42,248 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:23:42.247Z] 4.1.0-dev.5 [Pipeline] } [2025-08-15T11:23:42.521Z] $ docker exec --env ******** --env ******** bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent -k [2025-08-15T11:23:42.607Z] unset SSH_AUTH_SOCK; [2025-08-15T11:23:42.607Z] unset SSH_AGENT_PID; [2025-08-15T11:23:42.607Z] echo Agent pid 90 killed; [2025-08-15T11:23:42.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-15T11:23:42.939Z] + git semver [Pipeline] } [2025-08-15T11:23:43.214Z] $ docker stop --time=1 bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 [2025-08-15T11:23:44.464Z] $ docker rm -f --volumes bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-15T11:23:44.803Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-15T11:23:45.076Z] Stashed 1 file(s) [Pipeline] echo [2025-08-15T11:23:45.081Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:23:45.255Z] provisioning config files... [2025-08-15T11:23:45.271Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16195774173811631084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:23:45.600Z] ---> ****-login.sh [2025-08-15T11:23:45.600Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:23:45.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:45.600Z] Login Succeeded [2025-08-15T11:23:45.600Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:23:45.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:45.600Z] Login Succeeded [2025-08-15T11:23:45.600Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:23:45.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:45.862Z] Login Succeeded [2025-08-15T11:23:45.862Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:23:45.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:45.862Z] Login Succeeded [2025-08-15T11:23:45.862Z] ****.io [2025-08-15T11:23:45.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:23:46.123Z] Login Succeeded [2025-08-15T11:23:46.123Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:23:46.131Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-15T11:23:46.213Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:23:46.234Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:23:46.250Z] ========================================================= [2025-08-15T11:23:46.250Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-15T11:23:46.250Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:23:46.583Z] + 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-08-15T11:23:47.154Z] #0 building with "default" instance using docker driver [2025-08-15T11:23:47.154Z] [2025-08-15T11:23:47.154Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:23:47.154Z] #1 transferring dockerfile: 1.79kB done [2025-08-15T11:23:47.154Z] #1 DONE 0.0s [2025-08-15T11:23:47.154Z] [2025-08-15T11:23:47.154Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-15T11:23:47.154Z] #2 DONE 0.1s [2025-08-15T11:23:47.414Z] [2025-08-15T11:23:47.414Z] #3 [internal] load .dockerignore [2025-08-15T11:23:47.414Z] #3 transferring context: 2B done [2025-08-15T11:23:47.414Z] #3 DONE 0.0s [2025-08-15T11:23:47.414Z] [2025-08-15T11:23:47.414Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-15T11:23:47.414Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-15T11:23:47.414Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-15T11:23:47.414Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-08-15T11:23:47.414Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s [2025-08-15T11:23:47.414Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-15T11:23:47.414Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-15T11:23:47.414Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-08-15T11:23:47.414Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s [2025-08-15T11:23:47.414Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-15T11:23:47.414Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-15T11:23:47.414Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-15T11:23:47.414Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-15T11:23:47.414Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s [2025-08-15T11:23:47.414Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s [2025-08-15T11:23:47.414Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-08-15T11:23:47.673Z] #4 ... [2025-08-15T11:23:47.673Z] [2025-08-15T11:23:47.673Z] #5 [internal] load build context [2025-08-15T11:23:47.673Z] #5 transferring context: 40.64MB 0.3s done [2025-08-15T11:23:47.673Z] #5 DONE 0.3s [2025-08-15T11:23:47.673Z] [2025-08-15T11:23:47.673Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-15T11:23:47.673Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 30.41MB / 74.06MB 0.3s [2025-08-15T11:23:47.673Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-15T11:23:47.673Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-15T11:23:47.673Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 7.34MB / 103.05MB 0.3s [2025-08-15T11:23:47.673Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0B / 13.29MB 0.3s [2025-08-15T11:23:47.673Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-15T11:23:47.673Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 65.01MB / 74.06MB 0.5s [2025-08-15T11:23:47.673Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.5s [2025-08-15T11:23:47.673Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s [2025-08-15T11:23:47.673Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-08-15T11:23:47.932Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-08-15T11:23:47.932Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 59.77MB / 103.05MB 0.7s [2025-08-15T11:23:47.932Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-08-15T11:23:48.194Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-08-15T11:23:48.194Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 81.17MB / 103.05MB 0.8s [2025-08-15T11:23:48.194Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-15T11:23:48.194Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s [2025-08-15T11:23:48.452Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s done [2025-08-15T11:23:52.655Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.3s done [2025-08-15T11:23:52.655Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-15T11:23:52.655Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-15T11:23:52.655Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-15T11:23:52.655Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-15T11:23:52.655Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-15T11:23:52.912Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-15T11:23:52.912Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-15T11:23:55.442Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.3s done [2025-08-15T11:23:55.442Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-08-15T11:23:56.009Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.7s done [2025-08-15T11:23:56.009Z] #4 DONE 8.7s [2025-08-15T11:23:56.009Z] [2025-08-15T11:23:56.009Z] #6 [builder 2/7] WORKDIR /device-virtual-go [2025-08-15T11:23:59.297Z] #6 DONE 3.2s [2025-08-15T11:23:59.297Z] [2025-08-15T11:23:59.297Z] #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-08-15T11:23:59.297Z] #7 0.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-15T11:23:59.555Z] #7 0.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-15T11:23:59.814Z] #7 0.668 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-15T11:24:00.073Z] #7 0.678 (2/4) Installing libedit (20240517.3.1-r0) [2025-08-15T11:24:00.073Z] #7 0.684 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-15T11:24:00.073Z] #7 0.706 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-15T11:24:00.073Z] #7 0.717 Executing busybox-1.36.1-r29.trigger [2025-08-15T11:24:00.073Z] #7 0.725 OK: 252 MiB in 62 packages [2025-08-15T11:24:00.073Z] #7 DONE 0.9s [2025-08-15T11:24:00.073Z] [2025-08-15T11:24:00.073Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-15T11:24:00.073Z] #8 DONE 0.0s [2025-08-15T11:24:00.073Z] [2025-08-15T11:24:00.073Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-15T11:24:00.214Z] Still waiting to schedule task [2025-08-15T11:24:00.215Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-15T11:24:32.201Z] #9 DONE 29.6s [2025-08-15T11:24:32.201Z] [2025-08-15T11:24:32.201Z] #10 [builder 6/7] COPY . . [2025-08-15T11:24:32.201Z] #10 DONE 0.3s [2025-08-15T11:24:32.201Z] [2025-08-15T11:24:32.201Z] #11 [builder 7/7] RUN echo noop [2025-08-15T11:24:32.201Z] #11 0.211 noop [2025-08-15T11:24:32.201Z] #11 DONE 0.3s [2025-08-15T11:24:32.201Z] [2025-08-15T11:24:32.201Z] #12 exporting to image [2025-08-15T11:24:32.201Z] #12 exporting layers [2025-08-15T11:24:38.763Z] #12 exporting layers 7.7s done [2025-08-15T11:24:38.763Z] #12 writing image sha256:0e8197891f23b885bf6ebde79628aae2912834fcbdc86cf0144001501d9addd2 done [2025-08-15T11:24:38.763Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-15T11:24:38.763Z] #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:24:39.087Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-15T11:24:39.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:24:39.160Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:24:39.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:24:39.604Z] $ docker top d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:24:39.944Z] + go version [2025-08-15T11:24:39.944Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-15T11:24:39.958Z] $ docker stop --time=1 d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 [2025-08-15T11:24:41.205Z] $ docker rm -f --volumes d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:24:41.625Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-15T11:24:41.625Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:24:41.700Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:24:41.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:24:41.951Z] $ docker top 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:24:42.296Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-08-15T11:24:42.597Z] + make test [2025-08-15T11:24:42.598Z] go test ./... -coverprofile=coverage.out [2025-08-15T11:24:43.975Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-08-15T11:25:02.039Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-08-15T11:25:02.039Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.013s coverage: 59.5% of statements [2025-08-15T11:25:10.150Z] go vet ./... [2025-08-15T11:25:15.443Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-15T11:25:15.443Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-15T11:25:15.443Z] ./bin/test-attribution-txt.sh [2025-08-15T11:25:15.443Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-15T11:25:15.443Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-15T11:25:15.443Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-15T11:25:15.443Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-15T11:25:15.443Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-15T11:25:15.443Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-15T11:25:15.454Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-15T11:25:15.477Z] $ docker stop --time=1 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd [2025-08-15T11:25:20.003Z] $ docker rm -f --volumes 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-15T11:25:20.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-15T11:25:20.602Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-15T11:25:21.055Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-15T11:25:21.340Z] + ls -al . [2025-08-15T11:25:21.340Z] total 272 [2025-08-15T11:25:21.340Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:24 . [2025-08-15T11:25:21.340Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 11:23 .. [2025-08-15T11:25:21.340Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:25 .git [2025-08-15T11:25:21.340Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 .github [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 15 11:23 .gitignore [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 15 11:23 .golangci.yml [2025-08-15T11:25:21.340Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 11:23 .semver [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 18321 Aug 15 11:23 Attribution.txt [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 17302 Aug 15 11:23 CHANGELOG.md [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 1755 Aug 15 11:23 Dockerfile [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 15 11:23 GOVERNANCE.md [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 15 11:23 Jenkinsfile [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 15 11:23 LICENSE [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 2652 Aug 15 11:23 Makefile [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 15 11:23 OWNERS.md [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 4473 Aug 15 11:23 README.md [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 11:23 VERSION [2025-08-15T11:25:21.340Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 11:23 bin [2025-08-15T11:25:21.340Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 cmd [2025-08-15T11:25:21.340Z] -rw-r--r-- 1 jenkins jenkins 45558 Aug 15 11:25 coverage.out [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 6112 Aug 15 11:23 go.mod [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 86944 Aug 15 11:23 go.sum [2025-08-15T11:25:21.340Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 internal [2025-08-15T11:25:21.340Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 15 11:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:21.656Z] + 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=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --label arch=amd64 --label version=4.1.0-dev.5 . [2025-08-15T11:25:21.915Z] #0 building with "default" instance using docker driver [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:25:21.915Z] #1 transferring dockerfile: 1.79kB done [2025-08-15T11:25:21.915Z] #1 DONE 0.0s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-15T11:25:21.915Z] #2 DONE 0.0s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-15T11:25:21.915Z] #3 DONE 0.1s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #4 [internal] load .dockerignore [2025-08-15T11:25:21.915Z] #4 transferring context: 2B done [2025-08-15T11:25:21.915Z] #4 DONE 0.0s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #5 [internal] load build context [2025-08-15T11:25:21.915Z] #5 transferring context: 59.85kB 0.0s done [2025-08-15T11:25:21.915Z] #5 DONE 0.0s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-15T11:25:21.915Z] #6 DONE 0.1s [2025-08-15T11:25:21.915Z] [2025-08-15T11:25:21.915Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-15T11:25:21.915Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-15T11:25:21.915Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-15T11:25:21.915Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-15T11:25:21.915Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-15T11:25:21.915Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-15T11:25:22.173Z] #7 ... [2025-08-15T11:25:22.173Z] [2025-08-15T11:25:22.173Z] #8 [builder 2/7] WORKDIR /device-virtual-go [2025-08-15T11:25:22.173Z] #8 DONE 0.1s [2025-08-15T11:25:22.173Z] [2025-08-15T11:25:22.173Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-15T11:25:22.173Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-15T11:25:22.173Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-15T11:25:22.173Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-15T11:25:22.173Z] #7 DONE 0.4s [2025-08-15T11:25:22.173Z] [2025-08-15T11:25:22.173Z] #9 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-08-15T11:25:22.433Z] #9 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:22.692Z] #9 0.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:22.692Z] #9 0.708 OK: 252 MiB in 62 packages [2025-08-15T11:25:22.950Z] #9 DONE 0.8s [2025-08-15T11:25:22.950Z] [2025-08-15T11:25:22.950Z] #10 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-15T11:25:22.950Z] #10 0.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:22.950Z] #10 0.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:22.950Z] #10 0.582 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-15T11:25:22.950Z] #10 0.603 Executing busybox-1.36.1-r29.trigger [2025-08-15T11:25:22.950Z] #10 0.610 OK: 8 MiB in 15 packages [2025-08-15T11:25:23.209Z] #10 DONE 0.7s [2025-08-15T11:25:23.209Z] [2025-08-15T11:25:23.209Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-15T11:25:23.209Z] #11 DONE 0.0s [2025-08-15T11:25:23.209Z] [2025-08-15T11:25:23.209Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-15T11:25:23.777Z] #12 DONE 0.6s [2025-08-15T11:25:23.777Z] [2025-08-15T11:25:23.777Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-15T11:25:23.777Z] #13 0.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:23.777Z] #13 0.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-15T11:25:23.777Z] #13 0.631 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:25:23.777Z] #13 0.645 Executing busybox-1.36.1-r30.post-upgrade [2025-08-15T11:25:23.777Z] #13 0.683 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:25:23.777Z] #13 0.687 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:25:23.777Z] #13 0.691 Executing busybox-1.36.1-r30.trigger [2025-08-15T11:25:23.777Z] #13 0.697 OK: 8 MiB in 15 packages [2025-08-15T11:25:24.036Z] #13 DONE 1.0s [2025-08-15T11:25:24.036Z] [2025-08-15T11:25:24.036Z] #14 [builder 6/7] COPY . . [2025-08-15T11:25:24.036Z] #14 DONE 0.4s [2025-08-15T11:25:24.036Z] [2025-08-15T11:25:24.036Z] #15 [builder 7/7] RUN make build [2025-08-15T11:25:24.295Z] #15 0.232 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-08-15T11:25:31.292Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7085 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-08-15T11:25:31.307Z] Running in /w/workspace/device-virtual-go/214 [Pipeline] { [Pipeline] checkout [2025-08-15T11:25:34.355Z] The recommended git tool is: git [2025-08-15T11:25:38.778Z] using credential edgex-jenkins-ssh [2025-08-15T11:25:38.797Z] Cloning the remote Git repository [2025-08-15T11:25:38.829Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-08-15T11:25:38.926Z] > git init /w/workspace/device-virtual-go/214 # timeout=10 [2025-08-15T11:25:39.078Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-08-15T11:25:39.079Z] > git --version # timeout=10 [2025-08-15T11:25:39.100Z] > git --version # 'git version 2.25.1' [2025-08-15T11:25:39.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-15T11:25:39.268Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-15T11:25:42.471Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-08-15T11:25:42.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-15T11:25:43.363Z] Avoid second fetch [2025-08-15T11:25:43.364Z] Checking out Revision eff1d3fe04aa5a935b2b9135a2461cb5b93a801e (main) [2025-08-15T11:25:43.946Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548)" [2025-08-15T11:25:43.367Z] > git config core.sparsecheckout # timeout=10 [2025-08-15T11:25:43.422Z] > git checkout -f eff1d3fe04aa5a935b2b9135a2461cb5b93a801e # timeout=10 [2025-08-15T11:25:46.265Z] #15 DONE 22.2s [2025-08-15T11:25:46.265Z] [2025-08-15T11:25:46.265Z] #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / [2025-08-15T11:25:46.265Z] #16 DONE 0.0s [2025-08-15T11:25:46.265Z] [2025-08-15T11:25:46.265Z] #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / [2025-08-15T11:25:46.265Z] #17 DONE 0.0s [2025-08-15T11:25:46.523Z] [2025-08-15T11:25:46.523Z] #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / [2025-08-15T11:25:46.781Z] #18 DONE 0.3s [2025-08-15T11:25:46.781Z] [2025-08-15T11:25:46.781Z] #19 exporting to image [2025-08-15T11:25:46.781Z] #19 exporting layers [2025-08-15T11:25:46.781Z] #19 exporting layers 0.2s done [2025-08-15T11:25:46.781Z] #19 writing image sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:25:46.781Z] #19 naming to docker.io/library/device-virtual done [2025-08-15T11:25:46.781Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:25:46.906Z] provisioning config files... [2025-08-15T11:25:46.915Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10286069481952085761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:25:47.214Z] ---> ****-login.sh [2025-08-15T11:25:47.214Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:25:47.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:47.214Z] Login Succeeded [2025-08-15T11:25:47.214Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:25:47.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:47.214Z] Login Succeeded [2025-08-15T11:25:47.214Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:25:47.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:47.473Z] Login Succeeded [2025-08-15T11:25:47.473Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:25:47.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:47.473Z] Login Succeeded [2025-08-15T11:25:47.473Z] ****.io [2025-08-15T11:25:47.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:47.732Z] Login Succeeded [2025-08-15T11:25:47.732Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:25:47.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-15T11:25:47.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:25:47.817Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-08-15T11:25:47.817Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:25:47.817Z] latest [2025-08-15T11:25:47.817Z] 4.1.0-dev.5 [2025-08-15T11:25:47.817Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:25:47.817Z] main [2025-08-15T11:25:47.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:48.145Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:25:48.293Z] provisioning config files... [2025-08-15T11:25:48.317Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/214@tmp/config10305061443722207147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:25:48.470Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:25:48.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-08-15T11:25:48.470Z] 2f59632d4625: Preparing [2025-08-15T11:25:48.470Z] ca3c116612cd: Preparing [2025-08-15T11:25:48.470Z] ab550ce5223d: Preparing [2025-08-15T11:25:48.470Z] f54e4f28827a: Preparing [2025-08-15T11:25:48.470Z] 34c58294d82d: Preparing [2025-08-15T11:25:48.470Z] 097100c76c15: Preparing [2025-08-15T11:25:48.470Z] 097100c76c15: Waiting [2025-08-15T11:25:48.470Z] ca3c116612cd: Pushed [2025-08-15T11:25:48.470Z] ab550ce5223d: Pushed [2025-08-15T11:25:48.470Z] 34c58294d82d: Pushed [2025-08-15T11:25:48.470Z] 097100c76c15: Layer already exists [2025-08-15T11:25:48.470Z] f54e4f28827a: Pushed [2025-08-15T11:25:48.954Z] ---> ****-login.sh [2025-08-15T11:25:48.954Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:25:49.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:49.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:25:49.499Z] Configure a credential helper to remove this warning. See [2025-08-15T11:25:49.499Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:25:49.499Z] [2025-08-15T11:25:49.499Z] Login Succeeded [2025-08-15T11:25:49.500Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:25:49.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:49.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:25:49.770Z] Configure a credential helper to remove this warning. See [2025-08-15T11:25:49.770Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:25:49.770Z] [2025-08-15T11:25:49.770Z] Login Succeeded [2025-08-15T11:25:49.770Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:25:50.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:50.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:25:50.039Z] Configure a credential helper to remove this warning. See [2025-08-15T11:25:50.039Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:25:50.039Z] [2025-08-15T11:25:50.039Z] Login Succeeded [2025-08-15T11:25:50.039Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:25:50.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:50.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:25:50.578Z] Configure a credential helper to remove this warning. See [2025-08-15T11:25:50.579Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:25:50.579Z] [2025-08-15T11:25:50.579Z] Login Succeeded [2025-08-15T11:25:50.579Z] ****.io [2025-08-15T11:25:50.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:25:51.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:25:51.115Z] Configure a credential helper to remove this warning. See [2025-08-15T11:25:51.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:25:51.115Z] [2025-08-15T11:25:51.115Z] Login Succeeded [2025-08-15T11:25:51.115Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:25:51.137Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-15T11:25:51.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:25:51.454Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:25:51.475Z] ========================================================= [2025-08-15T11:25:51.475Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-15T11:25:51.475Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:51.841Z] + 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 . [2025-08-15T11:25:52.428Z] Sending build context to Docker daemon 20.55MB [2025-08-15T11:25:52.428Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-15T11:25:52.428Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-15T11:25:52.428Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-15T11:25:52.428Z] 94e9d8af2201: Pulling fs layer [2025-08-15T11:25:52.428Z] a6c56e8762df: Pulling fs layer [2025-08-15T11:25:52.428Z] f0f3c8884826: Pulling fs layer [2025-08-15T11:25:52.428Z] c7e7622c144d: Pulling fs layer [2025-08-15T11:25:52.428Z] 4f4fb700ef54: Pulling fs layer [2025-08-15T11:25:52.428Z] b4c3b6d88c5a: Pulling fs layer [2025-08-15T11:25:52.428Z] ba8bce9d2590: Pulling fs layer [2025-08-15T11:25:52.428Z] ca778ea9c289: Pulling fs layer [2025-08-15T11:25:52.428Z] 4f4fb700ef54: Waiting [2025-08-15T11:25:52.428Z] b4c3b6d88c5a: Waiting [2025-08-15T11:25:52.428Z] ba8bce9d2590: Waiting [2025-08-15T11:25:52.428Z] ca778ea9c289: Waiting [2025-08-15T11:25:52.428Z] c7e7622c144d: Waiting [2025-08-15T11:25:52.656Z] 2f59632d4625: Pushed [2025-08-15T11:25:52.656Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-15T11:25:52.700Z] a6c56e8762df: Verifying Checksum [2025-08-15T11:25:52.700Z] a6c56e8762df: Download complete [2025-08-15T11:25:52.700Z] c7e7622c144d: Verifying Checksum [2025-08-15T11:25:52.700Z] c7e7622c144d: Download complete [2025-08-15T11:25:52.700Z] 4f4fb700ef54: Verifying Checksum [2025-08-15T11:25:52.700Z] 4f4fb700ef54: Download complete [2025-08-15T11:25:52.700Z] b4c3b6d88c5a: Verifying Checksum [2025-08-15T11:25:52.700Z] b4c3b6d88c5a: Download complete [2025-08-15T11:25:52.700Z] 94e9d8af2201: Verifying Checksum [2025-08-15T11:25:52.700Z] 94e9d8af2201: Download complete [Pipeline] sh [2025-08-15T11:25:52.978Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:53.288Z] ca778ea9c289: Verifying Checksum [2025-08-15T11:25:53.288Z] ca778ea9c289: Download complete [2025-08-15T11:25:53.305Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-08-15T11:25:53.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-08-15T11:25:53.305Z] 2f59632d4625: Preparing [2025-08-15T11:25:53.305Z] ca3c116612cd: Preparing [2025-08-15T11:25:53.305Z] ab550ce5223d: Preparing [2025-08-15T11:25:53.305Z] f54e4f28827a: Preparing [2025-08-15T11:25:53.305Z] 34c58294d82d: Preparing [2025-08-15T11:25:53.305Z] 097100c76c15: Preparing [2025-08-15T11:25:53.305Z] 097100c76c15: Waiting [2025-08-15T11:25:53.305Z] ca3c116612cd: Layer already exists [2025-08-15T11:25:53.305Z] 2f59632d4625: Layer already exists [2025-08-15T11:25:53.305Z] ab550ce5223d: Layer already exists [2025-08-15T11:25:53.305Z] 34c58294d82d: Layer already exists [2025-08-15T11:25:53.305Z] f54e4f28827a: Layer already exists [2025-08-15T11:25:53.305Z] 097100c76c15: Layer already exists [2025-08-15T11:25:53.305Z] latest: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:53.624Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:53.874Z] 94e9d8af2201: Pull complete [2025-08-15T11:25:53.943Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [2025-08-15T11:25:53.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-08-15T11:25:53.943Z] 2f59632d4625: Preparing [2025-08-15T11:25:53.943Z] ca3c116612cd: Preparing [2025-08-15T11:25:53.943Z] ab550ce5223d: Preparing [2025-08-15T11:25:53.943Z] f54e4f28827a: Preparing [2025-08-15T11:25:53.943Z] 34c58294d82d: Preparing [2025-08-15T11:25:53.943Z] 097100c76c15: Preparing [2025-08-15T11:25:53.943Z] 097100c76c15: Waiting [2025-08-15T11:25:53.943Z] f54e4f28827a: Layer already exists [2025-08-15T11:25:53.943Z] 2f59632d4625: Layer already exists [2025-08-15T11:25:53.943Z] ab550ce5223d: Layer already exists [2025-08-15T11:25:53.943Z] ca3c116612cd: Layer already exists [2025-08-15T11:25:53.943Z] 34c58294d82d: Layer already exists [2025-08-15T11:25:53.943Z] 097100c76c15: Layer already exists [2025-08-15T11:25:53.943Z] 4.1.0-dev.5: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:54.279Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:54.480Z] a6c56e8762df: Pull complete [2025-08-15T11:25:54.595Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:25:54.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-08-15T11:25:54.596Z] 2f59632d4625: Preparing [2025-08-15T11:25:54.596Z] ca3c116612cd: Preparing [2025-08-15T11:25:54.596Z] ab550ce5223d: Preparing [2025-08-15T11:25:54.596Z] f54e4f28827a: Preparing [2025-08-15T11:25:54.596Z] 34c58294d82d: Preparing [2025-08-15T11:25:54.596Z] 097100c76c15: Preparing [2025-08-15T11:25:54.596Z] 097100c76c15: Waiting [2025-08-15T11:25:54.596Z] ca3c116612cd: Layer already exists [2025-08-15T11:25:54.596Z] 2f59632d4625: Layer already exists [2025-08-15T11:25:54.596Z] 34c58294d82d: Layer already exists [2025-08-15T11:25:54.596Z] f54e4f28827a: Layer already exists [2025-08-15T11:25:54.596Z] ab550ce5223d: Layer already exists [2025-08-15T11:25:54.596Z] 097100c76c15: Layer already exists [2025-08-15T11:25:54.596Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:54.746Z] f0f3c8884826: Verifying Checksum [2025-08-15T11:25:54.746Z] f0f3c8884826: Download complete [2025-08-15T11:25:54.914Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:25:55.229Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-08-15T11:25:55.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-08-15T11:25:55.229Z] 2f59632d4625: Preparing [2025-08-15T11:25:55.229Z] ca3c116612cd: Preparing [2025-08-15T11:25:55.229Z] ab550ce5223d: Preparing [2025-08-15T11:25:55.229Z] f54e4f28827a: Preparing [2025-08-15T11:25:55.229Z] 34c58294d82d: Preparing [2025-08-15T11:25:55.229Z] 097100c76c15: Preparing [2025-08-15T11:25:55.229Z] 097100c76c15: Waiting [2025-08-15T11:25:55.229Z] ca3c116612cd: Layer already exists [2025-08-15T11:25:55.229Z] f54e4f28827a: Layer already exists [2025-08-15T11:25:55.229Z] ab550ce5223d: Layer already exists [2025-08-15T11:25:55.229Z] 2f59632d4625: Layer already exists [2025-08-15T11:25:55.229Z] 34c58294d82d: Layer already exists [2025-08-15T11:25:55.229Z] 097100c76c15: Layer already exists [2025-08-15T11:25:55.229Z] main: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-15T11:25:55.293Z] ===================================================== [Pipeline] echo [2025-08-15T11:25:55.304Z] taggedImages: [2025-08-15T11:25:55.304Z] - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:25:55.304Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-08-15T11:25:55.304Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [2025-08-15T11:25:55.304Z] - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:25:55.304Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-08-15T11:25:55.353Z] ========================================================= [2025-08-15T11:25:55.353Z] [edgeXBuildMultiArch] RAW Config: [2025-08-15T11:25:55.353Z] images: [2025-08-15T11:25:55.353Z] - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:25:55.353Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-08-15T11:25:55.353Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [2025-08-15T11:25:55.353Z] - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:25:55.353Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-08-15T11:25:55.353Z] settingsFile: [2025-08-15T11:25:55.353Z] device-virtual-go-settings [2025-08-15T11:25:55.353Z] ========================================================= [Pipeline] node [2025-08-15T11:25:55.704Z] ba8bce9d2590: Verifying Checksum [2025-08-15T11:25:55.704Z] ba8bce9d2590: Download complete [2025-08-15T11:26:10.356Z] Still waiting to schedule task [2025-08-15T11:26:10.356Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-15T11:26:10.768Z] f0f3c8884826: Pull complete [2025-08-15T11:26:10.768Z] c7e7622c144d: Pull complete [2025-08-15T11:26:10.768Z] 4f4fb700ef54: Pull complete [2025-08-15T11:26:10.768Z] b4c3b6d88c5a: Pull complete [2025-08-15T11:26:17.411Z] ba8bce9d2590: Pull complete [2025-08-15T11:26:19.377Z] ca778ea9c289: Pull complete [2025-08-15T11:26:19.377Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-15T11:26:19.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-15T11:26:19.377Z] ---> 47b25d7523d1 [2025-08-15T11:26:19.377Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-15T11:26:21.327Z] ---> Running in d7260c0ec757 [2025-08-15T11:26:21.327Z] Removing intermediate container d7260c0ec757 [2025-08-15T11:26:21.327Z] ---> 85cc66e49afe [2025-08-15T11:26:21.327Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-15T11:26:21.327Z] ---> Running in 33973ef69573 [2025-08-15T11:26:21.600Z] Removing intermediate container 33973ef69573 [2025-08-15T11:26:21.600Z] ---> ff64d051b788 [2025-08-15T11:26:21.600Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-08-15T11:26:21.866Z] ---> Running in 7c33f92b3de0 [2025-08-15T11:26:22.144Z] Removing intermediate container 7c33f92b3de0 [2025-08-15T11:26:22.144Z] ---> 74cdaced36e2 [2025-08-15T11:26:22.144Z] Step 6/12 : WORKDIR /device-virtual-go [2025-08-15T11:26:22.144Z] ---> Running in 3cce1a386649 [2025-08-15T11:26:22.412Z] Removing intermediate container 3cce1a386649 [2025-08-15T11:26:22.412Z] ---> 7eec12244e39 [2025-08-15T11:26:22.412Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-15T11:26:22.412Z] ---> Running in f8c22c8356e6 [2025-08-15T11:26:23.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-15T11:26:24.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-15T11:26:25.056Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-15T11:26:25.328Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-08-15T11:26:25.328Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-15T11:26:25.328Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-15T11:26:25.328Z] Executing busybox-1.36.1-r29.trigger [2025-08-15T11:26:25.328Z] OK: 244 MiB in 62 packages [2025-08-15T11:26:26.309Z] Removing intermediate container f8c22c8356e6 [2025-08-15T11:26:26.309Z] ---> 94882671e841 [2025-08-15T11:26:26.309Z] Step 8/12 : COPY go.mod vendor* ./ [2025-08-15T11:26:26.902Z] ---> 201856e03be1 [2025-08-15T11:26:26.902Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-15T11:26:26.902Z] ---> Running in 2c80e484710c [2025-08-15T11:26:46.099Z] Running on prd-centos7-docker-4c-2g-7086 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:26:46.154Z] provisioning config files... [2025-08-15T11:26:46.192Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5682713794109960155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:26:50.070Z] ---> ****-login.sh [2025-08-15T11:26:50.070Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:26:50.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:26:50.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:26:50.599Z] Configure a credential helper to remove this warning. See [2025-08-15T11:26:50.599Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:26:50.599Z] [2025-08-15T11:26:50.599Z] Login Succeeded [2025-08-15T11:26:50.599Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:26:50.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:26:50.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:26:50.599Z] Configure a credential helper to remove this warning. See [2025-08-15T11:26:50.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:26:50.600Z] [2025-08-15T11:26:50.600Z] Login Succeeded [2025-08-15T11:26:50.600Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:26:50.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:26:50.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:26:50.600Z] Configure a credential helper to remove this warning. See [2025-08-15T11:26:50.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:26:50.600Z] [2025-08-15T11:26:50.600Z] Login Succeeded [2025-08-15T11:26:50.600Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:26:50.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:26:50.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:26:50.864Z] Configure a credential helper to remove this warning. See [2025-08-15T11:26:50.864Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:26:50.864Z] [2025-08-15T11:26:50.864Z] Login Succeeded [2025-08-15T11:26:50.864Z] ****.io [2025-08-15T11:26:50.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:26:51.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:26:51.125Z] Configure a credential helper to remove this warning. See [2025-08-15T11:26:51.125Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:26:51.125Z] [2025-08-15T11:26:51.125Z] Login Succeeded [2025-08-15T11:26:51.125Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:26:51.137Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-15T11:26:51.490Z] + docker buildx ls [2025-08-15T11:26:51.749Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-15T11:26:51.749Z] default * docker [2025-08-15T11:26:51.749Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-15T11:26:52.087Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-15T11:26:52.087Z] edgex-builder [Pipeline] sh [2025-08-15T11:26:52.392Z] + docker buildx inspect --bootstrap [2025-08-15T11:26:52.392Z] #1 [internal] booting buildkit [2025-08-15T11:26:52.392Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-15T11:26:55.705Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-08-15T11:26:55.705Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-15T11:26:57.639Z] #1 creating container buildx_buildkit_edgex-builder0 2.1s done [2025-08-15T11:26:57.639Z] #1 DONE 5.2s [2025-08-15T11:26:57.639Z] Name: edgex-builder [2025-08-15T11:26:57.639Z] Driver: docker-container [2025-08-15T11:26:57.639Z] [2025-08-15T11:26:57.639Z] Nodes: [2025-08-15T11:26:57.639Z] Name: edgex-builder0 [2025-08-15T11:26:57.639Z] Endpoint: unix:///var/run/docker.sock [2025-08-15T11:26:57.639Z] Status: running [2025-08-15T11:26:57.639Z] Buildkit: v0.22.0 [2025-08-15T11:26:57.639Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-15T11:26:57.941Z] + docker buildx ls [2025-08-15T11:26:57.941Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-15T11:26:57.941Z] edgex-builder * docker-container [2025-08-15T11:26:57.941Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-15T11:26:57.941Z] default docker [2025-08-15T11:26:57.941Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-15T11:26:58.246Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --push - [2025-08-15T11:26:58.246Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e' [2025-08-15T11:26:58.506Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:26:58.506Z] #1 transferring dockerfile: 199B done [2025-08-15T11:26:58.506Z] #1 DONE 0.0s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:26:58.506Z] #2 DONE 0.1s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:26:58.506Z] #3 DONE 0.1s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #4 [internal] load .dockerignore [2025-08-15T11:26:58.506Z] #4 transferring context: 2B done [2025-08-15T11:26:58.506Z] #4 DONE 0.0s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:58.506Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:58.506Z] #5 DONE 0.0s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:58.506Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:58.506Z] #6 DONE 0.1s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #7 exporting to image [2025-08-15T11:26:58.506Z] #7 exporting layers done [2025-08-15T11:26:58.506Z] #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done [2025-08-15T11:26:58.506Z] #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 [2025-08-15T11:26:58.506Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-15T11:26:58.506Z] #7 ... [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-15T11:26:58.506Z] #8 DONE 0.0s [2025-08-15T11:26:58.506Z] [2025-08-15T11:26:58.506Z] #7 exporting to image [2025-08-15T11:26:58.506Z] #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:26:58.506Z] #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done [2025-08-15T11:26:58.506Z] #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done [2025-08-15T11:26:58.506Z] #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done [2025-08-15T11:26:58.506Z] #7 pushing layers 0.1s done [2025-08-15T11:26:58.506Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 [2025-08-15T11:26:58.766Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done [2025-08-15T11:26:58.766Z] #7 DONE 0.2s [2025-08-15T11:26:58.766Z] [2025-08-15T11:26:58.766Z] 1 warning found (use --debug to expand): [2025-08-15T11:26:58.766Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-15T11:26:59.057Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' [2025-08-15T11:26:59.057Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - [2025-08-15T11:26:59.317Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:26:59.317Z] #1 transferring dockerfile: 165B done [2025-08-15T11:26:59.317Z] #1 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-08-15T11:26:59.317Z] #2 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-08-15T11:26:59.317Z] #3 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #4 [internal] load .dockerignore [2025-08-15T11:26:59.317Z] #4 transferring context: 2B done [2025-08-15T11:26:59.317Z] #4 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:59.317Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:59.317Z] #5 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:59.317Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:59.317Z] #6 CACHED [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:59.317Z] #5 CACHED [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-15T11:26:59.317Z] #7 DONE 0.0s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] #8 exporting to image [2025-08-15T11:26:59.317Z] #8 exporting layers done [2025-08-15T11:26:59.317Z] #8 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done [2025-08-15T11:26:59.317Z] #8 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:26:59.317Z] #8 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done [2025-08-15T11:26:59.317Z] #8 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done [2025-08-15T11:26:59.317Z] #8 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 done [2025-08-15T11:26:59.317Z] #8 pushing layers 0.0s done [2025-08-15T11:26:59.317Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done [2025-08-15T11:26:59.317Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-15T11:26:59.317Z] #8 DONE 0.1s [2025-08-15T11:26:59.317Z] [2025-08-15T11:26:59.317Z] 1 warning found (use --debug to expand): [2025-08-15T11:26:59.317Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-15T11:26:59.615Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5' [2025-08-15T11:26:59.615Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 --push - [2025-08-15T11:26:59.875Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:26:59.875Z] #1 transferring dockerfile: 170B done [2025-08-15T11:26:59.875Z] #1 DONE 0.0s [2025-08-15T11:26:59.875Z] [2025-08-15T11:26:59.876Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [2025-08-15T11:26:59.876Z] #2 DONE 0.0s [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [2025-08-15T11:26:59.876Z] #3 DONE 0.0s [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #4 [internal] load .dockerignore [2025-08-15T11:26:59.876Z] #4 transferring context: 2B done [2025-08-15T11:26:59.876Z] #4 DONE 0.0s [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:59.876Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:59.876Z] #5 CACHED [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:26:59.876Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:26:59.876Z] #6 CACHED [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #7 exporting to image [2025-08-15T11:26:59.876Z] #7 exporting layers done [2025-08-15T11:26:59.876Z] #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done [2025-08-15T11:26:59.876Z] #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:26:59.876Z] #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done [2025-08-15T11:26:59.876Z] #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done [2025-08-15T11:26:59.876Z] #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 done [2025-08-15T11:26:59.876Z] #7 pushing layers 0.0s done [2025-08-15T11:26:59.876Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 [2025-08-15T11:26:59.876Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-15T11:26:59.876Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done [2025-08-15T11:26:59.876Z] #7 DONE 0.1s [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-15T11:26:59.876Z] #8 DONE 0.0s [2025-08-15T11:26:59.876Z] [2025-08-15T11:26:59.876Z] 1 warning found (use --debug to expand): [2025-08-15T11:26:59.876Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-15T11:27:00.173Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 --push - [2025-08-15T11:27:00.173Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5' [2025-08-15T11:27:00.433Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:27:00.433Z] #1 transferring dockerfile: 211B done [2025-08-15T11:27:00.433Z] #1 DONE 0.0s [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:27:00.433Z] #2 DONE 0.0s [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:27:00.433Z] #3 DONE 0.0s [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #4 [internal] load .dockerignore [2025-08-15T11:27:00.433Z] #4 transferring context: 2B done [2025-08-15T11:27:00.433Z] #4 DONE 0.0s [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:27:00.433Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 done [2025-08-15T11:27:00.433Z] #5 CACHED [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:27:00.433Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done [2025-08-15T11:27:00.433Z] #6 CACHED [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #7 exporting to image [2025-08-15T11:27:00.433Z] #7 exporting layers done [2025-08-15T11:27:00.433Z] #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done [2025-08-15T11:27:00.433Z] #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:27:00.433Z] #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done [2025-08-15T11:27:00.433Z] #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done [2025-08-15T11:27:00.433Z] #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done [2025-08-15T11:27:00.433Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-15T11:27:00.433Z] #7 pushing layers 0.0s done [2025-08-15T11:27:00.433Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done [2025-08-15T11:27:00.433Z] #7 DONE 0.1s [2025-08-15T11:27:00.433Z] [2025-08-15T11:27:00.433Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-15T11:27:00.433Z] #8 DONE 0.0s [2025-08-15T11:27:00.692Z] [2025-08-15T11:27:00.692Z] 1 warning found (use --debug to expand): [2025-08-15T11:27:00.692Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-15T11:27:00.982Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' [2025-08-15T11:27:00.982Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - [2025-08-15T11:27:01.247Z] #1 [internal] load build definition from Dockerfile [2025-08-15T11:27:01.247Z] #1 transferring dockerfile: 163B done [2025-08-15T11:27:01.247Z] #1 DONE 0.1s [2025-08-15T11:27:01.247Z] [2025-08-15T11:27:01.247Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-08-15T11:27:01.247Z] #2 DONE 0.1s [2025-08-15T11:27:01.247Z] [2025-08-15T11:27:01.247Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-08-15T11:27:01.247Z] #3 DONE 0.1s [2025-08-15T11:27:01.247Z] [2025-08-15T11:27:01.247Z] #4 [internal] load .dockerignore [2025-08-15T11:27:01.247Z] #4 transferring context: [2025-08-15T11:27:01.513Z] #4 transferring context: 2B done [2025-08-15T11:27:01.514Z] #4 DONE 0.2s [2025-08-15T11:27:01.514Z] [2025-08-15T11:27:01.514Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:27:01.514Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.1s done [2025-08-15T11:27:01.514Z] #5 DONE 0.1s [2025-08-15T11:27:01.514Z] [2025-08-15T11:27:01.514Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:27:01.776Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.1s done [2025-08-15T11:27:01.776Z] #6 CACHED [2025-08-15T11:27:01.776Z] [2025-08-15T11:27:01.776Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 [2025-08-15T11:27:01.776Z] #5 CACHED [2025-08-15T11:27:01.776Z] [2025-08-15T11:27:01.776Z] #7 exporting to image [2025-08-15T11:27:01.776Z] #7 exporting layers done [2025-08-15T11:27:01.776Z] #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 0.0s done [2025-08-15T11:27:01.776Z] #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done [2025-08-15T11:27:01.776Z] #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a 0.0s done [2025-08-15T11:27:01.776Z] #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 [2025-08-15T11:27:01.776Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-15T11:27:01.776Z] #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done [2025-08-15T11:27:01.776Z] #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done [2025-08-15T11:27:01.776Z] #7 pushing layers 0.0s done [2025-08-15T11:27:01.776Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done [2025-08-15T11:27:01.776Z] #7 DONE 0.2s [2025-08-15T11:27:01.776Z] [2025-08-15T11:27:01.776Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-15T11:27:01.776Z] #8 DONE 0.0s [2025-08-15T11:27:02.346Z] [2025-08-15T11:27:02.346Z] 1 warning found (use --debug to expand): [2025-08-15T11:27:02.346Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-15T11:27:02.717Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:03.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:03.563Z] ---> package-listing.sh [2025-08-15T11:27:03.563Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-15T11:27:03.563Z] ++ facter osfamily [2025-08-15T11:27:03.824Z] + OS_FAMILY=redhat [2025-08-15T11:27:03.824Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-08-15T11:27:03.824Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-15T11:27:03.824Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-15T11:27:03.824Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-15T11:27:03.824Z] + PACKAGES=/tmp/packages_start.txt [2025-08-15T11:27:03.824Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-08-15T11:27:03.824Z] + PACKAGES=/tmp/packages_end.txt [2025-08-15T11:27:03.824Z] + case "${OS_FAMILY}" in [2025-08-15T11:27:03.824Z] + rpm -qa [2025-08-15T11:27:03.824Z] + sort [2025-08-15T11:27:04.392Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-15T11:27:04.392Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-15T11:27:04.392Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-15T11:27:04.392Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-08-15T11:27:04.392Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-08-15T11:27:04.392Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2025-08-15T11:27:04.405Z] 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-15T11:27:04.686Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:27:05.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:05.261Z] [2025-08-15T11:27:05.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:27:05.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:05.575Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-15T11:27:05.575Z] 5eb5b503b376: Pulling fs layer [2025-08-15T11:27:05.575Z] 5c69ac0246d0: Pulling fs layer [2025-08-15T11:27:05.575Z] ec43610c2a17: Pulling fs layer [2025-08-15T11:27:05.575Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-15T11:27:05.575Z] 33b1e0a273af: Pulling fs layer [2025-08-15T11:27:05.575Z] 5d3b04190fa2: Pulling fs layer [2025-08-15T11:27:05.575Z] 2f39f015ded8: Pulling fs layer [2025-08-15T11:27:05.575Z] 3a2ae6a8a46f: Waiting [2025-08-15T11:27:05.575Z] 33b1e0a273af: Waiting [2025-08-15T11:27:05.575Z] 5d3b04190fa2: Waiting [2025-08-15T11:27:05.575Z] 2f39f015ded8: Waiting [2025-08-15T11:27:05.575Z] 5c69ac0246d0: Verifying Checksum [2025-08-15T11:27:05.575Z] 5c69ac0246d0: Download complete [2025-08-15T11:27:05.575Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-15T11:27:05.575Z] 3a2ae6a8a46f: Download complete [2025-08-15T11:27:05.575Z] 33b1e0a273af: Verifying Checksum [2025-08-15T11:27:05.575Z] 33b1e0a273af: Download complete [2025-08-15T11:27:05.841Z] 5d3b04190fa2: Verifying Checksum [2025-08-15T11:27:05.841Z] 5d3b04190fa2: Download complete [2025-08-15T11:27:05.841Z] ec43610c2a17: Verifying Checksum [2025-08-15T11:27:05.841Z] ec43610c2a17: Download complete [2025-08-15T11:27:05.841Z] 5eb5b503b376: Verifying Checksum [2025-08-15T11:27:05.841Z] 5eb5b503b376: Download complete [2025-08-15T11:27:06.414Z] 2f39f015ded8: Verifying Checksum [2025-08-15T11:27:06.414Z] 2f39f015ded8: Download complete [2025-08-15T11:27:07.369Z] 5eb5b503b376: Pull complete [2025-08-15T11:27:07.369Z] 5c69ac0246d0: Pull complete [2025-08-15T11:27:07.940Z] ec43610c2a17: Pull complete [2025-08-15T11:27:07.940Z] 3a2ae6a8a46f: Pull complete [2025-08-15T11:27:07.940Z] 33b1e0a273af: Pull complete [2025-08-15T11:27:08.202Z] 5d3b04190fa2: Pull complete [2025-08-15T11:27:12.415Z] 2f39f015ded8: Pull complete [2025-08-15T11:27:12.415Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-15T11:27:12.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:12.415Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:27:12.607Z] prd-centos7-docker-4c-2g-7086 does not seem to be running inside a container [2025-08-15T11:27:12.640Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:27:22.512Z] $ docker top 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:27:22.865Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-15T11:27:23.152Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-15T11:27:23.436Z] + ls /var/log/sa-host [2025-08-15T11:27:23.436Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:27:23.520Z] provisioning config files... [2025-08-15T11:27:23.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8390899921128005549tmp [Pipeline] { [Pipeline] echo [2025-08-15T11:27:23.547Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:23.846Z] ---> create-netrc.sh [Pipeline] } [2025-08-15T11:27:23.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:24.187Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-15T11:27:24.199Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:24.487Z] ---> sudo-logs.sh [2025-08-15T11:27:24.487Z] Archiving 'sudo' log.. [2025-08-15T11:27:24.487Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7086.novalocal: Name or service not known [2025-08-15T11:27:24.487Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7086.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-15T11:27:24.513Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:24.806Z] ---> job-cost.sh [2025-08-15T11:27:24.806Z] lf-activate-venv: SKIPPING [2025-08-15T11:27:24.806Z] INFO: No Stack... [2025-08-15T11:27:25.375Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-15T11:27:25.633Z] INFO: Archiving Costs [Pipeline] echo [2025-08-15T11:27:25.647Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:25.937Z] ---> logs-deploy.sh [2025-08-15T11:27:25.937Z] lf-activate-venv: SKIPPING [2025-08-15T11:27:25.937Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/214 [2025-08-15T11:27:25.937Z] INFO: archiving workspace using pattern(s): [2025-08-15T11:27:26.876Z] Archives upload complete. [2025-08-15T11:27:26.876Z] INFO: archiving logs to Nexus [2025-08-15T11:27:27.812Z] ---> uname -a: [2025-08-15T11:27:27.812Z] Linux prd-centos7-docker-4c-2g-7086.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] ---> lscpu: [2025-08-15T11:27:27.812Z] Architecture: x86_64 [2025-08-15T11:27:27.812Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-15T11:27:27.812Z] Byte Order: Little Endian [2025-08-15T11:27:27.812Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-15T11:27:27.812Z] CPU(s): 2 [2025-08-15T11:27:27.812Z] On-line CPU(s) list: 0,1 [2025-08-15T11:27:27.812Z] Thread(s) per core: 1 [2025-08-15T11:27:27.812Z] Core(s) per socket: 1 [2025-08-15T11:27:27.812Z] Socket(s): 2 [2025-08-15T11:27:27.812Z] NUMA node(s): 1 [2025-08-15T11:27:27.812Z] Vendor ID: AuthenticAMD [2025-08-15T11:27:27.812Z] CPU family: 23 [2025-08-15T11:27:27.812Z] Model: 49 [2025-08-15T11:27:27.812Z] Model name: AMD EPYC-Rome Processor [2025-08-15T11:27:27.812Z] Stepping: 0 [2025-08-15T11:27:27.812Z] CPU MHz: 2799.998 [2025-08-15T11:27:27.812Z] BogoMIPS: 5599.99 [2025-08-15T11:27:27.812Z] Virtualization: AMD-V [2025-08-15T11:27:27.812Z] Hypervisor vendor: KVM [2025-08-15T11:27:27.812Z] Virtualization type: full [2025-08-15T11:27:27.812Z] L1d cache: 64 KiB [2025-08-15T11:27:27.812Z] L1i cache: 64 KiB [2025-08-15T11:27:27.812Z] L2 cache: 1 MiB [2025-08-15T11:27:27.812Z] L3 cache: 32 MiB [2025-08-15T11:27:27.812Z] NUMA node0 CPU(s): 0,1 [2025-08-15T11:27:27.812Z] Vulnerability Itlb multihit: Not affected [2025-08-15T11:27:27.812Z] Vulnerability L1tf: Not affected [2025-08-15T11:27:27.812Z] Vulnerability Mds: Not affected [2025-08-15T11:27:27.812Z] Vulnerability Meltdown: Not affected [2025-08-15T11:27:27.812Z] Vulnerability Mmio stale data: Not affected [2025-08-15T11:27:27.812Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-15T11:27:27.812Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-15T11:27:27.812Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-15T11:27:27.812Z] Vulnerability Srbds: Not affected [2025-08-15T11:27:27.812Z] Vulnerability Tsx async abort: Not affected [2025-08-15T11:27:27.812Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] ---> nproc: [2025-08-15T11:27:27.812Z] 2 [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] ---> df -h: [2025-08-15T11:27:27.812Z] Filesystem Size Used Avail Use% Mounted on [2025-08-15T11:27:27.812Z] overlay 40G 7.3G 33G 19% / [2025-08-15T11:27:27.812Z] tmpfs 64M 0 64M 0% /dev [2025-08-15T11:27:27.812Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-15T11:27:27.812Z] shm 64M 0 64M 0% /dev/shm [2025-08-15T11:27:27.812Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] [2025-08-15T11:27:27.812Z] Cannot open /var/log/sysstat/sa15: No such file or directory [2025-08-15T11:27:27.812Z] Please check if data collecting is enabled [2025-08-15T11:27:27.812Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-15T11:27:27.844Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-15T11:27:27.845Z] $ docker stop --time=1 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 [2025-08-15T11:27:29.098Z] $ docker rm -f --volumes 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-15T11:27:29.199Z] [WS-CLEANUP] Deleting project workspace... [2025-08-15T11:27:29.199Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-15T11:27:29.217Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:27:29.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:29.643Z] [2025-08-15T11:27:29.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:27:29.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:29.945Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-15T11:27:29.945Z] 5eb5b503b376: Pulling fs layer [2025-08-15T11:27:29.945Z] 5c69ac0246d0: Pulling fs layer [2025-08-15T11:27:29.945Z] ec43610c2a17: Pulling fs layer [2025-08-15T11:27:29.945Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-15T11:27:29.945Z] 33b1e0a273af: Pulling fs layer [2025-08-15T11:27:29.945Z] 5d3b04190fa2: Pulling fs layer [2025-08-15T11:27:29.945Z] 3a2ae6a8a46f: Waiting [2025-08-15T11:27:29.945Z] 33b1e0a273af: Waiting [2025-08-15T11:27:29.945Z] 2f39f015ded8: Pulling fs layer [2025-08-15T11:27:29.945Z] 5d3b04190fa2: Waiting [2025-08-15T11:27:29.945Z] 2f39f015ded8: Waiting [2025-08-15T11:27:29.945Z] 5c69ac0246d0: Verifying Checksum [2025-08-15T11:27:29.945Z] 5c69ac0246d0: Download complete [2025-08-15T11:27:29.945Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-15T11:27:29.945Z] 3a2ae6a8a46f: Download complete [2025-08-15T11:27:29.945Z] 33b1e0a273af: Verifying Checksum [2025-08-15T11:27:29.945Z] 33b1e0a273af: Download complete [2025-08-15T11:27:29.945Z] ec43610c2a17: Verifying Checksum [2025-08-15T11:27:29.945Z] ec43610c2a17: Download complete [2025-08-15T11:27:29.945Z] 5d3b04190fa2: Verifying Checksum [2025-08-15T11:27:29.945Z] 5d3b04190fa2: Download complete [2025-08-15T11:27:30.204Z] 5eb5b503b376: Verifying Checksum [2025-08-15T11:27:30.204Z] 5eb5b503b376: Download complete [2025-08-15T11:27:30.771Z] 2f39f015ded8: Download complete [2025-08-15T11:27:31.717Z] 5eb5b503b376: Pull complete [2025-08-15T11:27:31.717Z] 5c69ac0246d0: Pull complete [2025-08-15T11:27:32.281Z] ec43610c2a17: Pull complete [2025-08-15T11:27:32.281Z] 3a2ae6a8a46f: Pull complete [2025-08-15T11:27:32.538Z] 33b1e0a273af: Pull complete [2025-08-15T11:27:32.538Z] 5d3b04190fa2: Pull complete [2025-08-15T11:27:39.104Z] 2f39f015ded8: Pull complete [2025-08-15T11:27:39.104Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-15T11:27:39.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:27:39.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:27:39.214Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:27:39.247Z] $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:27:42.517Z] $ docker top c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:27:42.918Z] ---> job-cost.sh [2025-08-15T11:27:42.918Z] lf-activate-venv: SKIPPING [2025-08-15T11:27:42.918Z] INFO: No Stack... [2025-08-15T11:27:43.178Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-15T11:27:43.437Z] INFO: Archiving Costs [Pipeline] sh [2025-08-15T11:27:43.727Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-08-15T11:27:43.727Z] + cut -d, -f6 [Pipeline] lock [2025-08-15T11:27:43.742Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [2025-08-15T11:27:43.749Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] did not exist. Created. [2025-08-15T11:27:43.754Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-15T11:27:44.078Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-15T11:27:44.110Z] Stashed 1 file(s) [Pipeline] } [2025-08-15T11:27:44.116Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-15T11:27:44.148Z] $ docker stop --time=1 c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab [2025-08-15T11:27:45.378Z] $ docker rm -f --volumes c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-15T11:28:18.585Z] Removing intermediate container 2c80e484710c [2025-08-15T11:28:18.585Z] ---> eb9ca34f84ec [2025-08-15T11:28:18.585Z] Step 10/12 : COPY . . [2025-08-15T11:28:18.585Z] ---> 27ed56a6afd6 [2025-08-15T11:28:18.585Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-15T11:28:18.857Z] ---> Running in 57c86d87fcf5 [2025-08-15T11:28:19.136Z] Removing intermediate container 57c86d87fcf5 [2025-08-15T11:28:19.136Z] ---> 3473f2b0d452 [2025-08-15T11:28:19.136Z] Step 12/12 : RUN $MAKE [2025-08-15T11:28:19.136Z] ---> Running in a01ea1748d92 [2025-08-15T11:28:20.104Z] noop [2025-08-15T11:28:20.701Z] Removing intermediate container a01ea1748d92 [2025-08-15T11:28:20.701Z] ---> 1853b8edfbd9 [2025-08-15T11:28:20.701Z] Successfully built 1853b8edfbd9 [2025-08-15T11:28:20.701Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:28:21.069Z] + docker inspect -f . ci-base-image-arm64 [2025-08-15T11:28:21.069Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:28:21.277Z] prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container [2025-08-15T11:28:21.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 [2025-08-15T11:28:22.525Z] $ docker top c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:28:23.408Z] + go version [2025-08-15T11:28:23.408Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-15T11:28:23.417Z] $ docker stop --time=1 c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 [2025-08-15T11:28:25.031Z] $ docker rm -f --volumes c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:28:25.599Z] + docker inspect -f . ci-base-image-arm64 [2025-08-15T11:28:25.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:28:25.783Z] prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container [2025-08-15T11:28:25.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 [2025-08-15T11:28:26.979Z] $ docker top 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:28:27.826Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/214 [Pipeline] fileExists [Pipeline] sh [2025-08-15T11:28:28.169Z] + make test [2025-08-15T11:28:28.438Z] go test ./... -coverprofile=coverage.out [2025-08-15T11:28:33.793Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-08-15T11:32:10.602Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-08-15T11:32:10.602Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.061s coverage: 59.4% of statements [2025-08-15T11:32:10.602Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-15T11:32:10.602Z] go vet ./... [2025-08-15T11:32:57.462Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-15T11:32:57.462Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-15T11:32:57.462Z] ./bin/test-attribution-txt.sh [2025-08-15T11:32:57.462Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-15T11:32:57.462Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-15T11:32:57.462Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-15T11:32:57.462Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-15T11:32:57.462Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-15T11:32:57.462Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-15T11:32:57.481Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-15T11:32:57.487Z] $ docker stop --time=1 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 [2025-08-15T11:32:59.382Z] $ docker rm -f --volumes 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-15T11:33:00.923Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-15T11:33:00.953Z] Warning: overwriting stash ‘coverage-report’ [2025-08-15T11:33:01.418Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-15T11:33:01.832Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-15T11:33:02.151Z] + ls -al . [2025-08-15T11:33:02.151Z] total 268 [2025-08-15T11:33:02.151Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 15 11:28 . [2025-08-15T11:33:02.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 11:25 .. [2025-08-15T11:33:02.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:25 .git [2025-08-15T11:33:02.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 .github [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 15 11:25 .gitignore [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 15 11:25 .golangci.yml [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 18321 Aug 15 11:25 Attribution.txt [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 17302 Aug 15 11:25 CHANGELOG.md [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 1755 Aug 15 11:25 Dockerfile [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 15 11:25 GOVERNANCE.md [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 15 11:25 Jenkinsfile [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 15 11:25 LICENSE [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 2652 Aug 15 11:25 Makefile [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 15 11:25 OWNERS.md [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 4473 Aug 15 11:25 README.md [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 11:23 VERSION [2025-08-15T11:33:02.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 11:25 bin [2025-08-15T11:33:02.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 cmd [2025-08-15T11:33:02.151Z] -rw-r--r-- 1 jenkins jenkins 45558 Aug 15 11:32 coverage.out [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 6112 Aug 15 11:25 go.mod [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 86944 Aug 15 11:25 go.sum [2025-08-15T11:33:02.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 internal [2025-08-15T11:33:02.151Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 15 11:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:33:02.502Z] + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --label arch=arm64 --label version=4.1.0-dev.5 . [2025-08-15T11:33:03.087Z] Sending build context to Docker daemon 20.6MB [2025-08-15T11:33:03.087Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-08-15T11:33:03.087Z] Step 2/26 : FROM ${BASE} AS builder [2025-08-15T11:33:03.087Z] ---> 1853b8edfbd9 [2025-08-15T11:33:03.087Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-15T11:33:03.087Z] ---> Running in 9ac561a5a6f8 [2025-08-15T11:33:03.674Z] Removing intermediate container 9ac561a5a6f8 [2025-08-15T11:33:03.674Z] ---> d68a40d283fb [2025-08-15T11:33:03.674Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-08-15T11:33:03.674Z] ---> Running in f9575fccba4c [2025-08-15T11:33:03.941Z] Removing intermediate container f9575fccba4c [2025-08-15T11:33:03.941Z] ---> 6e6287f9bdee [2025-08-15T11:33:03.941Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-08-15T11:33:03.941Z] ---> Running in f3b2953b8298 [2025-08-15T11:33:04.212Z] Removing intermediate container f3b2953b8298 [2025-08-15T11:33:04.212Z] ---> 6dacdc7f47bb [2025-08-15T11:33:04.212Z] Step 6/26 : WORKDIR /device-virtual-go [2025-08-15T11:33:04.212Z] ---> Running in 1bf3e5feeccc [2025-08-15T11:33:04.805Z] Removing intermediate container 1bf3e5feeccc [2025-08-15T11:33:04.805Z] ---> c7355d0fb940 [2025-08-15T11:33:04.805Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-15T11:33:04.805Z] ---> Running in 7c9f87bdc110 [2025-08-15T11:33:05.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-15T11:33:06.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-15T11:33:07.458Z] OK: 244 MiB in 62 packages [2025-08-15T11:33:08.418Z] Removing intermediate container 7c9f87bdc110 [2025-08-15T11:33:08.418Z] ---> 0070c2843a6b [2025-08-15T11:33:08.418Z] Step 8/26 : COPY go.mod vendor* ./ [2025-08-15T11:33:09.017Z] ---> 2a13afac61d6 [2025-08-15T11:33:09.017Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-15T11:33:09.017Z] ---> Running in bd2d164aec7a [2025-08-15T11:33:11.599Z] Removing intermediate container bd2d164aec7a [2025-08-15T11:33:11.599Z] ---> df52bec6a510 [2025-08-15T11:33:11.599Z] Step 10/26 : COPY . . [2025-08-15T11:33:13.012Z] ---> 511e1b364f40 [2025-08-15T11:33:13.012Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-15T11:33:13.012Z] ---> Running in a20d816894c7 [2025-08-15T11:33:13.012Z] Removing intermediate container a20d816894c7 [2025-08-15T11:33:13.012Z] ---> ceb8eda1c3c1 [2025-08-15T11:33:13.012Z] Step 12/26 : RUN $MAKE [2025-08-15T11:33:13.280Z] ---> Running in eab6aa49ca0e [2025-08-15T11:33:14.238Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-08-15T11:36:36.013Z] Removing intermediate container eab6aa49ca0e [2025-08-15T11:36:36.013Z] ---> fd809a62b385 [2025-08-15T11:36:36.013Z] Step 13/26 : FROM alpine:3.20 [2025-08-15T11:36:36.013Z] 3.20: Pulling from library/alpine [2025-08-15T11:36:36.013Z] 13e713f82565: Pulling fs layer [2025-08-15T11:36:36.013Z] 13e713f82565: Download complete [2025-08-15T11:36:36.013Z] 13e713f82565: Pull complete [2025-08-15T11:36:36.013Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-15T11:36:36.013Z] Status: Downloaded newer image for alpine:3.20 [2025-08-15T11:36:36.013Z] ---> c88e9dceb6cb [2025-08-15T11:36:36.013Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-08-15T11:36:36.013Z] ---> Running in af9746eedf5f [2025-08-15T11:36:36.013Z] Removing intermediate container af9746eedf5f [2025-08-15T11:36:36.013Z] ---> 3ce494fa43a3 [2025-08-15T11:36:36.013Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-08-15T11:36:36.013Z] ---> Running in 301ec6c7f67f [2025-08-15T11:36:36.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-15T11:36:36.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-15T11:36:36.013Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-08-15T11:36:36.013Z] Executing busybox-1.36.1-r29.trigger [2025-08-15T11:36:36.013Z] OK: 9 MiB in 15 packages [2025-08-15T11:36:36.013Z] Removing intermediate container 301ec6c7f67f [2025-08-15T11:36:36.013Z] ---> 3ae1805b0337 [2025-08-15T11:36:36.013Z] Step 16/26 : RUN apk --no-cache upgrade [2025-08-15T11:36:36.013Z] ---> Running in 30a026fdd382 [2025-08-15T11:36:36.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-15T11:36:36.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-15T11:36:37.706Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:36:37.706Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-15T11:36:37.706Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:36:37.706Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-15T11:36:37.706Z] Executing busybox-1.36.1-r30.trigger [2025-08-15T11:36:37.706Z] OK: 9 MiB in 15 packages [2025-08-15T11:36:38.673Z] Removing intermediate container 30a026fdd382 [2025-08-15T11:36:38.673Z] ---> 627a5593c97f [2025-08-15T11:36:38.673Z] Step 17/26 : WORKDIR / [2025-08-15T11:36:38.673Z] ---> Running in 1f3ce86f125d [2025-08-15T11:36:38.942Z] Removing intermediate container 1f3ce86f125d [2025-08-15T11:36:38.942Z] ---> ea4e79e9d475 [2025-08-15T11:36:38.942Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-08-15T11:36:39.534Z] ---> e7a60c371d74 [2025-08-15T11:36:39.534Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-08-15T11:36:40.122Z] ---> f4eca8f2ca18 [2025-08-15T11:36:40.122Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-08-15T11:36:42.056Z] ---> 1064b944d517 [2025-08-15T11:36:42.056Z] Step 21/26 : EXPOSE 59900 [2025-08-15T11:36:42.056Z] ---> Running in c5a4bc89ac0a [2025-08-15T11:36:42.056Z] Removing intermediate container c5a4bc89ac0a [2025-08-15T11:36:42.056Z] ---> ae9c4e8943bb [2025-08-15T11:36:42.056Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-08-15T11:36:42.056Z] ---> Running in e80344c6d97c [2025-08-15T11:36:42.334Z] Removing intermediate container e80344c6d97c [2025-08-15T11:36:42.334Z] ---> e70f5ade9ff5 [2025-08-15T11:36:42.334Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-15T11:36:42.600Z] ---> Running in 3a5334ca5dcf [2025-08-15T11:36:42.866Z] Removing intermediate container 3a5334ca5dcf [2025-08-15T11:36:42.866Z] ---> bef0842f82f8 [2025-08-15T11:36:42.866Z] Step 24/26 : LABEL arch=arm64 [2025-08-15T11:36:42.866Z] ---> Running in 392589fa9b90 [2025-08-15T11:36:43.134Z] Removing intermediate container 392589fa9b90 [2025-08-15T11:36:43.134Z] ---> 630cd22bb484 [2025-08-15T11:36:43.134Z] Step 25/26 : LABEL git_sha=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:36:43.134Z] ---> Running in 8a66cb3271f4 [2025-08-15T11:36:43.401Z] Removing intermediate container 8a66cb3271f4 [2025-08-15T11:36:43.401Z] ---> 9b3567858bc7 [2025-08-15T11:36:43.401Z] Step 26/26 : LABEL version=4.1.0-dev.5 [2025-08-15T11:36:43.672Z] ---> Running in da79debc0d5a [2025-08-15T11:36:43.938Z] Removing intermediate container da79debc0d5a [2025-08-15T11:36:43.938Z] ---> 79c49b456237 [2025-08-15T11:36:43.938Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-15T11:36:43.938Z] Successfully built 79c49b456237 [2025-08-15T11:36:43.938Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:36:44.104Z] provisioning config files... [2025-08-15T11:36:44.126Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/214@tmp/config16696664837418046014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:36:44.533Z] ---> ****-login.sh [2025-08-15T11:36:44.533Z] nexus3.edgexfoundry.org:10001 [2025-08-15T11:36:44.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:36:44.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:36:44.802Z] Configure a credential helper to remove this warning. See [2025-08-15T11:36:44.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:36:44.802Z] [2025-08-15T11:36:44.802Z] Login Succeeded [2025-08-15T11:36:44.802Z] nexus3.edgexfoundry.org:10002 [2025-08-15T11:36:45.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:36:45.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:36:45.071Z] Configure a credential helper to remove this warning. See [2025-08-15T11:36:45.072Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:36:45.072Z] [2025-08-15T11:36:45.072Z] Login Succeeded [2025-08-15T11:36:45.072Z] nexus3.edgexfoundry.org:10003 [2025-08-15T11:36:45.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:36:45.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:36:45.350Z] Configure a credential helper to remove this warning. See [2025-08-15T11:36:45.350Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:36:45.350Z] [2025-08-15T11:36:45.350Z] Login Succeeded [2025-08-15T11:36:45.350Z] nexus3.edgexfoundry.org:10004 [2025-08-15T11:36:45.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:36:45.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:36:45.908Z] Configure a credential helper to remove this warning. See [2025-08-15T11:36:45.908Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:36:45.908Z] [2025-08-15T11:36:45.908Z] Login Succeeded [2025-08-15T11:36:45.908Z] ****.io [2025-08-15T11:36:46.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-15T11:36:46.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-15T11:36:46.176Z] Configure a credential helper to remove this warning. See [2025-08-15T11:36:46.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-15T11:36:46.176Z] [2025-08-15T11:36:46.176Z] Login Succeeded [2025-08-15T11:36:46.176Z] ---> ****-login.sh ends [Pipeline] } [2025-08-15T11:36:46.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-15T11:36:46.224Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-15T11:36:46.244Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-08-15T11:36:46.244Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:36:46.244Z] latest [2025-08-15T11:36:46.244Z] 4.1.0-dev.5 [2025-08-15T11:36:46.244Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:36:46.244Z] main [2025-08-15T11:36:46.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:46.613Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:48.017Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:36:48.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-08-15T11:36:48.017Z] d61e4c351c47: Preparing [2025-08-15T11:36:48.017Z] 248d5a59e8a8: Preparing [2025-08-15T11:36:48.017Z] a7a7a3b04f34: Preparing [2025-08-15T11:36:48.017Z] b6314a2b2470: Preparing [2025-08-15T11:36:48.017Z] 148ad6c439c8: Preparing [2025-08-15T11:36:48.017Z] 1e890da81ec9: Preparing [2025-08-15T11:36:48.017Z] 1e890da81ec9: Waiting [2025-08-15T11:36:48.017Z] 248d5a59e8a8: Pushed [2025-08-15T11:36:48.017Z] a7a7a3b04f34: Pushed [2025-08-15T11:36:48.017Z] 148ad6c439c8: Pushed [2025-08-15T11:36:48.017Z] 1e890da81ec9: Layer already exists [2025-08-15T11:36:48.017Z] b6314a2b2470: Pushed [2025-08-15T11:36:54.639Z] d61e4c351c47: Pushed [2025-08-15T11:36:54.639Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:55.013Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:55.368Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-08-15T11:36:55.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-08-15T11:36:55.368Z] d61e4c351c47: Preparing [2025-08-15T11:36:55.368Z] 248d5a59e8a8: Preparing [2025-08-15T11:36:55.368Z] a7a7a3b04f34: Preparing [2025-08-15T11:36:55.368Z] b6314a2b2470: Preparing [2025-08-15T11:36:55.368Z] 148ad6c439c8: Preparing [2025-08-15T11:36:55.368Z] 1e890da81ec9: Preparing [2025-08-15T11:36:55.368Z] 1e890da81ec9: Waiting [2025-08-15T11:36:55.368Z] 248d5a59e8a8: Layer already exists [2025-08-15T11:36:55.368Z] 148ad6c439c8: Layer already exists [2025-08-15T11:36:55.368Z] b6314a2b2470: Layer already exists [2025-08-15T11:36:55.368Z] d61e4c351c47: Layer already exists [2025-08-15T11:36:55.368Z] a7a7a3b04f34: Layer already exists [2025-08-15T11:36:55.368Z] 1e890da81ec9: Layer already exists [2025-08-15T11:36:55.635Z] latest: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:56.495Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:57.105Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [2025-08-15T11:36:57.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-08-15T11:36:57.105Z] d61e4c351c47: Preparing [2025-08-15T11:36:57.105Z] 248d5a59e8a8: Preparing [2025-08-15T11:36:57.105Z] a7a7a3b04f34: Preparing [2025-08-15T11:36:57.105Z] b6314a2b2470: Preparing [2025-08-15T11:36:57.105Z] 148ad6c439c8: Preparing [2025-08-15T11:36:57.105Z] 1e890da81ec9: Preparing [2025-08-15T11:36:57.105Z] 1e890da81ec9: Waiting [2025-08-15T11:36:57.105Z] b6314a2b2470: Layer already exists [2025-08-15T11:36:57.105Z] a7a7a3b04f34: Layer already exists [2025-08-15T11:36:57.105Z] 248d5a59e8a8: Layer already exists [2025-08-15T11:36:57.105Z] d61e4c351c47: Layer already exists [2025-08-15T11:36:57.105Z] 148ad6c439c8: Layer already exists [2025-08-15T11:36:57.105Z] 1e890da81ec9: Layer already exists [2025-08-15T11:36:57.105Z] 4.1.0-dev.5: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:57.726Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:58.085Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:36:58.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-08-15T11:36:58.085Z] d61e4c351c47: Preparing [2025-08-15T11:36:58.085Z] 248d5a59e8a8: Preparing [2025-08-15T11:36:58.085Z] a7a7a3b04f34: Preparing [2025-08-15T11:36:58.085Z] b6314a2b2470: Preparing [2025-08-15T11:36:58.085Z] 148ad6c439c8: Preparing [2025-08-15T11:36:58.085Z] 1e890da81ec9: Preparing [2025-08-15T11:36:58.085Z] 1e890da81ec9: Waiting [2025-08-15T11:36:58.085Z] b6314a2b2470: Layer already exists [2025-08-15T11:36:58.085Z] 148ad6c439c8: Layer already exists [2025-08-15T11:36:58.085Z] 248d5a59e8a8: Layer already exists [2025-08-15T11:36:58.085Z] a7a7a3b04f34: Layer already exists [2025-08-15T11:36:58.085Z] d61e4c351c47: Layer already exists [2025-08-15T11:36:58.085Z] 1e890da81ec9: Layer already exists [2025-08-15T11:36:58.085Z] eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:58.431Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:58.779Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-08-15T11:36:58.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-08-15T11:36:58.779Z] d61e4c351c47: Preparing [2025-08-15T11:36:58.779Z] 248d5a59e8a8: Preparing [2025-08-15T11:36:58.779Z] a7a7a3b04f34: Preparing [2025-08-15T11:36:58.779Z] b6314a2b2470: Preparing [2025-08-15T11:36:58.779Z] 148ad6c439c8: Preparing [2025-08-15T11:36:58.779Z] 1e890da81ec9: Preparing [2025-08-15T11:36:58.779Z] 1e890da81ec9: Waiting [2025-08-15T11:36:58.779Z] d61e4c351c47: Layer already exists [2025-08-15T11:36:58.779Z] a7a7a3b04f34: Layer already exists [2025-08-15T11:36:58.779Z] 148ad6c439c8: Layer already exists [2025-08-15T11:36:58.779Z] b6314a2b2470: Layer already exists [2025-08-15T11:36:58.779Z] 248d5a59e8a8: Layer already exists [2025-08-15T11:36:58.779Z] 1e890da81ec9: Layer already exists [2025-08-15T11:36:58.779Z] main: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-15T11:36:59.120Z] ===================================================== [Pipeline] echo [2025-08-15T11:36:59.133Z] taggedImages: [2025-08-15T11:36:59.133Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [2025-08-15T11:36:59.133Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-08-15T11:36:59.133Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [2025-08-15T11:36:59.133Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [2025-08-15T11:36:59.133Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-08-15T11:36:59.146Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo [2025-08-15T11:36:59.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-08-15T11:36:59.165Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [Pipeline] echo [2025-08-15T11:36:59.176Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] echo [2025-08-15T11:36:59.190Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:59.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-15T11:36:59.578Z] [2025-08-15T11:36:59.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:36:59.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-15T11:36:59.912Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-15T11:36:59.912Z] 8998bd30e6a1: Pulling fs layer [2025-08-15T11:36:59.912Z] 04944245beec: Pulling fs layer [2025-08-15T11:36:59.912Z] 699f458cf7ca: Pulling fs layer [2025-08-15T11:36:59.912Z] 765212b225bb: Pulling fs layer [2025-08-15T11:36:59.912Z] f23df028b6ca: Pulling fs layer [2025-08-15T11:36:59.912Z] d65c8cfc05b1: Pulling fs layer [2025-08-15T11:36:59.912Z] 2437ff75d9bd: Pulling fs layer [2025-08-15T11:36:59.912Z] 765212b225bb: Waiting [2025-08-15T11:36:59.912Z] f23df028b6ca: Waiting [2025-08-15T11:36:59.912Z] d65c8cfc05b1: Waiting [2025-08-15T11:36:59.912Z] 2437ff75d9bd: Waiting [2025-08-15T11:37:00.179Z] 04944245beec: Verifying Checksum [2025-08-15T11:37:00.179Z] 04944245beec: Download complete [2025-08-15T11:37:00.179Z] 765212b225bb: Verifying Checksum [2025-08-15T11:37:00.179Z] 765212b225bb: Download complete [2025-08-15T11:37:00.179Z] f23df028b6ca: Verifying Checksum [2025-08-15T11:37:00.179Z] f23df028b6ca: Download complete [2025-08-15T11:37:00.179Z] d65c8cfc05b1: Verifying Checksum [2025-08-15T11:37:00.179Z] d65c8cfc05b1: Download complete [2025-08-15T11:37:00.450Z] 699f458cf7ca: Verifying Checksum [2025-08-15T11:37:00.450Z] 699f458cf7ca: Download complete [2025-08-15T11:37:00.716Z] 8998bd30e6a1: Verifying Checksum [2025-08-15T11:37:00.716Z] 8998bd30e6a1: Download complete [2025-08-15T11:37:03.308Z] 2437ff75d9bd: Verifying Checksum [2025-08-15T11:37:03.308Z] 2437ff75d9bd: Download complete [2025-08-15T11:37:05.256Z] 8998bd30e6a1: Pull complete [2025-08-15T11:37:05.914Z] 04944245beec: Pull complete [2025-08-15T11:37:08.534Z] 699f458cf7ca: Pull complete [2025-08-15T11:37:08.810Z] 765212b225bb: Pull complete [2025-08-15T11:37:09.400Z] f23df028b6ca: Pull complete [2025-08-15T11:37:09.669Z] d65c8cfc05b1: Pull complete [2025-08-15T11:37:27.869Z] 2437ff75d9bd: Pull complete [2025-08-15T11:37:27.869Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-15T11:37:27.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-15T11:37:27.869Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:37:28.065Z] prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container [2025-08-15T11:37:28.112Z] $ 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-virtual-go/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 [2025-08-15T11:37:30.807Z] $ docker top 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:37:31.648Z] ---> job-cost.sh [2025-08-15T11:37:31.648Z] lf-activate-venv: SKIPPING [2025-08-15T11:37:31.648Z] INFO: No Stack... [2025-08-15T11:37:31.912Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-15T11:37:32.865Z] INFO: Archiving Costs [Pipeline] sh [2025-08-15T11:37:33.493Z] + cut -d, -f6 [2025-08-15T11:37:33.493Z] + cat /w/workspace/device-virtual-go/214/archives/cost.csv [Pipeline] lock [2025-08-15T11:37:33.525Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [2025-08-15T11:37:33.531Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] did not exist. Created. [2025-08-15T11:37:33.537Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-15T11:37:34.183Z] /w/workspace/device-virtual-go/214@tmp/durable-06d42f83/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-15T11:37:34.809Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-15T11:37:34.835Z] Warning: overwriting stash ‘stack-cost’ [2025-08-15T11:37:34.875Z] Stashed 1 file(s) [Pipeline] } [2025-08-15T11:37:34.885Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-15T11:37:34.901Z] $ docker stop --time=1 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 [2025-08-15T11:37:36.422Z] $ docker rm -f --volumes 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 [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 [2025-08-15T11:37:37.003Z] provisioning config files... [2025-08-15T11:37:37.040Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13211893266983361133tmp [Pipeline] { [Pipeline] sh [2025-08-15T11:37:37.340Z] + set +x [2025-08-15T11:37:37.340Z] + curl -s https://codecov.io/bash [2025-08-15T11:37:37.340Z] + bash -s -- [2025-08-15T11:37:37.340Z] [2025-08-15T11:37:37.340Z] _____ _ [2025-08-15T11:37:37.340Z] / ____| | | [2025-08-15T11:37:37.340Z] | | ___ __| | ___ ___ _____ __ [2025-08-15T11:37:37.340Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-15T11:37:37.340Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-15T11:37:37.340Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-15T11:37:37.340Z] Bash-1.0.6 [2025-08-15T11:37:37.340Z] [2025-08-15T11:37:37.340Z] [2025-08-15T11:37:37.340Z] ==> git version 2.25.1 found [2025-08-15T11:37:37.340Z] ==> 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-08-15T11:37:37.340Z] Release-Date: 2020-01-08 [2025-08-15T11:37:37.340Z] 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-08-15T11:37:37.340Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-15T11:37:37.340Z] ==> Jenkins CI detected. [2025-08-15T11:37:37.340Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-08-15T11:37:37.340Z] project root: . [2025-08-15T11:37:37.340Z] --> token set from env [2025-08-15T11:37:37.340Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-15T11:37:37.620Z] ==> Running gcov in . (disable via -X gcov) [2025-08-15T11:37:37.620Z] ==> Python coveragepy not found [2025-08-15T11:37:37.620Z] ==> Searching for coverage reports in: [2025-08-15T11:37:37.620Z] + . [2025-08-15T11:37:37.620Z] -> Found 1 reports [2025-08-15T11:37:37.620Z] ==> Detecting git/mercurial file structure [2025-08-15T11:37:37.620Z] ==> Reading reports [2025-08-15T11:37:37.620Z] + ./coverage.out bytes=45558 [2025-08-15T11:37:37.620Z] ==> Appending adjustments [2025-08-15T11:37:37.620Z] https://docs.codecov.io/docs/fixing-reports [2025-08-15T11:37:37.620Z] + Found adjustments [2025-08-15T11:37:37.620Z] ==> Gzipping contents [2025-08-15T11:37:37.620Z] 8.0K /tmp/codecov.VaLCiY.gz [2025-08-15T11:37:37.620Z] ==> Uploading reports [2025-08-15T11:37:37.620Z] url: https://codecov.io [2025-08-15T11:37:37.620Z] query: branch=main&commit=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-15T11:37:37.620Z] -> Pinging Codecov [2025-08-15T11:37:37.620Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-15T11:37:37.878Z] -> Uploading to [2025-08-15T11:37:37.878Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/eff1d3fe04aa5a935b2b9135a2461cb5b93a801e/8af7c4d1-c938-4159-aa97-5057f6f6eaf8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250815%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250815T113737Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8a3f9bd0742895f4f81470eac368ef5556de82b74009d254d27fd35335a328f7 [2025-08-15T11:37:37.878Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-15T11:37:37.878Z] Dload Upload Total Spent Left Speed [2025-08-15T11:37:38.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5368 0 0 100 5368 0 35084 --:--:-- --:--:-- --:--:-- 35315 [2025-08-15T11:37:38.137Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } [2025-08-15T11:37:38.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-15T11:37:38.358Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-15T11:37:38.377Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:37:38.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-15T11:37:38.687Z] [2025-08-15T11:37:38.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:37:38.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-15T11:37:38.984Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-15T11:37:38.984Z] 0a9a5dfd008f: Already exists [2025-08-15T11:37:38.984Z] 36466aa92d05: Already exists [2025-08-15T11:37:38.984Z] e10405b45d13: Already exists [2025-08-15T11:37:38.984Z] 096b7ceb2af7: Already exists [2025-08-15T11:37:38.984Z] 4f4fb700ef54: Already exists [2025-08-15T11:37:38.984Z] e50aa161e22a: Pulling fs layer [2025-08-15T11:37:38.984Z] d3c8db5fb9df: Pulling fs layer [2025-08-15T11:37:39.244Z] e50aa161e22a: Verifying Checksum [2025-08-15T11:37:39.244Z] e50aa161e22a: Download complete [2025-08-15T11:37:39.502Z] e50aa161e22a: Pull complete [2025-08-15T11:37:40.483Z] d3c8db5fb9df: Verifying Checksum [2025-08-15T11:37:40.483Z] d3c8db5fb9df: Download complete [2025-08-15T11:37:43.761Z] d3c8db5fb9df: Pull complete [2025-08-15T11:37:44.020Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-15T11:37:44.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-15T11:37:44.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:37:44.122Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:37:44.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:37:45.783Z] $ docker top ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:37:46.123Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-08-15T11:37:46.134Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-08-15T11:37:46.412Z] + set -o pipefail [2025-08-15T11:37:46.412Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-08-15T11:37:52.975Z] [2025-08-15T11:37:52.975Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-08-15T11:37:52.975Z] [2025-08-15T11:37:52.975Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/40695018-c555-45f8-bcb3-08d02ab33df9 [2025-08-15T11:37:52.975Z] [2025-08-15T11:37:52.975Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-15T11:37:52.975Z] [2025-08-15T11:37:52.975Z] [2025-08-15T11:37:52.975Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-15T11:37:52.975Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-15T11:37:53.245Z] $ docker stop --time=1 ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 [2025-08-15T11:37:57.114Z] $ docker rm -f --volumes ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 [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 [2025-08-15T11:37:57.959Z] + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] sh [2025-08-15T11:37:58.251Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-15T11:37:58.251Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:37:58.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:37:58.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:37:58.630Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:37:58.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:37:58.975Z] $ docker top be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 -eo pid,comm [2025-08-15T11:37:59.022Z] 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-08-15T11:37:59.022Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-15T11:37:59.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-15T11:37:59.078Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-15T11:37:59.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-15T11:37:59.170Z] $ docker exec be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 ssh-agent [2025-08-15T11:37:59.279Z] SSH_AUTH_SOCK=/tmp/ssh-qdbx1BtdBrKQ/agent.31 [2025-08-15T11:37:59.279Z] SSH_AGENT_PID=37 [2025-08-15T11:37:59.283Z] Running ssh-add (command line suppressed) [2025-08-15T11:37:59.383Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1309232723045891354.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1309232723045891354.key) [2025-08-15T11:37:59.395Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-15T11:37:59.684Z] + git semver tag [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,889 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,892 [run_tag] DEBUG tag force:False [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,892 [check_head_tag] DEBUG check head tag [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,893 [execute] INFO git cat-file --batch-check [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,895 [execute] INFO git cat-file --batch [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,903 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,903 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,903 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-15T11:37:59.943Z] 2025-08-15 11:37:59,906 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:37:59.943Z] 4.1.0-dev.5 [Pipeline] } [2025-08-15T11:37:59.951Z] $ docker exec --env ******** --env ******** be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 ssh-agent -k [2025-08-15T11:38:00.038Z] unset SSH_AUTH_SOCK; [2025-08-15T11:38:00.039Z] unset SSH_AGENT_PID; [2025-08-15T11:38:00.039Z] echo Agent pid 37 killed; [2025-08-15T11:38:00.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-15T11:38:00.368Z] + git semver [Pipeline] } [2025-08-15T11:38:00.638Z] $ docker stop --time=1 be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 [2025-08-15T11:38:01.879Z] $ docker rm -f --volumes be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:38:02.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-15T11:38:02.289Z] [2025-08-15T11:38:02.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:38:02.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-15T11:38:02.593Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-15T11:38:02.593Z] ab5ef0e58194: Pulling fs layer [2025-08-15T11:38:02.593Z] 9712f1f96733: Pulling fs layer [2025-08-15T11:38:02.593Z] 63f879dbbcfc: Pulling fs layer [2025-08-15T11:38:02.593Z] 0d9ebad4ef96: Pulling fs layer [2025-08-15T11:38:02.593Z] e9a5061849ea: Pulling fs layer [2025-08-15T11:38:02.593Z] 0d9ebad4ef96: Waiting [2025-08-15T11:38:02.593Z] d747dcd14b5f: Pulling fs layer [2025-08-15T11:38:02.593Z] e9a5061849ea: Waiting [2025-08-15T11:38:02.593Z] 2de7ff778b66: Pulling fs layer [2025-08-15T11:38:02.593Z] d747dcd14b5f: Waiting [2025-08-15T11:38:02.593Z] 2de7ff778b66: Waiting [2025-08-15T11:38:02.593Z] 9712f1f96733: Verifying Checksum [2025-08-15T11:38:02.593Z] 9712f1f96733: Download complete [2025-08-15T11:38:02.853Z] 63f879dbbcfc: Verifying Checksum [2025-08-15T11:38:02.853Z] 63f879dbbcfc: Download complete [2025-08-15T11:38:03.113Z] e9a5061849ea: Verifying Checksum [2025-08-15T11:38:03.113Z] e9a5061849ea: Download complete [2025-08-15T11:38:03.113Z] d747dcd14b5f: Download complete [2025-08-15T11:38:03.113Z] ab5ef0e58194: Verifying Checksum [2025-08-15T11:38:03.113Z] ab5ef0e58194: Download complete [2025-08-15T11:38:03.113Z] 0d9ebad4ef96: Verifying Checksum [2025-08-15T11:38:03.113Z] 0d9ebad4ef96: Download complete [2025-08-15T11:38:03.113Z] 2de7ff778b66: Verifying Checksum [2025-08-15T11:38:03.113Z] 2de7ff778b66: Download complete [2025-08-15T11:38:06.400Z] ab5ef0e58194: Pull complete [2025-08-15T11:38:06.400Z] 9712f1f96733: Pull complete [2025-08-15T11:38:06.966Z] 63f879dbbcfc: Pull complete [2025-08-15T11:38:12.231Z] 0d9ebad4ef96: Pull complete [2025-08-15T11:38:12.231Z] e9a5061849ea: Pull complete [2025-08-15T11:38:12.231Z] d747dcd14b5f: Pull complete [2025-08-15T11:38:13.603Z] 2de7ff778b66: Pull complete [2025-08-15T11:38:13.603Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-15T11:38:13.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-15T11:38:13.603Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:38:13.694Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:38:13.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:38:17.016Z] $ docker top f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:38:17.119Z] provisioning config files... [2025-08-15T11:38:17.135Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15946301449108153860tmp [2025-08-15T11:38:17.169Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4859866992738824852tmp [2025-08-15T11:38:17.191Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15694652863397330836tmp [Pipeline] { [Pipeline] echo [2025-08-15T11:38:17.218Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:17.609Z] ---> sigul-configuration.sh [2025-08-15T11:38:17.609Z] gpg: directory `/root/.gnupg' created [2025-08-15T11:38:17.609Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-15T11:38:17.609Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-15T11:38:17.609Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-15T11:38:17.609Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-15T11:38:17.609Z] gpg: CAST5 encrypted data [2025-08-15T11:38:17.609Z] gpg: encrypted with 1 passphrase [2025-08-15T11:38:17.609Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-15T11:38:17.976Z] + mkdir /home/jenkins [2025-08-15T11:38:17.976Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-15T11:38:18.264Z] + 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 [2025-08-15T11:38:18.278Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:18.571Z] ---> sigul-install.sh [2025-08-15T11:38:18.571Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-15T11:38:18.864Z] + git tag --list [2025-08-15T11:38:18.864Z] v1.0.0 [2025-08-15T11:38:18.864Z] v1.1.0 [2025-08-15T11:38:18.864Z] v1.1.1 [2025-08-15T11:38:18.864Z] v1.2.1 [2025-08-15T11:38:18.864Z] v1.2.2 [2025-08-15T11:38:18.864Z] v1.2.3 [2025-08-15T11:38:18.864Z] v1.3.0 [2025-08-15T11:38:18.864Z] v1.3.1 [2025-08-15T11:38:18.864Z] v2.0.0 [2025-08-15T11:38:18.864Z] v2.1.0 [2025-08-15T11:38:18.864Z] v2.1.1 [2025-08-15T11:38:18.864Z] v2.2.0 [2025-08-15T11:38:18.864Z] v2.3.0 [2025-08-15T11:38:18.864Z] v3.0 [2025-08-15T11:38:18.864Z] v3.0.0 [2025-08-15T11:38:18.864Z] v3.1 [2025-08-15T11:38:18.864Z] v3.1.0 [2025-08-15T11:38:18.864Z] v3.1.1 [2025-08-15T11:38:18.864Z] v4.0 [2025-08-15T11:38:18.864Z] v4.0.0 [2025-08-15T11:38:18.864Z] v4.1.0-dev.1 [2025-08-15T11:38:18.864Z] v4.1.0-dev.2 [2025-08-15T11:38:18.864Z] v4.1.0-dev.3 [2025-08-15T11:38:18.864Z] v4.1.0-dev.4 [2025-08-15T11:38:18.864Z] v4.1.0-dev.5 [Pipeline] sh [2025-08-15T11:38:19.166Z] + lftools sign git-tag v4.1.0-dev.5 [2025-08-15T11:38:19.735Z] Signing Git tag with Sigul... [2025-08-15T11:38:19.735Z] Signing v4.1.0-dev.5 [Pipeline] echo [2025-08-15T11:38:20.008Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:20.301Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-15T11:38:20.308Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-15T11:38:20.339Z] $ docker stop --time=1 f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe [2025-08-15T11:38:21.610Z] $ docker rm -f --volumes f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-15T11:38:22.048Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-15T11:38:22.049Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:38:22.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:38:22.350Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:38:22.422Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:38:22.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:38:22.694Z] $ docker top afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 -eo pid,comm [2025-08-15T11:38:22.733Z] 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-08-15T11:38:22.733Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-15T11:38:22.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-15T11:38:22.783Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-15T11:38:22.876Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-15T11:38:22.877Z] $ docker exec afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 ssh-agent [2025-08-15T11:38:22.979Z] SSH_AUTH_SOCK=/tmp/ssh-Fz5CjQqlEawD/agent.32 [2025-08-15T11:38:22.979Z] SSH_AGENT_PID=38 [2025-08-15T11:38:22.984Z] Running ssh-add (command line suppressed) [2025-08-15T11:38:23.075Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10294637996912926077.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10294637996912926077.key) [2025-08-15T11:38:23.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-15T11:38:23.377Z] + git semver bump pre [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,581 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [bump_version] DEBUG bumped version:4.1.0-dev.6 [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,585 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,587 [execute] INFO git cat-file --batch-check [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,590 [execute] INFO git cat-file --batch [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-15T11:38:23.635Z] 2025-08-15 11:38:23,593 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:38:23.635Z] 4.1.0-dev.6 [Pipeline] } [2025-08-15T11:38:23.644Z] $ docker exec --env ******** --env ******** afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 ssh-agent -k [2025-08-15T11:38:23.737Z] unset SSH_AUTH_SOCK; [2025-08-15T11:38:23.737Z] unset SSH_AGENT_PID; [2025-08-15T11:38:23.737Z] echo Agent pid 38 killed; [2025-08-15T11:38:23.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-15T11:38:24.063Z] + git semver [Pipeline] } [2025-08-15T11:38:24.334Z] $ docker stop --time=1 afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 [2025-08-15T11:38:25.593Z] $ docker rm -f --volumes afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-15T11:38:25.945Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-15T11:38:25.945Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:38:26.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-15T11:38:26.252Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:38:26.326Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:38:26.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:38:26.592Z] $ docker top 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af -eo pid,comm [2025-08-15T11:38:26.636Z] 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-08-15T11:38:26.636Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-15T11:38:26.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-15T11:38:26.695Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-15T11:38:26.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-15T11:38:26.803Z] $ docker exec 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af ssh-agent [2025-08-15T11:38:26.916Z] SSH_AUTH_SOCK=/tmp/ssh-FePDZcCSwCVG/agent.33 [2025-08-15T11:38:26.916Z] SSH_AGENT_PID=39 [2025-08-15T11:38:26.920Z] Running ssh-add (command line suppressed) [2025-08-15T11:38:27.015Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17255480938558959492.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17255480938558959492.key) [2025-08-15T11:38:27.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-15T11:38:27.321Z] + git semver push [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,538 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,542 [run_push] DEBUG push [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,543 [execute] INFO git cat-file --batch-check [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,543 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,546 [execute] INFO git rev-list 1eac09d7f8ebadb7f9f0ab02a330e46deed5660a -- [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,546 [execute] DEBUG Popen(['git', 'rev-list', '1eac09d7f8ebadb7f9f0ab02a330e46deed5660a', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,554 [execute] INFO git fetch -v -- origin [2025-08-15T11:38:27.581Z] 2025-08-15 11:38:27,554 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-15T11:38:28.149Z] 2025-08-15 11:38:28,013 [run_push] DEBUG no remote changes detected [2025-08-15T11:38:28.149Z] 2025-08-15 11:38:28,014 [execute] INFO git push origin semver [2025-08-15T11:38:28.149Z] 2025-08-15 11:38:28,014 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-15T11:38:29.088Z] 2025-08-15 11:38:28,778 [run_push] DEBUG push all version tags [2025-08-15T11:38:29.088Z] 2025-08-15 11:38:28,778 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-15T11:38:29.088Z] 2025-08-15 11:38:28,779 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-15T11:38:29.656Z] 2025-08-15 11:38:29,450 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-08-15T11:38:29.656Z] 4.1.0-dev.6 [Pipeline] } [2025-08-15T11:38:29.665Z] $ docker exec --env ******** --env ******** 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af ssh-agent -k [2025-08-15T11:38:29.752Z] unset SSH_AUTH_SOCK; [2025-08-15T11:38:29.753Z] unset SSH_AGENT_PID; [2025-08-15T11:38:29.753Z] echo Agent pid 39 killed; [2025-08-15T11:38:29.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-15T11:38:30.084Z] + git semver [Pipeline] } [2025-08-15T11:38:30.354Z] $ docker stop --time=1 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af [2025-08-15T11:38:31.609Z] $ docker rm -f --volumes 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af [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 [2025-08-15T11:38:32.186Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-08-15T11:38:32.186Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-08-15T11:38:32.186Z] total 16 [2025-08-15T11:38:32.186Z] drwxr-xr-x 3 root root 4096 Aug 15 11:27 . [2025-08-15T11:38:32.186Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:38 .. [2025-08-15T11:38:32.186Z] drwxr-xr-x 2 root root 4096 Aug 15 11:27 cost [2025-08-15T11:38:32.186Z] -rw-r--r-- 1 root root 89 Aug 15 11:27 cost.csv [2025-08-15T11:38:32.186Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-08-15T11:38:32.186Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-08-15T11:38:32.186Z] total 16 [2025-08-15T11:38:32.186Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 11:27 . [2025-08-15T11:38:32.186Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:38 .. [2025-08-15T11:38:32.186Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 11:27 cost [2025-08-15T11:38:32.186Z] -rw-r--r-- 1 jenkins jenkins 89 Aug 15 11:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:32.473Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:33.331Z] ---> package-listing.sh [2025-08-15T11:38:33.331Z] ++ facter osfamily [2025-08-15T11:38:33.331Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-15T11:38:33.590Z] + OS_FAMILY=debian [2025-08-15T11:38:33.590Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-08-15T11:38:33.590Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-15T11:38:33.590Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-15T11:38:33.590Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-15T11:38:33.590Z] + PACKAGES=/tmp/packages_start.txt [2025-08-15T11:38:33.590Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-08-15T11:38:33.590Z] + PACKAGES=/tmp/packages_end.txt [2025-08-15T11:38:33.590Z] + case "${OS_FAMILY}" in [2025-08-15T11:38:33.590Z] + dpkg -l [2025-08-15T11:38:33.590Z] + grep '^ii' [2025-08-15T11:38:33.590Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-15T11:38:33.590Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-15T11:38:33.590Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-15T11:38:33.590Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-08-15T11:38:33.590Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-08-15T11:38:33.590Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2025-08-15T11:38:33.602Z] 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-15T11:38:33.879Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-15T11:38:34.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-15T11:38:34.439Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-15T11:38:34.514Z] prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container [2025-08-15T11:38:34.541Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2025-08-15T11:38:34.763Z] $ docker top cf85da19614f3f6cf820581941071a7864422ab5acd5920f4f7a96553fe489dd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-15T11:38:35.100Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-15T11:38:35.386Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-15T11:38:35.672Z] + ls /var/log/sa-host [2025-08-15T11:38:35.673Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-15T11:38:35.710Z] provisioning config files... [2025-08-15T11:38:35.719Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2124830381410776230tmp [Pipeline] { [Pipeline] echo [2025-08-15T11:38:35.743Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:36.027Z] ---> create-netrc.sh [Pipeline] } [2025-08-15T11:38:36.032Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:36.347Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-15T11:38:36.358Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:36.640Z] ---> sudo-logs.sh [2025-08-15T11:38:36.640Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-15T11:38:36.673Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:36.953Z] ---> job-cost.sh [2025-08-15T11:38:36.953Z] lf-activate-venv: SKIPPING [2025-08-15T11:38:36.953Z] DEBUG: total: 0.2199999988079071 [2025-08-15T11:38:36.953Z] INFO: Retrieving Stack Cost... [2025-08-15T11:38:37.211Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-15T11:38:37.470Z] INFO: Archiving Costs [Pipeline] echo [2025-08-15T11:38:37.482Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-15T11:38:37.774Z] ---> logs-deploy.sh [2025-08-15T11:38:37.774Z] lf-activate-venv: SKIPPING [2025-08-15T11:38:37.774Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/214 [2025-08-15T11:38:37.774Z] INFO: archiving workspace using pattern(s): [2025-08-15T11:38:38.710Z] Archives upload complete. [2025-08-15T11:38:38.710Z] INFO: archiving logs to Nexus