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 07:03:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:03:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:03:19 ========================================================= 07:03:19 EdgeX Global Pipelines Version Info 07:03:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:03:19 ------------------- 07:03:19 stable info: 07:03:19 ------------------- 07:03:19 Commited By: Cherry Wang cherry@iotechsys.com 07:03:19 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 07:03:19 Message: update stable to v1.0.269 07:03:20 ------------------- 07:03:20 experimental info: 07:03:20 ------------------- 07:03:20 Commited By: **** collab-it+edgex@linuxfoundation.org 07:03:20 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 07:03:20 Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:03:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16bf3bc [Pipeline] echo 07:03:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:03:21 provisioning config files... 07:03:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15930347099913434021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:03:21 ---> ****-login.sh 07:03:21 nexus3.edgexfoundry.org:10001 07:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:22 Configure a credential helper to remove this warning. See 07:03:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:22 07:03:22 Login Succeeded 07:03:22 nexus3.edgexfoundry.org:10002 07:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:22 Configure a credential helper to remove this warning. See 07:03:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:22 07:03:22 Login Succeeded 07:03:22 nexus3.edgexfoundry.org:10003 07:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:22 Configure a credential helper to remove this warning. See 07:03:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:22 07:03:22 Login Succeeded 07:03:22 nexus3.edgexfoundry.org:10004 07:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:22 Configure a credential helper to remove this warning. See 07:03:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:22 07:03:22 Login Succeeded 07:03:22 ****.io 07:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:22 Configure a credential helper to remove this warning. See 07:03:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:22 07:03:22 Login Succeeded 07:03:22 ---> ****-login.sh ends [Pipeline] } 07:03:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:03:23 + git rev-list -1 --merges 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec~1..16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo 07:03:23 -----------> git rev-list -1 --merges 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec~1..16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:03:23 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [false] [Pipeline] sh 07:03:23 + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo 07:03:23 ========================================================= 07:03:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:03:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:23 + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] echo 07:03:23 [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 07:03:23 [semverPrep] This is not a build commit. [Pipeline] sh 07:03:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:03:24 + grep -v github /etc/ssh/ssh_known_hosts 07:03:24 + [ -e /tmp/ssh_known_hosts ] 07:03:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:03:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:03:24 + sudo tee -a /etc/ssh/ssh_known_hosts 07:03:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:03:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:24 07:03:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:03:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:25 0.1.4: Pulling from edgex-devops/py-git-semver 07:03:25 b85a868b505f: Pulling fs layer 07:03:25 e2be974225ed: Pulling fs layer 07:03:25 339a4e72a1f5: Pulling fs layer 07:03:25 988bab9f4d93: Pulling fs layer 07:03:25 1469e6f7b9e6: Pulling fs layer 07:03:25 eaf3925da568: Pulling fs layer 07:03:25 bab4dde63d76: Pulling fs layer 07:03:25 bde34c3a00c8: Pulling fs layer 07:03:25 b352a97aabf1: Pulling fs layer 07:03:25 4872d77fe225: Pulling fs layer 07:03:25 5851b861e8e6: Pulling fs layer 07:03:25 988bab9f4d93: Waiting 07:03:25 1469e6f7b9e6: Waiting 07:03:25 bde34c3a00c8: Waiting 07:03:25 b352a97aabf1: Waiting 07:03:25 eaf3925da568: Waiting 07:03:25 bab4dde63d76: Waiting 07:03:25 4872d77fe225: Waiting 07:03:25 5851b861e8e6: Waiting 07:03:25 e2be974225ed: Verifying Checksum 07:03:25 e2be974225ed: Download complete 07:03:25 988bab9f4d93: Verifying Checksum 07:03:25 988bab9f4d93: Download complete 07:03:25 1469e6f7b9e6: Verifying Checksum 07:03:25 1469e6f7b9e6: Download complete 07:03:25 339a4e72a1f5: Verifying Checksum 07:03:25 339a4e72a1f5: Download complete 07:03:25 eaf3925da568: Verifying Checksum 07:03:25 eaf3925da568: Download complete 07:03:25 bde34c3a00c8: Download complete 07:03:25 b352a97aabf1: Verifying Checksum 07:03:25 b352a97aabf1: Download complete 07:03:25 4872d77fe225: Verifying Checksum 07:03:25 4872d77fe225: Download complete 07:03:25 5851b861e8e6: Verifying Checksum 07:03:25 5851b861e8e6: Download complete 07:03:25 b85a868b505f: Verifying Checksum 07:03:25 b85a868b505f: Download complete 07:03:25 bab4dde63d76: Verifying Checksum 07:03:25 bab4dde63d76: Download complete 07:03:26 b85a868b505f: Pull complete 07:03:26 e2be974225ed: Pull complete 07:03:27 339a4e72a1f5: Pull complete 07:03:27 988bab9f4d93: Pull complete 07:03:27 1469e6f7b9e6: Pull complete 07:03:27 eaf3925da568: Pull complete 07:03:29 bab4dde63d76: Pull complete 07:03:29 bde34c3a00c8: Pull complete 07:03:29 b352a97aabf1: Pull complete 07:03:29 4872d77fe225: Pull complete 07:03:29 5851b861e8e6: Pull complete 07:03:29 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:03:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:03:29 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:03:30 $ 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 07:03:32 $ docker top 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 -eo pid,comm 07:03:32 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). 07:03:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:32 [ssh-agent] Looking for ssh-agent implementation... 07:03:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:32 $ docker exec 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent 07:03:32 SSH_AUTH_SOCK=/tmp/ssh-uvMmOqkssp0o/agent.31 07:03:32 SSH_AGENT_PID=37 07:03:32 Running ssh-add (command line suppressed) 07:03:33 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) 07:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:33 + git tag --points-at HEAD [Pipeline] } 07:03:33 $ docker exec --env ******** --env ******** 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent -k 07:03:33 unset SSH_AUTH_SOCK; 07:03:33 unset SSH_AGENT_PID; 07:03:33 echo Agent pid 37 killed; 07:03:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:33 [ssh-agent] Looking for ssh-agent implementation... 07:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:33 $ docker exec 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent 07:03:33 SSH_AUTH_SOCK=/tmp/ssh-ctfcR05V6Rms/agent.70 07:03:33 SSH_AGENT_PID=76 07:03:33 Running ssh-add (command line suppressed) 07:03:33 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) 07:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:34 + git semver init 07:03:34 2025-02-18 07:03:34,391 [run_init] DEBUG init version:0.0.0 force:False 07:03:34 2025-02-18 07:03:34,392 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 07:03:34 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 07:03:34 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) 07:03:35 2025-02-18 07:03:35,761 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 07:03:35 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 07:03:35 2025-02-18 07:03:35,762 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:03:35 2025-02-18 07:03:35,762 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:03:35 4.0.0-dev.15 [Pipeline] } 07:03:35 $ docker exec --env ******** --env ******** 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 ssh-agent -k 07:03:35 unset SSH_AUTH_SOCK; 07:03:35 unset SSH_AGENT_PID; 07:03:35 echo Agent pid 76 killed; 07:03:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:36 + git semver [Pipeline] } 07:03:36 $ docker stop --time=1 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 07:03:37 $ docker rm -f --volumes 7b33b775d66e631ea06a5dda473a3e05c0675d1018cd16867a1d3d7cf783eda2 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:03:38 Stashed 1 file(s) [Pipeline] echo 07:03:38 [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 07:03:38 provisioning config files... 07:03:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8683147048788179597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:03:39 ---> ****-login.sh 07:03:39 nexus3.edgexfoundry.org:10001 07:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:39 Configure a credential helper to remove this warning. See 07:03:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:39 07:03:39 Login Succeeded 07:03:39 nexus3.edgexfoundry.org:10002 07:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:39 Configure a credential helper to remove this warning. See 07:03:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:39 07:03:39 Login Succeeded 07:03:39 nexus3.edgexfoundry.org:10003 07:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:39 Configure a credential helper to remove this warning. See 07:03:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:39 07:03:39 Login Succeeded 07:03:39 nexus3.edgexfoundry.org:10004 07:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:39 Configure a credential helper to remove this warning. See 07:03:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:39 07:03:39 Login Succeeded 07:03:39 ****.io 07:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:03:39 Configure a credential helper to remove this warning. See 07:03:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:03:39 07:03:39 Login Succeeded 07:03:39 ---> ****-login.sh ends [Pipeline] } 07:03:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:03:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:03:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:03:39 ========================================================= 07:03:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:03:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:03:40 + 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 . 07:03:40 Sending build context to Docker daemon 37.82MB 07:03:40 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 07:03:40 Step 2/12 : FROM ${BASE} AS builder 07:03:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:03:40 da9db072f522: Pulling fs layer 07:03:40 6ef4a4ee8ca5: Pulling fs layer 07:03:40 06f05ace1117: Pulling fs layer 07:03:40 5fe327b54edc: Pulling fs layer 07:03:40 5fe327b54edc: Waiting 07:03:40 4f4fb700ef54: Pulling fs layer 07:03:40 92a5565b7b96: Pulling fs layer 07:03:40 ff9bb7016b71: Pulling fs layer 07:03:40 b67dba6c2c7d: Pulling fs layer 07:03:40 a813b0c90790: Pulling fs layer 07:03:40 4f4fb700ef54: Waiting 07:03:40 92a5565b7b96: Waiting 07:03:40 b67dba6c2c7d: Waiting 07:03:40 ff9bb7016b71: Waiting 07:03:40 6ef4a4ee8ca5: Verifying Checksum 07:03:40 6ef4a4ee8ca5: Download complete 07:03:40 5fe327b54edc: Verifying Checksum 07:03:40 5fe327b54edc: Download complete 07:03:40 4f4fb700ef54: Verifying Checksum 07:03:40 4f4fb700ef54: Download complete 07:03:40 92a5565b7b96: Verifying Checksum 07:03:40 92a5565b7b96: Download complete 07:03:40 da9db072f522: Download complete 07:03:40 ff9bb7016b71: Verifying Checksum 07:03:40 ff9bb7016b71: Download complete 07:03:40 da9db072f522: Pull complete 07:03:40 a813b0c90790: Verifying Checksum 07:03:40 a813b0c90790: Download complete 07:03:40 6ef4a4ee8ca5: Pull complete 07:03:40 06f05ace1117: Verifying Checksum 07:03:40 06f05ace1117: Download complete 07:03:41 b67dba6c2c7d: Verifying Checksum 07:03:41 b67dba6c2c7d: Download complete 07:03:44 06f05ace1117: Pull complete 07:03:44 5fe327b54edc: Pull complete 07:03:44 4f4fb700ef54: Pull complete 07:03:44 92a5565b7b96: Pull complete 07:03:44 ff9bb7016b71: Pull complete 07:03:47 b67dba6c2c7d: Pull complete 07:03:47 a813b0c90790: Pull complete 07:03:47 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 07:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:03:47 ---> 3ba60ce46760 07:03:47 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:03:51 ---> Running in 0f562ae57b77 07:03:51 Removing intermediate container 0f562ae57b77 07:03:51 ---> 143f8cce3e05 07:03:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 07:03:51 ---> Running in ef293ec567ca 07:03:51 Removing intermediate container ef293ec567ca 07:03:51 ---> 595e7a8681be 07:03:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 07:03:51 ---> Running in e77251f94346 07:03:51 Removing intermediate container e77251f94346 07:03:51 ---> bd42fa0a7119 07:03:51 Step 6/12 : WORKDIR /device-virtual-go 07:03:51 ---> Running in 2cfdb9fd3b10 07:03:51 Removing intermediate container 2cfdb9fd3b10 07:03:51 ---> a5d9385c7a74 07:03:51 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:03:51 ---> Running in afd3c09f0d17 07:03:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:03:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:03:52 (1/4) Installing openssh-keygen (9.7_p1-r4) 07:03:52 (2/4) Installing libedit (20240517.3.1-r0) 07:03:52 (3/4) Installing openssh-client-common (9.7_p1-r4) 07:03:52 (4/4) Installing openssh-client-default (9.7_p1-r4) 07:03:52 Executing busybox-1.36.1-r29.trigger 07:03:52 OK: 252 MiB in 62 packages 07:03:53 Removing intermediate container afd3c09f0d17 07:03:53 ---> 946eee2ffe5a 07:03:53 Step 8/12 : COPY go.mod vendor* ./ 07:03:53 ---> e2d7ee1f049c 07:03:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:03:53 ---> Running in 58d39de43fe8 07:03:53 Still waiting to schedule task 07:03:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:04:49 Removing intermediate container 58d39de43fe8 07:04:49 ---> 6255cfc3bfa9 07:04:49 Step 10/12 : COPY . . 07:04:50 ---> 5166a491d323 07:04:50 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:04:50 ---> Running in f33c69d63fb6 07:04:50 Removing intermediate container f33c69d63fb6 07:04:50 ---> 5275c01c9944 07:04:50 Step 12/12 : RUN $MAKE 07:04:50 ---> Running in e768f1af0dd6 07:04:50 noop 07:04:50 Removing intermediate container e768f1af0dd6 07:04:50 ---> ecb4f1aff9a1 07:04:50 Successfully built ecb4f1aff9a1 07:04:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:50 + docker inspect -f . ci-base-image-x86_64 07:04:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:04:51 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:04:51 $ 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 07:04:51 $ docker top dbd97bc2742b5179b75d43a923c1174bf9f77dc1426823ab3cbb4a662eee1c90 -eo pid,comm [Pipeline] { [Pipeline] sh 07:04:51 + go version 07:04:51 go version go1.23.4 linux/amd64 [Pipeline] } 07:04:51 $ docker stop --time=1 dbd97bc2742b5179b75d43a923c1174bf9f77dc1426823ab3cbb4a662eee1c90 07:04:53 $ 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 07:04:53 + docker inspect -f . ci-base-image-x86_64 07:04:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:04:53 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:04:53 $ 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 07:04:54 $ docker top 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f -eo pid,comm [Pipeline] { [Pipeline] sh 07:04:54 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 07:04:54 + make test 07:04:54 go test ./... -coverprofile=coverage.out 07:04:56 ? github.com/edgexfoundry/device-virtual-go [no test files] 07:05:15 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 07:05:15 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 58.4% of statements 07:05:25 go vet ./... 07:05:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:05:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:05:30 ./bin/test-attribution-txt.sh [Pipeline] echo 07:05:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 07:05:30 $ docker stop --time=1 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f 07:05:35 $ docker rm -f --volumes 47abd519be7e8113990e2287f424099d6fe770e3de72ede421d37d5f49b5686f [Pipeline] // withDockerContainer [Pipeline] sh 07:05:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:05:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:05:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:05:36 + ls -al . 07:05:36 total 264 07:05:36 drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:04 . 07:05:36 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 07:03 .. 07:05:36 drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:05 .git 07:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 .github 07:05:36 -rw-rw-r-- 1 jenkins jenkins 272 Feb 18 07:03 .gitignore 07:05:36 -rw-rw-r-- 1 jenkins jenkins 199 Feb 18 07:03 .golangci.yml 07:05:36 drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 07:03 .semver 07:05:36 -rw-rw-r-- 1 jenkins jenkins 18321 Feb 18 07:03 Attribution.txt 07:05:36 -rw-rw-r-- 1 jenkins jenkins 15941 Feb 18 07:03 CHANGELOG.md 07:05:36 -rw-rw-r-- 1 jenkins jenkins 1755 Feb 18 07:03 Dockerfile 07:05:36 -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 07:03 GOVERNANCE.md 07:05:36 -rw-rw-r-- 1 jenkins jenkins 660 Feb 18 07:03 Jenkinsfile 07:05:36 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 07:03 LICENSE 07:05:36 -rw-rw-r-- 1 jenkins jenkins 2652 Feb 18 07:03 Makefile 07:05:36 -rw-rw-r-- 1 jenkins jenkins 623 Feb 18 07:03 OWNERS.md 07:05:36 -rw-rw-r-- 1 jenkins jenkins 4473 Feb 18 07:03 README.md 07:05:36 -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 07:03 VERSION 07:05:36 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 07:03 bin 07:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 cmd 07:05:36 -rw-r--r-- 1 jenkins jenkins 43316 Feb 18 07:05 coverage.out 07:05:36 -rw-rw-r-- 1 jenkins jenkins 6079 Feb 18 07:03 go.mod 07:05:36 -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 07:03 go.sum 07:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:03 internal 07:05:36 -rw-rw-r-- 1 jenkins jenkins 235 Feb 18 07:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:37 + 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 . 07:05:37 Sending build context to Docker daemon 37.86MB 07:05:37 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:05:37 Step 2/26 : FROM ${BASE} AS builder 07:05:37 ---> ecb4f1aff9a1 07:05:37 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:05:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-39161 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 07:05:38 Running in /w/workspace/device-virtual-go/200 [Pipeline] { [Pipeline] checkout 07:05:38 ---> Running in cb115f8638ea 07:05:38 Removing intermediate container cb115f8638ea 07:05:38 ---> 46e9ec624d25 07:05:38 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 07:05:38 ---> Running in 734fda219c33 07:05:38 Removing intermediate container 734fda219c33 07:05:38 ---> 9843928b0e9e 07:05:38 Step 5/26 : ARG ADD_BUILD_TAGS="" 07:05:38 ---> Running in d12bfe186377 07:05:38 Removing intermediate container d12bfe186377 07:05:38 ---> afd5938429de 07:05:38 Step 6/26 : WORKDIR /device-virtual-go 07:05:38 ---> Running in 50971d176144 07:05:38 Removing intermediate container 50971d176144 07:05:38 ---> b3842237f455 07:05:38 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:05:38 ---> Running in 368573d9d607 07:05:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:05:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:05:38 OK: 252 MiB in 62 packages 07:05:39 Removing intermediate container 368573d9d607 07:05:39 ---> ebaaf2b1067d 07:05:39 Step 8/26 : COPY go.mod vendor* ./ 07:05:39 ---> 45ed02ba799a 07:05:39 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:05:39 ---> Running in 57c30139a376 07:05:40 Removing intermediate container 57c30139a376 07:05:40 ---> dcbce6298910 07:05:40 Step 10/26 : COPY . . 07:05:40 ---> a4e04cec1810 07:05:40 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:05:40 ---> Running in 2fe43ebd55c9 07:05:40 Removing intermediate container 2fe43ebd55c9 07:05:40 ---> bfe1f3987fb8 07:05:40 Step 12/26 : RUN $MAKE 07:05:41 The recommended git tool is: git 07:05:41 ---> Running in 230fcf5b84ed 07:05:41 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 07:05:45 using credential edgex-jenkins-ssh 07:05:45 Cloning the remote Git repository 07:05:45 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 07:05:45 > git init /w/workspace/device-virtual-go/200 # timeout=10 07:05:46 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 07:05:46 > git --version # timeout=10 07:05:46 > git --version # 'git version 2.25.1' 07:05:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:49 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 07:05:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:50 Avoid second fetch 07:05:50 Checking out Revision 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec (main) 07:05:50 Commit message: "Merge pull request #520 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" 07:05:50 > git config core.sparsecheckout # timeout=10 07:05:50 > git checkout -f 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:05:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:05:55 % Total % Received % Xferd Average Speed Time Time Time Current 07:05:55 Dload Upload Total Spent Left Speed 07:05:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 112k 0 --:--:-- --:--:-- --:--:-- 113k [Pipeline] sh 07:05:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:05:56 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 07:05:56 /etc/docker/daemon.json 07:05:56 { 07:05:56 "registry-mirrors": [ 07:05:56 "https://nexus3.edgexfoundry.org:10001" 07:05:56 ], 07:05:56 "bip": "10.250.0.254/24", 07:05:56 "hosts": [ 07:05:56 "tcp://0.0.0.0:5555", 07:05:56 "unix:///var/run/docker.sock" 07:05:56 ], 07:05:56 "mtu": 1458, 07:05:56 "selinux-enabled": true, 07:05:56 "seccomp-profile": "/etc/docker/seccomp.json" 07:05:56 } [Pipeline] sh 07:05:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:05:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:06:15 provisioning config files... 07:06:15 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/200@tmp/config9070478709043061732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:15 ---> ****-login.sh 07:06:15 nexus3.edgexfoundry.org:10001 07:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:16 Configure a credential helper to remove this warning. See 07:06:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:16 07:06:16 Login Succeeded 07:06:16 nexus3.edgexfoundry.org:10002 07:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:16 Configure a credential helper to remove this warning. See 07:06:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:16 07:06:16 Login Succeeded 07:06:16 nexus3.edgexfoundry.org:10003 07:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:16 Configure a credential helper to remove this warning. See 07:06:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:16 07:06:16 Login Succeeded 07:06:16 nexus3.edgexfoundry.org:10004 07:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:17 Configure a credential helper to remove this warning. See 07:06:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:17 07:06:17 Login Succeeded 07:06:17 ****.io 07:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:17 Configure a credential helper to remove this warning. See 07:06:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:17 07:06:17 Login Succeeded 07:06:17 ---> ****-login.sh ends [Pipeline] } 07:06:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:06:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:06:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:06:18 ========================================================= 07:06:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:06:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:18 + 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 . 07:06:19 Sending build context to Docker daemon 19.09MB 07:06:19 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 07:06:19 Step 2/12 : FROM ${BASE} AS builder 07:06:19 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:06:19 9986a736f7d3: Pulling fs layer 07:06:19 1f018df60701: Pulling fs layer 07:06:19 39f8f326b044: Pulling fs layer 07:06:19 e6a1e7a6a96a: Pulling fs layer 07:06:19 4f4fb700ef54: Pulling fs layer 07:06:19 d45d956e0dbf: Pulling fs layer 07:06:19 d7702b0d1db1: Pulling fs layer 07:06:19 5c7f0f088c93: Pulling fs layer 07:06:19 4fdc064ae6cf: Pulling fs layer 07:06:19 e6a1e7a6a96a: Waiting 07:06:19 d45d956e0dbf: Waiting 07:06:19 4f4fb700ef54: Waiting 07:06:19 4fdc064ae6cf: Waiting 07:06:19 1f018df60701: Verifying Checksum 07:06:19 1f018df60701: Download complete 07:06:19 e6a1e7a6a96a: Verifying Checksum 07:06:19 e6a1e7a6a96a: Download complete 07:06:19 4f4fb700ef54: Verifying Checksum 07:06:19 4f4fb700ef54: Download complete 07:06:19 d45d956e0dbf: Verifying Checksum 07:06:19 d45d956e0dbf: Download complete 07:06:19 d7702b0d1db1: Download complete 07:06:19 9986a736f7d3: Verifying Checksum 07:06:19 9986a736f7d3: Download complete 07:06:19 4fdc064ae6cf: Verifying Checksum 07:06:19 4fdc064ae6cf: Download complete 07:06:20 Removing intermediate container 230fcf5b84ed 07:06:20 ---> bbdd1fd99dd3 07:06:20 Step 13/26 : FROM alpine:3.20 07:06:20 3.20: Pulling from library/alpine 07:06:20 0a9a5dfd008f: Pulling fs layer 07:06:20 0a9a5dfd008f: Verifying Checksum 07:06:20 0a9a5dfd008f: Download complete 07:06:20 0a9a5dfd008f: Pull complete 07:06:20 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:06:20 Status: Downloaded newer image for alpine:3.20 07:06:20 ---> ff221270b9fb 07:06:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 07:06:20 ---> Running in ded8f57af4ef 07:06:20 Removing intermediate container ded8f57af4ef 07:06:20 ---> ae968c29d6cf 07:06:20 Step 15/26 : RUN apk add --update --no-cache dumb-init 07:06:20 ---> Running in a52e70c79677 07:06:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:06:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:06:20 (1/1) Installing dumb-init (1.2.5-r3) 07:06:20 Executing busybox-1.36.1-r29.trigger 07:06:20 OK: 8 MiB in 15 packages 07:06:20 Removing intermediate container a52e70c79677 07:06:20 ---> c88c156467ed 07:06:20 Step 16/26 : RUN apk --no-cache upgrade 07:06:20 ---> Running in ea1d7f25ad52 07:06:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:06:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:06:20 OK: 8 MiB in 15 packages 07:06:20 Removing intermediate container ea1d7f25ad52 07:06:20 ---> b21147c6747f 07:06:20 Step 17/26 : WORKDIR / 07:06:20 ---> Running in d40aa3635262 07:06:20 Removing intermediate container d40aa3635262 07:06:20 ---> ea038dbf11d9 07:06:20 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 07:06:20 ---> b191ef86a8ad 07:06:20 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 07:06:20 ---> c80bff8e7ecc 07:06:20 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 07:06:20 ---> 8a1aed5574e7 07:06:20 Step 21/26 : EXPOSE 59900 07:06:20 ---> Running in e5ef09b0afb1 07:06:20 Removing intermediate container e5ef09b0afb1 07:06:20 ---> 4961a37f0cdd 07:06:20 Step 22/26 : ENTRYPOINT ["/device-virtual"] 07:06:20 ---> Running in 8cb6b2120ef0 07:06:20 Removing intermediate container 8cb6b2120ef0 07:06:20 ---> 040ad7fdf1af 07:06:20 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:06:20 ---> Running in bbe83636650a 07:06:20 Removing intermediate container bbe83636650a 07:06:20 ---> 173d3fe2f8bb 07:06:20 Step 24/26 : LABEL arch=amd64 07:06:20 ---> Running in a0fa21b5872a 07:06:20 Removing intermediate container a0fa21b5872a 07:06:20 ---> 0238d4641684 07:06:20 Step 25/26 : LABEL git_sha=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:06:20 ---> Running in 8ee3f015132f 07:06:20 Removing intermediate container 8ee3f015132f 07:06:20 ---> f04988a46c9b 07:06:20 Step 26/26 : LABEL version=4.0.0-dev.15 07:06:20 ---> Running in a3a3b278e0b0 07:06:20 Removing intermediate container a3a3b278e0b0 07:06:20 ---> 1b2588fd31d6 07:06:20 [Warning] One or more build-args [ARCH] were not consumed 07:06:20 Successfully built 1b2588fd31d6 07:06:20 Successfully tagged device-virtual:latest [Pipeline] } [2025-02-18T07:06:20.985Z] 39f8f326b044: Verifying Checksum 07:06:20 39f8f326b044: Download complete [Pipeline] // withEnv 07:06:20 9986a736f7d3: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:06:21 provisioning config files... 07:06:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3528674576457203538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:21 ---> ****-login.sh 07:06:21 nexus3.edgexfoundry.org:10001 07:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:21 Configure a credential helper to remove this warning. See 07:06:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:21 07:06:21 Login Succeeded 07:06:21 nexus3.edgexfoundry.org:10002 07:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:21 Configure a credential helper to remove this warning. See 07:06:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:21 07:06:21 Login Succeeded 07:06:21 nexus3.edgexfoundry.org:10003 07:06:21 1f018df60701: Pull complete 07:06:21 5c7f0f088c93: Verifying Checksum 07:06:21 5c7f0f088c93: Download complete 07:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:21 Configure a credential helper to remove this warning. See 07:06:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:21 07:06:21 Login Succeeded 07:06:21 nexus3.edgexfoundry.org:10004 07:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:21 Configure a credential helper to remove this warning. See 07:06:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:21 07:06:21 Login Succeeded 07:06:21 ****.io 07:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:06:21 Configure a credential helper to remove this warning. See 07:06:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:06:21 07:06:21 Login Succeeded 07:06:21 ---> ****-login.sh ends [Pipeline] } 07:06:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:06:22 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 07:06:22 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:06:22 latest 07:06:22 4.0.0-dev.15 07:06:22 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:06:22 main 07:06:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:22 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:22 + docker push nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:06:22 443c877b7a69: Preparing 07:06:22 c7f0ed96386d: Preparing 07:06:22 2787f9ab6b14: Preparing 07:06:22 7243285deafc: Preparing 07:06:22 13b759865bda: Preparing 07:06:22 994456c4fd7b: Preparing 07:06:22 994456c4fd7b: Waiting 07:06:22 2787f9ab6b14: Pushed 07:06:22 994456c4fd7b: Layer already exists 07:06:22 7243285deafc: Pushed 07:06:22 c7f0ed96386d: Pushed 07:06:22 13b759865bda: Pushed 07:06:26 443c877b7a69: Pushed 07:06:26 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:26 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:26 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 07:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:06:26 443c877b7a69: Preparing 07:06:26 c7f0ed96386d: Preparing 07:06:26 2787f9ab6b14: Preparing 07:06:26 7243285deafc: Preparing 07:06:26 13b759865bda: Preparing 07:06:26 994456c4fd7b: Preparing 07:06:26 443c877b7a69: Layer already exists 07:06:26 7243285deafc: Layer already exists 07:06:26 2787f9ab6b14: Layer already exists 07:06:26 c7f0ed96386d: Layer already exists 07:06:26 13b759865bda: Layer already exists 07:06:26 994456c4fd7b: Layer already exists 07:06:26 latest: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:27 + 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 07:06:27 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.0.0-dev.15 07:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:06:27 443c877b7a69: Preparing 07:06:27 c7f0ed96386d: Preparing 07:06:27 2787f9ab6b14: Preparing 07:06:27 7243285deafc: Preparing 07:06:27 13b759865bda: Preparing 07:06:27 994456c4fd7b: Preparing 07:06:27 994456c4fd7b: Waiting 07:06:27 7243285deafc: Layer already exists 07:06:27 443c877b7a69: Layer already exists 07:06:27 c7f0ed96386d: Layer already exists 07:06:27 13b759865bda: Layer already exists 07:06:27 2787f9ab6b14: Layer already exists 07:06:27 994456c4fd7b: Layer already exists 07:06:27 4.0.0-dev.15: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:27 + 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 07:06:27 + docker push nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:06:27 443c877b7a69: Preparing 07:06:27 c7f0ed96386d: Preparing 07:06:27 2787f9ab6b14: Preparing 07:06:27 7243285deafc: Preparing 07:06:27 13b759865bda: Preparing 07:06:27 994456c4fd7b: Preparing 07:06:27 994456c4fd7b: Waiting 07:06:27 443c877b7a69: Layer already exists 07:06:27 c7f0ed96386d: Layer already exists 07:06:27 13b759865bda: Layer already exists 07:06:27 2787f9ab6b14: Layer already exists 07:06:27 7243285deafc: Layer already exists 07:06:27 994456c4fd7b: Layer already exists 07:06:27 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 07:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:06:28 443c877b7a69: Preparing 07:06:28 c7f0ed96386d: Preparing 07:06:28 2787f9ab6b14: Preparing 07:06:28 7243285deafc: Preparing 07:06:28 13b759865bda: Preparing 07:06:28 994456c4fd7b: Preparing 07:06:28 994456c4fd7b: Waiting 07:06:28 2787f9ab6b14: Layer already exists 07:06:28 7243285deafc: Layer already exists 07:06:28 443c877b7a69: Layer already exists 07:06:28 c7f0ed96386d: Layer already exists 07:06:28 13b759865bda: Layer already exists 07:06:28 994456c4fd7b: Layer already exists 07:06:28 main: digest: sha256:43b1fefe6bcd0d45025a25834e6447c91c6e01deb17b59e1f0fc3349f536a482 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:28 ===================================================== [Pipeline] echo 07:06:28 taggedImages: 07:06:28 - nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:06:28 - nexus3.edgexfoundry.org:10004/device-virtual:latest 07:06:28 - nexus3.edgexfoundry.org:10004/device-virtual:4.0.0-dev.15 07:06:28 - nexus3.edgexfoundry.org:10004/device-virtual:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:06:28 - 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 07:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:06:29 07:06:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:06:29 latest: Pulling from edgex-lftools-log-publisher 07:06:29 5eb5b503b376: Pulling fs layer 07:06:29 5c69ac0246d0: Pulling fs layer 07:06:29 ec43610c2a17: Pulling fs layer 07:06:29 3a2ae6a8a46f: Pulling fs layer 07:06:29 33b1e0a273af: Pulling fs layer 07:06:29 5d3b04190fa2: Pulling fs layer 07:06:29 2f39f015ded8: Pulling fs layer 07:06:29 3a2ae6a8a46f: Waiting 07:06:29 33b1e0a273af: Waiting 07:06:29 5d3b04190fa2: Waiting 07:06:29 2f39f015ded8: Waiting 07:06:29 5c69ac0246d0: Download complete 07:06:29 3a2ae6a8a46f: Verifying Checksum 07:06:29 3a2ae6a8a46f: Download complete 07:06:29 33b1e0a273af: Verifying Checksum 07:06:29 33b1e0a273af: Download complete 07:06:29 5d3b04190fa2: Verifying Checksum 07:06:29 5d3b04190fa2: Download complete 07:06:29 ec43610c2a17: Verifying Checksum 07:06:29 ec43610c2a17: Download complete 07:06:29 5eb5b503b376: Verifying Checksum 07:06:29 5eb5b503b376: Download complete 07:06:30 2f39f015ded8: Download complete 07:06:30 5eb5b503b376: Pull complete 07:06:31 5c69ac0246d0: Pull complete 07:06:31 ec43610c2a17: Pull complete 07:06:31 3a2ae6a8a46f: Pull complete 07:06:31 33b1e0a273af: Pull complete 07:06:31 5d3b04190fa2: Pull complete 07:06:35 2f39f015ded8: Pull complete 07:06:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:06:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:06:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:06:35 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:06:35 $ 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 07:06:36 39f8f326b044: Pull complete 07:06:36 e6a1e7a6a96a: Pull complete 07:06:36 4f4fb700ef54: Pull complete 07:06:36 d45d956e0dbf: Pull complete 07:06:36 d7702b0d1db1: Pull complete 07:06:39 $ docker top 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:39 ---> job-cost.sh 07:06:39 lf-activate-venv: SKIPPING 07:06:39 INFO: No Stack... 07:06:40 INFO: Retrieving Pricing Info for: v3-standard-8 07:06:40 INFO: Archiving Costs [Pipeline] sh 07:06:40 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 07:06:40 + cut -d, -f6 [Pipeline] lock 07:06:40 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] 07:06:40 Resource [jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] did not exist. Created. 07:06:40 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:06:41 + echo total: 0.2199999988079071 [Pipeline] stash 07:06:41 Stashed 1 file(s) [Pipeline] } 07:06:41 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } 07:06:41 $ docker stop --time=1 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 07:06:42 $ docker rm -f --volumes 2b683982bcf04f3e09f31bfe22f51fd62503fe29fb3590a55bbc5daf68177590 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:06:44 5c7f0f088c93: Pull complete 07:06:45 4fdc064ae6cf: Pull complete 07:06:45 Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 07:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:06:45 ---> 63f30b955cb9 07:06:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:06:47 ---> Running in 4bf92a916a86 07:06:47 Removing intermediate container 4bf92a916a86 07:06:47 ---> 928fff4a28b0 07:06:47 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 07:06:47 ---> Running in 3d929b9f10af 07:06:48 Removing intermediate container 3d929b9f10af 07:06:48 ---> 8f6d0035e7cb 07:06:48 Step 5/12 : ARG ADD_BUILD_TAGS="" 07:06:48 ---> Running in c67065e37da7 07:06:48 Removing intermediate container c67065e37da7 07:06:48 ---> e76f0aac7ffc 07:06:48 Step 6/12 : WORKDIR /device-virtual-go 07:06:48 ---> Running in 20e9f9f12959 07:06:48 Removing intermediate container 20e9f9f12959 07:06:48 ---> 424659e7b575 07:06:48 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:06:48 ---> Running in 0373ebbc08c5 07:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:06:51 (1/4) Installing openssh-keygen (9.7_p1-r4) 07:06:51 (2/4) Installing libedit (20240517.3.1-r0) 07:06:51 (3/4) Installing openssh-client-common (9.7_p1-r4) 07:06:51 (4/4) Installing openssh-client-default (9.7_p1-r4) 07:06:51 Executing busybox-1.36.1-r29.trigger 07:06:51 OK: 244 MiB in 62 packages 07:06:52 Removing intermediate container 0373ebbc08c5 07:06:52 ---> d10eb739cf32 07:06:52 Step 8/12 : COPY go.mod vendor* ./ 07:06:53 ---> fa02e0f470d8 07:06:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:53 ---> Running in 802f90f8833d 07:08:45 Removing intermediate container 802f90f8833d 07:08:45 ---> e9b67471db57 07:08:45 Step 10/12 : COPY . . 07:08:45 ---> 3c7a51a64b46 07:08:45 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:08:45 ---> Running in 41767e9f9525 07:08:45 Removing intermediate container 41767e9f9525 07:08:45 ---> 827ddba140e8 07:08:45 Step 12/12 : RUN $MAKE 07:08:45 ---> Running in 318046214e65 07:08:45 noop 07:08:45 Removing intermediate container 318046214e65 07:08:45 ---> 32982a64a34e 07:08:45 Successfully built 32982a64a34e 07:08:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:45 + docker inspect -f . ci-base-image-arm64 07:08:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:45 prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container 07:08:45 $ 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 07:08:46 $ docker top 37a298250f7db5ed9bc8bcdda5e208c1e1ad3daf2966f68fa9d3fdf4ebc4c471 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:47 + go version 07:08:47 go version go1.23.4 linux/arm64 [Pipeline] } 07:08:47 $ docker stop --time=1 37a298250f7db5ed9bc8bcdda5e208c1e1ad3daf2966f68fa9d3fdf4ebc4c471 07:08:49 $ 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 07:08:50 + docker inspect -f . ci-base-image-arm64 07:08:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:50 prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container 07:08:50 $ 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 07:08:52 $ docker top 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:52 + git config --global --add safe.directory /w/workspace/device-virtual-go/200 [Pipeline] fileExists [Pipeline] sh 07:08:53 + make test 07:08:53 go test ./... -coverprofile=coverage.out 07:08:59 ? github.com/edgexfoundry/device-virtual-go [no test files] 07:12:05 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 07:12:05 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.062s coverage: 58.3% of statements 07:12:05 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:12:05 go vet ./... 07:12:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:12:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:12:52 ./bin/test-attribution-txt.sh [Pipeline] echo 07:12:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 07:12:52 $ docker stop --time=1 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc 07:12:54 $ docker rm -f --volumes 05453965c9d1d15b4cf437d831872f478aa71d277115e768d449dff5590381bc [Pipeline] // withDockerContainer [Pipeline] sh 07:12:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:12:56 Warning: overwriting stash ‘coverage-report’ 07:12:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:12:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:12:57 + ls -al . 07:12:57 total 260 07:12:57 drwxrwxr-x 7 jenkins jenkins 4096 Feb 18 07:08 . 07:12:57 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 07:05 .. 07:12:57 drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 07:05 .git 07:12:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 .github 07:12:57 -rw-rw-r-- 1 jenkins jenkins 272 Feb 18 07:05 .gitignore 07:12:57 -rw-rw-r-- 1 jenkins jenkins 199 Feb 18 07:05 .golangci.yml 07:12:57 -rw-rw-r-- 1 jenkins jenkins 18321 Feb 18 07:05 Attribution.txt 07:12:57 -rw-rw-r-- 1 jenkins jenkins 15941 Feb 18 07:05 CHANGELOG.md 07:12:57 -rw-rw-r-- 1 jenkins jenkins 1755 Feb 18 07:05 Dockerfile 07:12:57 -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 07:05 GOVERNANCE.md 07:12:57 -rw-rw-r-- 1 jenkins jenkins 660 Feb 18 07:05 Jenkinsfile 07:12:57 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 07:05 LICENSE 07:12:57 -rw-rw-r-- 1 jenkins jenkins 2652 Feb 18 07:05 Makefile 07:12:57 -rw-rw-r-- 1 jenkins jenkins 623 Feb 18 07:05 OWNERS.md 07:12:57 -rw-rw-r-- 1 jenkins jenkins 4473 Feb 18 07:05 README.md 07:12:57 -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 07:03 VERSION 07:12:57 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 07:05 bin 07:12:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 cmd 07:12:57 -rw-r--r-- 1 jenkins jenkins 43316 Feb 18 07:11 coverage.out 07:12:57 -rw-rw-r-- 1 jenkins jenkins 6079 Feb 18 07:05 go.mod 07:12:57 -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 07:05 go.sum 07:12:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 07:05 internal 07:12:57 -rw-rw-r-- 1 jenkins jenkins 235 Feb 18 07:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:57 + 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 . 07:12:58 Sending build context to Docker daemon 19.14MB 07:12:58 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:12:58 Step 2/26 : FROM ${BASE} AS builder 07:12:58 ---> 32982a64a34e 07:12:58 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:12:58 ---> Running in 46807f8d65a7 07:12:58 Removing intermediate container 46807f8d65a7 07:12:58 ---> 8060db770f35 07:12:58 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 07:12:58 ---> Running in f2ca75cd811c 07:12:59 Removing intermediate container f2ca75cd811c 07:12:59 ---> 3f8f6480e4b1 07:12:59 Step 5/26 : ARG ADD_BUILD_TAGS="" 07:12:59 ---> Running in 7c2e569e40af 07:12:59 Removing intermediate container 7c2e569e40af 07:12:59 ---> 413486f74c97 07:12:59 Step 6/26 : WORKDIR /device-virtual-go 07:12:59 ---> Running in 654aaf2b5432 07:12:59 Removing intermediate container 654aaf2b5432 07:12:59 ---> 58de45833d10 07:12:59 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:12:59 ---> Running in 4aefd9d16606 07:13:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:13:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:13:02 OK: 244 MiB in 62 packages 07:13:03 Removing intermediate container 4aefd9d16606 07:13:03 ---> 175cf670a4e2 07:13:03 Step 8/26 : COPY go.mod vendor* ./ 07:13:03 ---> 06b01012f1d6 07:13:03 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:13:03 ---> Running in b36558f7a18d 07:13:06 Removing intermediate container b36558f7a18d 07:13:06 ---> 14f0ef2f1c30 07:13:06 Step 10/26 : COPY . . 07:13:07 ---> 44b884fa6332 07:13:07 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:13:07 ---> Running in ca56a8480715 07:13:07 Removing intermediate container ca56a8480715 07:13:07 ---> b6428d599ab2 07:13:07 Step 12/26 : RUN $MAKE 07:13:08 ---> Running in 6c5b913ebe3d 07:13:09 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 07:16:15 Removing intermediate container 6c5b913ebe3d 07:16:15 ---> ce62794bb001 07:16:15 Step 13/26 : FROM alpine:3.20 07:16:15 3.20: Pulling from library/alpine 07:16:15 94e9d8af2201: Pulling fs layer 07:16:15 94e9d8af2201: Verifying Checksum 07:16:15 94e9d8af2201: Download complete 07:16:16 94e9d8af2201: Pull complete 07:16:16 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:16:16 Status: Downloaded newer image for alpine:3.20 07:16:16 ---> 7aab056cecc6 07:16:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 07:16:16 ---> Running in a47a5f3d1498 07:16:16 Removing intermediate container a47a5f3d1498 07:16:16 ---> 4a44830dba63 07:16:16 Step 15/26 : RUN apk add --update --no-cache dumb-init 07:16:16 ---> Running in bbe68ece118d 07:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:16:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:16:19 (1/1) Installing dumb-init (1.2.5-r3) 07:16:19 Executing busybox-1.36.1-r29.trigger 07:16:19 OK: 9 MiB in 15 packages 07:16:20 Removing intermediate container bbe68ece118d 07:16:20 ---> cff79ace428e 07:16:20 Step 16/26 : RUN apk --no-cache upgrade 07:16:20 ---> Running in 63ccbbc5fc7f 07:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:16:23 OK: 9 MiB in 15 packages 07:16:23 Removing intermediate container 63ccbbc5fc7f 07:16:23 ---> bbf38eee8d7d 07:16:23 Step 17/26 : WORKDIR / 07:16:23 ---> Running in 196300b73e83 07:16:23 Removing intermediate container 196300b73e83 07:16:23 ---> bef72f306fb0 07:16:23 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 07:16:24 ---> 24a73ff5a82d 07:16:24 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 07:16:25 ---> 5c526e60c751 07:16:25 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 07:16:26 ---> 6b986c3e14eb 07:16:26 Step 21/26 : EXPOSE 59900 07:16:26 ---> Running in c3ed740bd21a 07:16:27 Removing intermediate container c3ed740bd21a 07:16:27 ---> 801503024945 07:16:27 Step 22/26 : ENTRYPOINT ["/device-virtual"] 07:16:27 ---> Running in 74fe4239f30b 07:16:27 Removing intermediate container 74fe4239f30b 07:16:27 ---> 9f96f950d572 07:16:27 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:16:27 ---> Running in ebb82f8564c5 07:16:27 Removing intermediate container ebb82f8564c5 07:16:27 ---> 1d151f6e82db 07:16:27 Step 24/26 : LABEL arch=arm64 07:16:27 ---> Running in 6ce5db157fdc 07:16:28 Removing intermediate container 6ce5db157fdc 07:16:28 ---> d4fb4f64a634 07:16:28 Step 25/26 : LABEL git_sha=16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:16:28 ---> Running in b49a29897d72 07:16:28 Removing intermediate container b49a29897d72 07:16:28 ---> 98706c68a90d 07:16:28 Step 26/26 : LABEL version=4.0.0-dev.15 07:16:28 ---> Running in 9b31a0830e19 07:16:28 Removing intermediate container 9b31a0830e19 07:16:28 ---> 78b4260328f5 07:16:28 [Warning] One or more build-args [ARCH] were not consumed 07:16:28 Successfully built 78b4260328f5 07:16:28 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 07:16:28 provisioning config files... 07:16:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/200@tmp/config16254776395138799877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:16:29 ---> ****-login.sh 07:16:29 nexus3.edgexfoundry.org:10001 07:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:16:29 Configure a credential helper to remove this warning. See 07:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:16:29 07:16:29 Login Succeeded 07:16:29 nexus3.edgexfoundry.org:10002 07:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:16:29 Configure a credential helper to remove this warning. See 07:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:16:29 07:16:29 Login Succeeded 07:16:29 nexus3.edgexfoundry.org:10003 07:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:16:29 Configure a credential helper to remove this warning. See 07:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:16:29 07:16:29 Login Succeeded 07:16:29 nexus3.edgexfoundry.org:10004 07:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:16:30 Configure a credential helper to remove this warning. See 07:16:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:16:30 07:16:30 Login Succeeded 07:16:30 ****.io 07:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:16:30 Configure a credential helper to remove this warning. See 07:16:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:16:30 07:16:30 Login Succeeded 07:16:30 ---> ****-login.sh ends [Pipeline] } 07:16:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:16:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:16:30 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 07:16:30 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:16:30 latest 07:16:30 4.0.0-dev.15 07:16:30 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:16:30 main 07:16:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:31 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:16:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:16:31 8f0dace19a2a: Preparing 07:16:31 4e45a8d4761f: Preparing 07:16:31 577149f28d72: Preparing 07:16:31 4f183c4cd396: Preparing 07:16:31 5666fbb196c9: Preparing 07:16:31 dd9c8f8612c8: Preparing 07:16:31 dd9c8f8612c8: Waiting 07:16:31 577149f28d72: Pushed 07:16:31 4e45a8d4761f: Pushed 07:16:31 5666fbb196c9: Pushed 07:16:31 4f183c4cd396: Pushed 07:16:31 dd9c8f8612c8: Layer already exists 07:16:38 8f0dace19a2a: Pushed 07:16:38 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:16:39 8f0dace19a2a: Preparing 07:16:39 4e45a8d4761f: Preparing 07:16:39 577149f28d72: Preparing 07:16:39 4f183c4cd396: Preparing 07:16:39 5666fbb196c9: Preparing 07:16:39 dd9c8f8612c8: Preparing 07:16:39 dd9c8f8612c8: Waiting 07:16:39 8f0dace19a2a: Layer already exists 07:16:39 5666fbb196c9: Layer already exists 07:16:39 4f183c4cd396: Layer already exists 07:16:39 577149f28d72: Layer already exists 07:16:39 4e45a8d4761f: Layer already exists 07:16:39 dd9c8f8612c8: Layer already exists 07:16:39 latest: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:39 + 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 07:16:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.0.0-dev.15 07:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:16:40 8f0dace19a2a: Preparing 07:16:40 4e45a8d4761f: Preparing 07:16:40 577149f28d72: Preparing 07:16:40 4f183c4cd396: Preparing 07:16:40 5666fbb196c9: Preparing 07:16:40 dd9c8f8612c8: Preparing 07:16:40 4f183c4cd396: Layer already exists 07:16:40 4e45a8d4761f: Layer already exists 07:16:40 577149f28d72: Layer already exists 07:16:40 5666fbb196c9: Layer already exists 07:16:40 8f0dace19a2a: Layer already exists 07:16:40 dd9c8f8612c8: Layer already exists 07:16:40 4.0.0-dev.15: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:40 + 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 07:16:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:16:40 8f0dace19a2a: Preparing 07:16:40 4e45a8d4761f: Preparing 07:16:40 577149f28d72: Preparing 07:16:40 4f183c4cd396: Preparing 07:16:40 5666fbb196c9: Preparing 07:16:40 dd9c8f8612c8: Preparing 07:16:40 dd9c8f8612c8: Waiting 07:16:40 4e45a8d4761f: Layer already exists 07:16:40 8f0dace19a2a: Layer already exists 07:16:40 4f183c4cd396: Layer already exists 07:16:40 577149f28d72: Layer already exists 07:16:40 5666fbb196c9: Layer already exists 07:16:40 dd9c8f8612c8: Layer already exists 07:16:40 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:41 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 07:16:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:16:41 8f0dace19a2a: Preparing 07:16:41 4e45a8d4761f: Preparing 07:16:41 577149f28d72: Preparing 07:16:41 4f183c4cd396: Preparing 07:16:41 5666fbb196c9: Preparing 07:16:41 dd9c8f8612c8: Preparing 07:16:41 dd9c8f8612c8: Waiting 07:16:41 5666fbb196c9: Layer already exists 07:16:41 8f0dace19a2a: Layer already exists 07:16:41 4f183c4cd396: Layer already exists 07:16:41 577149f28d72: Layer already exists 07:16:41 4e45a8d4761f: Layer already exists 07:16:41 dd9c8f8612c8: Layer already exists 07:16:41 main: digest: sha256:b4c9a411d74bfdf3aab02479de3481df4407d9c1a96794bdfd1731eb3724bda8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:16:42 ===================================================== [Pipeline] echo 07:16:42 taggedImages: 07:16:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec 07:16:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:16:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.0.0-dev.15 07:16:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec-4.0.0-dev.15 07:16:42 - 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 07:16:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:16:42 07:16:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:16:42 arm64: Pulling from edgex-lftools-log-publisher 07:16:42 8998bd30e6a1: Pulling fs layer 07:16:42 04944245beec: Pulling fs layer 07:16:42 699f458cf7ca: Pulling fs layer 07:16:42 765212b225bb: Pulling fs layer 07:16:42 f23df028b6ca: Pulling fs layer 07:16:42 d65c8cfc05b1: Pulling fs layer 07:16:42 2437ff75d9bd: Pulling fs layer 07:16:42 f23df028b6ca: Waiting 07:16:42 d65c8cfc05b1: Waiting 07:16:42 2437ff75d9bd: Waiting 07:16:42 765212b225bb: Waiting 07:16:43 04944245beec: Verifying Checksum 07:16:43 04944245beec: Download complete 07:16:43 765212b225bb: Verifying Checksum 07:16:43 765212b225bb: Download complete 07:16:43 f23df028b6ca: Verifying Checksum 07:16:43 f23df028b6ca: Download complete 07:16:43 d65c8cfc05b1: Verifying Checksum 07:16:43 d65c8cfc05b1: Download complete 07:16:43 699f458cf7ca: Verifying Checksum 07:16:43 699f458cf7ca: Download complete 07:16:43 8998bd30e6a1: Verifying Checksum 07:16:43 8998bd30e6a1: Download complete 07:16:46 2437ff75d9bd: Verifying Checksum 07:16:46 2437ff75d9bd: Download complete 07:16:48 8998bd30e6a1: Pull complete 07:16:48 04944245beec: Pull complete 07:16:50 699f458cf7ca: Pull complete 07:16:50 765212b225bb: Pull complete 07:16:51 f23df028b6ca: Pull complete 07:16:51 d65c8cfc05b1: Pull complete 07:17:09 2437ff75d9bd: Pull complete 07:17:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:17:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:17:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:17:09 prd-ubuntu20.04-docker-arm64-4c-16g-39161 does not seem to be running inside a container 07:17:09 $ 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 07:17:12 $ docker top 80197d6f54ceca0afe578ee4a740b07df4db94c9c14f872013969eb978c2d4e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:17:13 ---> job-cost.sh 07:17:13 lf-activate-venv: SKIPPING 07:17:13 INFO: No Stack... 07:17:13 INFO: Retrieving Pricing Info for: v3-standard-4 07:17:14 INFO: Archiving Costs [Pipeline] sh 07:17:15 + cat /w/workspace/device-virtual-go/200/archives/cost.csv 07:17:15 + cut -d, -f6 [Pipeline] lock 07:17:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] 07:17:15 Resource [jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] did not exist. Created. 07:17:15 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:17:15 /w/workspace/device-virtual-go/200@tmp/durable-6520f9be/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:17:16 + echo total: 0.10999999940395355 [Pipeline] stash 07:17:16 Warning: overwriting stash ‘stack-cost’ 07:17:16 Stashed 1 file(s) [Pipeline] } 07:17:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } 07:17:16 $ docker stop --time=1 80197d6f54ceca0afe578ee4a740b07df4db94c9c14f872013969eb978c2d4e8 07:17:17 $ 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 07:17:18 provisioning config files... 07:17:18 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12128975951632912181tmp [Pipeline] { [Pipeline] sh 07:17:18 + set +x 07:17:18 + curl -s https://codecov.io/bash 07:17:18 + bash -s -- 07:17:18 07:17:18 _____ _ 07:17:18 / ____| | | 07:17:18 | | ___ __| | ___ ___ _____ __ 07:17:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:17:18 | |___| (_) | (_| | __/ (_| (_) \ V / 07:17:18 \_____\___/ \__,_|\___|\___\___/ \_/ 07:17:18 Bash-1.0.6 07:17:18 07:17:18 07:17:18 ==> git version 2.25.1 found 07:17:18 ==> 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 07:17:18 Release-Date: 2020-01-08 07:17:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:17:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:17:18 ==> Jenkins CI detected. 07:17:18 current dir:  /w/workspace/exfoundry_device-virtual-go_main 07:17:18 project root: . 07:17:18 --> token set from env 07:17:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:17:18 ==> Running gcov in . (disable via -X gcov) 07:17:18 ==> Python coveragepy not found 07:17:18 ==> Searching for coverage reports in: 07:17:18 + . 07:17:18 -> Found 1 reports 07:17:18 ==> Detecting git/mercurial file structure 07:17:18 ==> Reading reports 07:17:18 + ./coverage.out bytes=43316 07:17:18 ==> Appending adjustments 07:17:18 https://docs.codecov.io/docs/fixing-reports 07:17:18 + Found adjustments 07:17:18 ==> Gzipping contents 07:17:18 8.0K /tmp/codecov.XndOB6.gz 07:17:18 ==> Uploading reports 07:17:18 url: https://codecov.io 07:17:18 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= 07:17:18 -> Pinging Codecov 07:17:18 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= 07:17:19 -> Uploading to 07:17:19 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 07:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:17:19 Dload Upload Total Spent Left Speed 07:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 31898 --:--:-- --:--:-- --:--:-- 31898 07:17:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] } 07:17:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:17:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:17:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:17:19 07:17:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:17:20 latest: Pulling from edgex-devops/edgex-snyk-go 07:17:20 43c4264eed91: Pulling fs layer 07:17:20 4cc291be95ef: Pulling fs layer 07:17:20 2ac1f1163629: Pulling fs layer 07:17:20 5c3c966382ef: Pulling fs layer 07:17:20 4f4fb700ef54: Pulling fs layer 07:17:20 d9c7d2e4e75e: Pulling fs layer 07:17:20 9c3e1370e548: Pulling fs layer 07:17:20 5c3c966382ef: Waiting 07:17:20 4f4fb700ef54: Waiting 07:17:20 d9c7d2e4e75e: Waiting 07:17:20 9c3e1370e548: Waiting 07:17:20 4cc291be95ef: Verifying Checksum 07:17:20 4cc291be95ef: Download complete 07:17:20 5c3c966382ef: Verifying Checksum 07:17:20 5c3c966382ef: Download complete 07:17:20 4f4fb700ef54: Verifying Checksum 07:17:20 4f4fb700ef54: Download complete 07:17:20 43c4264eed91: Download complete 07:17:20 43c4264eed91: Pull complete 07:17:20 d9c7d2e4e75e: Verifying Checksum 07:17:20 d9c7d2e4e75e: Download complete 07:17:20 4cc291be95ef: Pull complete 07:17:20 2ac1f1163629: Verifying Checksum 07:17:20 2ac1f1163629: Download complete 07:17:21 9c3e1370e548: Verifying Checksum 07:17:21 9c3e1370e548: Download complete 07:17:24 2ac1f1163629: Pull complete 07:17:24 5c3c966382ef: Pull complete 07:17:24 4f4fb700ef54: Pull complete 07:17:24 d9c7d2e4e75e: Pull complete 07:17:27 9c3e1370e548: Pull complete 07:17:27 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:17:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:17:27 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:17:27 $ 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 07:17:33 $ docker top 8165c39f3061071c9490a65e9677766f38c8c398df9190cef37122add7caf2c2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:33 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 07:17:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 07:17:33 + set -o pipefail 07:17:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 07:17:40 07:17:40 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 07:17:40 07:17:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/11aef7ad-7d32-4131-9627-678cebfe508e 07:17:40 07:17:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:17:40 07:17:40 07:17:40 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 07:17:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:17:40 $ docker stop --time=1 8165c39f3061071c9490a65e9677766f38c8c398df9190cef37122add7caf2c2 07:17:46 $ 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 07:17:47 + git log --format=format:%s -1 16bf3bc47e8e77bc45f68a4fd994df1c4aa75aec [Pipeline] sh 07:17:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:17:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:17:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:17:48 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:17:48 $ 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 07:17:48 $ docker top 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:17:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:17:48 [ssh-agent] Looking for ssh-agent implementation... 07:17:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:17:49 $ docker exec 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 ssh-agent 07:17:49 SSH_AUTH_SOCK=/tmp/ssh-Pogw53frKU54/agent.31 07:17:49 SSH_AGENT_PID=37 07:17:49 Running ssh-add (command line suppressed) 07:17:49 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) 07:17:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:17:49 + git semver tag 07:17:49 2025-02-18 07:17:49,793 [run_tag] DEBUG tag force:False 07:17:49 2025-02-18 07:17:49,793 [check_head_tag] DEBUG check head tag 07:17:49 2025-02-18 07:17:49,795 [execute] INFO git cat-file --batch-check 07:17:49 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=) 07:17:49 2025-02-18 07:17:49,799 [execute] INFO git cat-file --batch 07:17:49 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=) 07:17:49 2025-02-18 07:17:49,823 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:17:49 2025-02-18 07:17:49,823 [execute] INFO git tag -a v4.0.0-dev.15 -m v4.0.0-dev.15 07:17:49 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) 07:17:49 2025-02-18 07:17:49,830 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:17:49 4.0.0-dev.15 [Pipeline] } 07:17:50 $ docker exec --env ******** --env ******** 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 ssh-agent -k 07:17:50 unset SSH_AUTH_SOCK; 07:17:50 unset SSH_AGENT_PID; 07:17:50 echo Agent pid 37 killed; 07:17:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:17:50 + git semver [Pipeline] } 07:17:50 $ docker stop --time=1 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 07:17:52 $ docker rm -f --volumes 699a242d83e850097ac31129d0b83548199ac5984b32e215e6a74461e77cea44 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:17:52 07:17:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:17:52 0.23.1-centos7: Pulling from edgex-lftools 07:17:52 ab5ef0e58194: Pulling fs layer 07:17:52 9712f1f96733: Pulling fs layer 07:17:52 63f879dbbcfc: Pulling fs layer 07:17:52 0d9ebad4ef96: Pulling fs layer 07:17:52 e9a5061849ea: Pulling fs layer 07:17:52 d747dcd14b5f: Pulling fs layer 07:17:52 2de7ff778b66: Pulling fs layer 07:17:52 0d9ebad4ef96: Waiting 07:17:52 e9a5061849ea: Waiting 07:17:52 d747dcd14b5f: Waiting 07:17:52 2de7ff778b66: Waiting 07:17:52 9712f1f96733: Verifying Checksum 07:17:52 9712f1f96733: Download complete 07:17:53 63f879dbbcfc: Verifying Checksum 07:17:53 63f879dbbcfc: Download complete 07:17:53 e9a5061849ea: Verifying Checksum 07:17:53 e9a5061849ea: Download complete 07:17:53 d747dcd14b5f: Verifying Checksum 07:17:53 d747dcd14b5f: Download complete 07:17:53 0d9ebad4ef96: Verifying Checksum 07:17:53 0d9ebad4ef96: Download complete 07:17:53 2de7ff778b66: Verifying Checksum 07:17:53 2de7ff778b66: Download complete 07:17:53 ab5ef0e58194: Verifying Checksum 07:17:53 ab5ef0e58194: Download complete 07:17:56 ab5ef0e58194: Pull complete 07:17:56 9712f1f96733: Pull complete 07:17:56 63f879dbbcfc: Pull complete 07:18:00 0d9ebad4ef96: Pull complete 07:18:00 e9a5061849ea: Pull complete 07:18:00 d747dcd14b5f: Pull complete 07:18:01 2de7ff778b66: Pull complete 07:18:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:18:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:18:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:01 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:18:01 $ 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 07:18:07 $ docker top 99f24ec58b5a1ed37f2566bbb2b882468143005e481551ff6f861b600a9ac4ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:18:07 provisioning config files... 07:18:07 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11033441037263890109tmp 07:18:07 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15976201496481344248tmp 07:18:07 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8148560113537943232tmp [Pipeline] { [Pipeline] echo 07:18:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:18:08 ---> sigul-configuration.sh 07:18:08 gpg: directory `/root/.gnupg' created 07:18:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:18:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:18:08 gpg: keyring `/root/.gnupg/secring.gpg' created 07:18:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:18:08 gpg: CAST5 encrypted data 07:18:08 gpg: encrypted with 1 passphrase 07:18:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:18:08 + mkdir /home/jenkins 07:18:08 + mkdir /home/jenkins/sigul [Pipeline] sh 07:18:08 + 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 07:18:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:18:09 ---> sigul-install.sh 07:18:09 Sigul already installed; skipping installation. [Pipeline] sh 07:18:09 + git tag --list 07:18:09 v1.0.0 07:18:09 v1.1.0 07:18:09 v1.1.1 07:18:09 v1.2.1 07:18:09 v1.2.2 07:18:09 v1.2.3 07:18:09 v1.3.0 07:18:09 v1.3.1 07:18:09 v2.0.0 07:18:09 v2.1.0 07:18:09 v2.1.1 07:18:09 v2.2.0 07:18:09 v2.3.0 07:18:09 v3.0 07:18:09 v3.0.0 07:18:09 v3.1 07:18:09 v3.1.0 07:18:09 v3.1.0-dev.1 07:18:09 v3.1.0-dev.10 07:18:09 v3.1.0-dev.11 07:18:09 v3.1.0-dev.12 07:18:09 v3.1.0-dev.13 07:18:09 v3.1.0-dev.14 07:18:09 v3.1.0-dev.15 07:18:09 v3.1.0-dev.16 07:18:09 v3.1.0-dev.17 07:18:09 v3.1.0-dev.18 07:18:09 v3.1.0-dev.19 07:18:09 v3.1.0-dev.2 07:18:09 v3.1.0-dev.20 07:18:09 v3.1.0-dev.21 07:18:09 v3.1.0-dev.22 07:18:09 v3.1.0-dev.23 07:18:09 v3.1.0-dev.24 07:18:09 v3.1.0-dev.25 07:18:09 v3.1.0-dev.26 07:18:09 v3.1.0-dev.27 07:18:09 v3.1.0-dev.28 07:18:09 v3.1.0-dev.29 07:18:09 v3.1.0-dev.3 07:18:09 v3.1.0-dev.30 07:18:09 v3.1.0-dev.4 07:18:09 v3.1.0-dev.5 07:18:09 v3.1.0-dev.6 07:18:09 v3.1.0-dev.7 07:18:09 v3.1.0-dev.8 07:18:09 v3.1.0-dev.9 07:18:09 v3.1.1 07:18:09 v3.1.1-dev.1 07:18:09 v3.2.0-dev.1 07:18:09 v3.2.0-dev.10 07:18:09 v3.2.0-dev.11 07:18:09 v3.2.0-dev.12 07:18:09 v3.2.0-dev.13 07:18:09 v3.2.0-dev.14 07:18:09 v3.2.0-dev.15 07:18:09 v3.2.0-dev.16 07:18:09 v3.2.0-dev.17 07:18:09 v3.2.0-dev.18 07:18:09 v3.2.0-dev.19 07:18:09 v3.2.0-dev.2 07:18:09 v3.2.0-dev.20 07:18:09 v3.2.0-dev.21 07:18:09 v3.2.0-dev.22 07:18:09 v3.2.0-dev.23 07:18:09 v3.2.0-dev.24 07:18:09 v3.2.0-dev.25 07:18:09 v3.2.0-dev.26 07:18:09 v3.2.0-dev.27 07:18:09 v3.2.0-dev.28 07:18:09 v3.2.0-dev.3 07:18:09 v3.2.0-dev.4 07:18:09 v3.2.0-dev.5 07:18:09 v3.2.0-dev.6 07:18:09 v3.2.0-dev.7 07:18:09 v3.2.0-dev.8 07:18:09 v3.2.0-dev.9 07:18:09 v4.0.0-dev.1 07:18:09 v4.0.0-dev.10 07:18:09 v4.0.0-dev.11 07:18:09 v4.0.0-dev.12 07:18:09 v4.0.0-dev.13 07:18:09 v4.0.0-dev.14 07:18:09 v4.0.0-dev.15 07:18:09 v4.0.0-dev.2 07:18:09 v4.0.0-dev.3 07:18:09 v4.0.0-dev.4 07:18:09 v4.0.0-dev.5 07:18:09 v4.0.0-dev.6 07:18:09 v4.0.0-dev.7 07:18:09 v4.0.0-dev.8 07:18:09 v4.0.0-dev.9 [Pipeline] sh 07:18:09 + lftools sign git-tag v4.0.0-dev.15 07:18:10 Signing Git tag with Sigul... 07:18:10 Signing v4.0.0-dev.15 [Pipeline] echo 07:18:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:18:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:18:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:18:10 $ docker stop --time=1 99f24ec58b5a1ed37f2566bbb2b882468143005e481551ff6f861b600a9ac4ef 07:18:12 $ 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 07:18:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:18:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:18:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:12 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:18:12 $ 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 07:18:13 $ docker top b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:13 [ssh-agent] Looking for ssh-agent implementation... 07:18:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:13 $ docker exec b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 ssh-agent 07:18:13 SSH_AUTH_SOCK=/tmp/ssh-L7xAnxXioOPA/agent.32 07:18:13 SSH_AGENT_PID=38 07:18:13 Running ssh-add (command line suppressed) 07:18:13 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) 07:18:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:14 + git semver bump pre 07:18:14 2025-02-18 07:18:14,224 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:18:14 2025-02-18 07:18:14,224 [bump_version] DEBUG bumping version:4.0.0-dev.15 on axis:pre with prefix:dev 07:18:14 2025-02-18 07:18:14,224 [bump_version] DEBUG bumped version:4.0.0-dev.16 07:18:14 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 07:18:14 2025-02-18 07:18:14,225 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:18:14 2025-02-18 07:18:14,225 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:18:14 2025-02-18 07:18:14,227 [execute] INFO git cat-file --batch-check 07:18:14 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=) 07:18:14 2025-02-18 07:18:14,233 [execute] INFO git cat-file --batch 07:18:14 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=) 07:18:14 2025-02-18 07:18:14,238 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:18:14 4.0.0-dev.16 [Pipeline] } 07:18:14 $ docker exec --env ******** --env ******** b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 ssh-agent -k 07:18:14 unset SSH_AUTH_SOCK; 07:18:14 unset SSH_AGENT_PID; 07:18:14 echo Agent pid 38 killed; 07:18:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:18:14 + git semver [Pipeline] } 07:18:15 $ docker stop --time=1 b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 07:18:16 $ docker rm -f --volumes b61e66376511c5d6525379f0f3092f2499a39b0ec7d423acb377413fff4c54b3 [Pipeline] // withDockerContainer [Pipeline] sh 07:18:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:18:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:18:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:17 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:18:17 $ 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 07:18:17 $ docker top f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:17 [ssh-agent] Looking for ssh-agent implementation... 07:18:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:17 $ docker exec f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 ssh-agent 07:18:17 SSH_AUTH_SOCK=/tmp/ssh-cf6LoErerwbS/agent.32 07:18:17 SSH_AGENT_PID=39 07:18:17 Running ssh-add (command line suppressed) 07:18:17 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) 07:18:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:18 + git semver push 07:18:18 2025-02-18 07:18:18,251 [run_push] DEBUG push 07:18:18 2025-02-18 07:18:18,252 [execute] INFO git cat-file --batch-check 07:18:18 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=) 07:18:18 2025-02-18 07:18:18,255 [execute] INFO git rev-list 3aeaa09a49297f9e92a4d44b95982ed206d0151d -- 07:18:18 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) 07:18:18 2025-02-18 07:18:18,265 [execute] INFO git fetch -v origin 07:18:18 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) 07:18:18 2025-02-18 07:18:18,710 [run_push] DEBUG no remote changes detected 07:18:18 2025-02-18 07:18:18,710 [execute] INFO git push origin semver 07:18:18 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) 07:18:19 2025-02-18 07:18:19,419 [run_push] DEBUG push all version tags 07:18:19 2025-02-18 07:18:19,420 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:18:19 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) 07:18:20 2025-02-18 07:18:19,983 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:18:20 4.0.0-dev.16 [Pipeline] } 07:18:20 $ docker exec --env ******** --env ******** f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 ssh-agent -k 07:18:20 unset SSH_AUTH_SOCK; 07:18:20 unset SSH_AGENT_PID; 07:18:20 echo Agent pid 39 killed; 07:18:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:18:20 + git semver [Pipeline] } 07:18:20 $ docker stop --time=1 f976c3a9ca79a1ad8aa077217ca6aea7dec08a387c0eac62fcdc076ea10c5886 07:18:22 $ 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 07:18:22 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 07:18:22 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:18:22 total 16 07:18:22 drwxr-xr-x 3 root root 4096 Feb 18 07:06 . 07:18:22 drwxrwxr-x 9 jenkins jenkins 4096 Feb 18 07:18 .. 07:18:22 drwxr-xr-x 2 root root 4096 Feb 18 07:06 cost 07:18:22 -rw-r--r-- 1 root root 89 Feb 18 07:06 cost.csv 07:18:22 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 07:18:22 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:18:22 total 16 07:18:22 drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 07:06 . 07:18:22 drwxrwxr-x 9 jenkins jenkins 4096 Feb 18 07:18 .. 07:18:22 drwxr-xr-x 2 jenkins jenkins 4096 Feb 18 07:06 cost 07:18:22 -rw-r--r-- 1 jenkins jenkins 89 Feb 18 07:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:18:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:18:23 ---> package-listing.sh 07:18:23 ++ facter osfamily 07:18:23 ++ tr '[:upper:]' '[:lower:]' 07:18:24 + OS_FAMILY=debian 07:18:24 + workspace=/w/workspace/exfoundry_device-virtual-go_main 07:18:24 + START_PACKAGES=/tmp/packages_start.txt 07:18:24 + END_PACKAGES=/tmp/packages_end.txt 07:18:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:18:24 + PACKAGES=/tmp/packages_start.txt 07:18:24 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:18:24 + PACKAGES=/tmp/packages_end.txt 07:18:24 + case "${OS_FAMILY}" in 07:18:24 + dpkg -l 07:18:24 + grep '^ii' 07:18:24 + '[' -f /tmp/packages_start.txt ']' 07:18:24 + '[' -f /tmp/packages_end.txt ']' 07:18:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:18:24 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:18:24 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 07:18:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 07:18:24 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 07:18:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:18:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:25 prd-ubuntu20.04-docker-8c-8g-39159 does not seem to be running inside a container 07:18:25 $ 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 07:18:25 $ docker top dafd5515def2e67349adbdfc03d15147ba9554dfe9948dd952085231b5724288 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:25 + touch /tmp/pre-build-complete [Pipeline] sh 07:18:25 + mkdir -p /var/log/sysstat [Pipeline] sh 07:18:26 + ls /var/log/sa-host 07:18:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:18:26 provisioning config files... 07:18:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1723912987399082987tmp [Pipeline] { [Pipeline] echo 07:18:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:18:26 ---> create-netrc.sh [Pipeline] } 07:18:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:18:27 ---> python-tools-install.sh [Pipeline] echo 07:18:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:18:27 ---> sudo-logs.sh 07:18:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:18:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:18:27 ---> job-cost.sh 07:18:27 lf-activate-venv: SKIPPING 07:18:27 DEBUG: total: 0.2199999988079071 07:18:27 INFO: Retrieving Stack Cost... 07:18:27 INFO: Retrieving Pricing Info for: v3-standard-8 07:18:28 INFO: Archiving Costs [Pipeline] echo 07:18:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:18:28 ---> logs-deploy.sh 07:18:28 lf-activate-venv: SKIPPING 07:18:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/200 07:18:28 INFO: archiving workspace using pattern(s): 07:18:29 Archives upload complete. 07:18:29 INFO: archiving logs to Nexus