Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 18d8af96c4983b458655ffab9e9588622db3e287 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-ssh16114242574429976841.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-ssh13904449088995835314.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-ssh5671877761870650930.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-ssh12281247410521268012.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-ssh5106019188510734148.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-775325 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 18d8af96c4983b458655ffab9e9588622db3e287 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#569)" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 18d8af96c4983b458655ffab9e9588622db3e287 # timeout=10 > git rev-list --no-walk befb18c15371f8f22c7a0b1ea77614523471c5c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:25:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:25:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:25:23 ========================================================= 03:25:23 EdgeX Global Pipelines Version Info 03:25:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:25:24 ------------------- 03:25:24 stable info: 03:25:24 ------------------- 03:25:24 Commited By: Cherry Wang cherry@iotechsys.com 03:25:24 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 03:25:24 Message: update stable to v1.0.278 03:25:25 ------------------- 03:25:25 experimental info: 03:25:25 ------------------- 03:25:25 Commited By: **** collab-it+edgex@linuxfoundation.org 03:25:25 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 03:25:25 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:25:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] echo 03:25:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 18d8af9 [Pipeline] echo 03:25:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:25:26 provisioning config files... 03:25:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16670221398214306777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:25:26 ---> ****-login.sh 03:25:26 nexus3.edgexfoundry.org:10001 03:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:26 03:25:26 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:25:26 Configure a credential helper to remove this warning. See 03:25:26 https://docs.****.com/go/credential-store/ 03:25:26 03:25:26 Login Succeeded 03:25:26 nexus3.edgexfoundry.org:10002 03:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:26 03:25:26 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:25:26 Configure a credential helper to remove this warning. See 03:25:26 https://docs.****.com/go/credential-store/ 03:25:26 03:25:26 Login Succeeded 03:25:26 nexus3.edgexfoundry.org:10003 03:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:26 03:25:26 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:25:26 Configure a credential helper to remove this warning. See 03:25:26 https://docs.****.com/go/credential-store/ 03:25:26 03:25:26 Login Succeeded 03:25:26 nexus3.edgexfoundry.org:10004 03:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:26 03:25:26 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:25:26 Configure a credential helper to remove this warning. See 03:25:26 https://docs.****.com/go/credential-store/ 03:25:26 03:25:26 Login Succeeded 03:25:26 ****.io 03:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:27 03:25:27 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:25:27 Configure a credential helper to remove this warning. See 03:25:27 https://docs.****.com/go/credential-store/ 03:25:27 03:25:27 Login Succeeded 03:25:27 ---> ****-login.sh ends [Pipeline] } 03:25:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:25:27 + git rev-list -1 --merges 18d8af96c4983b458655ffab9e9588622db3e287~1..18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] echo 03:25:27 -----------> git rev-list -1 --merges 18d8af96c4983b458655ffab9e9588622db3e287~1..18d8af96c4983b458655ffab9e9588622db3e287 18d8af96c4983b458655ffab9e9588622db3e287 [false] [Pipeline] sh 03:25:28 + git log --format=format:%s -1 18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] echo 03:25:28 ========================================================= 03:25:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:25:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:25:28 + git log --format=format:%s -1 18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] echo 03:25:28 [semverPrep] GIT_COMMIT: 18d8af96c4983b458655ffab9e9588622db3e287, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#569) [Pipeline] echo 03:25:28 [semverPrep] This is not a build commit. [Pipeline] sh 03:25:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:25:28 + grep -v github /etc/ssh/ssh_known_hosts 03:25:28 + [ -e /tmp/ssh_known_hosts ] 03:25:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:25:28 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:25:28 + sudo tee -a /etc/ssh/ssh_known_hosts 03:25:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:25:29 03:25:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:25:29 0.1.4: Pulling from edgex-devops/py-git-semver 03:25:29 3dae71ba6b94: Pulling fs layer 03:25:29 6bf1a483ea7c: Pulling fs layer 03:25:29 f5dfc541a4d3: Pulling fs layer 03:25:29 461d9e800cba: Pulling fs layer 03:25:29 80192f66455f: Pulling fs layer 03:25:29 2e8e34ca0e6c: Pulling fs layer 03:25:29 a29436f7fd5d: Pulling fs layer 03:25:29 923cac83aea3: Pulling fs layer 03:25:29 25ad8b0a4227: Pulling fs layer 03:25:29 db01528c6b51: Pulling fs layer 03:25:29 28988de357af: Pulling fs layer 03:25:29 a29436f7fd5d: Waiting 03:25:29 923cac83aea3: Waiting 03:25:29 461d9e800cba: Waiting 03:25:29 25ad8b0a4227: Waiting 03:25:29 db01528c6b51: Waiting 03:25:29 28988de357af: Waiting 03:25:29 80192f66455f: Waiting 03:25:29 2e8e34ca0e6c: Waiting 03:25:29 6bf1a483ea7c: Verifying Checksum 03:25:29 6bf1a483ea7c: Download complete 03:25:29 461d9e800cba: Download complete 03:25:29 80192f66455f: Download complete 03:25:29 f5dfc541a4d3: Verifying Checksum 03:25:29 f5dfc541a4d3: Download complete 03:25:29 3dae71ba6b94: Verifying Checksum 03:25:29 3dae71ba6b94: Download complete 03:25:29 923cac83aea3: Verifying Checksum 03:25:29 923cac83aea3: Download complete 03:25:29 25ad8b0a4227: Verifying Checksum 03:25:29 25ad8b0a4227: Download complete 03:25:29 db01528c6b51: Verifying Checksum 03:25:29 db01528c6b51: Download complete 03:25:29 28988de357af: Verifying Checksum 03:25:29 28988de357af: Download complete 03:25:29 a29436f7fd5d: Verifying Checksum 03:25:29 a29436f7fd5d: Download complete 03:25:30 2e8e34ca0e6c: Verifying Checksum 03:25:30 2e8e34ca0e6c: Download complete 03:25:31 3dae71ba6b94: Pull complete 03:25:31 6bf1a483ea7c: Pull complete 03:25:32 f5dfc541a4d3: Pull complete 03:25:32 461d9e800cba: Pull complete 03:25:32 80192f66455f: Pull complete 03:25:36 2e8e34ca0e6c: Pull complete 03:25:36 a29436f7fd5d: Pull complete 03:25:36 923cac83aea3: Pull complete 03:25:36 25ad8b0a4227: Pull complete 03:25:36 db01528c6b51: Pull complete 03:25:36 28988de357af: Pull complete 03:25:36 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:25:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:25:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:25:37 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:25:37 $ 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 03:25:41 $ docker top f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea -eo pid,comm 03:25:41 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). 03:25:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:41 [ssh-agent] Looking for ssh-agent implementation... 03:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:41 $ docker exec f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea ssh-agent 03:25:41 SSH_AUTH_SOCK=/tmp/ssh-NV6LlV258Bp7/agent.32 03:25:41 SSH_AGENT_PID=38 03:25:41 Running ssh-add (command line suppressed) 03:25:41 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17702325123736539396.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17702325123736539396.key) 03:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:42 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] sh 03:25:42 + git tag --points-at HEAD [Pipeline] } 03:25:42 $ docker exec --env ******** --env ******** f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea ssh-agent -k 03:25:42 unset SSH_AUTH_SOCK; 03:25:42 unset SSH_AGENT_PID; 03:25:42 echo Agent pid 38 killed; 03:25:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:25:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:42 [ssh-agent] Looking for ssh-agent implementation... 03:25:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:42 $ docker exec f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea ssh-agent 03:25:42 SSH_AUTH_SOCK=/tmp/ssh-UJ0pc4SEtx4W/agent.86 03:25:42 SSH_AGENT_PID=92 03:25:42 Running ssh-add (command line suppressed) 03:25:43 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12889726428112210197.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12889726428112210197.key) 03:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:43 + git semver init 03:25:43 2025-12-18 03:25:43,570 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:25:43 2025-12-18 03:25:43,574 [run_init] DEBUG init version:0.0.0 force:False 03:25:43 2025-12-18 03:25:43,575 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 03:25:43 2025-12-18 03:25:43,576 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 03:25:43 2025-12-18 03:25:43,576 [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) 03:25:45 2025-12-18 03:25:45,057 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 03:25:45 2025-12-18 03:25:45,057 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 03:25:45 2025-12-18 03:25:45,058 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:25:45 2025-12-18 03:25:45,058 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:25:45 4.1.0-dev.12 [Pipeline] } 03:25:45 $ docker exec --env ******** --env ******** f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea ssh-agent -k 03:25:45 unset SSH_AUTH_SOCK; 03:25:45 unset SSH_AGENT_PID; 03:25:45 echo Agent pid 92 killed; 03:25:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:25:45 + git semver [Pipeline] } 03:25:46 $ docker stop --time=1 f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea 03:25:47 $ docker rm -f --volumes f556eb9c3c982afd79c3293a1b414efb69c2b1fcd7eac8ad72647d85e4dbefea [Pipeline] // withDockerContainer [Pipeline] sh 03:25:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:25:48 Stashed 1 file(s) [Pipeline] echo 03:25:48 [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [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 03:25:48 provisioning config files... 03:25:48 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13623222963515890943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:25:48 ---> ****-login.sh 03:25:48 nexus3.edgexfoundry.org:10001 03:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:48 Login Succeeded 03:25:48 nexus3.edgexfoundry.org:10002 03:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:48 Login Succeeded 03:25:48 nexus3.edgexfoundry.org:10003 03:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:48 Login Succeeded 03:25:48 nexus3.edgexfoundry.org:10004 03:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:48 Login Succeeded 03:25:48 ****.io 03:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:49 Login Succeeded 03:25:49 ---> ****-login.sh ends [Pipeline] } 03:25:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:25:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:25:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:25:49 ========================================================= 03:25:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 03:25:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:49 + 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 . 03:25:50 #0 building with "default" instance using docker driver 03:25:50 03:25:50 #1 [internal] load build definition from Dockerfile 03:25:50 #1 transferring dockerfile: 1.79kB done 03:25:50 #1 DONE 0.0s 03:25:50 03:25:50 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:25:50 #2 DONE 0.1s 03:25:50 03:25:50 #3 [internal] load .dockerignore 03:25:50 #3 transferring context: 2B done 03:25:50 #3 DONE 0.0s 03:25:50 03:25:50 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 03:25:50 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 03:25:50 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 03:25:50 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 1.05MB / 60.15MB 0.1s 03:25:50 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 03:25:50 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 03:25:50 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 03:25:50 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 2.47MB / 3.80MB 0.1s 03:25:50 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.1s done 03:25:50 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 11.53MB / 60.15MB 0.2s 03:25:50 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 03:25:50 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 03:25:50 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 03:25:50 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.2s done 03:25:50 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.2s 03:25:50 #4 ... 03:25:50 03:25:50 #5 [internal] load build context 03:25:50 #5 transferring context: 41.89MB 0.3s done 03:25:50 #5 DONE 0.3s 03:25:50 03:25:50 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 03:25:50 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 24.12MB / 60.15MB 0.3s 03:25:50 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done 03:25:50 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 6.29MB / 11.98MB 0.3s 03:25:50 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.15MB / 112.58MB 0.3s 03:25:50 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 40.89MB / 60.15MB 0.4s 03:25:50 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s 03:25:50 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 10.49MB / 112.58MB 0.4s 03:25:50 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s 03:25:51 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s 03:25:51 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done 03:25:51 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 30.41MB / 112.58MB 0.6s 03:25:51 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done 03:25:51 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 7.34MB / 14.72MB 0.6s 03:25:51 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 59.77MB / 112.58MB 0.8s 03:25:51 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.8s 03:25:51 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.9s done 03:25:51 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 68.16MB / 112.58MB 0.9s 03:25:51 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.9s done 03:25:51 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 90.18MB / 112.58MB 1.0s 03:25:51 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 03:25:51 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s 03:25:52 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.6s done 03:25:55 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.1s done 03:25:55 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 03:25:55 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 03:25:55 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 03:25:55 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 03:25:55 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 03:25:56 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.3s done 03:25:56 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 03:25:59 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.7s done 03:25:59 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s 03:25:59 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.6s done 03:25:59 #4 DONE 9.3s 03:25:59 03:25:59 #6 [builder 2/7] WORKDIR /device-virtual-go 03:26:03 Still waiting to schedule task 03:26:03 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-775321’ 03:26:04 #6 DONE 4.2s 03:26:04 03:26:04 #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 03:26:04 #7 0.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:26:04 #7 0.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:26:04 #7 0.710 (1/4) Installing openssh-keygen (10.0_p1-r10) 03:26:04 #7 0.718 (2/4) Installing libedit (20250104.3.1-r1) 03:26:04 #7 0.725 (3/4) Installing openssh-client-common (10.0_p1-r10) 03:26:04 #7 0.752 (4/4) Installing openssh-client-default (10.0_p1-r10) 03:26:04 #7 0.767 Executing busybox-1.37.0-r19.trigger 03:26:04 #7 0.776 OK: 269 MiB in 64 packages 03:26:04 #7 DONE 0.9s 03:26:04 03:26:04 #8 [builder 4/7] COPY go.mod vendor* ./ 03:26:04 #8 DONE 0.0s 03:26:04 03:26:04 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:26:19 #9 DONE 13.1s 03:26:19 03:26:19 #10 [builder 6/7] COPY . . 03:26:19 #10 DONE 0.3s 03:26:19 03:26:19 #11 [builder 7/7] RUN echo noop 03:26:19 #11 0.194 noop 03:26:19 #11 DONE 0.2s 03:26:19 03:26:19 #12 exporting to image 03:26:19 #12 exporting layers 03:26:26 #12 exporting layers 7.1s done 03:26:26 #12 writing image sha256:656a19964e9ddb73875f977db9af16530053e02f15e7905eb8d7283b2c10c7a6 done 03:26:26 #12 naming to docker.io/library/ci-base-image-x86_64 done 03:26:26 #12 DONE 7.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:26 + docker inspect -f . ci-base-image-x86_64 03:26:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:26 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:26:26 $ 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 03:26:27 $ docker top 5b1b8cd178e0b926b4fecf4d1e81fc72387465129320c13a549c3ca399679964 -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:27 + go version 03:26:27 go version go1.25.2 linux/amd64 [Pipeline] } 03:26:27 $ docker stop --time=1 5b1b8cd178e0b926b4fecf4d1e81fc72387465129320c13a549c3ca399679964 03:26:28 $ docker rm -f --volumes 5b1b8cd178e0b926b4fecf4d1e81fc72387465129320c13a549c3ca399679964 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:29 + docker inspect -f . ci-base-image-x86_64 03:26:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:29 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:26:29 $ 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 03:26:29 $ docker top 0b3b8fbda83296c856e117da16cff5f67d5aa0d46af547af56a789f0117edb74 -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:30 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 03:26:30 + make test 03:26:30 go test ./... -coverprofile=coverage.out 03:26:31 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:26:49 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 03:26:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.013s coverage: 59.6% of statements 03:26:59 0 issues. 03:26:59 go vet ./... 03:27:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:27:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:27:03 ./bin/test-attribution-txt.sh [Pipeline] echo 03:27:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:27:03 $ docker stop --time=1 0b3b8fbda83296c856e117da16cff5f67d5aa0d46af547af56a789f0117edb74 03:27:07 $ docker rm -f --volumes 0b3b8fbda83296c856e117da16cff5f67d5aa0d46af547af56a789f0117edb74 [Pipeline] // withDockerContainer [Pipeline] sh 03:27:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:27:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:27:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:27:08 + ls -al . 03:27:08 total 276 03:27:08 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 03:26 . 03:27:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:25 .. 03:27:08 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 03:26 .git 03:27:08 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:25 .github 03:27:08 -rw-rw-r-- 1 jenkins jenkins 272 Dec 18 03:25 .gitignore 03:27:08 -rw-rw-r-- 1 jenkins jenkins 359 Dec 18 03:25 .golangci.yml 03:27:08 drwxr-xr-x 3 jenkins jenkins 4096 Dec 18 03:25 .semver 03:27:08 -rw-rw-r-- 1 jenkins jenkins 20974 Dec 18 03:25 Attribution.txt 03:27:08 -rw-rw-r-- 1 jenkins jenkins 17302 Dec 18 03:25 CHANGELOG.md 03:27:08 -rw-rw-r-- 1 jenkins jenkins 1755 Dec 18 03:25 Dockerfile 03:27:08 -rw-rw-r-- 1 jenkins jenkins 677 Dec 18 03:25 GOVERNANCE.md 03:27:08 -rw-rw-r-- 1 jenkins jenkins 683 Dec 18 03:25 Jenkinsfile 03:27:08 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 18 03:25 LICENSE 03:27:08 -rw-rw-r-- 1 jenkins jenkins 2651 Dec 18 03:25 Makefile 03:27:08 -rw-rw-r-- 1 jenkins jenkins 623 Dec 18 03:25 OWNERS.md 03:27:08 -rw-rw-r-- 1 jenkins jenkins 4473 Dec 18 03:25 README.md 03:27:08 -rw-rw-r-- 1 jenkins jenkins 12 Dec 18 03:25 VERSION 03:27:08 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:25 bin 03:27:08 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:25 cmd 03:27:08 -rw-r--r-- 1 jenkins jenkins 45292 Dec 18 03:26 coverage.out 03:27:08 -rw-rw-r-- 1 jenkins jenkins 6644 Dec 18 03:25 go.mod 03:27:08 -rw-rw-r-- 1 jenkins jenkins 89079 Dec 18 03:25 go.sum 03:27:08 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:25 internal 03:27:08 -rw-rw-r-- 1 jenkins jenkins 235 Dec 18 03:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:08 + 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=18d8af96c4983b458655ffab9e9588622db3e287 --label arch=amd64 --label version=4.1.0-dev.12 . 03:27:09 #0 building with "default" instance using docker driver 03:27:09 03:27:09 #1 [internal] load build definition from Dockerfile 03:27:09 #1 transferring dockerfile: 1.79kB done 03:27:09 #1 DONE 0.0s 03:27:09 03:27:09 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:27:09 #2 DONE 0.0s 03:27:09 03:27:09 #3 [internal] load metadata for docker.io/library/alpine:3.22 03:27:09 #3 DONE 0.1s 03:27:09 03:27:09 #4 [internal] load .dockerignore 03:27:09 #4 transferring context: 2B done 03:27:09 #4 DONE 0.0s 03:27:09 03:27:09 #5 [internal] load build context 03:27:09 #5 transferring context: 58.62kB done 03:27:09 #5 DONE 0.0s 03:27:09 03:27:09 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:27:09 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 03:27:09 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:27:09 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:27:09 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:27:09 #6 DONE 0.0s 03:27:09 03:27:09 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 03:27:09 #7 DONE 0.1s 03:27:09 03:27:09 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:27:09 #8 ... 03:27:09 03:27:09 #9 [builder 2/7] WORKDIR /device-virtual-go 03:27:09 #9 DONE 0.0s 03:27:09 03:27:09 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:27:09 #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:27:09 #8 0.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:27:09 #8 ... 03:27:09 03:27:09 #10 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 03:27:09 #10 0.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:27:09 #10 0.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:27:09 #10 0.720 OK: 269 MiB in 64 packages 03:27:09 #10 DONE 0.8s 03:27:10 03:27:10 #11 [builder 4/7] COPY go.mod vendor* ./ 03:27:10 #11 DONE 0.0s 03:27:10 03:27:10 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:27:10 #8 0.914 (1/1) Installing dumb-init (1.2.5-r3) 03:27:10 #8 0.919 Executing busybox-1.37.0-r19.trigger 03:27:10 #8 0.926 OK: 7 MiB in 17 packages 03:27:10 #8 DONE 1.0s 03:27:10 03:27:10 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:27:10 #12 DONE 0.6s 03:27:10 03:27:10 #13 [stage-1 3/7] RUN apk --no-cache upgrade 03:27:10 #13 0.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:27:10 #13 0.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:27:10 #13 0.659 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:27:11 #13 ... 03:27:11 03:27:11 #14 [builder 6/7] COPY . . 03:27:11 #14 DONE 0.3s 03:27:11 03:27:11 #13 [stage-1 3/7] RUN apk --no-cache upgrade 03:27:11 #13 0.688 Executing busybox-1.37.0-r20.post-upgrade 03:27:11 #13 0.773 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:27:11 #13 0.776 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:27:11 #13 0.779 Executing busybox-1.37.0-r20.trigger 03:27:11 #13 0.785 OK: 7 MiB in 17 packages 03:27:11 #13 DONE 0.9s 03:27:11 03:27:11 #15 [builder 7/7] RUN make build 03:27:11 #15 0.385 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 03:27:37 #15 DONE 23.2s 03:27:37 03:27:37 #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / 03:27:37 #16 DONE 0.0s 03:27:37 03:27:37 #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / 03:27:37 #17 DONE 0.0s 03:27:37 03:27:37 #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / 03:27:37 #18 DONE 0.2s 03:27:37 03:27:37 #19 exporting to image 03:27:37 #19 exporting layers 0.1s done 03:27:37 #19 writing image sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c done 03:27:37 #19 naming to docker.io/library/device-virtual done 03:27:37 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:38 provisioning config files... 03:27:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18185827673701215684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:27:38 ---> ****-login.sh 03:27:38 nexus3.edgexfoundry.org:10001 03:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:38 Login Succeeded 03:27:38 nexus3.edgexfoundry.org:10002 03:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:38 Login Succeeded 03:27:38 nexus3.edgexfoundry.org:10003 03:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:38 Login Succeeded 03:27:38 nexus3.edgexfoundry.org:10004 03:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:38 Login Succeeded 03:27:38 ****.io 03:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:38 Login Succeeded 03:27:38 ---> ****-login.sh ends [Pipeline] } 03:27:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:27:38 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 03:27:38 18d8af96c4983b458655ffab9e9588622db3e287 03:27:38 latest 03:27:38 4.1.0-dev.12 03:27:38 18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:27:38 main 03:27:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:39 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 03:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:27:39 13556a716b23: Preparing 03:27:39 688d1fa07f76: Preparing 03:27:39 56e5b07bad26: Preparing 03:27:39 6c3f8ca1b4af: Preparing 03:27:39 9945bb0baa63: Preparing 03:27:39 256f393e029f: Preparing 03:27:39 256f393e029f: Waiting 03:27:39 56e5b07bad26: Pushed 03:27:39 9945bb0baa63: Pushed 03:27:39 688d1fa07f76: Pushed 03:27:39 256f393e029f: Layer already exists 03:27:39 6c3f8ca1b4af: Pushed 03:27:42 13556a716b23: Pushed 03:27:43 18d8af96c4983b458655ffab9e9588622db3e287: digest: sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:43 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 03:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:27:43 13556a716b23: Preparing 03:27:43 688d1fa07f76: Preparing 03:27:43 56e5b07bad26: Preparing 03:27:43 6c3f8ca1b4af: Preparing 03:27:43 9945bb0baa63: Preparing 03:27:43 256f393e029f: Preparing 03:27:43 256f393e029f: Waiting 03:27:43 56e5b07bad26: Layer already exists 03:27:43 6c3f8ca1b4af: Layer already exists 03:27:43 9945bb0baa63: Layer already exists 03:27:43 13556a716b23: Layer already exists 03:27:43 688d1fa07f76: Layer already exists 03:27:43 256f393e029f: Layer already exists 03:27:43 latest: digest: sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:44 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 03:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:27:44 13556a716b23: Preparing 03:27:44 688d1fa07f76: Preparing 03:27:44 56e5b07bad26: Preparing 03:27:44 6c3f8ca1b4af: Preparing 03:27:44 9945bb0baa63: Preparing 03:27:44 256f393e029f: Preparing 03:27:44 256f393e029f: Waiting 03:27:44 6c3f8ca1b4af: Layer already exists 03:27:44 9945bb0baa63: Layer already exists 03:27:44 13556a716b23: Layer already exists 03:27:44 688d1fa07f76: Layer already exists 03:27:44 56e5b07bad26: Layer already exists 03:27:44 256f393e029f: Layer already exists 03:27:44 4.1.0-dev.12: digest: sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:44 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:27:45 13556a716b23: Preparing 03:27:45 688d1fa07f76: Preparing 03:27:45 56e5b07bad26: Preparing 03:27:45 6c3f8ca1b4af: Preparing 03:27:45 9945bb0baa63: Preparing 03:27:45 256f393e029f: Preparing 03:27:45 256f393e029f: Waiting 03:27:45 13556a716b23: Layer already exists 03:27:45 56e5b07bad26: Layer already exists 03:27:45 6c3f8ca1b4af: Layer already exists 03:27:45 9945bb0baa63: Layer already exists 03:27:45 688d1fa07f76: Layer already exists 03:27:45 256f393e029f: Layer already exists 03:27:45 18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12: digest: sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:45 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 03:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:27:45 13556a716b23: Preparing 03:27:45 688d1fa07f76: Preparing 03:27:45 56e5b07bad26: Preparing 03:27:45 6c3f8ca1b4af: Preparing 03:27:45 9945bb0baa63: Preparing 03:27:45 256f393e029f: Preparing 03:27:45 256f393e029f: Waiting 03:27:45 688d1fa07f76: Layer already exists 03:27:45 56e5b07bad26: Layer already exists 03:27:45 6c3f8ca1b4af: Layer already exists 03:27:45 9945bb0baa63: Layer already exists 03:27:45 13556a716b23: Layer already exists 03:27:45 256f393e029f: Layer already exists 03:27:45 main: digest: sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:45 ===================================================== [Pipeline] echo 03:27:45 taggedImages: 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:latest 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 03:27:45 ========================================================= 03:27:45 [edgeXBuildMultiArch] RAW Config: 03:27:45 images: 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:latest 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:27:45 - nexus3.edgexfoundry.org:10004/device-virtual:main 03:27:45 settingsFile: 03:27:45 device-virtual-go-settings 03:27:45 ========================================================= [Pipeline] node 03:28:00 Still waiting to schedule task 03:28:00 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:29:03 Running on prd-ubuntu20.04-docker-arm64-4c-16g-775334 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 03:29:03 Running in /w/workspace/device-virtual-go/223 [Pipeline] { [Pipeline] checkout 03:29:06 The recommended git tool is: git 03:29:11 using credential edgex-jenkins-ssh 03:29:11 Cloning the remote Git repository 03:29:11 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:29:11 > git init /w/workspace/device-virtual-go/223 # timeout=10 03:29:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:29:12 > git --version # timeout=10 03:29:12 > git --version # 'git version 2.25.1' 03:29:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:16 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:29:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:18 Avoid second fetch 03:29:18 Checking out Revision 18d8af96c4983b458655ffab9e9588622db3e287 (main) 03:29:19 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#569)" 03:29:18 > git config core.sparsecheckout # timeout=10 03:29:18 > git checkout -f 18d8af96c4983b458655ffab9e9588622db3e287 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:29:23 provisioning config files... 03:29:23 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/223@tmp/config13780414316613693027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:29:24 ---> ****-login.sh 03:29:24 nexus3.edgexfoundry.org:10001 03:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:25 Configure a credential helper to remove this warning. See 03:29:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:25 03:29:25 Login Succeeded 03:29:25 nexus3.edgexfoundry.org:10002 03:29:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:25 Configure a credential helper to remove this warning. See 03:29:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:25 03:29:25 Login Succeeded 03:29:25 nexus3.edgexfoundry.org:10003 03:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:26 Configure a credential helper to remove this warning. See 03:29:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:26 03:29:26 Login Succeeded 03:29:26 nexus3.edgexfoundry.org:10004 03:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:26 Configure a credential helper to remove this warning. See 03:29:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:26 03:29:26 Login Succeeded 03:29:26 ****.io 03:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:27 Configure a credential helper to remove this warning. See 03:29:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:27 03:29:27 Login Succeeded 03:29:27 ---> ****-login.sh ends [Pipeline] } 03:29:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:29:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:29:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:29:27 ========================================================= 03:29:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 03:29:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:28 + 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 . 03:29:28 Sending build context to Docker daemon 21.18MB 03:29:28 Step 1/12 : ARG BASE=golang:1.25-alpine3.22 03:29:28 Step 2/12 : FROM ${BASE} AS builder 03:29:28 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:29:28 6b59a28fa201: Pulling fs layer 03:29:28 d32bb0dddca7: Pulling fs layer 03:29:28 5dab1238d3d9: Pulling fs layer 03:29:28 196fd7d83e7d: Pulling fs layer 03:29:28 4f4fb700ef54: Pulling fs layer 03:29:28 8ba94037c8f0: Pulling fs layer 03:29:28 deaec5988b04: Pulling fs layer 03:29:28 9f65657bb879: Pulling fs layer 03:29:28 196fd7d83e7d: Waiting 03:29:28 4f4fb700ef54: Waiting 03:29:28 8ba94037c8f0: Waiting 03:29:28 9f65657bb879: Waiting 03:29:28 d32bb0dddca7: Verifying Checksum 03:29:28 d32bb0dddca7: Download complete 03:29:28 196fd7d83e7d: Verifying Checksum 03:29:28 196fd7d83e7d: Download complete 03:29:28 4f4fb700ef54: Verifying Checksum 03:29:28 4f4fb700ef54: Download complete 03:29:28 8ba94037c8f0: Download complete 03:29:28 6b59a28fa201: Verifying Checksum 03:29:28 6b59a28fa201: Download complete 03:29:29 9f65657bb879: Verifying Checksum 03:29:29 9f65657bb879: Download complete 03:29:29 6b59a28fa201: Pull complete 03:29:30 d32bb0dddca7: Pull complete 03:29:30 5dab1238d3d9: Verifying Checksum 03:29:30 5dab1238d3d9: Download complete 03:29:32 deaec5988b04: Verifying Checksum 03:29:32 deaec5988b04: Download complete 03:29:44 5dab1238d3d9: Pull complete 03:29:44 196fd7d83e7d: Pull complete 03:29:44 4f4fb700ef54: Pull complete 03:29:44 8ba94037c8f0: Pull complete 03:29:51 Running on prd-centos7-docker-4c-2g-775340 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:29:51 provisioning config files... 03:29:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12737536794939057164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:29:52 ---> ****-login.sh 03:29:52 nexus3.edgexfoundry.org:10001 03:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:52 Configure a credential helper to remove this warning. See 03:29:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:52 03:29:52 Login Succeeded 03:29:52 nexus3.edgexfoundry.org:10002 03:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:52 Configure a credential helper to remove this warning. See 03:29:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:52 03:29:52 Login Succeeded 03:29:52 nexus3.edgexfoundry.org:10003 03:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:53 Configure a credential helper to remove this warning. See 03:29:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:53 03:29:53 Login Succeeded 03:29:53 nexus3.edgexfoundry.org:10004 03:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:53 Configure a credential helper to remove this warning. See 03:29:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:53 03:29:53 Login Succeeded 03:29:53 ****.io 03:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:53 Configure a credential helper to remove this warning. See 03:29:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:53 03:29:53 Login Succeeded 03:29:53 ---> ****-login.sh ends [Pipeline] } 03:29:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:29:53 + docker buildx ls 03:29:54 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:29:54 default * docker 03:29:54 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:29:54 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:29:54 edgex-builder [Pipeline] sh 03:29:54 + docker buildx inspect --bootstrap 03:29:54 #1 [internal] booting buildkit 03:29:54 #1 pulling image moby/buildkit:buildx-stable-1 03:29:54 deaec5988b04: Pull complete 03:29:55 9f65657bb879: Pull complete 03:29:55 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 03:29:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 03:29:55 ---> 334268110677 03:29:55 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:29:58 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 03:29:58 #1 creating container buildx_buildkit_edgex-builder0 03:29:58 ---> Running in 913ea5cf8bd7 03:29:58 Removing intermediate container 913ea5cf8bd7 03:29:58 ---> dd35ad4787ca 03:29:58 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:29:58 ---> Running in 0ff1b6b9fdfd 03:29:58 Removing intermediate container 0ff1b6b9fdfd 03:29:58 ---> 2cb7a3e468ed 03:29:58 Step 5/12 : ARG ADD_BUILD_TAGS="" 03:29:58 ---> Running in 06999c4df3a8 03:29:59 Removing intermediate container 06999c4df3a8 03:29:59 ---> 516afbe767e6 03:29:59 Step 6/12 : WORKDIR /device-virtual-go 03:29:59 ---> Running in cd30da611ebf 03:29:59 Removing intermediate container cd30da611ebf 03:29:59 ---> 9c1ff8a22822 03:29:59 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:30:00 ---> Running in 6533038a4784 03:30:01 #1 creating container buildx_buildkit_edgex-builder0 3.1s done 03:30:01 #1 DONE 6.1s 03:30:01 Name: edgex-builder 03:30:01 Driver: docker-container 03:30:01 03:30:01 Nodes: 03:30:01 Name: edgex-builder0 03:30:01 Endpoint: unix:///var/run/docker.sock 03:30:01 Status: running 03:30:01 Buildkit: v0.26.2 03:30:01 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:30:01 + docker buildx ls 03:30:01 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:30:01 edgex-builder * docker-container 03:30:01 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:30:01 default docker 03:30:01 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:30:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287' 03:30:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 --push - 03:30:02 #1 [internal] load build definition from Dockerfile 03:30:02 #1 transferring dockerfile: 199B done 03:30:02 #1 DONE 0.0s 03:30:02 03:30:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 03:30:02 #2 DONE 0.1s 03:30:02 03:30:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287 03:30:02 #3 DONE 0.1s 03:30:02 03:30:02 #4 [internal] load .dockerignore 03:30:02 #4 transferring context: 2B done 03:30:02 #4 DONE 0.0s 03:30:02 03:30:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:02 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:02 #5 DONE 0.0s 03:30:02 03:30:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:02 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:02 #6 DONE 0.1s 03:30:02 03:30:02 #7 exporting to image 03:30:02 #7 exporting layers done 03:30:02 #7 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a 0.0s done 03:30:02 #7 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c done 03:30:02 #7 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 0.1s done 03:30:02 #7 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 03:30:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:30:02 #7 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 0.1s done 03:30:02 #7 exporting manifest list sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:02 #7 ... 03:30:02 03:30:02 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:30:02 #8 DONE 0.0s 03:30:02 03:30:02 #7 exporting to image 03:30:02 #7 pushing layers 0.1s done 03:30:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 03:30:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:03 #7 DONE 0.5s 03:30:04 (1/4) Installing openssh-keygen (10.0_p1-r10) 03:30:04 (2/4) Installing libedit (20250104.3.1-r1) 03:30:04 (3/4) Installing openssh-client-common (10.0_p1-r10) 03:30:04 (4/4) Installing openssh-client-default (10.0_p1-r10) 03:30:04 Executing busybox-1.37.0-r19.trigger 03:30:04 OK: 259 MiB in 64 packages 03:30:04 03:30:04 1 warning found (use --debug to expand): 03:30:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:30:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 03:30:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 03:30:05 #1 [internal] load build definition from Dockerfile 03:30:05 Removing intermediate container 6533038a4784 03:30:05 ---> b21262ddaf09 03:30:05 Step 8/12 : COPY go.mod vendor* ./ 03:30:06 #1 transferring dockerfile: 03:30:06 #1 transferring dockerfile: 165B done 03:30:06 #1 DONE 0.4s 03:30:06 03:30:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 03:30:06 #2 DONE 0.2s 03:30:06 03:30:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 03:30:06 #3 DONE 0.2s 03:30:06 03:30:06 #4 [internal] load .dockerignore 03:30:06 ---> 82cd86ebb570 03:30:06 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:06 ---> Running in 534c4e01c8f5 03:30:06 #4 transferring context: 2B done 03:30:07 #4 DONE 0.5s 03:30:07 03:30:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:07 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:07 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.5s done 03:30:07 #5 CACHED 03:30:07 03:30:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:07 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.5s done 03:30:07 #6 CACHED 03:30:07 03:30:07 #7 exporting to image 03:30:07 #7 exporting layers done 03:30:07 #7 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a 03:30:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:30:07 #7 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a 0.0s done 03:30:07 #7 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c 03:30:07 #7 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c 0.1s done 03:30:07 #7 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 03:30:07 #7 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 0.3s done 03:30:07 #7 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 03:30:08 #7 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 0.1s done 03:30:08 #7 exporting manifest list sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:08 #7 pushing layers 0.0s done 03:30:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:08 #7 DONE 0.7s 03:30:08 03:30:08 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:30:08 #8 DONE 0.0s 03:30:08 03:30:08 1 warning found (use --debug to expand): 03:30:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:30:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12' 03:30:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 --push - 03:30:09 #1 [internal] load build definition from Dockerfile 03:30:09 #1 transferring dockerfile: 171B done 03:30:09 #1 DONE 0.0s 03:30:09 03:30:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 03:30:09 #2 DONE 0.0s 03:30:09 03:30:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12 03:30:09 #3 DONE 0.0s 03:30:09 03:30:09 #4 [internal] load .dockerignore 03:30:09 #4 transferring context: 2B done 03:30:09 #4 DONE 0.0s 03:30:09 03:30:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:09 #5 CACHED 03:30:09 03:30:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:09 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:09 #6 CACHED 03:30:09 03:30:09 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:30:09 #7 DONE 0.0s 03:30:09 03:30:09 #8 exporting to image 03:30:09 #8 exporting layers done 03:30:09 #8 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a done 03:30:09 #8 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c done 03:30:09 #8 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 done 03:30:09 #8 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 done 03:30:09 #8 exporting manifest list sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f done 03:30:09 #8 pushing layers 0.0s done 03:30:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.12@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:30:09 #8 DONE 0.1s 03:30:09 03:30:09 1 warning found (use --debug to expand): 03:30:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:30:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12' 03:30:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 --push - 03:30:09 #1 [internal] load build definition from Dockerfile 03:30:09 #1 transferring dockerfile: 212B done 03:30:09 #1 DONE 0.1s 03:30:09 03:30:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:30:09 #2 DONE 0.0s 03:30:09 03:30:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:30:09 #3 DONE 0.0s 03:30:09 03:30:09 #4 [internal] load .dockerignore 03:30:09 #4 transferring context: 2B done 03:30:09 #4 DONE 0.0s 03:30:09 03:30:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:09 #5 CACHED 03:30:09 03:30:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:09 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:09 #6 CACHED 03:30:09 03:30:09 #7 exporting to image 03:30:09 #7 exporting layers done 03:30:09 #7 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a done 03:30:09 #7 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c done 03:30:09 #7 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 done 03:30:09 #7 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 done 03:30:09 #7 exporting manifest list sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f done 03:30:09 #7 pushing layers 0.0s done 03:30:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 03:30:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:30:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:09 #7 DONE 0.1s 03:30:09 03:30:09 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:30:09 #8 DONE 0.0s 03:30:09 03:30:09 1 warning found (use --debug to expand): 03:30:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:30:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 03:30:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 03:30:10 #1 [internal] load build definition from Dockerfile 03:30:10 #1 transferring dockerfile: 163B done 03:30:10 #1 DONE 0.0s 03:30:10 03:30:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 03:30:10 #2 DONE 0.0s 03:30:10 03:30:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 03:30:10 #3 DONE 0.0s 03:30:10 03:30:10 #4 [internal] load .dockerignore 03:30:10 #4 transferring context: 03:30:10 #4 transferring context: 2B 0.0s done 03:30:10 #4 DONE 0.0s 03:30:10 03:30:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:10 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:10 #5 CACHED 03:30:10 03:30:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 03:30:10 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:28bbdb469884216b2750769e8147efdfd32381ae2bf49f7ac87232b99b328ba8 0.0s done 03:30:10 #6 CACHED 03:30:10 03:30:10 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:30:10 #7 DONE 0.0s 03:30:10 03:30:10 #8 exporting to image 03:30:10 #8 exporting layers done 03:30:10 #8 exporting manifest sha256:0193fe1259940e36aa2de660e920ce9b011f6e30782f3b1b4c8711e2fd77501a done 03:30:10 #8 exporting config sha256:98c30e080ba387ace822adb9187273409e31b6cad5678c70d5ceeecb68c3a87c done 03:30:10 #8 exporting manifest sha256:c9f316e7945e9c8ca1a75b9fa859ff6f65657d2eaf87d3072d0c3cf6b9d4f305 done 03:30:10 #8 exporting config sha256:2951bcc59de2c7238bfeae8eb03433749005aea9c1267b074b0fbe15e0d085e3 done 03:30:10 #8 exporting manifest list sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f done 03:30:10 #8 pushing layers 0.0s done 03:30:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:59d8e63e7487aa3a59543bc70e7aced7686b53cafe97303d24b85d1eb3b65d8f 0.1s done 03:30:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:30:10 #8 DONE 0.1s 03:30:10 03:30:10 1 warning found (use --debug to expand): 03:30: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 03:30:10 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:30:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:30:11 ---> package-listing.sh 03:30:11 ++ facter osfamily 03:30:11 ++ tr '[:upper:]' '[:lower:]' 03:30:11 + OS_FAMILY=redhat 03:30:11 + workspace=/w/workspace/exfoundry_device-virtual-go_main 03:30:11 + START_PACKAGES=/tmp/packages_start.txt 03:30:11 + END_PACKAGES=/tmp/packages_end.txt 03:30:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:11 + PACKAGES=/tmp/packages_start.txt 03:30:11 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:30:11 + PACKAGES=/tmp/packages_end.txt 03:30:11 + case "${OS_FAMILY}" in 03:30:11 + rpm -qa 03:30:11 + sort 03:30:12 + '[' -f /tmp/packages_start.txt ']' 03:30:12 + '[' -f /tmp/packages_end.txt ']' 03:30:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:12 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:30:12 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 03:30: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 03:30: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 03:30:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:13 03:30:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:14 latest: Pulling from edgex-lftools-log-publisher 03:30:14 5eb5b503b376: Pulling fs layer 03:30:14 5c69ac0246d0: Pulling fs layer 03:30:14 ec43610c2a17: Pulling fs layer 03:30:14 3a2ae6a8a46f: Pulling fs layer 03:30:14 33b1e0a273af: Pulling fs layer 03:30:14 5d3b04190fa2: Pulling fs layer 03:30:14 2f39f015ded8: Pulling fs layer 03:30:14 3a2ae6a8a46f: Waiting 03:30:14 33b1e0a273af: Waiting 03:30:14 5d3b04190fa2: Waiting 03:30:14 2f39f015ded8: Waiting 03:30:14 5c69ac0246d0: Verifying Checksum 03:30:14 5c69ac0246d0: Download complete 03:30:14 3a2ae6a8a46f: Verifying Checksum 03:30:14 3a2ae6a8a46f: Download complete 03:30:14 33b1e0a273af: Verifying Checksum 03:30:14 33b1e0a273af: Download complete 03:30:14 5d3b04190fa2: Verifying Checksum 03:30:14 5d3b04190fa2: Download complete 03:30:14 ec43610c2a17: Verifying Checksum 03:30:14 ec43610c2a17: Download complete 03:30:14 5eb5b503b376: Verifying Checksum 03:30:14 5eb5b503b376: Download complete 03:30:15 2f39f015ded8: Verifying Checksum 03:30:15 2f39f015ded8: Download complete 03:30:16 5eb5b503b376: Pull complete 03:30:16 5c69ac0246d0: Pull complete 03:30:17 ec43610c2a17: Pull complete 03:30:17 3a2ae6a8a46f: Pull complete 03:30:17 33b1e0a273af: Pull complete 03:30:17 5d3b04190fa2: Pull complete 03:30:21 2f39f015ded8: Pull complete 03:30:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:30:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:22 prd-centos7-docker-4c-2g-775340 does not seem to be running inside a container 03:30:22 $ 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 03:30:28 $ docker top fe9286f2d62cf388d9c5cb18a0045f7f1f839dd48a2eea9418735a39b1ce84aa -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:29 + touch /tmp/pre-build-complete [Pipeline] sh 03:30:29 + mkdir -p /var/log/sysstat [Pipeline] sh 03:30:29 + ls /var/log/sa-host 03:30:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:30:29 provisioning config files... 03:30:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11444495819476609480tmp [Pipeline] { [Pipeline] echo 03:30:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:30:30 ---> create-netrc.sh [Pipeline] } 03:30:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:30:30 ---> python-tools-install.sh [Pipeline] echo 03:30:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:30:30 ---> sudo-logs.sh 03:30:30 Archiving 'sudo' log.. 03:30:30 sudo: unable to resolve host prd-centos7-docker-4c-2g-775340.novalocal: Name or service not known 03:30:30 sudo: unable to resolve host prd-centos7-docker-4c-2g-775340.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 03:30:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:30:31 ---> job-cost.sh 03:30:31 lf-activate-venv: SKIPPING 03:30:31 INFO: No Stack... 03:30:31 INFO: Retrieving Pricing Info for: v3-standard-2 03:30:31 INFO: Archiving Costs [Pipeline] echo 03:30:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:30:32 ---> logs-deploy.sh 03:30:32 lf-activate-venv: SKIPPING 03:30:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/223 03:30:32 INFO: archiving workspace using pattern(s): 03:30:34 Archives upload complete. 03:30:34 INFO: archiving logs to Nexus 03:30:35 ---> uname -a: 03:30:35 Linux prd-centos7-docker-4c-2g-775340.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 03:30:35 03:30:35 03:30:35 ---> lscpu: 03:30:35 Architecture: x86_64 03:30:35 CPU op-mode(s): 32-bit, 64-bit 03:30:35 Byte Order: Little Endian 03:30:35 Address sizes: 40 bits physical, 48 bits virtual 03:30:35 CPU(s): 2 03:30:35 On-line CPU(s) list: 0,1 03:30:35 Thread(s) per core: 1 03:30:35 Core(s) per socket: 1 03:30:35 Socket(s): 2 03:30:35 NUMA node(s): 1 03:30:35 Vendor ID: AuthenticAMD 03:30:35 CPU family: 23 03:30:35 Model: 49 03:30:35 Model name: AMD EPYC-Rome Processor 03:30:35 Stepping: 0 03:30:35 CPU MHz: 2799.998 03:30:35 BogoMIPS: 5599.99 03:30:35 Virtualization: AMD-V 03:30:35 Hypervisor vendor: KVM 03:30:35 Virtualization type: full 03:30:35 L1d cache: 64 KiB 03:30:35 L1i cache: 64 KiB 03:30:35 L2 cache: 1 MiB 03:30:35 L3 cache: 32 MiB 03:30:35 NUMA node0 CPU(s): 0,1 03:30:35 Vulnerability Itlb multihit: Not affected 03:30:35 Vulnerability L1tf: Not affected 03:30:35 Vulnerability Mds: Not affected 03:30:35 Vulnerability Meltdown: Not affected 03:30:35 Vulnerability Mmio stale data: Not affected 03:30:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:30:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:30:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:30:35 Vulnerability Srbds: Not affected 03:30:35 Vulnerability Tsx async abort: Not affected 03:30:35 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 03:30:35 03:30:35 03:30:35 ---> nproc: 03:30:35 2 03:30:35 03:30:35 03:30:35 ---> df -h: 03:30:35 Filesystem Size Used Avail Use% Mounted on 03:30:35 overlay 40G 7.3G 33G 19% / 03:30:35 tmpfs 64M 0 64M 0% /dev 03:30:35 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 03:30:35 shm 64M 0 64M 0% /dev/shm 03:30:35 /dev/vda1 40G 7.3G 33G 19% /facter-os 03:30:35 03:30:35 03:30:35 Cannot open /var/log/sysstat/sa18: No such file or directory 03:30:35 Please check if data collecting is enabled 03:30:35 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:30:35 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:30:35 $ docker stop --time=1 fe9286f2d62cf388d9c5cb18a0045f7f1f839dd48a2eea9418735a39b1ce84aa 03:30:37 $ docker rm -f --volumes fe9286f2d62cf388d9c5cb18a0045f7f1f839dd48a2eea9418735a39b1ce84aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:30:37 [WS-CLEANUP] Deleting project workspace... 03:30:37 [WS-CLEANUP] Deferred wipeout is used... 03:30:37 [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 03:30:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:37 03:30:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:37 latest: Pulling from edgex-lftools-log-publisher 03:30:37 5eb5b503b376: Pulling fs layer 03:30:37 5c69ac0246d0: Pulling fs layer 03:30:37 ec43610c2a17: Pulling fs layer 03:30:37 3a2ae6a8a46f: Pulling fs layer 03:30:37 33b1e0a273af: Pulling fs layer 03:30:37 5d3b04190fa2: Pulling fs layer 03:30:37 2f39f015ded8: Pulling fs layer 03:30:37 33b1e0a273af: Waiting 03:30:37 5d3b04190fa2: Waiting 03:30:37 2f39f015ded8: Waiting 03:30:37 3a2ae6a8a46f: Waiting 03:30:37 5c69ac0246d0: Verifying Checksum 03:30:37 5c69ac0246d0: Download complete 03:30:37 3a2ae6a8a46f: Verifying Checksum 03:30:37 3a2ae6a8a46f: Download complete 03:30:38 33b1e0a273af: Verifying Checksum 03:30:38 33b1e0a273af: Download complete 03:30:38 5d3b04190fa2: Verifying Checksum 03:30:38 5d3b04190fa2: Download complete 03:30:38 ec43610c2a17: Verifying Checksum 03:30:38 ec43610c2a17: Download complete 03:30:38 5eb5b503b376: Verifying Checksum 03:30:38 5eb5b503b376: Download complete 03:30:39 2f39f015ded8: Verifying Checksum 03:30:39 2f39f015ded8: Download complete 03:30:40 5eb5b503b376: Pull complete 03:30:40 5c69ac0246d0: Pull complete 03:30:40 ec43610c2a17: Pull complete 03:30:40 3a2ae6a8a46f: Pull complete 03:30:40 33b1e0a273af: Pull complete 03:30:40 5d3b04190fa2: Pull complete 03:30:47 2f39f015ded8: Pull complete 03:30:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:47 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:30:47 $ 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 03:30:49 $ docker top 3c1f2bd816a6d858fe3e8b8cf4bf578967ffb679974eff05076d7503a4d66677 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:30:49 ---> job-cost.sh 03:30:49 lf-activate-venv: SKIPPING 03:30:49 INFO: No Stack... 03:30:49 INFO: Retrieving Pricing Info for: v3-standard-8 03:30:50 INFO: Archiving Costs [Pipeline] sh 03:30:50 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 03:30:50 + cut -d, -f6 [Pipeline] lock 03:30:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] 03:30:50 Resource [jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] did not exist. Created. 03:30:50 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:30:50 + echo total: 0.2199999988079071 [Pipeline] stash 03:30:50 Stashed 1 file(s) [Pipeline] } 03:30:50 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] [Pipeline] // lock [Pipeline] } 03:30:50 $ docker stop --time=1 3c1f2bd816a6d858fe3e8b8cf4bf578967ffb679974eff05076d7503a4d66677 03:30:52 $ docker rm -f --volumes 3c1f2bd816a6d858fe3e8b8cf4bf578967ffb679974eff05076d7503a4d66677 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:31:58 Removing intermediate container 534c4e01c8f5 03:31:58 ---> 4c3dae7feae7 03:31:58 Step 10/12 : COPY . . 03:32:00 ---> df32eeb779e2 03:32:00 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:32:00 ---> Running in 0115e76abb0c 03:32:00 Removing intermediate container 0115e76abb0c 03:32:00 ---> b261427ad4a7 03:32:00 Step 12/12 : RUN $MAKE 03:32:01 ---> Running in e5199d90c5fd 03:32:02 noop 03:32:03 Removing intermediate container e5199d90c5fd 03:32:03 ---> 4ea569820b27 03:32:03 Successfully built 4ea569820b27 03:32:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:03 + docker inspect -f . ci-base-image-arm64 03:32:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:32:03 prd-ubuntu20.04-docker-arm64-4c-16g-775334 does not seem to be running inside a container 03:32:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/223 -v /w/workspace/device-virtual-go/223:/w/workspace/device-virtual-go/223:rw,z -v /w/workspace/device-virtual-go/223@tmp:/w/workspace/device-virtual-go/223@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 03:32:05 $ docker top cb49c9de7d2000d9c9faf1713c9fc623889662fbf7a7477fb729fdcecc62ed6b -eo pid,comm [Pipeline] { [Pipeline] sh 03:32:06 + go version 03:32:06 go version go1.25.3 linux/arm64 [Pipeline] } 03:32:06 $ docker stop --time=1 cb49c9de7d2000d9c9faf1713c9fc623889662fbf7a7477fb729fdcecc62ed6b 03:32:09 $ docker rm -f --volumes cb49c9de7d2000d9c9faf1713c9fc623889662fbf7a7477fb729fdcecc62ed6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:10 + docker inspect -f . ci-base-image-arm64 03:32:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:32:10 prd-ubuntu20.04-docker-arm64-4c-16g-775334 does not seem to be running inside a container 03:32:10 $ 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/223 -v /w/workspace/device-virtual-go/223:/w/workspace/device-virtual-go/223:rw,z -v /w/workspace/device-virtual-go/223@tmp:/w/workspace/device-virtual-go/223@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 03:32:12 $ docker top 7322233743e7b5ce14085d592dc32fa885dcf1c92d74cf2807b7d604a4fc3563 -eo pid,comm [Pipeline] { [Pipeline] sh 03:32:13 + git config --global --add safe.directory /w/workspace/device-virtual-go/223 [Pipeline] fileExists [Pipeline] sh 03:32:13 + make test 03:32:13 go test ./... -coverprofile=coverage.out 03:32:20 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:37:27 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 03:37:27 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.105s coverage: 59.4% of statements 03:37:27 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:37:27 go vet ./... 03:38:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:38:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:38:24 ./bin/test-attribution-txt.sh [Pipeline] echo 03:38:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:38:25 $ docker stop --time=1 7322233743e7b5ce14085d592dc32fa885dcf1c92d74cf2807b7d604a4fc3563 03:38:28 $ docker rm -f --volumes 7322233743e7b5ce14085d592dc32fa885dcf1c92d74cf2807b7d604a4fc3563 [Pipeline] // withDockerContainer [Pipeline] sh 03:38:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:38:30 Warning: overwriting stash ‘coverage-report’ 03:38:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:38:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:38:31 + ls -al . 03:38:31 total 272 03:38:31 drwxrwxr-x 7 jenkins jenkins 4096 Dec 18 03:32 . 03:38:31 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:29 .. 03:38:31 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 03:29 .git 03:38:31 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:29 .github 03:38:31 -rw-rw-r-- 1 jenkins jenkins 272 Dec 18 03:29 .gitignore 03:38:31 -rw-rw-r-- 1 jenkins jenkins 359 Dec 18 03:29 .golangci.yml 03:38:31 -rw-rw-r-- 1 jenkins jenkins 20974 Dec 18 03:29 Attribution.txt 03:38:31 -rw-rw-r-- 1 jenkins jenkins 17302 Dec 18 03:29 CHANGELOG.md 03:38:31 -rw-rw-r-- 1 jenkins jenkins 1755 Dec 18 03:29 Dockerfile 03:38:31 -rw-rw-r-- 1 jenkins jenkins 677 Dec 18 03:29 GOVERNANCE.md 03:38:31 -rw-rw-r-- 1 jenkins jenkins 683 Dec 18 03:29 Jenkinsfile 03:38:31 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 18 03:29 LICENSE 03:38:31 -rw-rw-r-- 1 jenkins jenkins 2651 Dec 18 03:29 Makefile 03:38:31 -rw-rw-r-- 1 jenkins jenkins 623 Dec 18 03:29 OWNERS.md 03:38:31 -rw-rw-r-- 1 jenkins jenkins 4473 Dec 18 03:29 README.md 03:38:31 -rw-rw-r-- 1 jenkins jenkins 12 Dec 18 03:25 VERSION 03:38:31 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:29 bin 03:38:31 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:29 cmd 03:38:31 -rw-r--r-- 1 jenkins jenkins 45292 Dec 18 03:37 coverage.out 03:38:31 -rw-rw-r-- 1 jenkins jenkins 6644 Dec 18 03:29 go.mod 03:38:31 -rw-rw-r-- 1 jenkins jenkins 89079 Dec 18 03:29 go.sum 03:38:31 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 03:29 internal 03:38:31 -rw-rw-r-- 1 jenkins jenkins 235 Dec 18 03:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:32 + 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=18d8af96c4983b458655ffab9e9588622db3e287 --label arch=arm64 --label version=4.1.0-dev.12 . 03:38:32 Sending build context to Docker daemon 21.22MB 03:38:32 Step 1/26 : ARG BASE=golang:1.25-alpine3.22 03:38:32 Step 2/26 : FROM ${BASE} AS builder 03:38:32 ---> 4ea569820b27 03:38:32 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:38:33 ---> Running in eb58acbe62c9 03:38:33 Removing intermediate container eb58acbe62c9 03:38:33 ---> a4a04c085f46 03:38:33 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 03:38:33 ---> Running in 8588a4697867 03:38:34 Removing intermediate container 8588a4697867 03:38:34 ---> 72f73bfa3bc5 03:38:34 Step 5/26 : ARG ADD_BUILD_TAGS="" 03:38:34 ---> Running in 9c77dbbd8412 03:38:34 Removing intermediate container 9c77dbbd8412 03:38:34 ---> 3a0f704b6837 03:38:34 Step 6/26 : WORKDIR /device-virtual-go 03:38:34 ---> Running in 6752903e3385 03:38:35 Removing intermediate container 6752903e3385 03:38:35 ---> 8750a3f1e8cc 03:38:35 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:38:35 ---> Running in b3ebe72619cc 03:38:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:38:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:38:39 OK: 259 MiB in 64 packages 03:38:40 Removing intermediate container b3ebe72619cc 03:38:40 ---> 42f544ccb873 03:38:40 Step 8/26 : COPY go.mod vendor* ./ 03:38:41 ---> 62cdfbba41b9 03:38:41 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:41 ---> Running in 9935eb60c3c8 03:38:44 Removing intermediate container 9935eb60c3c8 03:38:44 ---> 8e2735be88f8 03:38:44 Step 10/26 : COPY . . 03:38:46 ---> b8a786de0982 03:38:46 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:38:46 ---> Running in 23c63f73ea08 03:38:46 Removing intermediate container 23c63f73ea08 03:38:46 ---> e01f8495e869 03:38:46 Step 12/26 : RUN $MAKE 03:38:46 ---> Running in 4b2273392fd5 03:38:47 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 03:43:39 Removing intermediate container 4b2273392fd5 03:43:39 ---> 9f8e6ea0b6ca 03:43:39 Step 13/26 : FROM alpine:3.22 03:43:39 3.22: Pulling from library/alpine 03:43:39 6b59a28fa201: Already exists 03:43:39 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:43:39 Status: Downloaded newer image for alpine:3.22 03:43:39 ---> 171e65262c80 03:43:39 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 03:43:39 ---> Running in 70224b1fa6b3 03:43:39 Removing intermediate container 70224b1fa6b3 03:43:39 ---> 10b535c6262b 03:43:39 Step 15/26 : RUN apk add --update --no-cache dumb-init 03:43:39 ---> Running in f63aad253d89 03:43:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:43:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:43:42 (1/1) Installing dumb-init (1.2.5-r3) 03:43:42 Executing busybox-1.37.0-r19.trigger 03:43:42 OK: 8 MiB in 17 packages 03:43:43 Removing intermediate container f63aad253d89 03:43:43 ---> 8f10152bf1bd 03:43:43 Step 16/26 : RUN apk --no-cache upgrade 03:43:43 ---> Running in bc5809f35035 03:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:43:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:43:47 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:43:47 Executing busybox-1.37.0-r20.post-upgrade 03:43:47 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:43:47 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:43:47 Executing busybox-1.37.0-r20.trigger 03:43:47 OK: 8 MiB in 17 packages 03:43:49 Removing intermediate container bc5809f35035 03:43:49 ---> 8fdeeefe91fb 03:43:49 Step 17/26 : WORKDIR / 03:43:49 ---> Running in 676200d30313 03:43:49 Removing intermediate container 676200d30313 03:43:49 ---> a7bb9e60c2b4 03:43:49 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 03:43:49 ---> de8d4f062200 03:43:49 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 03:43:50 ---> 1379bf0fe1bd 03:43:50 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 03:43:53 ---> 22f1c00125d9 03:43:53 Step 21/26 : EXPOSE 59900 03:43:53 ---> Running in e7b55ee9ebd2 03:43:53 Removing intermediate container e7b55ee9ebd2 03:43:53 ---> dbf3fc27d5f5 03:43:53 Step 22/26 : ENTRYPOINT ["/device-virtual"] 03:43:53 ---> Running in 0e61d201eb7a 03:43:54 Removing intermediate container 0e61d201eb7a 03:43:54 ---> 8848aa2e6520 03:43:54 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 03:43:54 ---> Running in 0ef04398ca2b 03:43:54 Removing intermediate container 0ef04398ca2b 03:43:54 ---> 1100e1e9bbaf 03:43:54 Step 24/26 : LABEL arch=arm64 03:43:54 ---> Running in 9a7f38a149b0 03:43:54 Removing intermediate container 9a7f38a149b0 03:43:54 ---> cbbe61a874e6 03:43:54 Step 25/26 : LABEL git_sha=18d8af96c4983b458655ffab9e9588622db3e287 03:43:54 ---> Running in 04b31453bf3d 03:43:55 Removing intermediate container 04b31453bf3d 03:43:55 ---> 07b2ce083ec7 03:43:55 Step 26/26 : LABEL version=4.1.0-dev.12 03:43:55 ---> Running in 19c75c6f64b9 03:43:55 Removing intermediate container 19c75c6f64b9 03:43:55 ---> decdb83bfecf 03:43:55 [Warning] One or more build-args [ARCH] were not consumed 03:43:56 Successfully built decdb83bfecf 03:43:56 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 03:43:56 provisioning config files... 03:43:56 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/223@tmp/config10060832363390388638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:43:56 ---> ****-login.sh 03:43:56 nexus3.edgexfoundry.org:10001 03:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:43:56 Configure a credential helper to remove this warning. See 03:43:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:43:56 03:43:56 Login Succeeded 03:43:56 nexus3.edgexfoundry.org:10002 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10003 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10004 03:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:43:58 Configure a credential helper to remove this warning. See 03:43:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:43:58 03:43:58 Login Succeeded 03:43:58 ****.io 03:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:43:58 Configure a credential helper to remove this warning. See 03:43:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:43:58 03:43:58 Login Succeeded 03:43:58 ---> ****-login.sh ends [Pipeline] } 03:43:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:43:58 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 03:43:58 18d8af96c4983b458655ffab9e9588622db3e287 03:43:58 latest 03:43:58 4.1.0-dev.12 03:43:58 18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:43:58 main 03:43:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:59 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:59 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287 03:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:43:59 e66ae1274d4d: Preparing 03:43:59 25e2230f8750: Preparing 03:43:59 91e2931a5c39: Preparing 03:43:59 7a0ded443515: Preparing 03:43:59 5ef421fd0812: Preparing 03:43:59 0e64f2360a44: Preparing 03:43:59 0e64f2360a44: Waiting 03:43:59 91e2931a5c39: Pushed 03:43:59 25e2230f8750: Pushed 03:43:59 5ef421fd0812: Pushed 03:44:00 0e64f2360a44: Layer already exists 03:44:00 7a0ded443515: Pushed 03:44:08 e66ae1274d4d: Pushed 03:44:08 18d8af96c4983b458655ffab9e9588622db3e287: digest: sha256:c607ab374b8c080f2d6a04f9b444ea68507b73f7189aad2b77b08836aea95862 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:08 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:44:09 e66ae1274d4d: Preparing 03:44:09 25e2230f8750: Preparing 03:44:09 91e2931a5c39: Preparing 03:44:09 7a0ded443515: Preparing 03:44:09 5ef421fd0812: Preparing 03:44:09 0e64f2360a44: Preparing 03:44:09 0e64f2360a44: Waiting 03:44:09 e66ae1274d4d: Layer already exists 03:44:09 7a0ded443515: Layer already exists 03:44:09 5ef421fd0812: Layer already exists 03:44:09 91e2931a5c39: Layer already exists 03:44:09 25e2230f8750: Layer already exists 03:44:09 0e64f2360a44: Layer already exists 03:44:09 latest: digest: sha256:c607ab374b8c080f2d6a04f9b444ea68507b73f7189aad2b77b08836aea95862 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:09 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.12 03:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:44:10 e66ae1274d4d: Preparing 03:44:10 25e2230f8750: Preparing 03:44:10 91e2931a5c39: Preparing 03:44:10 7a0ded443515: Preparing 03:44:10 5ef421fd0812: Preparing 03:44:10 0e64f2360a44: Preparing 03:44:10 0e64f2360a44: Waiting 03:44:10 5ef421fd0812: Layer already exists 03:44:10 25e2230f8750: Layer already exists 03:44:10 e66ae1274d4d: Layer already exists 03:44:10 7a0ded443515: Layer already exists 03:44:10 91e2931a5c39: Layer already exists 03:44:10 0e64f2360a44: Layer already exists 03:44:10 4.1.0-dev.12: digest: sha256:c607ab374b8c080f2d6a04f9b444ea68507b73f7189aad2b77b08836aea95862 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:11 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:44:11 e66ae1274d4d: Preparing 03:44:11 25e2230f8750: Preparing 03:44:11 91e2931a5c39: Preparing 03:44:11 7a0ded443515: Preparing 03:44:11 5ef421fd0812: Preparing 03:44:11 0e64f2360a44: Preparing 03:44:11 0e64f2360a44: Waiting 03:44:11 e66ae1274d4d: Layer already exists 03:44:11 25e2230f8750: Layer already exists 03:44:11 91e2931a5c39: Layer already exists 03:44:11 7a0ded443515: Layer already exists 03:44:11 5ef421fd0812: Layer already exists 03:44:11 0e64f2360a44: Layer already exists 03:44:11 18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12: digest: sha256:c607ab374b8c080f2d6a04f9b444ea68507b73f7189aad2b77b08836aea95862 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:12 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:12 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 03:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:44:12 e66ae1274d4d: Preparing 03:44:12 25e2230f8750: Preparing 03:44:12 91e2931a5c39: Preparing 03:44:12 7a0ded443515: Preparing 03:44:12 5ef421fd0812: Preparing 03:44:12 0e64f2360a44: Preparing 03:44:12 0e64f2360a44: Waiting 03:44:12 91e2931a5c39: Layer already exists 03:44:12 25e2230f8750: Layer already exists 03:44:12 7a0ded443515: Layer already exists 03:44:12 5ef421fd0812: Layer already exists 03:44:12 e66ae1274d4d: Layer already exists 03:44:12 0e64f2360a44: Layer already exists 03:44:12 main: digest: sha256:c607ab374b8c080f2d6a04f9b444ea68507b73f7189aad2b77b08836aea95862 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:12 ===================================================== [Pipeline] echo 03:44:12 taggedImages: 03:44:12 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287 03:44:12 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:44:12 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.12 03:44:12 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 03:44:12 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 03:44:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] echo 03:44:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 03:44:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.12 [Pipeline] echo 03:44:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:18d8af96c4983b458655ffab9e9588622db3e287-4.1.0-dev.12 [Pipeline] echo 03:44:12 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 03:44:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:44:13 03:44:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:44:13 arm64: Pulling from edgex-lftools-log-publisher 03:44:13 8998bd30e6a1: Pulling fs layer 03:44:13 04944245beec: Pulling fs layer 03:44:13 699f458cf7ca: Pulling fs layer 03:44:13 765212b225bb: Pulling fs layer 03:44:13 f23df028b6ca: Pulling fs layer 03:44:13 d65c8cfc05b1: Pulling fs layer 03:44:13 2437ff75d9bd: Pulling fs layer 03:44:13 f23df028b6ca: Waiting 03:44:13 d65c8cfc05b1: Waiting 03:44:13 2437ff75d9bd: Waiting 03:44:13 765212b225bb: Waiting 03:44:13 04944245beec: Verifying Checksum 03:44:13 04944245beec: Download complete 03:44:13 765212b225bb: Verifying Checksum 03:44:13 765212b225bb: Download complete 03:44:13 f23df028b6ca: Verifying Checksum 03:44:13 f23df028b6ca: Download complete 03:44:13 d65c8cfc05b1: Verifying Checksum 03:44:13 d65c8cfc05b1: Download complete 03:44:14 699f458cf7ca: Verifying Checksum 03:44:14 699f458cf7ca: Download complete 03:44:14 8998bd30e6a1: Verifying Checksum 03:44:14 8998bd30e6a1: Download complete 03:44:17 2437ff75d9bd: Download complete 03:44:20 8998bd30e6a1: Pull complete 03:44:20 04944245beec: Pull complete 03:44:22 699f458cf7ca: Pull complete 03:44:22 765212b225bb: Pull complete 03:44:23 f23df028b6ca: Pull complete 03:44:23 d65c8cfc05b1: Pull complete 03:44:42 2437ff75d9bd: Pull complete 03:44:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:44:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:44:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:44:42 prd-ubuntu20.04-docker-arm64-4c-16g-775334 does not seem to be running inside a container 03:44:42 $ 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/223 -v /w/workspace/device-virtual-go/223:/w/workspace/device-virtual-go/223:rw,z -v /w/workspace/device-virtual-go/223@tmp:/w/workspace/device-virtual-go/223@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 03:44:45 $ docker top 8e58057e48b54d015ddf1a5eaf8db62afeeedd992f862b886fade79941995952 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:46 ---> job-cost.sh 03:44:46 lf-activate-venv: SKIPPING 03:44:46 INFO: No Stack... 03:44:47 INFO: Retrieving Pricing Info for: v3-standard-4 03:44:48 INFO: Archiving Costs [Pipeline] sh 03:44:48 + cat /w/workspace/device-virtual-go/223/archives/cost.csv 03:44:48 + cut -d, -f6 [Pipeline] lock 03:44:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] 03:44:48 Resource [jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] did not exist. Created. 03:44:48 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:44:49 /w/workspace/device-virtual-go/223@tmp/durable-8468a9e5/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:44:50 + echo total: 0.10999999940395355 [Pipeline] stash 03:44:50 Warning: overwriting stash ‘stack-cost’ 03:44:50 Stashed 1 file(s) [Pipeline] } 03:44:50 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-223-stack-cost] [Pipeline] // lock [Pipeline] } 03:44:50 $ docker stop --time=1 8e58057e48b54d015ddf1a5eaf8db62afeeedd992f862b886fade79941995952 03:44:52 $ docker rm -f --volumes 8e58057e48b54d015ddf1a5eaf8db62afeeedd992f862b886fade79941995952 [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 03:44:52 provisioning config files... 03:44:52 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config884325605690940867tmp [Pipeline] { [Pipeline] sh 03:44:52 + set +x 03:44:52 + + bashcurl -s -s -- https://codecov.io/bash 03:44:52 03:44:52 03:44:52 _____ _ 03:44:52 / ____| | | 03:44:52 | | ___ __| | ___ ___ _____ __ 03:44:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:44:52 | |___| (_) | (_| | __/ (_| (_) \ V / 03:44:52 \_____\___/ \__,_|\___|\___\___/ \_/ 03:44:52 Bash-1.0.6 03:44:52 03:44:52 03:44:52 ==> git version 2.25.1 found 03:44:52 ==> 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 03:44:52 Release-Date: 2020-01-08 03:44:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:44:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:44:52 ==> Jenkins CI detected. 03:44:52 current dir:  /w/workspace/exfoundry_device-virtual-go_main 03:44:52 project root: . 03:44:52 --> token set from env 03:44:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:44:52 ==> Running gcov in . (disable via -X gcov) 03:44:52 ==> Python coveragepy not found 03:44:52 ==> Searching for coverage reports in: 03:44:52 + . 03:44:52 -> Found 1 reports 03:44:52 ==> Detecting git/mercurial file structure 03:44:52 ==> Reading reports 03:44:52 + ./coverage.out bytes=45292 03:44:53 ==> Appending adjustments 03:44:53 https://docs.codecov.io/docs/fixing-reports 03:44:53 + Found adjustments 03:44:53 ==> Gzipping contents 03:44:53 8.0K /tmp/codecov.1UAX9a.gz 03:44:53 ==> Uploading reports 03:44:53 url: https://codecov.io 03:44:53 query: branch=main&commit=18d8af96c4983b458655ffab9e9588622db3e287&build=223&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F223%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:44:53 -> Pinging Codecov 03:44:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=18d8af96c4983b458655ffab9e9588622db3e287&build=223&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F223%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:44:53 -> Uploading to 03:44:53 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/18d8af96c4983b458655ffab9e9588622db3e287/054cb28f-6efa-41f7-ac81-f5ed099fbc01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251218%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251218T034453Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=2b71746f8fd014e6be8bdcb6767e5d42778259272bcefa863364f1ba18d2bcb2 03:44:53 % Total % Received % Xferd Average Speed Time Time Time Current 03:44:53 Dload Upload Total Spent Left Speed 03:44:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5332 0 0 100 5332 0 43349 --:--:-- --:--:-- --:--:-- 43349 03:44:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] } 03:44:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:44:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:44:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:44:53 03:44:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:44:54 latest: Pulling from edgex-devops/edgex-snyk-go 03:44:54 2d35ebdb57d9: Already exists 03:44:54 85e8836fcdb2: Pulling fs layer 03:44:54 91631faa732a: Pulling fs layer 03:44:54 f3f5ae8826fa: Pulling fs layer 03:44:54 4f4fb700ef54: Pulling fs layer 03:44:54 7861252a18e6: Pulling fs layer 03:44:54 9130f900ef6f: Pulling fs layer 03:44:54 4f4fb700ef54: Waiting 03:44:54 7861252a18e6: Waiting 03:44:54 9130f900ef6f: Waiting 03:44:54 f3f5ae8826fa: Verifying Checksum 03:44:54 f3f5ae8826fa: Download complete 03:44:54 85e8836fcdb2: Download complete 03:44:54 4f4fb700ef54: Verifying Checksum 03:44:54 4f4fb700ef54: Download complete 03:44:54 85e8836fcdb2: Pull complete 03:44:54 7861252a18e6: Verifying Checksum 03:44:54 7861252a18e6: Download complete 03:44:54 91631faa732a: Verifying Checksum 03:44:54 91631faa732a: Download complete 03:44:55 9130f900ef6f: Verifying Checksum 03:44:55 9130f900ef6f: Download complete 03:45:00 91631faa732a: Pull complete 03:45:00 f3f5ae8826fa: Pull complete 03:45:00 4f4fb700ef54: Pull complete 03:45:00 7861252a18e6: Pull complete 03:45:05 9130f900ef6f: Pull complete 03:45:05 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 03:45:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:45:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:05 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:45:05 $ 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 03:45:08 $ docker top 232447a01b840fac5cc421723f8b7a1230a63ca09d1af677f959ff4e1164ec75 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:08 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 03:45:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 03:45:09 + set -o pipefail 03:45:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 03:45:17 03:45:17 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 03:45:17 03:45:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/c263959f-5ed4-4c74-b395-5f3bd19f9702 03:45:17 03:45:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:45:17 03:45:17 03:45:17 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 03:45:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:45:17 $ docker stop --time=1 232447a01b840fac5cc421723f8b7a1230a63ca09d1af677f959ff4e1164ec75 03:45:23 $ docker rm -f --volumes 232447a01b840fac5cc421723f8b7a1230a63ca09d1af677f959ff4e1164ec75 [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 03:45:24 + git log --format=format:%s -1 18d8af96c4983b458655ffab9e9588622db3e287 [Pipeline] sh 03:45:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:45:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:25 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:45:25 $ 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 03:45:25 $ docker top 86b482f038ca28c57c4459a6521431843f8d4bfe5e170549f1a9c0bfb8613a02 -eo pid,comm 03:45:25 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). 03:45:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:25 [ssh-agent] Looking for ssh-agent implementation... 03:45:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:25 $ docker exec 86b482f038ca28c57c4459a6521431843f8d4bfe5e170549f1a9c0bfb8613a02 ssh-agent 03:45:25 SSH_AUTH_SOCK=/tmp/ssh-rLITMbWRaZjr/agent.32 03:45:25 SSH_AGENT_PID=38 03:45:25 Running ssh-add (command line suppressed) 03:45:25 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_243057356633712323.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_243057356633712323.key) 03:45:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:26 + git semver tag 03:45:26 2025-12-18 03:45:26,278 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:45:26 2025-12-18 03:45:26,281 [run_tag] DEBUG tag force:False 03:45:26 2025-12-18 03:45:26,281 [check_head_tag] DEBUG check head tag 03:45:26 2025-12-18 03:45:26,282 [execute] INFO git cat-file --batch-check 03:45:26 2025-12-18 03:45:26,282 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:45:26 2025-12-18 03:45:26,284 [execute] INFO git cat-file --batch 03:45:26 2025-12-18 03:45:26,285 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:45:26 2025-12-18 03:45:26,295 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:26 2025-12-18 03:45:26,295 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 03:45:26 2025-12-18 03:45:26,295 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 03:45:26 2025-12-18 03:45:26,298 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:26 4.1.0-dev.12 [Pipeline] } 03:45:26 $ docker exec --env ******** --env ******** 86b482f038ca28c57c4459a6521431843f8d4bfe5e170549f1a9c0bfb8613a02 ssh-agent -k 03:45:26 unset SSH_AUTH_SOCK; 03:45:26 unset SSH_AGENT_PID; 03:45:26 echo Agent pid 38 killed; 03:45:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:26 + git semver [Pipeline] } 03:45:27 $ docker stop --time=1 86b482f038ca28c57c4459a6521431843f8d4bfe5e170549f1a9c0bfb8613a02 03:45:28 $ docker rm -f --volumes 86b482f038ca28c57c4459a6521431843f8d4bfe5e170549f1a9c0bfb8613a02 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:45:28 03:45:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:45:29 0.23.1-centos7: Pulling from edgex-lftools 03:45:29 ab5ef0e58194: Pulling fs layer 03:45:29 9712f1f96733: Pulling fs layer 03:45:29 63f879dbbcfc: Pulling fs layer 03:45:29 0d9ebad4ef96: Pulling fs layer 03:45:29 e9a5061849ea: Pulling fs layer 03:45:29 d747dcd14b5f: Pulling fs layer 03:45:29 2de7ff778b66: Pulling fs layer 03:45:29 0d9ebad4ef96: Waiting 03:45:29 d747dcd14b5f: Waiting 03:45:29 2de7ff778b66: Waiting 03:45:29 e9a5061849ea: Waiting 03:45:29 9712f1f96733: Download complete 03:45:29 63f879dbbcfc: Verifying Checksum 03:45:29 63f879dbbcfc: Download complete 03:45:29 e9a5061849ea: Verifying Checksum 03:45:29 e9a5061849ea: Download complete 03:45:29 d747dcd14b5f: Download complete 03:45:29 0d9ebad4ef96: Verifying Checksum 03:45:29 0d9ebad4ef96: Download complete 03:45:29 2de7ff778b66: Verifying Checksum 03:45:29 2de7ff778b66: Download complete 03:45:29 ab5ef0e58194: Verifying Checksum 03:45:29 ab5ef0e58194: Download complete 03:45:33 ab5ef0e58194: Pull complete 03:45:33 9712f1f96733: Pull complete 03:45:34 63f879dbbcfc: Pull complete 03:45:41 0d9ebad4ef96: Pull complete 03:45:41 e9a5061849ea: Pull complete 03:45:41 d747dcd14b5f: Pull complete 03:45:42 2de7ff778b66: Pull complete 03:45:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:45:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:42 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:45:43 $ 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 03:45:45 $ docker top 1113f2b046791ac5037f4e6fdf97cab31960ef9c1f04b0a8395b1d1ece9980d9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:45:45 provisioning config files... 03:45:45 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17346037019039481133tmp 03:45:45 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15714196768286522971tmp 03:45:45 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8211462518298441770tmp [Pipeline] { [Pipeline] echo 03:45:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:45:45 ---> sigul-configuration.sh 03:45:45 gpg: directory `/root/.gnupg' created 03:45:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:45:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:45:45 gpg: keyring `/root/.gnupg/secring.gpg' created 03:45:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:45:45 gpg: CAST5 encrypted data 03:45:45 gpg: encrypted with 1 passphrase 03:45:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:45:45 + mkdir /home/jenkins 03:45:45 + mkdir /home/jenkins/sigul [Pipeline] sh 03:45:46 + 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 03:45:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:45:46 ---> sigul-install.sh 03:45:46 Sigul already installed; skipping installation. [Pipeline] sh 03:45:46 + git tag --list 03:45:46 v1.0.0 03:45:46 v1.1.0 03:45:46 v1.1.1 03:45:46 v1.2.1 03:45:46 v1.2.2 03:45:46 v1.2.3 03:45:46 v1.3.0 03:45:46 v1.3.1 03:45:46 v2.0.0 03:45:46 v2.1.0 03:45:46 v2.1.1 03:45:46 v2.2.0 03:45:46 v2.3.0 03:45:46 v3.0 03:45:46 v3.0.0 03:45:46 v3.1 03:45:46 v3.1.0 03:45:46 v3.1.1 03:45:46 v4.0 03:45:46 v4.0.0 03:45:46 v4.0.1 03:45:46 v4.1.0-dev.1 03:45:46 v4.1.0-dev.10 03:45:46 v4.1.0-dev.11 03:45:46 v4.1.0-dev.12 03:45:46 v4.1.0-dev.2 03:45:46 v4.1.0-dev.3 03:45:46 v4.1.0-dev.4 03:45:46 v4.1.0-dev.5 03:45:46 v4.1.0-dev.6 03:45:46 v4.1.0-dev.7 03:45:46 v4.1.0-dev.8 03:45:46 v4.1.0-dev.9 [Pipeline] sh 03:45:47 + lftools sign git-tag v4.1.0-dev.12 03:45:47 Signing Git tag with Sigul... 03:45:47 Signing v4.1.0-dev.12 [Pipeline] echo 03:45:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:45:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:45:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:45:48 $ docker stop --time=1 1113f2b046791ac5037f4e6fdf97cab31960ef9c1f04b0a8395b1d1ece9980d9 03:45:49 $ docker rm -f --volumes 1113f2b046791ac5037f4e6fdf97cab31960ef9c1f04b0a8395b1d1ece9980d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:45:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:45:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:50 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:45:50 $ 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 03:45:50 $ docker top a1c8a347b31419e7d5672e51d985b0801c3221d514ca1d8c9abdc199d6f628ba -eo pid,comm 03:45:50 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). 03:45:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:50 [ssh-agent] Looking for ssh-agent implementation... 03:45:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:51 $ docker exec a1c8a347b31419e7d5672e51d985b0801c3221d514ca1d8c9abdc199d6f628ba ssh-agent 03:45:51 SSH_AUTH_SOCK=/tmp/ssh-E3XPAq5uWveR/agent.31 03:45:51 SSH_AGENT_PID=37 03:45:51 Running ssh-add (command line suppressed) 03:45:51 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_998610612365846473.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_998610612365846473.key) 03:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:51 + git semver bump pre 03:45:51 2025-12-18 03:45:51,748 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:45:51 2025-12-18 03:45:51,752 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:51 2025-12-18 03:45:51,753 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev 03:45:51 2025-12-18 03:45:51,753 [bump_version] DEBUG bumped version:4.1.0-dev.13 03:45:51 2025-12-18 03:45:51,753 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 03:45:51 2025-12-18 03:45:51,753 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:51 2025-12-18 03:45:51,753 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:51 2025-12-18 03:45:51,755 [execute] INFO git cat-file --batch-check 03:45:51 2025-12-18 03:45:51,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:45:51 2025-12-18 03:45:51,759 [execute] INFO git cat-file --batch 03:45:51 2025-12-18 03:45:51,759 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:45:51 2025-12-18 03:45:51,762 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:51 4.1.0-dev.13 [Pipeline] } 03:45:51 $ docker exec --env ******** --env ******** a1c8a347b31419e7d5672e51d985b0801c3221d514ca1d8c9abdc199d6f628ba ssh-agent -k 03:45:51 unset SSH_AUTH_SOCK; 03:45:51 unset SSH_AGENT_PID; 03:45:51 echo Agent pid 37 killed; 03:45:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:52 + git semver [Pipeline] } 03:45:52 $ docker stop --time=1 a1c8a347b31419e7d5672e51d985b0801c3221d514ca1d8c9abdc199d6f628ba 03:45:53 $ docker rm -f --volumes a1c8a347b31419e7d5672e51d985b0801c3221d514ca1d8c9abdc199d6f628ba [Pipeline] // withDockerContainer [Pipeline] sh 03:45:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:45:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:54 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:45:54 $ 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 03:45:54 $ docker top f66536195d0f3c69e54e34d1b93a3f754c9ad5fa6560397b39811a79b020daeb -eo pid,comm 03:45:54 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). 03:45:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:54 [ssh-agent] Looking for ssh-agent implementation... 03:45:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:54 $ docker exec f66536195d0f3c69e54e34d1b93a3f754c9ad5fa6560397b39811a79b020daeb ssh-agent 03:45:55 SSH_AUTH_SOCK=/tmp/ssh-QlqKP6JX0AMQ/agent.32 03:45:55 SSH_AGENT_PID=38 03:45:55 Running ssh-add (command line suppressed) 03:45:55 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_543988869761938867.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_543988869761938867.key) 03:45:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:55 + git semver push 03:45:55 2025-12-18 03:45:55,688 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:45:55 2025-12-18 03:45:55,693 [run_push] DEBUG push 03:45:55 2025-12-18 03:45:55,693 [execute] INFO git cat-file --batch-check 03:45:55 2025-12-18 03:45:55,693 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:45:55 2025-12-18 03:45:55,696 [execute] INFO git rev-list d1eaddb2409d1489d6eb6fcda8b42c0edb6735ad -- 03:45:55 2025-12-18 03:45:55,696 [execute] DEBUG Popen(['git', 'rev-list', 'd1eaddb2409d1489d6eb6fcda8b42c0edb6735ad', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:45:55 2025-12-18 03:45:55,703 [execute] INFO git fetch -v -- origin 03:45:55 2025-12-18 03:45:55,703 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 03:45:56 2025-12-18 03:45:56,215 [run_push] DEBUG no remote changes detected 03:45:56 2025-12-18 03:45:56,215 [execute] INFO git push origin semver 03:45:56 2025-12-18 03:45:56,215 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:45:57 2025-12-18 03:45:56,976 [run_push] DEBUG push all version tags 03:45:57 2025-12-18 03:45:56,977 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:45:57 2025-12-18 03:45:56,977 [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) 03:45:57 2025-12-18 03:45:57,714 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:45:57 4.1.0-dev.13 [Pipeline] } 03:45:57 $ docker exec --env ******** --env ******** f66536195d0f3c69e54e34d1b93a3f754c9ad5fa6560397b39811a79b020daeb ssh-agent -k 03:45:57 unset SSH_AUTH_SOCK; 03:45:57 unset SSH_AGENT_PID; 03:45:57 echo Agent pid 38 killed; 03:45:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:58 + git semver [Pipeline] } 03:45:58 $ docker stop --time=1 f66536195d0f3c69e54e34d1b93a3f754c9ad5fa6560397b39811a79b020daeb 03:45:59 $ docker rm -f --volumes f66536195d0f3c69e54e34d1b93a3f754c9ad5fa6560397b39811a79b020daeb [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 03:46:00 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 03:46:00 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:46:00 total 16 03:46:00 drwxr-xr-x 3 root root 4096 Dec 18 03:30 . 03:46:00 drwxrwxr-x 9 jenkins jenkins 4096 Dec 18 03:45 .. 03:46:00 drwxr-xr-x 2 root root 4096 Dec 18 03:30 cost 03:46:00 -rw-r--r-- 1 root root 89 Dec 18 03:30 cost.csv 03:46:00 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 03:46:00 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:46:00 total 16 03:46:00 drwxr-xr-x 3 jenkins jenkins 4096 Dec 18 03:30 . 03:46:00 drwxrwxr-x 9 jenkins jenkins 4096 Dec 18 03:45 .. 03:46:00 drwxr-xr-x 2 jenkins jenkins 4096 Dec 18 03:30 cost 03:46:00 -rw-r--r-- 1 jenkins jenkins 89 Dec 18 03:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:46:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:46:01 ---> package-listing.sh 03:46:01 ++ facter osfamily 03:46:01 ++ tr '[:upper:]' '[:lower:]' 03:46:01 + OS_FAMILY=debian 03:46:01 + workspace=/w/workspace/exfoundry_device-virtual-go_main 03:46:01 + START_PACKAGES=/tmp/packages_start.txt 03:46:01 + END_PACKAGES=/tmp/packages_end.txt 03:46:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:46:01 + PACKAGES=/tmp/packages_start.txt 03:46:01 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:46:01 + PACKAGES=/tmp/packages_end.txt 03:46:01 + case "${OS_FAMILY}" in 03:46:01 + dpkg -l 03:46:01 + grep '^ii' 03:46:01 + '[' -f /tmp/packages_start.txt ']' 03:46:01 + '[' -f /tmp/packages_end.txt ']' 03:46:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:46:01 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:46:01 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 03:46:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 03:46:01 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 03:46:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:46:02 prd-ubuntu20.04-docker-8c-8g-775325 does not seem to be running inside a container 03:46:02 $ 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 03:46:03 $ docker top 6f503eced6d23ab94cc3f5a2fadb84f90e7dab540da59b9e744d44f047c17871 -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:03 + touch /tmp/pre-build-complete [Pipeline] sh 03:46:03 + mkdir -p /var/log/sysstat [Pipeline] sh 03:46:04 + ls /var/log/sa-host 03:46:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:04 provisioning config files... 03:46:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6769308744199359316tmp [Pipeline] { [Pipeline] echo 03:46:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:46:04 ---> create-netrc.sh [Pipeline] } 03:46:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:46:04 ---> python-tools-install.sh [Pipeline] echo 03:46:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:46:05 ---> sudo-logs.sh 03:46:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:46:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:46:05 ---> job-cost.sh 03:46:05 lf-activate-venv: SKIPPING 03:46:05 DEBUG: total: 0.2199999988079071 03:46:05 INFO: Retrieving Stack Cost... 03:46:05 INFO: Retrieving Pricing Info for: v3-standard-8 03:46:05 INFO: Archiving Costs [Pipeline] echo 03:46:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:46:06 ---> logs-deploy.sh 03:46:06 lf-activate-venv: SKIPPING 03:46:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/223 03:46:06 INFO: archiving workspace using pattern(s): 03:46:07 Archives upload complete. 03:46:07 INFO: archiving logs to Nexus