Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 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-ssh169947299486567552.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh511666432256498759.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh7806147132974253724.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1384535459662248773.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-ssh12269185672087206714.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-4896 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 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538)" > git config core.sparsecheckout # timeout=10 > git checkout -f f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 # timeout=10 > git rev-list --no-walk 68b21e41db2621b3dbcbe2b942dbfaa528a27464 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-10T02:48:14.472Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-10T02:48:14.543Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-10T02:48:14.569Z] ========================================================= [2025-07-10T02:48:14.569Z] EdgeX Global Pipelines Version Info [2025-07-10T02:48:14.569Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:48:15.345Z] ------------------- [2025-07-10T02:48:15.345Z] stable info: [2025-07-10T02:48:15.345Z] ------------------- [2025-07-10T02:48:15.345Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-10T02:48:15.345Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-10T02:48:15.345Z] Message: update stable to v1.0.274 [2025-07-10T02:48:15.918Z] ------------------- [2025-07-10T02:48:15.918Z] experimental info: [2025-07-10T02:48:15.918Z] ------------------- [2025-07-10T02:48:15.918Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-10T02:48:15.918Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-10T02:48:15.918Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-10T02:48:16.001Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-07-10T02:48:16.024Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-07-10T02:48:16.047Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-10T02:48:16.068Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-10T02:48:16.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-10T02:48:16.113Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-10T02:48:16.134Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-10T02:48:16.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-10T02:48:16.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-10T02:48:16.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-10T02:48:16.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-10T02:48:16.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-07-10T02:48:16.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-10T02:48:16.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-10T02:48:16.315Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-10T02:48:16.338Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-10T02:48:16.364Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-10T02:48:16.392Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-10T02:48:16.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-10T02:48:16.442Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-10T02:48:16.467Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-10T02:48:16.491Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-10T02:48:16.514Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-10T02:48:16.541Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-10T02:48:16.565Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-10T02:48:16.586Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-10T02:48:16.611Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-10T02:48:16.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-10T02:48:16.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-10T02:48:16.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-10T02:48:16.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo [2025-07-10T02:48:16.732Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f066912 [Pipeline] echo [2025-07-10T02:48:16.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-10T02:48:16.819Z] provisioning config files... [2025-07-10T02:48:16.833Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17583364367403030695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:48:17.175Z] ---> ****-login.sh [2025-07-10T02:48:17.175Z] nexus3.edgexfoundry.org:10001 [2025-07-10T02:48:17.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:17.437Z] [2025-07-10T02:48:17.437Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-10T02:48:17.437Z] Configure a credential helper to remove this warning. See [2025-07-10T02:48:17.437Z] https://docs.****.com/go/credential-store/ [2025-07-10T02:48:17.437Z] [2025-07-10T02:48:17.437Z] Login Succeeded [2025-07-10T02:48:17.437Z] nexus3.edgexfoundry.org:10002 [2025-07-10T02:48:17.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-10T02:48:17.697Z] Configure a credential helper to remove this warning. See [2025-07-10T02:48:17.697Z] https://docs.****.com/go/credential-store/ [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] Login Succeeded [2025-07-10T02:48:17.697Z] nexus3.edgexfoundry.org:10003 [2025-07-10T02:48:17.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-10T02:48:17.697Z] Configure a credential helper to remove this warning. See [2025-07-10T02:48:17.697Z] https://docs.****.com/go/credential-store/ [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] Login Succeeded [2025-07-10T02:48:17.697Z] nexus3.edgexfoundry.org:10004 [2025-07-10T02:48:17.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-10T02:48:17.697Z] Configure a credential helper to remove this warning. See [2025-07-10T02:48:17.697Z] https://docs.****.com/go/credential-store/ [2025-07-10T02:48:17.697Z] [2025-07-10T02:48:17.697Z] Login Succeeded [2025-07-10T02:48:17.697Z] ****.io [2025-07-10T02:48:17.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:17.957Z] [2025-07-10T02:48:17.957Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-10T02:48:17.957Z] Configure a credential helper to remove this warning. See [2025-07-10T02:48:17.957Z] https://docs.****.com/go/credential-store/ [2025-07-10T02:48:17.957Z] [2025-07-10T02:48:17.957Z] Login Succeeded [2025-07-10T02:48:17.957Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T02:48:17.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-10T02:48:18.372Z] + git rev-list -1 --merges f0669123e7c3a3cbeca44c61ecad712c9bc79fe0~1..f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo [2025-07-10T02:48:18.401Z] -----------> git rev-list -1 --merges f0669123e7c3a3cbeca44c61ecad712c9bc79fe0~1..f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [false] [Pipeline] sh [2025-07-10T02:48:18.696Z] + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo [2025-07-10T02:48:18.711Z] ========================================================= [2025-07-10T02:48:18.711Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-10T02:48:18.711Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-10T02:48:19.068Z] + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo [2025-07-10T02:48:19.079Z] [semverPrep] GIT_COMMIT: f0669123e7c3a3cbeca44c61ecad712c9bc79fe0, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538) [Pipeline] echo [2025-07-10T02:48:19.092Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-10T02:48:19.469Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-10T02:48:19.469Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-10T02:48:19.469Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-10T02:48:19.469Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-10T02:48:19.469Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-10T02:48:19.469Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-10T02:48:19.469Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:48:19.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T02:48:19.902Z] [2025-07-10T02:48:19.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:48:20.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T02:48:20.207Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-10T02:48:20.207Z] 3dae71ba6b94: Pulling fs layer [2025-07-10T02:48:20.207Z] 6bf1a483ea7c: Pulling fs layer [2025-07-10T02:48:20.207Z] f5dfc541a4d3: Pulling fs layer [2025-07-10T02:48:20.207Z] 461d9e800cba: Pulling fs layer [2025-07-10T02:48:20.207Z] 80192f66455f: Pulling fs layer [2025-07-10T02:48:20.207Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-10T02:48:20.207Z] a29436f7fd5d: Pulling fs layer [2025-07-10T02:48:20.207Z] 923cac83aea3: Pulling fs layer [2025-07-10T02:48:20.207Z] 25ad8b0a4227: Pulling fs layer [2025-07-10T02:48:20.207Z] db01528c6b51: Pulling fs layer [2025-07-10T02:48:20.207Z] 28988de357af: Pulling fs layer [2025-07-10T02:48:20.207Z] 461d9e800cba: Waiting [2025-07-10T02:48:20.207Z] 2e8e34ca0e6c: Waiting [2025-07-10T02:48:20.207Z] a29436f7fd5d: Waiting [2025-07-10T02:48:20.207Z] 80192f66455f: Waiting [2025-07-10T02:48:20.207Z] 923cac83aea3: Waiting [2025-07-10T02:48:20.207Z] 25ad8b0a4227: Waiting [2025-07-10T02:48:20.207Z] db01528c6b51: Waiting [2025-07-10T02:48:20.207Z] 28988de357af: Waiting [2025-07-10T02:48:20.207Z] 6bf1a483ea7c: Verifying Checksum [2025-07-10T02:48:20.207Z] 6bf1a483ea7c: Download complete [2025-07-10T02:48:20.207Z] 461d9e800cba: Verifying Checksum [2025-07-10T02:48:20.207Z] 461d9e800cba: Download complete [2025-07-10T02:48:20.207Z] 80192f66455f: Download complete [2025-07-10T02:48:20.466Z] f5dfc541a4d3: Verifying Checksum [2025-07-10T02:48:20.466Z] f5dfc541a4d3: Download complete [2025-07-10T02:48:20.466Z] 3dae71ba6b94: Verifying Checksum [2025-07-10T02:48:20.466Z] 3dae71ba6b94: Download complete [2025-07-10T02:48:20.466Z] 923cac83aea3: Verifying Checksum [2025-07-10T02:48:20.466Z] 923cac83aea3: Download complete [2025-07-10T02:48:20.466Z] 25ad8b0a4227: Verifying Checksum [2025-07-10T02:48:20.466Z] db01528c6b51: Download complete [2025-07-10T02:48:20.466Z] 28988de357af: Verifying Checksum [2025-07-10T02:48:20.466Z] 28988de357af: Download complete [2025-07-10T02:48:20.731Z] a29436f7fd5d: Verifying Checksum [2025-07-10T02:48:20.731Z] a29436f7fd5d: Download complete [2025-07-10T02:48:20.991Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-10T02:48:20.991Z] 2e8e34ca0e6c: Download complete [2025-07-10T02:48:21.929Z] 3dae71ba6b94: Pull complete [2025-07-10T02:48:21.929Z] 6bf1a483ea7c: Pull complete [2025-07-10T02:48:22.878Z] f5dfc541a4d3: Pull complete [2025-07-10T02:48:22.878Z] 461d9e800cba: Pull complete [2025-07-10T02:48:22.878Z] 80192f66455f: Pull complete [2025-07-10T02:48:27.080Z] 2e8e34ca0e6c: Pull complete [2025-07-10T02:48:27.338Z] a29436f7fd5d: Pull complete [2025-07-10T02:48:27.338Z] 923cac83aea3: Pull complete [2025-07-10T02:48:27.338Z] 25ad8b0a4227: Pull complete [2025-07-10T02:48:27.597Z] db01528c6b51: Pull complete [2025-07-10T02:48:27.597Z] 28988de357af: Pull complete [2025-07-10T02:48:27.597Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-10T02:48:27.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T02:48:27.597Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:48:27.741Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T02:48:27.771Z] $ 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-07-10T02:48:30.373Z] $ docker top 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 -eo pid,comm [2025-07-10T02:48:30.424Z] 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-07-10T02:48:30.424Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-10T02:48:30.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-10T02:48:30.476Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-10T02:48:30.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-10T02:48:30.587Z] $ docker exec 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent [2025-07-10T02:48:30.701Z] SSH_AUTH_SOCK=/tmp/ssh-aUhwnmtJ1My5/agent.32 [2025-07-10T02:48:30.701Z] SSH_AGENT_PID=38 [2025-07-10T02:48:30.708Z] Running ssh-add (command line suppressed) [2025-07-10T02:48:30.810Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3453295567321276728.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3453295567321276728.key) [2025-07-10T02:48:30.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-10T02:48:31.123Z] + git tag --points-at HEAD [Pipeline] } [2025-07-10T02:48:31.131Z] $ docker exec --env ******** --env ******** 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent -k [2025-07-10T02:48:31.231Z] unset SSH_AUTH_SOCK; [2025-07-10T02:48:31.231Z] unset SSH_AGENT_PID; [2025-07-10T02:48:31.232Z] echo Agent pid 38 killed; [2025-07-10T02:48:31.243Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-10T02:48:31.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-10T02:48:31.280Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-10T02:48:31.380Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-10T02:48:31.379Z] $ docker exec 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent [2025-07-10T02:48:31.469Z] SSH_AUTH_SOCK=/tmp/ssh-eWoeZzQf95eu/agent.72 [2025-07-10T02:48:31.469Z] SSH_AGENT_PID=78 [2025-07-10T02:48:31.473Z] Running ssh-add (command line suppressed) [2025-07-10T02:48:31.562Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12682123807578124450.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12682123807578124450.key) [2025-07-10T02:48:31.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-10T02:48:31.872Z] + git semver init [2025-07-10T02:48:32.131Z] 2025-07-10 02:48:32,068 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-10T02:48:32.131Z] 2025-07-10 02:48:32,072 [run_init] DEBUG init version:0.0.0 force:False [2025-07-10T02:48:32.131Z] 2025-07-10 02:48:32,073 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-07-10T02:48:32.131Z] 2025-07-10 02:48:32,074 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-07-10T02:48:32.131Z] 2025-07-10 02:48:32,074 [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-07-10T02:48:33.510Z] 2025-07-10 02:48:33,421 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-07-10T02:48:33.510Z] 2025-07-10 02:48:33,421 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-07-10T02:48:33.510Z] 2025-07-10 02:48:33,421 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T02:48:33.510Z] 2025-07-10 02:48:33,422 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T02:48:33.510Z] 4.1.0-dev.2 [Pipeline] } [2025-07-10T02:48:33.516Z] $ docker exec --env ******** --env ******** 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent -k [2025-07-10T02:48:33.615Z] unset SSH_AUTH_SOCK; [2025-07-10T02:48:33.615Z] unset SSH_AGENT_PID; [2025-07-10T02:48:33.615Z] echo Agent pid 78 killed; [2025-07-10T02:48:33.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-10T02:48:33.969Z] + git semver [Pipeline] } [2025-07-10T02:48:34.240Z] $ docker stop --time=1 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 [2025-07-10T02:48:35.477Z] $ docker rm -f --volumes 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-10T02:48:35.823Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-10T02:48:36.066Z] Stashed 1 file(s) [Pipeline] echo [2025-07-10T02:48:36.071Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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-07-10T02:48:36.266Z] provisioning config files... [2025-07-10T02:48:36.280Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16593505431952624008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:48:36.594Z] ---> ****-login.sh [2025-07-10T02:48:36.594Z] nexus3.edgexfoundry.org:10001 [2025-07-10T02:48:36.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:36.594Z] Login Succeeded [2025-07-10T02:48:36.594Z] nexus3.edgexfoundry.org:10002 [2025-07-10T02:48:36.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:36.594Z] Login Succeeded [2025-07-10T02:48:36.594Z] nexus3.edgexfoundry.org:10003 [2025-07-10T02:48:36.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:36.854Z] Login Succeeded [2025-07-10T02:48:36.854Z] nexus3.edgexfoundry.org:10004 [2025-07-10T02:48:36.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:36.854Z] Login Succeeded [2025-07-10T02:48:36.855Z] ****.io [2025-07-10T02:48:36.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:48:37.132Z] Login Succeeded [2025-07-10T02:48:37.132Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T02:48:37.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-10T02:48:37.249Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T02:48:37.274Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T02:48:37.292Z] ========================================================= [2025-07-10T02:48:37.292Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-10T02:48:37.292Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:48:37.624Z] + 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-07-10T02:48:38.193Z] #0 building with "default" instance using docker driver [2025-07-10T02:48:38.193Z] [2025-07-10T02:48:38.193Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:48:38.193Z] #1 transferring dockerfile: 1.79kB done [2025-07-10T02:48:38.193Z] #1 DONE 0.0s [2025-07-10T02:48:38.193Z] [2025-07-10T02:48:38.193Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-10T02:48:38.193Z] #2 DONE 0.1s [2025-07-10T02:48:38.193Z] [2025-07-10T02:48:38.193Z] #3 [internal] load .dockerignore [2025-07-10T02:48:38.193Z] #3 transferring context: 2B done [2025-07-10T02:48:38.193Z] #3 DONE 0.0s [2025-07-10T02:48:38.193Z] [2025-07-10T02:48:38.193Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-10T02:48:38.193Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-10T02:48:38.193Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-10T02:48:38.466Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-10T02:48:38.466Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-10T02:48:38.466Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-07-10T02:48:38.466Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-10T02:48:38.466Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-10T02:48:38.466Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-10T02:48:38.466Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s [2025-07-10T02:48:38.466Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-10T02:48:38.466Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-10T02:48:38.466Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 26.21MB / 74.06MB 0.3s [2025-07-10T02:48:38.466Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-10T02:48:38.466Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-10T02:48:38.466Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-10T02:48:38.466Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 9.44MB / 100.52MB 0.3s [2025-07-10T02:48:38.466Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 3.15MB / 13.29MB 0.3s [2025-07-10T02:48:38.466Z] #4 ... [2025-07-10T02:48:38.466Z] [2025-07-10T02:48:38.466Z] #5 [internal] load build context [2025-07-10T02:48:38.466Z] #5 transferring context: 40.62MB 0.3s done [2025-07-10T02:48:38.466Z] #5 DONE 0.3s [2025-07-10T02:48:38.466Z] [2025-07-10T02:48:38.466Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-10T02:48:38.466Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 44.04MB / 74.06MB 0.4s [2025-07-10T02:48:38.466Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 22.02MB / 100.52MB 0.4s [2025-07-10T02:48:38.466Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 12.58MB / 13.29MB 0.4s [2025-07-10T02:48:38.466Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-10T02:48:38.725Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-10T02:48:38.725Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 48.23MB / 100.52MB 0.6s [2025-07-10T02:48:38.725Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s done [2025-07-10T02:48:38.985Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 96.47MB / 100.52MB 0.8s [2025-07-10T02:48:39.244Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-07-10T02:48:39.503Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-10T02:48:39.503Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done [2025-07-10T02:48:43.710Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.0s done [2025-07-10T02:48:43.711Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-10T02:48:43.711Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-10T02:48:43.711Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-10T02:48:43.711Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-10T02:48:43.711Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-10T02:48:43.976Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-10T02:48:46.543Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done [2025-07-10T02:48:46.543Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-10T02:48:47.119Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done [2025-07-10T02:48:47.119Z] #4 DONE 9.1s [2025-07-10T02:48:47.379Z] [2025-07-10T02:48:47.379Z] #6 [builder 2/7] WORKDIR /device-virtual-go [2025-07-10T02:48:49.939Z] #6 DONE 2.4s [2025-07-10T02:48:49.939Z] [2025-07-10T02:48:49.939Z] #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-07-10T02:48:49.939Z] #7 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-10T02:48:51.222Z] Still waiting to schedule task [2025-07-10T02:48:51.223Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-10T02:48:52.508Z] #7 2.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-10T02:48:52.769Z] #7 3.226 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-10T02:48:53.028Z] #7 3.234 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-10T02:48:53.028Z] #7 3.239 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-10T02:48:53.028Z] #7 3.260 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-10T02:48:53.028Z] #7 3.271 Executing busybox-1.36.1-r29.trigger [2025-07-10T02:48:53.028Z] #7 3.278 OK: 252 MiB in 62 packages [2025-07-10T02:48:53.028Z] #7 DONE 3.4s [2025-07-10T02:48:53.287Z] [2025-07-10T02:48:53.287Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-10T02:48:53.287Z] #8 DONE 0.0s [2025-07-10T02:48:53.287Z] [2025-07-10T02:48:53.287Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-10T02:49:39.999Z] #9 DONE 43.3s [2025-07-10T02:49:39.999Z] [2025-07-10T02:49:39.999Z] #10 [builder 6/7] COPY . . [2025-07-10T02:49:39.999Z] #10 DONE 0.2s [2025-07-10T02:49:39.999Z] [2025-07-10T02:49:39.999Z] #11 [builder 7/7] RUN echo noop [2025-07-10T02:49:39.999Z] #11 0.190 noop [2025-07-10T02:49:39.999Z] #11 DONE 0.2s [2025-07-10T02:49:39.999Z] [2025-07-10T02:49:39.999Z] #12 exporting to image [2025-07-10T02:49:39.999Z] #12 exporting layers [2025-07-10T02:49:44.188Z] #12 exporting layers 6.9s done [2025-07-10T02:49:44.188Z] #12 writing image sha256:3bfc8d3c4319921ed9e0d6ceafefa0c0e34fb649bb940242ce5b1201fe42f416 done [2025-07-10T02:49:44.188Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-10T02:49:44.188Z] #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:49:44.517Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-10T02:49:44.517Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:49:44.598Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T02:49:44.630Z] $ 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-07-10T02:49:44.918Z] $ docker top 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T02:49:45.269Z] + go version [2025-07-10T02:49:45.269Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-10T02:49:45.279Z] $ docker stop --time=1 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 [2025-07-10T02:49:46.515Z] $ docker rm -f --volumes 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:49:46.966Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-10T02:49:46.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:49:47.042Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T02:49:47.072Z] $ 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-07-10T02:49:47.277Z] $ docker top bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T02:49:47.623Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-10T02:49:47.927Z] + make test [2025-07-10T02:49:47.927Z] go test ./... -coverprofile=coverage.out [2025-07-10T02:49:49.301Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-07-10T02:50:07.371Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-07-10T02:50:07.371Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.010s coverage: 59.5% of statements [2025-07-10T02:50:15.483Z] go vet ./... [2025-07-10T02:50:20.749Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-10T02:50:20.749Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-10T02:50:20.749Z] ./bin/test-attribution-txt.sh [2025-07-10T02:50:20.749Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-10T02:50:20.749Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-10T02:50:20.749Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-10T02:50:20.750Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-10T02:50:20.750Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-10T02:50:20.763Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-10T02:50:20.784Z] $ docker stop --time=1 bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 [2025-07-10T02:50:23.043Z] $ docker rm -f --volumes bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-10T02:50:23.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-10T02:50:23.608Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-10T02:50:24.185Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-10T02:50:24.468Z] + ls -al . [2025-07-10T02:50:24.468Z] total 272 [2025-07-10T02:50:24.468Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:49 . [2025-07-10T02:50:24.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 02:48 .. [2025-07-10T02:50:24.468Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:50 .git [2025-07-10T02:50:24.468Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 .github [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 10 02:48 .gitignore [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 199 Jul 10 02:48 .golangci.yml [2025-07-10T02:50:24.468Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 02:48 .semver [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jul 10 02:48 Attribution.txt [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jul 10 02:48 CHANGELOG.md [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 10 02:48 Dockerfile [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 10 02:48 GOVERNANCE.md [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 10 02:48 Jenkinsfile [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 10 02:48 LICENSE [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jul 10 02:48 Makefile [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 10 02:48 OWNERS.md [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jul 10 02:48 README.md [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 02:48 VERSION [2025-07-10T02:50:24.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 02:48 bin [2025-07-10T02:50:24.468Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 cmd [2025-07-10T02:50:24.468Z] -rw-r--r-- 1 jenkins jenkins 45558 Jul 10 02:50 coverage.out [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 6060 Jul 10 02:48 go.mod [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 10 02:48 go.sum [2025-07-10T02:50:24.468Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 internal [2025-07-10T02:50:24.468Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 10 02:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:24.797Z] + 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=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-07-10T02:50:25.056Z] #0 building with "default" instance using docker driver [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:50:25.056Z] #1 transferring dockerfile: 1.79kB done [2025-07-10T02:50:25.056Z] #1 DONE 0.0s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-10T02:50:25.056Z] #2 DONE 0.0s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-10T02:50:25.056Z] #3 DONE 0.1s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #4 [internal] load .dockerignore [2025-07-10T02:50:25.056Z] #4 transferring context: [2025-07-10T02:50:25.056Z] #4 transferring context: 2B done [2025-07-10T02:50:25.056Z] #4 DONE 0.0s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #5 [internal] load build context [2025-07-10T02:50:25.056Z] #5 transferring context: 59.89kB 0.0s done [2025-07-10T02:50:25.056Z] #5 DONE 0.0s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-10T02:50:25.056Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-10T02:50:25.056Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-10T02:50:25.056Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-10T02:50:25.056Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-10T02:50:25.056Z] #6 DONE 0.0s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-10T02:50:25.056Z] #7 DONE 0.1s [2025-07-10T02:50:25.056Z] [2025-07-10T02:50:25.056Z] #8 [builder 2/7] WORKDIR /device-virtual-go [2025-07-10T02:50:25.316Z] #8 DONE 0.0s [2025-07-10T02:50:25.316Z] [2025-07-10T02:50:25.316Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-10T02:50:25.316Z] #9 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:25.316Z] #9 0.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:25.575Z] #9 0.685 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-10T02:50:25.841Z] #9 ... [2025-07-10T02:50:25.841Z] [2025-07-10T02:50:25.841Z] #10 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-07-10T02:50:25.841Z] #10 0.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:25.841Z] #10 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:25.841Z] #10 0.618 OK: 252 MiB in 62 packages [2025-07-10T02:50:25.841Z] #10 DONE 0.7s [2025-07-10T02:50:25.841Z] [2025-07-10T02:50:25.841Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-10T02:50:25.841Z] #9 0.691 Executing busybox-1.36.1-r29.trigger [2025-07-10T02:50:25.841Z] #9 0.694 OK: 8 MiB in 15 packages [2025-07-10T02:50:26.102Z] #9 DONE 0.8s [2025-07-10T02:50:26.102Z] [2025-07-10T02:50:26.102Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-10T02:50:26.102Z] #11 DONE 0.0s [2025-07-10T02:50:26.102Z] [2025-07-10T02:50:26.102Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-10T02:50:26.406Z] #12 DONE 0.6s [2025-07-10T02:50:26.406Z] [2025-07-10T02:50:26.406Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-10T02:50:26.406Z] #13 0.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:26.406Z] #13 0.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-10T02:50:26.680Z] #13 0.813 OK: 8 MiB in 15 packages [2025-07-10T02:50:26.938Z] #13 DONE 0.9s [2025-07-10T02:50:26.938Z] [2025-07-10T02:50:26.938Z] #14 [builder 6/7] COPY . . [2025-07-10T02:50:26.938Z] #14 DONE 0.2s [2025-07-10T02:50:26.938Z] [2025-07-10T02:50:26.938Z] #15 [builder 7/7] RUN make build [2025-07-10T02:50:26.938Z] #15 0.229 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-07-10T02:50:35.328Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4897 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-07-10T02:50:35.348Z] Running in /w/workspace/device-virtual-go/210 [Pipeline] { [Pipeline] checkout [2025-07-10T02:50:38.405Z] The recommended git tool is: git [2025-07-10T02:50:42.940Z] using credential edgex-jenkins-ssh [2025-07-10T02:50:42.960Z] Cloning the remote Git repository [2025-07-10T02:50:42.996Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-07-10T02:50:43.094Z] > git init /w/workspace/device-virtual-go/210 # timeout=10 [2025-07-10T02:50:43.233Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-07-10T02:50:43.235Z] > git --version # timeout=10 [2025-07-10T02:50:43.257Z] > git --version # 'git version 2.25.1' [2025-07-10T02:50:43.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-10T02:50:43.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-10T02:50:46.575Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-07-10T02:50:46.596Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-10T02:50:47.432Z] Avoid second fetch [2025-07-10T02:50:47.433Z] Checking out Revision f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 (main) [2025-07-10T02:50:48.060Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538)" [2025-07-10T02:50:47.443Z] > git config core.sparsecheckout # timeout=10 [2025-07-10T02:50:47.534Z] > git checkout -f f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 # timeout=10 [2025-07-10T02:50:48.863Z] #15 DONE 20.9s [2025-07-10T02:50:48.863Z] [2025-07-10T02:50:48.863Z] #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / [2025-07-10T02:50:48.863Z] #16 DONE 0.0s [2025-07-10T02:50:48.863Z] [2025-07-10T02:50:48.863Z] #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / [2025-07-10T02:50:48.863Z] #17 DONE 0.0s [2025-07-10T02:50:48.863Z] [2025-07-10T02:50:48.863Z] #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / [2025-07-10T02:50:48.863Z] #18 DONE 0.1s [2025-07-10T02:50:48.863Z] [2025-07-10T02:50:48.863Z] #19 exporting to image [2025-07-10T02:50:48.863Z] #19 exporting layers 0.1s done [2025-07-10T02:50:48.863Z] #19 writing image sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:50:48.863Z] #19 naming to docker.io/library/device-virtual done [2025-07-10T02:50:48.863Z] #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-10T02:50:49.002Z] provisioning config files... [2025-07-10T02:50:49.012Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4919003915273074084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:50:49.312Z] ---> ****-login.sh [2025-07-10T02:50:49.312Z] nexus3.edgexfoundry.org:10001 [2025-07-10T02:50:49.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:49.312Z] Login Succeeded [2025-07-10T02:50:49.312Z] nexus3.edgexfoundry.org:10002 [2025-07-10T02:50:49.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:49.312Z] Login Succeeded [2025-07-10T02:50:49.312Z] nexus3.edgexfoundry.org:10003 [2025-07-10T02:50:49.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:49.571Z] Login Succeeded [2025-07-10T02:50:49.571Z] nexus3.edgexfoundry.org:10004 [2025-07-10T02:50:49.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:49.571Z] Login Succeeded [2025-07-10T02:50:49.571Z] ****.io [2025-07-10T02:50:49.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:49.830Z] Login Succeeded [2025-07-10T02:50:49.830Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T02:50:49.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-10T02:50:49.882Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T02:50:49.909Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-07-10T02:50:49.909Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:50:49.909Z] latest [2025-07-10T02:50:49.909Z] 4.1.0-dev.2 [2025-07-10T02:50:49.909Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:50:49.909Z] main [2025-07-10T02:50:49.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:50.249Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:50.570Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:50:50.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-07-10T02:50:50.570Z] 8e9e1e6396d9: Preparing [2025-07-10T02:50:50.570Z] dac3efedab00: Preparing [2025-07-10T02:50:50.570Z] e7d664e8fb65: Preparing [2025-07-10T02:50:50.570Z] bbf07a5204b2: Preparing [2025-07-10T02:50:50.570Z] 4128cc4a9ff5: Preparing [2025-07-10T02:50:50.570Z] 994456c4fd7b: Preparing [2025-07-10T02:50:50.570Z] 994456c4fd7b: Waiting [2025-07-10T02:50:50.570Z] bbf07a5204b2: Pushed [2025-07-10T02:50:50.570Z] 4128cc4a9ff5: Pushed [2025-07-10T02:50:50.570Z] e7d664e8fb65: Pushed [2025-07-10T02:50:50.570Z] 994456c4fd7b: Layer already exists [2025-07-10T02:50:50.570Z] dac3efedab00: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-10T02:50:52.716Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-10T02:50:52.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-10T02:50:52.716Z] Dload Upload Total Spent Left Speed [2025-07-10T02:50:52.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 96762 0 --:--:-- --:--:-- --:--:-- 97485 [Pipeline] sh [2025-07-10T02:50:53.053Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-10T02:50:53.376Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-10T02:50:53.376Z] + sudo tee /etc/docker/daemon.new [2025-07-10T02:50:53.376Z] { [2025-07-10T02:50:53.376Z] "registry-mirrors": [ [2025-07-10T02:50:53.376Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-10T02:50:53.376Z] ], [2025-07-10T02:50:53.376Z] "bip": "10.250.0.254/24", [2025-07-10T02:50:53.376Z] "hosts": [ [2025-07-10T02:50:53.376Z] "tcp://0.0.0.0:5555", [2025-07-10T02:50:53.376Z] "unix:///var/run/docker.sock" [2025-07-10T02:50:53.376Z] ], [2025-07-10T02:50:53.376Z] "mtu": 1458, [2025-07-10T02:50:53.376Z] "selinux-enabled": true, [2025-07-10T02:50:53.376Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-10T02:50:53.376Z] } [Pipeline] sh [2025-07-10T02:50:53.704Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-10T02:50:53.853Z] 8e9e1e6396d9: Pushed [2025-07-10T02:50:54.032Z] + sudo service docker restart [2025-07-10T02:50:54.113Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:54.442Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:54.772Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-07-10T02:50:54.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-07-10T02:50:54.773Z] 8e9e1e6396d9: Preparing [2025-07-10T02:50:54.773Z] dac3efedab00: Preparing [2025-07-10T02:50:54.773Z] e7d664e8fb65: Preparing [2025-07-10T02:50:54.773Z] bbf07a5204b2: Preparing [2025-07-10T02:50:54.773Z] 4128cc4a9ff5: Preparing [2025-07-10T02:50:54.773Z] 994456c4fd7b: Preparing [2025-07-10T02:50:54.773Z] 994456c4fd7b: Waiting [2025-07-10T02:50:54.773Z] bbf07a5204b2: Layer already exists [2025-07-10T02:50:54.773Z] 4128cc4a9ff5: Layer already exists [2025-07-10T02:50:54.773Z] e7d664e8fb65: Layer already exists [2025-07-10T02:50:54.773Z] dac3efedab00: Layer already exists [2025-07-10T02:50:54.773Z] 8e9e1e6396d9: Layer already exists [2025-07-10T02:50:54.773Z] 994456c4fd7b: Layer already exists [2025-07-10T02:50:54.773Z] latest: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:55.111Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:55.434Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-07-10T02:50:55.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-07-10T02:50:55.434Z] 8e9e1e6396d9: Preparing [2025-07-10T02:50:55.434Z] dac3efedab00: Preparing [2025-07-10T02:50:55.434Z] e7d664e8fb65: Preparing [2025-07-10T02:50:55.434Z] bbf07a5204b2: Preparing [2025-07-10T02:50:55.434Z] 4128cc4a9ff5: Preparing [2025-07-10T02:50:55.434Z] 994456c4fd7b: Preparing [2025-07-10T02:50:55.434Z] 994456c4fd7b: Waiting [2025-07-10T02:50:55.434Z] 8e9e1e6396d9: Layer already exists [2025-07-10T02:50:55.434Z] dac3efedab00: Layer already exists [2025-07-10T02:50:55.434Z] bbf07a5204b2: Layer already exists [2025-07-10T02:50:55.434Z] e7d664e8fb65: Layer already exists [2025-07-10T02:50:55.434Z] 4128cc4a9ff5: Layer already exists [2025-07-10T02:50:55.434Z] 994456c4fd7b: Layer already exists [2025-07-10T02:50:55.434Z] 4.1.0-dev.2: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:55.763Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:56.081Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:50:56.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-07-10T02:50:56.082Z] 8e9e1e6396d9: Preparing [2025-07-10T02:50:56.082Z] dac3efedab00: Preparing [2025-07-10T02:50:56.082Z] e7d664e8fb65: Preparing [2025-07-10T02:50:56.082Z] bbf07a5204b2: Preparing [2025-07-10T02:50:56.082Z] 4128cc4a9ff5: Preparing [2025-07-10T02:50:56.082Z] 994456c4fd7b: Preparing [2025-07-10T02:50:56.082Z] 994456c4fd7b: Waiting [2025-07-10T02:50:56.082Z] bbf07a5204b2: Layer already exists [2025-07-10T02:50:56.082Z] 4128cc4a9ff5: Layer already exists [2025-07-10T02:50:56.082Z] dac3efedab00: Layer already exists [2025-07-10T02:50:56.082Z] e7d664e8fb65: Layer already exists [2025-07-10T02:50:56.082Z] 8e9e1e6396d9: Layer already exists [2025-07-10T02:50:56.082Z] 994456c4fd7b: Layer already exists [2025-07-10T02:50:56.082Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:56.396Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:50:56.735Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-07-10T02:50:56.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-07-10T02:50:56.735Z] 8e9e1e6396d9: Preparing [2025-07-10T02:50:56.735Z] dac3efedab00: Preparing [2025-07-10T02:50:56.735Z] e7d664e8fb65: Preparing [2025-07-10T02:50:56.735Z] bbf07a5204b2: Preparing [2025-07-10T02:50:56.735Z] 4128cc4a9ff5: Preparing [2025-07-10T02:50:56.735Z] 994456c4fd7b: Preparing [2025-07-10T02:50:56.735Z] 994456c4fd7b: Waiting [2025-07-10T02:50:56.735Z] bbf07a5204b2: Layer already exists [2025-07-10T02:50:56.735Z] 8e9e1e6396d9: Layer already exists [2025-07-10T02:50:56.735Z] dac3efedab00: Layer already exists [2025-07-10T02:50:56.735Z] e7d664e8fb65: Layer already exists [2025-07-10T02:50:56.735Z] 4128cc4a9ff5: Layer already exists [2025-07-10T02:50:56.735Z] 994456c4fd7b: Layer already exists [2025-07-10T02:50:56.735Z] main: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-10T02:50:56.805Z] ===================================================== [Pipeline] echo [2025-07-10T02:50:56.816Z] taggedImages: [2025-07-10T02:50:56.816Z] - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:50:56.816Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-07-10T02:50:56.816Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-07-10T02:50:56.816Z] - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:50:56.816Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-07-10T02:50:56.862Z] ========================================================= [2025-07-10T02:50:56.862Z] [edgeXBuildMultiArch] RAW Config: [2025-07-10T02:50:56.862Z] images: [2025-07-10T02:50:56.862Z] - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:50:56.862Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-07-10T02:50:56.862Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-07-10T02:50:56.862Z] - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:50:56.862Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-07-10T02:50:56.862Z] settingsFile: [2025-07-10T02:50:56.862Z] device-virtual-go-settings [2025-07-10T02:50:56.862Z] ========================================================= [Pipeline] node [2025-07-10T02:50:56.881Z] Running on prd-centos7-docker-4c-2g-4864 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-10T02:50:56.929Z] provisioning config files... [2025-07-10T02:50:56.945Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11770131484719474619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:50:57.852Z] ---> ****-login.sh [2025-07-10T02:50:57.852Z] nexus3.edgexfoundry.org:10001 [2025-07-10T02:50:57.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:58.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:50:58.113Z] Configure a credential helper to remove this warning. See [2025-07-10T02:50:58.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:50:58.113Z] [2025-07-10T02:50:58.113Z] Login Succeeded [2025-07-10T02:50:58.113Z] nexus3.edgexfoundry.org:10002 [2025-07-10T02:50:58.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:58.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:50:58.113Z] Configure a credential helper to remove this warning. See [2025-07-10T02:50:58.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:50:58.113Z] [2025-07-10T02:50:58.113Z] Login Succeeded [2025-07-10T02:50:58.113Z] nexus3.edgexfoundry.org:10003 [2025-07-10T02:50:58.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:58.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:50:58.113Z] Configure a credential helper to remove this warning. See [2025-07-10T02:50:58.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:50:58.113Z] [2025-07-10T02:50:58.113Z] Login Succeeded [2025-07-10T02:50:58.113Z] nexus3.edgexfoundry.org:10004 [2025-07-10T02:50:58.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:58.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:50:58.373Z] Configure a credential helper to remove this warning. See [2025-07-10T02:50:58.373Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:50:58.373Z] [2025-07-10T02:50:58.373Z] Login Succeeded [2025-07-10T02:50:58.373Z] ****.io [2025-07-10T02:50:58.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:50:58.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:50:58.633Z] Configure a credential helper to remove this warning. See [2025-07-10T02:50:58.633Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:50:58.633Z] [2025-07-10T02:50:58.633Z] Login Succeeded [2025-07-10T02:50:58.633Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T02:50:58.642Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-10T02:50:58.984Z] + docker buildx ls [2025-07-10T02:50:59.244Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-10T02:50:59.244Z] default * docker [2025-07-10T02:50:59.244Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-10T02:50:59.545Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-10T02:50:59.545Z] edgex-builder [Pipeline] sh [2025-07-10T02:50:59.839Z] + docker buildx inspect --bootstrap [2025-07-10T02:50:59.839Z] #1 [internal] booting buildkit [2025-07-10T02:50:59.839Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-10T02:51:04.083Z] #1 pulling image moby/buildkit:buildx-stable-1 4.1s done [2025-07-10T02:51:04.083Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-10T02:51:05.997Z] #1 creating container buildx_buildkit_edgex-builder0 1.8s done [2025-07-10T02:51:05.997Z] #1 DONE 5.9s [2025-07-10T02:51:05.997Z] Name: edgex-builder [2025-07-10T02:51:05.997Z] Driver: docker-container [2025-07-10T02:51:05.997Z] [2025-07-10T02:51:05.997Z] Nodes: [2025-07-10T02:51:05.997Z] Name: edgex-builder0 [2025-07-10T02:51:05.997Z] Endpoint: unix:///var/run/docker.sock [2025-07-10T02:51:05.997Z] Status: running [2025-07-10T02:51:05.997Z] Buildkit: v0.22.0 [2025-07-10T02:51:05.997Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-10T02:51:06.284Z] + docker buildx ls [2025-07-10T02:51:06.284Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-10T02:51:06.284Z] edgex-builder * docker-container [2025-07-10T02:51:06.284Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-10T02:51:06.284Z] default docker [2025-07-10T02:51:06.284Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-10T02:51:06.610Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0' [2025-07-10T02:51:06.610Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --push - [2025-07-10T02:51:06.868Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:51:06.868Z] #1 transferring dockerfile: 199B done [2025-07-10T02:51:06.868Z] #1 DONE 0.0s [2025-07-10T02:51:06.868Z] [2025-07-10T02:51:06.868Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:51:06.868Z] #2 DONE 0.1s [2025-07-10T02:51:06.868Z] [2025-07-10T02:51:06.868Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T02:51:06.868Z] #3 DONE 0.1s [2025-07-10T02:51:06.868Z] [2025-07-10T02:51:06.868Z] #4 [internal] load .dockerignore [2025-07-10T02:51:06.868Z] #4 transferring context: 2B done [2025-07-10T02:51:06.868Z] #4 DONE 0.0s [2025-07-10T02:51:06.868Z] [2025-07-10T02:51:06.868Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:06.868Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:06.869Z] #5 DONE 0.0s [2025-07-10T02:51:06.869Z] [2025-07-10T02:51:06.869Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:06.869Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 done [2025-07-10T02:51:06.869Z] #6 DONE 0.1s [2025-07-10T02:51:07.128Z] [2025-07-10T02:51:07.129Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:07.129Z] #7 DONE 0.0s [2025-07-10T02:51:07.129Z] [2025-07-10T02:51:07.129Z] #8 exporting to image [2025-07-10T02:51:07.129Z] #8 exporting layers done [2025-07-10T02:51:07.129Z] #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done [2025-07-10T02:51:07.129Z] #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:51:07.129Z] #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done [2025-07-10T02:51:07.129Z] #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done [2025-07-10T02:51:07.129Z] #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done [2025-07-10T02:51:07.129Z] #8 pushing layers 0.1s done [2025-07-10T02:51:07.129Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 [2025-07-10T02:51:07.129Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-10T02:51:07.129Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done [2025-07-10T02:51:07.129Z] #8 DONE 0.2s [2025-07-10T02:51:07.129Z] [2025-07-10T02:51:07.129Z] 1 warning found (use --debug to expand): [2025-07-10T02:51:07.129Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-10T02:51:07.423Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - [2025-07-10T02:51:07.423Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' [2025-07-10T02:51:07.682Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:51:07.682Z] #1 transferring dockerfile: 165B done [2025-07-10T02:51:07.682Z] #1 DONE 0.0s [2025-07-10T02:51:07.682Z] [2025-07-10T02:51:07.683Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-07-10T02:51:07.683Z] #2 DONE 0.0s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-07-10T02:51:07.683Z] #3 DONE 0.0s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #4 [internal] load .dockerignore [2025-07-10T02:51:07.683Z] #4 transferring context: 2B done [2025-07-10T02:51:07.683Z] #4 DONE 0.0s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:07.683Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:07.683Z] #5 DONE 0.0s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:07.683Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:07.683Z] #6 CACHED [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:07.683Z] #5 CACHED [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:07.683Z] #7 DONE 0.0s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] #8 exporting to image [2025-07-10T02:51:07.683Z] #8 exporting layers done [2025-07-10T02:51:07.683Z] #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done [2025-07-10T02:51:07.683Z] #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:51:07.683Z] #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done [2025-07-10T02:51:07.683Z] #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done [2025-07-10T02:51:07.683Z] #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done [2025-07-10T02:51:07.683Z] #8 pushing layers 0.0s done [2025-07-10T02:51:07.683Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done [2025-07-10T02:51:07.683Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-10T02:51:07.683Z] #8 DONE 0.1s [2025-07-10T02:51:07.683Z] [2025-07-10T02:51:07.683Z] 1 warning found (use --debug to expand): [2025-07-10T02:51:07.683Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-10T02:51:07.975Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2' [2025-07-10T02:51:07.975Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 --push - [2025-07-10T02:51:07.975Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:51:07.975Z] #1 transferring dockerfile: 170B done [2025-07-10T02:51:07.975Z] #1 DONE 0.0s [2025-07-10T02:51:07.975Z] [2025-07-10T02:51:07.975Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-07-10T02:51:07.975Z] #2 DONE 0.0s [2025-07-10T02:51:07.975Z] [2025-07-10T02:51:07.975Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-07-10T02:51:07.975Z] #3 DONE 0.0s [2025-07-10T02:51:07.975Z] [2025-07-10T02:51:07.975Z] #4 [internal] load .dockerignore [2025-07-10T02:51:07.975Z] #4 transferring context: 2B done [2025-07-10T02:51:07.975Z] #4 DONE 0.0s [2025-07-10T02:51:07.975Z] [2025-07-10T02:51:07.975Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:07.975Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:07.975Z] #5 CACHED [2025-07-10T02:51:07.975Z] [2025-07-10T02:51:07.975Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:08.234Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:08.234Z] #6 CACHED [2025-07-10T02:51:08.234Z] [2025-07-10T02:51:08.234Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:08.234Z] #7 DONE 0.0s [2025-07-10T02:51:08.234Z] [2025-07-10T02:51:08.234Z] #8 exporting to image [2025-07-10T02:51:08.234Z] #8 exporting layers done [2025-07-10T02:51:08.234Z] #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done [2025-07-10T02:51:08.234Z] #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:51:08.234Z] #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done [2025-07-10T02:51:08.234Z] #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done [2025-07-10T02:51:08.234Z] #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done [2025-07-10T02:51:08.234Z] #8 pushing layers 0.0s done [2025-07-10T02:51:08.234Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done [2025-07-10T02:51:08.234Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-10T02:51:08.234Z] #8 DONE 0.1s [2025-07-10T02:51:08.234Z] [2025-07-10T02:51:08.234Z] 1 warning found (use --debug to expand): [2025-07-10T02:51:08.234Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-10T02:51:08.520Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2' [2025-07-10T02:51:08.520Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 --push - [2025-07-10T02:51:08.779Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:51:08.779Z] #1 transferring dockerfile: 211B done [2025-07-10T02:51:08.779Z] #1 DONE 0.0s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:51:08.779Z] #2 DONE 0.0s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T02:51:08.779Z] #3 DONE 0.0s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #4 [internal] load .dockerignore [2025-07-10T02:51:08.779Z] #4 transferring context: 2B done [2025-07-10T02:51:08.779Z] #4 DONE 0.0s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:08.779Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:08.779Z] #5 CACHED [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:08.779Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:08.779Z] #6 CACHED [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #7 exporting to image [2025-07-10T02:51:08.779Z] #7 exporting layers [2025-07-10T02:51:08.779Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-10T02:51:08.779Z] #7 exporting layers done [2025-07-10T02:51:08.779Z] #7 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done [2025-07-10T02:51:08.779Z] #7 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:51:08.779Z] #7 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done [2025-07-10T02:51:08.779Z] #7 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done [2025-07-10T02:51:08.779Z] #7 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done [2025-07-10T02:51:08.779Z] #7 pushing layers 0.0s done [2025-07-10T02:51:08.779Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done [2025-07-10T02:51:08.779Z] #7 DONE 0.1s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:08.779Z] #8 DONE 0.0s [2025-07-10T02:51:08.779Z] [2025-07-10T02:51:08.779Z] 1 warning found (use --debug to expand): [2025-07-10T02:51:08.779Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-10T02:51:09.063Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' [2025-07-10T02:51:09.064Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - [2025-07-10T02:51:09.325Z] #1 [internal] load build definition from Dockerfile [2025-07-10T02:51:09.325Z] #1 transferring dockerfile: 163B done [2025-07-10T02:51:09.325Z] #1 DONE 0.0s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-07-10T02:51:09.325Z] #2 DONE 0.0s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-07-10T02:51:09.325Z] #3 DONE 0.0s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #4 [internal] load .dockerignore [2025-07-10T02:51:09.325Z] #4 transferring context: 2B done [2025-07-10T02:51:09.325Z] #4 DONE 0.0s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:09.325Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:09.325Z] #5 CACHED [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 [2025-07-10T02:51:09.325Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done [2025-07-10T02:51:09.325Z] #6 CACHED [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #7 exporting to image [2025-07-10T02:51:09.325Z] #7 exporting layers [2025-07-10T02:51:09.325Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-10T02:51:09.325Z] #7 exporting layers done [2025-07-10T02:51:09.325Z] #7 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done [2025-07-10T02:51:09.325Z] #7 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done [2025-07-10T02:51:09.325Z] #7 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done [2025-07-10T02:51:09.325Z] #7 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done [2025-07-10T02:51:09.325Z] #7 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done [2025-07-10T02:51:09.325Z] #7 pushing layers 0.0s done [2025-07-10T02:51:09.325Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done [2025-07-10T02:51:09.325Z] #7 DONE 0.1s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:09.325Z] #8 DONE 0.0s [2025-07-10T02:51:09.325Z] [2025-07-10T02:51:09.325Z] 1 warning found (use --debug to expand): [2025-07-10T02:51:09.325Z]  - 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-07-10T02:51:09.731Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:10.025Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:10.886Z] ---> package-listing.sh [2025-07-10T02:51:10.886Z] ++ facter osfamily [2025-07-10T02:51:10.886Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-10T02:51:11.149Z] + OS_FAMILY=redhat [2025-07-10T02:51:11.149Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-07-10T02:51:11.149Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-10T02:51:11.149Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-10T02:51:11.149Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-10T02:51:11.149Z] + PACKAGES=/tmp/packages_start.txt [2025-07-10T02:51:11.149Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-07-10T02:51:11.149Z] + PACKAGES=/tmp/packages_end.txt [2025-07-10T02:51:11.149Z] + case "${OS_FAMILY}" in [2025-07-10T02:51:11.149Z] + rpm -qa [2025-07-10T02:51:11.149Z] + sort [2025-07-10T02:51:11.717Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-10T02:51:11.717Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-10T02:51:11.717Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-10T02:51:11.717Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-07-10T02:51:11.717Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-07-10T02:51:11.717Z] + 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-07-10T02:51:11.729Z] 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-07-10T02:51:12.005Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2025-07-10T02:51:12.333Z] provisioning config files... [2025-07-10T02:51:12.358Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/210@tmp/config8249329032983040012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:12.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:12.568Z] [2025-07-10T02:51:12.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:51:12.818Z] ---> ****-login.sh [2025-07-10T02:51:12.818Z] nexus3.edgexfoundry.org:10001 [2025-07-10T02:51:12.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:12.868Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-10T02:51:12.868Z] 5eb5b503b376: Pulling fs layer [2025-07-10T02:51:12.868Z] 5c69ac0246d0: Pulling fs layer [2025-07-10T02:51:12.868Z] ec43610c2a17: Pulling fs layer [2025-07-10T02:51:12.868Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-10T02:51:12.868Z] 33b1e0a273af: Pulling fs layer [2025-07-10T02:51:12.868Z] 5d3b04190fa2: Pulling fs layer [2025-07-10T02:51:12.868Z] 2f39f015ded8: Pulling fs layer [2025-07-10T02:51:12.868Z] 33b1e0a273af: Waiting [2025-07-10T02:51:12.868Z] 5d3b04190fa2: Waiting [2025-07-10T02:51:12.868Z] 2f39f015ded8: Waiting [2025-07-10T02:51:12.868Z] 3a2ae6a8a46f: Waiting [2025-07-10T02:51:12.868Z] 5c69ac0246d0: Verifying Checksum [2025-07-10T02:51:12.868Z] 5c69ac0246d0: Download complete [2025-07-10T02:51:12.868Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-10T02:51:12.868Z] 3a2ae6a8a46f: Download complete [2025-07-10T02:51:12.868Z] 33b1e0a273af: Verifying Checksum [2025-07-10T02:51:12.868Z] 33b1e0a273af: Download complete [2025-07-10T02:51:12.868Z] ec43610c2a17: Verifying Checksum [2025-07-10T02:51:12.868Z] ec43610c2a17: Download complete [2025-07-10T02:51:12.868Z] 5d3b04190fa2: Verifying Checksum [2025-07-10T02:51:12.868Z] 5d3b04190fa2: Download complete [2025-07-10T02:51:13.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:51:13.148Z] 5eb5b503b376: Verifying Checksum [2025-07-10T02:51:13.148Z] 5eb5b503b376: Download complete [2025-07-10T02:51:13.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:51:13.363Z] Configure a credential helper to remove this warning. See [2025-07-10T02:51:13.363Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:51:13.363Z] [2025-07-10T02:51:13.363Z] Login Succeeded [2025-07-10T02:51:13.363Z] nexus3.edgexfoundry.org:10002 [2025-07-10T02:51:13.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:51:13.721Z] 2f39f015ded8: Verifying Checksum [2025-07-10T02:51:13.721Z] 2f39f015ded8: Download complete [2025-07-10T02:51:13.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:51:13.906Z] Configure a credential helper to remove this warning. See [2025-07-10T02:51:13.906Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:51:13.906Z] [2025-07-10T02:51:13.906Z] Login Succeeded [2025-07-10T02:51:13.906Z] nexus3.edgexfoundry.org:10003 [2025-07-10T02:51:13.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:51:14.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:51:14.178Z] Configure a credential helper to remove this warning. See [2025-07-10T02:51:14.178Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:51:14.178Z] [2025-07-10T02:51:14.178Z] Login Succeeded [2025-07-10T02:51:14.178Z] nexus3.edgexfoundry.org:10004 [2025-07-10T02:51:14.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:51:14.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:51:14.451Z] Configure a credential helper to remove this warning. See [2025-07-10T02:51:14.451Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:51:14.451Z] [2025-07-10T02:51:14.451Z] Login Succeeded [2025-07-10T02:51:14.451Z] ****.io [2025-07-10T02:51:14.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T02:51:14.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T02:51:14.985Z] Configure a credential helper to remove this warning. See [2025-07-10T02:51:14.985Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T02:51:14.985Z] [2025-07-10T02:51:14.985Z] Login Succeeded [2025-07-10T02:51:14.985Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T02:51:14.997Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-07-10T02:51:15.107Z] 5eb5b503b376: Pull complete [2025-07-10T02:51:15.107Z] 5c69ac0246d0: Pull complete [Pipeline] echo [2025-07-10T02:51:15.287Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T02:51:15.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T02:51:15.326Z] ========================================================= [2025-07-10T02:51:15.326Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-10T02:51:15.326Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [2025-07-10T02:51:15.366Z] ec43610c2a17: Pull complete [2025-07-10T02:51:15.366Z] 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:51:15.628Z] 33b1e0a273af: Pull complete [2025-07-10T02:51:15.628Z] 5d3b04190fa2: Pull complete [2025-07-10T02:51:15.686Z] + 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-07-10T02:51:16.269Z] Sending build context to Docker daemon 20.54MB [2025-07-10T02:51:16.269Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-10T02:51:16.269Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-10T02:51:16.538Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-10T02:51:16.538Z] 94e9d8af2201: Pulling fs layer [2025-07-10T02:51:16.538Z] a6c56e8762df: Pulling fs layer [2025-07-10T02:51:16.538Z] f0f3c8884826: Pulling fs layer [2025-07-10T02:51:16.538Z] c7e7622c144d: Pulling fs layer [2025-07-10T02:51:16.538Z] 4f4fb700ef54: Pulling fs layer [2025-07-10T02:51:16.538Z] e8859aadc426: Pulling fs layer [2025-07-10T02:51:16.538Z] b4813487a9f6: Pulling fs layer [2025-07-10T02:51:16.538Z] 502a3d64fb4b: Pulling fs layer [2025-07-10T02:51:16.538Z] 4f4fb700ef54: Waiting [2025-07-10T02:51:16.538Z] e8859aadc426: Waiting [2025-07-10T02:51:16.538Z] b4813487a9f6: Waiting [2025-07-10T02:51:16.538Z] 502a3d64fb4b: Waiting [2025-07-10T02:51:16.538Z] c7e7622c144d: Waiting [2025-07-10T02:51:16.538Z] a6c56e8762df: Verifying Checksum [2025-07-10T02:51:16.538Z] a6c56e8762df: Download complete [2025-07-10T02:51:16.538Z] c7e7622c144d: Verifying Checksum [2025-07-10T02:51:16.538Z] c7e7622c144d: Download complete [2025-07-10T02:51:16.538Z] 4f4fb700ef54: Verifying Checksum [2025-07-10T02:51:16.538Z] 4f4fb700ef54: Download complete [2025-07-10T02:51:16.538Z] e8859aadc426: Download complete [2025-07-10T02:51:16.538Z] 94e9d8af2201: Verifying Checksum [2025-07-10T02:51:16.538Z] 94e9d8af2201: Download complete [2025-07-10T02:51:17.124Z] 502a3d64fb4b: Verifying Checksum [2025-07-10T02:51:17.124Z] 502a3d64fb4b: Download complete [2025-07-10T02:51:17.393Z] 94e9d8af2201: Pull complete [2025-07-10T02:51:17.980Z] a6c56e8762df: Pull complete [2025-07-10T02:51:18.564Z] f0f3c8884826: Verifying Checksum [2025-07-10T02:51:18.564Z] f0f3c8884826: Download complete [2025-07-10T02:51:19.526Z] b4813487a9f6: Verifying Checksum [2025-07-10T02:51:19.526Z] b4813487a9f6: Download complete [2025-07-10T02:51:20.908Z] 2f39f015ded8: Pull complete [2025-07-10T02:51:20.908Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-10T02:51:20.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:20.908Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:51:21.028Z] prd-centos7-docker-4c-2g-4864 does not seem to be running inside a container [2025-07-10T02:51:21.064Z] $ 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-07-10T02:51:25.155Z] $ docker top bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T02:51:25.511Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-10T02:51:25.803Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-10T02:51:26.088Z] + ls /var/log/sa-host [2025-07-10T02:51:26.088Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-10T02:51:26.259Z] provisioning config files... [2025-07-10T02:51:26.269Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15041287599047901012tmp [Pipeline] { [Pipeline] echo [2025-07-10T02:51:26.291Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:26.583Z] ---> create-netrc.sh [Pipeline] } [2025-07-10T02:51:26.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:26.937Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-10T02:51:26.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:27.231Z] ---> sudo-logs.sh [2025-07-10T02:51:27.231Z] Archiving 'sudo' log.. [2025-07-10T02:51:27.231Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4864.novalocal: Name or service not known [2025-07-10T02:51:27.231Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4864.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-10T02:51:27.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:27.552Z] ---> job-cost.sh [2025-07-10T02:51:27.552Z] lf-activate-venv: SKIPPING [2025-07-10T02:51:27.552Z] INFO: No Stack... [2025-07-10T02:51:28.121Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-10T02:51:28.382Z] INFO: Archiving Costs [Pipeline] echo [2025-07-10T02:51:28.396Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:28.682Z] ---> logs-deploy.sh [2025-07-10T02:51:28.682Z] lf-activate-venv: SKIPPING [2025-07-10T02:51:28.682Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/210 [2025-07-10T02:51:28.682Z] INFO: archiving workspace using pattern(s): [2025-07-10T02:51:29.618Z] Archives upload complete. [2025-07-10T02:51:29.877Z] INFO: archiving logs to Nexus [2025-07-10T02:51:30.813Z] ---> uname -a: [2025-07-10T02:51:30.813Z] Linux prd-centos7-docker-4c-2g-4864.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-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] ---> lscpu: [2025-07-10T02:51:30.813Z] Architecture: x86_64 [2025-07-10T02:51:30.813Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-10T02:51:30.813Z] Byte Order: Little Endian [2025-07-10T02:51:30.813Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-10T02:51:30.813Z] CPU(s): 2 [2025-07-10T02:51:30.813Z] On-line CPU(s) list: 0,1 [2025-07-10T02:51:30.813Z] Thread(s) per core: 1 [2025-07-10T02:51:30.813Z] Core(s) per socket: 1 [2025-07-10T02:51:30.813Z] Socket(s): 2 [2025-07-10T02:51:30.813Z] NUMA node(s): 1 [2025-07-10T02:51:30.813Z] Vendor ID: AuthenticAMD [2025-07-10T02:51:30.813Z] CPU family: 23 [2025-07-10T02:51:30.813Z] Model: 49 [2025-07-10T02:51:30.813Z] Model name: AMD EPYC-Rome Processor [2025-07-10T02:51:30.813Z] Stepping: 0 [2025-07-10T02:51:30.813Z] CPU MHz: 2800.000 [2025-07-10T02:51:30.813Z] BogoMIPS: 5600.00 [2025-07-10T02:51:30.813Z] Virtualization: AMD-V [2025-07-10T02:51:30.813Z] Hypervisor vendor: KVM [2025-07-10T02:51:30.813Z] Virtualization type: full [2025-07-10T02:51:30.813Z] L1d cache: 64 KiB [2025-07-10T02:51:30.813Z] L1i cache: 64 KiB [2025-07-10T02:51:30.813Z] L2 cache: 1 MiB [2025-07-10T02:51:30.813Z] L3 cache: 32 MiB [2025-07-10T02:51:30.813Z] NUMA node0 CPU(s): 0,1 [2025-07-10T02:51:30.813Z] Vulnerability Itlb multihit: Not affected [2025-07-10T02:51:30.813Z] Vulnerability L1tf: Not affected [2025-07-10T02:51:30.813Z] Vulnerability Mds: Not affected [2025-07-10T02:51:30.813Z] Vulnerability Meltdown: Not affected [2025-07-10T02:51:30.813Z] Vulnerability Mmio stale data: Not affected [2025-07-10T02:51:30.813Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-10T02:51:30.813Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-10T02:51:30.813Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-10T02:51:30.813Z] Vulnerability Srbds: Not affected [2025-07-10T02:51:30.813Z] Vulnerability Tsx async abort: Not affected [2025-07-10T02:51:30.813Z] 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-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] ---> nproc: [2025-07-10T02:51:30.813Z] 2 [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] ---> df -h: [2025-07-10T02:51:30.813Z] Filesystem Size Used Avail Use% Mounted on [2025-07-10T02:51:30.813Z] overlay 40G 7.0G 34G 18% / [2025-07-10T02:51:30.813Z] tmpfs 64M 0 64M 0% /dev [2025-07-10T02:51:30.813Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-10T02:51:30.813Z] shm 64M 0 64M 0% /dev/shm [2025-07-10T02:51:30.813Z] /dev/vda1 40G 7.0G 34G 18% /facter-os [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] [2025-07-10T02:51:30.813Z] Cannot open /var/log/sysstat/sa10: No such file or directory [2025-07-10T02:51:30.813Z] Please check if data collecting is enabled [2025-07-10T02:51:30.813Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-10T02:51:31.118Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-10T02:51:31.122Z] $ docker stop --time=1 bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 [2025-07-10T02:51:31.837Z] f0f3c8884826: Pull complete [2025-07-10T02:51:32.122Z] c7e7622c144d: Pull complete [2025-07-10T02:51:32.270Z] $ docker rm -f --volumes bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-10T02:51:32.359Z] [WS-CLEANUP] Deleting project workspace... [2025-07-10T02:51:32.359Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-10T02:51:32.375Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [2025-07-10T02:51:32.391Z] 4f4fb700ef54: Pull complete [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-07-10T02:51:32.657Z] e8859aadc426: Pull complete [2025-07-10T02:51:32.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:32.816Z] [2025-07-10T02:51:32.816Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:51:33.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:33.114Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-10T02:51:33.114Z] 5eb5b503b376: Pulling fs layer [2025-07-10T02:51:33.114Z] 5c69ac0246d0: Pulling fs layer [2025-07-10T02:51:33.114Z] ec43610c2a17: Pulling fs layer [2025-07-10T02:51:33.114Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-10T02:51:33.114Z] 33b1e0a273af: Pulling fs layer [2025-07-10T02:51:33.114Z] 5d3b04190fa2: Pulling fs layer [2025-07-10T02:51:33.114Z] 2f39f015ded8: Pulling fs layer [2025-07-10T02:51:33.114Z] 33b1e0a273af: Waiting [2025-07-10T02:51:33.114Z] 5d3b04190fa2: Waiting [2025-07-10T02:51:33.114Z] 3a2ae6a8a46f: Waiting [2025-07-10T02:51:33.114Z] 2f39f015ded8: Waiting [2025-07-10T02:51:33.114Z] 5c69ac0246d0: Download complete [2025-07-10T02:51:33.114Z] 3a2ae6a8a46f: Download complete [2025-07-10T02:51:33.114Z] 33b1e0a273af: Verifying Checksum [2025-07-10T02:51:33.114Z] 5d3b04190fa2: Verifying Checksum [2025-07-10T02:51:33.114Z] 5d3b04190fa2: Download complete [2025-07-10T02:51:33.114Z] ec43610c2a17: Verifying Checksum [2025-07-10T02:51:33.114Z] ec43610c2a17: Download complete [2025-07-10T02:51:33.394Z] 5eb5b503b376: Verifying Checksum [2025-07-10T02:51:33.394Z] 5eb5b503b376: Download complete [2025-07-10T02:51:33.963Z] 2f39f015ded8: Download complete [2025-07-10T02:51:34.905Z] 5eb5b503b376: Pull complete [2025-07-10T02:51:34.905Z] 5c69ac0246d0: Pull complete [2025-07-10T02:51:35.472Z] ec43610c2a17: Pull complete [2025-07-10T02:51:35.472Z] 3a2ae6a8a46f: Pull complete [2025-07-10T02:51:35.731Z] 33b1e0a273af: Pull complete [2025-07-10T02:51:35.731Z] 5d3b04190fa2: Pull complete [2025-07-10T02:51:40.870Z] b4813487a9f6: Pull complete [2025-07-10T02:51:41.001Z] 2f39f015ded8: Pull complete [2025-07-10T02:51:41.001Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-10T02:51:41.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T02:51:41.001Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:51:41.092Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T02:51:41.121Z] $ 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-07-10T02:51:42.913Z] $ docker top 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T02:51:43.311Z] ---> job-cost.sh [2025-07-10T02:51:43.311Z] lf-activate-venv: SKIPPING [2025-07-10T02:51:43.311Z] INFO: No Stack... [2025-07-10T02:51:43.457Z] 502a3d64fb4b: Pull complete [2025-07-10T02:51:43.457Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-10T02:51:43.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-10T02:51:43.457Z] ---> 3bb21d53e231 [2025-07-10T02:51:43.457Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-10T02:51:43.570Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-10T02:51:43.828Z] INFO: Archiving Costs [Pipeline] sh [2025-07-10T02:51:44.121Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-07-10T02:51:44.121Z] + cut -d, -f6 [Pipeline] lock [2025-07-10T02:51:44.135Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [2025-07-10T02:51:44.143Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] did not exist. Created. [2025-07-10T02:51:44.148Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-10T02:51:44.459Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-10T02:51:44.496Z] Stashed 1 file(s) [Pipeline] } [2025-07-10T02:51:44.503Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-10T02:51:44.530Z] $ docker stop --time=1 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 [2025-07-10T02:51:45.392Z] ---> Running in d6f2ec02ef1f [2025-07-10T02:51:45.392Z] Removing intermediate container d6f2ec02ef1f [2025-07-10T02:51:45.392Z] ---> 23f3e09243c0 [2025-07-10T02:51:45.392Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-10T02:51:45.392Z] ---> Running in 57dacc763192 [2025-07-10T02:51:45.662Z] Removing intermediate container 57dacc763192 [2025-07-10T02:51:45.662Z] ---> d27adc421fa0 [2025-07-10T02:51:45.662Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-07-10T02:51:45.662Z] ---> Running in 9386b95d88e1 [2025-07-10T02:51:45.679Z] $ docker rm -f --volumes 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-10T02:51:45.928Z] Removing intermediate container 9386b95d88e1 [2025-07-10T02:51:45.928Z] ---> 3baa09512195 [2025-07-10T02:51:45.928Z] Step 6/12 : WORKDIR /device-virtual-go [2025-07-10T02:51:46.203Z] ---> Running in 8304a8457c60 [2025-07-10T02:51:46.471Z] Removing intermediate container 8304a8457c60 [2025-07-10T02:51:46.471Z] ---> 9db127eabeb0 [2025-07-10T02:51:46.471Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-10T02:51:46.471Z] ---> Running in b96c3ca81504 [2025-07-10T02:51:47.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-10T02:51:47.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-10T02:51:49.296Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-10T02:51:49.296Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-10T02:51:49.296Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-10T02:51:49.296Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-10T02:51:49.296Z] Executing busybox-1.36.1-r29.trigger [2025-07-10T02:51:49.566Z] OK: 244 MiB in 62 packages [2025-07-10T02:51:50.529Z] Removing intermediate container b96c3ca81504 [2025-07-10T02:51:50.529Z] ---> 3cef15f3e9c3 [2025-07-10T02:51:50.529Z] Step 8/12 : COPY go.mod vendor* ./ [2025-07-10T02:51:51.114Z] ---> 8e228d271782 [2025-07-10T02:51:51.114Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-10T02:51:51.114Z] ---> Running in 1646b911be31 [2025-07-10T02:54:12.797Z] Removing intermediate container 1646b911be31 [2025-07-10T02:54:12.797Z] ---> e476755b00ef [2025-07-10T02:54:12.797Z] Step 10/12 : COPY . . [2025-07-10T02:54:12.797Z] ---> 4e09e44f6133 [2025-07-10T02:54:12.797Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-10T02:54:12.797Z] ---> Running in 454786118fbc [2025-07-10T02:54:12.797Z] Removing intermediate container 454786118fbc [2025-07-10T02:54:12.797Z] ---> 3a5f162e41ac [2025-07-10T02:54:12.797Z] Step 12/12 : RUN $MAKE [2025-07-10T02:54:12.797Z] ---> Running in cddde71d7b4b [2025-07-10T02:54:12.797Z] noop [2025-07-10T02:54:12.797Z] Removing intermediate container cddde71d7b4b [2025-07-10T02:54:12.797Z] ---> 19c6b2ed776c [2025-07-10T02:54:12.797Z] Successfully built 19c6b2ed776c [2025-07-10T02:54:12.797Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:54:13.171Z] + docker inspect -f . ci-base-image-arm64 [2025-07-10T02:54:13.171Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:54:13.380Z] prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container [2025-07-10T02:54:13.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@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-07-10T02:54:14.614Z] $ docker top 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T02:54:15.464Z] + go version [2025-07-10T02:54:15.464Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-10T02:54:15.480Z] $ docker stop --time=1 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae [2025-07-10T02:54:17.084Z] $ docker rm -f --volumes 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:54:17.688Z] + docker inspect -f . ci-base-image-arm64 [2025-07-10T02:54:17.688Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T02:54:17.877Z] prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container [2025-07-10T02:54:17.935Z] $ 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/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@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-07-10T02:54:19.059Z] $ docker top febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T02:54:19.587Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/210 [Pipeline] fileExists [Pipeline] sh [2025-07-10T02:54:20.253Z] + make test [2025-07-10T02:54:20.253Z] go test ./... -coverprofile=coverage.out [2025-07-10T02:54:25.600Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-07-10T02:57:32.371Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-07-10T02:57:32.371Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.062s coverage: 59.4% of statements [2025-07-10T02:57:32.371Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-10T02:57:32.371Z] go vet ./... [2025-07-10T02:58:19.311Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-10T02:58:19.311Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-10T02:58:19.311Z] ./bin/test-attribution-txt.sh [2025-07-10T02:58:19.311Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-10T02:58:19.311Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-10T02:58:19.311Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-10T02:58:19.311Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-10T02:58:19.311Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-10T02:58:19.331Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-10T02:58:19.346Z] $ docker stop --time=1 febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd [2025-07-10T02:58:21.264Z] $ docker rm -f --volumes febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-10T02:58:22.732Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-10T02:58:22.758Z] Warning: overwriting stash ‘coverage-report’ [2025-07-10T02:58:23.283Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-10T02:58:23.675Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-10T02:58:23.991Z] + ls -al . [2025-07-10T02:58:23.992Z] total 268 [2025-07-10T02:58:23.992Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 10 02:54 . [2025-07-10T02:58:23.992Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 02:50 .. [2025-07-10T02:58:23.992Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:50 .git [2025-07-10T02:58:23.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 .github [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 10 02:50 .gitignore [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 199 Jul 10 02:50 .golangci.yml [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jul 10 02:50 Attribution.txt [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jul 10 02:50 CHANGELOG.md [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 10 02:50 Dockerfile [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 10 02:50 GOVERNANCE.md [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 10 02:50 Jenkinsfile [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 10 02:50 LICENSE [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jul 10 02:50 Makefile [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 10 02:50 OWNERS.md [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jul 10 02:50 README.md [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 02:48 VERSION [2025-07-10T02:58:23.992Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 02:50 bin [2025-07-10T02:58:23.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 cmd [2025-07-10T02:58:23.992Z] -rw-r--r-- 1 jenkins jenkins 45558 Jul 10 02:57 coverage.out [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 6060 Jul 10 02:50 go.mod [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 10 02:50 go.sum [2025-07-10T02:58:23.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 internal [2025-07-10T02:58:23.992Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 10 02:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T02:58:24.328Z] + 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=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-07-10T02:58:24.916Z] Sending build context to Docker daemon 20.59MB [2025-07-10T02:58:24.916Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-07-10T02:58:24.916Z] Step 2/26 : FROM ${BASE} AS builder [2025-07-10T02:58:24.916Z] ---> 19c6b2ed776c [2025-07-10T02:58:24.916Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-10T02:58:24.916Z] ---> Running in cce2666564a4 [2025-07-10T02:58:25.182Z] Removing intermediate container cce2666564a4 [2025-07-10T02:58:25.182Z] ---> 8c15249c406a [2025-07-10T02:58:25.182Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-07-10T02:58:25.447Z] ---> Running in d7d57e24df6c [2025-07-10T02:58:25.714Z] Removing intermediate container d7d57e24df6c [2025-07-10T02:58:25.714Z] ---> 261a8e13ef90 [2025-07-10T02:58:25.714Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-07-10T02:58:25.714Z] ---> Running in 032eb260e380 [2025-07-10T02:58:25.978Z] Removing intermediate container 032eb260e380 [2025-07-10T02:58:25.978Z] ---> 127c79e64d59 [2025-07-10T02:58:25.978Z] Step 6/26 : WORKDIR /device-virtual-go [2025-07-10T02:58:25.978Z] ---> Running in c094cc2d0641 [2025-07-10T02:58:26.245Z] Removing intermediate container c094cc2d0641 [2025-07-10T02:58:26.245Z] ---> e232264b1c2b [2025-07-10T02:58:26.245Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-10T02:58:26.245Z] ---> Running in 355ec5a6478a [2025-07-10T02:58:27.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-10T02:58:30.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-10T02:58:31.476Z] OK: 244 MiB in 62 packages [2025-07-10T02:58:32.433Z] Removing intermediate container 355ec5a6478a [2025-07-10T02:58:32.433Z] ---> 9bf15adc42d9 [2025-07-10T02:58:32.433Z] Step 8/26 : COPY go.mod vendor* ./ [2025-07-10T02:58:33.023Z] ---> ab51a5bb8664 [2025-07-10T02:58:33.023Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-10T02:58:33.023Z] ---> Running in 3e6fa43e2df0 [2025-07-10T02:58:35.600Z] Removing intermediate container 3e6fa43e2df0 [2025-07-10T02:58:35.600Z] ---> 832661ec12c4 [2025-07-10T02:58:35.600Z] Step 10/26 : COPY . . [2025-07-10T02:58:36.556Z] ---> 1e18978a94df [2025-07-10T02:58:36.556Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-10T02:58:36.821Z] ---> Running in 1572163d5ac3 [2025-07-10T02:58:37.090Z] Removing intermediate container 1572163d5ac3 [2025-07-10T02:58:37.090Z] ---> da5ef1fedc83 [2025-07-10T02:58:37.090Z] Step 12/26 : RUN $MAKE [2025-07-10T02:58:37.090Z] ---> Running in 2ee80f652649 [2025-07-10T02:58:38.045Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-07-10T03:01:59.946Z] Removing intermediate container 2ee80f652649 [2025-07-10T03:01:59.946Z] ---> 83918a4931a3 [2025-07-10T03:01:59.946Z] Step 13/26 : FROM alpine:3.20 [2025-07-10T03:01:59.946Z] 3.20: Pulling from library/alpine [2025-07-10T03:01:59.946Z] 94e9d8af2201: Already exists [2025-07-10T03:01:59.946Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-10T03:01:59.946Z] Status: Downloaded newer image for alpine:3.20 [2025-07-10T03:01:59.946Z] ---> 7aab056cecc6 [2025-07-10T03:01:59.946Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-07-10T03:01:59.946Z] ---> Running in 99a875fd3eac [2025-07-10T03:01:59.946Z] Removing intermediate container 99a875fd3eac [2025-07-10T03:01:59.946Z] ---> 72e5e83580c7 [2025-07-10T03:01:59.946Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-07-10T03:01:59.946Z] ---> Running in d34d5c7c3ef4 [2025-07-10T03:01:59.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-10T03:01:59.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-10T03:01:59.946Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-10T03:01:59.946Z] Executing busybox-1.36.1-r29.trigger [2025-07-10T03:01:59.946Z] OK: 9 MiB in 15 packages [2025-07-10T03:01:59.946Z] Removing intermediate container d34d5c7c3ef4 [2025-07-10T03:01:59.946Z] ---> 5222501ebb26 [2025-07-10T03:01:59.946Z] Step 16/26 : RUN apk --no-cache upgrade [2025-07-10T03:01:59.946Z] ---> Running in 6b284e3fc106 [2025-07-10T03:01:59.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-10T03:01:59.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-10T03:01:59.946Z] OK: 9 MiB in 15 packages [2025-07-10T03:01:59.946Z] Removing intermediate container 6b284e3fc106 [2025-07-10T03:01:59.946Z] ---> eca6b414b2f2 [2025-07-10T03:01:59.946Z] Step 17/26 : WORKDIR / [2025-07-10T03:01:59.946Z] ---> Running in 605be7b1a18c [2025-07-10T03:01:59.946Z] Removing intermediate container 605be7b1a18c [2025-07-10T03:01:59.946Z] ---> 209bec05c0db [2025-07-10T03:01:59.946Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-07-10T03:01:59.946Z] ---> 27e9696e4c67 [2025-07-10T03:01:59.946Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-07-10T03:01:59.946Z] ---> 8efc86ab267b [2025-07-10T03:01:59.946Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-07-10T03:01:59.946Z] ---> ceff1663a6f3 [2025-07-10T03:01:59.946Z] Step 21/26 : EXPOSE 59900 [2025-07-10T03:02:00.217Z] ---> Running in 1e705151c31e [2025-07-10T03:02:00.487Z] Removing intermediate container 1e705151c31e [2025-07-10T03:02:00.487Z] ---> 1c2ec2173312 [2025-07-10T03:02:00.487Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-07-10T03:02:00.487Z] ---> Running in f0fec10481c5 [2025-07-10T03:02:00.755Z] Removing intermediate container f0fec10481c5 [2025-07-10T03:02:00.755Z] ---> 755240f7d2c0 [2025-07-10T03:02:00.755Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-10T03:02:00.755Z] ---> Running in c91d0e0f915e [2025-07-10T03:02:01.027Z] Removing intermediate container c91d0e0f915e [2025-07-10T03:02:01.027Z] ---> 2bd0ff74f916 [2025-07-10T03:02:01.027Z] Step 24/26 : LABEL arch=arm64 [2025-07-10T03:02:01.027Z] ---> Running in 70b76a741746 [2025-07-10T03:02:01.610Z] Removing intermediate container 70b76a741746 [2025-07-10T03:02:01.610Z] ---> be2b3aef4481 [2025-07-10T03:02:01.610Z] Step 25/26 : LABEL git_sha=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T03:02:01.610Z] ---> Running in 93e57f660a55 [2025-07-10T03:02:01.877Z] Removing intermediate container 93e57f660a55 [2025-07-10T03:02:01.877Z] ---> b6c5219bfcfe [2025-07-10T03:02:01.877Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-07-10T03:02:01.877Z] ---> Running in a35bca0ff2e8 [2025-07-10T03:02:02.147Z] Removing intermediate container a35bca0ff2e8 [2025-07-10T03:02:02.147Z] ---> 1eee0ea78677 [2025-07-10T03:02:02.147Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-10T03:02:02.147Z] Successfully built 1eee0ea78677 [2025-07-10T03:02:02.147Z] 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-07-10T03:02:02.708Z] provisioning config files... [2025-07-10T03:02:02.722Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/210@tmp/config798278194639450931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:02:03.092Z] ---> ****-login.sh [2025-07-10T03:02:03.092Z] nexus3.edgexfoundry.org:10001 [2025-07-10T03:02:03.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T03:02:03.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T03:02:03.360Z] Configure a credential helper to remove this warning. See [2025-07-10T03:02:03.360Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T03:02:03.360Z] [2025-07-10T03:02:03.360Z] Login Succeeded [2025-07-10T03:02:03.360Z] nexus3.edgexfoundry.org:10002 [2025-07-10T03:02:03.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T03:02:03.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T03:02:03.625Z] Configure a credential helper to remove this warning. See [2025-07-10T03:02:03.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T03:02:03.625Z] [2025-07-10T03:02:03.625Z] Login Succeeded [2025-07-10T03:02:03.625Z] nexus3.edgexfoundry.org:10003 [2025-07-10T03:02:03.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T03:02:04.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T03:02:04.163Z] Configure a credential helper to remove this warning. See [2025-07-10T03:02:04.163Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T03:02:04.163Z] [2025-07-10T03:02:04.163Z] Login Succeeded [2025-07-10T03:02:04.163Z] nexus3.edgexfoundry.org:10004 [2025-07-10T03:02:04.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T03:02:04.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T03:02:04.430Z] Configure a credential helper to remove this warning. See [2025-07-10T03:02:04.430Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T03:02:04.430Z] [2025-07-10T03:02:04.430Z] Login Succeeded [2025-07-10T03:02:04.430Z] ****.io [2025-07-10T03:02:04.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-10T03:02:04.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-10T03:02:04.963Z] Configure a credential helper to remove this warning. See [2025-07-10T03:02:04.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-10T03:02:04.963Z] [2025-07-10T03:02:04.963Z] Login Succeeded [2025-07-10T03:02:04.963Z] ---> ****-login.sh ends [Pipeline] } [2025-07-10T03:02:04.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-10T03:02:05.027Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-10T03:02:05.060Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-07-10T03:02:05.060Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T03:02:05.060Z] latest [2025-07-10T03:02:05.060Z] 4.1.0-dev.2 [2025-07-10T03:02:05.060Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T03:02:05.060Z] main [2025-07-10T03:02:05.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:05.441Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:05.801Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T03:02:05.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-07-10T03:02:05.801Z] ba393dc67b5d: Preparing [2025-07-10T03:02:05.801Z] 836cc8656a6f: Preparing [2025-07-10T03:02:05.801Z] 45d6847c0e9a: Preparing [2025-07-10T03:02:05.801Z] e64379c0a59e: Preparing [2025-07-10T03:02:05.801Z] 03266eebe7d0: Preparing [2025-07-10T03:02:05.801Z] dd9c8f8612c8: Preparing [2025-07-10T03:02:06.066Z] 45d6847c0e9a: Pushed [2025-07-10T03:02:06.066Z] dd9c8f8612c8: Layer already exists [2025-07-10T03:02:06.066Z] 03266eebe7d0: Pushed [2025-07-10T03:02:06.066Z] 836cc8656a6f: Pushed [2025-07-10T03:02:06.066Z] e64379c0a59e: Pushed [2025-07-10T03:02:14.263Z] ba393dc67b5d: Pushed [2025-07-10T03:02:14.263Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:14.621Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:14.979Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-07-10T03:02:14.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-07-10T03:02:14.979Z] ba393dc67b5d: Preparing [2025-07-10T03:02:14.979Z] 836cc8656a6f: Preparing [2025-07-10T03:02:14.979Z] 45d6847c0e9a: Preparing [2025-07-10T03:02:14.979Z] e64379c0a59e: Preparing [2025-07-10T03:02:14.979Z] 03266eebe7d0: Preparing [2025-07-10T03:02:14.979Z] dd9c8f8612c8: Preparing [2025-07-10T03:02:14.979Z] dd9c8f8612c8: Waiting [2025-07-10T03:02:14.979Z] ba393dc67b5d: Layer already exists [2025-07-10T03:02:14.979Z] 03266eebe7d0: Layer already exists [2025-07-10T03:02:14.979Z] 836cc8656a6f: Layer already exists [2025-07-10T03:02:14.979Z] 45d6847c0e9a: Layer already exists [2025-07-10T03:02:14.979Z] e64379c0a59e: Layer already exists [2025-07-10T03:02:14.979Z] dd9c8f8612c8: Layer already exists [2025-07-10T03:02:15.243Z] latest: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:15.600Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:15.947Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [2025-07-10T03:02:15.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-07-10T03:02:15.947Z] ba393dc67b5d: Preparing [2025-07-10T03:02:15.947Z] 836cc8656a6f: Preparing [2025-07-10T03:02:15.947Z] 45d6847c0e9a: Preparing [2025-07-10T03:02:15.947Z] e64379c0a59e: Preparing [2025-07-10T03:02:15.947Z] 03266eebe7d0: Preparing [2025-07-10T03:02:15.947Z] dd9c8f8612c8: Preparing [2025-07-10T03:02:15.947Z] dd9c8f8612c8: Waiting [2025-07-10T03:02:15.947Z] ba393dc67b5d: Layer already exists [2025-07-10T03:02:15.947Z] 45d6847c0e9a: Layer already exists [2025-07-10T03:02:15.947Z] 836cc8656a6f: Layer already exists [2025-07-10T03:02:15.947Z] 03266eebe7d0: Layer already exists [2025-07-10T03:02:15.947Z] e64379c0a59e: Layer already exists [2025-07-10T03:02:15.947Z] dd9c8f8612c8: Layer already exists [2025-07-10T03:02:16.212Z] 4.1.0-dev.2: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:16.570Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:16.918Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T03:02:16.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-07-10T03:02:16.918Z] ba393dc67b5d: Preparing [2025-07-10T03:02:16.918Z] 836cc8656a6f: Preparing [2025-07-10T03:02:16.918Z] 45d6847c0e9a: Preparing [2025-07-10T03:02:16.918Z] e64379c0a59e: Preparing [2025-07-10T03:02:16.918Z] 03266eebe7d0: Preparing [2025-07-10T03:02:16.918Z] dd9c8f8612c8: Preparing [2025-07-10T03:02:16.918Z] dd9c8f8612c8: Waiting [2025-07-10T03:02:16.918Z] 45d6847c0e9a: Layer already exists [2025-07-10T03:02:16.918Z] e64379c0a59e: Layer already exists [2025-07-10T03:02:16.918Z] 836cc8656a6f: Layer already exists [2025-07-10T03:02:16.918Z] 03266eebe7d0: Layer already exists [2025-07-10T03:02:16.918Z] ba393dc67b5d: Layer already exists [2025-07-10T03:02:16.918Z] dd9c8f8612c8: Layer already exists [2025-07-10T03:02:16.918Z] f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:17.274Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:17.635Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-07-10T03:02:17.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-07-10T03:02:17.636Z] ba393dc67b5d: Preparing [2025-07-10T03:02:17.636Z] 836cc8656a6f: Preparing [2025-07-10T03:02:17.636Z] 45d6847c0e9a: Preparing [2025-07-10T03:02:17.636Z] e64379c0a59e: Preparing [2025-07-10T03:02:17.636Z] 03266eebe7d0: Preparing [2025-07-10T03:02:17.636Z] dd9c8f8612c8: Preparing [2025-07-10T03:02:17.636Z] dd9c8f8612c8: Waiting [2025-07-10T03:02:17.636Z] 45d6847c0e9a: Layer already exists [2025-07-10T03:02:17.636Z] e64379c0a59e: Layer already exists [2025-07-10T03:02:17.636Z] 03266eebe7d0: Layer already exists [2025-07-10T03:02:17.636Z] ba393dc67b5d: Layer already exists [2025-07-10T03:02:17.636Z] 836cc8656a6f: Layer already exists [2025-07-10T03:02:17.636Z] dd9c8f8612c8: Layer already exists [2025-07-10T03:02:17.636Z] main: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-10T03:02:17.983Z] ===================================================== [Pipeline] echo [2025-07-10T03:02:18.001Z] taggedImages: [2025-07-10T03:02:18.001Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [2025-07-10T03:02:18.001Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-07-10T03:02:18.001Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [2025-07-10T03:02:18.001Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [2025-07-10T03:02:18.001Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-07-10T03:02:18.016Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo [2025-07-10T03:02:18.031Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-07-10T03:02:18.043Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] echo [2025-07-10T03:02:18.055Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] echo [2025-07-10T03:02:18.068Z] 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-07-10T03:02:18.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-10T03:02:18.448Z] [2025-07-10T03:02:18.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:18.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-10T03:02:18.776Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-10T03:02:18.776Z] 8998bd30e6a1: Pulling fs layer [2025-07-10T03:02:18.776Z] 04944245beec: Pulling fs layer [2025-07-10T03:02:18.776Z] 699f458cf7ca: Pulling fs layer [2025-07-10T03:02:18.776Z] 765212b225bb: Pulling fs layer [2025-07-10T03:02:18.776Z] f23df028b6ca: Pulling fs layer [2025-07-10T03:02:18.776Z] d65c8cfc05b1: Pulling fs layer [2025-07-10T03:02:18.776Z] 2437ff75d9bd: Pulling fs layer [2025-07-10T03:02:18.776Z] f23df028b6ca: Waiting [2025-07-10T03:02:18.776Z] d65c8cfc05b1: Waiting [2025-07-10T03:02:18.776Z] 2437ff75d9bd: Waiting [2025-07-10T03:02:18.776Z] 765212b225bb: Waiting [2025-07-10T03:02:19.041Z] 04944245beec: Verifying Checksum [2025-07-10T03:02:19.041Z] 04944245beec: Download complete [2025-07-10T03:02:19.041Z] 765212b225bb: Verifying Checksum [2025-07-10T03:02:19.041Z] 765212b225bb: Download complete [2025-07-10T03:02:19.041Z] f23df028b6ca: Verifying Checksum [2025-07-10T03:02:19.041Z] f23df028b6ca: Download complete [2025-07-10T03:02:19.041Z] d65c8cfc05b1: Verifying Checksum [2025-07-10T03:02:19.041Z] d65c8cfc05b1: Download complete [2025-07-10T03:02:19.316Z] 699f458cf7ca: Download complete [2025-07-10T03:02:19.583Z] 8998bd30e6a1: Verifying Checksum [2025-07-10T03:02:19.583Z] 8998bd30e6a1: Download complete [2025-07-10T03:02:22.156Z] 2437ff75d9bd: Verifying Checksum [2025-07-10T03:02:22.156Z] 2437ff75d9bd: Download complete [2025-07-10T03:02:24.095Z] 8998bd30e6a1: Pull complete [2025-07-10T03:02:24.674Z] 04944245beec: Pull complete [2025-07-10T03:02:26.076Z] 699f458cf7ca: Pull complete [2025-07-10T03:02:26.342Z] 765212b225bb: Pull complete [2025-07-10T03:02:27.295Z] f23df028b6ca: Pull complete [2025-07-10T03:02:27.561Z] d65c8cfc05b1: Pull complete [2025-07-10T03:02:45.751Z] 2437ff75d9bd: Pull complete [2025-07-10T03:02:45.751Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-10T03:02:45.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-10T03:02:45.751Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:02:45.962Z] prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container [2025-07-10T03:02:46.013Z] $ 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/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@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-07-10T03:02:48.585Z] $ docker top ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:02:49.426Z] ---> job-cost.sh [2025-07-10T03:02:49.426Z] lf-activate-venv: SKIPPING [2025-07-10T03:02:49.426Z] INFO: No Stack... [2025-07-10T03:02:49.752Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-10T03:02:50.701Z] INFO: Archiving Costs [Pipeline] sh [2025-07-10T03:02:51.025Z] + cut -d, -f6 [2025-07-10T03:02:51.025Z] + cat /w/workspace/device-virtual-go/210/archives/cost.csv [Pipeline] lock [2025-07-10T03:02:51.413Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [2025-07-10T03:02:51.420Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] did not exist. Created. [2025-07-10T03:02:51.426Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-10T03:02:51.794Z] /w/workspace/device-virtual-go/210@tmp/durable-36f69d06/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-10T03:02:52.472Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-10T03:02:52.504Z] Warning: overwriting stash ‘stack-cost’ [2025-07-10T03:02:52.560Z] Stashed 1 file(s) [Pipeline] } [2025-07-10T03:02:52.567Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-10T03:02:52.586Z] $ docker stop --time=1 ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee [2025-07-10T03:02:54.199Z] $ docker rm -f --volumes ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee [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-07-10T03:02:54.764Z] provisioning config files... [2025-07-10T03:02:54.772Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12553262894070044925tmp [Pipeline] { [Pipeline] sh [2025-07-10T03:02:55.076Z] + set +x [2025-07-10T03:02:55.076Z] + curl -s https://codecov.io/bash [2025-07-10T03:02:55.076Z] + bash -s -- [2025-07-10T03:02:55.076Z] [2025-07-10T03:02:55.076Z] _____ _ [2025-07-10T03:02:55.076Z] / ____| | | [2025-07-10T03:02:55.076Z] | | ___ __| | ___ ___ _____ __ [2025-07-10T03:02:55.076Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-10T03:02:55.076Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-10T03:02:55.076Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-10T03:02:55.076Z] Bash-1.0.6 [2025-07-10T03:02:55.076Z] [2025-07-10T03:02:55.076Z] [2025-07-10T03:02:55.076Z] ==> git version 2.25.1 found [2025-07-10T03:02:55.076Z] ==> 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-07-10T03:02:55.076Z] Release-Date: 2020-01-08 [2025-07-10T03:02:55.076Z] 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-07-10T03:02:55.076Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-10T03:02:55.076Z] ==> Jenkins CI detected. [2025-07-10T03:02:55.076Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-07-10T03:02:55.076Z] project root: . [2025-07-10T03:02:55.076Z] --> token set from env [2025-07-10T03:02:55.076Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-10T03:02:55.338Z] ==> Running gcov in . (disable via -X gcov) [2025-07-10T03:02:55.338Z] ==> Python coveragepy not found [2025-07-10T03:02:55.338Z] ==> Searching for coverage reports in: [2025-07-10T03:02:55.338Z] + . [2025-07-10T03:02:55.338Z] -> Found 1 reports [2025-07-10T03:02:55.338Z] ==> Detecting git/mercurial file structure [2025-07-10T03:02:55.338Z] ==> Reading reports [2025-07-10T03:02:55.338Z] + ./coverage.out bytes=45558 [2025-07-10T03:02:55.338Z] ==> Appending adjustments [2025-07-10T03:02:55.338Z] https://docs.codecov.io/docs/fixing-reports [2025-07-10T03:02:55.338Z] + Found adjustments [2025-07-10T03:02:55.338Z] ==> Gzipping contents [2025-07-10T03:02:55.338Z] 8.0K /tmp/codecov.jQubat.gz [2025-07-10T03:02:55.338Z] ==> Uploading reports [2025-07-10T03:02:55.338Z] url: https://codecov.io [2025-07-10T03:02:55.339Z] query: branch=main&commit=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-10T03:02:55.339Z] -> Pinging Codecov [2025-07-10T03:02:55.339Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-10T03:02:55.602Z] -> Uploading to [2025-07-10T03:02:55.602Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/f0669123e7c3a3cbeca44c61ecad712c9bc79fe0/06202f0d-8173-4692-b238-0d9025e2692c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250710%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250710T030255Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0e6893efe0a07a3b1f0ee6b77c4468fb173932173b70e1ec8d4745dcacd8a0d6 [2025-07-10T03:02:55.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-10T03:02:55.602Z] Dload Upload Total Spent Left Speed [2025-07-10T03:02:55.863Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5368 0 0 100 5368 0 23137 --:--:-- --:--:-- --:--:-- 23038 [2025-07-10T03:02:55.863Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } [2025-07-10T03:02:55.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-10T03:02:56.106Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-10T03:02:56.128Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:56.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-10T03:02:56.448Z] [2025-07-10T03:02:56.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:02:56.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-10T03:02:56.760Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-10T03:02:56.760Z] 0a9a5dfd008f: Already exists [2025-07-10T03:02:56.760Z] 36466aa92d05: Already exists [2025-07-10T03:02:56.760Z] e10405b45d13: Already exists [2025-07-10T03:02:56.760Z] 096b7ceb2af7: Already exists [2025-07-10T03:02:56.760Z] 4f4fb700ef54: Already exists [2025-07-10T03:02:56.760Z] e50aa161e22a: Pulling fs layer [2025-07-10T03:02:56.760Z] d3c8db5fb9df: Pulling fs layer [2025-07-10T03:02:57.018Z] e50aa161e22a: Verifying Checksum [2025-07-10T03:02:57.018Z] e50aa161e22a: Download complete [2025-07-10T03:02:57.277Z] e50aa161e22a: Pull complete [2025-07-10T03:02:58.221Z] d3c8db5fb9df: Verifying Checksum [2025-07-10T03:02:58.221Z] d3c8db5fb9df: Download complete [2025-07-10T03:03:02.427Z] d3c8db5fb9df: Pull complete [2025-07-10T03:03:02.427Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-10T03:03:02.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-10T03:03:02.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:02.531Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:02.564Z] $ 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-07-10T03:03:04.279Z] $ docker top 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T03:03:04.625Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-07-10T03:03:04.636Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-07-10T03:03:04.915Z] + set -o pipefail [2025-07-10T03:03:04.916Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-07-10T03:03:17.123Z] [2025-07-10T03:03:17.123Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-07-10T03:03:17.123Z] [2025-07-10T03:03:17.123Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/8b94a4c3-8462-470d-b2b4-5516d0563da3 [2025-07-10T03:03:17.123Z] [2025-07-10T03:03:17.123Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-10T03:03:17.123Z] [Pipeline] } [2025-07-10T03:03:17.133Z] $ docker stop --time=1 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e [2025-07-10T03:03:19.785Z] $ docker rm -f --volumes 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e [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-07-10T03:03:20.639Z] + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] sh [2025-07-10T03:03:20.930Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-10T03:03:20.930Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:21.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T03:03:21.235Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:21.314Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:21.345Z] $ 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-07-10T03:03:21.593Z] $ docker top f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d -eo pid,comm [2025-07-10T03:03:21.638Z] 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-07-10T03:03:21.638Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-10T03:03:21.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-10T03:03:21.698Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-10T03:03:21.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-10T03:03:21.829Z] $ docker exec f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d ssh-agent [2025-07-10T03:03:21.939Z] SSH_AUTH_SOCK=/tmp/ssh-kxR12ABn9MYQ/agent.33 [2025-07-10T03:03:21.939Z] SSH_AGENT_PID=39 [2025-07-10T03:03:21.944Z] Running ssh-add (command line suppressed) [2025-07-10T03:03:22.043Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12481821268790356782.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12481821268790356782.key) [2025-07-10T03:03:22.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-10T03:03:22.351Z] + git semver tag [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,583 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,586 [run_tag] DEBUG tag force:False [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,587 [check_head_tag] DEBUG check head tag [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,587 [execute] INFO git cat-file --batch-check [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,590 [execute] INFO git cat-file --batch [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,600 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,600 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,600 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-10T03:03:22.611Z] 2025-07-10 03:03:22,603 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:22.611Z] 4.1.0-dev.2 [Pipeline] } [2025-07-10T03:03:22.881Z] $ docker exec --env ******** --env ******** f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d ssh-agent -k [2025-07-10T03:03:22.973Z] unset SSH_AUTH_SOCK; [2025-07-10T03:03:22.973Z] unset SSH_AGENT_PID; [2025-07-10T03:03:22.973Z] echo Agent pid 39 killed; [2025-07-10T03:03:22.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-10T03:03:23.307Z] + git semver [Pipeline] } [2025-07-10T03:03:23.578Z] $ docker stop --time=1 f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d [2025-07-10T03:03:24.815Z] $ docker rm -f --volumes f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:25.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-10T03:03:25.234Z] [2025-07-10T03:03:25.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:25.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-10T03:03:25.531Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-10T03:03:25.531Z] ab5ef0e58194: Pulling fs layer [2025-07-10T03:03:25.531Z] 9712f1f96733: Pulling fs layer [2025-07-10T03:03:25.531Z] 63f879dbbcfc: Pulling fs layer [2025-07-10T03:03:25.531Z] 0d9ebad4ef96: Pulling fs layer [2025-07-10T03:03:25.531Z] 0d9ebad4ef96: Waiting [2025-07-10T03:03:25.531Z] e9a5061849ea: Pulling fs layer [2025-07-10T03:03:25.531Z] d747dcd14b5f: Pulling fs layer [2025-07-10T03:03:25.531Z] e9a5061849ea: Waiting [2025-07-10T03:03:25.531Z] 2de7ff778b66: Pulling fs layer [2025-07-10T03:03:25.531Z] d747dcd14b5f: Waiting [2025-07-10T03:03:25.531Z] 2de7ff778b66: Waiting [2025-07-10T03:03:25.531Z] 9712f1f96733: Verifying Checksum [2025-07-10T03:03:25.790Z] 63f879dbbcfc: Verifying Checksum [2025-07-10T03:03:25.790Z] 63f879dbbcfc: Download complete [2025-07-10T03:03:26.047Z] e9a5061849ea: Verifying Checksum [2025-07-10T03:03:26.047Z] e9a5061849ea: Download complete [2025-07-10T03:03:26.047Z] d747dcd14b5f: Verifying Checksum [2025-07-10T03:03:26.047Z] d747dcd14b5f: Download complete [2025-07-10T03:03:26.047Z] 0d9ebad4ef96: Verifying Checksum [2025-07-10T03:03:26.047Z] 0d9ebad4ef96: Download complete [2025-07-10T03:03:26.047Z] ab5ef0e58194: Verifying Checksum [2025-07-10T03:03:26.047Z] ab5ef0e58194: Download complete [2025-07-10T03:03:26.047Z] 2de7ff778b66: Verifying Checksum [2025-07-10T03:03:26.047Z] 2de7ff778b66: Download complete [2025-07-10T03:03:30.230Z] ab5ef0e58194: Pull complete [2025-07-10T03:03:30.230Z] 9712f1f96733: Pull complete [2025-07-10T03:03:30.795Z] 63f879dbbcfc: Pull complete [2025-07-10T03:03:37.356Z] 0d9ebad4ef96: Pull complete [2025-07-10T03:03:37.356Z] e9a5061849ea: Pull complete [2025-07-10T03:03:37.356Z] d747dcd14b5f: Pull complete [2025-07-10T03:03:37.923Z] 2de7ff778b66: Pull complete [2025-07-10T03:03:37.923Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-10T03:03:37.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-10T03:03:37.923Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:38.030Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:38.062Z] $ 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-07-10T03:03:40.228Z] $ docker top 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-10T03:03:40.328Z] provisioning config files... [2025-07-10T03:03:40.352Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6188575355253041609tmp [2025-07-10T03:03:40.378Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1544995031973132187tmp [2025-07-10T03:03:40.394Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3605381720317320885tmp [Pipeline] { [Pipeline] echo [2025-07-10T03:03:40.512Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:40.870Z] ---> sigul-configuration.sh [2025-07-10T03:03:40.870Z] gpg: directory `/root/.gnupg' created [2025-07-10T03:03:40.870Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-10T03:03:40.870Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-10T03:03:40.870Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-10T03:03:40.870Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-10T03:03:40.870Z] gpg: CAST5 encrypted data [2025-07-10T03:03:40.870Z] gpg: encrypted with 1 passphrase [2025-07-10T03:03:40.870Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-10T03:03:41.221Z] + mkdir /home/jenkins [2025-07-10T03:03:41.221Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-10T03:03:41.515Z] + 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-07-10T03:03:41.528Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:41.818Z] ---> sigul-install.sh [2025-07-10T03:03:41.818Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-10T03:03:42.115Z] + git tag --list [2025-07-10T03:03:42.115Z] v1.0.0 [2025-07-10T03:03:42.115Z] v1.1.0 [2025-07-10T03:03:42.115Z] v1.1.1 [2025-07-10T03:03:42.115Z] v1.2.1 [2025-07-10T03:03:42.115Z] v1.2.2 [2025-07-10T03:03:42.115Z] v1.2.3 [2025-07-10T03:03:42.115Z] v1.3.0 [2025-07-10T03:03:42.115Z] v1.3.1 [2025-07-10T03:03:42.115Z] v2.0.0 [2025-07-10T03:03:42.115Z] v2.1.0 [2025-07-10T03:03:42.115Z] v2.1.1 [2025-07-10T03:03:42.115Z] v2.2.0 [2025-07-10T03:03:42.115Z] v2.3.0 [2025-07-10T03:03:42.115Z] v3.0 [2025-07-10T03:03:42.115Z] v3.0.0 [2025-07-10T03:03:42.115Z] v3.1 [2025-07-10T03:03:42.115Z] v3.1.0 [2025-07-10T03:03:42.115Z] v3.1.1 [2025-07-10T03:03:42.115Z] v4.0 [2025-07-10T03:03:42.115Z] v4.0.0 [2025-07-10T03:03:42.115Z] v4.1.0-dev.1 [2025-07-10T03:03:42.115Z] v4.1.0-dev.2 [Pipeline] sh [2025-07-10T03:03:42.416Z] + lftools sign git-tag v4.1.0-dev.2 [2025-07-10T03:03:42.985Z] Signing Git tag with Sigul... [2025-07-10T03:03:42.985Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-07-10T03:03:43.259Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:43.555Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-10T03:03:43.563Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-10T03:03:43.594Z] $ docker stop --time=1 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 [2025-07-10T03:03:45.049Z] $ docker rm -f --volumes 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-10T03:03:45.495Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-10T03:03:45.495Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:45.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T03:03:45.795Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:45.869Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:45.899Z] $ 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-07-10T03:03:46.146Z] $ docker top d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 -eo pid,comm [2025-07-10T03:03:46.203Z] 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-07-10T03:03:46.203Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-10T03:03:46.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-10T03:03:46.253Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-10T03:03:46.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-10T03:03:46.360Z] $ docker exec d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 ssh-agent [2025-07-10T03:03:46.467Z] SSH_AUTH_SOCK=/tmp/ssh-7ZIuhngNQn5c/agent.32 [2025-07-10T03:03:46.467Z] SSH_AGENT_PID=38 [2025-07-10T03:03:46.471Z] Running ssh-add (command line suppressed) [2025-07-10T03:03:46.577Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13720954636647631835.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13720954636647631835.key) [2025-07-10T03:03:46.589Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-10T03:03:46.877Z] + git semver bump pre [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,082 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,086 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,088 [execute] INFO git cat-file --batch-check [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,092 [execute] INFO git cat-file --batch [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-10T03:03:47.137Z] 2025-07-10 03:03:47,096 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:47.137Z] 4.1.0-dev.3 [Pipeline] } [2025-07-10T03:03:47.147Z] $ docker exec --env ******** --env ******** d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 ssh-agent -k [2025-07-10T03:03:47.230Z] unset SSH_AUTH_SOCK; [2025-07-10T03:03:47.231Z] unset SSH_AGENT_PID; [2025-07-10T03:03:47.231Z] echo Agent pid 38 killed; [2025-07-10T03:03:47.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-10T03:03:47.564Z] + git semver [Pipeline] } [2025-07-10T03:03:47.836Z] $ docker stop --time=1 d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 [2025-07-10T03:03:49.113Z] $ docker rm -f --volumes d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-10T03:03:49.471Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-10T03:03:49.471Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:49.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-10T03:03:49.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:49.855Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:49.882Z] $ 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-07-10T03:03:50.119Z] $ docker top 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 -eo pid,comm [2025-07-10T03:03:50.164Z] 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-07-10T03:03:50.164Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-10T03:03:50.217Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-10T03:03:50.217Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-10T03:03:50.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-10T03:03:50.320Z] $ docker exec 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 ssh-agent [2025-07-10T03:03:50.420Z] SSH_AUTH_SOCK=/tmp/ssh-BYaOZ3yxc5Ee/agent.32 [2025-07-10T03:03:50.420Z] SSH_AGENT_PID=38 [2025-07-10T03:03:50.424Z] Running ssh-add (command line suppressed) [2025-07-10T03:03:50.521Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16382784109961598783.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16382784109961598783.key) [2025-07-10T03:03:50.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-10T03:03:50.822Z] + git semver push [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,030 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,034 [run_push] DEBUG push [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,034 [execute] INFO git cat-file --batch-check [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,037 [execute] INFO git rev-list 044756b46861794c3a583d98231f252d9a98e2d2 -- [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,037 [execute] DEBUG Popen(['git', 'rev-list', '044756b46861794c3a583d98231f252d9a98e2d2', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,046 [execute] INFO git fetch -v -- origin [2025-07-10T03:03:51.081Z] 2025-07-10 03:03:51,046 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-10T03:03:51.649Z] 2025-07-10 03:03:51,492 [run_push] DEBUG no remote changes detected [2025-07-10T03:03:51.649Z] 2025-07-10 03:03:51,492 [execute] INFO git push origin semver [2025-07-10T03:03:51.649Z] 2025-07-10 03:03:51,492 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-10T03:03:52.216Z] 2025-07-10 03:03:52,205 [run_push] DEBUG push all version tags [2025-07-10T03:03:52.216Z] 2025-07-10 03:03:52,205 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-10T03:03:52.216Z] 2025-07-10 03:03:52,206 [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-07-10T03:03:53.153Z] 2025-07-10 03:03:52,871 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-07-10T03:03:53.153Z] 4.1.0-dev.3 [Pipeline] } [2025-07-10T03:03:53.164Z] $ docker exec --env ******** --env ******** 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 ssh-agent -k [2025-07-10T03:03:53.249Z] unset SSH_AUTH_SOCK; [2025-07-10T03:03:53.250Z] unset SSH_AGENT_PID; [2025-07-10T03:03:53.250Z] echo Agent pid 38 killed; [2025-07-10T03:03:53.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-10T03:03:53.580Z] + git semver [Pipeline] } [2025-07-10T03:03:53.850Z] $ docker stop --time=1 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 [2025-07-10T03:03:55.126Z] $ docker rm -f --volumes 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 [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-07-10T03:03:55.723Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-07-10T03:03:55.723Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-07-10T03:03:55.723Z] total 16 [2025-07-10T03:03:55.723Z] drwxr-xr-x 3 root root 4096 Jul 10 02:51 . [2025-07-10T03:03:55.723Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 10 03:03 .. [2025-07-10T03:03:55.723Z] drwxr-xr-x 2 root root 4096 Jul 10 02:51 cost [2025-07-10T03:03:55.723Z] -rw-r--r-- 1 root root 89 Jul 10 02:51 cost.csv [2025-07-10T03:03:55.723Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-07-10T03:03:55.723Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-07-10T03:03:55.723Z] total 16 [2025-07-10T03:03:55.723Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 02:51 . [2025-07-10T03:03:55.723Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 10 03:03 .. [2025-07-10T03:03:55.723Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 10 02:51 cost [2025-07-10T03:03:55.723Z] -rw-r--r-- 1 jenkins jenkins 89 Jul 10 02:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:56.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:56.871Z] ---> package-listing.sh [2025-07-10T03:03:56.871Z] ++ facter osfamily [2025-07-10T03:03:56.871Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-10T03:03:57.130Z] + OS_FAMILY=debian [2025-07-10T03:03:57.130Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-07-10T03:03:57.130Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-10T03:03:57.130Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-10T03:03:57.130Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-10T03:03:57.130Z] + PACKAGES=/tmp/packages_start.txt [2025-07-10T03:03:57.130Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-07-10T03:03:57.130Z] + PACKAGES=/tmp/packages_end.txt [2025-07-10T03:03:57.130Z] + case "${OS_FAMILY}" in [2025-07-10T03:03:57.130Z] + dpkg -l [2025-07-10T03:03:57.130Z] + grep '^ii' [2025-07-10T03:03:57.130Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-10T03:03:57.130Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-10T03:03:57.130Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-10T03:03:57.130Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-07-10T03:03:57.130Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-07-10T03:03:57.130Z] + 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-07-10T03:03:57.140Z] 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-07-10T03:03:57.414Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-10T03:03:57.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-10T03:03:57.981Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-10T03:03:58.054Z] prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container [2025-07-10T03:03:58.080Z] $ 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-07-10T03:03:58.271Z] $ docker top ffa4ca2c1b83999c687bf1d6b8b7fb4c7b07bdb596b91eb24ba375ee7f993dce -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-10T03:03:58.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-10T03:03:58.898Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-10T03:03:59.180Z] + ls /var/log/sa-host [2025-07-10T03:03:59.180Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-10T03:03:59.213Z] provisioning config files... [2025-07-10T03:03:59.220Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17407220994737529815tmp [Pipeline] { [Pipeline] echo [2025-07-10T03:03:59.241Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:59.523Z] ---> create-netrc.sh [Pipeline] } [2025-07-10T03:03:59.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:03:59.843Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-10T03:03:59.853Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:04:00.132Z] ---> sudo-logs.sh [2025-07-10T03:04:00.132Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-10T03:04:00.163Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:04:00.455Z] ---> job-cost.sh [2025-07-10T03:04:00.455Z] lf-activate-venv: SKIPPING [2025-07-10T03:04:00.455Z] DEBUG: total: 0.2199999988079071 [2025-07-10T03:04:00.455Z] INFO: Retrieving Stack Cost... [2025-07-10T03:04:00.713Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-10T03:04:00.971Z] INFO: Archiving Costs [Pipeline] echo [2025-07-10T03:04:00.982Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-10T03:04:01.264Z] ---> logs-deploy.sh [2025-07-10T03:04:01.265Z] lf-activate-venv: SKIPPING [2025-07-10T03:04:01.265Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/210 [2025-07-10T03:04:01.265Z] INFO: archiving workspace using pattern(s): [2025-07-10T03:04:02.199Z] Archives upload complete. [2025-07-10T03:04:02.199Z] INFO: archiving logs to Nexus