Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fea93d81e4b91ca4599cea782a7ea9898c6b18cb 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-ssh10472099100337991231.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh16622081605862350782.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh16934531527719036850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh8023822429326901131.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-ssh7259497875139533754.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, goVersion:1.25] ========================================================= [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.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-772488’ is offline Running on prd-ubuntu20.04-docker-8c-8g-772489 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fea93d81e4b91ca4599cea782a7ea9898c6b18cb (main) Commit message: "Merge pull request #559 from judehung/update-go-1.25" > git config core.sparsecheckout # timeout=10 > git checkout -f fea93d81e4b91ca4599cea782a7ea9898c6b18cb # timeout=10 > git rev-list --no-walk 616a07c2a83fb87b37f9479176dff78d5c9552b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:52:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:52:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:52:42 ========================================================= 07:52:42 EdgeX Global Pipelines Version Info 07:52:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:52:43 ------------------- 07:52:43 stable info: 07:52:43 ------------------- 07:52:43 Commited By: Cherry Wang cherry@iotechsys.com 07:52:43 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 07:52:43 Message: update stable to v1.0.278 07:52:43 ------------------- 07:52:43 experimental info: 07:52:43 ------------------- 07:52:43 Commited By: **** collab-it+edgex@linuxfoundation.org 07:52:43 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 07:52:43 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 07:52:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fea93d8 [Pipeline] echo 07:52:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:52:44 provisioning config files... 07:52:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16466104429328934459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:52:45 ---> ****-login.sh 07:52:45 nexus3.edgexfoundry.org:10001 07:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:45 07:52:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:52:45 Configure a credential helper to remove this warning. See 07:52:45 https://docs.****.com/go/credential-store/ 07:52:45 07:52:45 Login Succeeded 07:52:45 nexus3.edgexfoundry.org:10002 07:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:45 07:52:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:52:45 Configure a credential helper to remove this warning. See 07:52:45 https://docs.****.com/go/credential-store/ 07:52:45 07:52:45 Login Succeeded 07:52:45 nexus3.edgexfoundry.org:10003 07:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:45 07:52:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:52:45 Configure a credential helper to remove this warning. See 07:52:45 https://docs.****.com/go/credential-store/ 07:52:45 07:52:45 Login Succeeded 07:52:45 nexus3.edgexfoundry.org:10004 07:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:45 07:52:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:52:45 Configure a credential helper to remove this warning. See 07:52:45 https://docs.****.com/go/credential-store/ 07:52:45 07:52:45 Login Succeeded 07:52:45 ****.io 07:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:45 07:52:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:52:45 Configure a credential helper to remove this warning. See 07:52:45 https://docs.****.com/go/credential-store/ 07:52:45 07:52:45 Login Succeeded 07:52:45 ---> ****-login.sh ends [Pipeline] } 07:52:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:52:46 + git rev-list -1 --merges fea93d81e4b91ca4599cea782a7ea9898c6b18cb~1..fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo 07:52:46 -----------> git rev-list -1 --merges fea93d81e4b91ca4599cea782a7ea9898c6b18cb~1..fea93d81e4b91ca4599cea782a7ea9898c6b18cb fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:52:46 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [false] [Pipeline] sh 07:52:46 + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo 07:52:46 ========================================================= 07:52:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:52:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:52:46 + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo 07:52:46 [semverPrep] GIT_COMMIT: fea93d81e4b91ca4599cea782a7ea9898c6b18cb, Commit Message: Merge pull request #559 from judehung/update-go-1.25 [Pipeline] echo 07:52:47 [semverPrep] This is not a build commit. [Pipeline] sh 07:52:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:52:47 + grep -v github /etc/ssh/ssh_known_hosts 07:52:47 + [ -e /tmp/ssh_known_hosts ] 07:52:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:52:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:52:47 + sudo tee -a /etc/ssh/ssh_known_hosts 07:52:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:52:47 07:52:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:52:48 0.1.4: Pulling from edgex-devops/py-git-semver 07:52:48 3dae71ba6b94: Pulling fs layer 07:52:48 6bf1a483ea7c: Pulling fs layer 07:52:48 f5dfc541a4d3: Pulling fs layer 07:52:48 461d9e800cba: Pulling fs layer 07:52:48 80192f66455f: Pulling fs layer 07:52:48 2e8e34ca0e6c: Pulling fs layer 07:52:48 a29436f7fd5d: Pulling fs layer 07:52:48 923cac83aea3: Pulling fs layer 07:52:48 25ad8b0a4227: Pulling fs layer 07:52:48 db01528c6b51: Pulling fs layer 07:52:48 28988de357af: Pulling fs layer 07:52:48 923cac83aea3: Waiting 07:52:48 25ad8b0a4227: Waiting 07:52:48 db01528c6b51: Waiting 07:52:48 461d9e800cba: Waiting 07:52:48 80192f66455f: Waiting 07:52:48 28988de357af: Waiting 07:52:48 2e8e34ca0e6c: Waiting 07:52:48 a29436f7fd5d: Waiting 07:52:48 6bf1a483ea7c: Verifying Checksum 07:52:48 6bf1a483ea7c: Download complete 07:52:48 461d9e800cba: Download complete 07:52:48 80192f66455f: Download complete 07:52:48 f5dfc541a4d3: Verifying Checksum 07:52:48 f5dfc541a4d3: Download complete 07:52:48 3dae71ba6b94: Verifying Checksum 07:52:48 3dae71ba6b94: Download complete 07:52:48 923cac83aea3: Verifying Checksum 07:52:48 923cac83aea3: Download complete 07:52:48 25ad8b0a4227: Verifying Checksum 07:52:48 25ad8b0a4227: Download complete 07:52:48 db01528c6b51: Download complete 07:52:48 28988de357af: Verifying Checksum 07:52:48 28988de357af: Download complete 07:52:48 a29436f7fd5d: Verifying Checksum 07:52:48 a29436f7fd5d: Download complete 07:52:48 2e8e34ca0e6c: Verifying Checksum 07:52:48 2e8e34ca0e6c: Download complete 07:52:49 3dae71ba6b94: Pull complete 07:52:49 6bf1a483ea7c: Pull complete 07:52:50 f5dfc541a4d3: Pull complete 07:52:50 461d9e800cba: Pull complete 07:52:50 80192f66455f: Pull complete 07:52:54 2e8e34ca0e6c: Pull complete 07:52:54 a29436f7fd5d: Pull complete 07:52:54 923cac83aea3: Pull complete 07:52:54 25ad8b0a4227: Pull complete 07:52:54 db01528c6b51: Pull complete 07:52:54 28988de357af: Pull complete 07:52:54 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:52:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:52:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:52:55 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 07:52:55 $ 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:52:56 $ docker top 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 -eo pid,comm 07:52:56 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:52:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:52:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:52:57 [ssh-agent] Looking for ssh-agent implementation... 07:52:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:52:57 $ docker exec 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent 07:52:57 SSH_AUTH_SOCK=/tmp/ssh-fhhdfOjpl3rM/agent.33 07:52:57 SSH_AGENT_PID=39 07:52:57 Running ssh-add (command line suppressed) 07:52:57 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9409627511096475296.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9409627511096475296.key) 07:52:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:52:57 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] sh 07:52:57 + git tag --points-at HEAD [Pipeline] } 07:52:57 $ docker exec --env ******** --env ******** 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent -k 07:52:58 unset SSH_AUTH_SOCK; 07:52:58 unset SSH_AGENT_PID; 07:52:58 echo Agent pid 39 killed; 07:52:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:52:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:52:58 [ssh-agent] Looking for ssh-agent implementation... 07:52:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:52:58 $ docker exec 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent 07:52:58 SSH_AUTH_SOCK=/tmp/ssh-DSIXw4u1wkE6/agent.86 07:52:58 SSH_AGENT_PID=92 07:52:58 Running ssh-add (command line suppressed) 07:52:58 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9621002449341726091.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9621002449341726091.key) 07:52:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:52:58 + git semver init 07:52:58 2025-11-04 07:52:58,907 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:52:58 2025-11-04 07:52:58,911 [run_init] DEBUG init version:0.0.0 force:False 07:52:58 2025-11-04 07:52:58,912 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 07:52:58 2025-11-04 07:52:58,912 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 07:52:58 2025-11-04 07:52:58,912 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 07:53:00 2025-11-04 07:53:00,317 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 07:53:00 2025-11-04 07:53:00,317 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 07:53:00 2025-11-04 07:53:00,317 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:53:00 2025-11-04 07:53:00,318 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:53:00 4.1.0-dev.9 [Pipeline] } 07:53:00 $ docker exec --env ******** --env ******** 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent -k 07:53:00 unset SSH_AUTH_SOCK; 07:53:00 unset SSH_AGENT_PID; 07:53:00 echo Agent pid 92 killed; 07:53:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:00 + git semver [Pipeline] } 07:53:01 $ docker stop --time=1 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 07:53:02 $ docker rm -f --volumes 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 [Pipeline] // withDockerContainer [Pipeline] sh 07:53:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:53:02 Stashed 1 file(s) [Pipeline] echo 07:53:02 [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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:53:03 provisioning config files... 07:53:03 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13190829882565682940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:53:03 ---> ****-login.sh 07:53:03 nexus3.edgexfoundry.org:10001 07:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:53:03 Login Succeeded 07:53:03 nexus3.edgexfoundry.org:10002 07:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:53:03 Login Succeeded 07:53:03 nexus3.edgexfoundry.org:10003 07:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:53:03 Login Succeeded 07:53:03 nexus3.edgexfoundry.org:10004 07:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:53:03 Login Succeeded 07:53:03 ****.io 07:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:53:04 Login Succeeded 07:53:04 ---> ****-login.sh ends [Pipeline] } 07:53:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:53:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:53:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:53:04 ========================================================= 07:53:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 07:53:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:04 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . 07:53:05 #0 building with "default" instance using docker driver 07:53:05 07:53:05 #1 [internal] load build definition from Dockerfile 07:53:05 #1 transferring dockerfile: 1.79kB done 07:53:05 #1 DONE 0.0s 07:53:05 07:53:05 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:53:05 #2 DONE 0.1s 07:53:05 07:53:05 #3 [internal] load .dockerignore 07:53:05 #3 transferring context: 2B done 07:53:05 #3 DONE 0.0s 07:53:05 07:53:05 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 07:53:05 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 07:53:05 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 07:53:05 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s 07:53:05 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.15MB / 60.15MB 0.1s 07:53:05 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 07:53:05 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 07:53:05 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done 07:53:05 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 07:53:05 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 07:53:05 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 12.58MB / 60.15MB 0.2s 07:53:05 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s 07:53:05 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 1.05MB / 112.58MB 0.2s 07:53:05 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 07:53:05 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done 07:53:05 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 3.15MB / 11.98MB 0.2s 07:53:05 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 27.26MB / 60.15MB 0.3s 07:53:05 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done 07:53:05 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 7.34MB / 112.58MB 0.3s 07:53:05 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.3s 07:53:05 #4 ... 07:53:05 07:53:05 #5 [internal] load build context 07:53:05 #5 transferring context: 40.65MB 0.3s done 07:53:05 #5 DONE 0.4s 07:53:05 07:53:05 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 07:53:05 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 42.99MB / 60.15MB 0.4s 07:53:05 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 13.63MB / 112.58MB 0.4s 07:53:05 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done 07:53:05 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 07:53:05 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done 07:53:05 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 35.65MB / 112.58MB 0.6s 07:53:05 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done 07:53:05 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 10.49MB / 14.72MB 0.6s 07:53:05 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 49.28MB / 112.58MB 0.7s 07:53:05 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.7s done 07:53:05 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 0.1s 07:53:06 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 69.21MB / 112.58MB 0.8s 07:53:06 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 93.32MB / 112.58MB 0.9s 07:53:06 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.0s 07:53:06 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s done 07:53:10 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.6s done 07:53:10 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 07:53:10 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 07:53:10 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 07:53:10 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 07:53:10 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 07:53:11 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.5s done 07:53:11 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0.1s 07:53:15 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.1s done 07:53:15 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s 07:53:15 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.7s done 07:53:15 #4 DONE 10.3s 07:53:15 07:53:15 #6 [builder 2/7] WORKDIR /device-virtual-go 07:53:16 #6 DONE 1.6s 07:53:17 07:53:17 #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 07:53:17 #7 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:17 #7 0.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:18 #7 0.825 (1/4) Installing openssh-keygen (10.0_p1-r9) 07:53:18 #7 0.835 (2/4) Installing libedit (20250104.3.1-r1) 07:53:18 #7 0.840 (3/4) Installing openssh-client-common (10.0_p1-r9) 07:53:18 #7 0.866 (4/4) Installing openssh-client-default (10.0_p1-r9) 07:53:18 #7 0.874 Executing busybox-1.37.0-r19.trigger 07:53:18 #7 0.884 OK: 269 MiB in 64 packages 07:53:18 #7 DONE 1.0s 07:53:18 Still waiting to schedule task 07:53:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:53:18 07:53:18 #8 [builder 4/7] COPY go.mod vendor* ./ 07:53:18 #8 DONE 0.0s 07:53:18 07:53:18 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:53:30 #9 DONE 10.5s 07:53:30 07:53:30 #10 [builder 6/7] COPY . . 07:53:30 #10 DONE 0.1s 07:53:30 07:53:30 #11 [builder 7/7] RUN echo noop 07:53:30 #11 0.193 noop 07:53:30 #11 DONE 0.2s 07:53:30 07:53:30 #12 exporting to image 07:53:30 #12 exporting layers 07:53:37 #12 exporting layers 7.0s done 07:53:37 #12 writing image sha256:843e5df3fff788555ede34d2a471cb0de78e6a10f1dba8d958e5d768c71f32ff done 07:53:37 #12 naming to docker.io/library/ci-base-image-x86_64 done 07:53:37 #12 DONE 7.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:37 + docker inspect -f . ci-base-image-x86_64 07:53:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:37 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 07:53:37 $ 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:53:37 $ docker top b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:38 + go version 07:53:38 go version go1.25.2 linux/amd64 [Pipeline] } 07:53:38 $ docker stop --time=1 b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a 07:53:39 $ docker rm -f --volumes b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:39 + docker inspect -f . ci-base-image-x86_64 07:53:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:39 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 07:53:39 $ 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:53:40 $ docker top cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:40 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 07:53:40 + make test 07:53:40 go test ./... -coverprofile=coverage.out 07:53:42 ? github.com/edgexfoundry/device-virtual-go [no test files] 07:54:00 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 07:54:00 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.014s coverage: 59.5% of statements 07:54:10 0 issues. 07:54:10 go vet ./... 07:54:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:54:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:54:14 ./bin/test-attribution-txt.sh [Pipeline] echo 07:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:54:14 $ docker stop --time=1 cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b 07:54:16 $ docker rm -f --volumes cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b [Pipeline] // withDockerContainer [Pipeline] sh 07:54:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:54:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:54:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:54:18 + ls -al . 07:54:18 total 276 07:54:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:53 . 07:54:18 drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 07:52 .. 07:54:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:54 .git 07:54:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 .github 07:54:18 -rw-rw-r-- 1 jenkins jenkins 272 Nov 4 07:52 .gitignore 07:54:18 -rw-rw-r-- 1 jenkins jenkins 359 Nov 4 07:52 .golangci.yml 07:54:18 drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 07:53 .semver 07:54:18 -rw-rw-r-- 1 jenkins jenkins 20974 Nov 4 07:52 Attribution.txt 07:54:18 -rw-rw-r-- 1 jenkins jenkins 17302 Nov 4 07:52 CHANGELOG.md 07:54:18 -rw-rw-r-- 1 jenkins jenkins 1755 Nov 4 07:52 Dockerfile 07:54:18 -rw-rw-r-- 1 jenkins jenkins 677 Nov 4 07:52 GOVERNANCE.md 07:54:18 -rw-rw-r-- 1 jenkins jenkins 683 Nov 4 07:52 Jenkinsfile 07:54:18 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 4 07:52 LICENSE 07:54:18 -rw-rw-r-- 1 jenkins jenkins 2651 Nov 4 07:52 Makefile 07:54:18 -rw-rw-r-- 1 jenkins jenkins 623 Nov 4 07:52 OWNERS.md 07:54:18 -rw-rw-r-- 1 jenkins jenkins 4473 Nov 4 07:52 README.md 07:54:18 -rw-rw-r-- 1 jenkins jenkins 11 Nov 4 07:53 VERSION 07:54:18 drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 07:52 bin 07:54:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 cmd 07:54:18 -rw-r--r-- 1 jenkins jenkins 45387 Nov 4 07:53 coverage.out 07:54:18 -rw-rw-r-- 1 jenkins jenkins 6645 Nov 4 07:52 go.mod 07:54:18 -rw-rw-r-- 1 jenkins jenkins 89081 Nov 4 07:52 go.sum 07:54:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 internal 07:54:18 -rw-rw-r-- 1 jenkins jenkins 235 Nov 4 07:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:18 + 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=fea93d81e4b91ca4599cea782a7ea9898c6b18cb --label arch=amd64 --label version=4.1.0-dev.9 . 07:54:19 #0 building with "default" instance using docker driver 07:54:19 07:54:19 #1 [internal] load build definition from Dockerfile 07:54:19 #1 transferring dockerfile: 1.79kB done 07:54:19 #1 DONE 0.0s 07:54:19 07:54:19 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:54:19 #2 DONE 0.0s 07:54:19 07:54:19 #3 [internal] load metadata for docker.io/library/alpine:3.22 07:54:19 #3 DONE 0.1s 07:54:19 07:54:19 #4 [internal] load .dockerignore 07:54:19 #4 transferring context: 07:54:19 #4 transferring context: 2B done 07:54:19 #4 DONE 0.0s 07:54:19 07:54:19 #5 [internal] load build context 07:54:19 #5 transferring context: 58.54kB 0.0s done 07:54:19 #5 DONE 0.0s 07:54:19 07:54:19 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:54:19 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:54:19 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:54:19 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 07:54:19 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 07:54:19 #6 DONE 0.0s 07:54:19 07:54:19 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 07:54:19 #7 DONE 0.1s 07:54:19 07:54:19 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:54:19 #8 ... 07:54:19 07:54:19 #9 [builder 2/7] WORKDIR /device-virtual-go 07:54:19 #9 DONE 0.0s 07:54:19 07:54:19 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:54:19 #8 0.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:19 #8 0.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:19 #8 0.559 (1/1) Installing dumb-init (1.2.5-r3) 07:54:19 #8 0.564 Executing busybox-1.37.0-r19.trigger 07:54:19 #8 0.570 OK: 7 MiB in 17 packages 07:54:19 #8 DONE 0.7s 07:54:19 07:54:19 #10 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 07:54:19 #10 0.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:19 #10 0.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:19 #10 0.598 OK: 269 MiB in 64 packages 07:54:19 #10 DONE 0.7s 07:54:19 07:54:19 #11 [builder 4/7] COPY go.mod vendor* ./ 07:54:19 #11 DONE 0.0s 07:54:19 07:54:19 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:20 #12 DONE 0.4s 07:54:20 07:54:20 #13 [stage-1 3/7] RUN apk --no-cache upgrade 07:54:20 #13 0.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:20 #13 0.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:20 #13 ... 07:54:20 07:54:20 #14 [builder 6/7] COPY . . 07:54:20 #14 DONE 0.2s 07:54:20 07:54:20 #13 [stage-1 3/7] RUN apk --no-cache upgrade 07:54:20 #13 0.787 OK: 7 MiB in 17 packages 07:54:20 #13 DONE 0.9s 07:54:20 07:54:20 #15 [builder 7/7] RUN make build 07:54:20 #15 0.273 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 07:54:42 #15 DONE 21.8s 07:54:42 07:54:42 #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / 07:54:42 #16 DONE 0.0s 07:54:42 07:54:42 #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / 07:54:42 #17 DONE 0.0s 07:54:42 07:54:42 #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / 07:54:42 #18 DONE 0.1s 07:54:42 07:54:42 #19 exporting to image 07:54:42 #19 exporting layers 0.1s done 07:54:42 #19 writing image sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:54:42 #19 naming to docker.io/library/device-virtual done 07:54:42 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:54:42 provisioning config files... 07:54:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12186735206739047878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:54:43 ---> ****-login.sh 07:54:43 nexus3.edgexfoundry.org:10001 07:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:54:43 Login Succeeded 07:54:43 nexus3.edgexfoundry.org:10002 07:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:54:43 Login Succeeded 07:54:43 nexus3.edgexfoundry.org:10003 07:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:54:43 Login Succeeded 07:54:43 nexus3.edgexfoundry.org:10004 07:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:54:43 Login Succeeded 07:54:43 ****.io 07:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:54:43 Login Succeeded 07:54:43 ---> ****-login.sh ends [Pipeline] } 07:54:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:54:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:54:43 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 07:54:43 fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:54:43 latest 07:54:43 4.1.0-dev.9 07:54:43 fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:54:43 main 07:54:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:44 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:54:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:54:44 27c57bcbd211: Preparing 07:54:44 538b7a863b4d: Preparing 07:54:44 a460c2c8a3e1: Preparing 07:54:44 846645dbc3ff: Preparing 07:54:44 242eabd5fbcf: Preparing 07:54:44 256f393e029f: Preparing 07:54:44 256f393e029f: Waiting 07:54:44 242eabd5fbcf: Pushed 07:54:44 a460c2c8a3e1: Pushed 07:54:44 256f393e029f: Layer already exists 07:54:44 846645dbc3ff: Pushed 07:54:44 538b7a863b4d: Pushed 07:54:48 27c57bcbd211: Pushed 07:54:48 fea93d81e4b91ca4599cea782a7ea9898c6b18cb: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:48 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:49 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 07:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:54:49 27c57bcbd211: Preparing 07:54:49 538b7a863b4d: Preparing 07:54:49 a460c2c8a3e1: Preparing 07:54:49 846645dbc3ff: Preparing 07:54:49 242eabd5fbcf: Preparing 07:54:49 256f393e029f: Preparing 07:54:49 256f393e029f: Waiting 07:54:49 a460c2c8a3e1: Layer already exists 07:54:49 846645dbc3ff: Layer already exists 07:54:49 538b7a863b4d: Layer already exists 07:54:49 242eabd5fbcf: Layer already exists 07:54:49 27c57bcbd211: Layer already exists 07:54:49 256f393e029f: Layer already exists 07:54:49 latest: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:49 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:49 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 07:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:54:49 27c57bcbd211: Preparing 07:54:49 538b7a863b4d: Preparing 07:54:49 a460c2c8a3e1: Preparing 07:54:49 846645dbc3ff: Preparing 07:54:49 242eabd5fbcf: Preparing 07:54:49 256f393e029f: Preparing 07:54:49 256f393e029f: Waiting 07:54:49 846645dbc3ff: Layer already exists 07:54:49 538b7a863b4d: Layer already exists 07:54:49 27c57bcbd211: Layer already exists 07:54:49 242eabd5fbcf: Layer already exists 07:54:49 a460c2c8a3e1: Layer already exists 07:54:49 256f393e029f: Layer already exists 07:54:49 4.1.0-dev.9: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:50 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:50 + docker push nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:54:50 27c57bcbd211: Preparing 07:54:50 538b7a863b4d: Preparing 07:54:50 a460c2c8a3e1: Preparing 07:54:50 846645dbc3ff: Preparing 07:54:50 242eabd5fbcf: Preparing 07:54:50 256f393e029f: Preparing 07:54:50 256f393e029f: Waiting 07:54:50 846645dbc3ff: Layer already exists 07:54:50 538b7a863b4d: Layer already exists 07:54:50 242eabd5fbcf: Layer already exists 07:54:50 a460c2c8a3e1: Layer already exists 07:54:50 27c57bcbd211: Layer already exists 07:54:50 256f393e029f: Layer already exists 07:54:50 fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:50 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:51 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 07:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:54:51 27c57bcbd211: Preparing 07:54:51 538b7a863b4d: Preparing 07:54:51 a460c2c8a3e1: Preparing 07:54:51 846645dbc3ff: Preparing 07:54:51 242eabd5fbcf: Preparing 07:54:51 256f393e029f: Preparing 07:54:51 256f393e029f: Waiting 07:54:51 538b7a863b4d: Layer already exists 07:54:51 27c57bcbd211: Layer already exists 07:54:51 846645dbc3ff: Layer already exists 07:54:51 242eabd5fbcf: Layer already exists 07:54:51 a460c2c8a3e1: Layer already exists 07:54:51 256f393e029f: Layer already exists 07:54:51 main: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:54:51 ===================================================== [Pipeline] echo 07:54:51 taggedImages: 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:latest 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 07:54:51 ========================================================= 07:54:51 [edgeXBuildMultiArch] RAW Config: 07:54:51 images: 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:latest 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:54:51 - nexus3.edgexfoundry.org:10004/device-virtual:main 07:54:51 settingsFile: 07:54:51 device-virtual-go-settings 07:54:51 ========================================================= [Pipeline] node 07:54:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-772491 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 07:54:51 Running in /w/workspace/device-virtual-go/219 [Pipeline] { [Pipeline] checkout 07:54:54 The recommended git tool is: git 07:55:00 using credential edgex-jenkins-ssh 07:55:00 Cloning the remote Git repository 07:55:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 07:55:00 > git init /w/workspace/device-virtual-go/219 # timeout=10 07:55:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 07:55:00 > git --version # timeout=10 07:55:00 > git --version # 'git version 2.25.1' 07:55:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:55:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:55:04 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 07:55:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:55:05 Avoid second fetch 07:55:05 Checking out Revision fea93d81e4b91ca4599cea782a7ea9898c6b18cb (main) 07:55:05 Commit message: "Merge pull request #559 from judehung/update-go-1.25" 07:55:05 > git config core.sparsecheckout # timeout=10 07:55:05 > git checkout -f fea93d81e4b91ca4599cea782a7ea9898c6b18cb # timeout=10 07:55:06 Still waiting to schedule task 07:55:06 All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:55:10 provisioning config files... 07:55:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/219@tmp/config9623386319826881485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:55:10 ---> ****-login.sh 07:55:10 nexus3.edgexfoundry.org:10001 07:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:55:11 Configure a credential helper to remove this warning. See 07:55:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:55:11 07:55:11 Login Succeeded 07:55:11 nexus3.edgexfoundry.org:10002 07:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:55:11 Configure a credential helper to remove this warning. See 07:55:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:55:11 07:55:11 Login Succeeded 07:55:11 nexus3.edgexfoundry.org:10003 07:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:55:12 Configure a credential helper to remove this warning. See 07:55:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:55:12 07:55:12 Login Succeeded 07:55:12 nexus3.edgexfoundry.org:10004 07:55:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:55:12 Configure a credential helper to remove this warning. See 07:55:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:55:12 07:55:12 Login Succeeded 07:55:12 ****.io 07:55:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:55:13 Configure a credential helper to remove this warning. See 07:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:55:13 07:55:13 Login Succeeded 07:55:13 ---> ****-login.sh ends [Pipeline] } 07:55:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:55:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:55:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:55:13 ========================================================= 07:55:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 07:55:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:55:13 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . 07:55:14 Sending build context to Docker daemon 20.55MB 07:55:14 Step 1/12 : ARG BASE=golang:1.25-alpine3.22 07:55:14 Step 2/12 : FROM ${BASE} AS builder 07:55:14 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:55:14 6b59a28fa201: Pulling fs layer 07:55:14 d32bb0dddca7: Pulling fs layer 07:55:14 5dab1238d3d9: Pulling fs layer 07:55:14 196fd7d83e7d: Pulling fs layer 07:55:14 4f4fb700ef54: Pulling fs layer 07:55:14 8ba94037c8f0: Pulling fs layer 07:55:14 deaec5988b04: Pulling fs layer 07:55:14 9f65657bb879: Pulling fs layer 07:55:14 4f4fb700ef54: Waiting 07:55:14 8ba94037c8f0: Waiting 07:55:14 deaec5988b04: Waiting 07:55:14 9f65657bb879: Waiting 07:55:14 196fd7d83e7d: Waiting 07:55:14 d32bb0dddca7: Verifying Checksum 07:55:14 d32bb0dddca7: Download complete 07:55:14 196fd7d83e7d: Verifying Checksum 07:55:14 196fd7d83e7d: Download complete 07:55:14 4f4fb700ef54: Verifying Checksum 07:55:14 4f4fb700ef54: Download complete 07:55:14 8ba94037c8f0: Verifying Checksum 07:55:14 8ba94037c8f0: Download complete 07:55:14 6b59a28fa201: Download complete 07:55:15 9f65657bb879: Verifying Checksum 07:55:15 9f65657bb879: Download complete 07:55:15 6b59a28fa201: Pull complete 07:55:16 d32bb0dddca7: Pull complete 07:55:16 5dab1238d3d9: Verifying Checksum 07:55:16 5dab1238d3d9: Download complete 07:55:17 deaec5988b04: Verifying Checksum 07:55:17 deaec5988b04: Download complete 07:55:30 5dab1238d3d9: Pull complete 07:55:30 196fd7d83e7d: Pull complete 07:55:30 4f4fb700ef54: Pull complete 07:55:30 8ba94037c8f0: Pull complete 07:55:40 deaec5988b04: Pull complete 07:55:41 9f65657bb879: Pull complete 07:55:41 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 07:55:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:55:41 ---> 334268110677 07:55:41 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:55:43 ---> Running in abbd276e8728 07:55:43 Removing intermediate container abbd276e8728 07:55:43 ---> 0095f5fb63e3 07:55:43 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 07:55:43 ---> Running in 07a5008960e9 07:55:43 Removing intermediate container 07a5008960e9 07:55:43 ---> 16a90a37c973 07:55:43 Step 5/12 : ARG ADD_BUILD_TAGS="" 07:55:43 ---> Running in cf2d9f2eaa70 07:55:44 Removing intermediate container cf2d9f2eaa70 07:55:44 ---> decca3909712 07:55:44 Step 6/12 : WORKDIR /device-virtual-go 07:55:44 ---> Running in b350083d6379 07:55:44 Removing intermediate container b350083d6379 07:55:44 ---> b065ca8c2138 07:55:44 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:55:44 ---> Running in a0e79fe483e5 07:55:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:47 (1/4) Installing openssh-keygen (10.0_p1-r9) 07:55:47 (2/4) Installing libedit (20250104.3.1-r1) 07:55:47 (3/4) Installing openssh-client-common (10.0_p1-r9) 07:55:47 (4/4) Installing openssh-client-default (10.0_p1-r9) 07:55:47 Executing busybox-1.37.0-r19.trigger 07:55:47 OK: 259 MiB in 64 packages 07:55:50 Removing intermediate container a0e79fe483e5 07:55:50 ---> da87a90a4ab5 07:55:50 Step 8/12 : COPY go.mod vendor* ./ 07:55:50 ---> eec85c586f1a 07:55:50 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:50 ---> Running in 6223f3772d5c 07:56:00 Running on prd-centos7-docker-4c-2g-772492 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:56:00 provisioning config files... 07:56:00 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7713775041404692592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:56:01 ---> ****-login.sh 07:56:01 nexus3.edgexfoundry.org:10001 07:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:56:01 Configure a credential helper to remove this warning. See 07:56:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:56:01 07:56:01 Login Succeeded 07:56:01 nexus3.edgexfoundry.org:10002 07:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:56:01 Configure a credential helper to remove this warning. See 07:56:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:56:01 07:56:01 Login Succeeded 07:56:01 nexus3.edgexfoundry.org:10003 07:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:56:01 Configure a credential helper to remove this warning. See 07:56:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:56:01 07:56:01 Login Succeeded 07:56:01 nexus3.edgexfoundry.org:10004 07:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:56:01 Configure a credential helper to remove this warning. See 07:56:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:56:01 07:56:01 Login Succeeded 07:56:01 ****.io 07:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:56:01 Configure a credential helper to remove this warning. See 07:56:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:56:01 07:56:01 Login Succeeded 07:56:01 ---> ****-login.sh ends [Pipeline] } 07:56:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:02 + docker buildx ls 07:56:02 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:56:02 default * docker 07:56:02 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:56:02 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:56:02 edgex-builder [Pipeline] sh 07:56:02 + docker buildx inspect --bootstrap 07:56:02 #1 [internal] booting buildkit 07:56:02 #1 pulling image moby/buildkit:buildx-stable-1 07:56:06 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 07:56:06 #1 creating container buildx_buildkit_edgex-builder0 07:56:07 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 07:56:07 #1 DONE 4.4s 07:56:07 Name: edgex-builder 07:56:07 Driver: docker-container 07:56:07 07:56:07 Nodes: 07:56:07 Name: edgex-builder0 07:56:07 Endpoint: unix:///var/run/docker.sock 07:56:07 Status: running 07:56:07 Buildkit: v0.25.1 07:56:07 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:56:07 + docker buildx ls 07:56:07 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:56:07 edgex-builder * docker-container 07:56:07 edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:56:07 default docker 07:56:07 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:56:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb' 07:56:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb --push - 07:56:07 #1 [internal] load build definition from Dockerfile 07:56:07 #1 transferring dockerfile: 199B done 07:56:07 #1 DONE 0.0s 07:56:07 07:56:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:56:07 #2 DONE 0.1s 07:56:07 07:56:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 07:56:08 #3 DONE 0.1s 07:56:08 07:56:08 #4 [internal] load .dockerignore 07:56:08 #4 transferring context: 2B done 07:56:08 #4 DONE 0.0s 07:56:08 07:56:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:08 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:08 #5 DONE 0.0s 07:56:08 07:56:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:08 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:08 #6 DONE 0.1s 07:56:08 07:56:08 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 07:56:08 #7 DONE 0.0s 07:56:08 07:56:08 #8 exporting to image 07:56:08 #8 exporting layers done 07:56:08 #8 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done 07:56:08 #8 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:56:08 #8 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 0.0s done 07:56:08 #8 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done 07:56:08 #8 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done 07:56:08 #8 pushing layers 0.1s done 07:56:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 07:56:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:56:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done 07:56:08 #8 DONE 0.2s 07:56:08 07:56:08 1 warning found (use --debug to expand): 07:56:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:56:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 07:56:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 07:56:08 #1 [internal] load build definition from Dockerfile 07:56:08 #1 transferring dockerfile: 165B done 07:56:08 #1 DONE 0.0s 07:56:08 07:56:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 07:56:08 #2 DONE 0.0s 07:56:08 07:56:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 07:56:08 #3 DONE 0.0s 07:56:08 07:56:08 #4 [internal] load .dockerignore 07:56:08 #4 transferring context: 2B done 07:56:08 #4 DONE 0.0s 07:56:08 07:56:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:08 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:08 #5 CACHED 07:56:08 07:56:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:08 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:08 #6 CACHED 07:56:08 07:56:08 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 07:56:08 #7 DONE 0.0s 07:56:08 07:56:08 #8 exporting to image 07:56:08 #8 exporting layers done 07:56:08 #8 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done 07:56:08 #8 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:56:08 #8 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done 07:56:08 #8 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done 07:56:08 #8 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done 07:56:08 #8 pushing layers 0.0s done 07:56:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done 07:56:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:56:08 #8 DONE 0.1s 07:56:08 07:56:08 1 warning found (use --debug to expand): 07:56:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:56:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 --push - 07:56:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9' 07:56:09 #1 [internal] load build definition from Dockerfile 07:56:09 #1 transferring dockerfile: 170B done 07:56:09 #1 DONE 0.0s 07:56:09 07:56:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 07:56:09 #2 DONE 0.0s 07:56:09 07:56:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 07:56:09 #3 DONE 0.0s 07:56:09 07:56:09 #4 [internal] load .dockerignore 07:56:09 #4 transferring context: 2B done 07:56:09 #4 DONE 0.0s 07:56:09 07:56:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:09 #5 CACHED 07:56:09 07:56:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:09 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:09 #6 CACHED 07:56:09 07:56:09 #7 exporting to image 07:56:09 #7 exporting layers done 07:56:09 #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done 07:56:09 #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:56:09 #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done 07:56:09 #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done 07:56:09 #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done 07:56:09 #7 pushing layers 0.0s done 07:56:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 07:56:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:56:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done 07:56:09 #7 DONE 0.1s 07:56:09 07:56:09 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 07:56:09 #8 DONE 0.0s 07:56:09 07:56:09 1 warning found (use --debug to expand): 07:56:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:56:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 --push - 07:56:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9' 07:56:09 #1 [internal] load build definition from Dockerfile 07:56:09 #1 transferring dockerfile: 211B done 07:56:09 #1 DONE 0.0s 07:56:09 07:56:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:56:09 #2 DONE 0.0s 07:56:09 07:56:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 07:56:09 #3 DONE 0.0s 07:56:09 07:56:09 #4 [internal] load .dockerignore 07:56:09 #4 transferring context: 2B done 07:56:09 #4 DONE 0.0s 07:56:09 07:56:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:09 #5 CACHED 07:56:09 07:56:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:09 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:09 #6 CACHED 07:56:09 07:56:09 #7 exporting to image 07:56:09 #7 exporting layers done 07:56:09 #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done 07:56:09 #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:56:09 #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done 07:56:09 #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done 07:56:09 #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done 07:56:09 #7 pushing layers 0.0s done 07:56:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 07:56:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:56:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done 07:56:10 #7 DONE 0.1s 07:56:10 07:56:10 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 07:56:10 #8 DONE 0.0s 07:56:10 07:56:10 1 warning found (use --debug to expand): 07:56:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:56:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 07:56:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 07:56:10 #1 [internal] load build definition from Dockerfile 07:56:10 #1 transferring dockerfile: 163B done 07:56:10 #1 DONE 0.0s 07:56:10 07:56:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 07:56:10 #2 DONE 0.0s 07:56:10 07:56:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 07:56:10 #3 DONE 0.0s 07:56:10 07:56:10 #4 [internal] load .dockerignore 07:56:10 #4 transferring context: 2B done 07:56:10 #4 DONE 0.0s 07:56:10 07:56:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:10 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 done 07:56:10 #5 CACHED 07:56:10 07:56:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 07:56:10 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done 07:56:10 #6 CACHED 07:56:10 07:56:10 #7 exporting to image 07:56:10 #7 exporting layers done 07:56:10 #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done 07:56:10 #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done 07:56:10 #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done 07:56:10 #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done 07:56:10 #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done 07:56:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:56:10 #7 pushing layers 0.0s done 07:56:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done 07:56:10 #7 DONE 0.1s 07:56:10 07:56:10 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 07:56:10 #8 DONE 0.0s 07:56:10 07:56:10 1 warning found (use --debug to expand): 07:56:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:56:10 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:56:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:56:11 ---> package-listing.sh 07:56:11 ++ facter osfamily 07:56:11 ++ tr '[:upper:]' '[:lower:]' 07:56:12 + OS_FAMILY=redhat 07:56:12 + workspace=/w/workspace/exfoundry_device-virtual-go_main 07:56:12 + START_PACKAGES=/tmp/packages_start.txt 07:56:12 + END_PACKAGES=/tmp/packages_end.txt 07:56:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:56:12 + PACKAGES=/tmp/packages_start.txt 07:56:12 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:56:12 + PACKAGES=/tmp/packages_end.txt 07:56:12 + case "${OS_FAMILY}" in 07:56:12 + sort 07:56:12 + rpm -qa 07:56:12 + '[' -f /tmp/packages_start.txt ']' 07:56:12 + '[' -f /tmp/packages_end.txt ']' 07:56:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:56:12 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:56:12 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 07:56:12 + 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:56:12 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:56:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:13 07:56:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:13 latest: Pulling from edgex-lftools-log-publisher 07:56:13 5eb5b503b376: Pulling fs layer 07:56:13 5c69ac0246d0: Pulling fs layer 07:56:13 ec43610c2a17: Pulling fs layer 07:56:13 3a2ae6a8a46f: Pulling fs layer 07:56:13 33b1e0a273af: Pulling fs layer 07:56:13 5d3b04190fa2: Pulling fs layer 07:56:13 2f39f015ded8: Pulling fs layer 07:56:13 3a2ae6a8a46f: Waiting 07:56:13 33b1e0a273af: Waiting 07:56:13 5d3b04190fa2: Waiting 07:56:13 2f39f015ded8: Waiting 07:56:13 5c69ac0246d0: Verifying Checksum 07:56:13 5c69ac0246d0: Download complete 07:56:13 3a2ae6a8a46f: Verifying Checksum 07:56:13 3a2ae6a8a46f: Download complete 07:56:13 ec43610c2a17: Verifying Checksum 07:56:13 ec43610c2a17: Download complete 07:56:13 33b1e0a273af: Verifying Checksum 07:56:13 33b1e0a273af: Download complete 07:56:13 5d3b04190fa2: Verifying Checksum 07:56:13 5d3b04190fa2: Download complete 07:56:14 5eb5b503b376: Verifying Checksum 07:56:14 5eb5b503b376: Download complete 07:56:14 2f39f015ded8: Verifying Checksum 07:56:14 2f39f015ded8: Download complete 07:56:15 5eb5b503b376: Pull complete 07:56:15 5c69ac0246d0: Pull complete 07:56:16 ec43610c2a17: Pull complete 07:56:16 3a2ae6a8a46f: Pull complete 07:56:16 33b1e0a273af: Pull complete 07:56:16 5d3b04190fa2: Pull complete 07:56:20 2f39f015ded8: Pull complete 07:56:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:56:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:56:20 prd-centos7-docker-4c-2g-772492 does not seem to be running inside a container 07:56:20 $ 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:56:24 $ docker top bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c -eo pid,comm [Pipeline] { [Pipeline] sh 07:56:24 + touch /tmp/pre-build-complete [Pipeline] sh 07:56:24 + mkdir -p /var/log/sysstat [Pipeline] sh 07:56:25 + ls /var/log/sa-host 07:56:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:56:25 provisioning config files... 07:56:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1123769375349595307tmp [Pipeline] { [Pipeline] echo 07:56:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:56:25 ---> create-netrc.sh [Pipeline] } 07:56:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:56:25 ---> python-tools-install.sh [Pipeline] echo 07:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:56:26 ---> sudo-logs.sh 07:56:26 Archiving 'sudo' log.. 07:56:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-772492.novalocal: Name or service not known 07:56:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-772492.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:56:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:56:26 ---> job-cost.sh 07:56:26 lf-activate-venv: SKIPPING 07:56:26 INFO: No Stack... 07:56:26 INFO: Retrieving Pricing Info for: v3-standard-2 07:56:27 INFO: Archiving Costs [Pipeline] echo 07:56:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:56:27 ---> logs-deploy.sh 07:56:27 lf-activate-venv: SKIPPING 07:56:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/219 07:56:27 INFO: archiving workspace using pattern(s): 07:56:28 Archives upload complete. 07:56:28 INFO: archiving logs to Nexus 07:56:29 ---> uname -a: 07:56:29 Linux prd-centos7-docker-4c-2g-772492.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 07:56:29 07:56:29 07:56:29 ---> lscpu: 07:56:29 Architecture: x86_64 07:56:29 CPU op-mode(s): 32-bit, 64-bit 07:56:29 Byte Order: Little Endian 07:56:29 Address sizes: 40 bits physical, 48 bits virtual 07:56:29 CPU(s): 2 07:56:29 On-line CPU(s) list: 0,1 07:56:29 Thread(s) per core: 1 07:56:29 Core(s) per socket: 1 07:56:29 Socket(s): 2 07:56:29 NUMA node(s): 1 07:56:29 Vendor ID: AuthenticAMD 07:56:29 CPU family: 23 07:56:29 Model: 49 07:56:29 Model name: AMD EPYC-Rome Processor 07:56:29 Stepping: 0 07:56:29 CPU MHz: 2800.000 07:56:29 BogoMIPS: 5600.00 07:56:29 Virtualization: AMD-V 07:56:29 Hypervisor vendor: KVM 07:56:29 Virtualization type: full 07:56:29 L1d cache: 64 KiB 07:56:29 L1i cache: 64 KiB 07:56:29 L2 cache: 1 MiB 07:56:29 L3 cache: 32 MiB 07:56:29 NUMA node0 CPU(s): 0,1 07:56:29 Vulnerability Itlb multihit: Not affected 07:56:29 Vulnerability L1tf: Not affected 07:56:29 Vulnerability Mds: Not affected 07:56:29 Vulnerability Meltdown: Not affected 07:56:29 Vulnerability Mmio stale data: Not affected 07:56:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:56:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:56:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:56:29 Vulnerability Srbds: Not affected 07:56:29 Vulnerability Tsx async abort: Not affected 07:56:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 07:56:29 07:56:29 07:56:29 ---> nproc: 07:56:29 2 07:56:29 07:56:29 07:56:29 ---> df -h: 07:56:29 Filesystem Size Used Avail Use% Mounted on 07:56:29 overlay 40G 7.3G 33G 19% / 07:56:29 tmpfs 64M 0 64M 0% /dev 07:56:29 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 07:56:29 shm 64M 0 64M 0% /dev/shm 07:56:29 /dev/vda1 40G 7.3G 33G 19% /facter-os 07:56:29 07:56:29 07:56:29 Cannot open /var/log/sysstat/sa04: No such file or directory 07:56:29 Please check if data collecting is enabled 07:56:29 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:56:29 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:56:29 $ docker stop --time=1 bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c 07:56:30 $ docker rm -f --volumes bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:56:30 [WS-CLEANUP] Deleting project workspace... 07:56:30 [WS-CLEANUP] Deferred wipeout is used... 07:56:30 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:31 07:56:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:31 latest: Pulling from edgex-lftools-log-publisher 07:56:31 5eb5b503b376: Pulling fs layer 07:56:31 5c69ac0246d0: Pulling fs layer 07:56:31 ec43610c2a17: Pulling fs layer 07:56:31 3a2ae6a8a46f: Pulling fs layer 07:56:31 33b1e0a273af: Pulling fs layer 07:56:31 5d3b04190fa2: Pulling fs layer 07:56:31 2f39f015ded8: Pulling fs layer 07:56:31 33b1e0a273af: Waiting 07:56:31 3a2ae6a8a46f: Waiting 07:56:31 5d3b04190fa2: Waiting 07:56:31 2f39f015ded8: Waiting 07:56:31 5c69ac0246d0: Verifying Checksum 07:56:31 5c69ac0246d0: Download complete 07:56:31 3a2ae6a8a46f: Download complete 07:56:31 33b1e0a273af: Verifying Checksum 07:56:31 33b1e0a273af: Download complete 07:56:31 5d3b04190fa2: Verifying Checksum 07:56:31 5d3b04190fa2: Download complete 07:56:31 ec43610c2a17: Verifying Checksum 07:56:31 ec43610c2a17: Download complete 07:56:31 5eb5b503b376: Verifying Checksum 07:56:31 5eb5b503b376: Download complete 07:56:32 2f39f015ded8: Verifying Checksum 07:56:32 2f39f015ded8: Download complete 07:56:33 5eb5b503b376: Pull complete 07:56:33 5c69ac0246d0: Pull complete 07:56:33 ec43610c2a17: Pull complete 07:56:33 3a2ae6a8a46f: Pull complete 07:56:34 33b1e0a273af: Pull complete 07:56:34 5d3b04190fa2: Pull complete 07:56:39 2f39f015ded8: Pull complete 07:56:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:56:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:56:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:56:39 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 07:56:39 $ 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:56:40 $ docker top 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:56:41 ---> job-cost.sh 07:56:41 lf-activate-venv: SKIPPING 07:56:41 INFO: No Stack... 07:56:41 INFO: Retrieving Pricing Info for: v3-standard-8 07:56:41 INFO: Archiving Costs [Pipeline] sh 07:56:42 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 07:56:42 + cut -d, -f6 [Pipeline] lock 07:56:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] 07:56:42 Resource [jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] did not exist. Created. 07:56:42 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:56:42 + echo total: 0.2199999988079071 [Pipeline] stash 07:56:42 Stashed 1 file(s) [Pipeline] } 07:56:42 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] // lock [Pipeline] } 07:56:42 $ docker stop --time=1 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c 07:56:43 $ docker rm -f --volumes 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:57:41 Removing intermediate container 6223f3772d5c 07:57:41 ---> a7b99087291a 07:57:41 Step 10/12 : COPY . . 07:57:41 ---> 25c5e2a8d492 07:57:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:57:41 ---> Running in e2a0b165b4a7 07:57:41 Removing intermediate container e2a0b165b4a7 07:57:41 ---> 2093219ccb6c 07:57:41 Step 12/12 : RUN $MAKE 07:57:41 ---> Running in 5f827782ca49 07:57:41 noop 07:57:41 Removing intermediate container 5f827782ca49 07:57:41 ---> 3a94f7a8780e 07:57:41 Successfully built 3a94f7a8780e 07:57:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:42 + docker inspect -f . ci-base-image-arm64 07:57:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:57:42 prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container 07:57:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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:57:43 $ docker top eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:44 + go version 07:57:44 go version go1.25.3 linux/arm64 [Pipeline] } 07:57:44 $ docker stop --time=1 eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a 07:57:46 $ docker rm -f --volumes eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:46 + docker inspect -f . ci-base-image-arm64 07:57:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:57:46 prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container 07:57:46 $ 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/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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:57:48 $ docker top 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:48 + git config --global --add safe.directory /w/workspace/device-virtual-go/219 [Pipeline] fileExists [Pipeline] sh 07:57:49 + make test 07:57:49 go test ./... -coverprofile=coverage.out 07:57:55 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:01:49 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 08:01:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.070s coverage: 59.4% of statements 08:01:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:01:49 go vet ./... 08:02:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:02:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:02:28 ./bin/test-attribution-txt.sh [Pipeline] echo 08:02:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 08:02:29 $ docker stop --time=1 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c 08:02:31 $ docker rm -f --volumes 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c [Pipeline] // withDockerContainer [Pipeline] sh 08:02:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:02:33 Warning: overwriting stash ‘coverage-report’ 08:02:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:02:34 + ls -al . 08:02:34 total 272 08:02:34 drwxrwxr-x 7 jenkins jenkins 4096 Nov 4 07:57 . 08:02:34 drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 07:55 .. 08:02:34 drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:55 .git 08:02:34 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 .github 08:02:34 -rw-rw-r-- 1 jenkins jenkins 272 Nov 4 07:55 .gitignore 08:02:34 -rw-rw-r-- 1 jenkins jenkins 359 Nov 4 07:55 .golangci.yml 08:02:34 -rw-rw-r-- 1 jenkins jenkins 20974 Nov 4 07:55 Attribution.txt 08:02:34 -rw-rw-r-- 1 jenkins jenkins 17302 Nov 4 07:55 CHANGELOG.md 08:02:34 -rw-rw-r-- 1 jenkins jenkins 1755 Nov 4 07:55 Dockerfile 08:02:34 -rw-rw-r-- 1 jenkins jenkins 677 Nov 4 07:55 GOVERNANCE.md 08:02:34 -rw-rw-r-- 1 jenkins jenkins 683 Nov 4 07:55 Jenkinsfile 08:02:34 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 4 07:55 LICENSE 08:02:34 -rw-rw-r-- 1 jenkins jenkins 2651 Nov 4 07:55 Makefile 08:02:34 -rw-rw-r-- 1 jenkins jenkins 623 Nov 4 07:55 OWNERS.md 08:02:34 -rw-rw-r-- 1 jenkins jenkins 4473 Nov 4 07:55 README.md 08:02:34 -rw-rw-r-- 1 jenkins jenkins 11 Nov 4 07:53 VERSION 08:02:34 drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 07:55 bin 08:02:34 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 cmd 08:02:34 -rw-r--r-- 1 jenkins jenkins 45387 Nov 4 08:01 coverage.out 08:02:34 -rw-rw-r-- 1 jenkins jenkins 6645 Nov 4 07:55 go.mod 08:02:34 -rw-rw-r-- 1 jenkins jenkins 89081 Nov 4 07:55 go.sum 08:02:34 drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 internal 08:02:34 -rw-rw-r-- 1 jenkins jenkins 235 Nov 4 07:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:02:34 + 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=fea93d81e4b91ca4599cea782a7ea9898c6b18cb --label arch=arm64 --label version=4.1.0-dev.9 . 08:02:35 Sending build context to Docker daemon 20.6MB 08:02:35 Step 1/26 : ARG BASE=golang:1.25-alpine3.22 08:02:35 Step 2/26 : FROM ${BASE} AS builder 08:02:35 ---> 3a94f7a8780e 08:02:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:02:35 ---> Running in ed78501fbfe9 08:02:36 Removing intermediate container ed78501fbfe9 08:02:36 ---> 40d20f28be8a 08:02:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 08:02:36 ---> Running in 76388bd3473b 08:02:36 Removing intermediate container 76388bd3473b 08:02:36 ---> 3243b8843146 08:02:36 Step 5/26 : ARG ADD_BUILD_TAGS="" 08:02:36 ---> Running in f9174868a612 08:02:36 Removing intermediate container f9174868a612 08:02:36 ---> 8f19e02f93e9 08:02:36 Step 6/26 : WORKDIR /device-virtual-go 08:02:36 ---> Running in 8d6a2f22acb0 08:02:37 Removing intermediate container 8d6a2f22acb0 08:02:37 ---> 4a2782e2d9a7 08:02:37 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:02:37 ---> Running in b1c9a1329041 08:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:02:40 OK: 259 MiB in 64 packages 08:02:41 Removing intermediate container b1c9a1329041 08:02:41 ---> ff956553401e 08:02:41 Step 8/26 : COPY go.mod vendor* ./ 08:02:42 ---> 0af42b22ae55 08:02:42 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:02:42 ---> Running in cbc51fcf63de 08:02:44 Removing intermediate container cbc51fcf63de 08:02:44 ---> c31fd7b8c1bd 08:02:44 Step 10/26 : COPY . . 08:02:45 ---> b41aebdcb323 08:02:45 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:02:45 ---> Running in 308609546ca6 08:02:46 Removing intermediate container 308609546ca6 08:02:46 ---> ea9eed559756 08:02:46 Step 12/26 : RUN $MAKE 08:02:46 ---> Running in be961a54a196 08:02:47 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 08:06:24 Removing intermediate container be961a54a196 08:06:24 ---> f678e1ea60b7 08:06:24 Step 13/26 : FROM alpine:3.22 08:06:24 3.22: Pulling from library/alpine 08:06:24 6b59a28fa201: Already exists 08:06:24 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:06:24 Status: Downloaded newer image for alpine:3.22 08:06:24 ---> 171e65262c80 08:06:24 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 08:06:24 ---> Running in 1aad85b90a05 08:06:24 Removing intermediate container 1aad85b90a05 08:06:24 ---> e8c70340192c 08:06:24 Step 15/26 : RUN apk add --update --no-cache dumb-init 08:06:24 ---> Running in 0ecb24f191ab 08:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:06:24 (1/1) Installing dumb-init (1.2.5-r3) 08:06:24 Executing busybox-1.37.0-r19.trigger 08:06:24 OK: 8 MiB in 17 packages 08:06:24 Removing intermediate container 0ecb24f191ab 08:06:24 ---> 44527d82f139 08:06:24 Step 16/26 : RUN apk --no-cache upgrade 08:06:24 ---> Running in aff514b1466b 08:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:06:24 OK: 8 MiB in 17 packages 08:06:25 Removing intermediate container aff514b1466b 08:06:25 ---> 42cdffbc667a 08:06:25 Step 17/26 : WORKDIR / 08:06:25 ---> Running in 685eea18391e 08:06:25 Removing intermediate container 685eea18391e 08:06:25 ---> c393bbbcbba3 08:06:25 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 08:06:26 ---> d5a5c5beaf9e 08:06:26 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 08:06:26 ---> 691afba5bd7f 08:06:26 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 08:06:29 ---> 950253c25c9d 08:06:29 Step 21/26 : EXPOSE 59900 08:06:29 ---> Running in 2ccd91a8c2e3 08:06:29 Removing intermediate container 2ccd91a8c2e3 08:06:29 ---> e2fa079356b5 08:06:29 Step 22/26 : ENTRYPOINT ["/device-virtual"] 08:06:29 ---> Running in 7828f4aac59d 08:06:29 Removing intermediate container 7828f4aac59d 08:06:29 ---> 46cf862534ca 08:06:29 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 08:06:29 ---> Running in 4e748dddecc2 08:06:30 Removing intermediate container 4e748dddecc2 08:06:30 ---> 580a05d357ec 08:06:30 Step 24/26 : LABEL arch=arm64 08:06:30 ---> Running in df8047057a52 08:06:30 Removing intermediate container df8047057a52 08:06:30 ---> 6557bdfb6f14 08:06:30 Step 25/26 : LABEL git_sha=fea93d81e4b91ca4599cea782a7ea9898c6b18cb 08:06:30 ---> Running in 9efe687ef89e 08:06:30 Removing intermediate container 9efe687ef89e 08:06:30 ---> a209ed840364 08:06:30 Step 26/26 : LABEL version=4.1.0-dev.9 08:06:30 ---> Running in e032c8ad2f3e 08:06:31 Removing intermediate container e032c8ad2f3e 08:06:31 ---> 6bcae49df851 08:06:31 [Warning] One or more build-args [ARCH] were not consumed 08:06:31 Successfully built 6bcae49df851 08:06:31 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 08:06:31 provisioning config files... 08:06:31 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/219@tmp/config16359715897729479861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:31 ---> ****-login.sh 08:06:31 nexus3.edgexfoundry.org:10001 08:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:06:32 Configure a credential helper to remove this warning. See 08:06:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:06:32 08:06:32 Login Succeeded 08:06:32 nexus3.edgexfoundry.org:10002 08:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:06:32 Configure a credential helper to remove this warning. See 08:06:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:06:32 08:06:32 Login Succeeded 08:06:32 nexus3.edgexfoundry.org:10003 08:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:06:33 Configure a credential helper to remove this warning. See 08:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:06:33 08:06:33 Login Succeeded 08:06:33 nexus3.edgexfoundry.org:10004 08:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:06:33 Configure a credential helper to remove this warning. See 08:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:06:33 08:06:33 Login Succeeded 08:06:33 ****.io 08:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:06:33 Configure a credential helper to remove this warning. See 08:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:06:33 08:06:33 Login Succeeded 08:06:33 ---> ****-login.sh ends [Pipeline] } 08:06:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:06:33 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 08:06:33 fea93d81e4b91ca4599cea782a7ea9898c6b18cb 08:06:33 latest 08:06:33 4.1.0-dev.9 08:06:33 fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 08:06:33 main 08:06:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:34 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:34 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 08:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:06:34 0d8145535563: Preparing 08:06:34 0e2a60efa89b: Preparing 08:06:34 b77c904796f8: Preparing 08:06:34 5f458adadcb7: Preparing 08:06:34 38ff1273db5f: Preparing 08:06:34 0e64f2360a44: Preparing 08:06:34 0e64f2360a44: Waiting 08:06:34 0e2a60efa89b: Pushed 08:06:34 b77c904796f8: Pushed 08:06:34 5f458adadcb7: Pushed 08:06:34 38ff1273db5f: Pushed 08:06:34 0e64f2360a44: Layer already exists 08:06:43 0d8145535563: Pushed 08:06:43 fea93d81e4b91ca4599cea782a7ea9898c6b18cb: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:43 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:06:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:06:43 0d8145535563: Preparing 08:06:43 0e2a60efa89b: Preparing 08:06:43 b77c904796f8: Preparing 08:06:43 5f458adadcb7: Preparing 08:06:43 38ff1273db5f: Preparing 08:06:43 0e64f2360a44: Preparing 08:06:43 0e64f2360a44: Waiting 08:06:43 b77c904796f8: Layer already exists 08:06:43 38ff1273db5f: Layer already exists 08:06:43 0e2a60efa89b: Layer already exists 08:06:43 5f458adadcb7: Layer already exists 08:06:43 0d8145535563: Layer already exists 08:06:43 0e64f2360a44: Layer already exists 08:06:43 latest: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:44 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 08:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:06:44 0d8145535563: Preparing 08:06:44 0e2a60efa89b: Preparing 08:06:44 b77c904796f8: Preparing 08:06:44 5f458adadcb7: Preparing 08:06:44 38ff1273db5f: Preparing 08:06:44 0e64f2360a44: Preparing 08:06:44 0e64f2360a44: Waiting 08:06:44 5f458adadcb7: Layer already exists 08:06:44 38ff1273db5f: Layer already exists 08:06:44 b77c904796f8: Layer already exists 08:06:44 0d8145535563: Layer already exists 08:06:44 0e2a60efa89b: Layer already exists 08:06:44 0e64f2360a44: Layer already exists 08:06:44 4.1.0-dev.9: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:45 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 08:06:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:06:45 0d8145535563: Preparing 08:06:45 0e2a60efa89b: Preparing 08:06:45 b77c904796f8: Preparing 08:06:45 5f458adadcb7: Preparing 08:06:45 38ff1273db5f: Preparing 08:06:45 0e64f2360a44: Preparing 08:06:45 0e64f2360a44: Waiting 08:06:45 0d8145535563: Layer already exists 08:06:45 0e2a60efa89b: Layer already exists 08:06:45 b77c904796f8: Layer already exists 08:06:45 38ff1273db5f: Layer already exists 08:06:45 5f458adadcb7: Layer already exists 08:06:45 0e64f2360a44: Layer already exists 08:06:45 fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:45 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 08:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:06:46 0d8145535563: Preparing 08:06:46 0e2a60efa89b: Preparing 08:06:46 b77c904796f8: Preparing 08:06:46 5f458adadcb7: Preparing 08:06:46 38ff1273db5f: Preparing 08:06:46 0e64f2360a44: Preparing 08:06:46 0e64f2360a44: Waiting 08:06:46 38ff1273db5f: Layer already exists 08:06:46 5f458adadcb7: Layer already exists 08:06:46 0e2a60efa89b: Layer already exists 08:06:46 0d8145535563: Layer already exists 08:06:46 b77c904796f8: Layer already exists 08:06:46 0e64f2360a44: Layer already exists 08:06:46 main: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:46 ===================================================== [Pipeline] echo 08:06:46 taggedImages: 08:06:46 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb 08:06:46 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:06:46 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 08:06:46 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 08:06:46 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 08:06:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo 08:06:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 08:06:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [Pipeline] echo 08:06:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] echo 08:06:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:46 08:06:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:47 arm64: Pulling from edgex-lftools-log-publisher 08:06:47 8998bd30e6a1: Pulling fs layer 08:06:47 04944245beec: Pulling fs layer 08:06:47 699f458cf7ca: Pulling fs layer 08:06:47 765212b225bb: Pulling fs layer 08:06:47 f23df028b6ca: Pulling fs layer 08:06:47 d65c8cfc05b1: Pulling fs layer 08:06:47 2437ff75d9bd: Pulling fs layer 08:06:47 765212b225bb: Waiting 08:06:47 f23df028b6ca: Waiting 08:06:47 d65c8cfc05b1: Waiting 08:06:47 2437ff75d9bd: Waiting 08:06:47 04944245beec: Verifying Checksum 08:06:47 04944245beec: Download complete 08:06:47 765212b225bb: Verifying Checksum 08:06:47 765212b225bb: Download complete 08:06:47 f23df028b6ca: Download complete 08:06:47 d65c8cfc05b1: Verifying Checksum 08:06:47 d65c8cfc05b1: Download complete 08:06:47 699f458cf7ca: Verifying Checksum 08:06:48 8998bd30e6a1: Verifying Checksum 08:06:50 2437ff75d9bd: Verifying Checksum 08:06:50 2437ff75d9bd: Download complete 08:06:52 8998bd30e6a1: Pull complete 08:06:53 04944245beec: Pull complete 08:06:55 699f458cf7ca: Pull complete 08:06:55 765212b225bb: Pull complete 08:06:56 f23df028b6ca: Pull complete 08:06:56 d65c8cfc05b1: Pull complete 08:07:14 2437ff75d9bd: Pull complete 08:07:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:07:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:07:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:14 prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container 08:07:14 $ 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/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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 08:07:17 $ docker top 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:07:18 ---> job-cost.sh 08:07:18 lf-activate-venv: SKIPPING 08:07:18 INFO: No Stack... 08:07:18 INFO: Retrieving Pricing Info for: v3-standard-4 08:07:19 INFO: Archiving Costs [Pipeline] sh 08:07:20 + cut -d, -f6 08:07:20 + cat /w/workspace/device-virtual-go/219/archives/cost.csv [Pipeline] lock 08:07:20 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] 08:07:20 Resource [jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] did not exist. Created. 08:07:20 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:07:20 /w/workspace/device-virtual-go/219@tmp/durable-03443d1e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:07:21 + echo total: 0.10999999940395355 [Pipeline] stash 08:07:21 Warning: overwriting stash ‘stack-cost’ 08:07:21 Stashed 1 file(s) [Pipeline] } 08:07:21 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] // lock [Pipeline] } 08:07:21 $ docker stop --time=1 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 08:07:23 $ docker rm -f --volumes 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 [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 08:07:23 provisioning config files... 08:07:23 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config934367405169503545tmp [Pipeline] { [Pipeline] sh 08:07:24 + set +x 08:07:24 + curl -s https://codecov.io/bash 08:07:24 + bash -s -- 08:07:24 08:07:24 _____ _ 08:07:24 / ____| | | 08:07:24 | | ___ __| | ___ ___ _____ __ 08:07:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:07:24 | |___| (_) | (_| | __/ (_| (_) \ V / 08:07:24 \_____\___/ \__,_|\___|\___\___/ \_/ 08:07:24 Bash-1.0.6 08:07:24 08:07:24 08:07:24 ==> git version 2.25.1 found 08:07:24 ==> 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 08:07:24 Release-Date: 2020-01-08 08:07:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:07:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:07:24 ==> Jenkins CI detected. 08:07:24 current dir:  /w/workspace/exfoundry_device-virtual-go_main 08:07:24 project root: . 08:07:24 --> token set from env 08:07:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:07:24 ==> Running gcov in . (disable via -X gcov) 08:07:24 ==> Python coveragepy not found 08:07:24 ==> Searching for coverage reports in: 08:07:24 + . 08:07:24 -> Found 1 reports 08:07:24 ==> Detecting git/mercurial file structure 08:07:24 ==> Reading reports 08:07:24 + ./coverage.out bytes=45387 08:07:24 ==> Appending adjustments 08:07:24 https://docs.codecov.io/docs/fixing-reports 08:07:24 + Found adjustments 08:07:24 ==> Gzipping contents 08:07:24 8.0K /tmp/codecov.RIzpdx.gz 08:07:24 ==> Uploading reports 08:07:24 url: https://codecov.io 08:07:24 query: branch=main&commit=fea93d81e4b91ca4599cea782a7ea9898c6b18cb&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F219%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:24 -> Pinging Codecov 08:07:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fea93d81e4b91ca4599cea782a7ea9898c6b18cb&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F219%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:24 -> Uploading to 08:07:24 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/fea93d81e4b91ca4599cea782a7ea9898c6b18cb/411b3787-f30f-4ec2-973e-d0893c9e4821.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251104%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251104T080724Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b4e8ab199293ffef5dddbd1b1d46ee3f626db0190e3c9021eea2fc645eecb5ca 08:07:24 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:24 Dload Upload Total Spent Left Speed 08:07:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5352 0 0 100 5352 0 31668 --:--:-- --:--:-- --:--:-- 31668 08:07:24 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } 08:07:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:07:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:07:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:07:25 08:07:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:07:25 latest: Pulling from edgex-devops/edgex-snyk-go 08:07:25 2d35ebdb57d9: Already exists 08:07:25 85e8836fcdb2: Pulling fs layer 08:07:25 91631faa732a: Pulling fs layer 08:07:25 f3f5ae8826fa: Pulling fs layer 08:07:25 4f4fb700ef54: Pulling fs layer 08:07:25 7861252a18e6: Pulling fs layer 08:07:25 9130f900ef6f: Pulling fs layer 08:07:25 4f4fb700ef54: Waiting 08:07:25 7861252a18e6: Waiting 08:07:25 f3f5ae8826fa: Verifying Checksum 08:07:25 f3f5ae8826fa: Download complete 08:07:25 85e8836fcdb2: Download complete 08:07:25 4f4fb700ef54: Verifying Checksum 08:07:25 4f4fb700ef54: Download complete 08:07:25 85e8836fcdb2: Pull complete 08:07:25 7861252a18e6: Verifying Checksum 08:07:25 7861252a18e6: Download complete 08:07:25 91631faa732a: Verifying Checksum 08:07:25 91631faa732a: Download complete 08:07:26 9130f900ef6f: Verifying Checksum 08:07:26 9130f900ef6f: Download complete 08:07:30 91631faa732a: Pull complete 08:07:30 f3f5ae8826fa: Pull complete 08:07:30 4f4fb700ef54: Pull complete 08:07:30 7861252a18e6: Pull complete 08:07:35 9130f900ef6f: Pull complete 08:07:35 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 08:07:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:07:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:35 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:07:35 $ 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 08:07:36 $ docker top 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:37 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 08:07:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 08:07:37 + set -o pipefail 08:07:37 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 08:07:44 08:07:44 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 08:07:44 08:07:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/334b4a83-9fe2-43ff-9d79-1b97e9c8ad9a 08:07:44 08:07:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:07:44 08:07:44 08:07:44 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 08:07:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:07:44 $ docker stop --time=1 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc 08:07:46 $ docker rm -f --volumes 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc [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 08:07:47 + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] sh 08:07:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:07:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:07:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:48 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:07: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 08:07:48 $ docker top 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 -eo pid,comm 08:07:48 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). 08:07:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:48 [ssh-agent] Looking for ssh-agent implementation... 08:07:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:48 $ docker exec 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 ssh-agent 08:07:48 SSH_AUTH_SOCK=/tmp/ssh-9W8mL6xhtqoc/agent.32 08:07:48 SSH_AGENT_PID=38 08:07:48 Running ssh-add (command line suppressed) 08:07:49 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4971009676605276788.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4971009676605276788.key) 08:07:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:49 + git semver tag 08:07:49 2025-11-04 08:07:49,595 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:07:49 2025-11-04 08:07:49,599 [run_tag] DEBUG tag force:False 08:07:49 2025-11-04 08:07:49,599 [check_head_tag] DEBUG check head tag 08:07:49 2025-11-04 08:07:49,600 [execute] INFO git cat-file --batch-check 08:07:49 2025-11-04 08:07:49,600 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 08:07:49 2025-11-04 08:07:49,602 [execute] INFO git cat-file --batch 08:07:49 2025-11-04 08:07:49,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 08:07:49 2025-11-04 08:07:49,612 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:07:49 2025-11-04 08:07:49,612 [execute] INFO git tag -a v4.1.0-dev.9 -m v4.1.0-dev.9 08:07:49 2025-11-04 08:07:49,612 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.9', '-m', 'v4.1.0-dev.9'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 08:07:49 2025-11-04 08:07:49,616 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:07:49 4.1.0-dev.9 [Pipeline] } 08:07:49 $ docker exec --env ******** --env ******** 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 ssh-agent -k 08:07:49 unset SSH_AUTH_SOCK; 08:07:49 unset SSH_AGENT_PID; 08:07:49 echo Agent pid 38 killed; 08:07:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:50 + git semver [Pipeline] } 08:07:50 $ docker stop --time=1 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 08:07:51 $ docker rm -f --volumes 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:07:51 08:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:07:52 0.23.1-centos7: Pulling from edgex-lftools 08:07:52 ab5ef0e58194: Pulling fs layer 08:07:52 9712f1f96733: Pulling fs layer 08:07:52 63f879dbbcfc: Pulling fs layer 08:07:52 0d9ebad4ef96: Pulling fs layer 08:07:52 e9a5061849ea: Pulling fs layer 08:07:52 d747dcd14b5f: Pulling fs layer 08:07:52 2de7ff778b66: Pulling fs layer 08:07:52 e9a5061849ea: Waiting 08:07:52 d747dcd14b5f: Waiting 08:07:52 2de7ff778b66: Waiting 08:07:52 0d9ebad4ef96: Waiting 08:07:52 9712f1f96733: Verifying Checksum 08:07:52 9712f1f96733: Download complete 08:07:52 63f879dbbcfc: Verifying Checksum 08:07:52 63f879dbbcfc: Download complete 08:07:52 0d9ebad4ef96: Verifying Checksum 08:07:52 0d9ebad4ef96: Download complete 08:07:52 e9a5061849ea: Verifying Checksum 08:07:52 e9a5061849ea: Download complete 08:07:52 d747dcd14b5f: Download complete 08:07:53 ab5ef0e58194: Verifying Checksum 08:07:53 ab5ef0e58194: Download complete 08:07:53 2de7ff778b66: Verifying Checksum 08:07:53 2de7ff778b66: Download complete 08:07:57 ab5ef0e58194: Pull complete 08:07:57 9712f1f96733: Pull complete 08:07:57 63f879dbbcfc: Pull complete 08:08:02 0d9ebad4ef96: Pull complete 08:08:02 e9a5061849ea: Pull complete 08:08:02 d747dcd14b5f: Pull complete 08:08:03 2de7ff778b66: Pull complete 08:08:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:03 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:08:03 $ 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 08:08:05 $ docker top 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:08:05 provisioning config files... 08:08:05 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13419852077292471594tmp 08:08:05 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12946309408686817075tmp 08:08:05 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5803015881733058245tmp [Pipeline] { [Pipeline] echo 08:08:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:08:05 ---> sigul-configuration.sh 08:08:05 gpg: directory `/root/.gnupg' created 08:08:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:08:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:08:05 gpg: keyring `/root/.gnupg/secring.gpg' created 08:08:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:08:05 gpg: CAST5 encrypted data 08:08:05 gpg: encrypted with 1 passphrase 08:08:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:08:06 + mkdir /home/jenkins 08:08:06 + mkdir /home/jenkins/sigul [Pipeline] sh 08:08:06 + 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 08:08:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:08:06 ---> sigul-install.sh 08:08:06 Sigul already installed; skipping installation. [Pipeline] sh 08:08:06 + git tag --list 08:08:06 v1.0.0 08:08:06 v1.1.0 08:08:06 v1.1.1 08:08:06 v1.2.1 08:08:06 v1.2.2 08:08:06 v1.2.3 08:08:06 v1.3.0 08:08:06 v1.3.1 08:08:06 v2.0.0 08:08:06 v2.1.0 08:08:06 v2.1.1 08:08:06 v2.2.0 08:08:06 v2.3.0 08:08:06 v3.0 08:08:06 v3.0.0 08:08:06 v3.1 08:08:06 v3.1.0 08:08:06 v3.1.1 08:08:06 v4.0 08:08:06 v4.0.0 08:08:06 v4.1.0-dev.1 08:08:06 v4.1.0-dev.2 08:08:06 v4.1.0-dev.3 08:08:06 v4.1.0-dev.4 08:08:06 v4.1.0-dev.5 08:08:06 v4.1.0-dev.6 08:08:06 v4.1.0-dev.7 08:08:06 v4.1.0-dev.8 08:08:06 v4.1.0-dev.9 [Pipeline] sh 08:08:07 + lftools sign git-tag v4.1.0-dev.9 08:08:07 Signing Git tag with Sigul... 08:08:07 Signing v4.1.0-dev.9 [Pipeline] echo 08:08:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:08:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:08:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:08:08 $ docker stop --time=1 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 08:08:09 $ docker rm -f --volumes 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:08:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:08:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:08:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:10 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:08:10 $ 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 08:08:11 $ docker top f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:11 [ssh-agent] Looking for ssh-agent implementation... 08:08:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:11 $ docker exec f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c ssh-agent 08:08:11 SSH_AUTH_SOCK=/tmp/ssh-I9ogJdyLxXgS/agent.32 08:08:11 SSH_AGENT_PID=38 08:08:11 Running ssh-add (command line suppressed) 08:08:11 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17219171618910054217.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17219171618910054217.key) 08:08:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:11 + git semver bump pre 08:08:11 2025-11-04 08:08:11,924 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:08:11 2025-11-04 08:08:11,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:08:11 2025-11-04 08:08:11,928 [bump_version] DEBUG bumping version:4.1.0-dev.9 on axis:pre with prefix:dev 08:08:11 2025-11-04 08:08:11,928 [bump_version] DEBUG bumped version:4.1.0-dev.10 08:08:11 2025-11-04 08:08:11,928 [write_version] DEBUG write version:4.1.0-dev.10 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 08:08:11 2025-11-04 08:08:11,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:08:11 2025-11-04 08:08:11,928 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:08:11 2025-11-04 08:08:11,930 [execute] INFO git cat-file --batch-check 08:08:11 2025-11-04 08:08:11,930 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:08:11 2025-11-04 08:08:11,934 [execute] INFO git cat-file --batch 08:08:11 2025-11-04 08:08:11,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:08:11 2025-11-04 08:08:11,937 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:08:11 4.1.0-dev.10 [Pipeline] } 08:08:12 $ docker exec --env ******** --env ******** f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c ssh-agent -k 08:08:12 unset SSH_AUTH_SOCK; 08:08:12 unset SSH_AGENT_PID; 08:08:12 echo Agent pid 38 killed; 08:08:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:12 + git semver [Pipeline] } 08:08:12 $ docker stop --time=1 f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c 08:08:14 $ docker rm -f --volumes f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c [Pipeline] // withDockerContainer [Pipeline] sh 08:08:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:08:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:08:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:14 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:08:14 $ 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 08:08:15 $ docker top cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a -eo pid,comm 08:08:15 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). 08:08:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:15 [ssh-agent] Looking for ssh-agent implementation... 08:08:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:15 $ docker exec cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a ssh-agent 08:08:15 SSH_AUTH_SOCK=/tmp/ssh-m6UsnTBuNw1t/agent.32 08:08:15 SSH_AGENT_PID=38 08:08:15 Running ssh-add (command line suppressed) 08:08:15 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14098143631789294336.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14098143631789294336.key) 08:08:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:15 + git semver push 08:08:16 2025-11-04 08:08:16,067 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:08:16 2025-11-04 08:08:16,071 [run_push] DEBUG push 08:08:16 2025-11-04 08:08:16,072 [execute] INFO git cat-file --batch-check 08:08:16 2025-11-04 08:08:16,072 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:08:16 2025-11-04 08:08:16,074 [execute] INFO git rev-list f6c20f0e32eea0b52e421d0673eb5b627f17d517 -- 08:08:16 2025-11-04 08:08:16,074 [execute] DEBUG Popen(['git', 'rev-list', 'f6c20f0e32eea0b52e421d0673eb5b627f17d517', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:08:16 2025-11-04 08:08:16,081 [execute] INFO git fetch -v -- origin 08:08:16 2025-11-04 08:08:16,081 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 08:08:16 2025-11-04 08:08:16,633 [run_push] DEBUG no remote changes detected 08:08:16 2025-11-04 08:08:16,633 [execute] INFO git push origin semver 08:08:16 2025-11-04 08:08:16,633 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:08:17 2025-11-04 08:08:17,402 [run_push] DEBUG push all version tags 08:08:17 2025-11-04 08:08:17,402 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:08:17 2025-11-04 08:08:17,402 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 08:08:18 2025-11-04 08:08:18,198 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:08:18 4.1.0-dev.10 [Pipeline] } 08:08:18 $ docker exec --env ******** --env ******** cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a ssh-agent -k 08:08:18 unset SSH_AUTH_SOCK; 08:08:18 unset SSH_AGENT_PID; 08:08:18 echo Agent pid 38 killed; 08:08:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:18 + git semver [Pipeline] } 08:08:19 $ docker stop --time=1 cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a 08:08:20 $ docker rm -f --volumes cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a [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 08:08:21 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 08:08:21 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:08:21 total 16 08:08:21 drwxr-xr-x 3 root root 4096 Nov 4 07:56 . 08:08:21 drwxrwxr-x 9 jenkins jenkins 4096 Nov 4 08:08 .. 08:08:21 drwxr-xr-x 2 root root 4096 Nov 4 07:56 cost 08:08:21 -rw-r--r-- 1 root root 89 Nov 4 07:56 cost.csv 08:08:21 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 08:08:21 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:08:21 total 16 08:08:21 drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 07:56 . 08:08:21 drwxrwxr-x 9 jenkins jenkins 4096 Nov 4 08:08 .. 08:08:21 drwxr-xr-x 2 jenkins jenkins 4096 Nov 4 07:56 cost 08:08:21 -rw-r--r-- 1 jenkins jenkins 89 Nov 4 07:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:08:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:08:22 ---> package-listing.sh 08:08:22 ++ facter osfamily 08:08:22 ++ tr '[:upper:]' '[:lower:]' 08:08:22 + OS_FAMILY=debian 08:08:22 + workspace=/w/workspace/exfoundry_device-virtual-go_main 08:08:22 + START_PACKAGES=/tmp/packages_start.txt 08:08:22 + END_PACKAGES=/tmp/packages_end.txt 08:08:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:08:22 + PACKAGES=/tmp/packages_start.txt 08:08:22 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:08:22 + PACKAGES=/tmp/packages_end.txt 08:08:22 + case "${OS_FAMILY}" in 08:08:22 + dpkg -l 08:08:22 + grep '^ii' 08:08:22 + '[' -f /tmp/packages_start.txt ']' 08:08:22 + '[' -f /tmp/packages_end.txt ']' 08:08:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:08:22 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:08:22 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 08:08:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 08:08:22 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 08:08:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:08:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:23 prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container 08:08:23 $ 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 08:08:23 $ docker top 0cf9ebd6a4e8253593ccf1d86bf56bf66f2bb1753ae78f555dde6bbbbdfdb916 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:23 + touch /tmp/pre-build-complete [Pipeline] sh 08:08:24 + mkdir -p /var/log/sysstat [Pipeline] sh 08:08:24 + ls /var/log/sa-host 08:08:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:08:24 provisioning config files... 08:08:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5751968745738098498tmp [Pipeline] { [Pipeline] echo 08:08:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:08:24 ---> create-netrc.sh [Pipeline] } 08:08:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:08:25 ---> python-tools-install.sh [Pipeline] echo 08:08:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:08:25 ---> sudo-logs.sh 08:08:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:08:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:08:25 ---> job-cost.sh 08:08:25 lf-activate-venv: SKIPPING 08:08:25 DEBUG: total: 0.2199999988079071 08:08:25 INFO: Retrieving Stack Cost... 08:08:26 INFO: Retrieving Pricing Info for: v3-standard-8 08:08:26 INFO: Archiving Costs [Pipeline] echo 08:08:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:08:26 ---> logs-deploy.sh 08:08:26 lf-activate-venv: SKIPPING 08:08:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/219 08:08:26 INFO: archiving workspace using pattern(s): 08:08:27 Archives upload complete. 08:08:27 INFO: archiving logs to Nexus