Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 010fbd8dec9bbb1ea6641e05522169e05f3890e7 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-ssh11112810368601488469.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-ssh17691089158898565078.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-ssh13374425011788543758.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-ssh8811057974074752739.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-ssh16582963676118495758.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-3759 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 010fbd8dec9bbb1ea6641e05522169e05f3890e7 (main) Commit message: "feat: Add support for object-typed readings (#535)" > git config core.sparsecheckout # timeout=10 > git checkout -f 010fbd8dec9bbb1ea6641e05522169e05f3890e7 # timeout=10 > git rev-list --no-walk f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-23T03:41:46.962Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-23T03:41:47.049Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-23T03:41:47.082Z] ========================================================= [2025-06-23T03:41:47.082Z] EdgeX Global Pipelines Version Info [2025-06-23T03:41:47.082Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:41:48.192Z] ------------------- [2025-06-23T03:41:48.192Z] stable info: [2025-06-23T03:41:48.192Z] ------------------- [2025-06-23T03:41:48.192Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-23T03:41:48.192Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-23T03:41:48.192Z] Message: update stable to v1.0.274 [2025-06-23T03:41:48.765Z] ------------------- [2025-06-23T03:41:48.765Z] experimental info: [2025-06-23T03:41:48.765Z] ------------------- [2025-06-23T03:41:48.765Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-23T03:41:48.765Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-23T03:41:48.765Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-23T03:41:48.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-06-23T03:41:48.869Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-06-23T03:41:48.886Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-23T03:41:48.904Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-23T03:41:48.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-23T03:41:48.941Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-23T03:41:48.969Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-23T03:41:48.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-23T03:41:49.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-23T03:41:49.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-23T03:41:49.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-23T03:41:49.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-06-23T03:41:49.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-23T03:41:49.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-23T03:41:49.151Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T03:41:49.171Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T03:41:49.193Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-23T03:41:49.215Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-23T03:41:49.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-23T03:41:49.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-23T03:41:49.277Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-23T03:41:49.300Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-23T03:41:49.320Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-23T03:41:49.345Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-23T03:41:49.367Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-23T03:41:49.396Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-23T03:41:49.420Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-23T03:41:49.441Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-23T03:41:49.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-23T03:41:49.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-23T03:41:49.514Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo [2025-06-23T03:41:49.537Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010fbd8 [Pipeline] echo [2025-06-23T03:41:49.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:41:49.633Z] provisioning config files... [2025-06-23T03:41:49.651Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config105622599967256489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:41:51.387Z] ---> ****-login.sh [2025-06-23T03:41:51.387Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:41:51.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:41:52.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:41:52.316Z] Configure a credential helper to remove this warning. See [2025-06-23T03:41:52.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:41:52.316Z] [2025-06-23T03:41:52.316Z] Login Succeeded [2025-06-23T03:41:52.316Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:41:52.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:41:52.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:41:52.316Z] Configure a credential helper to remove this warning. See [2025-06-23T03:41:52.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:41:52.316Z] [2025-06-23T03:41:52.316Z] Login Succeeded [2025-06-23T03:41:52.316Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:41:52.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:41:52.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:41:52.316Z] Configure a credential helper to remove this warning. See [2025-06-23T03:41:52.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:41:52.316Z] [2025-06-23T03:41:52.316Z] Login Succeeded [2025-06-23T03:41:52.316Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:41:52.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:41:52.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:41:52.577Z] Configure a credential helper to remove this warning. See [2025-06-23T03:41:52.577Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:41:52.577Z] [2025-06-23T03:41:52.577Z] Login Succeeded [2025-06-23T03:41:52.577Z] ****.io [2025-06-23T03:41:52.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:41:52.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:41:52.837Z] Configure a credential helper to remove this warning. See [2025-06-23T03:41:52.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:41:52.837Z] [2025-06-23T03:41:52.837Z] Login Succeeded [2025-06-23T03:41:52.837Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:41:52.845Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-23T03:41:53.275Z] + git rev-list -1 --merges 010fbd8dec9bbb1ea6641e05522169e05f3890e7~1..010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo [2025-06-23T03:41:53.305Z] -----------> git rev-list -1 --merges 010fbd8dec9bbb1ea6641e05522169e05f3890e7~1..010fbd8dec9bbb1ea6641e05522169e05f3890e7 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [false] [Pipeline] sh [2025-06-23T03:41:53.605Z] + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo [2025-06-23T03:41:53.624Z] ========================================================= [2025-06-23T03:41:53.624Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-23T03:41:53.624Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-23T03:41:53.969Z] + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo [2025-06-23T03:41:53.982Z] [semverPrep] GIT_COMMIT: 010fbd8dec9bbb1ea6641e05522169e05f3890e7, Commit Message: feat: Add support for object-typed readings (#535) [Pipeline] echo [2025-06-23T03:41:53.997Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-23T03:41:54.387Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T03:41:54.387Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-23T03:41:54.387Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-23T03:41:54.387Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-23T03:41:54.387Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-23T03:41:54.387Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-23T03:41:54.387Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:41:54.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:41:54.822Z] [2025-06-23T03:41:54.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:41:55.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:41:55.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-23T03:41:55.135Z] 3dae71ba6b94: Pulling fs layer [2025-06-23T03:41:55.135Z] 6bf1a483ea7c: Pulling fs layer [2025-06-23T03:41:55.135Z] f5dfc541a4d3: Pulling fs layer [2025-06-23T03:41:55.135Z] 461d9e800cba: Pulling fs layer [2025-06-23T03:41:55.135Z] 80192f66455f: Pulling fs layer [2025-06-23T03:41:55.135Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-23T03:41:55.135Z] a29436f7fd5d: Pulling fs layer [2025-06-23T03:41:55.135Z] 461d9e800cba: Waiting [2025-06-23T03:41:55.135Z] 80192f66455f: Waiting [2025-06-23T03:41:55.135Z] 923cac83aea3: Pulling fs layer [2025-06-23T03:41:55.135Z] 2e8e34ca0e6c: Waiting [2025-06-23T03:41:55.135Z] 25ad8b0a4227: Pulling fs layer [2025-06-23T03:41:55.135Z] a29436f7fd5d: Waiting [2025-06-23T03:41:55.135Z] db01528c6b51: Pulling fs layer [2025-06-23T03:41:55.135Z] 28988de357af: Pulling fs layer [2025-06-23T03:41:55.135Z] 25ad8b0a4227: Waiting [2025-06-23T03:41:55.135Z] db01528c6b51: Waiting [2025-06-23T03:41:55.135Z] 28988de357af: Waiting [2025-06-23T03:41:55.135Z] 923cac83aea3: Waiting [2025-06-23T03:41:55.135Z] 6bf1a483ea7c: Verifying Checksum [2025-06-23T03:41:55.135Z] 6bf1a483ea7c: Download complete [2025-06-23T03:41:55.135Z] 461d9e800cba: Verifying Checksum [2025-06-23T03:41:55.135Z] 461d9e800cba: Download complete [2025-06-23T03:41:55.395Z] 80192f66455f: Verifying Checksum [2025-06-23T03:41:55.395Z] 80192f66455f: Download complete [2025-06-23T03:41:55.395Z] f5dfc541a4d3: Verifying Checksum [2025-06-23T03:41:55.395Z] f5dfc541a4d3: Download complete [2025-06-23T03:41:55.395Z] 3dae71ba6b94: Verifying Checksum [2025-06-23T03:41:55.395Z] 3dae71ba6b94: Download complete [2025-06-23T03:41:55.395Z] 923cac83aea3: Download complete [2025-06-23T03:41:55.658Z] 25ad8b0a4227: Verifying Checksum [2025-06-23T03:41:55.658Z] 25ad8b0a4227: Download complete [2025-06-23T03:41:55.658Z] db01528c6b51: Verifying Checksum [2025-06-23T03:41:55.658Z] db01528c6b51: Download complete [2025-06-23T03:41:55.658Z] 28988de357af: Download complete [2025-06-23T03:41:55.658Z] a29436f7fd5d: Verifying Checksum [2025-06-23T03:41:55.658Z] a29436f7fd5d: Download complete [2025-06-23T03:41:56.231Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-23T03:41:56.231Z] 2e8e34ca0e6c: Download complete [2025-06-23T03:41:56.493Z] 3dae71ba6b94: Pull complete [2025-06-23T03:41:56.752Z] 6bf1a483ea7c: Pull complete [2025-06-23T03:41:57.321Z] f5dfc541a4d3: Pull complete [2025-06-23T03:41:57.321Z] 461d9e800cba: Pull complete [2025-06-23T03:41:57.580Z] 80192f66455f: Pull complete [2025-06-23T03:42:00.864Z] 2e8e34ca0e6c: Pull complete [2025-06-23T03:42:01.435Z] a29436f7fd5d: Pull complete [2025-06-23T03:42:01.435Z] 923cac83aea3: Pull complete [2025-06-23T03:42:01.435Z] 25ad8b0a4227: Pull complete [2025-06-23T03:42:01.435Z] db01528c6b51: Pull complete [2025-06-23T03:42:01.695Z] 28988de357af: Pull complete [2025-06-23T03:42:01.695Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-23T03:42:01.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:42:01.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:42:01.837Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:42:01.891Z] $ 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-06-23T03:42:04.435Z] $ docker top 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 -eo pid,comm [2025-06-23T03:42:04.469Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-23T03:42:04.469Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T03:42:04.529Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T03:42:04.529Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T03:42:04.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T03:42:04.680Z] $ docker exec 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent [2025-06-23T03:42:04.763Z] SSH_AUTH_SOCK=/tmp/ssh-AjNZ16Oh70Da/agent.31 [2025-06-23T03:42:04.763Z] SSH_AGENT_PID=37 [2025-06-23T03:42:04.776Z] Running ssh-add (command line suppressed) [2025-06-23T03:42:04.900Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14174712204140071442.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14174712204140071442.key) [2025-06-23T03:42:04.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T03:42:05.194Z] + git tag --points-at HEAD [Pipeline] } [2025-06-23T03:42:05.223Z] $ docker exec --env ******** --env ******** 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent -k [2025-06-23T03:42:05.330Z] unset SSH_AUTH_SOCK; [2025-06-23T03:42:05.331Z] unset SSH_AGENT_PID; [2025-06-23T03:42:05.331Z] echo Agent pid 37 killed; [2025-06-23T03:42:05.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-23T03:42:05.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T03:42:05.363Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T03:42:05.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T03:42:05.495Z] $ docker exec 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent [2025-06-23T03:42:05.579Z] SSH_AUTH_SOCK=/tmp/ssh-jE35MxvkR43v/agent.71 [2025-06-23T03:42:05.579Z] SSH_AGENT_PID=77 [2025-06-23T03:42:05.583Z] Running ssh-add (command line suppressed) [2025-06-23T03:42:05.710Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16353233151620332735.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16353233151620332735.key) [2025-06-23T03:42:05.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T03:42:06.003Z] + git semver init [2025-06-23T03:42:06.264Z] 2025-06-23 03:42:06,237 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T03:42:06.264Z] 2025-06-23 03:42:06,242 [run_init] DEBUG init version:0.0.0 force:False [2025-06-23T03:42:06.264Z] 2025-06-23 03:42:06,242 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-06-23T03:42:06.264Z] 2025-06-23 03:42:06,243 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-06-23T03:42:06.264Z] 2025-06-23 03:42:06,243 [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-06-23T03:42:08.175Z] 2025-06-23 03:42:07,706 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-06-23T03:42:08.175Z] 2025-06-23 03:42:07,708 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-06-23T03:42:08.175Z] 2025-06-23 03:42:07,708 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:42:08.175Z] 2025-06-23 03:42:07,708 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:42:08.175Z] 4.1.0-dev.1 [Pipeline] } [2025-06-23T03:42:08.203Z] $ docker exec --env ******** --env ******** 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent -k [2025-06-23T03:42:08.310Z] unset SSH_AUTH_SOCK; [2025-06-23T03:42:08.311Z] unset SSH_AGENT_PID; [2025-06-23T03:42:08.311Z] echo Agent pid 77 killed; [2025-06-23T03:42:08.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T03:42:08.630Z] + git semver [Pipeline] } [2025-06-23T03:42:08.920Z] $ docker stop --time=1 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 [2025-06-23T03:42:10.199Z] $ docker rm -f --volumes 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T03:42:10.519Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-23T03:42:10.759Z] Stashed 1 file(s) [Pipeline] echo [2025-06-23T03:42:10.765Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:42:10.949Z] provisioning config files... [2025-06-23T03:42:10.958Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9894587323280270881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:42:11.261Z] ---> ****-login.sh [2025-06-23T03:42:11.261Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:42:11.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:42:11.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:42:11.261Z] Configure a credential helper to remove this warning. See [2025-06-23T03:42:11.261Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:42:11.261Z] [2025-06-23T03:42:11.261Z] Login Succeeded [2025-06-23T03:42:11.261Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:42:11.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:42:11.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:42:11.261Z] Configure a credential helper to remove this warning. See [2025-06-23T03:42:11.262Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:42:11.262Z] [2025-06-23T03:42:11.262Z] Login Succeeded [2025-06-23T03:42:11.262Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:42:11.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:42:11.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:42:11.521Z] Configure a credential helper to remove this warning. See [2025-06-23T03:42:11.521Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:42:11.521Z] [2025-06-23T03:42:11.521Z] Login Succeeded [2025-06-23T03:42:11.521Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:42:11.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:42:11.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:42:11.521Z] Configure a credential helper to remove this warning. See [2025-06-23T03:42:11.521Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:42:11.521Z] [2025-06-23T03:42:11.521Z] Login Succeeded [2025-06-23T03:42:11.521Z] ****.io [2025-06-23T03:42:11.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:42:12.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:42:12.041Z] Configure a credential helper to remove this warning. See [2025-06-23T03:42:12.041Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:42:12.041Z] [2025-06-23T03:42:12.041Z] Login Succeeded [2025-06-23T03:42:12.041Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:42:12.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-23T03:42:12.149Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:42:12.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:42:12.190Z] ========================================================= [2025-06-23T03:42:12.190Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-23T03:42:12.190Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:42:12.542Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-23T03:42:12.542Z] Sending build context to Docker daemon 40.73MB [2025-06-23T03:42:12.542Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-23T03:42:12.542Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-23T03:42:12.801Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-23T03:42:12.801Z] 0a9a5dfd008f: Pulling fs layer [2025-06-23T03:42:12.801Z] 36466aa92d05: Pulling fs layer [2025-06-23T03:42:12.801Z] e10405b45d13: Pulling fs layer [2025-06-23T03:42:12.801Z] 096b7ceb2af7: Pulling fs layer [2025-06-23T03:42:12.801Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T03:42:12.801Z] 8213a616a21b: Pulling fs layer [2025-06-23T03:42:12.801Z] 985586143405: Pulling fs layer [2025-06-23T03:42:12.801Z] 0eae2285b678: Pulling fs layer [2025-06-23T03:42:12.801Z] d3ac315be8c5: Pulling fs layer [2025-06-23T03:42:12.801Z] 985586143405: Waiting [2025-06-23T03:42:12.801Z] 4f4fb700ef54: Waiting [2025-06-23T03:42:12.801Z] 0eae2285b678: Waiting [2025-06-23T03:42:12.801Z] 8213a616a21b: Waiting [2025-06-23T03:42:12.801Z] 096b7ceb2af7: Waiting [2025-06-23T03:42:12.801Z] d3ac315be8c5: Waiting [2025-06-23T03:42:12.801Z] 36466aa92d05: Verifying Checksum [2025-06-23T03:42:12.801Z] 36466aa92d05: Download complete [2025-06-23T03:42:12.801Z] 096b7ceb2af7: Verifying Checksum [2025-06-23T03:42:12.801Z] 096b7ceb2af7: Download complete [2025-06-23T03:42:12.801Z] 4f4fb700ef54: Download complete [2025-06-23T03:42:12.801Z] 8213a616a21b: Verifying Checksum [2025-06-23T03:42:12.801Z] 8213a616a21b: Download complete [2025-06-23T03:42:12.801Z] 0a9a5dfd008f: Download complete [2025-06-23T03:42:12.801Z] 985586143405: Verifying Checksum [2025-06-23T03:42:12.801Z] 985586143405: Download complete [2025-06-23T03:42:13.059Z] 0a9a5dfd008f: Pull complete [2025-06-23T03:42:13.059Z] d3ac315be8c5: Verifying Checksum [2025-06-23T03:42:13.059Z] d3ac315be8c5: Download complete [2025-06-23T03:42:13.059Z] 36466aa92d05: Pull complete [2025-06-23T03:42:13.316Z] e10405b45d13: Download complete [2025-06-23T03:42:13.573Z] 0eae2285b678: Download complete [2025-06-23T03:42:16.852Z] e10405b45d13: Pull complete [2025-06-23T03:42:16.852Z] 096b7ceb2af7: Pull complete [2025-06-23T03:42:16.852Z] 4f4fb700ef54: Pull complete [2025-06-23T03:42:16.852Z] 8213a616a21b: Pull complete [2025-06-23T03:42:16.852Z] 985586143405: Pull complete [2025-06-23T03:42:19.381Z] 0eae2285b678: Pull complete [2025-06-23T03:42:19.381Z] d3ac315be8c5: Pull complete [2025-06-23T03:42:19.381Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-23T03:42:19.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T03:42:19.381Z] ---> ea6120ae94a0 [2025-06-23T03:42:19.381Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-23T03:42:21.914Z] ---> Running in 10a1b7ba5605 [2025-06-23T03:42:21.914Z] Removing intermediate container 10a1b7ba5605 [2025-06-23T03:42:21.914Z] ---> 4dee7e07e347 [2025-06-23T03:42:21.914Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-23T03:42:21.914Z] ---> Running in 8162d3dae9f1 [2025-06-23T03:42:21.914Z] Removing intermediate container 8162d3dae9f1 [2025-06-23T03:42:21.914Z] ---> 45639b09ec7c [2025-06-23T03:42:21.914Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-06-23T03:42:21.914Z] ---> Running in fa47edcfe639 [2025-06-23T03:42:21.914Z] Removing intermediate container fa47edcfe639 [2025-06-23T03:42:21.914Z] ---> 8535883f6bf0 [2025-06-23T03:42:21.914Z] Step 6/12 : WORKDIR /device-virtual-go [2025-06-23T03:42:21.914Z] ---> Running in dc6efdd752df [2025-06-23T03:42:22.173Z] Removing intermediate container dc6efdd752df [2025-06-23T03:42:22.173Z] ---> 441d39fc1ab7 [2025-06-23T03:42:22.173Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-23T03:42:22.173Z] ---> Running in 9d53fb9d146d [2025-06-23T03:42:22.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T03:42:24.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T03:42:25.221Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-23T03:42:25.221Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-23T03:42:25.221Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-23T03:42:25.221Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-23T03:42:25.221Z] Executing busybox-1.36.1-r29.trigger [2025-06-23T03:42:25.221Z] OK: 252 MiB in 62 packages [2025-06-23T03:42:25.787Z] Removing intermediate container 9d53fb9d146d [2025-06-23T03:42:25.787Z] ---> c284613b584c [2025-06-23T03:42:25.787Z] Step 8/12 : COPY go.mod vendor* ./ [2025-06-23T03:42:25.787Z] ---> 78993cf07d53 [2025-06-23T03:42:25.787Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T03:42:25.787Z] ---> Running in 54673411588c [2025-06-23T03:42:25.905Z] Still waiting to schedule task [2025-06-23T03:42:25.906Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-23T03:43:33.493Z] Removing intermediate container 54673411588c [2025-06-23T03:43:33.493Z] ---> fc07896052bf [2025-06-23T03:43:33.493Z] Step 10/12 : COPY . . [2025-06-23T03:43:33.493Z] ---> 14bec01d4bfe [2025-06-23T03:43:33.493Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-23T03:43:33.493Z] ---> Running in 9881f96c951f [2025-06-23T03:43:33.493Z] Removing intermediate container 9881f96c951f [2025-06-23T03:43:33.493Z] ---> 0993c0c2f558 [2025-06-23T03:43:33.493Z] Step 12/12 : RUN $MAKE [2025-06-23T03:43:33.493Z] ---> Running in 566ebd7c58b8 [2025-06-23T03:43:33.493Z] noop [2025-06-23T03:43:33.493Z] Removing intermediate container 566ebd7c58b8 [2025-06-23T03:43:33.493Z] ---> 4b099385fc43 [2025-06-23T03:43:33.493Z] Successfully built 4b099385fc43 [2025-06-23T03:43:33.493Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:43:33.818Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T03:43:33.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:43:33.907Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:43:33.951Z] $ 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-06-23T03:43:34.329Z] $ docker top 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:43:34.660Z] + go version [2025-06-23T03:43:34.660Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-23T03:43:34.687Z] $ docker stop --time=1 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 [2025-06-23T03:43:35.970Z] $ docker rm -f --volumes 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:43:36.388Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T03:43:36.388Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:43:36.481Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:43:36.527Z] $ 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-06-23T03:43:36.895Z] $ docker top fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:43:37.229Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-23T03:43:37.533Z] + make test [2025-06-23T03:43:37.534Z] go test ./... -coverprofile=coverage.out [2025-06-23T03:43:38.917Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-06-23T03:43:56.988Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-06-23T03:43:56.988Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.012s coverage: 57.7% of statements [2025-06-23T03:44:06.769Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3760 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-06-23T03:44:06.787Z] Running in /w/workspace/device-virtual-go/208 [Pipeline] { [Pipeline] checkout [2025-06-23T03:44:07.365Z] go vet ./... [2025-06-23T03:44:09.848Z] The recommended git tool is: git [2025-06-23T03:44:11.558Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-23T03:44:11.558Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-23T03:44:11.558Z] ./bin/test-attribution-txt.sh [2025-06-23T03:44:11.558Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-23T03:44:11.558Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-23T03:44:11.558Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-23T03:44:11.558Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-23T03:44:11.558Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-23T03:44:11.569Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-23T03:44:11.607Z] $ docker stop --time=1 fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd [2025-06-23T03:44:13.701Z] $ docker rm -f --volumes fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T03:44:14.235Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-23T03:44:14.282Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2025-06-23T03:44:14.542Z] using credential edgex-jenkins-ssh [2025-06-23T03:44:14.565Z] Cloning the remote Git repository [Pipeline] sh [2025-06-23T03:44:14.620Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-06-23T03:44:14.719Z] > git init /w/workspace/device-virtual-go/208 # timeout=10 [2025-06-23T03:44:14.851Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-23T03:44:15.136Z] + ls -al . [2025-06-23T03:44:15.136Z] total 272 [2025-06-23T03:44:15.136Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:43 . [2025-06-23T03:44:15.136Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:41 .. [2025-06-23T03:44:15.136Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:43 .git [2025-06-23T03:44:15.136Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 .github [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 23 03:41 .gitignore [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 23 03:41 .golangci.yml [2025-06-23T03:44:15.136Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 03:42 .semver [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jun 23 03:41 Attribution.txt [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jun 23 03:41 CHANGELOG.md [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jun 23 03:41 Dockerfile [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 03:41 GOVERNANCE.md [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 23 03:41 Jenkinsfile [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 03:41 LICENSE [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jun 23 03:41 Makefile [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 623 Jun 23 03:41 OWNERS.md [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jun 23 03:41 README.md [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 03:42 VERSION [2025-06-23T03:44:15.136Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:41 bin [2025-06-23T03:44:15.136Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 cmd [2025-06-23T03:44:15.136Z] -rw-r--r-- 1 jenkins jenkins 45558 Jun 23 03:43 coverage.out [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 6059 Jun 23 03:41 go.mod [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 86761 Jun 23 03:41 go.sum [2025-06-23T03:44:15.136Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 internal [2025-06-23T03:44:15.136Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 23 03:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:15.457Z] + 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=010fbd8dec9bbb1ea6641e05522169e05f3890e7 --label arch=amd64 --label version=4.1.0-dev.1 . [2025-06-23T03:44:15.457Z] Sending build context to Docker daemon 40.78MB [2025-06-23T03:44:15.457Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-23T03:44:15.457Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-23T03:44:15.457Z] ---> 4b099385fc43 [2025-06-23T03:44:15.457Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-23T03:44:15.715Z] ---> Running in c24ab9ce1df9 [2025-06-23T03:44:15.715Z] Removing intermediate container c24ab9ce1df9 [2025-06-23T03:44:15.715Z] ---> 13c1e4324bd2 [2025-06-23T03:44:15.715Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-23T03:44:15.715Z] ---> Running in a0ccc96ec5d5 [2025-06-23T03:44:15.715Z] Removing intermediate container a0ccc96ec5d5 [2025-06-23T03:44:15.715Z] ---> defe6cc1b6c5 [2025-06-23T03:44:15.715Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-06-23T03:44:15.976Z] ---> Running in fdbcf7c82e51 [2025-06-23T03:44:15.976Z] Removing intermediate container fdbcf7c82e51 [2025-06-23T03:44:15.976Z] ---> 9f0adb04ac19 [2025-06-23T03:44:15.976Z] Step 6/26 : WORKDIR /device-virtual-go [2025-06-23T03:44:15.976Z] ---> Running in 6f08d71dc735 [2025-06-23T03:44:15.976Z] Removing intermediate container 6f08d71dc735 [2025-06-23T03:44:15.976Z] ---> f817f66b93e8 [2025-06-23T03:44:15.976Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-23T03:44:15.976Z] ---> Running in eb211f582c68 [2025-06-23T03:44:14.879Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-06-23T03:44:14.881Z] > git --version # timeout=10 [2025-06-23T03:44:14.901Z] > git --version # 'git version 2.25.1' [2025-06-23T03:44:14.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-23T03:44:15.051Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T03:44:16.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:16.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:16.755Z] OK: 252 MiB in 62 packages [2025-06-23T03:44:17.014Z] Removing intermediate container eb211f582c68 [2025-06-23T03:44:17.014Z] ---> 42ce486f3f27 [2025-06-23T03:44:17.014Z] Step 8/26 : COPY go.mod vendor* ./ [2025-06-23T03:44:17.273Z] ---> 44e8bdfec78f [2025-06-23T03:44:17.273Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T03:44:17.273Z] ---> Running in 70f1dfead5d8 [2025-06-23T03:44:17.840Z] Removing intermediate container 70f1dfead5d8 [2025-06-23T03:44:17.840Z] ---> 75bbf20ff271 [2025-06-23T03:44:17.840Z] Step 10/26 : COPY . . [2025-06-23T03:44:18.299Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-06-23T03:44:18.325Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T03:44:19.135Z] ---> 60303a69b16b [2025-06-23T03:44:19.135Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-23T03:44:19.135Z] ---> Running in 02e6ed0f1c7e [2025-06-23T03:44:19.135Z] Removing intermediate container 02e6ed0f1c7e [2025-06-23T03:44:19.135Z] ---> 32a181f88b02 [2025-06-23T03:44:19.135Z] Step 12/26 : RUN $MAKE [2025-06-23T03:44:19.135Z] ---> Running in f603cf2f1a13 [2025-06-23T03:44:19.135Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-06-23T03:44:19.173Z] Avoid second fetch [2025-06-23T03:44:19.174Z] Checking out Revision 010fbd8dec9bbb1ea6641e05522169e05f3890e7 (main) [2025-06-23T03:44:19.770Z] Commit message: "feat: Add support for object-typed readings (#535)" [2025-06-23T03:44:19.204Z] > git config core.sparsecheckout # timeout=10 [2025-06-23T03:44:19.262Z] > git checkout -f 010fbd8dec9bbb1ea6641e05522169e05f3890e7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-23T03:44:24.487Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-23T03:44:24.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T03:44:24.487Z] Dload Upload Total Spent Left Speed [2025-06-23T03:44:24.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 57800 0 --:--:-- --:--:-- --:--:-- 58057 [Pipeline] sh [2025-06-23T03:44:25.084Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-23T03:44:25.405Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-06-23T03:44:25.405Z] /etc/docker/daemon.json [2025-06-23T03:44:25.405Z] { [2025-06-23T03:44:25.405Z] "registry-mirrors": [ [2025-06-23T03:44:25.405Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-23T03:44:25.405Z] ], [2025-06-23T03:44:25.405Z] "bip": "10.250.0.254/24", [2025-06-23T03:44:25.405Z] "hosts": [ [2025-06-23T03:44:25.405Z] "tcp://0.0.0.0:5555", [2025-06-23T03:44:25.405Z] "unix:///var/run/docker.sock" [2025-06-23T03:44:25.405Z] ], [2025-06-23T03:44:25.405Z] "mtu": 1458, [2025-06-23T03:44:25.405Z] "selinux-enabled": true, [2025-06-23T03:44:25.405Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-23T03:44:25.405Z] } [Pipeline] sh [2025-06-23T03:44:25.734Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-23T03:44:26.060Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:44:44.337Z] provisioning config files... [2025-06-23T03:44:44.362Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/208@tmp/config3768228528916179176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:44:44.851Z] ---> ****-login.sh [2025-06-23T03:44:44.851Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:44:45.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:45.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:45.399Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:45.399Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:45.399Z] [2025-06-23T03:44:45.399Z] Login Succeeded [2025-06-23T03:44:45.399Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:44:45.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:45.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:45.669Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:45.669Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:45.669Z] [2025-06-23T03:44:45.669Z] Login Succeeded [2025-06-23T03:44:45.669Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:44:45.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:46.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:46.214Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:46.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:46.214Z] [2025-06-23T03:44:46.214Z] Login Succeeded [2025-06-23T03:44:46.214Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:44:46.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:46.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:46.482Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:46.483Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:46.483Z] [2025-06-23T03:44:46.483Z] Login Succeeded [2025-06-23T03:44:46.483Z] ****.io [2025-06-23T03:44:46.727Z] Removing intermediate container f603cf2f1a13 [2025-06-23T03:44:46.727Z] ---> ce759f3acee5 [2025-06-23T03:44:46.727Z] Step 13/26 : FROM alpine:3.20 [2025-06-23T03:44:46.727Z] 3.20: Pulling from library/alpine [2025-06-23T03:44:46.727Z] 0a9a5dfd008f: Already exists [2025-06-23T03:44:46.727Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T03:44:46.727Z] Status: Downloaded newer image for alpine:3.20 [2025-06-23T03:44:46.727Z] ---> ff221270b9fb [2025-06-23T03:44:46.727Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-06-23T03:44:46.727Z] ---> Running in 029cf645bc8b [2025-06-23T03:44:46.727Z] Removing intermediate container 029cf645bc8b [2025-06-23T03:44:46.727Z] ---> f54502d502d7 [2025-06-23T03:44:46.727Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-06-23T03:44:46.727Z] ---> Running in 095395324e98 [2025-06-23T03:44:46.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:46.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:46.727Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T03:44:46.727Z] Executing busybox-1.36.1-r29.trigger [2025-06-23T03:44:46.727Z] OK: 8 MiB in 15 packages [2025-06-23T03:44:46.727Z] Removing intermediate container 095395324e98 [2025-06-23T03:44:46.727Z] ---> 4fd39fa0efed [2025-06-23T03:44:46.727Z] Step 16/26 : RUN apk --no-cache upgrade [2025-06-23T03:44:46.727Z] ---> Running in b08b8aa5aefc [2025-06-23T03:44:46.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:46.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:46.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T03:44:46.986Z] OK: 8 MiB in 15 packages [2025-06-23T03:44:47.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:47.023Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:47.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:47.023Z] [2025-06-23T03:44:47.023Z] Login Succeeded [2025-06-23T03:44:47.023Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:44:47.036Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-23T03:44:47.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:44:47.373Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:44:47.399Z] ========================================================= [2025-06-23T03:44:47.399Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-23T03:44:47.399Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:47.552Z] Removing intermediate container b08b8aa5aefc [2025-06-23T03:44:47.552Z] ---> f0107f394152 [2025-06-23T03:44:47.552Z] Step 17/26 : WORKDIR / [2025-06-23T03:44:47.552Z] ---> Running in 2038bc5201d6 [2025-06-23T03:44:47.552Z] Removing intermediate container 2038bc5201d6 [2025-06-23T03:44:47.552Z] ---> e1cc3988c655 [2025-06-23T03:44:47.552Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-06-23T03:44:47.552Z] ---> 6165dae51054 [2025-06-23T03:44:47.552Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-06-23T03:44:47.768Z] + 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-06-23T03:44:47.811Z] ---> 6cda8dabeca6 [2025-06-23T03:44:47.811Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-06-23T03:44:48.357Z] Sending build context to Docker daemon 20.52MB [2025-06-23T03:44:48.357Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-23T03:44:48.357Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-23T03:44:48.379Z] ---> 190ac01ae853 [2025-06-23T03:44:48.379Z] Step 21/26 : EXPOSE 59900 [2025-06-23T03:44:48.379Z] ---> Running in 7590537023be [2025-06-23T03:44:48.379Z] Removing intermediate container 7590537023be [2025-06-23T03:44:48.379Z] ---> 1a3f4288e5a9 [2025-06-23T03:44:48.379Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-06-23T03:44:48.379Z] ---> Running in 8fb37124226b [2025-06-23T03:44:48.379Z] Removing intermediate container 8fb37124226b [2025-06-23T03:44:48.379Z] ---> c84ecf64efe8 [2025-06-23T03:44:48.379Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-23T03:44:48.379Z] ---> Running in 076d3c125f1a [2025-06-23T03:44:48.627Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-23T03:44:48.627Z] 94e9d8af2201: Pulling fs layer [2025-06-23T03:44:48.627Z] a6c56e8762df: Pulling fs layer [2025-06-23T03:44:48.627Z] f0f3c8884826: Pulling fs layer [2025-06-23T03:44:48.627Z] c7e7622c144d: Pulling fs layer [2025-06-23T03:44:48.627Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T03:44:48.627Z] e8859aadc426: Pulling fs layer [2025-06-23T03:44:48.627Z] b4813487a9f6: Pulling fs layer [2025-06-23T03:44:48.627Z] 502a3d64fb4b: Pulling fs layer [2025-06-23T03:44:48.627Z] 4f4fb700ef54: Waiting [2025-06-23T03:44:48.627Z] b4813487a9f6: Waiting [2025-06-23T03:44:48.627Z] e8859aadc426: Waiting [2025-06-23T03:44:48.627Z] c7e7622c144d: Waiting [2025-06-23T03:44:48.627Z] 502a3d64fb4b: Waiting [2025-06-23T03:44:48.627Z] a6c56e8762df: Verifying Checksum [2025-06-23T03:44:48.627Z] a6c56e8762df: Download complete [2025-06-23T03:44:48.627Z] c7e7622c144d: Download complete [2025-06-23T03:44:48.627Z] 4f4fb700ef54: Verifying Checksum [2025-06-23T03:44:48.627Z] 4f4fb700ef54: Download complete [2025-06-23T03:44:48.627Z] e8859aadc426: Verifying Checksum [2025-06-23T03:44:48.627Z] e8859aadc426: Download complete [2025-06-23T03:44:48.627Z] 94e9d8af2201: Verifying Checksum [2025-06-23T03:44:48.627Z] 94e9d8af2201: Download complete [2025-06-23T03:44:48.637Z] Removing intermediate container 076d3c125f1a [2025-06-23T03:44:48.637Z] ---> 40aae03e0c3b [2025-06-23T03:44:48.637Z] Step 24/26 : LABEL arch=amd64 [2025-06-23T03:44:48.637Z] ---> Running in 299f88f97f4a [2025-06-23T03:44:48.637Z] Removing intermediate container 299f88f97f4a [2025-06-23T03:44:48.637Z] ---> 57f048e7e595 [2025-06-23T03:44:48.637Z] Step 25/26 : LABEL git_sha=010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:44:48.637Z] ---> Running in 6e3473f19567 [2025-06-23T03:44:48.637Z] Removing intermediate container 6e3473f19567 [2025-06-23T03:44:48.637Z] ---> b9910e7acf0f [2025-06-23T03:44:48.637Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-06-23T03:44:48.637Z] ---> Running in 42a8d59758b3 [2025-06-23T03:44:48.897Z] Removing intermediate container 42a8d59758b3 [2025-06-23T03:44:48.897Z] ---> 29d206b7a862 [2025-06-23T03:44:48.897Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-23T03:44:48.897Z] Successfully built 29d206b7a862 [2025-06-23T03:44:48.897Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:44:49.036Z] provisioning config files... [2025-06-23T03:44:49.045Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3919320878542726421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:44:49.218Z] 502a3d64fb4b: Verifying Checksum [2025-06-23T03:44:49.218Z] 502a3d64fb4b: Download complete [2025-06-23T03:44:49.349Z] ---> ****-login.sh [2025-06-23T03:44:49.349Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:44:49.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:49.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:49.349Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:49.349Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:49.349Z] [2025-06-23T03:44:49.349Z] Login Succeeded [2025-06-23T03:44:49.349Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:44:49.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:49.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:49.349Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:49.349Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:49.349Z] [2025-06-23T03:44:49.349Z] Login Succeeded [2025-06-23T03:44:49.349Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:44:49.489Z] 94e9d8af2201: Pull complete [2025-06-23T03:44:49.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:49.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:49.609Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:49.609Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:49.609Z] [2025-06-23T03:44:49.609Z] Login Succeeded [2025-06-23T03:44:49.609Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:44:49.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:49.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:49.609Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:49.609Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:49.609Z] [2025-06-23T03:44:49.609Z] Login Succeeded [2025-06-23T03:44:49.609Z] ****.io [2025-06-23T03:44:49.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:44:49.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:44:49.870Z] Configure a credential helper to remove this warning. See [2025-06-23T03:44:49.870Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:44:49.870Z] [2025-06-23T03:44:49.870Z] Login Succeeded [2025-06-23T03:44:49.870Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:44:49.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T03:44:49.933Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:44:49.960Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-06-23T03:44:49.960Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:44:49.960Z] latest [2025-06-23T03:44:49.960Z] 4.1.0-dev.1 [2025-06-23T03:44:49.960Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:44:49.960Z] main [2025-06-23T03:44:49.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:50.076Z] a6c56e8762df: Pull complete [2025-06-23T03:44:50.303Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:50.628Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:44:50.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-23T03:44:50.628Z] cdf2edf22d38: Preparing [2025-06-23T03:44:50.628Z] 6035493cc289: Preparing [2025-06-23T03:44:50.628Z] cce3a5383c03: Preparing [2025-06-23T03:44:50.628Z] 3943c3ca5544: Preparing [2025-06-23T03:44:50.628Z] 0fd99c4cf1d3: Preparing [2025-06-23T03:44:50.628Z] 994456c4fd7b: Preparing [2025-06-23T03:44:50.628Z] 994456c4fd7b: Waiting [2025-06-23T03:44:50.628Z] 6035493cc289: Pushed [2025-06-23T03:44:50.628Z] 3943c3ca5544: Pushed [2025-06-23T03:44:50.628Z] 0fd99c4cf1d3: Pushed [2025-06-23T03:44:50.628Z] cce3a5383c03: Pushed [2025-06-23T03:44:50.628Z] 994456c4fd7b: Layer already exists [2025-06-23T03:44:50.662Z] f0f3c8884826: Verifying Checksum [2025-06-23T03:44:50.662Z] f0f3c8884826: Download complete [2025-06-23T03:44:51.263Z] b4813487a9f6: Verifying Checksum [2025-06-23T03:44:51.263Z] b4813487a9f6: Download complete [2025-06-23T03:44:53.915Z] cdf2edf22d38: Pushed [2025-06-23T03:44:53.915Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:54.243Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:54.568Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-23T03:44:54.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-23T03:44:54.568Z] cdf2edf22d38: Preparing [2025-06-23T03:44:54.568Z] 6035493cc289: Preparing [2025-06-23T03:44:54.568Z] cce3a5383c03: Preparing [2025-06-23T03:44:54.568Z] 3943c3ca5544: Preparing [2025-06-23T03:44:54.568Z] 0fd99c4cf1d3: Preparing [2025-06-23T03:44:54.568Z] 994456c4fd7b: Preparing [2025-06-23T03:44:54.568Z] 994456c4fd7b: Waiting [2025-06-23T03:44:54.568Z] 6035493cc289: Layer already exists [2025-06-23T03:44:54.568Z] cce3a5383c03: Layer already exists [2025-06-23T03:44:54.568Z] cdf2edf22d38: Layer already exists [2025-06-23T03:44:54.568Z] 3943c3ca5544: Layer already exists [2025-06-23T03:44:54.568Z] 0fd99c4cf1d3: Layer already exists [2025-06-23T03:44:54.568Z] 994456c4fd7b: Layer already exists [2025-06-23T03:44:54.568Z] latest: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:54.897Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:55.221Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-06-23T03:44:55.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-23T03:44:55.221Z] cdf2edf22d38: Preparing [2025-06-23T03:44:55.222Z] 6035493cc289: Preparing [2025-06-23T03:44:55.222Z] cce3a5383c03: Preparing [2025-06-23T03:44:55.222Z] 3943c3ca5544: Preparing [2025-06-23T03:44:55.222Z] 0fd99c4cf1d3: Preparing [2025-06-23T03:44:55.222Z] 994456c4fd7b: Preparing [2025-06-23T03:44:55.222Z] 994456c4fd7b: Waiting [2025-06-23T03:44:55.222Z] cdf2edf22d38: Layer already exists [2025-06-23T03:44:55.222Z] 0fd99c4cf1d3: Layer already exists [2025-06-23T03:44:55.222Z] cce3a5383c03: Layer already exists [2025-06-23T03:44:55.222Z] 6035493cc289: Layer already exists [2025-06-23T03:44:55.222Z] 3943c3ca5544: Layer already exists [2025-06-23T03:44:55.222Z] 994456c4fd7b: Layer already exists [2025-06-23T03:44:55.222Z] 4.1.0-dev.1: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:55.546Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:55.883Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:44:55.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-23T03:44:55.883Z] cdf2edf22d38: Preparing [2025-06-23T03:44:55.883Z] 6035493cc289: Preparing [2025-06-23T03:44:55.884Z] cce3a5383c03: Preparing [2025-06-23T03:44:55.884Z] 3943c3ca5544: Preparing [2025-06-23T03:44:55.884Z] 0fd99c4cf1d3: Preparing [2025-06-23T03:44:55.884Z] 994456c4fd7b: Preparing [2025-06-23T03:44:55.884Z] 994456c4fd7b: Waiting [2025-06-23T03:44:55.884Z] 0fd99c4cf1d3: Layer already exists [2025-06-23T03:44:55.884Z] cce3a5383c03: Layer already exists [2025-06-23T03:44:55.884Z] 6035493cc289: Layer already exists [2025-06-23T03:44:55.884Z] cdf2edf22d38: Layer already exists [2025-06-23T03:44:55.884Z] 3943c3ca5544: Layer already exists [2025-06-23T03:44:55.884Z] 994456c4fd7b: Layer already exists [2025-06-23T03:44:55.884Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:56.209Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:44:56.530Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-23T03:44:56.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-23T03:44:56.530Z] cdf2edf22d38: Preparing [2025-06-23T03:44:56.530Z] 6035493cc289: Preparing [2025-06-23T03:44:56.530Z] cce3a5383c03: Preparing [2025-06-23T03:44:56.530Z] 3943c3ca5544: Preparing [2025-06-23T03:44:56.530Z] 0fd99c4cf1d3: Preparing [2025-06-23T03:44:56.530Z] 994456c4fd7b: Preparing [2025-06-23T03:44:56.530Z] 994456c4fd7b: Waiting [2025-06-23T03:44:56.530Z] cdf2edf22d38: Layer already exists [2025-06-23T03:44:56.530Z] 3943c3ca5544: Layer already exists [2025-06-23T03:44:56.530Z] cce3a5383c03: Layer already exists [2025-06-23T03:44:56.530Z] 0fd99c4cf1d3: Layer already exists [2025-06-23T03:44:56.530Z] 6035493cc289: Layer already exists [2025-06-23T03:44:56.530Z] 994456c4fd7b: Layer already exists [2025-06-23T03:44:56.530Z] main: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T03:44:56.614Z] ===================================================== [Pipeline] echo [2025-06-23T03:44:56.626Z] taggedImages: [2025-06-23T03:44:56.626Z] - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:44:56.626Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-23T03:44:56.626Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-06-23T03:44:56.626Z] - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:44:56.626Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-06-23T03:44:56.673Z] ========================================================= [2025-06-23T03:44:56.673Z] [edgeXBuildMultiArch] RAW Config: [2025-06-23T03:44:56.673Z] images: [2025-06-23T03:44:56.673Z] - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:44:56.673Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-23T03:44:56.673Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-06-23T03:44:56.673Z] - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:44:56.673Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-23T03:44:56.673Z] settingsFile: [2025-06-23T03:44:56.673Z] device-virtual-go-settings [2025-06-23T03:44:56.673Z] ========================================================= [Pipeline] node [2025-06-23T03:45:06.283Z] f0f3c8884826: Pull complete [2025-06-23T03:45:06.283Z] c7e7622c144d: Pull complete [2025-06-23T03:45:06.283Z] 4f4fb700ef54: Pull complete [2025-06-23T03:45:06.283Z] e8859aadc426: Pull complete [2025-06-23T03:45:11.676Z] Still waiting to schedule task [2025-06-23T03:45:11.677Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-23T03:45:14.511Z] b4813487a9f6: Pull complete [2025-06-23T03:45:15.104Z] 502a3d64fb4b: Pull complete [2025-06-23T03:45:15.104Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-23T03:45:15.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T03:45:15.104Z] ---> 3bb21d53e231 [2025-06-23T03:45:15.104Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-23T03:45:17.056Z] ---> Running in 3bded66ab559 [2025-06-23T03:45:17.329Z] Removing intermediate container 3bded66ab559 [2025-06-23T03:45:17.329Z] ---> 235e38ed11cb [2025-06-23T03:45:17.329Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-23T03:45:17.329Z] ---> Running in 893b1a1045dc [2025-06-23T03:45:17.598Z] Removing intermediate container 893b1a1045dc [2025-06-23T03:45:17.598Z] ---> f35dc14869d2 [2025-06-23T03:45:17.598Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-06-23T03:45:17.598Z] ---> Running in 2d8ba968d241 [2025-06-23T03:45:17.868Z] Removing intermediate container 2d8ba968d241 [2025-06-23T03:45:17.868Z] ---> 069122b7eb5f [2025-06-23T03:45:17.868Z] Step 6/12 : WORKDIR /device-virtual-go [2025-06-23T03:45:17.868Z] ---> Running in 51eacbd274b4 [2025-06-23T03:45:18.139Z] Removing intermediate container 51eacbd274b4 [2025-06-23T03:45:18.139Z] ---> e46ca13b19df [2025-06-23T03:45:18.139Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-23T03:45:18.407Z] ---> Running in 306ab6655500 [2025-06-23T03:45:19.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T03:45:19.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T03:45:21.038Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-23T03:45:21.038Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-23T03:45:21.038Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-23T03:45:21.038Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-23T03:45:21.038Z] Executing busybox-1.36.1-r29.trigger [2025-06-23T03:45:21.038Z] OK: 244 MiB in 62 packages [2025-06-23T03:45:22.447Z] Removing intermediate container 306ab6655500 [2025-06-23T03:45:22.447Z] ---> 2525c7f3d41c [2025-06-23T03:45:22.447Z] Step 8/12 : COPY go.mod vendor* ./ [2025-06-23T03:45:22.715Z] ---> faebcc8cf0e3 [2025-06-23T03:45:22.715Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T03:45:22.715Z] ---> Running in ce8d0597c4bb [2025-06-23T03:46:06.473Z] Running on prd-centos7-docker-4c-2g-3761 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:46:06.527Z] provisioning config files... [2025-06-23T03:46:06.594Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5401210408731346905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:07.630Z] ---> ****-login.sh [2025-06-23T03:46:07.630Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:46:07.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:46:07.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:46:07.891Z] Configure a credential helper to remove this warning. See [2025-06-23T03:46:07.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:46:07.891Z] [2025-06-23T03:46:07.891Z] Login Succeeded [2025-06-23T03:46:07.891Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:46:07.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:46:08.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:46:08.152Z] Configure a credential helper to remove this warning. See [2025-06-23T03:46:08.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:46:08.152Z] [2025-06-23T03:46:08.152Z] Login Succeeded [2025-06-23T03:46:08.152Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:46:08.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:46:08.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:46:08.152Z] Configure a credential helper to remove this warning. See [2025-06-23T03:46:08.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:46:08.152Z] [2025-06-23T03:46:08.152Z] Login Succeeded [2025-06-23T03:46:08.152Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:08.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:46:08.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:46:08.152Z] Configure a credential helper to remove this warning. See [2025-06-23T03:46:08.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:46:08.153Z] [2025-06-23T03:46:08.153Z] Login Succeeded [2025-06-23T03:46:08.153Z] ****.io [2025-06-23T03:46:08.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:46:08.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:46:08.681Z] Configure a credential helper to remove this warning. See [2025-06-23T03:46:08.681Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:46:08.681Z] [2025-06-23T03:46:08.681Z] Login Succeeded [2025-06-23T03:46:08.681Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:46:08.690Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T03:46:09.036Z] + docker buildx ls [2025-06-23T03:46:09.036Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T03:46:09.036Z] default * docker [2025-06-23T03:46:09.036Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T03:46:09.337Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-23T03:46:09.337Z] edgex-builder [Pipeline] sh [2025-06-23T03:46:09.631Z] + docker buildx inspect --bootstrap [2025-06-23T03:46:09.631Z] #1 [internal] booting buildkit [2025-06-23T03:46:09.631Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-23T03:46:12.175Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-06-23T03:46:12.436Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-23T03:46:13.380Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-06-23T03:46:13.380Z] #1 DONE 3.8s [2025-06-23T03:46:13.380Z] Name: edgex-builder [2025-06-23T03:46:13.380Z] Driver: docker-container [2025-06-23T03:46:13.380Z] [2025-06-23T03:46:13.380Z] Nodes: [2025-06-23T03:46:13.380Z] Name: edgex-builder0 [2025-06-23T03:46:13.380Z] Endpoint: unix:///var/run/docker.sock [2025-06-23T03:46:13.380Z] Status: running [2025-06-23T03:46:13.380Z] Buildkit: v0.22.0 [2025-06-23T03:46:13.380Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-23T03:46:13.679Z] + docker buildx ls [2025-06-23T03:46:13.679Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T03:46:13.679Z] edgex-builder * docker-container [2025-06-23T03:46:13.679Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-23T03:46:13.679Z] default docker [2025-06-23T03:46:13.679Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T03:46:13.974Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 --push - [2025-06-23T03:46:13.974Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7' [2025-06-23T03:46:13.974Z] #1 [internal] load build definition from Dockerfile [2025-06-23T03:46:13.974Z] #1 transferring dockerfile: 199B done [2025-06-23T03:46:13.974Z] #1 DONE 0.0s [2025-06-23T03:46:13.974Z] [2025-06-23T03:46:13.974Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:46:13.974Z] #2 DONE 0.1s [2025-06-23T03:46:13.974Z] [2025-06-23T03:46:13.974Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:46:14.234Z] #3 DONE 0.1s [2025-06-23T03:46:14.234Z] [2025-06-23T03:46:14.234Z] #4 [internal] load .dockerignore [2025-06-23T03:46:14.234Z] #4 transferring context: 2B done [2025-06-23T03:46:14.234Z] #4 DONE 0.0s [2025-06-23T03:46:14.234Z] [2025-06-23T03:46:14.234Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:14.234Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 done [2025-06-23T03:46:14.234Z] #5 DONE 0.0s [2025-06-23T03:46:14.234Z] [2025-06-23T03:46:14.234Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:14.234Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 done [2025-06-23T03:46:14.234Z] #6 DONE 0.1s [2025-06-23T03:46:14.234Z] [2025-06-23T03:46:14.234Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:14.234Z] #7 DONE 0.0s [2025-06-23T03:46:14.234Z] [2025-06-23T03:46:14.234Z] #8 exporting to image [2025-06-23T03:46:14.234Z] #8 exporting layers done [2025-06-23T03:46:14.234Z] #8 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done [2025-06-23T03:46:14.234Z] #8 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done [2025-06-23T03:46:14.234Z] #8 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done [2025-06-23T03:46:14.234Z] #8 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 0.0s done [2025-06-23T03:46:14.234Z] #8 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done [2025-06-23T03:46:14.234Z] #8 pushing layers 0.1s done [2025-06-23T03:46:14.234Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 [2025-06-23T03:46:14.234Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T03:46:14.493Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done [2025-06-23T03:46:14.493Z] #8 DONE 0.2s [2025-06-23T03:46:14.493Z] [2025-06-23T03:46:14.493Z] 1 warning found (use --debug to expand): [2025-06-23T03:46:14.493Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T03:46:14.790Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' [2025-06-23T03:46:14.790Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - [2025-06-23T03:46:14.790Z] #1 [internal] load build definition from Dockerfile [2025-06-23T03:46:14.790Z] #1 transferring dockerfile: 165B done [2025-06-23T03:46:14.790Z] #1 DONE 0.0s [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-23T03:46:14.790Z] #2 DONE 0.0s [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-23T03:46:14.790Z] #3 DONE 0.0s [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #4 [internal] load .dockerignore [2025-06-23T03:46:14.790Z] #4 transferring context: 2B done [2025-06-23T03:46:14.790Z] #4 DONE 0.0s [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:14.790Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:14.790Z] #5 CACHED [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:14.790Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:14.790Z] #6 CACHED [2025-06-23T03:46:14.790Z] [2025-06-23T03:46:14.790Z] #7 exporting to image [2025-06-23T03:46:14.790Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T03:46:15.051Z] #7 exporting layers done [2025-06-23T03:46:15.051Z] #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done [2025-06-23T03:46:15.051Z] #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done [2025-06-23T03:46:15.051Z] #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done [2025-06-23T03:46:15.051Z] #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done [2025-06-23T03:46:15.051Z] #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done [2025-06-23T03:46:15.051Z] #7 pushing layers 0.0s done [2025-06-23T03:46:15.051Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done [2025-06-23T03:46:15.051Z] #7 DONE 0.1s [2025-06-23T03:46:15.051Z] [2025-06-23T03:46:15.051Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:15.051Z] #8 DONE 0.0s [2025-06-23T03:46:15.051Z] [2025-06-23T03:46:15.051Z] 1 warning found (use --debug to expand): [2025-06-23T03:46:15.051Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T03:46:15.346Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 --push - [2025-06-23T03:46:15.346Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1' [2025-06-23T03:46:15.346Z] #1 [internal] load build definition from Dockerfile [2025-06-23T03:46:15.346Z] #1 transferring dockerfile: 170B done [2025-06-23T03:46:15.346Z] #1 DONE 0.0s [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-06-23T03:46:15.346Z] #2 DONE 0.0s [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-06-23T03:46:15.346Z] #3 DONE 0.0s [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #4 [internal] load .dockerignore [2025-06-23T03:46:15.346Z] #4 transferring context: 2B done [2025-06-23T03:46:15.346Z] #4 DONE 0.0s [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:15.346Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:15.346Z] #5 CACHED [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:15.346Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:15.346Z] #6 CACHED [2025-06-23T03:46:15.346Z] [2025-06-23T03:46:15.346Z] #7 exporting to image [2025-06-23T03:46:15.346Z] #7 exporting layers done [2025-06-23T03:46:15.346Z] #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done [2025-06-23T03:46:15.346Z] #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done [2025-06-23T03:46:15.346Z] #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done [2025-06-23T03:46:15.346Z] #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done [2025-06-23T03:46:15.346Z] #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done [2025-06-23T03:46:15.346Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T03:46:15.605Z] #7 pushing layers 0.0s done [2025-06-23T03:46:15.605Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done [2025-06-23T03:46:15.605Z] #7 DONE 0.1s [2025-06-23T03:46:15.605Z] [2025-06-23T03:46:15.605Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:15.605Z] #8 DONE 0.0s [2025-06-23T03:46:15.605Z] [2025-06-23T03:46:15.605Z] 1 warning found (use --debug to expand): [2025-06-23T03:46:15.605Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T03:46:15.891Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1' [2025-06-23T03:46:15.891Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 --push - [2025-06-23T03:46:15.891Z] #1 [internal] load build definition from Dockerfile [2025-06-23T03:46:15.891Z] #1 transferring dockerfile: 211B done [2025-06-23T03:46:15.891Z] #1 DONE 0.0s [2025-06-23T03:46:15.891Z] [2025-06-23T03:46:15.891Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:46:15.891Z] #2 DONE 0.1s [2025-06-23T03:46:15.891Z] [2025-06-23T03:46:15.891Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:46:15.891Z] #3 DONE 0.1s [2025-06-23T03:46:15.891Z] [2025-06-23T03:46:15.891Z] #4 [internal] load .dockerignore [2025-06-23T03:46:15.891Z] #4 transferring context: [2025-06-23T03:46:16.155Z] #4 transferring context: 2B done [2025-06-23T03:46:16.155Z] #4 DONE 0.0s [2025-06-23T03:46:16.155Z] [2025-06-23T03:46:16.155Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:16.155Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:16.155Z] #5 CACHED [2025-06-23T03:46:16.155Z] [2025-06-23T03:46:16.155Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:16.155Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:16.155Z] #6 CACHED [2025-06-23T03:46:16.155Z] [2025-06-23T03:46:16.155Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:16.155Z] #7 DONE 0.0s [2025-06-23T03:46:16.155Z] [2025-06-23T03:46:16.155Z] #8 exporting to image [2025-06-23T03:46:16.155Z] #8 exporting layers done [2025-06-23T03:46:16.155Z] #8 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done [2025-06-23T03:46:16.155Z] #8 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done [2025-06-23T03:46:16.155Z] #8 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done [2025-06-23T03:46:16.155Z] #8 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done [2025-06-23T03:46:16.155Z] #8 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done [2025-06-23T03:46:16.155Z] #8 pushing layers 0.0s done [2025-06-23T03:46:16.155Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done [2025-06-23T03:46:16.155Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T03:46:16.155Z] #8 DONE 0.1s [2025-06-23T03:46:16.155Z] [2025-06-23T03:46:16.155Z] 1 warning found (use --debug to expand): [2025-06-23T03:46:16.155Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T03:46:16.447Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' [2025-06-23T03:46:16.447Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - [2025-06-23T03:46:16.447Z] #1 [internal] load build definition from Dockerfile [2025-06-23T03:46:16.447Z] #1 transferring dockerfile: 163B done [2025-06-23T03:46:16.447Z] #1 DONE 0.0s [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-23T03:46:16.447Z] #2 DONE 0.0s [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-23T03:46:16.447Z] #3 DONE 0.0s [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #4 [internal] load .dockerignore [2025-06-23T03:46:16.447Z] #4 transferring context: 2B done [2025-06-23T03:46:16.447Z] #4 DONE 0.0s [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:16.447Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:16.447Z] #5 CACHED [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 [2025-06-23T03:46:16.447Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done [2025-06-23T03:46:16.447Z] #6 CACHED [2025-06-23T03:46:16.447Z] [2025-06-23T03:46:16.447Z] #7 exporting to image [2025-06-23T03:46:16.447Z] #7 exporting layers done [2025-06-23T03:46:16.447Z] #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done [2025-06-23T03:46:16.447Z] #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done [2025-06-23T03:46:16.447Z] #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done [2025-06-23T03:46:16.447Z] #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done [2025-06-23T03:46:16.447Z] #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 [2025-06-23T03:46:16.447Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T03:46:16.707Z] #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done [2025-06-23T03:46:16.707Z] #7 pushing layers 0.0s done [2025-06-23T03:46:16.707Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done [2025-06-23T03:46:16.707Z] #7 DONE 0.1s [2025-06-23T03:46:16.707Z] [2025-06-23T03:46:16.707Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T03:46:16.707Z] #8 DONE 0.0s [2025-06-23T03:46:16.707Z] [2025-06-23T03:46:16.707Z] 1 warning found (use --debug to expand): [2025-06-23T03:46:16.707Z]  - 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-06-23T03:46:17.093Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:17.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:17.960Z] ---> package-listing.sh [2025-06-23T03:46:17.960Z] ++ facter osfamily [2025-06-23T03:46:17.960Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T03:46:18.220Z] + OS_FAMILY=redhat [2025-06-23T03:46:18.220Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-06-23T03:46:18.220Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T03:46:18.220Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T03:46:18.220Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T03:46:18.220Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T03:46:18.220Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-23T03:46:18.220Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T03:46:18.220Z] + case "${OS_FAMILY}" in [2025-06-23T03:46:18.220Z] + rpm -qa [2025-06-23T03:46:18.220Z] + sort [2025-06-23T03:46:18.788Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T03:46:18.788Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T03:46:18.788Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T03:46:18.788Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-23T03:46:18.788Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-06-23T03:46:18.789Z] + 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-06-23T03:46:18.802Z] 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-06-23T03:46:19.081Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:46:19.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:19.653Z] [2025-06-23T03:46:19.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:46:19.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:19.965Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T03:46:19.965Z] 5eb5b503b376: Pulling fs layer [2025-06-23T03:46:19.965Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T03:46:19.965Z] ec43610c2a17: Pulling fs layer [2025-06-23T03:46:19.965Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T03:46:19.965Z] 33b1e0a273af: Pulling fs layer [2025-06-23T03:46:19.965Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T03:46:19.965Z] 2f39f015ded8: Pulling fs layer [2025-06-23T03:46:19.965Z] 33b1e0a273af: Waiting [2025-06-23T03:46:19.965Z] 5d3b04190fa2: Waiting [2025-06-23T03:46:19.965Z] 2f39f015ded8: Waiting [2025-06-23T03:46:19.965Z] 3a2ae6a8a46f: Waiting [2025-06-23T03:46:19.965Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T03:46:19.965Z] 5c69ac0246d0: Download complete [2025-06-23T03:46:19.965Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-23T03:46:19.965Z] 3a2ae6a8a46f: Download complete [2025-06-23T03:46:19.965Z] 33b1e0a273af: Verifying Checksum [2025-06-23T03:46:19.965Z] 33b1e0a273af: Download complete [2025-06-23T03:46:19.965Z] 5d3b04190fa2: Verifying Checksum [2025-06-23T03:46:19.965Z] 5d3b04190fa2: Download complete [2025-06-23T03:46:19.965Z] ec43610c2a17: Verifying Checksum [2025-06-23T03:46:19.965Z] ec43610c2a17: Download complete [2025-06-23T03:46:20.228Z] 5eb5b503b376: Verifying Checksum [2025-06-23T03:46:20.228Z] 5eb5b503b376: Download complete [2025-06-23T03:46:20.863Z] 2f39f015ded8: Download complete [2025-06-23T03:46:21.832Z] 5eb5b503b376: Pull complete [2025-06-23T03:46:21.832Z] 5c69ac0246d0: Pull complete [2025-06-23T03:46:22.092Z] ec43610c2a17: Pull complete [2025-06-23T03:46:22.092Z] 3a2ae6a8a46f: Pull complete [2025-06-23T03:46:22.359Z] 33b1e0a273af: Pull complete [2025-06-23T03:46:22.359Z] 5d3b04190fa2: Pull complete [2025-06-23T03:46:26.609Z] 2f39f015ded8: Pull complete [2025-06-23T03:46:26.609Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T03:46:26.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:26.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:46:26.758Z] prd-centos7-docker-4c-2g-3761 does not seem to be running inside a container [2025-06-23T03:46:26.804Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-23T03:46:30.038Z] $ docker top 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:46:30.383Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T03:46:30.673Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T03:46:30.962Z] + ls /var/log/sa-host [2025-06-23T03:46:30.962Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:46:31.129Z] provisioning config files... [2025-06-23T03:46:31.137Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1321598177286349432tmp [Pipeline] { [Pipeline] echo [2025-06-23T03:46:31.159Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:31.450Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T03:46:31.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:31.806Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T03:46:31.816Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:32.106Z] ---> sudo-logs.sh [2025-06-23T03:46:32.106Z] Archiving 'sudo' log.. [2025-06-23T03:46:32.106Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3761.novalocal: Name or service not known [2025-06-23T03:46:32.106Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3761.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-23T03:46:32.133Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:32.419Z] ---> job-cost.sh [2025-06-23T03:46:32.420Z] lf-activate-venv: SKIPPING [2025-06-23T03:46:32.420Z] INFO: No Stack... [2025-06-23T03:46:32.678Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-23T03:46:32.937Z] INFO: Archiving Costs [Pipeline] echo [2025-06-23T03:46:32.950Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:33.241Z] ---> logs-deploy.sh [2025-06-23T03:46:33.241Z] lf-activate-venv: SKIPPING [2025-06-23T03:46:33.241Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/208 [2025-06-23T03:46:33.241Z] INFO: archiving workspace using pattern(s): [2025-06-23T03:46:34.178Z] Archives upload complete. [2025-06-23T03:46:34.178Z] INFO: archiving logs to Nexus [2025-06-23T03:46:35.115Z] ---> uname -a: [2025-06-23T03:46:35.115Z] Linux prd-centos7-docker-4c-2g-3761.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-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] ---> lscpu: [2025-06-23T03:46:35.115Z] Architecture: x86_64 [2025-06-23T03:46:35.115Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-23T03:46:35.115Z] Byte Order: Little Endian [2025-06-23T03:46:35.115Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-23T03:46:35.115Z] CPU(s): 2 [2025-06-23T03:46:35.115Z] On-line CPU(s) list: 0,1 [2025-06-23T03:46:35.115Z] Thread(s) per core: 1 [2025-06-23T03:46:35.115Z] Core(s) per socket: 1 [2025-06-23T03:46:35.115Z] Socket(s): 2 [2025-06-23T03:46:35.115Z] NUMA node(s): 1 [2025-06-23T03:46:35.115Z] Vendor ID: AuthenticAMD [2025-06-23T03:46:35.115Z] CPU family: 23 [2025-06-23T03:46:35.115Z] Model: 49 [2025-06-23T03:46:35.115Z] Model name: AMD EPYC-Rome Processor [2025-06-23T03:46:35.115Z] Stepping: 0 [2025-06-23T03:46:35.115Z] CPU MHz: 2799.998 [2025-06-23T03:46:35.115Z] BogoMIPS: 5599.99 [2025-06-23T03:46:35.115Z] Virtualization: AMD-V [2025-06-23T03:46:35.115Z] Hypervisor vendor: KVM [2025-06-23T03:46:35.115Z] Virtualization type: full [2025-06-23T03:46:35.115Z] L1d cache: 64 KiB [2025-06-23T03:46:35.115Z] L1i cache: 64 KiB [2025-06-23T03:46:35.115Z] L2 cache: 1 MiB [2025-06-23T03:46:35.115Z] L3 cache: 32 MiB [2025-06-23T03:46:35.115Z] NUMA node0 CPU(s): 0,1 [2025-06-23T03:46:35.115Z] Vulnerability Itlb multihit: Not affected [2025-06-23T03:46:35.115Z] Vulnerability L1tf: Not affected [2025-06-23T03:46:35.115Z] Vulnerability Mds: Not affected [2025-06-23T03:46:35.115Z] Vulnerability Meltdown: Not affected [2025-06-23T03:46:35.115Z] Vulnerability Mmio stale data: Not affected [2025-06-23T03:46:35.115Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-23T03:46:35.115Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-23T03:46:35.115Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-23T03:46:35.115Z] Vulnerability Srbds: Not affected [2025-06-23T03:46:35.115Z] Vulnerability Tsx async abort: Not affected [2025-06-23T03:46:35.115Z] 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-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] ---> nproc: [2025-06-23T03:46:35.115Z] 2 [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] ---> df -h: [2025-06-23T03:46:35.115Z] Filesystem Size Used Avail Use% Mounted on [2025-06-23T03:46:35.115Z] overlay 40G 7.3G 33G 19% / [2025-06-23T03:46:35.115Z] tmpfs 64M 0 64M 0% /dev [2025-06-23T03:46:35.115Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-23T03:46:35.115Z] shm 64M 0 64M 0% /dev/shm [2025-06-23T03:46:35.115Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] [2025-06-23T03:46:35.115Z] Cannot open /var/log/sysstat/sa23: No such file or directory [2025-06-23T03:46:35.115Z] Please check if data collecting is enabled [2025-06-23T03:46:35.115Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T03:46:35.152Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-23T03:46:35.170Z] $ docker stop --time=1 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 [2025-06-23T03:46:36.311Z] $ docker rm -f --volumes 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-23T03:46:36.403Z] [WS-CLEANUP] Deleting project workspace... [2025-06-23T03:46:36.403Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-23T03:46:36.419Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:46:36.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:36.847Z] [2025-06-23T03:46:36.847Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:46:37.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:37.154Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T03:46:37.154Z] 5eb5b503b376: Pulling fs layer [2025-06-23T03:46:37.154Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T03:46:37.154Z] ec43610c2a17: Pulling fs layer [2025-06-23T03:46:37.154Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T03:46:37.154Z] 33b1e0a273af: Pulling fs layer [2025-06-23T03:46:37.154Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T03:46:37.154Z] 2f39f015ded8: Pulling fs layer [2025-06-23T03:46:37.154Z] 5d3b04190fa2: Waiting [2025-06-23T03:46:37.154Z] 2f39f015ded8: Waiting [2025-06-23T03:46:37.154Z] 3a2ae6a8a46f: Waiting [2025-06-23T03:46:37.154Z] 33b1e0a273af: Waiting [2025-06-23T03:46:37.154Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T03:46:37.154Z] 5c69ac0246d0: Download complete [2025-06-23T03:46:37.154Z] 3a2ae6a8a46f: Download complete [2025-06-23T03:46:37.154Z] 33b1e0a273af: Verifying Checksum [2025-06-23T03:46:37.154Z] 33b1e0a273af: Download complete [2025-06-23T03:46:37.154Z] 5d3b04190fa2: Download complete [2025-06-23T03:46:37.154Z] ec43610c2a17: Verifying Checksum [2025-06-23T03:46:37.154Z] ec43610c2a17: Download complete [2025-06-23T03:46:37.413Z] 5eb5b503b376: Verifying Checksum [2025-06-23T03:46:37.413Z] 5eb5b503b376: Download complete [2025-06-23T03:46:37.978Z] 2f39f015ded8: Verifying Checksum [2025-06-23T03:46:37.978Z] 2f39f015ded8: Download complete [2025-06-23T03:46:38.543Z] 5eb5b503b376: Pull complete [2025-06-23T03:46:38.801Z] 5c69ac0246d0: Pull complete [2025-06-23T03:46:39.059Z] ec43610c2a17: Pull complete [2025-06-23T03:46:39.059Z] 3a2ae6a8a46f: Pull complete [2025-06-23T03:46:39.318Z] 33b1e0a273af: Pull complete [2025-06-23T03:46:39.318Z] 5d3b04190fa2: Pull complete [2025-06-23T03:46:43.502Z] 2f39f015ded8: Pull complete [2025-06-23T03:46:43.502Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T03:46:43.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:46:43.502Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:46:43.646Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:46:43.703Z] $ 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-06-23T03:46:45.383Z] $ docker top a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:46:45.796Z] ---> job-cost.sh [2025-06-23T03:46:45.796Z] lf-activate-venv: SKIPPING [2025-06-23T03:46:45.796Z] INFO: No Stack... [2025-06-23T03:46:46.055Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-23T03:46:46.315Z] INFO: Archiving Costs [Pipeline] sh [2025-06-23T03:46:46.608Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-06-23T03:46:46.609Z] + cut -d, -f6 [Pipeline] lock [2025-06-23T03:46:46.624Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [2025-06-23T03:46:46.631Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] did not exist. Created. [2025-06-23T03:46:46.636Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-23T03:46:46.951Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-23T03:46:46.988Z] Stashed 1 file(s) [Pipeline] } [2025-06-23T03:46:46.996Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-23T03:46:47.038Z] $ docker stop --time=1 a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e [2025-06-23T03:46:48.180Z] $ docker rm -f --volumes a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-23T03:47:44.391Z] Removing intermediate container ce8d0597c4bb [2025-06-23T03:47:44.391Z] ---> 999e4950f083 [2025-06-23T03:47:44.391Z] Step 10/12 : COPY . . [2025-06-23T03:47:44.391Z] ---> cba69de7f008 [2025-06-23T03:47:44.391Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-23T03:47:44.391Z] ---> Running in 0e0ef9472712 [2025-06-23T03:47:44.391Z] Removing intermediate container 0e0ef9472712 [2025-06-23T03:47:44.391Z] ---> 70e503d9abad [2025-06-23T03:47:44.391Z] Step 12/12 : RUN $MAKE [2025-06-23T03:47:44.391Z] ---> Running in fb77b8dda8e3 [2025-06-23T03:47:44.658Z] noop [2025-06-23T03:47:45.255Z] Removing intermediate container fb77b8dda8e3 [2025-06-23T03:47:45.255Z] ---> bc9ce893b631 [2025-06-23T03:47:45.255Z] Successfully built bc9ce893b631 [2025-06-23T03:47:45.255Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:47:45.633Z] + docker inspect -f . ci-base-image-arm64 [2025-06-23T03:47:45.633Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:47:45.834Z] prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container [2025-06-23T03:47:45.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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-06-23T03:47:47.049Z] $ docker top 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:47:47.858Z] + go version [2025-06-23T03:47:47.858Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-23T03:47:47.891Z] $ docker stop --time=1 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b [2025-06-23T03:47:49.495Z] $ docker rm -f --volumes 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:47:50.038Z] + docker inspect -f . ci-base-image-arm64 [2025-06-23T03:47:50.038Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:47:50.213Z] prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container [2025-06-23T03:47:50.293Z] $ 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/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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-06-23T03:47:51.448Z] $ docker top f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:47:51.927Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/208 [Pipeline] fileExists [Pipeline] sh [2025-06-23T03:47:52.583Z] + make test [2025-06-23T03:47:52.584Z] go test ./... -coverprofile=coverage.out [2025-06-23T03:47:57.916Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-06-23T03:51:04.686Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-06-23T03:51:04.686Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.065s coverage: 57.5% of statements [2025-06-23T03:51:04.686Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-23T03:51:04.686Z] go vet ./... [2025-06-23T03:51:51.489Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-23T03:51:51.489Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-23T03:51:51.489Z] ./bin/test-attribution-txt.sh [2025-06-23T03:51:51.489Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-23T03:51:51.489Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-23T03:51:51.489Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-23T03:51:51.489Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-23T03:51:51.489Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-23T03:51:51.508Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-23T03:51:51.547Z] $ docker stop --time=1 f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b [2025-06-23T03:51:53.470Z] $ docker rm -f --volumes f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T03:51:54.987Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-23T03:51:55.024Z] Warning: overwriting stash ‘coverage-report’ [2025-06-23T03:51:55.596Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-23T03:51:56.087Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-23T03:51:56.395Z] + ls -al . [2025-06-23T03:51:56.395Z] total 268 [2025-06-23T03:51:56.395Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 23 03:47 . [2025-06-23T03:51:56.395Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:44 .. [2025-06-23T03:51:56.395Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:44 .git [2025-06-23T03:51:56.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 .github [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 23 03:44 .gitignore [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 23 03:44 .golangci.yml [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jun 23 03:44 Attribution.txt [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jun 23 03:44 CHANGELOG.md [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jun 23 03:44 Dockerfile [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 03:44 GOVERNANCE.md [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 23 03:44 Jenkinsfile [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 03:44 LICENSE [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jun 23 03:44 Makefile [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 623 Jun 23 03:44 OWNERS.md [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jun 23 03:44 README.md [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 03:42 VERSION [2025-06-23T03:51:56.395Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:44 bin [2025-06-23T03:51:56.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 cmd [2025-06-23T03:51:56.395Z] -rw-r--r-- 1 jenkins jenkins 45558 Jun 23 03:51 coverage.out [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 6059 Jun 23 03:44 go.mod [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 86761 Jun 23 03:44 go.sum [2025-06-23T03:51:56.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 internal [2025-06-23T03:51:56.395Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 23 03:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:51:56.748Z] + 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=010fbd8dec9bbb1ea6641e05522169e05f3890e7 --label arch=arm64 --label version=4.1.0-dev.1 . [2025-06-23T03:51:57.332Z] Sending build context to Docker daemon 20.57MB [2025-06-23T03:51:57.332Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-23T03:51:57.332Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-23T03:51:57.332Z] ---> bc9ce893b631 [2025-06-23T03:51:57.332Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-23T03:51:57.332Z] ---> Running in 65bee57291a7 [2025-06-23T03:51:57.916Z] Removing intermediate container 65bee57291a7 [2025-06-23T03:51:57.916Z] ---> ddc59d22ceba [2025-06-23T03:51:57.916Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-23T03:51:57.916Z] ---> Running in 30429ba34856 [2025-06-23T03:51:58.184Z] Removing intermediate container 30429ba34856 [2025-06-23T03:51:58.184Z] ---> 1aa1936b1def [2025-06-23T03:51:58.184Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-06-23T03:51:58.184Z] ---> Running in 9c45db5fd98b [2025-06-23T03:51:58.454Z] Removing intermediate container 9c45db5fd98b [2025-06-23T03:51:58.454Z] ---> 4fb9f7bfc983 [2025-06-23T03:51:58.454Z] Step 6/26 : WORKDIR /device-virtual-go [2025-06-23T03:51:58.454Z] ---> Running in 55011ed46240 [2025-06-23T03:51:58.721Z] Removing intermediate container 55011ed46240 [2025-06-23T03:51:58.721Z] ---> 10beef84772a [2025-06-23T03:51:58.721Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-23T03:51:58.994Z] ---> Running in 5d8882106d05 [2025-06-23T03:51:59.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T03:52:00.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T03:52:01.658Z] OK: 244 MiB in 62 packages [2025-06-23T03:52:02.240Z] Removing intermediate container 5d8882106d05 [2025-06-23T03:52:02.240Z] ---> 3683b3f5ce99 [2025-06-23T03:52:02.240Z] Step 8/26 : COPY go.mod vendor* ./ [2025-06-23T03:52:02.826Z] ---> 4e8373a7b9d8 [2025-06-23T03:52:02.826Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T03:52:02.826Z] ---> Running in 9c12c66dd0fe [2025-06-23T03:52:05.412Z] Removing intermediate container 9c12c66dd0fe [2025-06-23T03:52:05.412Z] ---> 81d74c9f6a2b [2025-06-23T03:52:05.412Z] Step 10/26 : COPY . . [2025-06-23T03:52:06.401Z] ---> ec00da0ab2cb [2025-06-23T03:52:06.401Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-23T03:52:06.401Z] ---> Running in 08bf8ea66f03 [2025-06-23T03:52:06.668Z] Removing intermediate container 08bf8ea66f03 [2025-06-23T03:52:06.668Z] ---> fc34bc484993 [2025-06-23T03:52:06.668Z] Step 12/26 : RUN $MAKE [2025-06-23T03:52:06.668Z] ---> Running in a6269c9e245a [2025-06-23T03:52:07.628Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-06-23T03:55:29.522Z] Removing intermediate container a6269c9e245a [2025-06-23T03:55:29.522Z] ---> 88b2171732d3 [2025-06-23T03:55:29.522Z] Step 13/26 : FROM alpine:3.20 [2025-06-23T03:55:29.522Z] 3.20: Pulling from library/alpine [2025-06-23T03:55:29.522Z] 94e9d8af2201: Already exists [2025-06-23T03:55:29.522Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T03:55:29.522Z] Status: Downloaded newer image for alpine:3.20 [2025-06-23T03:55:29.522Z] ---> 7aab056cecc6 [2025-06-23T03:55:29.522Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-06-23T03:55:29.522Z] ---> Running in 5a2f87381f05 [2025-06-23T03:55:29.522Z] Removing intermediate container 5a2f87381f05 [2025-06-23T03:55:29.522Z] ---> 7a6e359c496e [2025-06-23T03:55:29.522Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-06-23T03:55:29.522Z] ---> Running in 7d5f6ec35d32 [2025-06-23T03:55:29.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T03:55:29.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T03:55:29.522Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T03:55:29.522Z] Executing busybox-1.36.1-r29.trigger [2025-06-23T03:55:29.522Z] OK: 9 MiB in 15 packages [2025-06-23T03:55:29.522Z] Removing intermediate container 7d5f6ec35d32 [2025-06-23T03:55:29.522Z] ---> e28c9e4a4ac1 [2025-06-23T03:55:29.522Z] Step 16/26 : RUN apk --no-cache upgrade [2025-06-23T03:55:29.522Z] ---> Running in 54e1c7347d27 [2025-06-23T03:55:29.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T03:55:29.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T03:55:29.522Z] OK: 9 MiB in 15 packages [2025-06-23T03:55:29.522Z] Removing intermediate container 54e1c7347d27 [2025-06-23T03:55:29.522Z] ---> 5b367b8b8237 [2025-06-23T03:55:29.522Z] Step 17/26 : WORKDIR / [2025-06-23T03:55:29.522Z] ---> Running in 215e83c5fdc0 [2025-06-23T03:55:29.522Z] Removing intermediate container 215e83c5fdc0 [2025-06-23T03:55:29.522Z] ---> 4d783b82186d [2025-06-23T03:55:29.522Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-06-23T03:55:29.522Z] ---> 5a4da4333844 [2025-06-23T03:55:29.522Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-06-23T03:55:29.522Z] ---> f07ea0d4aca0 [2025-06-23T03:55:29.522Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-06-23T03:55:29.522Z] ---> 3cab0c2b5472 [2025-06-23T03:55:29.522Z] Step 21/26 : EXPOSE 59900 [2025-06-23T03:55:29.522Z] ---> Running in 5bb2d3604e64 [2025-06-23T03:55:29.522Z] Removing intermediate container 5bb2d3604e64 [2025-06-23T03:55:29.522Z] ---> 8de5a9aa659c [2025-06-23T03:55:29.522Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-06-23T03:55:29.522Z] ---> Running in 0ca52dd799b7 [2025-06-23T03:55:29.522Z] Removing intermediate container 0ca52dd799b7 [2025-06-23T03:55:29.522Z] ---> 606d70478d28 [2025-06-23T03:55:29.522Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-23T03:55:29.522Z] ---> Running in 9b0c8a8cdf45 [2025-06-23T03:55:29.522Z] Removing intermediate container 9b0c8a8cdf45 [2025-06-23T03:55:29.522Z] ---> 53fd7ef48047 [2025-06-23T03:55:29.522Z] Step 24/26 : LABEL arch=arm64 [2025-06-23T03:55:29.522Z] ---> Running in abf651424647 [2025-06-23T03:55:29.522Z] Removing intermediate container abf651424647 [2025-06-23T03:55:29.522Z] ---> a37d8dd67bc5 [2025-06-23T03:55:29.522Z] Step 25/26 : LABEL git_sha=010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:55:29.522Z] ---> Running in 9784dc05da1f [2025-06-23T03:55:29.522Z] Removing intermediate container 9784dc05da1f [2025-06-23T03:55:29.522Z] ---> 572693ea9c4b [2025-06-23T03:55:29.522Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-06-23T03:55:29.522Z] ---> Running in f7a195915c45 [2025-06-23T03:55:29.795Z] Removing intermediate container f7a195915c45 [2025-06-23T03:55:29.795Z] ---> 6df84f70a1c4 [2025-06-23T03:55:29.795Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-23T03:55:29.795Z] Successfully built 6df84f70a1c4 [2025-06-23T03:55:29.795Z] 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-06-23T03:55:29.959Z] provisioning config files... [2025-06-23T03:55:29.972Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/208@tmp/config6272720223817958939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:55:30.302Z] ---> ****-login.sh [2025-06-23T03:55:30.303Z] nexus3.edgexfoundry.org:10001 [2025-06-23T03:55:30.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:55:30.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:55:30.570Z] Configure a credential helper to remove this warning. See [2025-06-23T03:55:30.570Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:55:30.570Z] [2025-06-23T03:55:30.570Z] Login Succeeded [2025-06-23T03:55:30.570Z] nexus3.edgexfoundry.org:10002 [2025-06-23T03:55:30.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:55:30.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:55:30.837Z] Configure a credential helper to remove this warning. See [2025-06-23T03:55:30.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:55:30.837Z] [2025-06-23T03:55:30.837Z] Login Succeeded [2025-06-23T03:55:30.837Z] nexus3.edgexfoundry.org:10003 [2025-06-23T03:55:31.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:55:31.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:55:31.105Z] Configure a credential helper to remove this warning. See [2025-06-23T03:55:31.105Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:55:31.105Z] [2025-06-23T03:55:31.105Z] Login Succeeded [2025-06-23T03:55:31.105Z] nexus3.edgexfoundry.org:10004 [2025-06-23T03:55:31.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:55:31.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:55:31.639Z] Configure a credential helper to remove this warning. See [2025-06-23T03:55:31.639Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:55:31.639Z] [2025-06-23T03:55:31.639Z] Login Succeeded [2025-06-23T03:55:31.639Z] ****.io [2025-06-23T03:55:31.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T03:55:31.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T03:55:31.904Z] Configure a credential helper to remove this warning. See [2025-06-23T03:55:31.904Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T03:55:31.904Z] [2025-06-23T03:55:31.904Z] Login Succeeded [2025-06-23T03:55:31.904Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T03:55:31.915Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T03:55:31.973Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T03:55:32.008Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-06-23T03:55:32.008Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:55:32.008Z] latest [2025-06-23T03:55:32.008Z] 4.1.0-dev.1 [2025-06-23T03:55:32.008Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:55:32.008Z] main [2025-06-23T03:55:32.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:32.381Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:32.736Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:55:32.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-23T03:55:32.736Z] 209321d55946: Preparing [2025-06-23T03:55:32.736Z] cbecb6e9823b: Preparing [2025-06-23T03:55:32.736Z] ac2451d147c9: Preparing [2025-06-23T03:55:32.736Z] 643b491d5249: Preparing [2025-06-23T03:55:32.736Z] dcf67f62870f: Preparing [2025-06-23T03:55:32.736Z] dd9c8f8612c8: Preparing [2025-06-23T03:55:32.736Z] dd9c8f8612c8: Waiting [2025-06-23T03:55:33.000Z] cbecb6e9823b: Pushed [2025-06-23T03:55:33.000Z] 643b491d5249: Pushed [2025-06-23T03:55:33.000Z] ac2451d147c9: Pushed [2025-06-23T03:55:33.000Z] dcf67f62870f: Pushed [2025-06-23T03:55:33.000Z] dd9c8f8612c8: Layer already exists [2025-06-23T03:55:39.628Z] 209321d55946: Pushed [2025-06-23T03:55:39.628Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:39.982Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:40.342Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-06-23T03:55:40.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-23T03:55:40.343Z] 209321d55946: Preparing [2025-06-23T03:55:40.343Z] cbecb6e9823b: Preparing [2025-06-23T03:55:40.343Z] ac2451d147c9: Preparing [2025-06-23T03:55:40.343Z] 643b491d5249: Preparing [2025-06-23T03:55:40.343Z] dcf67f62870f: Preparing [2025-06-23T03:55:40.343Z] dd9c8f8612c8: Preparing [2025-06-23T03:55:40.343Z] dcf67f62870f: Layer already exists [2025-06-23T03:55:40.343Z] 209321d55946: Layer already exists [2025-06-23T03:55:40.343Z] ac2451d147c9: Layer already exists [2025-06-23T03:55:40.343Z] 643b491d5249: Layer already exists [2025-06-23T03:55:40.343Z] cbecb6e9823b: Layer already exists [2025-06-23T03:55:40.343Z] dd9c8f8612c8: Layer already exists [2025-06-23T03:55:40.608Z] latest: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:40.966Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:41.326Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [2025-06-23T03:55:41.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-23T03:55:41.326Z] 209321d55946: Preparing [2025-06-23T03:55:41.326Z] cbecb6e9823b: Preparing [2025-06-23T03:55:41.326Z] ac2451d147c9: Preparing [2025-06-23T03:55:41.326Z] 643b491d5249: Preparing [2025-06-23T03:55:41.326Z] dcf67f62870f: Preparing [2025-06-23T03:55:41.326Z] dd9c8f8612c8: Preparing [2025-06-23T03:55:41.326Z] dd9c8f8612c8: Waiting [2025-06-23T03:55:41.326Z] 643b491d5249: Layer already exists [2025-06-23T03:55:41.326Z] cbecb6e9823b: Layer already exists [2025-06-23T03:55:41.326Z] dcf67f62870f: Layer already exists [2025-06-23T03:55:41.326Z] ac2451d147c9: Layer already exists [2025-06-23T03:55:41.326Z] 209321d55946: Layer already exists [2025-06-23T03:55:41.326Z] dd9c8f8612c8: Layer already exists [2025-06-23T03:55:41.326Z] 4.1.0-dev.1: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:41.940Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:42.302Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:55:42.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-23T03:55:42.302Z] 209321d55946: Preparing [2025-06-23T03:55:42.302Z] cbecb6e9823b: Preparing [2025-06-23T03:55:42.302Z] ac2451d147c9: Preparing [2025-06-23T03:55:42.302Z] 643b491d5249: Preparing [2025-06-23T03:55:42.302Z] dcf67f62870f: Preparing [2025-06-23T03:55:42.302Z] dd9c8f8612c8: Preparing [2025-06-23T03:55:42.302Z] dd9c8f8612c8: Waiting [2025-06-23T03:55:42.302Z] dcf67f62870f: Layer already exists [2025-06-23T03:55:42.302Z] 209321d55946: Layer already exists [2025-06-23T03:55:42.302Z] cbecb6e9823b: Layer already exists [2025-06-23T03:55:42.302Z] 643b491d5249: Layer already exists [2025-06-23T03:55:42.302Z] ac2451d147c9: Layer already exists [2025-06-23T03:55:42.302Z] dd9c8f8612c8: Layer already exists [2025-06-23T03:55:42.302Z] 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:42.661Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:43.009Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-06-23T03:55:43.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-23T03:55:43.009Z] 209321d55946: Preparing [2025-06-23T03:55:43.009Z] cbecb6e9823b: Preparing [2025-06-23T03:55:43.009Z] ac2451d147c9: Preparing [2025-06-23T03:55:43.009Z] 643b491d5249: Preparing [2025-06-23T03:55:43.009Z] dcf67f62870f: Preparing [2025-06-23T03:55:43.009Z] dd9c8f8612c8: Preparing [2025-06-23T03:55:43.009Z] dd9c8f8612c8: Waiting [2025-06-23T03:55:43.009Z] dcf67f62870f: Layer already exists [2025-06-23T03:55:43.009Z] 643b491d5249: Layer already exists [2025-06-23T03:55:43.009Z] 209321d55946: Layer already exists [2025-06-23T03:55:43.009Z] ac2451d147c9: Layer already exists [2025-06-23T03:55:43.009Z] cbecb6e9823b: Layer already exists [2025-06-23T03:55:43.009Z] dd9c8f8612c8: Layer already exists [2025-06-23T03:55:43.274Z] main: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T03:55:43.368Z] ===================================================== [Pipeline] echo [2025-06-23T03:55:43.384Z] taggedImages: [2025-06-23T03:55:43.384Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [2025-06-23T03:55:43.384Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-06-23T03:55:43.384Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [2025-06-23T03:55:43.384Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [2025-06-23T03:55:43.384Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-06-23T03:55:43.396Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo [2025-06-23T03:55:43.411Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-06-23T03:55:43.421Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] echo [2025-06-23T03:55:43.435Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] echo [2025-06-23T03:55:43.450Z] 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-06-23T03:55:43.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T03:55:43.835Z] [2025-06-23T03:55:43.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:55:44.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T03:55:44.160Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-23T03:55:44.160Z] 8998bd30e6a1: Pulling fs layer [2025-06-23T03:55:44.160Z] 04944245beec: Pulling fs layer [2025-06-23T03:55:44.160Z] 699f458cf7ca: Pulling fs layer [2025-06-23T03:55:44.160Z] 765212b225bb: Pulling fs layer [2025-06-23T03:55:44.160Z] f23df028b6ca: Pulling fs layer [2025-06-23T03:55:44.160Z] d65c8cfc05b1: Pulling fs layer [2025-06-23T03:55:44.160Z] 2437ff75d9bd: Pulling fs layer [2025-06-23T03:55:44.160Z] 765212b225bb: Waiting [2025-06-23T03:55:44.160Z] f23df028b6ca: Waiting [2025-06-23T03:55:44.160Z] d65c8cfc05b1: Waiting [2025-06-23T03:55:44.424Z] 04944245beec: Verifying Checksum [2025-06-23T03:55:44.424Z] 04944245beec: Download complete [2025-06-23T03:55:44.424Z] 765212b225bb: Verifying Checksum [2025-06-23T03:55:44.424Z] 765212b225bb: Download complete [2025-06-23T03:55:44.424Z] f23df028b6ca: Verifying Checksum [2025-06-23T03:55:44.424Z] f23df028b6ca: Download complete [2025-06-23T03:55:44.424Z] d65c8cfc05b1: Verifying Checksum [2025-06-23T03:55:44.424Z] d65c8cfc05b1: Download complete [2025-06-23T03:55:44.424Z] 699f458cf7ca: Verifying Checksum [2025-06-23T03:55:44.424Z] 699f458cf7ca: Download complete [2025-06-23T03:55:45.004Z] 8998bd30e6a1: Verifying Checksum [2025-06-23T03:55:45.004Z] 8998bd30e6a1: Download complete [2025-06-23T03:55:47.571Z] 2437ff75d9bd: Verifying Checksum [2025-06-23T03:55:47.571Z] 2437ff75d9bd: Download complete [2025-06-23T03:55:49.515Z] 8998bd30e6a1: Pull complete [2025-06-23T03:55:49.780Z] 04944245beec: Pull complete [2025-06-23T03:55:51.709Z] 699f458cf7ca: Pull complete [2025-06-23T03:55:51.709Z] 765212b225bb: Pull complete [2025-06-23T03:55:52.288Z] f23df028b6ca: Pull complete [2025-06-23T03:55:52.554Z] d65c8cfc05b1: Pull complete [2025-06-23T03:56:10.747Z] 2437ff75d9bd: Pull complete [2025-06-23T03:56:10.747Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-23T03:56:10.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T03:56:10.747Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:56:10.963Z] prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container [2025-06-23T03:56:11.041Z] $ 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/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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-06-23T03:56:13.567Z] $ docker top 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:56:14.381Z] ---> job-cost.sh [2025-06-23T03:56:14.381Z] lf-activate-venv: SKIPPING [2025-06-23T03:56:14.381Z] INFO: No Stack... [2025-06-23T03:56:14.644Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-23T03:56:15.595Z] INFO: Archiving Costs [Pipeline] sh [2025-06-23T03:56:16.220Z] + cat /w/workspace/device-virtual-go/208/archives/cost.csv [2025-06-23T03:56:16.220Z] + cut -d, -f6 [Pipeline] lock [2025-06-23T03:56:16.271Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [2025-06-23T03:56:16.278Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] did not exist. Created. [2025-06-23T03:56:16.284Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-23T03:56:16.622Z] /w/workspace/device-virtual-go/208@tmp/durable-46ce530e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-23T03:56:17.202Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-23T03:56:17.232Z] Warning: overwriting stash ‘stack-cost’ [2025-06-23T03:56:17.274Z] Stashed 1 file(s) [Pipeline] } [2025-06-23T03:56:17.282Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-23T03:56:17.325Z] $ docker stop --time=1 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 [2025-06-23T03:56:18.811Z] $ docker rm -f --volumes 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 [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-06-23T03:56:19.297Z] provisioning config files... [2025-06-23T03:56:19.309Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18190525416773983135tmp [Pipeline] { [Pipeline] sh [2025-06-23T03:56:19.609Z] + set +x [2025-06-23T03:56:19.609Z] + curl -s https://codecov.io/bash [2025-06-23T03:56:19.609Z] + bash -s -- [2025-06-23T03:56:19.609Z] [2025-06-23T03:56:19.609Z] _____ _ [2025-06-23T03:56:19.609Z] / ____| | | [2025-06-23T03:56:19.609Z] | | ___ __| | ___ ___ _____ __ [2025-06-23T03:56:19.609Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-23T03:56:19.609Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-23T03:56:19.609Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-23T03:56:19.609Z] Bash-1.0.6 [2025-06-23T03:56:19.609Z] [2025-06-23T03:56:19.609Z] [2025-06-23T03:56:19.609Z] ==> git version 2.25.1 found [2025-06-23T03:56:19.609Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-23T03:56:19.609Z] Release-Date: 2020-01-08 [2025-06-23T03:56:19.609Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-23T03:56:19.610Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-23T03:56:19.610Z] ==> Jenkins CI detected. [2025-06-23T03:56:19.610Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-06-23T03:56:19.610Z] project root: . [2025-06-23T03:56:19.610Z] --> token set from env [2025-06-23T03:56:19.610Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-23T03:56:19.610Z] ==> Running gcov in . (disable via -X gcov) [2025-06-23T03:56:19.869Z] ==> Python coveragepy not found [2025-06-23T03:56:19.869Z] ==> Searching for coverage reports in: [2025-06-23T03:56:19.869Z] + . [2025-06-23T03:56:19.869Z] -> Found 1 reports [2025-06-23T03:56:19.869Z] ==> Detecting git/mercurial file structure [2025-06-23T03:56:19.869Z] ==> Reading reports [2025-06-23T03:56:19.869Z] + ./coverage.out bytes=45558 [2025-06-23T03:56:19.869Z] ==> Appending adjustments [2025-06-23T03:56:19.869Z] https://docs.codecov.io/docs/fixing-reports [2025-06-23T03:56:19.869Z] + Found adjustments [2025-06-23T03:56:19.869Z] ==> Gzipping contents [2025-06-23T03:56:19.869Z] 8.0K /tmp/codecov.aqIs6J.gz [2025-06-23T03:56:19.869Z] ==> Uploading reports [2025-06-23T03:56:19.869Z] url: https://codecov.io [2025-06-23T03:56:19.869Z] query: branch=main&commit=010fbd8dec9bbb1ea6641e05522169e05f3890e7&build=208&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F208%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T03:56:19.869Z] -> Pinging Codecov [2025-06-23T03:56:19.869Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=010fbd8dec9bbb1ea6641e05522169e05f3890e7&build=208&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F208%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T03:56:20.129Z] -> Uploading to [2025-06-23T03:56:20.130Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/010fbd8dec9bbb1ea6641e05522169e05f3890e7/cfe18591-43c2-4ae0-b398-95e01936330d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T035619Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c552921b7c9fe3795bf0416a0fdd40e7d288d7b477121298c6fb472628c8f1a1 [2025-06-23T03:56:20.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T03:56:20.130Z] Dload Upload Total Spent Left Speed [2025-06-23T03:56:20.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5317 0 0 100 5317 0 15148 --:--:-- --:--:-- --:--:-- 15148 [2025-06-23T03:56:20.389Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } [2025-06-23T03:56:20.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-23T03:56:20.621Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-23T03:56:20.637Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:56:20.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T03:56:20.939Z] [2025-06-23T03:56:20.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:56:21.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T03:56:21.242Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-23T03:56:21.242Z] 0a9a5dfd008f: Already exists [2025-06-23T03:56:21.242Z] 36466aa92d05: Already exists [2025-06-23T03:56:21.242Z] e10405b45d13: Already exists [2025-06-23T03:56:21.242Z] 096b7ceb2af7: Already exists [2025-06-23T03:56:21.242Z] 4f4fb700ef54: Already exists [2025-06-23T03:56:21.242Z] e50aa161e22a: Pulling fs layer [2025-06-23T03:56:21.242Z] d3c8db5fb9df: Pulling fs layer [2025-06-23T03:56:21.501Z] e50aa161e22a: Verifying Checksum [2025-06-23T03:56:21.501Z] e50aa161e22a: Download complete [2025-06-23T03:56:22.066Z] e50aa161e22a: Pull complete [2025-06-23T03:56:22.324Z] d3c8db5fb9df: Download complete [2025-06-23T03:56:25.605Z] d3c8db5fb9df: Pull complete [2025-06-23T03:56:25.605Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-23T03:56:25.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T03:56:25.605Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:56:25.719Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:56:25.774Z] $ 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-06-23T03:56:27.209Z] $ docker top 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:56:27.645Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-06-23T03:56:27.672Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-06-23T03:56:28.004Z] + set -o pipefail [2025-06-23T03:56:28.004Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-06-23T03:56:38.583Z] [2025-06-23T03:56:38.583Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-06-23T03:56:38.583Z] [2025-06-23T03:56:38.583Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/685d9ecf-d4be-4ed0-9cf4-03e950a01bb8 [2025-06-23T03:56:38.583Z] [2025-06-23T03:56:38.583Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-23T03:56:38.583Z] [Pipeline] } [2025-06-23T03:56:38.956Z] $ docker stop --time=1 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd [2025-06-23T03:56:41.591Z] $ docker rm -f --volumes 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd [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-06-23T03:56:42.470Z] + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] sh [2025-06-23T03:56:42.757Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T03:56:42.758Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:56:43.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:56:43.058Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:56:43.140Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:56:43.190Z] $ 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-06-23T03:56:43.517Z] $ docker top 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 -eo pid,comm [2025-06-23T03:56:43.548Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-23T03:56:43.548Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T03:56:43.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T03:56:43.598Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T03:56:43.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T03:56:43.719Z] $ docker exec 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 ssh-agent [2025-06-23T03:56:43.821Z] SSH_AUTH_SOCK=/tmp/ssh-LHbG6JRvWI7m/agent.33 [2025-06-23T03:56:43.821Z] SSH_AGENT_PID=39 [2025-06-23T03:56:43.826Z] Running ssh-add (command line suppressed) [2025-06-23T03:56:43.936Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7686955500395428547.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7686955500395428547.key) [2025-06-23T03:56:43.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T03:56:44.228Z] + git semver tag [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,457 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,462 [run_tag] DEBUG tag force:False [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,462 [check_head_tag] DEBUG check head tag [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,463 [execute] INFO git cat-file --batch-check [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,463 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,465 [execute] INFO git cat-file --batch [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,465 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,472 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,472 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,472 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-23T03:56:44.487Z] 2025-06-23 03:56:44,475 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:56:44.487Z] 4.1.0-dev.1 [Pipeline] } [2025-06-23T03:56:44.510Z] $ docker exec --env ******** --env ******** 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 ssh-agent -k [2025-06-23T03:56:44.621Z] unset SSH_AUTH_SOCK; [2025-06-23T03:56:44.621Z] unset SSH_AGENT_PID; [2025-06-23T03:56:44.622Z] echo Agent pid 39 killed; [2025-06-23T03:56:44.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T03:56:44.944Z] + git semver [Pipeline] } [2025-06-23T03:56:45.229Z] $ docker stop --time=1 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 [2025-06-23T03:56:46.523Z] $ docker rm -f --volumes 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:56:46.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T03:56:46.936Z] [2025-06-23T03:56:46.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:56:47.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T03:56:47.238Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-23T03:56:47.238Z] ab5ef0e58194: Pulling fs layer [2025-06-23T03:56:47.238Z] 9712f1f96733: Pulling fs layer [2025-06-23T03:56:47.238Z] 63f879dbbcfc: Pulling fs layer [2025-06-23T03:56:47.238Z] 0d9ebad4ef96: Pulling fs layer [2025-06-23T03:56:47.238Z] e9a5061849ea: Pulling fs layer [2025-06-23T03:56:47.238Z] d747dcd14b5f: Pulling fs layer [2025-06-23T03:56:47.238Z] 2de7ff778b66: Pulling fs layer [2025-06-23T03:56:47.238Z] e9a5061849ea: Waiting [2025-06-23T03:56:47.238Z] d747dcd14b5f: Waiting [2025-06-23T03:56:47.238Z] 2de7ff778b66: Waiting [2025-06-23T03:56:47.238Z] 0d9ebad4ef96: Waiting [2025-06-23T03:56:47.238Z] 9712f1f96733: Verifying Checksum [2025-06-23T03:56:47.238Z] 9712f1f96733: Download complete [2025-06-23T03:56:47.804Z] 63f879dbbcfc: Verifying Checksum [2025-06-23T03:56:47.804Z] 63f879dbbcfc: Download complete [2025-06-23T03:56:47.804Z] ab5ef0e58194: Verifying Checksum [2025-06-23T03:56:47.804Z] ab5ef0e58194: Download complete [2025-06-23T03:56:47.804Z] e9a5061849ea: Verifying Checksum [2025-06-23T03:56:47.804Z] e9a5061849ea: Download complete [2025-06-23T03:56:47.804Z] 0d9ebad4ef96: Verifying Checksum [2025-06-23T03:56:47.804Z] 0d9ebad4ef96: Download complete [2025-06-23T03:56:47.804Z] d747dcd14b5f: Verifying Checksum [2025-06-23T03:56:47.804Z] d747dcd14b5f: Download complete [2025-06-23T03:56:48.062Z] 2de7ff778b66: Verifying Checksum [2025-06-23T03:56:48.062Z] 2de7ff778b66: Download complete [2025-06-23T03:56:50.589Z] ab5ef0e58194: Pull complete [2025-06-23T03:56:50.589Z] 9712f1f96733: Pull complete [2025-06-23T03:56:51.154Z] 63f879dbbcfc: Pull complete [2025-06-23T03:56:55.335Z] 0d9ebad4ef96: Pull complete [2025-06-23T03:56:55.335Z] e9a5061849ea: Pull complete [2025-06-23T03:56:55.335Z] d747dcd14b5f: Pull complete [2025-06-23T03:56:55.902Z] 2de7ff778b66: Pull complete [2025-06-23T03:56:55.902Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-23T03:56:55.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T03:56:55.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:56:56.000Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:56:56.042Z] $ 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-06-23T03:56:58.304Z] $ docker top 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:56:58.379Z] provisioning config files... [2025-06-23T03:56:58.385Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12120847539817661191tmp [2025-06-23T03:56:58.395Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3180045444679295829tmp [2025-06-23T03:56:58.406Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config419673485742896343tmp [Pipeline] { [Pipeline] echo [2025-06-23T03:56:58.430Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:56:58.720Z] ---> sigul-configuration.sh [2025-06-23T03:56:58.720Z] gpg: directory `/root/.gnupg' created [2025-06-23T03:56:58.720Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-23T03:56:58.720Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-23T03:56:58.720Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-23T03:56:58.720Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-23T03:56:58.720Z] gpg: CAST5 encrypted data [2025-06-23T03:56:58.720Z] gpg: encrypted with 1 passphrase [2025-06-23T03:56:58.720Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-23T03:56:59.014Z] + mkdir /home/jenkins [2025-06-23T03:56:59.014Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-23T03:56:59.313Z] + 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-06-23T03:56:59.323Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:56:59.614Z] ---> sigul-install.sh [2025-06-23T03:56:59.614Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-23T03:56:59.909Z] + git tag --list [2025-06-23T03:56:59.910Z] v1.0.0 [2025-06-23T03:56:59.910Z] v1.1.0 [2025-06-23T03:56:59.910Z] v1.1.1 [2025-06-23T03:56:59.910Z] v1.2.1 [2025-06-23T03:56:59.910Z] v1.2.2 [2025-06-23T03:56:59.910Z] v1.2.3 [2025-06-23T03:56:59.910Z] v1.3.0 [2025-06-23T03:56:59.910Z] v1.3.1 [2025-06-23T03:56:59.910Z] v2.0.0 [2025-06-23T03:56:59.910Z] v2.1.0 [2025-06-23T03:56:59.910Z] v2.1.1 [2025-06-23T03:56:59.910Z] v2.2.0 [2025-06-23T03:56:59.910Z] v2.3.0 [2025-06-23T03:56:59.910Z] v3.0 [2025-06-23T03:56:59.910Z] v3.0.0 [2025-06-23T03:56:59.910Z] v3.1 [2025-06-23T03:56:59.910Z] v3.1.0 [2025-06-23T03:56:59.910Z] v3.1.1 [2025-06-23T03:56:59.910Z] v4.0 [2025-06-23T03:56:59.910Z] v4.0.0 [2025-06-23T03:56:59.910Z] v4.1.0-dev.1 [Pipeline] sh [2025-06-23T03:57:00.206Z] + lftools sign git-tag v4.1.0-dev.1 [2025-06-23T03:57:00.775Z] Signing Git tag with Sigul... [2025-06-23T03:57:00.775Z] Signing v4.1.0-dev.1 [Pipeline] echo [2025-06-23T03:57:01.048Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:01.343Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-23T03:57:01.350Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-23T03:57:01.395Z] $ docker stop --time=1 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec [2025-06-23T03:57:02.695Z] $ docker rm -f --volumes 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-23T03:57:03.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T03:57:03.150Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:57:03.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:57:03.462Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:57:03.558Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:57:03.616Z] $ 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-06-23T03:57:03.952Z] $ docker top 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 -eo pid,comm [2025-06-23T03:57:03.984Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-23T03:57:03.985Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T03:57:04.050Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T03:57:04.050Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T03:57:04.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T03:57:04.181Z] $ docker exec 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 ssh-agent [2025-06-23T03:57:04.265Z] SSH_AUTH_SOCK=/tmp/ssh-K4wCw5wSyASc/agent.32 [2025-06-23T03:57:04.265Z] SSH_AGENT_PID=38 [2025-06-23T03:57:04.270Z] Running ssh-add (command line suppressed) [2025-06-23T03:57:04.391Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1364091343906055915.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1364091343906055915.key) [2025-06-23T03:57:04.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T03:57:04.693Z] + git semver bump pre [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,915 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,919 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,919 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,920 [bump_version] DEBUG bumped version:4.1.0-dev.2 [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,920 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,920 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,920 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,922 [execute] INFO git cat-file --batch-check [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,922 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,925 [execute] INFO git cat-file --batch [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T03:57:04.955Z] 2025-06-23 03:57:04,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:57:04.955Z] 4.1.0-dev.2 [Pipeline] } [2025-06-23T03:57:04.977Z] $ docker exec --env ******** --env ******** 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 ssh-agent -k [2025-06-23T03:57:05.071Z] unset SSH_AUTH_SOCK; [2025-06-23T03:57:05.071Z] unset SSH_AGENT_PID; [2025-06-23T03:57:05.071Z] echo Agent pid 38 killed; [2025-06-23T03:57:05.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T03:57:05.400Z] + git semver [Pipeline] } [2025-06-23T03:57:05.690Z] $ docker stop --time=1 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 [2025-06-23T03:57:06.954Z] $ docker rm -f --volumes 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T03:57:07.297Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T03:57:07.297Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:57:07.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T03:57:07.602Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:57:07.676Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:57:07.716Z] $ 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-06-23T03:57:08.042Z] $ docker top 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 -eo pid,comm [2025-06-23T03:57:08.073Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-23T03:57:08.073Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T03:57:08.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T03:57:08.126Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T03:57:08.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T03:57:08.255Z] $ docker exec 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 ssh-agent [2025-06-23T03:57:08.342Z] SSH_AUTH_SOCK=/tmp/ssh-qKhAcvLDJRzk/agent.32 [2025-06-23T03:57:08.342Z] SSH_AGENT_PID=38 [2025-06-23T03:57:08.346Z] Running ssh-add (command line suppressed) [2025-06-23T03:57:08.459Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12384851364353654486.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12384851364353654486.key) [2025-06-23T03:57:08.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T03:57:08.763Z] + git semver push [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:08,995 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:08,999 [run_push] DEBUG push [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,000 [execute] INFO git cat-file --batch-check [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,003 [execute] INFO git rev-list 62e05c54d73a64189714f1c87857b4d665df7bca -- [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,003 [execute] DEBUG Popen(['git', 'rev-list', '62e05c54d73a64189714f1c87857b4d665df7bca', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,012 [execute] INFO git fetch -v -- origin [2025-06-23T03:57:09.023Z] 2025-06-23 03:57:09,012 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-23T03:57:09.592Z] 2025-06-23 03:57:09,520 [run_push] DEBUG no remote changes detected [2025-06-23T03:57:09.592Z] 2025-06-23 03:57:09,520 [execute] INFO git push origin semver [2025-06-23T03:57:09.592Z] 2025-06-23 03:57:09,521 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T03:57:10.530Z] 2025-06-23 03:57:10,282 [run_push] DEBUG push all version tags [2025-06-23T03:57:10.530Z] 2025-06-23 03:57:10,282 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-23T03:57:10.530Z] 2025-06-23 03:57:10,282 [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-06-23T03:57:11.103Z] 2025-06-23 03:57:11,075 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-23T03:57:11.103Z] 4.1.0-dev.2 [Pipeline] } [2025-06-23T03:57:11.125Z] $ docker exec --env ******** --env ******** 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 ssh-agent -k [2025-06-23T03:57:11.232Z] unset SSH_AUTH_SOCK; [2025-06-23T03:57:11.232Z] unset SSH_AGENT_PID; [2025-06-23T03:57:11.232Z] echo Agent pid 38 killed; [2025-06-23T03:57:11.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T03:57:11.565Z] + git semver [Pipeline] } [2025-06-23T03:57:11.848Z] $ docker stop --time=1 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 [2025-06-23T03:57:13.167Z] $ docker rm -f --volumes 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 [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-06-23T03:57:13.774Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-06-23T03:57:13.774Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-23T03:57:13.774Z] total 16 [2025-06-23T03:57:13.774Z] drwxr-xr-x 3 root root 4096 Jun 23 03:46 . [2025-06-23T03:57:13.774Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:56 .. [2025-06-23T03:57:13.774Z] drwxr-xr-x 2 root root 4096 Jun 23 03:46 cost [2025-06-23T03:57:13.774Z] -rw-r--r-- 1 root root 89 Jun 23 03:46 cost.csv [2025-06-23T03:57:13.774Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-23T03:57:13.774Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-23T03:57:13.774Z] total 16 [2025-06-23T03:57:13.774Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 03:46 . [2025-06-23T03:57:13.774Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:56 .. [2025-06-23T03:57:13.774Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 23 03:46 cost [2025-06-23T03:57:13.774Z] -rw-r--r-- 1 jenkins jenkins 89 Jun 23 03:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:14.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:14.942Z] ---> package-listing.sh [2025-06-23T03:57:14.942Z] ++ facter osfamily [2025-06-23T03:57:14.942Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T03:57:15.202Z] + OS_FAMILY=debian [2025-06-23T03:57:15.202Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-06-23T03:57:15.202Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T03:57:15.202Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T03:57:15.202Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T03:57:15.202Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T03:57:15.202Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-23T03:57:15.202Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T03:57:15.202Z] + case "${OS_FAMILY}" in [2025-06-23T03:57:15.202Z] + dpkg -l [2025-06-23T03:57:15.202Z] + grep '^ii' [2025-06-23T03:57:15.202Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T03:57:15.202Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T03:57:15.202Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T03:57:15.202Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-23T03:57:15.202Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-06-23T03:57:15.202Z] + 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-06-23T03:57:15.214Z] 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-06-23T03:57:15.491Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T03:57:16.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T03:57:16.067Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T03:57:16.152Z] prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container [2025-06-23T03:57:16.192Z] $ 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-06-23T03:57:16.389Z] $ docker top 2ef83fe4f7947260cb12170d37d757a944ed7a95567b1c895afc2ca8c598f7f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T03:57:16.732Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T03:57:17.020Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T03:57:17.308Z] + ls /var/log/sa-host [2025-06-23T03:57:17.308Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T03:57:17.349Z] provisioning config files... [2025-06-23T03:57:17.360Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5730788449380248943tmp [Pipeline] { [Pipeline] echo [2025-06-23T03:57:17.383Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:17.670Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T03:57:17.678Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:18.006Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T03:57:18.017Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:18.300Z] ---> sudo-logs.sh [2025-06-23T03:57:18.301Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-23T03:57:18.340Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:18.627Z] ---> job-cost.sh [2025-06-23T03:57:18.627Z] lf-activate-venv: SKIPPING [2025-06-23T03:57:18.627Z] DEBUG: total: 0.2199999988079071 [2025-06-23T03:57:18.627Z] INFO: Retrieving Stack Cost... [2025-06-23T03:57:19.196Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-23T03:57:19.455Z] INFO: Archiving Costs [Pipeline] echo [2025-06-23T03:57:19.471Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T03:57:19.760Z] ---> logs-deploy.sh [2025-06-23T03:57:19.761Z] lf-activate-venv: SKIPPING [2025-06-23T03:57:19.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/208 [2025-06-23T03:57:19.761Z] INFO: archiving workspace using pattern(s): [2025-06-23T03:57:20.701Z] Archives upload complete. [2025-06-23T03:57:20.701Z] INFO: archiving logs to Nexus