Started by user Jin Lin Guan Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f1ae59df93e15168f5c84516dd369218cbd3ebf1 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-ssh7272603828935502102.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-ssh1593818952133591895.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-ssh3547568784632996183.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-ssh12792425935300668917.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-ssh16946329823183842744.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 ‘prd-ubuntu20.04-docker-8c-8g-42412’ is offline Running on prd-ubuntu20.04-docker-8c-8g-42421 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 f1ae59df93e15168f5c84516dd369218cbd3ebf1 (main) Commit message: "Merge pull request #529 from judehung/update-odesa" > git config core.sparsecheckout # timeout=10 > git checkout -f f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 > git rev-list --no-walk f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-31T06:51:10.881Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-31T06:51:10.975Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T06:51:11.008Z] ========================================================= [2025-03-31T06:51:11.008Z] EdgeX Global Pipelines Version Info [2025-03-31T06:51:11.008Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:51:11.733Z] ------------------- [2025-03-31T06:51:11.733Z] stable info: [2025-03-31T06:51:11.733Z] ------------------- [2025-03-31T06:51:11.733Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-31T06:51:11.733Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-03-31T06:51:11.733Z] Message: update stable to v1.0.274 [2025-03-31T06:51:12.302Z] ------------------- [2025-03-31T06:51:12.303Z] experimental info: [2025-03-31T06:51:12.303Z] ------------------- [2025-03-31T06:51:12.303Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-31T06:51:12.303Z] Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 [2025-03-31T06:51:12.303Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-31T06:51:12.393Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-03-31T06:51:12.414Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-03-31T06:51:12.440Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-31T06:51:12.463Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-31T06:51:12.488Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-31T06:51:12.518Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-31T06:51:12.544Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-31T06:51:12.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-31T06:51:12.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-31T06:51:12.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-31T06:51:12.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-31T06:51:12.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-03-31T06:51:12.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-31T06:51:12.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-31T06:51:12.740Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-31T06:51:12.767Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-31T06:51:12.792Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-31T06:51:12.827Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-31T06:51:12.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-31T06:51:12.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-31T06:51:12.916Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-03-31T06:51:12.938Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-03-31T06:51:12.964Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-31T06:51:12.985Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-31T06:51:13.008Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-31T06:51:13.036Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-31T06:51:13.062Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-31T06:51:13.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-31T06:51:13.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-31T06:51:13.131Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-31T06:51:13.230Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo [2025-03-31T06:51:13.255Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1ae59d [Pipeline] echo [2025-03-31T06:51:13.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T06:51:13.346Z] provisioning config files... [2025-03-31T06:51:13.360Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13669909362005394884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:51:13.712Z] ---> ****-login.sh [2025-03-31T06:51:13.712Z] nexus3.edgexfoundry.org:10001 [2025-03-31T06:51:13.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:13.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:13.979Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:13.979Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:13.979Z] [2025-03-31T06:51:13.979Z] Login Succeeded [2025-03-31T06:51:13.979Z] nexus3.edgexfoundry.org:10002 [2025-03-31T06:51:13.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:13.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:13.979Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:13.979Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:13.979Z] [2025-03-31T06:51:13.979Z] Login Succeeded [2025-03-31T06:51:13.979Z] nexus3.edgexfoundry.org:10003 [2025-03-31T06:51:14.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:14.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:14.242Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:14.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:14.242Z] [2025-03-31T06:51:14.242Z] Login Succeeded [2025-03-31T06:51:14.242Z] nexus3.edgexfoundry.org:10004 [2025-03-31T06:51:14.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:14.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:14.242Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:14.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:14.242Z] [2025-03-31T06:51:14.242Z] Login Succeeded [2025-03-31T06:51:14.242Z] ****.io [2025-03-31T06:51:14.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:14.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:14.502Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:14.502Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:14.502Z] [2025-03-31T06:51:14.502Z] Login Succeeded [2025-03-31T06:51:14.502Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T06:51:14.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-31T06:51:14.907Z] + git rev-list -1 --merges f1ae59df93e15168f5c84516dd369218cbd3ebf1~1..f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo [2025-03-31T06:51:14.938Z] -----------> git rev-list -1 --merges f1ae59df93e15168f5c84516dd369218cbd3ebf1~1..f1ae59df93e15168f5c84516dd369218cbd3ebf1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:51:14.938Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1 [false] [Pipeline] sh [2025-03-31T06:51:15.237Z] + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo [2025-03-31T06:51:15.255Z] ========================================================= [2025-03-31T06:51:15.255Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-31T06:51:15.255Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T06:51:15.611Z] + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo [2025-03-31T06:51:15.624Z] [semverPrep] GIT_COMMIT: f1ae59df93e15168f5c84516dd369218cbd3ebf1, Commit Message: Merge pull request #529 from judehung/update-odesa [Pipeline] echo [2025-03-31T06:51:15.640Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-31T06:51:16.020Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T06:51:16.020Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-31T06:51:16.020Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-31T06:51:16.020Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-31T06:51:16.020Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-31T06:51:16.020Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-31T06:51:16.020Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:51:16.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T06:51:16.483Z] [2025-03-31T06:51:16.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:51:16.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T06:51:16.793Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-31T06:51:16.793Z] b85a868b505f: Pulling fs layer [2025-03-31T06:51:16.793Z] e2be974225ed: Pulling fs layer [2025-03-31T06:51:16.793Z] 339a4e72a1f5: Pulling fs layer [2025-03-31T06:51:16.793Z] 988bab9f4d93: Pulling fs layer [2025-03-31T06:51:16.793Z] 1469e6f7b9e6: Pulling fs layer [2025-03-31T06:51:16.793Z] eaf3925da568: Pulling fs layer [2025-03-31T06:51:16.793Z] bab4dde63d76: Pulling fs layer [2025-03-31T06:51:16.793Z] bde34c3a00c8: Pulling fs layer [2025-03-31T06:51:16.793Z] b352a97aabf1: Pulling fs layer [2025-03-31T06:51:16.793Z] 4872d77fe225: Pulling fs layer [2025-03-31T06:51:16.793Z] 5851b861e8e6: Pulling fs layer [2025-03-31T06:51:16.793Z] 4872d77fe225: Waiting [2025-03-31T06:51:16.793Z] b352a97aabf1: Waiting [2025-03-31T06:51:16.793Z] 5851b861e8e6: Waiting [2025-03-31T06:51:16.793Z] eaf3925da568: Waiting [2025-03-31T06:51:16.793Z] bde34c3a00c8: Waiting [2025-03-31T06:51:16.793Z] 1469e6f7b9e6: Waiting [2025-03-31T06:51:16.793Z] e2be974225ed: Verifying Checksum [2025-03-31T06:51:16.793Z] e2be974225ed: Download complete [2025-03-31T06:51:16.793Z] 988bab9f4d93: Verifying Checksum [2025-03-31T06:51:16.793Z] 988bab9f4d93: Download complete [2025-03-31T06:51:16.793Z] 1469e6f7b9e6: Verifying Checksum [2025-03-31T06:51:16.793Z] 1469e6f7b9e6: Download complete [2025-03-31T06:51:16.793Z] eaf3925da568: Verifying Checksum [2025-03-31T06:51:16.793Z] eaf3925da568: Download complete [2025-03-31T06:51:16.793Z] 339a4e72a1f5: Verifying Checksum [2025-03-31T06:51:16.793Z] 339a4e72a1f5: Download complete [2025-03-31T06:51:17.052Z] bde34c3a00c8: Verifying Checksum [2025-03-31T06:51:17.052Z] bde34c3a00c8: Download complete [2025-03-31T06:51:17.052Z] b352a97aabf1: Verifying Checksum [2025-03-31T06:51:17.052Z] b352a97aabf1: Download complete [2025-03-31T06:51:17.052Z] 4872d77fe225: Download complete [2025-03-31T06:51:17.052Z] 5851b861e8e6: Download complete [2025-03-31T06:51:17.052Z] b85a868b505f: Verifying Checksum [2025-03-31T06:51:17.052Z] b85a868b505f: Download complete [2025-03-31T06:51:17.310Z] bab4dde63d76: Verifying Checksum [2025-03-31T06:51:17.310Z] bab4dde63d76: Download complete [2025-03-31T06:51:18.248Z] b85a868b505f: Pull complete [2025-03-31T06:51:18.248Z] e2be974225ed: Pull complete [2025-03-31T06:51:18.816Z] 339a4e72a1f5: Pull complete [2025-03-31T06:51:18.816Z] 988bab9f4d93: Pull complete [2025-03-31T06:51:19.075Z] 1469e6f7b9e6: Pull complete [2025-03-31T06:51:19.075Z] eaf3925da568: Pull complete [2025-03-31T06:51:20.979Z] bab4dde63d76: Pull complete [2025-03-31T06:51:20.979Z] bde34c3a00c8: Pull complete [2025-03-31T06:51:20.979Z] b352a97aabf1: Pull complete [2025-03-31T06:51:20.979Z] 4872d77fe225: Pull complete [2025-03-31T06:51:20.979Z] 5851b861e8e6: Pull complete [2025-03-31T06:51:20.979Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-31T06:51:20.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T06:51:20.979Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:51:21.120Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T06:51:21.157Z] $ 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-03-31T06:51:22.367Z] $ docker top 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 -eo pid,comm [2025-03-31T06:51:22.427Z] 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-03-31T06:51:22.427Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-31T06:51:22.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-31T06:51:22.483Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-31T06:51:22.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-31T06:51:22.597Z] $ docker exec 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent [2025-03-31T06:51:22.701Z] SSH_AUTH_SOCK=/tmp/ssh-12QGiRUIyuJK/agent.32 [2025-03-31T06:51:22.701Z] SSH_AGENT_PID=38 [2025-03-31T06:51:22.707Z] Running ssh-add (command line suppressed) [2025-03-31T06:51:22.800Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1632102465513699843.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1632102465513699843.key) [2025-03-31T06:51:22.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-31T06:51:23.105Z] + git tag --points-at HEAD [Pipeline] } [2025-03-31T06:51:23.117Z] $ docker exec --env ******** --env ******** 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent -k [2025-03-31T06:51:23.206Z] unset SSH_AUTH_SOCK; [2025-03-31T06:51:23.207Z] unset SSH_AGENT_PID; [2025-03-31T06:51:23.207Z] echo Agent pid 38 killed; [2025-03-31T06:51:23.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2025-03-31T06:51:23.254Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v4.0.0-dev.19' [Pipeline] sshagent [2025-03-31T06:51:23.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-31T06:51:23.279Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-31T06:51:23.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-31T06:51:23.390Z] $ docker exec 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent [2025-03-31T06:51:23.494Z] SSH_AUTH_SOCK=/tmp/ssh-RWilBVH1kmYG/agent.72 [2025-03-31T06:51:23.494Z] SSH_AGENT_PID=78 [2025-03-31T06:51:23.498Z] Running ssh-add (command line suppressed) [2025-03-31T06:51:23.592Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6547375747099269613.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6547375747099269613.key) [2025-03-31T06:51:23.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-31T06:51:23.893Z] + git semver init [2025-03-31T06:51:24.154Z] 2025-03-31 06:51:24,057 [run_init] DEBUG init version:0.0.0 force:False [2025-03-31T06:51:24.154Z] 2025-03-31 06:51:24,058 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-03-31T06:51:24.154Z] 2025-03-31 06:51:24,058 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-03-31T06:51:24.154Z] 2025-03-31 06:51:24,058 [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, universal_newlines=False, shell=None, istream=None) [2025-03-31T06:51:25.533Z] 2025-03-31 06:51:25,314 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-03-31T06:51:25.533Z] 2025-03-31 06:51:25,315 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-03-31T06:51:25.533Z] 2025-03-31 06:51:25,315 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-03-31T06:51:25.533Z] 2025-03-31 06:51:25,315 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-03-31T06:51:25.533Z] 4.1.0-dev.1 [Pipeline] } [2025-03-31T06:51:25.544Z] $ docker exec --env ******** --env ******** 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent -k [2025-03-31T06:51:25.637Z] unset SSH_AUTH_SOCK; [2025-03-31T06:51:25.637Z] unset SSH_AGENT_PID; [2025-03-31T06:51:25.637Z] echo Agent pid 78 killed; [2025-03-31T06:51:25.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T06:51:25.985Z] + git semver [Pipeline] } [2025-03-31T06:51:26.258Z] $ docker stop --time=1 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 [2025-03-31T06:51:27.551Z] $ docker rm -f --volumes 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T06:51:27.896Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-31T06:51:28.141Z] Stashed 1 file(s) [Pipeline] echo [2025-03-31T06:51:28.145Z] [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-03-31T06:51:28.340Z] provisioning config files... [2025-03-31T06:51:28.350Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7192050003231869071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:51:28.651Z] ---> ****-login.sh [2025-03-31T06:51:28.652Z] nexus3.edgexfoundry.org:10001 [2025-03-31T06:51:28.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:28.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:28.652Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:28.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:28.652Z] [2025-03-31T06:51:28.652Z] Login Succeeded [2025-03-31T06:51:28.652Z] nexus3.edgexfoundry.org:10002 [2025-03-31T06:51:28.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:28.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:28.652Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:28.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:28.652Z] [2025-03-31T06:51:28.652Z] Login Succeeded [2025-03-31T06:51:28.652Z] nexus3.edgexfoundry.org:10003 [2025-03-31T06:51:28.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:28.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:28.911Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:28.911Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:28.911Z] [2025-03-31T06:51:28.911Z] Login Succeeded [2025-03-31T06:51:28.911Z] nexus3.edgexfoundry.org:10004 [2025-03-31T06:51:28.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:28.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:28.912Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:28.912Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:28.912Z] [2025-03-31T06:51:28.912Z] Login Succeeded [2025-03-31T06:51:28.912Z] ****.io [2025-03-31T06:51:28.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:51:29.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:51:29.176Z] Configure a credential helper to remove this warning. See [2025-03-31T06:51:29.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:51:29.176Z] [2025-03-31T06:51:29.176Z] Login Succeeded [2025-03-31T06:51:29.176Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T06:51:29.183Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-31T06:51:29.285Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T06:51:29.307Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T06:51:29.322Z] ========================================================= [2025-03-31T06:51:29.322Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-31T06:51:29.322Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:51:29.657Z] + 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-03-31T06:51:29.657Z] Sending build context to Docker daemon 40.74MB [2025-03-31T06:51:29.657Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T06:51:29.657Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-31T06:51:29.916Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-31T06:51:29.916Z] da9db072f522: Pulling fs layer [2025-03-31T06:51:29.916Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-31T06:51:29.916Z] 06f05ace1117: Pulling fs layer [2025-03-31T06:51:29.916Z] 5fe327b54edc: Pulling fs layer [2025-03-31T06:51:29.916Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T06:51:29.916Z] 92a5565b7b96: Pulling fs layer [2025-03-31T06:51:29.916Z] ff9bb7016b71: Pulling fs layer [2025-03-31T06:51:29.916Z] b67dba6c2c7d: Pulling fs layer [2025-03-31T06:51:29.916Z] a813b0c90790: Pulling fs layer [2025-03-31T06:51:29.916Z] 92a5565b7b96: Waiting [2025-03-31T06:51:29.916Z] ff9bb7016b71: Waiting [2025-03-31T06:51:29.916Z] b67dba6c2c7d: Waiting [2025-03-31T06:51:29.916Z] a813b0c90790: Waiting [2025-03-31T06:51:29.916Z] 5fe327b54edc: Waiting [2025-03-31T06:51:29.916Z] 4f4fb700ef54: Waiting [2025-03-31T06:51:29.916Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-31T06:51:29.916Z] 6ef4a4ee8ca5: Download complete [2025-03-31T06:51:29.916Z] 5fe327b54edc: Verifying Checksum [2025-03-31T06:51:29.916Z] 4f4fb700ef54: Verifying Checksum [2025-03-31T06:51:29.916Z] 4f4fb700ef54: Download complete [2025-03-31T06:51:29.916Z] 92a5565b7b96: Verifying Checksum [2025-03-31T06:51:29.916Z] 92a5565b7b96: Download complete [2025-03-31T06:51:29.916Z] da9db072f522: Download complete [2025-03-31T06:51:29.916Z] ff9bb7016b71: Verifying Checksum [2025-03-31T06:51:29.916Z] ff9bb7016b71: Download complete [2025-03-31T06:51:30.176Z] da9db072f522: Pull complete [2025-03-31T06:51:30.176Z] 6ef4a4ee8ca5: Pull complete [2025-03-31T06:51:30.176Z] a813b0c90790: Verifying Checksum [2025-03-31T06:51:30.176Z] a813b0c90790: Download complete [2025-03-31T06:51:30.434Z] 06f05ace1117: Verifying Checksum [2025-03-31T06:51:30.434Z] 06f05ace1117: Download complete [2025-03-31T06:51:30.691Z] b67dba6c2c7d: Verifying Checksum [2025-03-31T06:51:30.691Z] b67dba6c2c7d: Download complete [2025-03-31T06:51:33.975Z] 06f05ace1117: Pull complete [2025-03-31T06:51:33.975Z] 5fe327b54edc: Pull complete [2025-03-31T06:51:33.975Z] 4f4fb700ef54: Pull complete [2025-03-31T06:51:33.975Z] 92a5565b7b96: Pull complete [2025-03-31T06:51:33.975Z] ff9bb7016b71: Pull complete [2025-03-31T06:51:35.875Z] b67dba6c2c7d: Pull complete [2025-03-31T06:51:36.445Z] a813b0c90790: Pull complete [2025-03-31T06:51:36.445Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-31T06:51:36.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-31T06:51:36.445Z] ---> 3ba60ce46760 [2025-03-31T06:51:36.445Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T06:51:38.349Z] ---> Running in 2a97d04e9b9f [2025-03-31T06:51:38.349Z] Removing intermediate container 2a97d04e9b9f [2025-03-31T06:51:38.349Z] ---> 2ccda0437429 [2025-03-31T06:51:38.349Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T06:51:38.349Z] ---> Running in c8409ead4f1e [2025-03-31T06:51:38.349Z] Removing intermediate container c8409ead4f1e [2025-03-31T06:51:38.349Z] ---> 2ce388848235 [2025-03-31T06:51:38.349Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-03-31T06:51:38.349Z] ---> Running in 4f2908029eb1 [2025-03-31T06:51:38.349Z] Removing intermediate container 4f2908029eb1 [2025-03-31T06:51:38.349Z] ---> 3093e8d364c6 [2025-03-31T06:51:38.349Z] Step 6/12 : WORKDIR /device-virtual-go [2025-03-31T06:51:38.349Z] ---> Running in 340dd79ccc03 [2025-03-31T06:51:38.349Z] Removing intermediate container 340dd79ccc03 [2025-03-31T06:51:38.349Z] ---> 179b53bef6f8 [2025-03-31T06:51:38.349Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T06:51:38.349Z] ---> Running in d97709613957 [2025-03-31T06:51:38.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T06:51:38.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T06:51:39.127Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-31T06:51:39.127Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-31T06:51:39.127Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-31T06:51:39.127Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-31T06:51:39.127Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T06:51:39.127Z] OK: 252 MiB in 62 packages [2025-03-31T06:51:39.697Z] Removing intermediate container d97709613957 [2025-03-31T06:51:39.697Z] ---> 70d3f675056a [2025-03-31T06:51:39.697Z] Step 8/12 : COPY go.mod vendor* ./ [2025-03-31T06:51:39.697Z] ---> cae3f60c27ad [2025-03-31T06:51:39.697Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T06:51:39.697Z] ---> Running in 022278413f3c [2025-03-31T06:51:43.291Z] Still waiting to schedule task [2025-03-31T06:51:43.292Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-03-31T06:52:11.790Z] Removing intermediate container 022278413f3c [2025-03-31T06:52:11.790Z] ---> a12a7d676de9 [2025-03-31T06:52:11.790Z] Step 10/12 : COPY . . [2025-03-31T06:52:11.790Z] ---> dfd084394c94 [2025-03-31T06:52:11.790Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T06:52:11.790Z] ---> Running in f762ec6dcfae [2025-03-31T06:52:11.790Z] Removing intermediate container f762ec6dcfae [2025-03-31T06:52:11.790Z] ---> 5c8d452cb1a7 [2025-03-31T06:52:11.790Z] Step 12/12 : RUN $MAKE [2025-03-31T06:52:11.790Z] ---> Running in cc6410b3635f [2025-03-31T06:52:11.790Z] noop [2025-03-31T06:52:11.790Z] Removing intermediate container cc6410b3635f [2025-03-31T06:52:11.790Z] ---> 6f1a36718ed9 [2025-03-31T06:52:11.790Z] Successfully built 6f1a36718ed9 [2025-03-31T06:52:11.790Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:52:12.127Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-31T06:52:12.127Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:52:12.214Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T06:52:12.242Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-03-31T06:52:12.591Z] $ docker top 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T06:52:12.946Z] + go version [2025-03-31T06:52:12.946Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-31T06:52:12.954Z] $ docker stop --time=1 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc [2025-03-31T06:52:14.204Z] $ docker rm -f --volumes 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:52:14.667Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-31T06:52:14.667Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:52:14.745Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T06:52:14.768Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-03-31T06:52:15.101Z] $ docker top d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T06:52:15.457Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-03-31T06:52:15.756Z] + make test [2025-03-31T06:52:15.756Z] go test ./... -coverprofile=coverage.out [2025-03-31T06:52:17.131Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-03-31T06:52:35.201Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-03-31T06:52:35.201Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.012s coverage: 58.4% of statements [2025-03-31T06:52:42.131Z] go vet ./... [2025-03-31T06:52:47.407Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-31T06:52:47.407Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-31T06:52:47.407Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-31T06:52:47.426Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-31T06:52:47.446Z] $ docker stop --time=1 d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 [2025-03-31T06:52:49.586Z] $ docker rm -f --volumes d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T06:52:50.136Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-31T06:52:50.190Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-31T06:52:50.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-31T06:52:51.069Z] + ls -al . [2025-03-31T06:52:51.069Z] total 268 [2025-03-31T06:52:51.069Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:52 . [2025-03-31T06:52:51.069Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 06:51 .. [2025-03-31T06:52:51.069Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:52 .git [2025-03-31T06:52:51.069Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 .github [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 272 Mar 31 06:51 .gitignore [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 199 Mar 31 06:51 .golangci.yml [2025-03-31T06:52:51.069Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 06:51 .semver [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 18321 Mar 31 06:51 Attribution.txt [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 17302 Mar 31 06:51 CHANGELOG.md [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 1755 Mar 31 06:51 Dockerfile [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 06:51 GOVERNANCE.md [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 31 06:51 Jenkinsfile [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 06:51 LICENSE [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 2652 Mar 31 06:51 Makefile [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 31 06:51 OWNERS.md [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 4473 Mar 31 06:51 README.md [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 06:51 VERSION [2025-03-31T06:52:51.069Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 06:51 bin [2025-03-31T06:52:51.069Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 cmd [2025-03-31T06:52:51.069Z] -rw-r--r-- 1 jenkins jenkins 43316 Mar 31 06:52 coverage.out [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 6032 Mar 31 06:51 go.mod [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 06:51 go.sum [2025-03-31T06:52:51.069Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 internal [2025-03-31T06:52:51.069Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 31 06:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:52:51.397Z] + 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=f1ae59df93e15168f5c84516dd369218cbd3ebf1 --label arch=amd64 --label version=4.1.0-dev.1 . [2025-03-31T06:52:51.397Z] Sending build context to Docker daemon 40.78MB [2025-03-31T06:52:51.397Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T06:52:51.397Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-31T06:52:51.397Z] ---> 6f1a36718ed9 [2025-03-31T06:52:51.397Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T06:52:51.655Z] ---> Running in 7403a08539bd [2025-03-31T06:52:51.655Z] Removing intermediate container 7403a08539bd [2025-03-31T06:52:51.655Z] ---> 81be5458332e [2025-03-31T06:52:51.655Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T06:52:51.655Z] ---> Running in 14d46f021b55 [2025-03-31T06:52:51.912Z] Removing intermediate container 14d46f021b55 [2025-03-31T06:52:51.912Z] ---> f56843da75a6 [2025-03-31T06:52:51.912Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-03-31T06:52:51.912Z] ---> Running in 8285660f609c [2025-03-31T06:52:51.912Z] Removing intermediate container 8285660f609c [2025-03-31T06:52:51.912Z] ---> 51d76fc88651 [2025-03-31T06:52:51.912Z] Step 6/26 : WORKDIR /device-virtual-go [2025-03-31T06:52:51.912Z] ---> Running in ae2e90c0e9d6 [2025-03-31T06:52:51.912Z] Removing intermediate container ae2e90c0e9d6 [2025-03-31T06:52:51.912Z] ---> 6d0b51c4487c [2025-03-31T06:52:51.912Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T06:52:51.912Z] ---> Running in 46401c6d1d59 [2025-03-31T06:52:52.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T06:52:52.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T06:52:52.689Z] OK: 252 MiB in 62 packages [2025-03-31T06:52:52.950Z] Removing intermediate container 46401c6d1d59 [2025-03-31T06:52:52.950Z] ---> 31a9dd9f6732 [2025-03-31T06:52:52.950Z] Step 8/26 : COPY go.mod vendor* ./ [2025-03-31T06:52:53.208Z] ---> 7cf85fc98501 [2025-03-31T06:52:53.208Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T06:52:53.208Z] ---> Running in ed1fc97a6e0d [2025-03-31T06:52:53.775Z] Removing intermediate container ed1fc97a6e0d [2025-03-31T06:52:53.775Z] ---> eb5b117b09e9 [2025-03-31T06:52:53.775Z] Step 10/26 : COPY . . [2025-03-31T06:52:54.343Z] ---> 7ce37f8c2edd [2025-03-31T06:52:54.343Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T06:52:54.343Z] ---> Running in c0b64a0456df [2025-03-31T06:52:54.603Z] Removing intermediate container c0b64a0456df [2025-03-31T06:52:54.603Z] ---> 54c60aa7554e [2025-03-31T06:52:54.603Z] Step 12/26 : RUN $MAKE [2025-03-31T06:52:54.603Z] ---> Running in 692d0c49d2d2 [2025-03-31T06:52:54.863Z] 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.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-03-31T06:53:14.530Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42422 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-03-31T06:53:14.552Z] Running in /w/workspace/device-virtual-go/207 [Pipeline] { [Pipeline] checkout [2025-03-31T06:53:17.598Z] The recommended git tool is: git [2025-03-31T06:53:21.398Z] Removing intermediate container 692d0c49d2d2 [2025-03-31T06:53:21.398Z] ---> 55df3f782a96 [2025-03-31T06:53:21.398Z] Step 13/26 : FROM alpine:3.20 [2025-03-31T06:53:21.398Z] 3.20: Pulling from library/alpine [2025-03-31T06:53:21.398Z] 0a9a5dfd008f: Pulling fs layer [2025-03-31T06:53:21.398Z] 0a9a5dfd008f: Verifying Checksum [2025-03-31T06:53:21.398Z] 0a9a5dfd008f: Download complete [2025-03-31T06:53:21.398Z] 0a9a5dfd008f: Pull complete [2025-03-31T06:53:21.398Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-31T06:53:21.398Z] Status: Downloaded newer image for alpine:3.20 [2025-03-31T06:53:21.398Z] ---> ff221270b9fb [2025-03-31T06:53:21.398Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-03-31T06:53:21.398Z] ---> Running in fd63bd2b9aaf [2025-03-31T06:53:21.398Z] Removing intermediate container fd63bd2b9aaf [2025-03-31T06:53:21.398Z] ---> a651def4d4bc [2025-03-31T06:53:21.398Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-31T06:53:21.398Z] ---> Running in 56d71d8a48c1 [2025-03-31T06:53:21.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T06:53:21.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T06:53:21.398Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-31T06:53:21.398Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T06:53:21.398Z] OK: 8 MiB in 15 packages [2025-03-31T06:53:21.398Z] Removing intermediate container 56d71d8a48c1 [2025-03-31T06:53:21.398Z] ---> e062eadc56ed [2025-03-31T06:53:21.398Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-31T06:53:21.398Z] ---> Running in 3aefda374766 [2025-03-31T06:53:21.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T06:53:21.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T06:53:21.398Z] OK: 8 MiB in 15 packages [2025-03-31T06:53:21.398Z] Removing intermediate container 3aefda374766 [2025-03-31T06:53:21.398Z] ---> ea743eaf47fa [2025-03-31T06:53:21.398Z] Step 17/26 : WORKDIR / [2025-03-31T06:53:21.398Z] ---> Running in a5fe985c5814 [2025-03-31T06:53:21.656Z] Removing intermediate container a5fe985c5814 [2025-03-31T06:53:21.656Z] ---> 4cb1547bcf8b [2025-03-31T06:53:21.656Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-03-31T06:53:21.656Z] ---> 14d1e5a779a3 [2025-03-31T06:53:21.656Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-03-31T06:53:21.656Z] ---> be103ad0533b [2025-03-31T06:53:21.656Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-03-31T06:53:22.080Z] using credential edgex-jenkins-ssh [2025-03-31T06:53:22.104Z] Cloning the remote Git repository [2025-03-31T06:53:22.221Z] ---> 389aefcd99e6 [2025-03-31T06:53:22.221Z] Step 21/26 : EXPOSE 59900 [2025-03-31T06:53:22.221Z] ---> Running in 9e9da4a85724 [2025-03-31T06:53:22.136Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-03-31T06:53:22.223Z] > git init /w/workspace/device-virtual-go/207 # timeout=10 [2025-03-31T06:53:22.354Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-03-31T06:53:22.355Z] > git --version # timeout=10 [2025-03-31T06:53:22.374Z] > git --version # 'git version 2.25.1' [2025-03-31T06:53:22.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-31T06:53:22.479Z] Removing intermediate container 9e9da4a85724 [2025-03-31T06:53:22.479Z] ---> 1254a6716080 [2025-03-31T06:53:22.479Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-03-31T06:53:22.479Z] ---> Running in 84d9405e886d [2025-03-31T06:53:22.479Z] Removing intermediate container 84d9405e886d [2025-03-31T06:53:22.479Z] ---> 80b70c7ad18e [2025-03-31T06:53:22.479Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-31T06:53:22.479Z] ---> Running in 56e241831d4b [2025-03-31T06:53:22.479Z] Removing intermediate container 56e241831d4b [2025-03-31T06:53:22.479Z] ---> 632bdc64e124 [2025-03-31T06:53:22.479Z] Step 24/26 : LABEL arch=amd64 [2025-03-31T06:53:22.479Z] ---> Running in a510dd9a3979 [2025-03-31T06:53:22.737Z] Removing intermediate container a510dd9a3979 [2025-03-31T06:53:22.737Z] ---> 8f3d3b3a714d [2025-03-31T06:53:22.737Z] Step 25/26 : LABEL git_sha=f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:22.737Z] ---> Running in d49c9bb6d86d [2025-03-31T06:53:22.737Z] Removing intermediate container d49c9bb6d86d [2025-03-31T06:53:22.737Z] ---> d33a8cee188e [2025-03-31T06:53:22.737Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-03-31T06:53:22.737Z] ---> Running in 647e7937211f [2025-03-31T06:53:22.737Z] Removing intermediate container 647e7937211f [2025-03-31T06:53:22.737Z] ---> 5bbaef8aa34e [2025-03-31T06:53:22.737Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-31T06:53:22.737Z] Successfully built 5bbaef8aa34e [2025-03-31T06:53:22.737Z] 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-03-31T06:53:22.872Z] provisioning config files... [2025-03-31T06:53:22.881Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16277818666132520565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:23.181Z] ---> ****-login.sh [2025-03-31T06:53:23.181Z] nexus3.edgexfoundry.org:10001 [2025-03-31T06:53:23.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:23.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:23.181Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:23.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:23.181Z] [2025-03-31T06:53:23.181Z] Login Succeeded [2025-03-31T06:53:23.181Z] nexus3.edgexfoundry.org:10002 [2025-03-31T06:53:23.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:23.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:23.181Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:23.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:23.181Z] [2025-03-31T06:53:23.181Z] Login Succeeded [2025-03-31T06:53:23.181Z] nexus3.edgexfoundry.org:10003 [2025-03-31T06:53:23.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:23.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:23.441Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:23.441Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:23.441Z] [2025-03-31T06:53:23.441Z] Login Succeeded [2025-03-31T06:53:23.441Z] nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:23.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:23.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:23.441Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:23.441Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:23.441Z] [2025-03-31T06:53:23.441Z] Login Succeeded [2025-03-31T06:53:23.441Z] ****.io [2025-03-31T06:53:23.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:22.539Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-31T06:53:23.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:23.701Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:23.701Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:23.701Z] [2025-03-31T06:53:23.701Z] Login Succeeded [2025-03-31T06:53:23.701Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T06:53:23.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T06:53:23.762Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T06:53:23.792Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-03-31T06:53:23.792Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:23.792Z] latest [2025-03-31T06:53:23.792Z] 4.1.0-dev.1 [2025-03-31T06:53:23.792Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:23.792Z] main [2025-03-31T06:53:23.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:24.142Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:24.473Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:24.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-03-31T06:53:24.473Z] 15812f76a7df: Preparing [2025-03-31T06:53:24.473Z] 78a97274ab2b: Preparing [2025-03-31T06:53:24.473Z] 06528b21b8b8: Preparing [2025-03-31T06:53:24.473Z] da3f37877e08: Preparing [2025-03-31T06:53:24.473Z] 54142018d257: Preparing [2025-03-31T06:53:24.473Z] 994456c4fd7b: Preparing [2025-03-31T06:53:24.473Z] 994456c4fd7b: Waiting [2025-03-31T06:53:24.473Z] 06528b21b8b8: Pushed [2025-03-31T06:53:24.473Z] 54142018d257: Pushed [2025-03-31T06:53:24.473Z] 78a97274ab2b: Pushed [2025-03-31T06:53:24.474Z] da3f37877e08: Pushed [2025-03-31T06:53:24.474Z] 994456c4fd7b: Layer already exists [2025-03-31T06:53:25.816Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-03-31T06:53:25.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-31T06:53:26.726Z] Avoid second fetch [2025-03-31T06:53:26.727Z] Checking out Revision f1ae59df93e15168f5c84516dd369218cbd3ebf1 (main) [2025-03-31T06:53:27.321Z] Commit message: "Merge pull request #529 from judehung/update-odesa" [2025-03-31T06:53:26.733Z] > git config core.sparsecheckout # timeout=10 [2025-03-31T06:53:26.794Z] > git checkout -f f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 [2025-03-31T06:53:27.760Z] 15812f76a7df: Pushed [2025-03-31T06:53:27.760Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:28.102Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:28.438Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-03-31T06:53:28.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-03-31T06:53:28.438Z] 15812f76a7df: Preparing [2025-03-31T06:53:28.438Z] 78a97274ab2b: Preparing [2025-03-31T06:53:28.438Z] 06528b21b8b8: Preparing [2025-03-31T06:53:28.438Z] da3f37877e08: Preparing [2025-03-31T06:53:28.438Z] 54142018d257: Preparing [2025-03-31T06:53:28.438Z] 994456c4fd7b: Preparing [2025-03-31T06:53:28.438Z] 994456c4fd7b: Waiting [2025-03-31T06:53:28.438Z] 54142018d257: Layer already exists [2025-03-31T06:53:28.438Z] da3f37877e08: Layer already exists [2025-03-31T06:53:28.438Z] 15812f76a7df: Layer already exists [2025-03-31T06:53:28.438Z] 06528b21b8b8: Layer already exists [2025-03-31T06:53:28.438Z] 78a97274ab2b: Layer already exists [2025-03-31T06:53:28.438Z] 994456c4fd7b: Layer already exists [2025-03-31T06:53:28.438Z] latest: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:28.769Z] + 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-03-31T06:53:29.100Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-03-31T06:53:29.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-03-31T06:53:29.101Z] 15812f76a7df: Preparing [2025-03-31T06:53:29.101Z] 78a97274ab2b: Preparing [2025-03-31T06:53:29.101Z] 06528b21b8b8: Preparing [2025-03-31T06:53:29.101Z] da3f37877e08: Preparing [2025-03-31T06:53:29.101Z] 54142018d257: Preparing [2025-03-31T06:53:29.101Z] 994456c4fd7b: Preparing [2025-03-31T06:53:29.101Z] 994456c4fd7b: Waiting [2025-03-31T06:53:29.101Z] 78a97274ab2b: Layer already exists [2025-03-31T06:53:29.101Z] 06528b21b8b8: Layer already exists [2025-03-31T06:53:29.101Z] 54142018d257: Layer already exists [2025-03-31T06:53:29.101Z] da3f37877e08: Layer already exists [2025-03-31T06:53:29.101Z] 15812f76a7df: Layer already exists [2025-03-31T06:53:29.101Z] 994456c4fd7b: Layer already exists [2025-03-31T06:53:29.101Z] 4.1.0-dev.1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:29.433Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:29.772Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:29.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-03-31T06:53:29.772Z] 15812f76a7df: Preparing [2025-03-31T06:53:29.772Z] 78a97274ab2b: Preparing [2025-03-31T06:53:29.772Z] 06528b21b8b8: Preparing [2025-03-31T06:53:29.772Z] da3f37877e08: Preparing [2025-03-31T06:53:29.772Z] 54142018d257: Preparing [2025-03-31T06:53:29.772Z] 994456c4fd7b: Preparing [2025-03-31T06:53:29.772Z] 994456c4fd7b: Waiting [2025-03-31T06:53:29.772Z] 54142018d257: Layer already exists [2025-03-31T06:53:29.772Z] 06528b21b8b8: Layer already exists [2025-03-31T06:53:29.772Z] 15812f76a7df: Layer already exists [2025-03-31T06:53:29.772Z] 78a97274ab2b: Layer already exists [2025-03-31T06:53:29.772Z] da3f37877e08: Layer already exists [2025-03-31T06:53:29.772Z] 994456c4fd7b: Layer already exists [2025-03-31T06:53:29.772Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:30.115Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:30.454Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-03-31T06:53:30.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-03-31T06:53:30.454Z] 15812f76a7df: Preparing [2025-03-31T06:53:30.454Z] 78a97274ab2b: Preparing [2025-03-31T06:53:30.454Z] 06528b21b8b8: Preparing [2025-03-31T06:53:30.454Z] da3f37877e08: Preparing [2025-03-31T06:53:30.454Z] 54142018d257: Preparing [2025-03-31T06:53:30.454Z] 994456c4fd7b: Preparing [2025-03-31T06:53:30.454Z] 994456c4fd7b: Waiting [2025-03-31T06:53:30.454Z] 15812f76a7df: Layer already exists [2025-03-31T06:53:30.454Z] 06528b21b8b8: Layer already exists [2025-03-31T06:53:30.454Z] 54142018d257: Layer already exists [2025-03-31T06:53:30.454Z] da3f37877e08: Layer already exists [2025-03-31T06:53:30.454Z] 78a97274ab2b: Layer already exists [2025-03-31T06:53:30.454Z] 994456c4fd7b: Layer already exists [2025-03-31T06:53:30.454Z] main: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T06:53:30.546Z] ===================================================== [Pipeline] echo [2025-03-31T06:53:30.559Z] taggedImages: [2025-03-31T06:53:30.559Z] - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:30.559Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-03-31T06:53:30.559Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-03-31T06:53:30.559Z] - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:30.559Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-03-31T06:53:30.603Z] ========================================================= [2025-03-31T06:53:30.603Z] [edgeXBuildMultiArch] RAW Config: [2025-03-31T06:53:30.603Z] images: [2025-03-31T06:53:30.603Z] - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:30.603Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-03-31T06:53:30.603Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-03-31T06:53:30.603Z] - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:30.603Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-03-31T06:53:30.603Z] settingsFile: [2025-03-31T06:53:30.603Z] device-virtual-go-settings [2025-03-31T06:53:30.603Z] ========================================================= [Pipeline] node [2025-03-31T06:53:30.818Z] Running on prd-centos7-docker-4c-2g-42420 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T06:53:30.875Z] provisioning config files... [2025-03-31T06:53:30.900Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3397585910649377999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T06:53:31.966Z] ---> ****-login.sh [2025-03-31T06:53:31.966Z] nexus3.edgexfoundry.org:10001 [2025-03-31T06:53:31.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:31.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:31.967Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:31.967Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:31.967Z] [2025-03-31T06:53:31.967Z] Login Succeeded [2025-03-31T06:53:31.967Z] nexus3.edgexfoundry.org:10002 [2025-03-31T06:53:31.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:32.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:32.230Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:32.230Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:32.230Z] [2025-03-31T06:53:32.230Z] Login Succeeded [2025-03-31T06:53:32.230Z] nexus3.edgexfoundry.org:10003 [2025-03-31T06:53:32.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:32.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:32.230Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:32.230Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:32.230Z] [2025-03-31T06:53:32.230Z] Login Succeeded [2025-03-31T06:53:32.230Z] nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:32.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:32.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:32.230Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:32.230Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:32.230Z] [2025-03-31T06:53:32.230Z] Login Succeeded [2025-03-31T06:53:32.230Z] ****.io [2025-03-31T06:53:32.355Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-31T06:53:32.355Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-31T06:53:32.355Z] Dload Upload Total Spent Left Speed [2025-03-31T06:53:32.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97181 [Pipeline] sh [2025-03-31T06:53:32.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:32.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:32.492Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:32.492Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:32.492Z] [2025-03-31T06:53:32.492Z] Login Succeeded [2025-03-31T06:53:32.492Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T06:53:32.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T06:53:32.707Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-31T06:53:32.866Z] + docker buildx ls [2025-03-31T06:53:32.866Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-31T06:53:32.866Z] default * docker [2025-03-31T06:53:32.866Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-31T06:53:33.038Z] + sudo tee /etc/docker/daemon.new [2025-03-31T06:53:33.038Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-31T06:53:33.038Z] { [2025-03-31T06:53:33.038Z] "registry-mirrors": [ [2025-03-31T06:53:33.038Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-31T06:53:33.038Z] ], [2025-03-31T06:53:33.038Z] "bip": "10.250.0.254/24", [2025-03-31T06:53:33.038Z] "hosts": [ [2025-03-31T06:53:33.038Z] "tcp://0.0.0.0:5555", [2025-03-31T06:53:33.038Z] "unix:///var/run/docker.sock" [2025-03-31T06:53:33.038Z] ], [2025-03-31T06:53:33.038Z] "mtu": 1458, [2025-03-31T06:53:33.038Z] "selinux-enabled": true, [2025-03-31T06:53:33.038Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-31T06:53:33.038Z] } [Pipeline] sh [2025-03-31T06:53:33.170Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-03-31T06:53:33.170Z] edgex-builder [Pipeline] sh [2025-03-31T06:53:33.378Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-31T06:53:33.468Z] + docker buildx inspect --bootstrap [2025-03-31T06:53:33.468Z] #1 [internal] booting buildkit [2025-03-31T06:53:33.468Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-03-31T06:53:33.713Z] + sudo service docker restart [2025-03-31T06:53:36.027Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-03-31T06:53:36.027Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-03-31T06:53:36.971Z] #1 creating container buildx_buildkit_edgex-builder0 1.0s done [2025-03-31T06:53:36.971Z] #1 DONE 3.7s [2025-03-31T06:53:37.235Z] Name: edgex-builder [2025-03-31T06:53:37.235Z] Driver: docker-container [2025-03-31T06:53:37.235Z] [2025-03-31T06:53:37.235Z] Nodes: [2025-03-31T06:53:37.235Z] Name: edgex-builder0 [2025-03-31T06:53:37.235Z] Endpoint: unix:///var/run/docker.sock [2025-03-31T06:53:37.235Z] Status: running [2025-03-31T06:53:37.235Z] Buildkit: v0.20.2 [2025-03-31T06:53:37.235Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-03-31T06:53:37.564Z] + docker buildx ls [2025-03-31T06:53:37.564Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-31T06:53:37.564Z] edgex-builder * docker-container [2025-03-31T06:53:37.564Z] edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-03-31T06:53:37.564Z] default docker [2025-03-31T06:53:37.564Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-31T06:53:37.856Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1' [2025-03-31T06:53:37.856Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 --push - [2025-03-31T06:53:37.856Z] #1 [internal] load build definition from Dockerfile [2025-03-31T06:53:37.856Z] #1 transferring dockerfile: 199B done [2025-03-31T06:53:37.856Z] #1 DONE 0.0s [2025-03-31T06:53:37.856Z] [2025-03-31T06:53:37.856Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:37.856Z] #2 DONE 0.1s [2025-03-31T06:53:37.856Z] [2025-03-31T06:53:37.856Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T06:53:38.116Z] #3 DONE 0.1s [2025-03-31T06:53:38.116Z] [2025-03-31T06:53:38.116Z] #4 [internal] load .dockerignore [2025-03-31T06:53:38.116Z] #4 transferring context: 2B done [2025-03-31T06:53:38.116Z] #4 DONE 0.0s [2025-03-31T06:53:38.116Z] [2025-03-31T06:53:38.116Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:38.116Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:38.116Z] #5 DONE 0.0s [2025-03-31T06:53:38.116Z] [2025-03-31T06:53:38.116Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:38.116Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:38.116Z] #6 DONE 0.1s [2025-03-31T06:53:38.116Z] [2025-03-31T06:53:38.116Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:38.116Z] #7 DONE 0.0s [2025-03-31T06:53:38.116Z] [2025-03-31T06:53:38.116Z] #8 exporting to image [2025-03-31T06:53:38.116Z] #8 exporting layers done [2025-03-31T06:53:38.116Z] #8 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done [2025-03-31T06:53:38.116Z] #8 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done [2025-03-31T06:53:38.116Z] #8 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done [2025-03-31T06:53:38.116Z] #8 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done [2025-03-31T06:53:38.116Z] #8 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done [2025-03-31T06:53:38.116Z] #8 pushing layers 0.1s done [2025-03-31T06:53:38.116Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b [2025-03-31T06:53:38.116Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T06:53:38.376Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done [2025-03-31T06:53:38.376Z] #8 DONE 0.2s [2025-03-31T06:53:38.376Z] [2025-03-31T06:53:38.376Z] 1 warning found (use --debug to expand): [2025-03-31T06:53:38.376Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T06:53:38.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' [2025-03-31T06:53:38.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - [2025-03-31T06:53:38.668Z] #1 [internal] load build definition from Dockerfile [2025-03-31T06:53:38.668Z] #1 transferring dockerfile: 165B done [2025-03-31T06:53:38.668Z] #1 DONE 0.0s [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-03-31T06:53:38.669Z] #2 DONE 0.0s [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-03-31T06:53:38.669Z] #3 DONE 0.0s [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #4 [internal] load .dockerignore [2025-03-31T06:53:38.669Z] #4 transferring context: 2B done [2025-03-31T06:53:38.669Z] #4 DONE 0.0s [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:38.669Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:38.669Z] #5 CACHED [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:38.669Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:38.669Z] #6 CACHED [2025-03-31T06:53:38.669Z] [2025-03-31T06:53:38.669Z] #7 exporting to image [2025-03-31T06:53:38.669Z] #7 exporting layers done [2025-03-31T06:53:38.669Z] #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done [2025-03-31T06:53:38.669Z] #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done [2025-03-31T06:53:38.669Z] #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done [2025-03-31T06:53:38.669Z] #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done [2025-03-31T06:53:38.669Z] #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done [2025-03-31T06:53:38.669Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T06:53:38.930Z] #7 pushing layers 0.0s done [2025-03-31T06:53:38.930Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done [2025-03-31T06:53:38.930Z] #7 DONE 0.1s [2025-03-31T06:53:38.930Z] [2025-03-31T06:53:38.930Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:38.930Z] #8 DONE 0.0s [2025-03-31T06:53:38.930Z] [2025-03-31T06:53:38.930Z] 1 warning found (use --debug to expand): [2025-03-31T06:53:38.930Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T06:53:39.221Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1' [2025-03-31T06:53:39.222Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 --push - [2025-03-31T06:53:39.222Z] #1 [internal] load build definition from Dockerfile [2025-03-31T06:53:39.222Z] #1 transferring dockerfile: 170B done [2025-03-31T06:53:39.222Z] #1 DONE 0.0s [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-03-31T06:53:39.222Z] #2 DONE 0.0s [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [2025-03-31T06:53:39.222Z] #3 DONE 0.0s [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #4 [internal] load .dockerignore [2025-03-31T06:53:39.222Z] #4 transferring context: 2B done [2025-03-31T06:53:39.222Z] #4 DONE 0.0s [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:39.222Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:39.222Z] #5 CACHED [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:39.222Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:39.222Z] #6 CACHED [2025-03-31T06:53:39.222Z] [2025-03-31T06:53:39.222Z] #7 exporting to image [2025-03-31T06:53:39.222Z] #7 exporting layers done [2025-03-31T06:53:39.222Z] #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done [2025-03-31T06:53:39.222Z] #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done [2025-03-31T06:53:39.222Z] #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done [2025-03-31T06:53:39.222Z] #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done [2025-03-31T06:53:39.222Z] #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done [2025-03-31T06:53:39.222Z] #7 pushing layers [2025-03-31T06:53:39.222Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T06:53:39.481Z] #7 pushing layers 0.0s done [2025-03-31T06:53:39.481Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done [2025-03-31T06:53:39.481Z] #7 DONE 0.1s [2025-03-31T06:53:39.481Z] [2025-03-31T06:53:39.481Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:39.481Z] #8 DONE 0.0s [2025-03-31T06:53:39.481Z] [2025-03-31T06:53:39.481Z] 1 warning found (use --debug to expand): [2025-03-31T06:53:39.481Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T06:53:39.777Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1' [2025-03-31T06:53:39.777Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 --push - [2025-03-31T06:53:39.777Z] #1 [internal] load build definition from Dockerfile [2025-03-31T06:53:39.777Z] #1 transferring dockerfile: 211B done [2025-03-31T06:53:39.777Z] #1 DONE 0.0s [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:39.777Z] #2 DONE 0.0s [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T06:53:39.777Z] #3 DONE 0.0s [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #4 [internal] load .dockerignore [2025-03-31T06:53:39.777Z] #4 transferring context: 2B done [2025-03-31T06:53:39.777Z] #4 DONE 0.0s [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:39.777Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:39.777Z] #5 CACHED [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:39.777Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e done [2025-03-31T06:53:39.777Z] #6 CACHED [2025-03-31T06:53:39.777Z] [2025-03-31T06:53:39.777Z] #7 exporting to image [2025-03-31T06:53:39.777Z] #7 exporting layers done [2025-03-31T06:53:39.777Z] #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done [2025-03-31T06:53:39.777Z] #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done [2025-03-31T06:53:39.777Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T06:53:40.037Z] #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done [2025-03-31T06:53:40.037Z] #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done [2025-03-31T06:53:40.037Z] #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done [2025-03-31T06:53:40.037Z] #7 pushing layers 0.0s done [2025-03-31T06:53:40.037Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done [2025-03-31T06:53:40.037Z] #7 DONE 0.1s [2025-03-31T06:53:40.037Z] [2025-03-31T06:53:40.037Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:40.037Z] #8 DONE 0.0s [2025-03-31T06:53:40.037Z] [2025-03-31T06:53:40.037Z] 1 warning found (use --debug to expand): [2025-03-31T06:53:40.037Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T06:53:40.333Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' [2025-03-31T06:53:40.333Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - [2025-03-31T06:53:40.602Z] #1 [internal] load build definition from Dockerfile [2025-03-31T06:53:40.603Z] #1 transferring dockerfile: 163B done [2025-03-31T06:53:40.603Z] #1 DONE 0.0s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-03-31T06:53:40.603Z] #2 DONE 0.0s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-03-31T06:53:40.603Z] #3 DONE 0.0s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #4 [internal] load .dockerignore [2025-03-31T06:53:40.603Z] #4 transferring context: 2B done [2025-03-31T06:53:40.603Z] #4 DONE 0.0s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:40.603Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e done [2025-03-31T06:53:40.603Z] #5 CACHED [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e [2025-03-31T06:53:40.603Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done [2025-03-31T06:53:40.603Z] #6 CACHED [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #7 exporting to image [2025-03-31T06:53:40.603Z] #7 exporting layers done [2025-03-31T06:53:40.603Z] #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done [2025-03-31T06:53:40.603Z] #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done [2025-03-31T06:53:40.603Z] #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done [2025-03-31T06:53:40.603Z] #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done [2025-03-31T06:53:40.603Z] #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done [2025-03-31T06:53:40.603Z] #7 pushing layers 0.0s done [2025-03-31T06:53:40.603Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b [2025-03-31T06:53:40.603Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T06:53:40.603Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done [2025-03-31T06:53:40.603Z] #7 DONE 0.1s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:40.603Z] #8 DONE 0.0s [2025-03-31T06:53:40.603Z] [2025-03-31T06:53:40.603Z] 1 warning found (use --debug to expand): [2025-03-31T06:53:40.603Z]  - 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-03-31T06:53:40.999Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:41.299Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:41.865Z] ---> package-listing.sh [2025-03-31T06:53:41.865Z] ++ facter osfamily [2025-03-31T06:53:41.865Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-31T06:53:42.123Z] + OS_FAMILY=redhat [2025-03-31T06:53:42.124Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-03-31T06:53:42.124Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-31T06:53:42.124Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-31T06:53:42.124Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-31T06:53:42.124Z] + PACKAGES=/tmp/packages_start.txt [2025-03-31T06:53:42.124Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-03-31T06:53:42.124Z] + PACKAGES=/tmp/packages_end.txt [2025-03-31T06:53:42.124Z] + case "${OS_FAMILY}" in [2025-03-31T06:53:42.124Z] + rpm -qa [2025-03-31T06:53:42.124Z] + sort [2025-03-31T06:53:42.693Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-31T06:53:42.694Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-31T06:53:42.694Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-31T06:53:42.694Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-03-31T06:53:42.694Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-03-31T06:53:42.694Z] + 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-03-31T06:53:42.707Z] 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-03-31T06:53:43.020Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:43.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:53:43.340Z] [2025-03-31T06:53:43.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:43.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:53:43.658Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-31T06:53:43.658Z] 5eb5b503b376: Pulling fs layer [2025-03-31T06:53:43.658Z] 5c69ac0246d0: Pulling fs layer [2025-03-31T06:53:43.658Z] ec43610c2a17: Pulling fs layer [2025-03-31T06:53:43.658Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-31T06:53:43.658Z] 33b1e0a273af: Pulling fs layer [2025-03-31T06:53:43.658Z] 5d3b04190fa2: Pulling fs layer [2025-03-31T06:53:43.658Z] 2f39f015ded8: Pulling fs layer [2025-03-31T06:53:43.658Z] 3a2ae6a8a46f: Waiting [2025-03-31T06:53:43.658Z] 33b1e0a273af: Waiting [2025-03-31T06:53:43.658Z] 5d3b04190fa2: Waiting [2025-03-31T06:53:43.658Z] 2f39f015ded8: Waiting [2025-03-31T06:53:43.658Z] 5c69ac0246d0: Verifying Checksum [2025-03-31T06:53:43.658Z] 5c69ac0246d0: Download complete [2025-03-31T06:53:43.658Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-31T06:53:43.658Z] 3a2ae6a8a46f: Download complete [2025-03-31T06:53:43.658Z] 33b1e0a273af: Verifying Checksum [2025-03-31T06:53:43.658Z] 33b1e0a273af: Download complete [2025-03-31T06:53:43.658Z] ec43610c2a17: Verifying Checksum [2025-03-31T06:53:43.658Z] ec43610c2a17: Download complete [2025-03-31T06:53:43.658Z] 5d3b04190fa2: Verifying Checksum [2025-03-31T06:53:43.658Z] 5d3b04190fa2: Download complete [2025-03-31T06:53:43.918Z] 5eb5b503b376: Verifying Checksum [2025-03-31T06:53:43.918Z] 5eb5b503b376: Download complete [2025-03-31T06:53:44.492Z] 2f39f015ded8: Verifying Checksum [2025-03-31T06:53:44.492Z] 2f39f015ded8: Download complete [2025-03-31T06:53:45.070Z] 5eb5b503b376: Pull complete [2025-03-31T06:53:45.330Z] 5c69ac0246d0: Pull complete [2025-03-31T06:53:45.593Z] ec43610c2a17: Pull complete [2025-03-31T06:53:45.593Z] 3a2ae6a8a46f: Pull complete [2025-03-31T06:53:45.859Z] 33b1e0a273af: Pull complete [2025-03-31T06:53:45.859Z] 5d3b04190fa2: Pull complete [2025-03-31T06:53:50.102Z] 2f39f015ded8: Pull complete [2025-03-31T06:53:50.102Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-31T06:53:50.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:53:50.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:53:50.280Z] prd-centos7-docker-4c-2g-42420 does not seem to be running inside a container [2025-03-31T06:53:50.323Z] $ 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-03-31T06:53:53.391Z] $ docker top 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2025-03-31T06:53:53.496Z] provisioning config files... [2025-03-31T06:53:53.520Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/207@tmp/config7656401360556523590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:53.733Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-31T06:53:53.994Z] ---> ****-login.sh [2025-03-31T06:53:53.994Z] nexus3.edgexfoundry.org:10001 [2025-03-31T06:53:54.027Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-31T06:53:54.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:54.323Z] + ls /var/log/sa-host [2025-03-31T06:53:54.323Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T06:53:54.401Z] provisioning config files... [2025-03-31T06:53:54.410Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12296210238404783948tmp [Pipeline] { [Pipeline] echo [2025-03-31T06:53:54.432Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:54.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:54.546Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:54.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:54.546Z] [2025-03-31T06:53:54.546Z] Login Succeeded [2025-03-31T06:53:54.546Z] nexus3.edgexfoundry.org:10002 [2025-03-31T06:53:54.727Z] ---> create-netrc.sh [Pipeline] } [2025-03-31T06:53:54.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:54.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:55.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:55.084Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:55.084Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:55.084Z] [2025-03-31T06:53:55.084Z] Login Succeeded [2025-03-31T06:53:55.084Z] nexus3.edgexfoundry.org:10003 [2025-03-31T06:53:55.085Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-31T06:53:55.095Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:55.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:55.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:55.354Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:55.354Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:55.354Z] [2025-03-31T06:53:55.354Z] Login Succeeded [2025-03-31T06:53:55.354Z] nexus3.edgexfoundry.org:10004 [2025-03-31T06:53:55.387Z] ---> sudo-logs.sh [2025-03-31T06:53:55.387Z] Archiving 'sudo' log.. [2025-03-31T06:53:55.387Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42420.novalocal: Name or service not known [2025-03-31T06:53:55.387Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42420.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-03-31T06:53:55.413Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:53:55.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:55.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:55.627Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:55.627Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:55.627Z] [2025-03-31T06:53:55.627Z] Login Succeeded [2025-03-31T06:53:55.627Z] ****.io [2025-03-31T06:53:55.700Z] ---> job-cost.sh [2025-03-31T06:53:55.700Z] lf-activate-venv: SKIPPING [2025-03-31T06:53:55.700Z] INFO: No Stack... [2025-03-31T06:53:55.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T06:53:55.957Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-03-31T06:53:56.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T06:53:56.163Z] Configure a credential helper to remove this warning. See [2025-03-31T06:53:56.163Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T06:53:56.163Z] [2025-03-31T06:53:56.163Z] Login Succeeded [2025-03-31T06:53:56.163Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T06:53:56.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2025-03-31T06:53:56.214Z] INFO: Archiving Costs [Pipeline] unstash [Pipeline] echo [2025-03-31T06:53:56.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo [2025-03-31T06:53:56.476Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T06:53:56.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [2025-03-31T06:53:56.525Z] ---> logs-deploy.sh [2025-03-31T06:53:56.525Z] lf-activate-venv: SKIPPING [2025-03-31T06:53:56.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/207 [2025-03-31T06:53:56.525Z] INFO: archiving workspace using pattern(s): [Pipeline] echo [2025-03-31T06:53:56.530Z] ========================================================= [2025-03-31T06:53:56.530Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-31T06:53:56.530Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:53:56.921Z] + 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-03-31T06:53:57.462Z] Archives upload complete. [2025-03-31T06:53:57.462Z] INFO: archiving logs to Nexus [2025-03-31T06:53:57.510Z] Sending build context to Docker daemon 20.54MB [2025-03-31T06:53:57.510Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T06:53:57.510Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-31T06:53:57.510Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-31T06:53:57.510Z] 9986a736f7d3: Pulling fs layer [2025-03-31T06:53:57.510Z] 1f018df60701: Pulling fs layer [2025-03-31T06:53:57.510Z] 39f8f326b044: Pulling fs layer [2025-03-31T06:53:57.510Z] e6a1e7a6a96a: Pulling fs layer [2025-03-31T06:53:57.510Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T06:53:57.510Z] d45d956e0dbf: Pulling fs layer [2025-03-31T06:53:57.510Z] d7702b0d1db1: Pulling fs layer [2025-03-31T06:53:57.510Z] 5c7f0f088c93: Pulling fs layer [2025-03-31T06:53:57.510Z] 4fdc064ae6cf: Pulling fs layer [2025-03-31T06:53:57.510Z] e6a1e7a6a96a: Waiting [2025-03-31T06:53:57.510Z] d45d956e0dbf: Waiting [2025-03-31T06:53:57.510Z] 4f4fb700ef54: Waiting [2025-03-31T06:53:57.510Z] 5c7f0f088c93: Waiting [2025-03-31T06:53:57.510Z] d7702b0d1db1: Waiting [2025-03-31T06:53:57.510Z] 4fdc064ae6cf: Waiting [2025-03-31T06:53:57.510Z] 1f018df60701: Verifying Checksum [2025-03-31T06:53:57.510Z] 1f018df60701: Download complete [2025-03-31T06:53:57.782Z] e6a1e7a6a96a: Verifying Checksum [2025-03-31T06:53:57.782Z] e6a1e7a6a96a: Download complete [2025-03-31T06:53:57.782Z] 4f4fb700ef54: Verifying Checksum [2025-03-31T06:53:57.782Z] 4f4fb700ef54: Download complete [2025-03-31T06:53:57.782Z] d45d956e0dbf: Verifying Checksum [2025-03-31T06:53:57.782Z] d45d956e0dbf: Download complete [2025-03-31T06:53:57.782Z] d7702b0d1db1: Verifying Checksum [2025-03-31T06:53:57.782Z] d7702b0d1db1: Download complete [2025-03-31T06:53:57.782Z] 9986a736f7d3: Verifying Checksum [2025-03-31T06:53:57.782Z] 9986a736f7d3: Download complete [2025-03-31T06:53:58.050Z] 4fdc064ae6cf: Verifying Checksum [2025-03-31T06:53:58.050Z] 4fdc064ae6cf: Download complete [2025-03-31T06:53:58.399Z] ---> uname -a: [2025-03-31T06:53:58.399Z] Linux prd-centos7-docker-4c-2g-42420.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-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] ---> lscpu: [2025-03-31T06:53:58.399Z] Architecture: x86_64 [2025-03-31T06:53:58.399Z] CPU op-mode(s): 32-bit, 64-bit [2025-03-31T06:53:58.399Z] Byte Order: Little Endian [2025-03-31T06:53:58.399Z] Address sizes: 40 bits physical, 48 bits virtual [2025-03-31T06:53:58.399Z] CPU(s): 2 [2025-03-31T06:53:58.399Z] On-line CPU(s) list: 0,1 [2025-03-31T06:53:58.399Z] Thread(s) per core: 1 [2025-03-31T06:53:58.399Z] Core(s) per socket: 1 [2025-03-31T06:53:58.399Z] Socket(s): 2 [2025-03-31T06:53:58.399Z] NUMA node(s): 1 [2025-03-31T06:53:58.399Z] Vendor ID: AuthenticAMD [2025-03-31T06:53:58.399Z] CPU family: 23 [2025-03-31T06:53:58.399Z] Model: 49 [2025-03-31T06:53:58.399Z] Model name: AMD EPYC-Rome Processor [2025-03-31T06:53:58.399Z] Stepping: 0 [2025-03-31T06:53:58.399Z] CPU MHz: 2799.996 [2025-03-31T06:53:58.399Z] BogoMIPS: 5599.99 [2025-03-31T06:53:58.399Z] Virtualization: AMD-V [2025-03-31T06:53:58.399Z] Hypervisor vendor: KVM [2025-03-31T06:53:58.399Z] Virtualization type: full [2025-03-31T06:53:58.399Z] L1d cache: 64 KiB [2025-03-31T06:53:58.399Z] L1i cache: 64 KiB [2025-03-31T06:53:58.399Z] L2 cache: 1 MiB [2025-03-31T06:53:58.399Z] L3 cache: 32 MiB [2025-03-31T06:53:58.399Z] NUMA node0 CPU(s): 0,1 [2025-03-31T06:53:58.399Z] Vulnerability Itlb multihit: Not affected [2025-03-31T06:53:58.399Z] Vulnerability L1tf: Not affected [2025-03-31T06:53:58.399Z] Vulnerability Mds: Not affected [2025-03-31T06:53:58.399Z] Vulnerability Meltdown: Not affected [2025-03-31T06:53:58.399Z] Vulnerability Mmio stale data: Not affected [2025-03-31T06:53:58.399Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-03-31T06:53:58.399Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-03-31T06:53:58.399Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-03-31T06:53:58.399Z] Vulnerability Srbds: Not affected [2025-03-31T06:53:58.399Z] Vulnerability Tsx async abort: Not affected [2025-03-31T06:53:58.399Z] 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-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] ---> nproc: [2025-03-31T06:53:58.399Z] 2 [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] ---> df -h: [2025-03-31T06:53:58.399Z] Filesystem Size Used Avail Use% Mounted on [2025-03-31T06:53:58.399Z] overlay 40G 7.3G 33G 19% / [2025-03-31T06:53:58.399Z] tmpfs 64M 0 64M 0% /dev [2025-03-31T06:53:58.399Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-03-31T06:53:58.399Z] shm 64M 0 64M 0% /dev/shm [2025-03-31T06:53:58.399Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] [2025-03-31T06:53:58.399Z] Cannot open /var/log/sysstat/sa31: No such file or directory [2025-03-31T06:53:58.399Z] Please check if data collecting is enabled [2025-03-31T06:53:58.399Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T06:53:58.435Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-03-31T06:53:58.439Z] $ docker stop --time=1 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 [2025-03-31T06:53:58.639Z] 9986a736f7d3: Pull complete [2025-03-31T06:53:59.231Z] 1f018df60701: Pull complete [2025-03-31T06:53:59.580Z] $ docker rm -f --volumes 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-03-31T06:53:59.692Z] [WS-CLEANUP] Deleting project workspace... [2025-03-31T06:53:59.692Z] [WS-CLEANUP] Deferred wipeout is used... [2025-03-31T06:53:59.712Z] [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 [2025-03-31T06:53:59.833Z] 39f8f326b044: Verifying Checksum [2025-03-31T06:53:59.833Z] 39f8f326b044: Download complete Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:54:00.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:54:00.154Z] [2025-03-31T06:54:00.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:54:00.419Z] 5c7f0f088c93: Verifying Checksum [2025-03-31T06:54:00.419Z] 5c7f0f088c93: Download complete [2025-03-31T06:54:00.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:54:00.460Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-31T06:54:00.460Z] 5eb5b503b376: Pulling fs layer [2025-03-31T06:54:00.460Z] 5c69ac0246d0: Pulling fs layer [2025-03-31T06:54:00.460Z] ec43610c2a17: Pulling fs layer [2025-03-31T06:54:00.460Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-31T06:54:00.460Z] 33b1e0a273af: Pulling fs layer [2025-03-31T06:54:00.460Z] 3a2ae6a8a46f: Waiting [2025-03-31T06:54:00.460Z] 5d3b04190fa2: Pulling fs layer [2025-03-31T06:54:00.460Z] 2f39f015ded8: Pulling fs layer [2025-03-31T06:54:00.460Z] 2f39f015ded8: Waiting [2025-03-31T06:54:00.460Z] 5d3b04190fa2: Waiting [2025-03-31T06:54:00.460Z] 33b1e0a273af: Waiting [2025-03-31T06:54:00.460Z] 5c69ac0246d0: Verifying Checksum [2025-03-31T06:54:00.460Z] 5c69ac0246d0: Download complete [2025-03-31T06:54:00.460Z] 3a2ae6a8a46f: Download complete [2025-03-31T06:54:00.460Z] ec43610c2a17: Verifying Checksum [2025-03-31T06:54:00.460Z] ec43610c2a17: Download complete [2025-03-31T06:54:00.460Z] 33b1e0a273af: Verifying Checksum [2025-03-31T06:54:00.460Z] 33b1e0a273af: Download complete [2025-03-31T06:54:00.460Z] 5d3b04190fa2: Download complete [2025-03-31T06:54:00.720Z] 5eb5b503b376: Verifying Checksum [2025-03-31T06:54:00.720Z] 5eb5b503b376: Download complete [2025-03-31T06:54:01.286Z] 2f39f015ded8: Download complete [2025-03-31T06:54:01.852Z] 5eb5b503b376: Pull complete [2025-03-31T06:54:01.852Z] 5c69ac0246d0: Pull complete [2025-03-31T06:54:02.110Z] ec43610c2a17: Pull complete [2025-03-31T06:54:02.110Z] 3a2ae6a8a46f: Pull complete [2025-03-31T06:54:02.369Z] 33b1e0a273af: Pull complete [2025-03-31T06:54:02.369Z] 5d3b04190fa2: Pull complete [2025-03-31T06:54:06.555Z] 2f39f015ded8: Pull complete [2025-03-31T06:54:06.555Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-31T06:54:06.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T06:54:06.555Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:54:06.680Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T06:54:06.709Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-31T06:54:07.888Z] $ docker top 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T06:54:08.302Z] ---> job-cost.sh [2025-03-31T06:54:08.302Z] lf-activate-venv: SKIPPING [2025-03-31T06:54:08.302Z] INFO: No Stack... [2025-03-31T06:54:08.560Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-31T06:54:08.820Z] INFO: Archiving Costs [Pipeline] sh [2025-03-31T06:54:09.112Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-03-31T06:54:09.112Z] + cut -d, -f6 [Pipeline] lock [2025-03-31T06:54:09.128Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [2025-03-31T06:54:09.136Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] did not exist. Created. [2025-03-31T06:54:09.142Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-31T06:54:09.457Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-31T06:54:09.482Z] Stashed 1 file(s) [Pipeline] } [2025-03-31T06:54:09.490Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-31T06:54:09.517Z] $ docker stop --time=1 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 [2025-03-31T06:54:10.665Z] $ docker rm -f --volumes 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-31T06:54:15.456Z] 39f8f326b044: Pull complete [2025-03-31T06:54:15.456Z] e6a1e7a6a96a: Pull complete [2025-03-31T06:54:15.456Z] 4f4fb700ef54: Pull complete [2025-03-31T06:54:15.456Z] d45d956e0dbf: Pull complete [2025-03-31T06:54:15.456Z] d7702b0d1db1: Pull complete [2025-03-31T06:54:22.100Z] 5c7f0f088c93: Pull complete [2025-03-31T06:54:23.515Z] 4fdc064ae6cf: Pull complete [2025-03-31T06:54:23.515Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-31T06:54:23.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-31T06:54:23.515Z] ---> 63f30b955cb9 [2025-03-31T06:54:23.515Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T06:54:24.513Z] ---> Running in 0f62b4cc5a38 [2025-03-31T06:54:24.798Z] Removing intermediate container 0f62b4cc5a38 [2025-03-31T06:54:24.798Z] ---> ec23d9330393 [2025-03-31T06:54:24.798Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T06:54:24.798Z] ---> Running in 18158267ce6d [2025-03-31T06:54:25.066Z] Removing intermediate container 18158267ce6d [2025-03-31T06:54:25.066Z] ---> c396d4fb9a77 [2025-03-31T06:54:25.066Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-03-31T06:54:25.066Z] ---> Running in ccfd1890328f [2025-03-31T06:54:25.333Z] Removing intermediate container ccfd1890328f [2025-03-31T06:54:25.333Z] ---> 33722578a7b4 [2025-03-31T06:54:25.333Z] Step 6/12 : WORKDIR /device-virtual-go [2025-03-31T06:54:25.602Z] ---> Running in 112b39ad5a12 [2025-03-31T06:54:25.870Z] Removing intermediate container 112b39ad5a12 [2025-03-31T06:54:25.870Z] ---> af3ecd12cdfe [2025-03-31T06:54:25.870Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T06:54:26.138Z] ---> Running in ba59165d2bbf [2025-03-31T06:54:27.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T06:54:27.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T06:54:28.777Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-31T06:54:28.777Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-31T06:54:28.777Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-31T06:54:28.777Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-31T06:54:29.048Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T06:54:29.048Z] OK: 244 MiB in 62 packages [2025-03-31T06:54:30.010Z] Removing intermediate container ba59165d2bbf [2025-03-31T06:54:30.010Z] ---> b211e35b3f9c [2025-03-31T06:54:30.010Z] Step 8/12 : COPY go.mod vendor* ./ [2025-03-31T06:54:30.592Z] ---> f03cab165149 [2025-03-31T06:54:30.592Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T06:54:30.592Z] ---> Running in 876d5f48924f [2025-03-31T06:56:22.336Z] Removing intermediate container 876d5f48924f [2025-03-31T06:56:22.336Z] ---> b299986c050f [2025-03-31T06:56:22.336Z] Step 10/12 : COPY . . [2025-03-31T06:56:22.336Z] ---> ba9b9e8d51e0 [2025-03-31T06:56:22.336Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T06:56:22.336Z] ---> Running in 68114860e4a9 [2025-03-31T06:56:22.336Z] Removing intermediate container 68114860e4a9 [2025-03-31T06:56:22.336Z] ---> d2dd2a314e44 [2025-03-31T06:56:22.336Z] Step 12/12 : RUN $MAKE [2025-03-31T06:56:22.336Z] ---> Running in 39adc440efe0 [2025-03-31T06:56:22.336Z] noop [2025-03-31T06:56:22.336Z] Removing intermediate container 39adc440efe0 [2025-03-31T06:56:22.336Z] ---> cb31f9b42c34 [2025-03-31T06:56:22.336Z] Successfully built cb31f9b42c34 [2025-03-31T06:56:22.336Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:56:22.704Z] + docker inspect -f . ci-base-image-arm64 [2025-03-31T06:56:22.704Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:56:22.920Z] prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container [2025-03-31T06:56:22.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-03-31T06:56:24.259Z] $ docker top 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T06:56:25.098Z] + go version [2025-03-31T06:56:25.098Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-31T06:56:25.106Z] $ docker stop --time=1 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 [2025-03-31T06:56:26.764Z] $ docker rm -f --volumes 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T06:56:27.395Z] + docker inspect -f . ci-base-image-arm64 [2025-03-31T06:56:27.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T06:56:27.608Z] prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container [2025-03-31T06:56:27.665Z] $ 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/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-03-31T06:56:29.003Z] $ docker top e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T06:56:29.849Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/207 [Pipeline] fileExists [Pipeline] sh [2025-03-31T06:56:30.509Z] + make test [2025-03-31T06:56:30.509Z] go test ./... -coverprofile=coverage.out [2025-03-31T06:56:37.158Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-03-31T06:59:43.945Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-03-31T06:59:43.945Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.058s coverage: 58.3% of statements [2025-03-31T06:59:43.945Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-03-31T06:59:43.945Z] go vet ./... [2025-03-31T07:00:30.804Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-31T07:00:30.804Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-31T07:00:31.071Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-31T07:00:31.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-31T07:00:31.676Z] $ docker stop --time=1 e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 [2025-03-31T07:00:33.576Z] $ docker rm -f --volumes e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T07:00:35.022Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-31T07:00:35.052Z] Warning: overwriting stash ‘coverage-report’ [2025-03-31T07:00:35.501Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T07:00:35.922Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-31T07:00:36.237Z] + ls -al . [2025-03-31T07:00:36.238Z] total 264 [2025-03-31T07:00:36.238Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 31 06:56 . [2025-03-31T07:00:36.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 06:53 .. [2025-03-31T07:00:36.238Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:53 .git [2025-03-31T07:00:36.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 .github [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 272 Mar 31 06:53 .gitignore [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 199 Mar 31 06:53 .golangci.yml [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 18321 Mar 31 06:53 Attribution.txt [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 17302 Mar 31 06:53 CHANGELOG.md [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 1755 Mar 31 06:53 Dockerfile [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 06:53 GOVERNANCE.md [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 31 06:53 Jenkinsfile [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 06:53 LICENSE [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 2652 Mar 31 06:53 Makefile [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 31 06:53 OWNERS.md [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 4473 Mar 31 06:53 README.md [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 06:51 VERSION [2025-03-31T07:00:36.238Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 06:53 bin [2025-03-31T07:00:36.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 cmd [2025-03-31T07:00:36.238Z] -rw-r--r-- 1 jenkins jenkins 43316 Mar 31 06:59 coverage.out [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 6032 Mar 31 06:53 go.mod [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 06:53 go.sum [2025-03-31T07:00:36.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 internal [2025-03-31T07:00:36.238Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 31 06:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:00:36.576Z] + 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=f1ae59df93e15168f5c84516dd369218cbd3ebf1 --label arch=arm64 --label version=4.1.0-dev.1 . [2025-03-31T07:00:37.155Z] Sending build context to Docker daemon 20.59MB [2025-03-31T07:00:37.155Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T07:00:37.155Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-31T07:00:37.155Z] ---> cb31f9b42c34 [2025-03-31T07:00:37.155Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T07:00:37.426Z] ---> Running in 5d807b68918c [2025-03-31T07:00:37.691Z] Removing intermediate container 5d807b68918c [2025-03-31T07:00:37.691Z] ---> 935a7c74fc49 [2025-03-31T07:00:37.691Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T07:00:37.691Z] ---> Running in ae09afc994f5 [2025-03-31T07:00:37.956Z] Removing intermediate container ae09afc994f5 [2025-03-31T07:00:37.956Z] ---> d5ecff924f3f [2025-03-31T07:00:37.956Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-03-31T07:00:37.956Z] ---> Running in df2dec7a694c [2025-03-31T07:00:38.223Z] Removing intermediate container df2dec7a694c [2025-03-31T07:00:38.223Z] ---> 95d368261ec9 [2025-03-31T07:00:38.223Z] Step 6/26 : WORKDIR /device-virtual-go [2025-03-31T07:00:38.223Z] ---> Running in 46ed753821f2 [2025-03-31T07:00:38.808Z] Removing intermediate container 46ed753821f2 [2025-03-31T07:00:38.808Z] ---> ea9c95b67f26 [2025-03-31T07:00:38.808Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T07:00:38.808Z] ---> Running in 2c8a54304e49 [2025-03-31T07:00:39.779Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:00:40.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:00:41.450Z] OK: 244 MiB in 62 packages [2025-03-31T07:00:42.414Z] Removing intermediate container 2c8a54304e49 [2025-03-31T07:00:42.414Z] ---> 8a9887d4cd8c [2025-03-31T07:00:42.414Z] Step 8/26 : COPY go.mod vendor* ./ [2025-03-31T07:00:42.680Z] ---> b24e8750689a [2025-03-31T07:00:42.680Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T07:00:42.948Z] ---> Running in d761127d9d79 [2025-03-31T07:00:45.540Z] Removing intermediate container d761127d9d79 [2025-03-31T07:00:45.540Z] ---> 30c017b28e02 [2025-03-31T07:00:45.540Z] Step 10/26 : COPY . . [2025-03-31T07:00:46.502Z] ---> f28c9092799b [2025-03-31T07:00:46.502Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T07:00:46.502Z] ---> Running in adfa42365727 [2025-03-31T07:00:46.769Z] Removing intermediate container adfa42365727 [2025-03-31T07:00:46.769Z] ---> 1f5d4f256d88 [2025-03-31T07:00:46.769Z] Step 12/26 : RUN $MAKE [2025-03-31T07:00:47.038Z] ---> Running in 55e8eab4845f [2025-03-31T07:00:47.999Z] 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.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-03-31T07:04:09.759Z] Removing intermediate container 55e8eab4845f [2025-03-31T07:04:09.759Z] ---> 2f5c01c622a2 [2025-03-31T07:04:09.759Z] Step 13/26 : FROM alpine:3.20 [2025-03-31T07:04:09.759Z] 3.20: Pulling from library/alpine [2025-03-31T07:04:09.759Z] 94e9d8af2201: Pulling fs layer [2025-03-31T07:04:09.759Z] 94e9d8af2201: Verifying Checksum [2025-03-31T07:04:09.759Z] 94e9d8af2201: Download complete [2025-03-31T07:04:09.759Z] 94e9d8af2201: Pull complete [2025-03-31T07:04:09.759Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-31T07:04:09.759Z] Status: Downloaded newer image for alpine:3.20 [2025-03-31T07:04:09.759Z] ---> 7aab056cecc6 [2025-03-31T07:04:09.759Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-03-31T07:04:09.759Z] ---> Running in 926353d93d4d [2025-03-31T07:04:09.759Z] Removing intermediate container 926353d93d4d [2025-03-31T07:04:09.759Z] ---> f462cad8d7c3 [2025-03-31T07:04:09.759Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-31T07:04:09.759Z] ---> Running in 7330f1a55c3c [2025-03-31T07:04:09.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:04:09.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:04:09.759Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-31T07:04:09.759Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T07:04:09.759Z] OK: 9 MiB in 15 packages [2025-03-31T07:04:09.759Z] Removing intermediate container 7330f1a55c3c [2025-03-31T07:04:09.759Z] ---> 800dae3a0cef [2025-03-31T07:04:09.759Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-31T07:04:09.759Z] ---> Running in 5df516248209 [2025-03-31T07:04:09.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:04:09.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:04:10.709Z] OK: 9 MiB in 15 packages [2025-03-31T07:04:11.768Z] Removing intermediate container 5df516248209 [2025-03-31T07:04:11.768Z] ---> 7f9521e042ee [2025-03-31T07:04:11.768Z] Step 17/26 : WORKDIR / [2025-03-31T07:04:11.768Z] ---> Running in 25d6582dfd9e [2025-03-31T07:04:12.371Z] Removing intermediate container 25d6582dfd9e [2025-03-31T07:04:12.371Z] ---> cd98c4dfe5c7 [2025-03-31T07:04:12.371Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-03-31T07:04:12.645Z] ---> 7b9ca6a6d316 [2025-03-31T07:04:12.645Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-03-31T07:04:13.237Z] ---> 14445b81e1ba [2025-03-31T07:04:13.237Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-03-31T07:04:15.180Z] ---> f9f41c8b792d [2025-03-31T07:04:15.180Z] Step 21/26 : EXPOSE 59900 [2025-03-31T07:04:15.180Z] ---> Running in 27947b47597f [2025-03-31T07:04:15.449Z] Removing intermediate container 27947b47597f [2025-03-31T07:04:15.449Z] ---> cff2488b81aa [2025-03-31T07:04:15.449Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-03-31T07:04:15.449Z] ---> Running in 2fb264094237 [2025-03-31T07:04:15.716Z] Removing intermediate container 2fb264094237 [2025-03-31T07:04:15.716Z] ---> 3f709b484c86 [2025-03-31T07:04:15.716Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-31T07:04:15.716Z] ---> Running in bcfb076aeb2c [2025-03-31T07:04:15.983Z] Removing intermediate container bcfb076aeb2c [2025-03-31T07:04:15.983Z] ---> 2f50222f57db [2025-03-31T07:04:15.983Z] Step 24/26 : LABEL arch=arm64 [2025-03-31T07:04:16.248Z] ---> Running in 8cfcd3cbe049 [2025-03-31T07:04:16.516Z] Removing intermediate container 8cfcd3cbe049 [2025-03-31T07:04:16.516Z] ---> 20375742a1c1 [2025-03-31T07:04:16.516Z] Step 25/26 : LABEL git_sha=f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T07:04:16.516Z] ---> Running in 4c084b2881e2 [2025-03-31T07:04:16.783Z] Removing intermediate container 4c084b2881e2 [2025-03-31T07:04:16.783Z] ---> 78d25bd0502c [2025-03-31T07:04:16.783Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-03-31T07:04:16.783Z] ---> Running in e4bbfcd84578 [2025-03-31T07:04:17.052Z] Removing intermediate container e4bbfcd84578 [2025-03-31T07:04:17.052Z] ---> da009242db81 [2025-03-31T07:04:17.052Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-31T07:04:17.052Z] Successfully built da009242db81 [2025-03-31T07:04:17.052Z] 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-03-31T07:04:17.486Z] provisioning config files... [2025-03-31T07:04:17.500Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/207@tmp/config14618723222007566732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:04:17.851Z] ---> ****-login.sh [2025-03-31T07:04:17.851Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:04:17.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:04:18.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:04:18.116Z] Configure a credential helper to remove this warning. See [2025-03-31T07:04:18.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:04:18.116Z] [2025-03-31T07:04:18.116Z] Login Succeeded [2025-03-31T07:04:18.116Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:04:18.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:04:18.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:04:18.381Z] Configure a credential helper to remove this warning. See [2025-03-31T07:04:18.381Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:04:18.381Z] [2025-03-31T07:04:18.381Z] Login Succeeded [2025-03-31T07:04:18.381Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:04:18.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:04:18.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:04:18.645Z] Configure a credential helper to remove this warning. See [2025-03-31T07:04:18.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:04:18.645Z] [2025-03-31T07:04:18.645Z] Login Succeeded [2025-03-31T07:04:18.645Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:04:18.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:04:19.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:04:19.177Z] Configure a credential helper to remove this warning. See [2025-03-31T07:04:19.177Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:04:19.177Z] [2025-03-31T07:04:19.177Z] Login Succeeded [2025-03-31T07:04:19.177Z] ****.io [2025-03-31T07:04:19.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:04:19.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:04:19.440Z] Configure a credential helper to remove this warning. See [2025-03-31T07:04:19.440Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:04:19.440Z] [2025-03-31T07:04:19.440Z] Login Succeeded [2025-03-31T07:04:19.440Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:04:19.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:04:19.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:04:19.529Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-03-31T07:04:19.529Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T07:04:19.529Z] latest [2025-03-31T07:04:19.529Z] 4.1.0-dev.1 [2025-03-31T07:04:19.529Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T07:04:19.529Z] main [2025-03-31T07:04:19.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:19.895Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:20.254Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T07:04:20.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-03-31T07:04:20.254Z] ac7f98eada2f: Preparing [2025-03-31T07:04:20.254Z] a3d73ee75077: Preparing [2025-03-31T07:04:20.254Z] 855f41446f9f: Preparing [2025-03-31T07:04:20.254Z] 660ba57b2b54: Preparing [2025-03-31T07:04:20.254Z] 4115341ac1eb: Preparing [2025-03-31T07:04:20.254Z] dd9c8f8612c8: Preparing [2025-03-31T07:04:20.254Z] dd9c8f8612c8: Waiting [2025-03-31T07:04:20.518Z] 660ba57b2b54: Pushed [2025-03-31T07:04:20.518Z] 4115341ac1eb: Pushed [2025-03-31T07:04:20.518Z] 855f41446f9f: Pushed [2025-03-31T07:04:20.518Z] a3d73ee75077: Pushed [2025-03-31T07:04:20.518Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:04:28.698Z] ac7f98eada2f: Pushed [2025-03-31T07:04:28.698Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:29.054Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:29.421Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-03-31T07:04:29.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-03-31T07:04:29.421Z] ac7f98eada2f: Preparing [2025-03-31T07:04:29.421Z] a3d73ee75077: Preparing [2025-03-31T07:04:29.421Z] 855f41446f9f: Preparing [2025-03-31T07:04:29.421Z] 660ba57b2b54: Preparing [2025-03-31T07:04:29.421Z] 4115341ac1eb: Preparing [2025-03-31T07:04:29.421Z] dd9c8f8612c8: Preparing [2025-03-31T07:04:29.421Z] dd9c8f8612c8: Waiting [2025-03-31T07:04:29.421Z] ac7f98eada2f: Layer already exists [2025-03-31T07:04:29.421Z] 4115341ac1eb: Layer already exists [2025-03-31T07:04:29.421Z] 660ba57b2b54: Layer already exists [2025-03-31T07:04:29.421Z] 855f41446f9f: Layer already exists [2025-03-31T07:04:29.421Z] a3d73ee75077: Layer already exists [2025-03-31T07:04:29.421Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:04:29.421Z] latest: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:30.044Z] + 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-03-31T07:04:30.400Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [2025-03-31T07:04:30.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-03-31T07:04:30.400Z] ac7f98eada2f: Preparing [2025-03-31T07:04:30.400Z] a3d73ee75077: Preparing [2025-03-31T07:04:30.400Z] 855f41446f9f: Preparing [2025-03-31T07:04:30.400Z] 660ba57b2b54: Preparing [2025-03-31T07:04:30.400Z] 4115341ac1eb: Preparing [2025-03-31T07:04:30.400Z] dd9c8f8612c8: Preparing [2025-03-31T07:04:30.400Z] dd9c8f8612c8: Waiting [2025-03-31T07:04:30.400Z] 660ba57b2b54: Layer already exists [2025-03-31T07:04:30.400Z] ac7f98eada2f: Layer already exists [2025-03-31T07:04:30.400Z] 855f41446f9f: Layer already exists [2025-03-31T07:04:30.400Z] 4115341ac1eb: Layer already exists [2025-03-31T07:04:30.400Z] a3d73ee75077: Layer already exists [2025-03-31T07:04:30.400Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:04:30.664Z] 4.1.0-dev.1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:31.016Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:31.364Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T07:04:31.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-03-31T07:04:31.364Z] ac7f98eada2f: Preparing [2025-03-31T07:04:31.364Z] a3d73ee75077: Preparing [2025-03-31T07:04:31.364Z] 855f41446f9f: Preparing [2025-03-31T07:04:31.364Z] 660ba57b2b54: Preparing [2025-03-31T07:04:31.364Z] 4115341ac1eb: Preparing [2025-03-31T07:04:31.364Z] dd9c8f8612c8: Preparing [2025-03-31T07:04:31.364Z] dd9c8f8612c8: Waiting [2025-03-31T07:04:31.364Z] 4115341ac1eb: Layer already exists [2025-03-31T07:04:31.364Z] 660ba57b2b54: Layer already exists [2025-03-31T07:04:31.364Z] a3d73ee75077: Layer already exists [2025-03-31T07:04:31.364Z] 855f41446f9f: Layer already exists [2025-03-31T07:04:31.364Z] ac7f98eada2f: Layer already exists [2025-03-31T07:04:31.364Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:04:31.630Z] f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:31.994Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:32.344Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-03-31T07:04:32.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-03-31T07:04:32.345Z] ac7f98eada2f: Preparing [2025-03-31T07:04:32.345Z] a3d73ee75077: Preparing [2025-03-31T07:04:32.345Z] 855f41446f9f: Preparing [2025-03-31T07:04:32.345Z] 660ba57b2b54: Preparing [2025-03-31T07:04:32.345Z] 4115341ac1eb: Preparing [2025-03-31T07:04:32.345Z] dd9c8f8612c8: Preparing [2025-03-31T07:04:32.345Z] ac7f98eada2f: Layer already exists [2025-03-31T07:04:32.345Z] 660ba57b2b54: Layer already exists [2025-03-31T07:04:32.345Z] 855f41446f9f: Layer already exists [2025-03-31T07:04:32.345Z] a3d73ee75077: Layer already exists [2025-03-31T07:04:32.345Z] 4115341ac1eb: Layer already exists [2025-03-31T07:04:32.345Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:04:32.345Z] main: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:04:32.693Z] ===================================================== [Pipeline] echo [2025-03-31T07:04:32.708Z] taggedImages: [2025-03-31T07:04:32.708Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [2025-03-31T07:04:32.708Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-03-31T07:04:32.708Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [2025-03-31T07:04:32.708Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [2025-03-31T07:04:32.708Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-03-31T07:04:32.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo [2025-03-31T07:04:32.732Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-03-31T07:04:32.750Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] echo [2025-03-31T07:04:32.762Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] echo [2025-03-31T07:04:32.781Z] 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-03-31T07:04:33.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:04:33.174Z] [2025-03-31T07:04:33.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:04:33.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:04:33.512Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-31T07:04:33.512Z] 8998bd30e6a1: Pulling fs layer [2025-03-31T07:04:33.512Z] 04944245beec: Pulling fs layer [2025-03-31T07:04:33.512Z] 699f458cf7ca: Pulling fs layer [2025-03-31T07:04:33.512Z] 765212b225bb: Pulling fs layer [2025-03-31T07:04:33.512Z] f23df028b6ca: Pulling fs layer [2025-03-31T07:04:33.512Z] 765212b225bb: Waiting [2025-03-31T07:04:33.512Z] d65c8cfc05b1: Pulling fs layer [2025-03-31T07:04:33.512Z] 2437ff75d9bd: Pulling fs layer [2025-03-31T07:04:33.512Z] d65c8cfc05b1: Waiting [2025-03-31T07:04:33.512Z] 2437ff75d9bd: Waiting [2025-03-31T07:04:33.512Z] f23df028b6ca: Waiting [2025-03-31T07:04:33.781Z] 04944245beec: Verifying Checksum [2025-03-31T07:04:33.781Z] 04944245beec: Download complete [2025-03-31T07:04:33.781Z] 765212b225bb: Verifying Checksum [2025-03-31T07:04:33.781Z] 765212b225bb: Download complete [2025-03-31T07:04:33.781Z] f23df028b6ca: Verifying Checksum [2025-03-31T07:04:33.781Z] f23df028b6ca: Download complete [2025-03-31T07:04:33.781Z] d65c8cfc05b1: Verifying Checksum [2025-03-31T07:04:33.781Z] d65c8cfc05b1: Download complete [2025-03-31T07:04:33.781Z] 699f458cf7ca: Verifying Checksum [2025-03-31T07:04:33.781Z] 699f458cf7ca: Download complete [2025-03-31T07:04:34.363Z] 8998bd30e6a1: Verifying Checksum [2025-03-31T07:04:34.363Z] 8998bd30e6a1: Download complete [2025-03-31T07:04:36.947Z] 2437ff75d9bd: Verifying Checksum [2025-03-31T07:04:36.947Z] 2437ff75d9bd: Download complete [2025-03-31T07:04:38.882Z] 8998bd30e6a1: Pull complete [2025-03-31T07:04:39.464Z] 04944245beec: Pull complete [2025-03-31T07:04:41.399Z] 699f458cf7ca: Pull complete [2025-03-31T07:04:41.399Z] 765212b225bb: Pull complete [2025-03-31T07:04:42.355Z] f23df028b6ca: Pull complete [2025-03-31T07:04:42.355Z] d65c8cfc05b1: Pull complete [2025-03-31T07:05:00.558Z] 2437ff75d9bd: Pull complete [2025-03-31T07:05:00.558Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-31T07:05:00.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:05:00.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:00.780Z] prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container [2025-03-31T07:05:00.848Z] $ 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/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-03-31T07:05:03.521Z] $ docker top 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:04.361Z] ---> job-cost.sh [2025-03-31T07:05:04.361Z] lf-activate-venv: SKIPPING [2025-03-31T07:05:04.361Z] INFO: No Stack... [2025-03-31T07:05:04.625Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-31T07:05:05.581Z] INFO: Archiving Costs [Pipeline] sh [2025-03-31T07:05:06.210Z] + cat /w/workspace/device-virtual-go/207/archives/cost.csv [2025-03-31T07:05:06.210Z] + cut -d, -f6 [Pipeline] lock [2025-03-31T07:05:06.261Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [2025-03-31T07:05:06.271Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] did not exist. Created. [2025-03-31T07:05:06.278Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-31T07:05:06.929Z] /w/workspace/device-virtual-go/207@tmp/durable-bcffff3d/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-31T07:05:07.577Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-31T07:05:07.605Z] Warning: overwriting stash ‘stack-cost’ [2025-03-31T07:05:07.649Z] Stashed 1 file(s) [Pipeline] } [2025-03-31T07:05:07.660Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-31T07:05:07.692Z] $ docker stop --time=1 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df [2025-03-31T07:05:09.181Z] $ docker rm -f --volumes 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df [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-03-31T07:05:09.696Z] provisioning config files... [2025-03-31T07:05:09.704Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8448078592512693906tmp [Pipeline] { [Pipeline] sh [2025-03-31T07:05:10.002Z] + set +x [2025-03-31T07:05:10.002Z] + curl -s https://codecov.io/bash [2025-03-31T07:05:10.002Z] + bash -s -- [2025-03-31T07:05:10.002Z] [2025-03-31T07:05:10.002Z] _____ _ [2025-03-31T07:05:10.002Z] / ____| | | [2025-03-31T07:05:10.002Z] | | ___ __| | ___ ___ _____ __ [2025-03-31T07:05:10.002Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-31T07:05:10.002Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-31T07:05:10.002Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-31T07:05:10.002Z] Bash-1.0.6 [2025-03-31T07:05:10.002Z] [2025-03-31T07:05:10.002Z] [2025-03-31T07:05:10.002Z] ==> git version 2.25.1 found [2025-03-31T07:05:10.002Z] ==> 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-03-31T07:05:10.002Z] Release-Date: 2020-01-08 [2025-03-31T07:05:10.002Z] 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-03-31T07:05:10.002Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-31T07:05:10.002Z] ==> Jenkins CI detected. [2025-03-31T07:05:10.002Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-03-31T07:05:10.002Z] project root: . [2025-03-31T07:05:10.002Z] --> token set from env [2025-03-31T07:05:10.002Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-31T07:05:10.002Z] ==> Running gcov in . (disable via -X gcov) [2025-03-31T07:05:10.002Z] ==> Python coveragepy not found [2025-03-31T07:05:10.002Z] ==> Searching for coverage reports in: [2025-03-31T07:05:10.002Z] + . [2025-03-31T07:05:10.002Z] -> Found 1 reports [2025-03-31T07:05:10.002Z] ==> Detecting git/mercurial file structure [2025-03-31T07:05:10.002Z] ==> Reading reports [2025-03-31T07:05:10.002Z] + ./coverage.out bytes=43316 [2025-03-31T07:05:10.260Z] ==> Appending adjustments [2025-03-31T07:05:10.260Z] https://docs.codecov.io/docs/fixing-reports [2025-03-31T07:05:10.260Z] + Found adjustments [2025-03-31T07:05:10.260Z] ==> Gzipping contents [2025-03-31T07:05:10.260Z] 8.0K /tmp/codecov.rEChuu.gz [2025-03-31T07:05:10.260Z] ==> Uploading reports [2025-03-31T07:05:10.260Z] url: https://codecov.io [2025-03-31T07:05:10.260Z] query: branch=main&commit=f1ae59df93e15168f5c84516dd369218cbd3ebf1&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-31T07:05:10.260Z] -> Pinging Codecov [2025-03-31T07:05:10.261Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f1ae59df93e15168f5c84516dd369218cbd3ebf1&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-31T07:05:10.519Z] -> Uploading to [2025-03-31T07:05:10.519Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/f1ae59df93e15168f5c84516dd369218cbd3ebf1/da7a917c-da79-4fe1-b2ce-ab07c89e5a57.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250331%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250331T070510Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=76969a529e005a5c5cd24bbe46dae3d23b33481b462495e731b137b492cf0cde [2025-03-31T07:05:10.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-31T07:05:10.519Z] Dload Upload Total Spent Left Speed [2025-03-31T07:05:10.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 16000 --:--:-- --:--:-- --:--:-- 15949 100 5040 0 0 100 5040 0 16000 --:--:-- --:--:-- --:--:-- 15949 [2025-03-31T07:05:10.778Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } [2025-03-31T07:05:10.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-31T07:05:11.026Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-31T07:05:11.044Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:11.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:05:11.353Z] [2025-03-31T07:05:11.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:11.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:05:11.658Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-31T07:05:11.658Z] 43c4264eed91: Pulling fs layer [2025-03-31T07:05:11.658Z] 4cc291be95ef: Pulling fs layer [2025-03-31T07:05:11.658Z] 2ac1f1163629: Pulling fs layer [2025-03-31T07:05:11.658Z] 5c3c966382ef: Pulling fs layer [2025-03-31T07:05:11.658Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T07:05:11.658Z] d9c7d2e4e75e: Pulling fs layer [2025-03-31T07:05:11.658Z] 9c3e1370e548: Pulling fs layer [2025-03-31T07:05:11.658Z] 5c3c966382ef: Waiting [2025-03-31T07:05:11.658Z] 4f4fb700ef54: Waiting [2025-03-31T07:05:11.658Z] d9c7d2e4e75e: Waiting [2025-03-31T07:05:11.658Z] 9c3e1370e548: Waiting [2025-03-31T07:05:11.658Z] 4cc291be95ef: Verifying Checksum [2025-03-31T07:05:11.658Z] 4cc291be95ef: Download complete [2025-03-31T07:05:11.658Z] 5c3c966382ef: Verifying Checksum [2025-03-31T07:05:11.658Z] 5c3c966382ef: Download complete [2025-03-31T07:05:11.658Z] 4f4fb700ef54: Verifying Checksum [2025-03-31T07:05:11.658Z] 4f4fb700ef54: Download complete [2025-03-31T07:05:11.658Z] 43c4264eed91: Download complete [2025-03-31T07:05:11.916Z] 43c4264eed91: Pull complete [2025-03-31T07:05:11.916Z] d9c7d2e4e75e: Verifying Checksum [2025-03-31T07:05:11.916Z] d9c7d2e4e75e: Download complete [2025-03-31T07:05:11.916Z] 4cc291be95ef: Pull complete [2025-03-31T07:05:12.172Z] 2ac1f1163629: Verifying Checksum [2025-03-31T07:05:12.173Z] 2ac1f1163629: Download complete [2025-03-31T07:05:13.542Z] 9c3e1370e548: Verifying Checksum [2025-03-31T07:05:13.542Z] 9c3e1370e548: Download complete [2025-03-31T07:05:14.915Z] 2ac1f1163629: Pull complete [2025-03-31T07:05:14.915Z] 5c3c966382ef: Pull complete [2025-03-31T07:05:15.173Z] 4f4fb700ef54: Pull complete [2025-03-31T07:05:15.430Z] d9c7d2e4e75e: Pull complete [2025-03-31T07:05:18.067Z] 9c3e1370e548: Pull complete [2025-03-31T07:05:18.068Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-31T07:05:18.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:05:18.068Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:18.229Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:18.241Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-31T07:05:19.937Z] $ docker top deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:05:20.308Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-03-31T07:05:20.317Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-03-31T07:05:20.595Z] + set -o pipefail [2025-03-31T07:05:20.595Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-03-31T07:05:27.172Z] [2025-03-31T07:05:27.172Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-03-31T07:05:27.172Z] [2025-03-31T07:05:27.172Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/01fcd803-5298-41ac-a8dc-bd6c097c6793 [2025-03-31T07:05:27.172Z] [2025-03-31T07:05:27.172Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-31T07:05:27.172Z] [Pipeline] } [2025-03-31T07:05:27.734Z] $ docker stop --time=1 deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 [2025-03-31T07:05:29.720Z] $ docker rm -f --volumes deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 [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-03-31T07:05:30.602Z] + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] sh [2025-03-31T07:05:30.892Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:05:30.892Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:31.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:05:31.192Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:31.276Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:31.287Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:05:31.660Z] $ docker top 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 -eo pid,comm [2025-03-31T07:05:31.720Z] 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-03-31T07:05:31.720Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:05:31.769Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:05:32.071Z] + git semver [Pipeline] } [2025-03-31T07:05:32.323Z] $ docker stop --time=1 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 [2025-03-31T07:05:33.616Z] $ docker rm -f --volumes 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:34.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:05:34.061Z] [2025-03-31T07:05:34.061Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:34.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:05:34.370Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-31T07:05:34.370Z] ab5ef0e58194: Pulling fs layer [2025-03-31T07:05:34.370Z] 9712f1f96733: Pulling fs layer [2025-03-31T07:05:34.370Z] 63f879dbbcfc: Pulling fs layer [2025-03-31T07:05:34.370Z] 0d9ebad4ef96: Pulling fs layer [2025-03-31T07:05:34.370Z] e9a5061849ea: Pulling fs layer [2025-03-31T07:05:34.370Z] d747dcd14b5f: Pulling fs layer [2025-03-31T07:05:34.370Z] 2de7ff778b66: Pulling fs layer [2025-03-31T07:05:34.370Z] 0d9ebad4ef96: Waiting [2025-03-31T07:05:34.370Z] 2de7ff778b66: Waiting [2025-03-31T07:05:34.370Z] e9a5061849ea: Waiting [2025-03-31T07:05:34.370Z] d747dcd14b5f: Waiting [2025-03-31T07:05:34.370Z] 9712f1f96733: Verifying Checksum [2025-03-31T07:05:34.370Z] 9712f1f96733: Download complete [2025-03-31T07:05:34.627Z] 63f879dbbcfc: Verifying Checksum [2025-03-31T07:05:34.627Z] 63f879dbbcfc: Download complete [2025-03-31T07:05:34.884Z] ab5ef0e58194: Verifying Checksum [2025-03-31T07:05:34.884Z] ab5ef0e58194: Download complete [2025-03-31T07:05:34.884Z] e9a5061849ea: Verifying Checksum [2025-03-31T07:05:34.884Z] e9a5061849ea: Download complete [2025-03-31T07:05:34.884Z] d747dcd14b5f: Download complete [2025-03-31T07:05:34.884Z] 0d9ebad4ef96: Verifying Checksum [2025-03-31T07:05:34.884Z] 0d9ebad4ef96: Download complete [2025-03-31T07:05:34.884Z] 2de7ff778b66: Verifying Checksum [2025-03-31T07:05:34.884Z] 2de7ff778b66: Download complete [2025-03-31T07:05:37.413Z] ab5ef0e58194: Pull complete [2025-03-31T07:05:37.413Z] 9712f1f96733: Pull complete [2025-03-31T07:05:37.672Z] 63f879dbbcfc: Pull complete [2025-03-31T07:05:40.967Z] 0d9ebad4ef96: Pull complete [2025-03-31T07:05:41.232Z] e9a5061849ea: Pull complete [2025-03-31T07:05:41.232Z] d747dcd14b5f: Pull complete [2025-03-31T07:05:42.183Z] 2de7ff778b66: Pull complete [2025-03-31T07:05:42.183Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-31T07:05:42.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:05:42.183Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:42.307Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:42.336Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-31T07:05:44.088Z] $ docker top 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:05:44.177Z] provisioning config files... [2025-03-31T07:05:44.183Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10784575944804234070tmp [2025-03-31T07:05:44.192Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1154174194513400981tmp [2025-03-31T07:05:44.199Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9844549569808065885tmp [Pipeline] { [Pipeline] echo [2025-03-31T07:05:44.229Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:44.528Z] ---> sigul-configuration.sh [2025-03-31T07:05:44.528Z] gpg: directory `/root/.gnupg' created [2025-03-31T07:05:44.528Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-31T07:05:44.528Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-31T07:05:44.528Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-31T07:05:44.528Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-31T07:05:44.528Z] gpg: CAST5 encrypted data [2025-03-31T07:05:44.528Z] gpg: encrypted with 1 passphrase [2025-03-31T07:05:44.528Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-31T07:05:44.830Z] + mkdir /home/jenkins [2025-03-31T07:05:44.830Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-31T07:05:45.132Z] + 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-03-31T07:05:45.147Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:45.441Z] ---> sigul-install.sh [2025-03-31T07:05:45.442Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-31T07:05:45.737Z] + git tag --list [2025-03-31T07:05:45.737Z] v1.0.0 [2025-03-31T07:05:45.737Z] v1.1.0 [2025-03-31T07:05:45.737Z] v1.1.1 [2025-03-31T07:05:45.737Z] v1.2.1 [2025-03-31T07:05:45.737Z] v1.2.2 [2025-03-31T07:05:45.737Z] v1.2.3 [2025-03-31T07:05:45.737Z] v1.3.0 [2025-03-31T07:05:45.737Z] v1.3.1 [2025-03-31T07:05:45.737Z] v2.0.0 [2025-03-31T07:05:45.737Z] v2.1.0 [2025-03-31T07:05:45.737Z] v2.1.1 [2025-03-31T07:05:45.737Z] v2.2.0 [2025-03-31T07:05:45.737Z] v2.3.0 [2025-03-31T07:05:45.737Z] v3.0 [2025-03-31T07:05:45.737Z] v3.0.0 [2025-03-31T07:05:45.737Z] v3.1 [2025-03-31T07:05:45.737Z] v3.1.0 [2025-03-31T07:05:45.737Z] v3.1.1 [2025-03-31T07:05:45.737Z] v4.0 [2025-03-31T07:05:45.737Z] v4.0.0 [2025-03-31T07:05:45.737Z] v4.0.0-dev.1 [2025-03-31T07:05:45.737Z] v4.0.0-dev.10 [2025-03-31T07:05:45.737Z] v4.0.0-dev.11 [2025-03-31T07:05:45.737Z] v4.0.0-dev.12 [2025-03-31T07:05:45.737Z] v4.0.0-dev.13 [2025-03-31T07:05:45.737Z] v4.0.0-dev.14 [2025-03-31T07:05:45.737Z] v4.0.0-dev.15 [2025-03-31T07:05:45.737Z] v4.0.0-dev.16 [2025-03-31T07:05:45.737Z] v4.0.0-dev.17 [2025-03-31T07:05:45.737Z] v4.0.0-dev.18 [2025-03-31T07:05:45.737Z] v4.0.0-dev.19 [2025-03-31T07:05:45.737Z] v4.0.0-dev.2 [2025-03-31T07:05:45.737Z] v4.0.0-dev.3 [2025-03-31T07:05:45.737Z] v4.0.0-dev.4 [2025-03-31T07:05:45.737Z] v4.0.0-dev.5 [2025-03-31T07:05:45.737Z] v4.0.0-dev.6 [2025-03-31T07:05:45.737Z] v4.0.0-dev.7 [2025-03-31T07:05:45.737Z] v4.0.0-dev.8 [2025-03-31T07:05:45.737Z] v4.0.0-dev.9 [Pipeline] sh [2025-03-31T07:05:46.031Z] + lftools sign git-tag v4.1.0-dev.1 [2025-03-31T07:05:46.599Z] Signing Git tag with Sigul... [2025-03-31T07:05:46.599Z] Signing v4.1.0-dev.1 [2025-03-31T07:05:46.599Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v4.1.0-dev.1'], return code 1, stdout , stderr [Pipeline] echo [2025-03-31T07:05:46.613Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:46.901Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-31T07:05:46.909Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-31T07:05:46.924Z] $ docker stop --time=1 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 [2025-03-31T07:05:48.189Z] $ docker rm -f --volumes 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-31T07:05:48.663Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:05:48.664Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:48.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:05:48.974Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:49.054Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:49.067Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:05:49.386Z] $ docker top ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 -eo pid,comm [2025-03-31T07:05:49.449Z] 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-03-31T07:05:49.449Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:05:49.492Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:05:49.800Z] + git semver [Pipeline] } [2025-03-31T07:05:50.056Z] $ docker stop --time=1 ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 [2025-03-31T07:05:51.335Z] $ docker rm -f --volumes ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T07:05:51.714Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:05:51.714Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:52.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:05:52.024Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:52.104Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:52.117Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:05:52.433Z] $ docker top 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:05:52.538Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:05:52.839Z] + git semver [Pipeline] } [2025-03-31T07:05:53.095Z] $ docker stop --time=1 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c [2025-03-31T07:05:54.381Z] $ docker rm -f --volumes 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c [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-03-31T07:05:55.017Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-03-31T07:05:55.018Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-03-31T07:05:55.018Z] total 16 [2025-03-31T07:05:55.018Z] drwxr-xr-x 3 root root 4096 Mar 31 06:54 . [2025-03-31T07:05:55.018Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:05 .. [2025-03-31T07:05:55.018Z] drwxr-xr-x 2 root root 4096 Mar 31 06:54 cost [2025-03-31T07:05:55.018Z] -rw-r--r-- 1 root root 89 Mar 31 06:54 cost.csv [2025-03-31T07:05:55.018Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-03-31T07:05:55.018Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-03-31T07:05:55.018Z] total 16 [2025-03-31T07:05:55.018Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 06:54 . [2025-03-31T07:05:55.018Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:05 .. [2025-03-31T07:05:55.018Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 31 06:54 cost [2025-03-31T07:05:55.018Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 31 06:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:55.309Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:56.170Z] ---> package-listing.sh [2025-03-31T07:05:56.170Z] ++ facter osfamily [2025-03-31T07:05:56.170Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-31T07:05:56.428Z] + OS_FAMILY=debian [2025-03-31T07:05:56.428Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-03-31T07:05:56.428Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-31T07:05:56.428Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-31T07:05:56.428Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-31T07:05:56.428Z] + PACKAGES=/tmp/packages_start.txt [2025-03-31T07:05:56.428Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-03-31T07:05:56.428Z] + PACKAGES=/tmp/packages_end.txt [2025-03-31T07:05:56.428Z] + case "${OS_FAMILY}" in [2025-03-31T07:05:56.428Z] + dpkg -l [2025-03-31T07:05:56.428Z] + grep '^ii' [2025-03-31T07:05:56.429Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-31T07:05:56.429Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-31T07:05:56.429Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-31T07:05:56.429Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-03-31T07:05:56.429Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-03-31T07:05:56.429Z] + 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-03-31T07:05:56.441Z] 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-03-31T07:05:56.717Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:05:57.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:05:57.279Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:05:57.360Z] prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container [2025-03-31T07:05:57.369Z] $ 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-03-31T07:05:57.560Z] $ docker top 1af0f6075196590334c45c2a65d67456eb04374f81e79460abf8f9a5e40b96fa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:05:57.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-31T07:05:58.208Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-31T07:05:58.496Z] + ls /var/log/sa-host [2025-03-31T07:05:58.496Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:05:58.528Z] provisioning config files... [2025-03-31T07:05:58.536Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12455424368614354748tmp [Pipeline] { [Pipeline] echo [2025-03-31T07:05:58.559Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:58.840Z] ---> create-netrc.sh [Pipeline] } [2025-03-31T07:05:58.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:59.159Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-31T07:05:59.169Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:59.451Z] ---> sudo-logs.sh [2025-03-31T07:05:59.451Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-31T07:05:59.486Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:05:59.765Z] ---> job-cost.sh [2025-03-31T07:05:59.765Z] lf-activate-venv: SKIPPING [2025-03-31T07:05:59.765Z] DEBUG: total: 0.2199999988079071 [2025-03-31T07:05:59.765Z] INFO: Retrieving Stack Cost... [2025-03-31T07:06:00.333Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-31T07:06:00.594Z] INFO: Archiving Costs [Pipeline] echo [2025-03-31T07:06:00.610Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:06:00.890Z] ---> logs-deploy.sh [2025-03-31T07:06:00.890Z] lf-activate-venv: SKIPPING [2025-03-31T07:06:00.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/207 [2025-03-31T07:06:00.890Z] INFO: archiving workspace using pattern(s): [2025-03-31T07:06:01.828Z] Archives upload complete. [2025-03-31T07:06:01.828Z] INFO: archiving logs to Nexus