Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 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-ssh14141739134563652332.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh11790579206573082712.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh8658007876949069805.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh16696044752197104574.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-ssh4239826407637389881.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-39159 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 Avoid second fetch Checking out Revision 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec (main) Commit message: "Merge pull request #520 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec # timeout=10 > git rev-list --no-walk 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-02-18T07:03:18.997Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-02-18T07:03:19.082Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-02-18T07:03:19.114Z] ========================================================= [2025-02-18T07:03:19.114Z] EdgeX Global Pipelines Version Info [2025-02-18T07:03:19.114Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:03:19.887Z] ------------------- [2025-02-18T07:03:19.887Z] stable info: [2025-02-18T07:03:19.887Z] ------------------- [2025-02-18T07:03:19.887Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-02-18T07:03:19.887Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-18T07:03:19.887Z] Message: update stable to v1.0.269 [2025-02-18T07:03:20.457Z] ------------------- [2025-02-18T07:03:20.457Z] experimental info: [2025-02-18T07:03:20.457Z] ------------------- [2025-02-18T07:03:20.457Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-02-18T07:03:20.457Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-18T07:03:20.457Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-02-18T07:03:20.584Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-02-18T07:03:20.610Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-02-18T07:03:20.633Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-02-18T07:03:20.653Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-02-18T07:03:20.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-02-18T07:03:20.694Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-02-18T07:03:20.717Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-02-18T07:03:20.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-02-18T07:03:20.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-02-18T07:03:20.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-02-18T07:03:20.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-02-18T07:03:20.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-02-18T07:03:20.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-02-18T07:03:20.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-02-18T07:03:20.906Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-02-18T07:03:20.928Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-02-18T07:03:20.951Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-02-18T07:03:20.971Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-02-18T07:03:20.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-02-18T07:03:21.019Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-02-18T07:03:21.047Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-02-18T07:03:21.074Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-02-18T07:03:21.097Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-02-18T07:03:21.118Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-02-18T07:03:21.148Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-02-18T07:03:21.173Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-02-18T07:03:21.197Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-02-18T07:03:21.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-02-18T07:03:21.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-02-18T07:03:21.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-02-18T07:03:21.304Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo [2025-02-18T07:03:21.325Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16bf3bc [Pipeline] echo [2025-02-18T07:03:21.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T07:03:21.416Z] provisioning config files... [2025-02-18T07:03:21.430Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15930347099913434021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:03:21.769Z] ---> ****-login.sh [2025-02-18T07:03:21.769Z] nexus3.edgexfoundry.org:10001 [2025-02-18T07:03:22.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:22.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:22.030Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:22.030Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:22.030Z] [2025-02-18T07:03:22.030Z] Login Succeeded [2025-02-18T07:03:22.030Z] nexus3.edgexfoundry.org:10002 [2025-02-18T07:03:22.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:22.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:22.294Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:22.294Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:22.294Z] [2025-02-18T07:03:22.294Z] Login Succeeded [2025-02-18T07:03:22.294Z] nexus3.edgexfoundry.org:10003 [2025-02-18T07:03:22.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:22.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:22.294Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:22.294Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:22.294Z] [2025-02-18T07:03:22.294Z] Login Succeeded [2025-02-18T07:03:22.294Z] nexus3.edgexfoundry.org:10004 [2025-02-18T07:03:22.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:22.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:22.554Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:22.554Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:22.554Z] [2025-02-18T07:03:22.554Z] Login Succeeded [2025-02-18T07:03:22.554Z] ****.io [2025-02-18T07:03:22.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:22.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:22.815Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:22.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:22.815Z] [2025-02-18T07:03:22.815Z] Login Succeeded [2025-02-18T07:03:22.815Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T07:03:22.822Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-02-18T07:03:23.256Z] + git rev-list -1 --merges 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec~1..16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo [2025-02-18T07:03:23.281Z] -----------> git rev-list -1 --merges 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec~1..16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:03:23.281Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [false] [Pipeline] sh [2025-02-18T07:03:23.580Z] + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo [2025-02-18T07:03:23.596Z] ========================================================= [2025-02-18T07:03:23.596Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-02-18T07:03:23.596Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T07:03:23.955Z] + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo [2025-02-18T07:03:23.968Z] [semverPrep] GIT_COMMIT: 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec, Commit Message: Merge pull request #520 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24 [Pipeline] echo [2025-02-18T07:03:23.984Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-02-18T07:03:24.378Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T07:03:24.378Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-02-18T07:03:24.378Z] + [ -e /tmp/ssh_known_hosts ] [2025-02-18T07:03:24.378Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-02-18T07:03:24.378Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-02-18T07:03:24.378Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-02-18T07:03:24.378Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:03:24.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:03:24.821Z] [2025-02-18T07:03:24.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:03:25.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:03:25.120Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-02-18T07:03:25.120Z] b85a868b505f: Pulling fs layer [2025-02-18T07:03:25.120Z] e2be974225ed: Pulling fs layer [2025-02-18T07:03:25.120Z] 339a4e72a1f5: Pulling fs layer [2025-02-18T07:03:25.120Z] 988bab9f4d93: Pulling fs layer [2025-02-18T07:03:25.120Z] 1469e6f7b9e6: Pulling fs layer [2025-02-18T07:03:25.120Z] eaf3925da568: Pulling fs layer [2025-02-18T07:03:25.120Z] bab4dde63d76: Pulling fs layer [2025-02-18T07:03:25.120Z] bde34c3a00c8: Pulling fs layer [2025-02-18T07:03:25.120Z] b352a97aabf1: Pulling fs layer [2025-02-18T07:03:25.120Z] 4872d77fe225: Pulling fs layer [2025-02-18T07:03:25.120Z] 5851b861e8e6: Pulling fs layer [2025-02-18T07:03:25.120Z] 988bab9f4d93: Waiting [2025-02-18T07:03:25.120Z] 1469e6f7b9e6: Waiting [2025-02-18T07:03:25.120Z] bde34c3a00c8: Waiting [2025-02-18T07:03:25.120Z] b352a97aabf1: Waiting [2025-02-18T07:03:25.120Z] eaf3925da568: Waiting [2025-02-18T07:03:25.120Z] bab4dde63d76: Waiting [2025-02-18T07:03:25.120Z] 4872d77fe225: Waiting [2025-02-18T07:03:25.120Z] 5851b861e8e6: Waiting [2025-02-18T07:03:25.120Z] e2be974225ed: Verifying Checksum [2025-02-18T07:03:25.120Z] e2be974225ed: Download complete [2025-02-18T07:03:25.120Z] 988bab9f4d93: Verifying Checksum [2025-02-18T07:03:25.120Z] 988bab9f4d93: Download complete [2025-02-18T07:03:25.120Z] 1469e6f7b9e6: Verifying Checksum [2025-02-18T07:03:25.120Z] 1469e6f7b9e6: Download complete [2025-02-18T07:03:25.120Z] 339a4e72a1f5: Verifying Checksum [2025-02-18T07:03:25.120Z] 339a4e72a1f5: Download complete [2025-02-18T07:03:25.120Z] eaf3925da568: Verifying Checksum [2025-02-18T07:03:25.121Z] eaf3925da568: Download complete [2025-02-18T07:03:25.383Z] bde34c3a00c8: Download complete [2025-02-18T07:03:25.383Z] b352a97aabf1: Verifying Checksum [2025-02-18T07:03:25.383Z] b352a97aabf1: Download complete [2025-02-18T07:03:25.383Z] 4872d77fe225: Verifying Checksum [2025-02-18T07:03:25.383Z] 4872d77fe225: Download complete [2025-02-18T07:03:25.383Z] 5851b861e8e6: Verifying Checksum [2025-02-18T07:03:25.383Z] 5851b861e8e6: Download complete [2025-02-18T07:03:25.383Z] b85a868b505f: Verifying Checksum [2025-02-18T07:03:25.383Z] b85a868b505f: Download complete [2025-02-18T07:03:25.644Z] bab4dde63d76: Verifying Checksum [2025-02-18T07:03:25.644Z] bab4dde63d76: Download complete [2025-02-18T07:03:26.588Z] b85a868b505f: Pull complete [2025-02-18T07:03:26.849Z] e2be974225ed: Pull complete [2025-02-18T07:03:27.419Z] 339a4e72a1f5: Pull complete [2025-02-18T07:03:27.419Z] 988bab9f4d93: Pull complete [2025-02-18T07:03:27.677Z] 1469e6f7b9e6: Pull complete [2025-02-18T07:03:27.677Z] eaf3925da568: Pull complete [2025-02-18T07:03:29.584Z] bab4dde63d76: Pull complete [2025-02-18T07:03:29.584Z] bde34c3a00c8: Pull complete [2025-02-18T07:03:29.844Z] b352a97aabf1: Pull complete [2025-02-18T07:03:29.844Z] 4872d77fe225: Pull complete [2025-02-18T07:03:29.844Z] 5851b861e8e6: Pull complete [2025-02-18T07:03:29.844Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-02-18T07:03:29.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:03:29.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:03:29.990Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:03:30.024Z] $ 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-02-18T07:03:32.614Z] $ docker top 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 -eo pid,comm [2025-02-18T07:03:32.677Z] 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-02-18T07:03:32.677Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T07:03:32.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T07:03:32.751Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T07:03:32.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T07:03:32.872Z] $ docker exec 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent [2025-02-18T07:03:32.991Z] SSH_AUTH_SOCK=/tmp/ssh-uvMmOqkssp0o/agent.31 [2025-02-18T07:03:32.991Z] SSH_AGENT_PID=37 [2025-02-18T07:03:32.999Z] Running ssh-add (command line suppressed) [2025-02-18T07:03:33.102Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15372819564974569181.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15372819564974569181.key) [2025-02-18T07:03:33.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T07:03:33.412Z] + git tag --points-at HEAD [Pipeline] } [2025-02-18T07:03:33.423Z] $ docker exec --env ******** --env ******** 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent -k [2025-02-18T07:03:33.518Z] unset SSH_AUTH_SOCK; [2025-02-18T07:03:33.518Z] unset SSH_AGENT_PID; [2025-02-18T07:03:33.518Z] echo Agent pid 37 killed; [2025-02-18T07:03:33.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-02-18T07:03:33.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T07:03:33.574Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T07:03:33.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T07:03:33.691Z] $ docker exec 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent [2025-02-18T07:03:33.794Z] SSH_AUTH_SOCK=/tmp/ssh-ctfcR05V6Rms/agent.70 [2025-02-18T07:03:33.794Z] SSH_AGENT_PID=76 [2025-02-18T07:03:33.799Z] Running ssh-add (command line suppressed) [2025-02-18T07:03:33.904Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6282275151957393181.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6282275151957393181.key) [2025-02-18T07:03:33.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T07:03:34.213Z] + git semver init [2025-02-18T07:03:34.475Z] 2025-02-18 07:03:34,391 [run_init] DEBUG init version:0.0.0 force:False [2025-02-18T07:03:34.475Z] 2025-02-18 07:03:34,392 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-02-18T07:03:34.475Z] 2025-02-18 07:03:34,392 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-02-18T07:03:34.476Z] 2025-02-18 07:03:34,393 [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-02-18T07:03:35.871Z] 2025-02-18 07:03:35,761 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-02-18T07:03:35.871Z] 2025-02-18 07:03:35,762 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-02-18T07:03:35.871Z] 2025-02-18 07:03:35,762 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:03:35.871Z] 2025-02-18 07:03:35,762 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:03:35.871Z] 4.0.0-dev.15 [Pipeline] } [2025-02-18T07:03:35.880Z] $ docker exec --env ******** --env ******** 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent -k [2025-02-18T07:03:35.988Z] unset SSH_AUTH_SOCK; [2025-02-18T07:03:35.988Z] unset SSH_AGENT_PID; [2025-02-18T07:03:35.988Z] echo Agent pid 76 killed; [2025-02-18T07:03:35.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T07:03:36.330Z] + git semver [Pipeline] } [2025-02-18T07:03:36.603Z] $ docker stop --time=1 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 [2025-02-18T07:03:37.890Z] $ docker rm -f --volumes 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T07:03:38.239Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-02-18T07:03:38.480Z] Stashed 1 file(s) [Pipeline] echo [2025-02-18T07:03:38.485Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.15 [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-02-18T07:03:38.688Z] provisioning config files... [2025-02-18T07:03:38.698Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8683147048788179597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:03:39.006Z] ---> ****-login.sh [2025-02-18T07:03:39.006Z] nexus3.edgexfoundry.org:10001 [2025-02-18T07:03:39.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:39.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:39.006Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:39.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:39.006Z] [2025-02-18T07:03:39.006Z] Login Succeeded [2025-02-18T07:03:39.006Z] nexus3.edgexfoundry.org:10002 [2025-02-18T07:03:39.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:39.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:39.006Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:39.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:39.006Z] [2025-02-18T07:03:39.007Z] Login Succeeded [2025-02-18T07:03:39.007Z] nexus3.edgexfoundry.org:10003 [2025-02-18T07:03:39.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:39.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:39.268Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:39.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:39.268Z] [2025-02-18T07:03:39.268Z] Login Succeeded [2025-02-18T07:03:39.268Z] nexus3.edgexfoundry.org:10004 [2025-02-18T07:03:39.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:39.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:39.268Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:39.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:39.268Z] [2025-02-18T07:03:39.268Z] Login Succeeded [2025-02-18T07:03:39.268Z] ****.io [2025-02-18T07:03:39.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:03:39.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:03:39.530Z] Configure a credential helper to remove this warning. See [2025-02-18T07:03:39.530Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:03:39.530Z] [2025-02-18T07:03:39.530Z] Login Succeeded [2025-02-18T07:03:39.530Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T07:03:39.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-18T07:03:39.627Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:03:39.651Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:03:39.670Z] ========================================================= [2025-02-18T07:03:39.670Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-02-18T07:03:39.670Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:03:40.015Z] + 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-02-18T07:03:40.015Z] Sending build context to Docker daemon 37.82MB [2025-02-18T07:03:40.015Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T07:03:40.015Z] Step 2/12 : FROM ${BASE} AS builder [2025-02-18T07:03:40.274Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-02-18T07:03:40.274Z] da9db072f522: Pulling fs layer [2025-02-18T07:03:40.274Z] 6ef4a4ee8ca5: Pulling fs layer [2025-02-18T07:03:40.274Z] 06f05ace1117: Pulling fs layer [2025-02-18T07:03:40.274Z] 5fe327b54edc: Pulling fs layer [2025-02-18T07:03:40.274Z] 5fe327b54edc: Waiting [2025-02-18T07:03:40.274Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T07:03:40.274Z] 92a5565b7b96: Pulling fs layer [2025-02-18T07:03:40.274Z] ff9bb7016b71: Pulling fs layer [2025-02-18T07:03:40.274Z] b67dba6c2c7d: Pulling fs layer [2025-02-18T07:03:40.274Z] a813b0c90790: Pulling fs layer [2025-02-18T07:03:40.274Z] 4f4fb700ef54: Waiting [2025-02-18T07:03:40.274Z] 92a5565b7b96: Waiting [2025-02-18T07:03:40.274Z] b67dba6c2c7d: Waiting [2025-02-18T07:03:40.274Z] ff9bb7016b71: Waiting [2025-02-18T07:03:40.274Z] 6ef4a4ee8ca5: Verifying Checksum [2025-02-18T07:03:40.274Z] 6ef4a4ee8ca5: Download complete [2025-02-18T07:03:40.274Z] 5fe327b54edc: Verifying Checksum [2025-02-18T07:03:40.274Z] 5fe327b54edc: Download complete [2025-02-18T07:03:40.274Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T07:03:40.274Z] 4f4fb700ef54: Download complete [2025-02-18T07:03:40.274Z] 92a5565b7b96: Verifying Checksum [2025-02-18T07:03:40.274Z] 92a5565b7b96: Download complete [2025-02-18T07:03:40.274Z] da9db072f522: Download complete [2025-02-18T07:03:40.274Z] ff9bb7016b71: Verifying Checksum [2025-02-18T07:03:40.274Z] ff9bb7016b71: Download complete [2025-02-18T07:03:40.533Z] da9db072f522: Pull complete [2025-02-18T07:03:40.533Z] a813b0c90790: Verifying Checksum [2025-02-18T07:03:40.533Z] a813b0c90790: Download complete [2025-02-18T07:03:40.533Z] 6ef4a4ee8ca5: Pull complete [2025-02-18T07:03:40.792Z] 06f05ace1117: Verifying Checksum [2025-02-18T07:03:40.792Z] 06f05ace1117: Download complete [2025-02-18T07:03:41.050Z] b67dba6c2c7d: Verifying Checksum [2025-02-18T07:03:41.050Z] b67dba6c2c7d: Download complete [2025-02-18T07:03:44.333Z] 06f05ace1117: Pull complete [2025-02-18T07:03:44.333Z] 5fe327b54edc: Pull complete [2025-02-18T07:03:44.333Z] 4f4fb700ef54: Pull complete [2025-02-18T07:03:44.591Z] 92a5565b7b96: Pull complete [2025-02-18T07:03:44.592Z] ff9bb7016b71: Pull complete [2025-02-18T07:03:47.131Z] b67dba6c2c7d: Pull complete [2025-02-18T07:03:47.705Z] a813b0c90790: Pull complete [2025-02-18T07:03:47.706Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-02-18T07:03:47.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-18T07:03:47.706Z] ---> 3ba60ce46760 [2025-02-18T07:03:47.706Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T07:03:51.916Z] ---> Running in 0f562ae57b77 [2025-02-18T07:03:51.916Z] Removing intermediate container 0f562ae57b77 [2025-02-18T07:03:51.916Z] ---> 143f8cce3e05 [2025-02-18T07:03:51.916Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T07:03:51.916Z] ---> Running in ef293ec567ca [2025-02-18T07:03:51.916Z] Removing intermediate container ef293ec567ca [2025-02-18T07:03:51.916Z] ---> 595e7a8681be [2025-02-18T07:03:51.916Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-02-18T07:03:51.916Z] ---> Running in e77251f94346 [2025-02-18T07:03:51.916Z] Removing intermediate container e77251f94346 [2025-02-18T07:03:51.916Z] ---> bd42fa0a7119 [2025-02-18T07:03:51.916Z] Step 6/12 : WORKDIR /device-virtual-go [2025-02-18T07:03:51.916Z] ---> Running in 2cfdb9fd3b10 [2025-02-18T07:03:51.916Z] Removing intermediate container 2cfdb9fd3b10 [2025-02-18T07:03:51.916Z] ---> a5d9385c7a74 [2025-02-18T07:03:51.916Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T07:03:51.916Z] ---> Running in afd3c09f0d17 [2025-02-18T07:03:52.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T07:03:52.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T07:03:52.693Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2025-02-18T07:03:52.693Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-02-18T07:03:52.693Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2025-02-18T07:03:52.693Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2025-02-18T07:03:52.693Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T07:03:52.693Z] OK: 252 MiB in 62 packages [2025-02-18T07:03:53.261Z] Removing intermediate container afd3c09f0d17 [2025-02-18T07:03:53.261Z] ---> 946eee2ffe5a [2025-02-18T07:03:53.261Z] Step 8/12 : COPY go.mod vendor* ./ [2025-02-18T07:03:53.261Z] ---> e2d7ee1f049c [2025-02-18T07:03:53.261Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T07:03:53.261Z] ---> Running in 58d39de43fe8 [2025-02-18T07:03:53.644Z] Still waiting to schedule task [2025-02-18T07:03:53.645Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-02-18T07:04:49.517Z] Removing intermediate container 58d39de43fe8 [2025-02-18T07:04:49.517Z] ---> 6255cfc3bfa9 [2025-02-18T07:04:49.517Z] Step 10/12 : COPY . . [2025-02-18T07:04:50.087Z] ---> 5166a491d323 [2025-02-18T07:04:50.087Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T07:04:50.087Z] ---> Running in f33c69d63fb6 [2025-02-18T07:04:50.087Z] Removing intermediate container f33c69d63fb6 [2025-02-18T07:04:50.087Z] ---> 5275c01c9944 [2025-02-18T07:04:50.087Z] Step 12/12 : RUN $MAKE [2025-02-18T07:04:50.087Z] ---> Running in e768f1af0dd6 [2025-02-18T07:04:50.658Z] noop [2025-02-18T07:04:50.658Z] Removing intermediate container e768f1af0dd6 [2025-02-18T07:04:50.658Z] ---> ecb4f1aff9a1 [2025-02-18T07:04:50.658Z] Successfully built ecb4f1aff9a1 [2025-02-18T07:04:50.658Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:04:50.998Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-18T07:04:50.998Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:04:51.088Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:04:51.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-02-18T07:04:51.457Z] $ docker top dbd97bc2742b5179b75d43a923c1174bf9f77dc1426823ab3cbb4a662eee1c90 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:04:51.809Z] + go version [2025-02-18T07:04:51.809Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-02-18T07:04:51.819Z] $ docker stop --time=1 dbd97bc2742b5179b75d43a923c1174bf9f77dc1426823ab3cbb4a662eee1c90 [2025-02-18T07:04:53.124Z] $ docker rm -f --volumes dbd97bc2742b5179b75d43a923c1174bf9f77dc1426823ab3cbb4a662eee1c90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:04:53.603Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-18T07:04:53.603Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:04:53.681Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:04:53.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-02-18T07:04:54.059Z] $ docker top 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:04:54.419Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-02-18T07:04:54.728Z] + make test [2025-02-18T07:04:54.728Z] go test ./... -coverprofile=coverage.out [2025-02-18T07:04:56.108Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-02-18T07:05:15.471Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-02-18T07:05:15.471Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 58.4% of statements [2025-02-18T07:05:25.430Z] go vet ./... [2025-02-18T07:05:30.682Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-18T07:05:30.682Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-18T07:05:30.682Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-18T07:05:30.953Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-18T07:05:30.974Z] $ docker stop --time=1 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f [2025-02-18T07:05:35.425Z] $ docker rm -f --volumes 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T07:05:35.960Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-18T07:05:36.029Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-02-18T07:05:36.615Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-18T07:05:36.905Z] + ls -al . [2025-02-18T07:05:36.905Z] total 264 [2025-02-18T07:05:36.905Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:04 . [2025-02-18T07:05:36.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 07:03 .. [2025-02-18T07:05:36.905Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:05 .git [2025-02-18T07:05:36.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 .github [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 272 Feb 18 07:03 .gitignore [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 199 Feb 18 07:03 .golangci.yml [2025-02-18T07:05:36.905Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 07:03 .semver [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 18321 Feb 18 07:03 Attribution.txt [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 15941 Feb 18 07:03 CHANGELOG.md [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 1755 Feb 18 07:03 Dockerfile [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 07:03 GOVERNANCE.md [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 18 07:03 Jenkinsfile [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 07:03 LICENSE [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 2652 Feb 18 07:03 Makefile [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 18 07:03 OWNERS.md [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 4473 Feb 18 07:03 README.md [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 07:03 VERSION [2025-02-18T07:05:36.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 07:03 bin [2025-02-18T07:05:36.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 cmd [2025-02-18T07:05:36.905Z] -rw-r--r-- 1 jenkins jenkins 43316 Feb 18 07:05 coverage.out [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 6079 Feb 18 07:03 go.mod [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 07:03 go.sum [2025-02-18T07:05:36.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 internal [2025-02-18T07:05:36.905Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 18 07:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:05:37.216Z] + 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=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec --label arch=amd64 --label version=4.0.0-dev.15 . [2025-02-18T07:05:37.217Z] Sending build context to Docker daemon 37.86MB [2025-02-18T07:05:37.217Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T07:05:37.217Z] Step 2/26 : FROM ${BASE} AS builder [2025-02-18T07:05:37.217Z] ---> ecb4f1aff9a1 [2025-02-18T07:05:37.217Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T07:05:38.090Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-39161 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-02-18T07:05:38.110Z] Running in /w/workspace/device-virtual-go/200 [Pipeline] { [Pipeline] checkout [2025-02-18T07:05:38.153Z] ---> Running in cb115f8638ea [2025-02-18T07:05:38.153Z] Removing intermediate container cb115f8638ea [2025-02-18T07:05:38.153Z] ---> 46e9ec624d25 [2025-02-18T07:05:38.153Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T07:05:38.153Z] ---> Running in 734fda219c33 [2025-02-18T07:05:38.153Z] Removing intermediate container 734fda219c33 [2025-02-18T07:05:38.153Z] ---> 9843928b0e9e [2025-02-18T07:05:38.153Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-02-18T07:05:38.153Z] ---> Running in d12bfe186377 [2025-02-18T07:05:38.153Z] Removing intermediate container d12bfe186377 [2025-02-18T07:05:38.153Z] ---> afd5938429de [2025-02-18T07:05:38.153Z] Step 6/26 : WORKDIR /device-virtual-go [2025-02-18T07:05:38.153Z] ---> Running in 50971d176144 [2025-02-18T07:05:38.411Z] Removing intermediate container 50971d176144 [2025-02-18T07:05:38.411Z] ---> b3842237f455 [2025-02-18T07:05:38.411Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T07:05:38.411Z] ---> Running in 368573d9d607 [2025-02-18T07:05:38.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T07:05:38.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T07:05:38.927Z] OK: 252 MiB in 62 packages [2025-02-18T07:05:39.186Z] Removing intermediate container 368573d9d607 [2025-02-18T07:05:39.186Z] ---> ebaaf2b1067d [2025-02-18T07:05:39.186Z] Step 8/26 : COPY go.mod vendor* ./ [2025-02-18T07:05:39.445Z] ---> 45ed02ba799a [2025-02-18T07:05:39.445Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T07:05:39.445Z] ---> Running in 57c30139a376 [2025-02-18T07:05:40.011Z] Removing intermediate container 57c30139a376 [2025-02-18T07:05:40.011Z] ---> dcbce6298910 [2025-02-18T07:05:40.011Z] Step 10/26 : COPY . . [2025-02-18T07:05:40.947Z] ---> a4e04cec1810 [2025-02-18T07:05:40.947Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T07:05:40.947Z] ---> Running in 2fe43ebd55c9 [2025-02-18T07:05:40.947Z] Removing intermediate container 2fe43ebd55c9 [2025-02-18T07:05:40.947Z] ---> bfe1f3987fb8 [2025-02-18T07:05:40.947Z] Step 12/26 : RUN $MAKE [2025-02-18T07:05:41.161Z] The recommended git tool is: git [2025-02-18T07:05:41.205Z] ---> Running in 230fcf5b84ed [2025-02-18T07:05:41.461Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.0.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-02-18T07:05:45.681Z] using credential edgex-jenkins-ssh [2025-02-18T07:05:45.705Z] Cloning the remote Git repository [2025-02-18T07:05:45.745Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-02-18T07:05:45.851Z] > git init /w/workspace/device-virtual-go/200 # timeout=10 [2025-02-18T07:05:46.005Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-02-18T07:05:46.006Z] > git --version # timeout=10 [2025-02-18T07:05:46.027Z] > git --version # 'git version 2.25.1' [2025-02-18T07:05:46.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-02-18T07:05:46.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-18T07:05:49.164Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-02-18T07:05:49.209Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-18T07:05:50.115Z] Avoid second fetch [2025-02-18T07:05:50.116Z] Checking out Revision 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec (main) [2025-02-18T07:05:50.741Z] Commit message: "Merge pull request #520 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" [2025-02-18T07:05:50.129Z] > git config core.sparsecheckout # timeout=10 [2025-02-18T07:05:50.195Z] > git checkout -f 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T07:05:55.469Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-02-18T07:05:55.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-18T07:05:55.469Z] Dload Upload Total Spent Left Speed [2025-02-18T07:05:55.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 112k 0 --:--:-- --:--:-- --:--:-- 113k [Pipeline] sh [2025-02-18T07:05:55.807Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-02-18T07:05:56.141Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-02-18T07:05:56.141Z] /etc/docker/daemon.json [2025-02-18T07:05:56.141Z] { [2025-02-18T07:05:56.141Z] "registry-mirrors": [ [2025-02-18T07:05:56.141Z] "https://nexus3.edgexfoundry.org:10001" [2025-02-18T07:05:56.141Z] ], [2025-02-18T07:05:56.141Z] "bip": "10.250.0.254/24", [2025-02-18T07:05:56.141Z] "hosts": [ [2025-02-18T07:05:56.141Z] "tcp://0.0.0.0:5555", [2025-02-18T07:05:56.141Z] "unix:///var/run/docker.sock" [2025-02-18T07:05:56.141Z] ], [2025-02-18T07:05:56.141Z] "mtu": 1458, [2025-02-18T07:05:56.141Z] "selinux-enabled": true, [2025-02-18T07:05:56.141Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-02-18T07:05:56.141Z] } [Pipeline] sh [2025-02-18T07:05:56.477Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-02-18T07:05:56.804Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T07:06:15.084Z] provisioning config files... [2025-02-18T07:06:15.108Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/200@tmp/config9070478709043061732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:06:15.540Z] ---> ****-login.sh [2025-02-18T07:06:15.540Z] nexus3.edgexfoundry.org:10001 [2025-02-18T07:06:15.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:16.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:16.090Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:16.090Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:16.090Z] [2025-02-18T07:06:16.090Z] Login Succeeded [2025-02-18T07:06:16.090Z] nexus3.edgexfoundry.org:10002 [2025-02-18T07:06:16.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:16.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:16.367Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:16.367Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:16.367Z] [2025-02-18T07:06:16.367Z] Login Succeeded [2025-02-18T07:06:16.367Z] nexus3.edgexfoundry.org:10003 [2025-02-18T07:06:16.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:16.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:16.903Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:16.903Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:16.903Z] [2025-02-18T07:06:16.903Z] Login Succeeded [2025-02-18T07:06:16.903Z] nexus3.edgexfoundry.org:10004 [2025-02-18T07:06:17.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:17.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:17.176Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:17.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:17.176Z] [2025-02-18T07:06:17.176Z] Login Succeeded [2025-02-18T07:06:17.176Z] ****.io [2025-02-18T07:06:17.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:17.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:17.709Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:17.709Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:17.709Z] [2025-02-18T07:06:17.709Z] Login Succeeded [2025-02-18T07:06:17.709Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T07:06:17.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-18T07:06:18.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:06:18.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:06:18.058Z] ========================================================= [2025-02-18T07:06:18.058Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-02-18T07:06:18.058Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:18.428Z] + 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-02-18T07:06:19.020Z] Sending build context to Docker daemon 19.09MB [2025-02-18T07:06:19.020Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T07:06:19.020Z] Step 2/12 : FROM ${BASE} AS builder [2025-02-18T07:06:19.020Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-02-18T07:06:19.020Z] 9986a736f7d3: Pulling fs layer [2025-02-18T07:06:19.020Z] 1f018df60701: Pulling fs layer [2025-02-18T07:06:19.020Z] 39f8f326b044: Pulling fs layer [2025-02-18T07:06:19.020Z] e6a1e7a6a96a: Pulling fs layer [2025-02-18T07:06:19.020Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T07:06:19.020Z] d45d956e0dbf: Pulling fs layer [2025-02-18T07:06:19.020Z] d7702b0d1db1: Pulling fs layer [2025-02-18T07:06:19.020Z] 5c7f0f088c93: Pulling fs layer [2025-02-18T07:06:19.020Z] 4fdc064ae6cf: Pulling fs layer [2025-02-18T07:06:19.020Z] e6a1e7a6a96a: Waiting [2025-02-18T07:06:19.020Z] d45d956e0dbf: Waiting [2025-02-18T07:06:19.020Z] 4f4fb700ef54: Waiting [2025-02-18T07:06:19.020Z] 4fdc064ae6cf: Waiting [2025-02-18T07:06:19.020Z] 1f018df60701: Verifying Checksum [2025-02-18T07:06:19.020Z] 1f018df60701: Download complete [2025-02-18T07:06:19.020Z] e6a1e7a6a96a: Verifying Checksum [2025-02-18T07:06:19.020Z] e6a1e7a6a96a: Download complete [2025-02-18T07:06:19.020Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T07:06:19.020Z] 4f4fb700ef54: Download complete [2025-02-18T07:06:19.020Z] d45d956e0dbf: Verifying Checksum [2025-02-18T07:06:19.020Z] d45d956e0dbf: Download complete [2025-02-18T07:06:19.290Z] d7702b0d1db1: Download complete [2025-02-18T07:06:19.290Z] 9986a736f7d3: Verifying Checksum [2025-02-18T07:06:19.290Z] 9986a736f7d3: Download complete [2025-02-18T07:06:19.558Z] 4fdc064ae6cf: Verifying Checksum [2025-02-18T07:06:19.558Z] 4fdc064ae6cf: Download complete [2025-02-18T07:06:20.190Z] Removing intermediate container 230fcf5b84ed [2025-02-18T07:06:20.190Z] ---> bbdd1fd99dd3 [2025-02-18T07:06:20.190Z] Step 13/26 : FROM alpine:3.20 [2025-02-18T07:06:20.190Z] 3.20: Pulling from library/alpine [2025-02-18T07:06:20.190Z] 0a9a5dfd008f: Pulling fs layer [2025-02-18T07:06:20.190Z] 0a9a5dfd008f: Verifying Checksum [2025-02-18T07:06:20.190Z] 0a9a5dfd008f: Download complete [2025-02-18T07:06:20.190Z] 0a9a5dfd008f: Pull complete [2025-02-18T07:06:20.190Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-18T07:06:20.190Z] Status: Downloaded newer image for alpine:3.20 [2025-02-18T07:06:20.190Z] ---> ff221270b9fb [2025-02-18T07:06:20.190Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-02-18T07:06:20.190Z] ---> Running in ded8f57af4ef [2025-02-18T07:06:20.190Z] Removing intermediate container ded8f57af4ef [2025-02-18T07:06:20.190Z] ---> ae968c29d6cf [2025-02-18T07:06:20.190Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-02-18T07:06:20.190Z] ---> Running in a52e70c79677 [2025-02-18T07:06:20.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T07:06:20.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T07:06:20.190Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-18T07:06:20.190Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T07:06:20.190Z] OK: 8 MiB in 15 packages [2025-02-18T07:06:20.190Z] Removing intermediate container a52e70c79677 [2025-02-18T07:06:20.190Z] ---> c88c156467ed [2025-02-18T07:06:20.190Z] Step 16/26 : RUN apk --no-cache upgrade [2025-02-18T07:06:20.190Z] ---> Running in ea1d7f25ad52 [2025-02-18T07:06:20.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T07:06:20.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T07:06:20.190Z] OK: 8 MiB in 15 packages [2025-02-18T07:06:20.190Z] Removing intermediate container ea1d7f25ad52 [2025-02-18T07:06:20.190Z] ---> b21147c6747f [2025-02-18T07:06:20.190Z] Step 17/26 : WORKDIR / [2025-02-18T07:06:20.190Z] ---> Running in d40aa3635262 [2025-02-18T07:06:20.190Z] Removing intermediate container d40aa3635262 [2025-02-18T07:06:20.190Z] ---> ea038dbf11d9 [2025-02-18T07:06:20.190Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-02-18T07:06:20.190Z] ---> b191ef86a8ad [2025-02-18T07:06:20.190Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-02-18T07:06:20.190Z] ---> c80bff8e7ecc [2025-02-18T07:06:20.190Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-02-18T07:06:20.450Z] ---> 8a1aed5574e7 [2025-02-18T07:06:20.450Z] Step 21/26 : EXPOSE 59900 [2025-02-18T07:06:20.450Z] ---> Running in e5ef09b0afb1 [2025-02-18T07:06:20.450Z] Removing intermediate container e5ef09b0afb1 [2025-02-18T07:06:20.450Z] ---> 4961a37f0cdd [2025-02-18T07:06:20.450Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-02-18T07:06:20.450Z] ---> Running in 8cb6b2120ef0 [2025-02-18T07:06:20.450Z] Removing intermediate container 8cb6b2120ef0 [2025-02-18T07:06:20.450Z] ---> 040ad7fdf1af [2025-02-18T07:06:20.450Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-18T07:06:20.450Z] ---> Running in bbe83636650a [2025-02-18T07:06:20.709Z] Removing intermediate container bbe83636650a [2025-02-18T07:06:20.709Z] ---> 173d3fe2f8bb [2025-02-18T07:06:20.709Z] Step 24/26 : LABEL arch=amd64 [2025-02-18T07:06:20.709Z] ---> Running in a0fa21b5872a [2025-02-18T07:06:20.709Z] Removing intermediate container a0fa21b5872a [2025-02-18T07:06:20.709Z] ---> 0238d4641684 [2025-02-18T07:06:20.709Z] Step 25/26 : LABEL git_sha=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:06:20.709Z] ---> Running in 8ee3f015132f [2025-02-18T07:06:20.709Z] Removing intermediate container 8ee3f015132f [2025-02-18T07:06:20.709Z] ---> f04988a46c9b [2025-02-18T07:06:20.709Z] Step 26/26 : LABEL version=4.0.0-dev.15 [2025-02-18T07:06:20.709Z] ---> Running in a3a3b278e0b0 [2025-02-18T07:06:20.968Z] Removing intermediate container a3a3b278e0b0 [2025-02-18T07:06:20.968Z] ---> 1b2588fd31d6 [2025-02-18T07:06:20.968Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-18T07:06:20.968Z] Successfully built 1b2588fd31d6 [2025-02-18T07:06:20.968Z] Successfully tagged device-virtual:latest [Pipeline] } [2025-02-18T07:06:20.985Z] 39f8f326b044: Verifying Checksum [2025-02-18T07:06:20.985Z] 39f8f326b044: Download complete [Pipeline] // withEnv [2025-02-18T07:06:20.985Z] 9986a736f7d3: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T07:06:21.091Z] provisioning config files... [2025-02-18T07:06:21.104Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3528674576457203538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:06:21.410Z] ---> ****-login.sh [2025-02-18T07:06:21.410Z] nexus3.edgexfoundry.org:10001 [2025-02-18T07:06:21.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:21.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:21.410Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:21.410Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:21.410Z] [2025-02-18T07:06:21.410Z] Login Succeeded [2025-02-18T07:06:21.410Z] nexus3.edgexfoundry.org:10002 [2025-02-18T07:06:21.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:21.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:21.410Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:21.411Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:21.411Z] [2025-02-18T07:06:21.411Z] Login Succeeded [2025-02-18T07:06:21.411Z] nexus3.edgexfoundry.org:10003 [2025-02-18T07:06:21.571Z] 1f018df60701: Pull complete [2025-02-18T07:06:21.571Z] 5c7f0f088c93: Verifying Checksum [2025-02-18T07:06:21.571Z] 5c7f0f088c93: Download complete [2025-02-18T07:06:21.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:21.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:21.669Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:21.669Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:21.669Z] [2025-02-18T07:06:21.669Z] Login Succeeded [2025-02-18T07:06:21.669Z] nexus3.edgexfoundry.org:10004 [2025-02-18T07:06:21.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:21.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:21.670Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:21.670Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:21.670Z] [2025-02-18T07:06:21.670Z] Login Succeeded [2025-02-18T07:06:21.670Z] ****.io [2025-02-18T07:06:21.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:06:21.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:06:21.929Z] Configure a credential helper to remove this warning. See [2025-02-18T07:06:21.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:06:21.929Z] [2025-02-18T07:06:21.929Z] Login Succeeded [2025-02-18T07:06:21.929Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T07:06:21.937Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T07:06:21.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:06:22.025Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-02-18T07:06:22.025Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:06:22.025Z] latest [2025-02-18T07:06:22.025Z] 4.0.0-dev.15 [2025-02-18T07:06:22.025Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:06:22.025Z] main [2025-02-18T07:06:22.025Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:22.387Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:22.711Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:06:22.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-02-18T07:06:22.711Z] 443c877b7a69: Preparing [2025-02-18T07:06:22.711Z] c7f0ed96386d: Preparing [2025-02-18T07:06:22.711Z] 2787f9ab6b14: Preparing [2025-02-18T07:06:22.711Z] 7243285deafc: Preparing [2025-02-18T07:06:22.711Z] 13b759865bda: Preparing [2025-02-18T07:06:22.711Z] 994456c4fd7b: Preparing [2025-02-18T07:06:22.711Z] 994456c4fd7b: Waiting [2025-02-18T07:06:22.711Z] 2787f9ab6b14: Pushed [2025-02-18T07:06:22.711Z] 994456c4fd7b: Layer already exists [2025-02-18T07:06:22.711Z] 7243285deafc: Pushed [2025-02-18T07:06:22.711Z] c7f0ed96386d: Pushed [2025-02-18T07:06:22.711Z] 13b759865bda: Pushed [2025-02-18T07:06:26.000Z] 443c877b7a69: Pushed [2025-02-18T07:06:26.000Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:26.334Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:26.668Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-02-18T07:06:26.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-02-18T07:06:26.668Z] 443c877b7a69: Preparing [2025-02-18T07:06:26.668Z] c7f0ed96386d: Preparing [2025-02-18T07:06:26.668Z] 2787f9ab6b14: Preparing [2025-02-18T07:06:26.668Z] 7243285deafc: Preparing [2025-02-18T07:06:26.668Z] 13b759865bda: Preparing [2025-02-18T07:06:26.668Z] 994456c4fd7b: Preparing [2025-02-18T07:06:26.668Z] 443c877b7a69: Layer already exists [2025-02-18T07:06:26.668Z] 7243285deafc: Layer already exists [2025-02-18T07:06:26.668Z] 2787f9ab6b14: Layer already exists [2025-02-18T07:06:26.668Z] c7f0ed96386d: Layer already exists [2025-02-18T07:06:26.668Z] 13b759865bda: Layer already exists [2025-02-18T07:06:26.668Z] 994456c4fd7b: Layer already exists [2025-02-18T07:06:26.668Z] latest: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:27.003Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:27.328Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.0.0-dev.15 [2025-02-18T07:06:27.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-02-18T07:06:27.328Z] 443c877b7a69: Preparing [2025-02-18T07:06:27.328Z] c7f0ed96386d: Preparing [2025-02-18T07:06:27.328Z] 2787f9ab6b14: Preparing [2025-02-18T07:06:27.328Z] 7243285deafc: Preparing [2025-02-18T07:06:27.328Z] 13b759865bda: Preparing [2025-02-18T07:06:27.328Z] 994456c4fd7b: Preparing [2025-02-18T07:06:27.328Z] 994456c4fd7b: Waiting [2025-02-18T07:06:27.328Z] 7243285deafc: Layer already exists [2025-02-18T07:06:27.328Z] 443c877b7a69: Layer already exists [2025-02-18T07:06:27.328Z] c7f0ed96386d: Layer already exists [2025-02-18T07:06:27.328Z] 13b759865bda: Layer already exists [2025-02-18T07:06:27.328Z] 2787f9ab6b14: Layer already exists [2025-02-18T07:06:27.328Z] 994456c4fd7b: Layer already exists [2025-02-18T07:06:27.328Z] 4.0.0-dev.15: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:27.655Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:27.979Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:06:27.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-02-18T07:06:27.979Z] 443c877b7a69: Preparing [2025-02-18T07:06:27.979Z] c7f0ed96386d: Preparing [2025-02-18T07:06:27.979Z] 2787f9ab6b14: Preparing [2025-02-18T07:06:27.979Z] 7243285deafc: Preparing [2025-02-18T07:06:27.979Z] 13b759865bda: Preparing [2025-02-18T07:06:27.979Z] 994456c4fd7b: Preparing [2025-02-18T07:06:27.979Z] 994456c4fd7b: Waiting [2025-02-18T07:06:27.979Z] 443c877b7a69: Layer already exists [2025-02-18T07:06:27.979Z] c7f0ed96386d: Layer already exists [2025-02-18T07:06:27.979Z] 13b759865bda: Layer already exists [2025-02-18T07:06:27.979Z] 2787f9ab6b14: Layer already exists [2025-02-18T07:06:27.979Z] 7243285deafc: Layer already exists [2025-02-18T07:06:27.979Z] 994456c4fd7b: Layer already exists [2025-02-18T07:06:27.979Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:28.306Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:28.636Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-02-18T07:06:28.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-02-18T07:06:28.636Z] 443c877b7a69: Preparing [2025-02-18T07:06:28.636Z] c7f0ed96386d: Preparing [2025-02-18T07:06:28.636Z] 2787f9ab6b14: Preparing [2025-02-18T07:06:28.636Z] 7243285deafc: Preparing [2025-02-18T07:06:28.636Z] 13b759865bda: Preparing [2025-02-18T07:06:28.636Z] 994456c4fd7b: Preparing [2025-02-18T07:06:28.636Z] 994456c4fd7b: Waiting [2025-02-18T07:06:28.636Z] 2787f9ab6b14: Layer already exists [2025-02-18T07:06:28.636Z] 7243285deafc: Layer already exists [2025-02-18T07:06:28.636Z] 443c877b7a69: Layer already exists [2025-02-18T07:06:28.636Z] c7f0ed96386d: Layer already exists [2025-02-18T07:06:28.636Z] 13b759865bda: Layer already exists [2025-02-18T07:06:28.636Z] 994456c4fd7b: Layer already exists [2025-02-18T07:06:28.636Z] main: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T07:06:28.715Z] ===================================================== [Pipeline] echo [2025-02-18T07:06:28.733Z] taggedImages: [2025-02-18T07:06:28.733Z] - nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:06:28.733Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-02-18T07:06:28.733Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.0.0-dev.15 [2025-02-18T07:06:28.733Z] - nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:06:28.733Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:29.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T07:06:29.161Z] [2025-02-18T07:06:29.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:06:29.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T07:06:29.470Z] latest: Pulling from edgex-lftools-log-publisher [2025-02-18T07:06:29.470Z] 5eb5b503b376: Pulling fs layer [2025-02-18T07:06:29.470Z] 5c69ac0246d0: Pulling fs layer [2025-02-18T07:06:29.470Z] ec43610c2a17: Pulling fs layer [2025-02-18T07:06:29.470Z] 3a2ae6a8a46f: Pulling fs layer [2025-02-18T07:06:29.470Z] 33b1e0a273af: Pulling fs layer [2025-02-18T07:06:29.470Z] 5d3b04190fa2: Pulling fs layer [2025-02-18T07:06:29.470Z] 2f39f015ded8: Pulling fs layer [2025-02-18T07:06:29.470Z] 3a2ae6a8a46f: Waiting [2025-02-18T07:06:29.470Z] 33b1e0a273af: Waiting [2025-02-18T07:06:29.470Z] 5d3b04190fa2: Waiting [2025-02-18T07:06:29.470Z] 2f39f015ded8: Waiting [2025-02-18T07:06:29.470Z] 5c69ac0246d0: Download complete [2025-02-18T07:06:29.470Z] 3a2ae6a8a46f: Verifying Checksum [2025-02-18T07:06:29.470Z] 3a2ae6a8a46f: Download complete [2025-02-18T07:06:29.470Z] 33b1e0a273af: Verifying Checksum [2025-02-18T07:06:29.470Z] 33b1e0a273af: Download complete [2025-02-18T07:06:29.470Z] 5d3b04190fa2: Verifying Checksum [2025-02-18T07:06:29.470Z] 5d3b04190fa2: Download complete [2025-02-18T07:06:29.470Z] ec43610c2a17: Verifying Checksum [2025-02-18T07:06:29.470Z] ec43610c2a17: Download complete [2025-02-18T07:06:29.729Z] 5eb5b503b376: Verifying Checksum [2025-02-18T07:06:29.729Z] 5eb5b503b376: Download complete [2025-02-18T07:06:30.294Z] 2f39f015ded8: Download complete [2025-02-18T07:06:30.860Z] 5eb5b503b376: Pull complete [2025-02-18T07:06:31.118Z] 5c69ac0246d0: Pull complete [2025-02-18T07:06:31.377Z] ec43610c2a17: Pull complete [2025-02-18T07:06:31.377Z] 3a2ae6a8a46f: Pull complete [2025-02-18T07:06:31.635Z] 33b1e0a273af: Pull complete [2025-02-18T07:06:31.635Z] 5d3b04190fa2: Pull complete [2025-02-18T07:06:35.820Z] 2f39f015ded8: Pull complete [2025-02-18T07:06:35.820Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-02-18T07:06:35.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T07:06:35.820Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:06:35.924Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:06:35.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-02-18T07:06:36.560Z] 39f8f326b044: Pull complete [2025-02-18T07:06:36.560Z] e6a1e7a6a96a: Pull complete [2025-02-18T07:06:36.560Z] 4f4fb700ef54: Pull complete [2025-02-18T07:06:36.560Z] d45d956e0dbf: Pull complete [2025-02-18T07:06:36.560Z] d7702b0d1db1: Pull complete [2025-02-18T07:06:39.482Z] $ docker top 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:06:39.895Z] ---> job-cost.sh [2025-02-18T07:06:39.895Z] lf-activate-venv: SKIPPING [2025-02-18T07:06:39.895Z] INFO: No Stack... [2025-02-18T07:06:40.153Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-18T07:06:40.411Z] INFO: Archiving Costs [Pipeline] sh [2025-02-18T07:06:40.700Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-02-18T07:06:40.700Z] + cut -d, -f6 [Pipeline] lock [2025-02-18T07:06:40.716Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [2025-02-18T07:06:40.726Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] did not exist. Created. [2025-02-18T07:06:40.732Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-18T07:06:41.042Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-02-18T07:06:41.067Z] Stashed 1 file(s) [Pipeline] } [2025-02-18T07:06:41.075Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-18T07:06:41.102Z] $ docker stop --time=1 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 [2025-02-18T07:06:42.238Z] $ docker rm -f --volumes 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-02-18T07:06:44.763Z] 5c7f0f088c93: Pull complete [2025-02-18T07:06:45.722Z] 4fdc064ae6cf: Pull complete [2025-02-18T07:06:45.722Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-02-18T07:06:45.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-02-18T07:06:45.722Z] ---> 63f30b955cb9 [2025-02-18T07:06:45.722Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T07:06:47.685Z] ---> Running in 4bf92a916a86 [2025-02-18T07:06:47.685Z] Removing intermediate container 4bf92a916a86 [2025-02-18T07:06:47.685Z] ---> 928fff4a28b0 [2025-02-18T07:06:47.685Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T07:06:47.952Z] ---> Running in 3d929b9f10af [2025-02-18T07:06:48.218Z] Removing intermediate container 3d929b9f10af [2025-02-18T07:06:48.218Z] ---> 8f6d0035e7cb [2025-02-18T07:06:48.218Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-02-18T07:06:48.218Z] ---> Running in c67065e37da7 [2025-02-18T07:06:48.484Z] Removing intermediate container c67065e37da7 [2025-02-18T07:06:48.484Z] ---> e76f0aac7ffc [2025-02-18T07:06:48.484Z] Step 6/12 : WORKDIR /device-virtual-go [2025-02-18T07:06:48.484Z] ---> Running in 20e9f9f12959 [2025-02-18T07:06:48.750Z] Removing intermediate container 20e9f9f12959 [2025-02-18T07:06:48.750Z] ---> 424659e7b575 [2025-02-18T07:06:48.750Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T07:06:48.750Z] ---> Running in 0373ebbc08c5 [2025-02-18T07:06:50.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T07:06:50.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T07:06:51.834Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2025-02-18T07:06:51.834Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-02-18T07:06:51.834Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2025-02-18T07:06:51.834Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2025-02-18T07:06:51.834Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T07:06:51.834Z] OK: 244 MiB in 62 packages [2025-02-18T07:06:52.792Z] Removing intermediate container 0373ebbc08c5 [2025-02-18T07:06:52.792Z] ---> d10eb739cf32 [2025-02-18T07:06:52.792Z] Step 8/12 : COPY go.mod vendor* ./ [2025-02-18T07:06:53.373Z] ---> fa02e0f470d8 [2025-02-18T07:06:53.373Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T07:06:53.373Z] ---> Running in 802f90f8833d [2025-02-18T07:08:45.052Z] Removing intermediate container 802f90f8833d [2025-02-18T07:08:45.052Z] ---> e9b67471db57 [2025-02-18T07:08:45.052Z] Step 10/12 : COPY . . [2025-02-18T07:08:45.052Z] ---> 3c7a51a64b46 [2025-02-18T07:08:45.052Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T07:08:45.052Z] ---> Running in 41767e9f9525 [2025-02-18T07:08:45.052Z] Removing intermediate container 41767e9f9525 [2025-02-18T07:08:45.052Z] ---> 827ddba140e8 [2025-02-18T07:08:45.052Z] Step 12/12 : RUN $MAKE [2025-02-18T07:08:45.052Z] ---> Running in 318046214e65 [2025-02-18T07:08:45.052Z] noop [2025-02-18T07:08:45.052Z] Removing intermediate container 318046214e65 [2025-02-18T07:08:45.052Z] ---> 32982a64a34e [2025-02-18T07:08:45.052Z] Successfully built 32982a64a34e [2025-02-18T07:08:45.052Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:08:45.421Z] + docker inspect -f . ci-base-image-arm64 [2025-02-18T07:08:45.421Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:08:45.636Z] prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container [2025-02-18T07:08:45.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/200 -v /w/workspace/device-virtual-go/200:/w/workspace/device-virtual-go/200:rw,z -v /w/workspace/device-virtual-go/200@tmp:/w/workspace/device-virtual-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-02-18T07:08:46.976Z] $ docker top 37a298250f7db5ed9bc8bcdda5e208c1e1ad3daf2966f68fa9d3fdf4ebc4c471 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:08:47.825Z] + go version [2025-02-18T07:08:47.825Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-02-18T07:08:47.842Z] $ docker stop --time=1 37a298250f7db5ed9bc8bcdda5e208c1e1ad3daf2966f68fa9d3fdf4ebc4c471 [2025-02-18T07:08:49.466Z] $ docker rm -f --volumes 37a298250f7db5ed9bc8bcdda5e208c1e1ad3daf2966f68fa9d3fdf4ebc4c471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:08:50.167Z] + docker inspect -f . ci-base-image-arm64 [2025-02-18T07:08:50.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:08:50.353Z] prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container [2025-02-18T07:08:50.415Z] $ 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/200 -v /w/workspace/device-virtual-go/200:/w/workspace/device-virtual-go/200:rw,z -v /w/workspace/device-virtual-go/200@tmp:/w/workspace/device-virtual-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-02-18T07:08:52.314Z] $ docker top 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:08:52.843Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/200 [Pipeline] fileExists [Pipeline] sh [2025-02-18T07:08:53.448Z] + make test [2025-02-18T07:08:53.727Z] go test ./... -coverprofile=coverage.out [2025-02-18T07:08:59.078Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-02-18T07:12:05.837Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-02-18T07:12:05.837Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.062s coverage: 58.3% of statements [2025-02-18T07:12:05.837Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-02-18T07:12:05.837Z] go vet ./... [2025-02-18T07:12:52.807Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-18T07:12:52.807Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-18T07:12:52.807Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-18T07:12:52.830Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-18T07:12:52.847Z] $ docker stop --time=1 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc [2025-02-18T07:12:54.697Z] $ docker rm -f --volumes 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T07:12:56.113Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-18T07:12:56.139Z] Warning: overwriting stash ‘coverage-report’ [2025-02-18T07:12:56.593Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T07:12:57.005Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-18T07:12:57.322Z] + ls -al . [2025-02-18T07:12:57.322Z] total 260 [2025-02-18T07:12:57.322Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 18 07:08 . [2025-02-18T07:12:57.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 07:05 .. [2025-02-18T07:12:57.322Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:05 .git [2025-02-18T07:12:57.322Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 .github [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 272 Feb 18 07:05 .gitignore [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 199 Feb 18 07:05 .golangci.yml [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 18321 Feb 18 07:05 Attribution.txt [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 15941 Feb 18 07:05 CHANGELOG.md [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 1755 Feb 18 07:05 Dockerfile [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 07:05 GOVERNANCE.md [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 18 07:05 Jenkinsfile [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 07:05 LICENSE [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 2652 Feb 18 07:05 Makefile [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 18 07:05 OWNERS.md [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 4473 Feb 18 07:05 README.md [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 07:03 VERSION [2025-02-18T07:12:57.322Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 07:05 bin [2025-02-18T07:12:57.322Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 cmd [2025-02-18T07:12:57.322Z] -rw-r--r-- 1 jenkins jenkins 43316 Feb 18 07:11 coverage.out [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 6079 Feb 18 07:05 go.mod [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 07:05 go.sum [2025-02-18T07:12:57.322Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 internal [2025-02-18T07:12:57.322Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 18 07:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:12:57.673Z] + 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=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec --label arch=arm64 --label version=4.0.0-dev.15 . [2025-02-18T07:12:58.258Z] Sending build context to Docker daemon 19.14MB [2025-02-18T07:12:58.258Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T07:12:58.258Z] Step 2/26 : FROM ${BASE} AS builder [2025-02-18T07:12:58.258Z] ---> 32982a64a34e [2025-02-18T07:12:58.258Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T07:12:58.523Z] ---> Running in 46807f8d65a7 [2025-02-18T07:12:58.793Z] Removing intermediate container 46807f8d65a7 [2025-02-18T07:12:58.793Z] ---> 8060db770f35 [2025-02-18T07:12:58.793Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T07:12:58.793Z] ---> Running in f2ca75cd811c [2025-02-18T07:12:59.062Z] Removing intermediate container f2ca75cd811c [2025-02-18T07:12:59.062Z] ---> 3f8f6480e4b1 [2025-02-18T07:12:59.062Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-02-18T07:12:59.330Z] ---> Running in 7c2e569e40af [2025-02-18T07:12:59.599Z] Removing intermediate container 7c2e569e40af [2025-02-18T07:12:59.599Z] ---> 413486f74c97 [2025-02-18T07:12:59.599Z] Step 6/26 : WORKDIR /device-virtual-go [2025-02-18T07:12:59.599Z] ---> Running in 654aaf2b5432 [2025-02-18T07:12:59.867Z] Removing intermediate container 654aaf2b5432 [2025-02-18T07:12:59.867Z] ---> 58de45833d10 [2025-02-18T07:12:59.867Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T07:12:59.867Z] ---> Running in 4aefd9d16606 [2025-02-18T07:13:00.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T07:13:01.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T07:13:02.383Z] OK: 244 MiB in 62 packages [2025-02-18T07:13:03.346Z] Removing intermediate container 4aefd9d16606 [2025-02-18T07:13:03.346Z] ---> 175cf670a4e2 [2025-02-18T07:13:03.346Z] Step 8/26 : COPY go.mod vendor* ./ [2025-02-18T07:13:03.933Z] ---> 06b01012f1d6 [2025-02-18T07:13:03.933Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T07:13:03.933Z] ---> Running in b36558f7a18d [2025-02-18T07:13:06.526Z] Removing intermediate container b36558f7a18d [2025-02-18T07:13:06.526Z] ---> 14f0ef2f1c30 [2025-02-18T07:13:06.526Z] Step 10/26 : COPY . . [2025-02-18T07:13:07.941Z] ---> 44b884fa6332 [2025-02-18T07:13:07.941Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T07:13:07.941Z] ---> Running in ca56a8480715 [2025-02-18T07:13:07.941Z] Removing intermediate container ca56a8480715 [2025-02-18T07:13:07.941Z] ---> b6428d599ab2 [2025-02-18T07:13:07.941Z] Step 12/26 : RUN $MAKE [2025-02-18T07:13:08.224Z] ---> Running in 6c5b913ebe3d [2025-02-18T07:13:09.184Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.0.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-02-18T07:16:15.953Z] Removing intermediate container 6c5b913ebe3d [2025-02-18T07:16:15.953Z] ---> ce62794bb001 [2025-02-18T07:16:15.953Z] Step 13/26 : FROM alpine:3.20 [2025-02-18T07:16:15.953Z] 3.20: Pulling from library/alpine [2025-02-18T07:16:15.953Z] 94e9d8af2201: Pulling fs layer [2025-02-18T07:16:15.953Z] 94e9d8af2201: Verifying Checksum [2025-02-18T07:16:15.953Z] 94e9d8af2201: Download complete [2025-02-18T07:16:16.538Z] 94e9d8af2201: Pull complete [2025-02-18T07:16:16.538Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-18T07:16:16.538Z] Status: Downloaded newer image for alpine:3.20 [2025-02-18T07:16:16.538Z] ---> 7aab056cecc6 [2025-02-18T07:16:16.538Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-02-18T07:16:16.538Z] ---> Running in a47a5f3d1498 [2025-02-18T07:16:16.806Z] Removing intermediate container a47a5f3d1498 [2025-02-18T07:16:16.806Z] ---> 4a44830dba63 [2025-02-18T07:16:16.806Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-02-18T07:16:16.806Z] ---> Running in bbe68ece118d [2025-02-18T07:16:17.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T07:16:18.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T07:16:19.759Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-18T07:16:19.759Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T07:16:19.759Z] OK: 9 MiB in 15 packages [2025-02-18T07:16:20.345Z] Removing intermediate container bbe68ece118d [2025-02-18T07:16:20.345Z] ---> cff79ace428e [2025-02-18T07:16:20.345Z] Step 16/26 : RUN apk --no-cache upgrade [2025-02-18T07:16:20.623Z] ---> Running in 63ccbbc5fc7f [2025-02-18T07:16:21.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T07:16:21.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T07:16:23.002Z] OK: 9 MiB in 15 packages [2025-02-18T07:16:23.964Z] Removing intermediate container 63ccbbc5fc7f [2025-02-18T07:16:23.965Z] ---> bbf38eee8d7d [2025-02-18T07:16:23.965Z] Step 17/26 : WORKDIR / [2025-02-18T07:16:23.965Z] ---> Running in 196300b73e83 [2025-02-18T07:16:23.965Z] Removing intermediate container 196300b73e83 [2025-02-18T07:16:23.965Z] ---> bef72f306fb0 [2025-02-18T07:16:23.965Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-02-18T07:16:24.547Z] ---> 24a73ff5a82d [2025-02-18T07:16:24.547Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-02-18T07:16:25.131Z] ---> 5c526e60c751 [2025-02-18T07:16:25.131Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-02-18T07:16:26.542Z] ---> 6b986c3e14eb [2025-02-18T07:16:26.542Z] Step 21/26 : EXPOSE 59900 [2025-02-18T07:16:26.810Z] ---> Running in c3ed740bd21a [2025-02-18T07:16:27.077Z] Removing intermediate container c3ed740bd21a [2025-02-18T07:16:27.077Z] ---> 801503024945 [2025-02-18T07:16:27.077Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-02-18T07:16:27.077Z] ---> Running in 74fe4239f30b [2025-02-18T07:16:27.342Z] Removing intermediate container 74fe4239f30b [2025-02-18T07:16:27.342Z] ---> 9f96f950d572 [2025-02-18T07:16:27.342Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-18T07:16:27.342Z] ---> Running in ebb82f8564c5 [2025-02-18T07:16:27.609Z] Removing intermediate container ebb82f8564c5 [2025-02-18T07:16:27.609Z] ---> 1d151f6e82db [2025-02-18T07:16:27.609Z] Step 24/26 : LABEL arch=arm64 [2025-02-18T07:16:27.874Z] ---> Running in 6ce5db157fdc [2025-02-18T07:16:28.140Z] Removing intermediate container 6ce5db157fdc [2025-02-18T07:16:28.140Z] ---> d4fb4f64a634 [2025-02-18T07:16:28.140Z] Step 25/26 : LABEL git_sha=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:16:28.140Z] ---> Running in b49a29897d72 [2025-02-18T07:16:28.405Z] Removing intermediate container b49a29897d72 [2025-02-18T07:16:28.405Z] ---> 98706c68a90d [2025-02-18T07:16:28.405Z] Step 26/26 : LABEL version=4.0.0-dev.15 [2025-02-18T07:16:28.405Z] ---> Running in 9b31a0830e19 [2025-02-18T07:16:28.669Z] Removing intermediate container 9b31a0830e19 [2025-02-18T07:16:28.669Z] ---> 78b4260328f5 [2025-02-18T07:16:28.669Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-18T07:16:28.669Z] Successfully built 78b4260328f5 [2025-02-18T07:16:28.669Z] 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-02-18T07:16:28.827Z] provisioning config files... [2025-02-18T07:16:28.842Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/200@tmp/config16254776395138799877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:16:29.172Z] ---> ****-login.sh [2025-02-18T07:16:29.172Z] nexus3.edgexfoundry.org:10001 [2025-02-18T07:16:29.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:16:29.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:16:29.437Z] Configure a credential helper to remove this warning. See [2025-02-18T07:16:29.437Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:16:29.437Z] [2025-02-18T07:16:29.437Z] Login Succeeded [2025-02-18T07:16:29.437Z] nexus3.edgexfoundry.org:10002 [2025-02-18T07:16:29.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:16:29.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:16:29.703Z] Configure a credential helper to remove this warning. See [2025-02-18T07:16:29.703Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:16:29.703Z] [2025-02-18T07:16:29.703Z] Login Succeeded [2025-02-18T07:16:29.703Z] nexus3.edgexfoundry.org:10003 [2025-02-18T07:16:29.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:16:29.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:16:29.969Z] Configure a credential helper to remove this warning. See [2025-02-18T07:16:29.969Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:16:29.969Z] [2025-02-18T07:16:29.969Z] Login Succeeded [2025-02-18T07:16:29.969Z] nexus3.edgexfoundry.org:10004 [2025-02-18T07:16:30.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:16:30.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:16:30.498Z] Configure a credential helper to remove this warning. See [2025-02-18T07:16:30.498Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:16:30.498Z] [2025-02-18T07:16:30.498Z] Login Succeeded [2025-02-18T07:16:30.498Z] ****.io [2025-02-18T07:16:30.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T07:16:30.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T07:16:30.763Z] Configure a credential helper to remove this warning. See [2025-02-18T07:16:30.763Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T07:16:30.763Z] [2025-02-18T07:16:30.763Z] Login Succeeded [2025-02-18T07:16:30.763Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T07:16:30.774Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T07:16:30.827Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T07:16:30.861Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-02-18T07:16:30.861Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:16:30.861Z] latest [2025-02-18T07:16:30.861Z] 4.0.0-dev.15 [2025-02-18T07:16:30.861Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:16:30.861Z] main [2025-02-18T07:16:30.861Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:31.231Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:31.593Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:16:31.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-02-18T07:16:31.593Z] 8f0dace19a2a: Preparing [2025-02-18T07:16:31.593Z] 4e45a8d4761f: Preparing [2025-02-18T07:16:31.593Z] 577149f28d72: Preparing [2025-02-18T07:16:31.593Z] 4f183c4cd396: Preparing [2025-02-18T07:16:31.593Z] 5666fbb196c9: Preparing [2025-02-18T07:16:31.593Z] dd9c8f8612c8: Preparing [2025-02-18T07:16:31.593Z] dd9c8f8612c8: Waiting [2025-02-18T07:16:31.857Z] 577149f28d72: Pushed [2025-02-18T07:16:31.857Z] 4e45a8d4761f: Pushed [2025-02-18T07:16:31.857Z] 5666fbb196c9: Pushed [2025-02-18T07:16:31.857Z] 4f183c4cd396: Pushed [2025-02-18T07:16:31.857Z] dd9c8f8612c8: Layer already exists [2025-02-18T07:16:38.467Z] 8f0dace19a2a: Pushed [2025-02-18T07:16:38.467Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:39.087Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:39.444Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-02-18T07:16:39.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-02-18T07:16:39.444Z] 8f0dace19a2a: Preparing [2025-02-18T07:16:39.444Z] 4e45a8d4761f: Preparing [2025-02-18T07:16:39.444Z] 577149f28d72: Preparing [2025-02-18T07:16:39.444Z] 4f183c4cd396: Preparing [2025-02-18T07:16:39.444Z] 5666fbb196c9: Preparing [2025-02-18T07:16:39.444Z] dd9c8f8612c8: Preparing [2025-02-18T07:16:39.444Z] dd9c8f8612c8: Waiting [2025-02-18T07:16:39.444Z] 8f0dace19a2a: Layer already exists [2025-02-18T07:16:39.444Z] 5666fbb196c9: Layer already exists [2025-02-18T07:16:39.444Z] 4f183c4cd396: Layer already exists [2025-02-18T07:16:39.444Z] 577149f28d72: Layer already exists [2025-02-18T07:16:39.444Z] 4e45a8d4761f: Layer already exists [2025-02-18T07:16:39.444Z] dd9c8f8612c8: Layer already exists [2025-02-18T07:16:39.444Z] latest: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:39.798Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:40.148Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.0.0-dev.15 [2025-02-18T07:16:40.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-02-18T07:16:40.148Z] 8f0dace19a2a: Preparing [2025-02-18T07:16:40.148Z] 4e45a8d4761f: Preparing [2025-02-18T07:16:40.148Z] 577149f28d72: Preparing [2025-02-18T07:16:40.148Z] 4f183c4cd396: Preparing [2025-02-18T07:16:40.148Z] 5666fbb196c9: Preparing [2025-02-18T07:16:40.148Z] dd9c8f8612c8: Preparing [2025-02-18T07:16:40.148Z] 4f183c4cd396: Layer already exists [2025-02-18T07:16:40.148Z] 4e45a8d4761f: Layer already exists [2025-02-18T07:16:40.148Z] 577149f28d72: Layer already exists [2025-02-18T07:16:40.148Z] 5666fbb196c9: Layer already exists [2025-02-18T07:16:40.149Z] 8f0dace19a2a: Layer already exists [2025-02-18T07:16:40.149Z] dd9c8f8612c8: Layer already exists [2025-02-18T07:16:40.149Z] 4.0.0-dev.15: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:40.496Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:40.845Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:16:40.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-02-18T07:16:40.845Z] 8f0dace19a2a: Preparing [2025-02-18T07:16:40.845Z] 4e45a8d4761f: Preparing [2025-02-18T07:16:40.845Z] 577149f28d72: Preparing [2025-02-18T07:16:40.845Z] 4f183c4cd396: Preparing [2025-02-18T07:16:40.845Z] 5666fbb196c9: Preparing [2025-02-18T07:16:40.845Z] dd9c8f8612c8: Preparing [2025-02-18T07:16:40.845Z] dd9c8f8612c8: Waiting [2025-02-18T07:16:40.845Z] 4e45a8d4761f: Layer already exists [2025-02-18T07:16:40.845Z] 8f0dace19a2a: Layer already exists [2025-02-18T07:16:40.845Z] 4f183c4cd396: Layer already exists [2025-02-18T07:16:40.845Z] 577149f28d72: Layer already exists [2025-02-18T07:16:40.845Z] 5666fbb196c9: Layer already exists [2025-02-18T07:16:40.845Z] dd9c8f8612c8: Layer already exists [2025-02-18T07:16:40.845Z] 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:41.466Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:41.799Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-02-18T07:16:41.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-02-18T07:16:41.799Z] 8f0dace19a2a: Preparing [2025-02-18T07:16:41.799Z] 4e45a8d4761f: Preparing [2025-02-18T07:16:41.799Z] 577149f28d72: Preparing [2025-02-18T07:16:41.799Z] 4f183c4cd396: Preparing [2025-02-18T07:16:41.799Z] 5666fbb196c9: Preparing [2025-02-18T07:16:41.799Z] dd9c8f8612c8: Preparing [2025-02-18T07:16:41.799Z] dd9c8f8612c8: Waiting [2025-02-18T07:16:41.799Z] 5666fbb196c9: Layer already exists [2025-02-18T07:16:41.799Z] 8f0dace19a2a: Layer already exists [2025-02-18T07:16:41.799Z] 4f183c4cd396: Layer already exists [2025-02-18T07:16:41.799Z] 577149f28d72: Layer already exists [2025-02-18T07:16:41.799Z] 4e45a8d4761f: Layer already exists [2025-02-18T07:16:41.799Z] dd9c8f8612c8: Layer already exists [2025-02-18T07:16:41.799Z] main: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T07:16:42.151Z] ===================================================== [Pipeline] echo [2025-02-18T07:16:42.163Z] taggedImages: [2025-02-18T07:16:42.163Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [2025-02-18T07:16:42.163Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-02-18T07:16:42.163Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.0.0-dev.15 [2025-02-18T07:16:42.163Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 [2025-02-18T07:16:42.163Z] - 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-02-18T07:16:42.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T07:16:42.535Z] [2025-02-18T07:16:42.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:16:42.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T07:16:42.860Z] arm64: Pulling from edgex-lftools-log-publisher [2025-02-18T07:16:42.860Z] 8998bd30e6a1: Pulling fs layer [2025-02-18T07:16:42.860Z] 04944245beec: Pulling fs layer [2025-02-18T07:16:42.860Z] 699f458cf7ca: Pulling fs layer [2025-02-18T07:16:42.860Z] 765212b225bb: Pulling fs layer [2025-02-18T07:16:42.860Z] f23df028b6ca: Pulling fs layer [2025-02-18T07:16:42.860Z] d65c8cfc05b1: Pulling fs layer [2025-02-18T07:16:42.860Z] 2437ff75d9bd: Pulling fs layer [2025-02-18T07:16:42.860Z] f23df028b6ca: Waiting [2025-02-18T07:16:42.860Z] d65c8cfc05b1: Waiting [2025-02-18T07:16:42.860Z] 2437ff75d9bd: Waiting [2025-02-18T07:16:42.860Z] 765212b225bb: Waiting [2025-02-18T07:16:43.127Z] 04944245beec: Verifying Checksum [2025-02-18T07:16:43.127Z] 04944245beec: Download complete [2025-02-18T07:16:43.127Z] 765212b225bb: Verifying Checksum [2025-02-18T07:16:43.127Z] 765212b225bb: Download complete [2025-02-18T07:16:43.127Z] f23df028b6ca: Verifying Checksum [2025-02-18T07:16:43.127Z] f23df028b6ca: Download complete [2025-02-18T07:16:43.127Z] d65c8cfc05b1: Verifying Checksum [2025-02-18T07:16:43.127Z] d65c8cfc05b1: Download complete [2025-02-18T07:16:43.127Z] 699f458cf7ca: Verifying Checksum [2025-02-18T07:16:43.127Z] 699f458cf7ca: Download complete [2025-02-18T07:16:43.706Z] 8998bd30e6a1: Verifying Checksum [2025-02-18T07:16:43.706Z] 8998bd30e6a1: Download complete [2025-02-18T07:16:46.276Z] 2437ff75d9bd: Verifying Checksum [2025-02-18T07:16:46.276Z] 2437ff75d9bd: Download complete [2025-02-18T07:16:48.212Z] 8998bd30e6a1: Pull complete [2025-02-18T07:16:48.482Z] 04944245beec: Pull complete [2025-02-18T07:16:50.419Z] 699f458cf7ca: Pull complete [2025-02-18T07:16:50.419Z] 765212b225bb: Pull complete [2025-02-18T07:16:51.001Z] f23df028b6ca: Pull complete [2025-02-18T07:16:51.268Z] d65c8cfc05b1: Pull complete [2025-02-18T07:17:09.459Z] 2437ff75d9bd: Pull complete [2025-02-18T07:17:09.459Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-02-18T07:17:09.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T07:17:09.459Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:17:09.664Z] prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container [2025-02-18T07:17:09.727Z] $ 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/200 -v /w/workspace/device-virtual-go/200:/w/workspace/device-virtual-go/200:rw,z -v /w/workspace/device-virtual-go/200@tmp:/w/workspace/device-virtual-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-02-18T07:17:12.296Z] $ docker top 80197d6f54ceca0afe578ee4a740b07df4db94c9c14f872013969eb978c2d4e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:17:13.207Z] ---> job-cost.sh [2025-02-18T07:17:13.208Z] lf-activate-venv: SKIPPING [2025-02-18T07:17:13.208Z] INFO: No Stack... [2025-02-18T07:17:13.474Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-02-18T07:17:14.433Z] INFO: Archiving Costs [Pipeline] sh [2025-02-18T07:17:15.085Z] + cat /w/workspace/device-virtual-go/200/archives/cost.csv [2025-02-18T07:17:15.085Z] + cut -d, -f6 [Pipeline] lock [2025-02-18T07:17:15.152Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [2025-02-18T07:17:15.159Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] did not exist. Created. [2025-02-18T07:17:15.166Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-18T07:17:15.833Z] /w/workspace/device-virtual-go/200@tmp/durable-6520f9be/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-02-18T07:17:16.150Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-02-18T07:17:16.177Z] Warning: overwriting stash ‘stack-cost’ [2025-02-18T07:17:16.227Z] Stashed 1 file(s) [Pipeline] } [2025-02-18T07:17:16.237Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-18T07:17:16.261Z] $ docker stop --time=1 80197d6f54ceca0afe578ee4a740b07df4db94c9c14f872013969eb978c2d4e8 [2025-02-18T07:17:17.735Z] $ docker rm -f --volumes 80197d6f54ceca0afe578ee4a740b07df4db94c9c14f872013969eb978c2d4e8 [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-02-18T07:17:18.207Z] provisioning config files... [2025-02-18T07:17:18.214Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12128975951632912181tmp [Pipeline] { [Pipeline] sh [2025-02-18T07:17:18.507Z] + set +x [2025-02-18T07:17:18.508Z] + curl -s https://codecov.io/bash [2025-02-18T07:17:18.508Z] + bash -s -- [2025-02-18T07:17:18.508Z] [2025-02-18T07:17:18.508Z] _____ _ [2025-02-18T07:17:18.508Z] / ____| | | [2025-02-18T07:17:18.508Z] | | ___ __| | ___ ___ _____ __ [2025-02-18T07:17:18.508Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-02-18T07:17:18.508Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-02-18T07:17:18.508Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-02-18T07:17:18.508Z] Bash-1.0.6 [2025-02-18T07:17:18.508Z] [2025-02-18T07:17:18.508Z] [2025-02-18T07:17:18.508Z] ==> git version 2.25.1 found [2025-02-18T07:17:18.508Z] ==> 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-02-18T07:17:18.508Z] Release-Date: 2020-01-08 [2025-02-18T07:17:18.508Z] 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-02-18T07:17:18.508Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-02-18T07:17:18.508Z] ==> Jenkins CI detected. [2025-02-18T07:17:18.508Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-02-18T07:17:18.508Z] project root: . [2025-02-18T07:17:18.508Z] --> token set from env [2025-02-18T07:17:18.508Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-02-18T07:17:18.508Z] ==> Running gcov in . (disable via -X gcov) [2025-02-18T07:17:18.508Z] ==> Python coveragepy not found [2025-02-18T07:17:18.508Z] ==> Searching for coverage reports in: [2025-02-18T07:17:18.508Z] + . [2025-02-18T07:17:18.767Z] -> Found 1 reports [2025-02-18T07:17:18.767Z] ==> Detecting git/mercurial file structure [2025-02-18T07:17:18.767Z] ==> Reading reports [2025-02-18T07:17:18.767Z] + ./coverage.out bytes=43316 [2025-02-18T07:17:18.767Z] ==> Appending adjustments [2025-02-18T07:17:18.767Z] https://docs.codecov.io/docs/fixing-reports [2025-02-18T07:17:18.767Z] + Found adjustments [2025-02-18T07:17:18.767Z] ==> Gzipping contents [2025-02-18T07:17:18.767Z] 8.0K /tmp/codecov.XndOB6.gz [2025-02-18T07:17:18.767Z] ==> Uploading reports [2025-02-18T07:17:18.767Z] url: https://codecov.io [2025-02-18T07:17:18.767Z] query: branch=main&commit=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-18T07:17:18.767Z] -> Pinging Codecov [2025-02-18T07:17:18.767Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-18T07:17:19.027Z] -> Uploading to [2025-02-18T07:17:19.027Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec/eb051c06-a874-44d2-ae3c-fc8b78a46820.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250218%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250218T071718Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=64113439e8bddc40e200c8580823b5a951829d26aff37207dde003b38197bc43 [2025-02-18T07:17:19.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-18T07:17:19.027Z] Dload Upload Total Spent Left Speed [2025-02-18T07:17:19.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 31898 --:--:-- --:--:-- --:--:-- 31898 [2025-02-18T07:17:19.286Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } [2025-02-18T07:17:19.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-02-18T07:17:19.542Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-02-18T07:17:19.557Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:17:19.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T07:17:19.861Z] [2025-02-18T07:17:19.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:17:20.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T07:17:20.165Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-02-18T07:17:20.165Z] 43c4264eed91: Pulling fs layer [2025-02-18T07:17:20.165Z] 4cc291be95ef: Pulling fs layer [2025-02-18T07:17:20.165Z] 2ac1f1163629: Pulling fs layer [2025-02-18T07:17:20.165Z] 5c3c966382ef: Pulling fs layer [2025-02-18T07:17:20.165Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T07:17:20.165Z] d9c7d2e4e75e: Pulling fs layer [2025-02-18T07:17:20.165Z] 9c3e1370e548: Pulling fs layer [2025-02-18T07:17:20.165Z] 5c3c966382ef: Waiting [2025-02-18T07:17:20.165Z] 4f4fb700ef54: Waiting [2025-02-18T07:17:20.165Z] d9c7d2e4e75e: Waiting [2025-02-18T07:17:20.165Z] 9c3e1370e548: Waiting [2025-02-18T07:17:20.165Z] 4cc291be95ef: Verifying Checksum [2025-02-18T07:17:20.165Z] 4cc291be95ef: Download complete [2025-02-18T07:17:20.165Z] 5c3c966382ef: Verifying Checksum [2025-02-18T07:17:20.165Z] 5c3c966382ef: Download complete [2025-02-18T07:17:20.165Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T07:17:20.165Z] 4f4fb700ef54: Download complete [2025-02-18T07:17:20.165Z] 43c4264eed91: Download complete [2025-02-18T07:17:20.424Z] 43c4264eed91: Pull complete [2025-02-18T07:17:20.424Z] d9c7d2e4e75e: Verifying Checksum [2025-02-18T07:17:20.424Z] d9c7d2e4e75e: Download complete [2025-02-18T07:17:20.683Z] 4cc291be95ef: Pull complete [2025-02-18T07:17:20.683Z] 2ac1f1163629: Verifying Checksum [2025-02-18T07:17:20.683Z] 2ac1f1163629: Download complete [2025-02-18T07:17:21.247Z] 9c3e1370e548: Verifying Checksum [2025-02-18T07:17:21.247Z] 9c3e1370e548: Download complete [2025-02-18T07:17:24.528Z] 2ac1f1163629: Pull complete [2025-02-18T07:17:24.528Z] 5c3c966382ef: Pull complete [2025-02-18T07:17:24.528Z] 4f4fb700ef54: Pull complete [2025-02-18T07:17:24.528Z] d9c7d2e4e75e: Pull complete [2025-02-18T07:17:27.056Z] 9c3e1370e548: Pull complete [2025-02-18T07:17:27.056Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-02-18T07:17:27.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T07:17:27.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:17:27.156Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:17:27.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-02-18T07:17:33.167Z] $ docker top 8165c39f3061071c9490a65e9677766f38c8c398df9190cef37122add7caf2c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:17:33.521Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-02-18T07:17:33.530Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-02-18T07:17:33.807Z] + set -o pipefail [2025-02-18T07:17:33.807Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-02-18T07:17:40.378Z] [2025-02-18T07:17:40.378Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-02-18T07:17:40.378Z] [2025-02-18T07:17:40.378Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/11aef7ad-7d32-4131-9627-678cebfe508e [2025-02-18T07:17:40.378Z] [2025-02-18T07:17:40.378Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-02-18T07:17:40.378Z] [2025-02-18T07:17:40.636Z] [2025-02-18T07:17:40.636Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-02-18T07:17:40.636Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-02-18T07:17:40.902Z] $ docker stop --time=1 8165c39f3061071c9490a65e9677766f38c8c398df9190cef37122add7caf2c2 [2025-02-18T07:17:46.537Z] $ docker rm -f --volumes 8165c39f3061071c9490a65e9677766f38c8c398df9190cef37122add7caf2c2 [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-02-18T07:17:47.457Z] + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] sh [2025-02-18T07:17:47.877Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T07:17:47.878Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:17:48.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:17:48.253Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:17:48.336Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:17:48.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-18T07:17:48.862Z] $ docker top 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T07:17:48.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T07:17:48.969Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T07:17:49.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T07:17:49.068Z] $ docker exec 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 ssh-agent [2025-02-18T07:17:49.172Z] SSH_AUTH_SOCK=/tmp/ssh-Pogw53frKU54/agent.31 [2025-02-18T07:17:49.172Z] SSH_AGENT_PID=37 [2025-02-18T07:17:49.177Z] Running ssh-add (command line suppressed) [2025-02-18T07:17:49.280Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7021492040845662378.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7021492040845662378.key) [2025-02-18T07:17:49.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T07:17:49.589Z] + git semver tag [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,793 [run_tag] DEBUG tag force:False [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,793 [check_head_tag] DEBUG check head tag [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,795 [execute] INFO git cat-file --batch-check [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,799 [execute] INFO git cat-file --batch [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,823 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,823 [execute] INFO git tag -a v4.0.0-dev.15 -m v4.0.0-dev.15 [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,824 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.15', '-m', 'v4.0.0-dev.15'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2025-02-18T07:17:49.849Z] 2025-02-18 07:17:49,830 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:17:49.849Z] 4.0.0-dev.15 [Pipeline] } [2025-02-18T07:17:50.113Z] $ docker exec --env ******** --env ******** 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 ssh-agent -k [2025-02-18T07:17:50.209Z] unset SSH_AUTH_SOCK; [2025-02-18T07:17:50.210Z] unset SSH_AGENT_PID; [2025-02-18T07:17:50.210Z] echo Agent pid 37 killed; [2025-02-18T07:17:50.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T07:17:50.646Z] + git semver [Pipeline] } [2025-02-18T07:17:50.914Z] $ docker stop --time=1 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 [2025-02-18T07:17:52.185Z] $ docker rm -f --volumes 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:17:52.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T07:17:52.604Z] [2025-02-18T07:17:52.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:17:52.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T07:17:52.908Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-02-18T07:17:52.908Z] ab5ef0e58194: Pulling fs layer [2025-02-18T07:17:52.908Z] 9712f1f96733: Pulling fs layer [2025-02-18T07:17:52.908Z] 63f879dbbcfc: Pulling fs layer [2025-02-18T07:17:52.908Z] 0d9ebad4ef96: Pulling fs layer [2025-02-18T07:17:52.908Z] e9a5061849ea: Pulling fs layer [2025-02-18T07:17:52.908Z] d747dcd14b5f: Pulling fs layer [2025-02-18T07:17:52.908Z] 2de7ff778b66: Pulling fs layer [2025-02-18T07:17:52.908Z] 0d9ebad4ef96: Waiting [2025-02-18T07:17:52.908Z] e9a5061849ea: Waiting [2025-02-18T07:17:52.908Z] d747dcd14b5f: Waiting [2025-02-18T07:17:52.908Z] 2de7ff778b66: Waiting [2025-02-18T07:17:52.908Z] 9712f1f96733: Verifying Checksum [2025-02-18T07:17:52.908Z] 9712f1f96733: Download complete [2025-02-18T07:17:53.166Z] 63f879dbbcfc: Verifying Checksum [2025-02-18T07:17:53.166Z] 63f879dbbcfc: Download complete [2025-02-18T07:17:53.424Z] e9a5061849ea: Verifying Checksum [2025-02-18T07:17:53.424Z] e9a5061849ea: Download complete [2025-02-18T07:17:53.424Z] d747dcd14b5f: Verifying Checksum [2025-02-18T07:17:53.424Z] d747dcd14b5f: Download complete [2025-02-18T07:17:53.424Z] 0d9ebad4ef96: Verifying Checksum [2025-02-18T07:17:53.424Z] 0d9ebad4ef96: Download complete [2025-02-18T07:17:53.424Z] 2de7ff778b66: Verifying Checksum [2025-02-18T07:17:53.424Z] 2de7ff778b66: Download complete [2025-02-18T07:17:53.681Z] ab5ef0e58194: Verifying Checksum [2025-02-18T07:17:53.681Z] ab5ef0e58194: Download complete [2025-02-18T07:17:56.208Z] ab5ef0e58194: Pull complete [2025-02-18T07:17:56.208Z] 9712f1f96733: Pull complete [2025-02-18T07:17:56.773Z] 63f879dbbcfc: Pull complete [2025-02-18T07:18:00.959Z] 0d9ebad4ef96: Pull complete [2025-02-18T07:18:00.959Z] e9a5061849ea: Pull complete [2025-02-18T07:18:00.959Z] d747dcd14b5f: Pull complete [2025-02-18T07:18:01.529Z] 2de7ff778b66: Pull complete [2025-02-18T07:18:01.529Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-02-18T07:18:01.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T07:18:01.529Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:18:01.634Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:18:01.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-02-18T07:18:07.841Z] $ docker top 99f24ec58b5a1ed37f2566bbb2b882468143005e481551ff6f861b600a9ac4ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-02-18T07:18:07.911Z] provisioning config files... [2025-02-18T07:18:07.917Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11033441037263890109tmp [2025-02-18T07:18:07.924Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15976201496481344248tmp [2025-02-18T07:18:07.931Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8148560113537943232tmp [Pipeline] { [Pipeline] echo [2025-02-18T07:18:07.960Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:08.246Z] ---> sigul-configuration.sh [2025-02-18T07:18:08.246Z] gpg: directory `/root/.gnupg' created [2025-02-18T07:18:08.246Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-02-18T07:18:08.246Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-02-18T07:18:08.246Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-02-18T07:18:08.246Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-02-18T07:18:08.246Z] gpg: CAST5 encrypted data [2025-02-18T07:18:08.246Z] gpg: encrypted with 1 passphrase [2025-02-18T07:18:08.246Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-02-18T07:18:08.530Z] + mkdir /home/jenkins [2025-02-18T07:18:08.530Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-02-18T07:18:08.823Z] + 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-02-18T07:18:08.835Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:09.122Z] ---> sigul-install.sh [2025-02-18T07:18:09.123Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-02-18T07:18:09.416Z] + git tag --list [2025-02-18T07:18:09.416Z] v1.0.0 [2025-02-18T07:18:09.417Z] v1.1.0 [2025-02-18T07:18:09.417Z] v1.1.1 [2025-02-18T07:18:09.417Z] v1.2.1 [2025-02-18T07:18:09.417Z] v1.2.2 [2025-02-18T07:18:09.417Z] v1.2.3 [2025-02-18T07:18:09.417Z] v1.3.0 [2025-02-18T07:18:09.417Z] v1.3.1 [2025-02-18T07:18:09.417Z] v2.0.0 [2025-02-18T07:18:09.417Z] v2.1.0 [2025-02-18T07:18:09.417Z] v2.1.1 [2025-02-18T07:18:09.417Z] v2.2.0 [2025-02-18T07:18:09.417Z] v2.3.0 [2025-02-18T07:18:09.417Z] v3.0 [2025-02-18T07:18:09.417Z] v3.0.0 [2025-02-18T07:18:09.417Z] v3.1 [2025-02-18T07:18:09.417Z] v3.1.0 [2025-02-18T07:18:09.417Z] v3.1.0-dev.1 [2025-02-18T07:18:09.417Z] v3.1.0-dev.10 [2025-02-18T07:18:09.417Z] v3.1.0-dev.11 [2025-02-18T07:18:09.417Z] v3.1.0-dev.12 [2025-02-18T07:18:09.417Z] v3.1.0-dev.13 [2025-02-18T07:18:09.417Z] v3.1.0-dev.14 [2025-02-18T07:18:09.417Z] v3.1.0-dev.15 [2025-02-18T07:18:09.417Z] v3.1.0-dev.16 [2025-02-18T07:18:09.417Z] v3.1.0-dev.17 [2025-02-18T07:18:09.417Z] v3.1.0-dev.18 [2025-02-18T07:18:09.417Z] v3.1.0-dev.19 [2025-02-18T07:18:09.417Z] v3.1.0-dev.2 [2025-02-18T07:18:09.417Z] v3.1.0-dev.20 [2025-02-18T07:18:09.417Z] v3.1.0-dev.21 [2025-02-18T07:18:09.417Z] v3.1.0-dev.22 [2025-02-18T07:18:09.417Z] v3.1.0-dev.23 [2025-02-18T07:18:09.417Z] v3.1.0-dev.24 [2025-02-18T07:18:09.417Z] v3.1.0-dev.25 [2025-02-18T07:18:09.417Z] v3.1.0-dev.26 [2025-02-18T07:18:09.417Z] v3.1.0-dev.27 [2025-02-18T07:18:09.417Z] v3.1.0-dev.28 [2025-02-18T07:18:09.417Z] v3.1.0-dev.29 [2025-02-18T07:18:09.417Z] v3.1.0-dev.3 [2025-02-18T07:18:09.417Z] v3.1.0-dev.30 [2025-02-18T07:18:09.417Z] v3.1.0-dev.4 [2025-02-18T07:18:09.417Z] v3.1.0-dev.5 [2025-02-18T07:18:09.417Z] v3.1.0-dev.6 [2025-02-18T07:18:09.417Z] v3.1.0-dev.7 [2025-02-18T07:18:09.417Z] v3.1.0-dev.8 [2025-02-18T07:18:09.417Z] v3.1.0-dev.9 [2025-02-18T07:18:09.417Z] v3.1.1 [2025-02-18T07:18:09.417Z] v3.1.1-dev.1 [2025-02-18T07:18:09.417Z] v3.2.0-dev.1 [2025-02-18T07:18:09.417Z] v3.2.0-dev.10 [2025-02-18T07:18:09.417Z] v3.2.0-dev.11 [2025-02-18T07:18:09.417Z] v3.2.0-dev.12 [2025-02-18T07:18:09.417Z] v3.2.0-dev.13 [2025-02-18T07:18:09.417Z] v3.2.0-dev.14 [2025-02-18T07:18:09.417Z] v3.2.0-dev.15 [2025-02-18T07:18:09.417Z] v3.2.0-dev.16 [2025-02-18T07:18:09.417Z] v3.2.0-dev.17 [2025-02-18T07:18:09.417Z] v3.2.0-dev.18 [2025-02-18T07:18:09.417Z] v3.2.0-dev.19 [2025-02-18T07:18:09.417Z] v3.2.0-dev.2 [2025-02-18T07:18:09.417Z] v3.2.0-dev.20 [2025-02-18T07:18:09.417Z] v3.2.0-dev.21 [2025-02-18T07:18:09.417Z] v3.2.0-dev.22 [2025-02-18T07:18:09.417Z] v3.2.0-dev.23 [2025-02-18T07:18:09.417Z] v3.2.0-dev.24 [2025-02-18T07:18:09.417Z] v3.2.0-dev.25 [2025-02-18T07:18:09.417Z] v3.2.0-dev.26 [2025-02-18T07:18:09.417Z] v3.2.0-dev.27 [2025-02-18T07:18:09.417Z] v3.2.0-dev.28 [2025-02-18T07:18:09.417Z] v3.2.0-dev.3 [2025-02-18T07:18:09.417Z] v3.2.0-dev.4 [2025-02-18T07:18:09.417Z] v3.2.0-dev.5 [2025-02-18T07:18:09.417Z] v3.2.0-dev.6 [2025-02-18T07:18:09.417Z] v3.2.0-dev.7 [2025-02-18T07:18:09.417Z] v3.2.0-dev.8 [2025-02-18T07:18:09.417Z] v3.2.0-dev.9 [2025-02-18T07:18:09.417Z] v4.0.0-dev.1 [2025-02-18T07:18:09.417Z] v4.0.0-dev.10 [2025-02-18T07:18:09.417Z] v4.0.0-dev.11 [2025-02-18T07:18:09.417Z] v4.0.0-dev.12 [2025-02-18T07:18:09.417Z] v4.0.0-dev.13 [2025-02-18T07:18:09.417Z] v4.0.0-dev.14 [2025-02-18T07:18:09.417Z] v4.0.0-dev.15 [2025-02-18T07:18:09.417Z] v4.0.0-dev.2 [2025-02-18T07:18:09.417Z] v4.0.0-dev.3 [2025-02-18T07:18:09.417Z] v4.0.0-dev.4 [2025-02-18T07:18:09.417Z] v4.0.0-dev.5 [2025-02-18T07:18:09.417Z] v4.0.0-dev.6 [2025-02-18T07:18:09.417Z] v4.0.0-dev.7 [2025-02-18T07:18:09.417Z] v4.0.0-dev.8 [2025-02-18T07:18:09.417Z] v4.0.0-dev.9 [Pipeline] sh [2025-02-18T07:18:09.710Z] + lftools sign git-tag v4.0.0-dev.15 [2025-02-18T07:18:10.277Z] Signing Git tag with Sigul... [2025-02-18T07:18:10.277Z] Signing v4.0.0-dev.15 [Pipeline] echo [2025-02-18T07:18:10.549Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:10.840Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-02-18T07:18:10.847Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-02-18T07:18:10.871Z] $ docker stop --time=1 99f24ec58b5a1ed37f2566bbb2b882468143005e481551ff6f861b600a9ac4ef [2025-02-18T07:18:12.131Z] $ docker rm -f --volumes 99f24ec58b5a1ed37f2566bbb2b882468143005e481551ff6f861b600a9ac4ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-02-18T07:18:12.572Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T07:18:12.572Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:18:12.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:18:12.877Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:18:12.957Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:18:12.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-18T07:18:13.312Z] $ docker top b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T07:18:13.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T07:18:13.423Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T07:18:13.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T07:18:13.538Z] $ docker exec b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 ssh-agent [2025-02-18T07:18:13.652Z] SSH_AUTH_SOCK=/tmp/ssh-L7xAnxXioOPA/agent.32 [2025-02-18T07:18:13.652Z] SSH_AGENT_PID=38 [2025-02-18T07:18:13.655Z] Running ssh-add (command line suppressed) [2025-02-18T07:18:13.749Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14834255893240724000.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14834255893240724000.key) [2025-02-18T07:18:13.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T07:18:14.056Z] + git semver bump pre [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,224 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,224 [bump_version] DEBUG bumping version:4.0.0-dev.15 on axis:pre with prefix:dev [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,224 [bump_version] DEBUG bumped version:4.0.0-dev.16 [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,225 [write_version] DEBUG write version:4.0.0-dev.16 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,225 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,225 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,227 [execute] INFO git cat-file --batch-check [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,227 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,233 [execute] INFO git cat-file --batch [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,233 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T07:18:14.314Z] 2025-02-18 07:18:14,238 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:18:14.314Z] 4.0.0-dev.16 [Pipeline] } [2025-02-18T07:18:14.318Z] $ docker exec --env ******** --env ******** b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 ssh-agent -k [2025-02-18T07:18:14.405Z] unset SSH_AUTH_SOCK; [2025-02-18T07:18:14.405Z] unset SSH_AGENT_PID; [2025-02-18T07:18:14.405Z] echo Agent pid 38 killed; [2025-02-18T07:18:14.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T07:18:14.751Z] + git semver [Pipeline] } [2025-02-18T07:18:15.018Z] $ docker stop --time=1 b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 [2025-02-18T07:18:16.283Z] $ docker rm -f --volumes b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T07:18:16.641Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T07:18:16.641Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:18:16.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T07:18:16.939Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:18:17.014Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:18:17.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-18T07:18:17.352Z] $ docker top f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T07:18:17.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T07:18:17.450Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T07:18:17.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T07:18:17.556Z] $ docker exec f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 ssh-agent [2025-02-18T07:18:17.672Z] SSH_AUTH_SOCK=/tmp/ssh-cf6LoErerwbS/agent.32 [2025-02-18T07:18:17.673Z] SSH_AGENT_PID=39 [2025-02-18T07:18:17.677Z] Running ssh-add (command line suppressed) [2025-02-18T07:18:17.775Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9648738232989031989.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9648738232989031989.key) [2025-02-18T07:18:17.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T07:18:18.082Z] + git semver push [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,251 [run_push] DEBUG push [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,252 [execute] INFO git cat-file --batch-check [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,252 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,255 [execute] INFO git rev-list 3aeaa09a49297f9e92a4d44b95982ed206d0151d -- [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,256 [execute] DEBUG Popen(['git', 'rev-list', '3aeaa09a49297f9e92a4d44b95982ed206d0151d', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,265 [execute] INFO git fetch -v origin [2025-02-18T07:18:18.341Z] 2025-02-18 07:18:18,265 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-02-18T07:18:18.910Z] 2025-02-18 07:18:18,710 [run_push] DEBUG no remote changes detected [2025-02-18T07:18:18.910Z] 2025-02-18 07:18:18,710 [execute] INFO git push origin semver [2025-02-18T07:18:18.910Z] 2025-02-18 07:18:18,711 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-18T07:18:19.478Z] 2025-02-18 07:18:19,419 [run_push] DEBUG push all version tags [2025-02-18T07:18:19.478Z] 2025-02-18 07:18:19,420 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-02-18T07:18:19.478Z] 2025-02-18 07:18:19,420 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2025-02-18T07:18:20.048Z] 2025-02-18 07:18:19,983 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-02-18T07:18:20.048Z] 4.0.0-dev.16 [Pipeline] } [2025-02-18T07:18:20.054Z] $ docker exec --env ******** --env ******** f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 ssh-agent -k [2025-02-18T07:18:20.143Z] unset SSH_AUTH_SOCK; [2025-02-18T07:18:20.143Z] unset SSH_AGENT_PID; [2025-02-18T07:18:20.144Z] echo Agent pid 39 killed; [2025-02-18T07:18:20.158Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T07:18:20.482Z] + git semver [Pipeline] } [2025-02-18T07:18:20.748Z] $ docker stop --time=1 f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 [2025-02-18T07:18:22.028Z] $ docker rm -f --volumes f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 [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-02-18T07:18:22.691Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-02-18T07:18:22.691Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-02-18T07:18:22.691Z] total 16 [2025-02-18T07:18:22.691Z] drwxr-xr-x 3 root root 4096 Feb 18 07:06 . [2025-02-18T07:18:22.691Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 18 07:18 .. [2025-02-18T07:18:22.691Z] drwxr-xr-x 2 root root 4096 Feb 18 07:06 cost [2025-02-18T07:18:22.691Z] -rw-r--r-- 1 root root 89 Feb 18 07:06 cost.csv [2025-02-18T07:18:22.691Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-02-18T07:18:22.691Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-02-18T07:18:22.691Z] total 16 [2025-02-18T07:18:22.691Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 07:06 . [2025-02-18T07:18:22.691Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 18 07:18 .. [2025-02-18T07:18:22.691Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 18 07:06 cost [2025-02-18T07:18:22.691Z] -rw-r--r-- 1 jenkins jenkins 89 Feb 18 07:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:22.979Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:23.835Z] ---> package-listing.sh [2025-02-18T07:18:23.835Z] ++ facter osfamily [2025-02-18T07:18:23.835Z] ++ tr '[:upper:]' '[:lower:]' [2025-02-18T07:18:24.091Z] + OS_FAMILY=debian [2025-02-18T07:18:24.091Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-02-18T07:18:24.091Z] + START_PACKAGES=/tmp/packages_start.txt [2025-02-18T07:18:24.091Z] + END_PACKAGES=/tmp/packages_end.txt [2025-02-18T07:18:24.091Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-02-18T07:18:24.091Z] + PACKAGES=/tmp/packages_start.txt [2025-02-18T07:18:24.091Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-02-18T07:18:24.091Z] + PACKAGES=/tmp/packages_end.txt [2025-02-18T07:18:24.091Z] + case "${OS_FAMILY}" in [2025-02-18T07:18:24.091Z] + dpkg -l [2025-02-18T07:18:24.091Z] + grep '^ii' [2025-02-18T07:18:24.091Z] + '[' -f /tmp/packages_start.txt ']' [2025-02-18T07:18:24.091Z] + '[' -f /tmp/packages_end.txt ']' [2025-02-18T07:18:24.091Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-02-18T07:18:24.091Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-02-18T07:18:24.091Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-02-18T07:18:24.091Z] + 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-02-18T07:18:24.101Z] 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-02-18T07:18:24.376Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T07:18:24.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T07:18:24.934Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T07:18:25.012Z] prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container [2025-02-18T07:18:25.034Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-02-18T07:18:25.244Z] $ docker top dafd5515def2e67349adbdfc03d15147ba9554dfe9948dd952085231b5724288 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T07:18:25.587Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-02-18T07:18:25.870Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-02-18T07:18:26.152Z] + ls /var/log/sa-host [2025-02-18T07:18:26.152Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T07:18:26.395Z] provisioning config files... [2025-02-18T07:18:26.402Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1723912987399082987tmp [Pipeline] { [Pipeline] echo [2025-02-18T07:18:26.421Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:26.700Z] ---> create-netrc.sh [Pipeline] } [2025-02-18T07:18:26.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:27.044Z] ---> python-tools-install.sh [Pipeline] echo [2025-02-18T07:18:27.054Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:27.337Z] ---> sudo-logs.sh [2025-02-18T07:18:27.337Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-02-18T07:18:27.365Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:27.646Z] ---> job-cost.sh [2025-02-18T07:18:27.646Z] lf-activate-venv: SKIPPING [2025-02-18T07:18:27.646Z] DEBUG: total: 0.2199999988079071 [2025-02-18T07:18:27.646Z] INFO: Retrieving Stack Cost... [2025-02-18T07:18:27.905Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-18T07:18:28.470Z] INFO: Archiving Costs [Pipeline] echo [2025-02-18T07:18:28.483Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T07:18:28.761Z] ---> logs-deploy.sh [2025-02-18T07:18:28.761Z] lf-activate-venv: SKIPPING [2025-02-18T07:18:28.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/200 [2025-02-18T07:18:28.761Z] INFO: archiving workspace using pattern(s): [2025-02-18T07:18:29.693Z] Archives upload complete. [2025-02-18T07:18:29.693Z] INFO: archiving logs to Nexus