Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 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-ssh12920191779599160009.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh8979674271051811975.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 056ae7b86453181957306e7078512cbe12174832 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-ssh2426392716509633209.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh4131468859408918376.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-ssh9123395440021898200.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7084 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision eff1d3fe04aa5a935b2b9135a2461cb5b93a801e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548)" > git config core.sparsecheckout # timeout=10 > git checkout -f eff1d3fe04aa5a935b2b9135a2461cb5b93a801e # timeout=10 > git rev-list --no-walk c119ed95499dc306bea571f77dc9f86a2d44f01a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:23:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:23:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:23:21 ========================================================= 11:23:21 EdgeX Global Pipelines Version Info 11:23:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:23:23 ------------------- 11:23:23 stable info: 11:23:23 ------------------- 11:23:23 Commited By: Cherry Wang cherry@iotechsys.com 11:23:23 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 11:23:23 Message: update stable to v1.0.276 11:23:23 ------------------- 11:23:23 experimental info: 11:23:23 ------------------- 11:23:23 Commited By: **** collab-it+edgex@linuxfoundation.org 11:23:23 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 11:23:23 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:23:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eff1d3f [Pipeline] echo 11:23:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:23:24 provisioning config files... 11:23:24 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17254009348666520972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:23:24 ---> ****-login.sh 11:23:24 nexus3.edgexfoundry.org:10001 11:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:25 11:23:25 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:23:25 Configure a credential helper to remove this warning. See 11:23:25 https://docs.****.com/go/credential-store/ 11:23:25 11:23:25 Login Succeeded 11:23:25 nexus3.edgexfoundry.org:10002 11:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:25 11:23:25 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:23:25 Configure a credential helper to remove this warning. See 11:23:25 https://docs.****.com/go/credential-store/ 11:23:25 11:23:25 Login Succeeded 11:23:25 nexus3.edgexfoundry.org:10003 11:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:25 11:23:25 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:23:25 Configure a credential helper to remove this warning. See 11:23:25 https://docs.****.com/go/credential-store/ 11:23:25 11:23:25 Login Succeeded 11:23:25 nexus3.edgexfoundry.org:10004 11:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:25 11:23:25 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:23:25 Configure a credential helper to remove this warning. See 11:23:25 https://docs.****.com/go/credential-store/ 11:23:25 11:23:25 Login Succeeded 11:23:25 ****.io 11:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:25 11:23:25 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:23:25 Configure a credential helper to remove this warning. See 11:23:25 https://docs.****.com/go/credential-store/ 11:23:25 11:23:25 Login Succeeded 11:23:25 ---> ****-login.sh ends [Pipeline] } 11:23:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:23:26 + git rev-list -1 --merges eff1d3fe04aa5a935b2b9135a2461cb5b93a801e~1..eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo 11:23:26 -----------> git rev-list -1 --merges eff1d3fe04aa5a935b2b9135a2461cb5b93a801e~1..eff1d3fe04aa5a935b2b9135a2461cb5b93a801e eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [false] [Pipeline] sh 11:23:26 + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo 11:23:26 ========================================================= 11:23:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:23:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:23:26 + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo 11:23:26 [semverPrep] GIT_COMMIT: eff1d3fe04aa5a935b2b9135a2461cb5b93a801e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548) [Pipeline] echo 11:23:26 [semverPrep] This is not a build commit. [Pipeline] sh 11:23:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:23:27 + grep -v github /etc/ssh/ssh_known_hosts 11:23:27 + [ -e /tmp/ssh_known_hosts ] 11:23:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:23:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:23:27 + sudo tee -a /etc/ssh/ssh_known_hosts 11:23:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:23:27 11:23:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:23:27 0.1.4: Pulling from edgex-devops/py-git-semver 11:23:27 3dae71ba6b94: Pulling fs layer 11:23:27 6bf1a483ea7c: Pulling fs layer 11:23:27 f5dfc541a4d3: Pulling fs layer 11:23:27 461d9e800cba: Pulling fs layer 11:23:27 80192f66455f: Pulling fs layer 11:23:27 2e8e34ca0e6c: Pulling fs layer 11:23:27 a29436f7fd5d: Pulling fs layer 11:23:27 923cac83aea3: Pulling fs layer 11:23:27 25ad8b0a4227: Pulling fs layer 11:23:27 db01528c6b51: Pulling fs layer 11:23:27 28988de357af: Pulling fs layer 11:23:27 80192f66455f: Waiting 11:23:27 25ad8b0a4227: Waiting 11:23:27 2e8e34ca0e6c: Waiting 11:23:27 db01528c6b51: Waiting 11:23:27 a29436f7fd5d: Waiting 11:23:27 923cac83aea3: Waiting 11:23:27 461d9e800cba: Waiting 11:23:27 28988de357af: Waiting 11:23:27 6bf1a483ea7c: Verifying Checksum 11:23:27 6bf1a483ea7c: Download complete 11:23:27 461d9e800cba: Verifying Checksum 11:23:27 461d9e800cba: Download complete 11:23:27 80192f66455f: Verifying Checksum 11:23:27 80192f66455f: Download complete 11:23:28 f5dfc541a4d3: Verifying Checksum 11:23:28 f5dfc541a4d3: Download complete 11:23:28 3dae71ba6b94: Verifying Checksum 11:23:28 3dae71ba6b94: Download complete 11:23:28 923cac83aea3: Verifying Checksum 11:23:28 923cac83aea3: Download complete 11:23:28 25ad8b0a4227: Verifying Checksum 11:23:28 25ad8b0a4227: Download complete 11:23:28 db01528c6b51: Download complete 11:23:28 28988de357af: Verifying Checksum 11:23:28 28988de357af: Download complete 11:23:28 a29436f7fd5d: Verifying Checksum 11:23:28 a29436f7fd5d: Download complete 11:23:28 2e8e34ca0e6c: Verifying Checksum 11:23:28 2e8e34ca0e6c: Download complete 11:23:29 3dae71ba6b94: Pull complete 11:23:29 6bf1a483ea7c: Pull complete 11:23:30 f5dfc541a4d3: Pull complete 11:23:30 461d9e800cba: Pull complete 11:23:30 80192f66455f: Pull complete 11:23:34 2e8e34ca0e6c: Pull complete 11:23:35 a29436f7fd5d: Pull complete 11:23:35 923cac83aea3: Pull complete 11:23:35 25ad8b0a4227: Pull complete 11:23:35 db01528c6b51: Pull complete 11:23:35 28988de357af: Pull complete 11:23:35 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 11:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:23:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:23:35 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:23:35 $ 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 11:23:38 $ docker top bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 -eo pid,comm 11:23:38 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). 11:23:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:23:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:23:38 [ssh-agent] Looking for ssh-agent implementation... 11:23:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:23:39 $ docker exec bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent 11:23:39 SSH_AUTH_SOCK=/tmp/ssh-b3zThaoScD7L/agent.31 11:23:39 SSH_AGENT_PID=37 11:23:39 Running ssh-add (command line suppressed) 11:23:39 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7527456554263391445.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7527456554263391445.key) 11:23:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:23:39 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] sh 11:23:39 + git tag --points-at HEAD [Pipeline] } 11:23:39 $ docker exec --env ******** --env ******** bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent -k 11:23:39 unset SSH_AUTH_SOCK; 11:23:39 unset SSH_AGENT_PID; 11:23:39 echo Agent pid 37 killed; 11:23:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:23:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:23:39 [ssh-agent] Looking for ssh-agent implementation... 11:23:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:23:40 $ docker exec bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent 11:23:40 SSH_AUTH_SOCK=/tmp/ssh-wq6HnR2pd2YX/agent.84 11:23:40 SSH_AGENT_PID=90 11:23:40 Running ssh-add (command line suppressed) 11:23:40 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8279575780215085136.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8279575780215085136.key) 11:23:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:23:40 + git semver init 11:23:40 2025-08-15 11:23:40,818 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:23:40 2025-08-15 11:23:40,822 [run_init] DEBUG init version:0.0.0 force:False 11:23:40 2025-08-15 11:23:40,823 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 11:23:40 2025-08-15 11:23:40,823 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 11:23:40 2025-08-15 11:23:40,823 [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) 11:23:42 2025-08-15 11:23:42,247 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 11:23:42 2025-08-15 11:23:42,248 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 11:23:42 2025-08-15 11:23:42,248 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:23:42 2025-08-15 11:23:42,248 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:23:42 4.1.0-dev.5 [Pipeline] } 11:23:42 $ docker exec --env ******** --env ******** bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 ssh-agent -k 11:23:42 unset SSH_AUTH_SOCK; 11:23:42 unset SSH_AGENT_PID; 11:23:42 echo Agent pid 90 killed; 11:23:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:23:42 + git semver [Pipeline] } 11:23:43 $ docker stop --time=1 bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 11:23:44 $ docker rm -f --volumes bc00663bf6ffbbd16fb3714ed86c45bb2cbd14e2fd8195e0993f5dbaf7133f51 [Pipeline] // withDockerContainer [Pipeline] sh 11:23:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:23:45 Stashed 1 file(s) [Pipeline] echo 11:23:45 [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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 11:23:45 provisioning config files... 11:23:45 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16195774173811631084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:23:45 ---> ****-login.sh 11:23:45 nexus3.edgexfoundry.org:10001 11:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:45 Login Succeeded 11:23:45 nexus3.edgexfoundry.org:10002 11:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:45 Login Succeeded 11:23:45 nexus3.edgexfoundry.org:10003 11:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:45 Login Succeeded 11:23:45 nexus3.edgexfoundry.org:10004 11:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:45 Login Succeeded 11:23:45 ****.io 11:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:46 Login Succeeded 11:23:46 ---> ****-login.sh ends [Pipeline] } 11:23:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:23:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:23:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:23:46 ========================================================= 11:23:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 11:23:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:46 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 11:23:47 #0 building with "default" instance using docker driver 11:23:47 11:23:47 #1 [internal] load build definition from Dockerfile 11:23:47 #1 transferring dockerfile: 1.79kB done 11:23:47 #1 DONE 0.0s 11:23:47 11:23:47 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:23:47 #2 DONE 0.1s 11:23:47 11:23:47 #3 [internal] load .dockerignore 11:23:47 #3 transferring context: 2B done 11:23:47 #3 DONE 0.0s 11:23:47 11:23:47 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 11:23:47 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 11:23:47 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 11:23:47 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 11:23:47 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s 11:23:47 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 11:23:47 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 11:23:47 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 11:23:47 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s 11:23:47 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 11:23:47 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 11:23:47 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 11:23:47 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 11:23:47 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s 11:23:47 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s 11:23:47 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done 11:23:47 #4 ... 11:23:47 11:23:47 #5 [internal] load build context 11:23:47 #5 transferring context: 40.64MB 0.3s done 11:23:47 #5 DONE 0.3s 11:23:47 11:23:47 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 11:23:47 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 30.41MB / 74.06MB 0.3s 11:23:47 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 11:23:47 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 11:23:47 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 7.34MB / 103.05MB 0.3s 11:23:47 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0B / 13.29MB 0.3s 11:23:47 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 11:23:47 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 65.01MB / 74.06MB 0.5s 11:23:47 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.5s 11:23:47 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s 11:23:47 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 11:23:47 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 11:23:47 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 59.77MB / 103.05MB 0.7s 11:23:47 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 11:23:48 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 11:23:48 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 81.17MB / 103.05MB 0.8s 11:23:48 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 11:23:48 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s 11:23:48 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s done 11:23:52 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.3s done 11:23:52 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 11:23:52 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 11:23:52 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 11:23:52 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 11:23:52 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 11:23:52 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 11:23:52 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 11:23:55 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.3s done 11:23:55 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 11:23:56 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.7s done 11:23:56 #4 DONE 8.7s 11:23:56 11:23:56 #6 [builder 2/7] WORKDIR /device-virtual-go 11:23:59 #6 DONE 3.2s 11:23:59 11:23:59 #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 11:23:59 #7 0.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:23:59 #7 0.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:23:59 #7 0.668 (1/4) Installing openssh-keygen (9.7_p1-r5) 11:24:00 #7 0.678 (2/4) Installing libedit (20240517.3.1-r0) 11:24:00 #7 0.684 (3/4) Installing openssh-client-common (9.7_p1-r5) 11:24:00 #7 0.706 (4/4) Installing openssh-client-default (9.7_p1-r5) 11:24:00 #7 0.717 Executing busybox-1.36.1-r29.trigger 11:24:00 #7 0.725 OK: 252 MiB in 62 packages 11:24:00 #7 DONE 0.9s 11:24:00 11:24:00 #8 [builder 4/7] COPY go.mod vendor* ./ 11:24:00 #8 DONE 0.0s 11:24:00 11:24:00 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:24:00 Still waiting to schedule task 11:24:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:24:32 #9 DONE 29.6s 11:24:32 11:24:32 #10 [builder 6/7] COPY . . 11:24:32 #10 DONE 0.3s 11:24:32 11:24:32 #11 [builder 7/7] RUN echo noop 11:24:32 #11 0.211 noop 11:24:32 #11 DONE 0.3s 11:24:32 11:24:32 #12 exporting to image 11:24:32 #12 exporting layers 11:24:38 #12 exporting layers 7.7s done 11:24:38 #12 writing image sha256:0e8197891f23b885bf6ebde79628aae2912834fcbdc86cf0144001501d9addd2 done 11:24:38 #12 naming to docker.io/library/ci-base-image-x86_64 done 11:24:38 #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:39 + docker inspect -f . ci-base-image-x86_64 11:24:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:24:39 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:24:39 $ 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 11:24:39 $ docker top d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 -eo pid,comm [Pipeline] { [Pipeline] sh 11:24:39 + go version 11:24:39 go version go1.23.9 linux/amd64 [Pipeline] } 11:24:39 $ docker stop --time=1 d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 11:24:41 $ docker rm -f --volumes d8db378d22ece46d27373c1b7200267c5124a8ba6ee3db297357b5e0a4a6dd26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:41 + docker inspect -f . ci-base-image-x86_64 11:24:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:24:41 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:24:41 $ 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 11:24:41 $ docker top 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd -eo pid,comm [Pipeline] { [Pipeline] sh 11:24:42 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 11:24:42 + make test 11:24:42 go test ./... -coverprofile=coverage.out 11:24:43 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:25:02 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 11:25:02 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.013s coverage: 59.5% of statements 11:25:10 go vet ./... 11:25:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:25:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:25:15 ./bin/test-attribution-txt.sh 11:25:15 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 11:25:15 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 11:25:15 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 11:25:15 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 11:25:15 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 11:25:15 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 11:25:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:25:15 $ docker stop --time=1 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd 11:25:20 $ docker rm -f --volumes 1382bcc8d229f78cd5fc74005c0047c952c5ff1858afc2dabe55cb6abd9df0dd [Pipeline] // withDockerContainer [Pipeline] sh 11:25:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:25:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:25:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:25:21 + ls -al . 11:25:21 total 272 11:25:21 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:24 . 11:25:21 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 11:23 .. 11:25:21 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:25 .git 11:25:21 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 .github 11:25:21 -rw-rw-r-- 1 jenkins jenkins 272 Aug 15 11:23 .gitignore 11:25:21 -rw-rw-r-- 1 jenkins jenkins 199 Aug 15 11:23 .golangci.yml 11:25:21 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 11:23 .semver 11:25:21 -rw-rw-r-- 1 jenkins jenkins 18321 Aug 15 11:23 Attribution.txt 11:25:21 -rw-rw-r-- 1 jenkins jenkins 17302 Aug 15 11:23 CHANGELOG.md 11:25:21 -rw-rw-r-- 1 jenkins jenkins 1755 Aug 15 11:23 Dockerfile 11:25:21 -rw-rw-r-- 1 jenkins jenkins 677 Aug 15 11:23 GOVERNANCE.md 11:25:21 -rw-rw-r-- 1 jenkins jenkins 660 Aug 15 11:23 Jenkinsfile 11:25:21 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 15 11:23 LICENSE 11:25:21 -rw-rw-r-- 1 jenkins jenkins 2652 Aug 15 11:23 Makefile 11:25:21 -rw-rw-r-- 1 jenkins jenkins 623 Aug 15 11:23 OWNERS.md 11:25:21 -rw-rw-r-- 1 jenkins jenkins 4473 Aug 15 11:23 README.md 11:25:21 -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 11:23 VERSION 11:25:21 drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 11:23 bin 11:25:21 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 cmd 11:25:21 -rw-r--r-- 1 jenkins jenkins 45558 Aug 15 11:25 coverage.out 11:25:21 -rw-rw-r-- 1 jenkins jenkins 6112 Aug 15 11:23 go.mod 11:25:21 -rw-rw-r-- 1 jenkins jenkins 86944 Aug 15 11:23 go.sum 11:25:21 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:23 internal 11:25:21 -rw-rw-r-- 1 jenkins jenkins 235 Aug 15 11:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:21 + 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=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --label arch=amd64 --label version=4.1.0-dev.5 . 11:25:21 #0 building with "default" instance using docker driver 11:25:21 11:25:21 #1 [internal] load build definition from Dockerfile 11:25:21 #1 transferring dockerfile: 1.79kB done 11:25:21 #1 DONE 0.0s 11:25:21 11:25:21 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 11:25:21 #2 DONE 0.0s 11:25:21 11:25:21 #3 [internal] load metadata for docker.io/library/alpine:3.20 11:25:21 #3 DONE 0.1s 11:25:21 11:25:21 #4 [internal] load .dockerignore 11:25:21 #4 transferring context: 2B done 11:25:21 #4 DONE 0.0s 11:25:21 11:25:21 #5 [internal] load build context 11:25:21 #5 transferring context: 59.85kB 0.0s done 11:25:21 #5 DONE 0.0s 11:25:21 11:25:21 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 11:25:21 #6 DONE 0.1s 11:25:21 11:25:21 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:25:21 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:25:21 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:25:21 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:25:21 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:25:21 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 11:25:22 #7 ... 11:25:22 11:25:22 #8 [builder 2/7] WORKDIR /device-virtual-go 11:25:22 #8 DONE 0.1s 11:25:22 11:25:22 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:25:22 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:25:22 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 11:25:22 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:25:22 #7 DONE 0.4s 11:25:22 11:25:22 #9 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 11:25:22 #9 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:25:22 #9 0.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:25:22 #9 0.708 OK: 252 MiB in 62 packages 11:25:22 #9 DONE 0.8s 11:25:22 11:25:22 #10 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:25:22 #10 0.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:25:22 #10 0.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:25:22 #10 0.582 (1/1) Installing dumb-init (1.2.5-r3) 11:25:22 #10 0.603 Executing busybox-1.36.1-r29.trigger 11:25:22 #10 0.610 OK: 8 MiB in 15 packages 11:25:23 #10 DONE 0.7s 11:25:23 11:25:23 #11 [builder 4/7] COPY go.mod vendor* ./ 11:25:23 #11 DONE 0.0s 11:25:23 11:25:23 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:25:23 #12 DONE 0.6s 11:25:23 11:25:23 #13 [stage-1 3/7] RUN apk --no-cache upgrade 11:25:23 #13 0.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:25:23 #13 0.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:25:23 #13 0.631 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:25:23 #13 0.645 Executing busybox-1.36.1-r30.post-upgrade 11:25:23 #13 0.683 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:25:23 #13 0.687 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:25:23 #13 0.691 Executing busybox-1.36.1-r30.trigger 11:25:23 #13 0.697 OK: 8 MiB in 15 packages 11:25:24 #13 DONE 1.0s 11:25:24 11:25:24 #14 [builder 6/7] COPY . . 11:25:24 #14 DONE 0.4s 11:25:24 11:25:24 #15 [builder 7/7] RUN make build 11:25:24 #15 0.232 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 11:25:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7085 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 11:25:31 Running in /w/workspace/device-virtual-go/214 [Pipeline] { [Pipeline] checkout 11:25:34 The recommended git tool is: git 11:25:38 using credential edgex-jenkins-ssh 11:25:38 Cloning the remote Git repository 11:25:38 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:25:38 > git init /w/workspace/device-virtual-go/214 # timeout=10 11:25:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:25:39 > git --version # timeout=10 11:25:39 > git --version # 'git version 2.25.1' 11:25:39 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:42 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:25:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:43 Avoid second fetch 11:25:43 Checking out Revision eff1d3fe04aa5a935b2b9135a2461cb5b93a801e (main) 11:25:43 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#548)" 11:25:43 > git config core.sparsecheckout # timeout=10 11:25:43 > git checkout -f eff1d3fe04aa5a935b2b9135a2461cb5b93a801e # timeout=10 11:25:46 #15 DONE 22.2s 11:25:46 11:25:46 #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / 11:25:46 #16 DONE 0.0s 11:25:46 11:25:46 #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / 11:25:46 #17 DONE 0.0s 11:25:46 11:25:46 #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / 11:25:46 #18 DONE 0.3s 11:25:46 11:25:46 #19 exporting to image 11:25:46 #19 exporting layers 11:25:46 #19 exporting layers 0.2s done 11:25:46 #19 writing image sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:25:46 #19 naming to docker.io/library/device-virtual done 11:25:46 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:25:46 provisioning config files... 11:25:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10286069481952085761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:47 ---> ****-login.sh 11:25:47 nexus3.edgexfoundry.org:10001 11:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:47 Login Succeeded 11:25:47 nexus3.edgexfoundry.org:10002 11:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:47 Login Succeeded 11:25:47 nexus3.edgexfoundry.org:10003 11:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:47 Login Succeeded 11:25:47 nexus3.edgexfoundry.org:10004 11:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:47 Login Succeeded 11:25:47 ****.io 11:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:47 Login Succeeded 11:25:47 ---> ****-login.sh ends [Pipeline] } 11:25:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:25:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:25:47 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 11:25:47 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:25:47 latest 11:25:47 4.1.0-dev.5 11:25:47 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:25:47 main 11:25:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:48 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:25:48 provisioning config files... 11:25:48 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/214@tmp/config10305061443722207147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:48 + docker push nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 11:25:48 2f59632d4625: Preparing 11:25:48 ca3c116612cd: Preparing 11:25:48 ab550ce5223d: Preparing 11:25:48 f54e4f28827a: Preparing 11:25:48 34c58294d82d: Preparing 11:25:48 097100c76c15: Preparing 11:25:48 097100c76c15: Waiting 11:25:48 ca3c116612cd: Pushed 11:25:48 ab550ce5223d: Pushed 11:25:48 34c58294d82d: Pushed 11:25:48 097100c76c15: Layer already exists 11:25:48 f54e4f28827a: Pushed 11:25:48 ---> ****-login.sh 11:25:48 nexus3.edgexfoundry.org:10001 11:25:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:25:49 Configure a credential helper to remove this warning. See 11:25:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:25:49 11:25:49 Login Succeeded 11:25:49 nexus3.edgexfoundry.org:10002 11:25:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:25:49 Configure a credential helper to remove this warning. See 11:25:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:25:49 11:25:49 Login Succeeded 11:25:49 nexus3.edgexfoundry.org:10003 11:25:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:25:50 Configure a credential helper to remove this warning. See 11:25:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:25:50 11:25:50 Login Succeeded 11:25:50 nexus3.edgexfoundry.org:10004 11:25:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:25:50 Configure a credential helper to remove this warning. See 11:25:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:25:50 11:25:50 Login Succeeded 11:25:50 ****.io 11:25:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:25:51 Configure a credential helper to remove this warning. See 11:25:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:25:51 11:25:51 Login Succeeded 11:25:51 ---> ****-login.sh ends [Pipeline] } 11:25:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:25:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:25:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:25:51 ========================================================= 11:25:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 11:25:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:51 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 11:25:52 Sending build context to Docker daemon 20.55MB 11:25:52 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 11:25:52 Step 2/12 : FROM ${BASE} AS builder 11:25:52 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:25:52 94e9d8af2201: Pulling fs layer 11:25:52 a6c56e8762df: Pulling fs layer 11:25:52 f0f3c8884826: Pulling fs layer 11:25:52 c7e7622c144d: Pulling fs layer 11:25:52 4f4fb700ef54: Pulling fs layer 11:25:52 b4c3b6d88c5a: Pulling fs layer 11:25:52 ba8bce9d2590: Pulling fs layer 11:25:52 ca778ea9c289: Pulling fs layer 11:25:52 4f4fb700ef54: Waiting 11:25:52 b4c3b6d88c5a: Waiting 11:25:52 ba8bce9d2590: Waiting 11:25:52 ca778ea9c289: Waiting 11:25:52 c7e7622c144d: Waiting 11:25:52 2f59632d4625: Pushed 11:25:52 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 11:25:52 a6c56e8762df: Verifying Checksum 11:25:52 a6c56e8762df: Download complete 11:25:52 c7e7622c144d: Verifying Checksum 11:25:52 c7e7622c144d: Download complete 11:25:52 4f4fb700ef54: Verifying Checksum 11:25:52 4f4fb700ef54: Download complete 11:25:52 b4c3b6d88c5a: Verifying Checksum 11:25:52 b4c3b6d88c5a: Download complete 11:25:52 94e9d8af2201: Verifying Checksum 11:25:52 94e9d8af2201: Download complete [Pipeline] sh 11:25:52 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:53 ca778ea9c289: Verifying Checksum 11:25:53 ca778ea9c289: Download complete 11:25:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 11:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 11:25:53 2f59632d4625: Preparing 11:25:53 ca3c116612cd: Preparing 11:25:53 ab550ce5223d: Preparing 11:25:53 f54e4f28827a: Preparing 11:25:53 34c58294d82d: Preparing 11:25:53 097100c76c15: Preparing 11:25:53 097100c76c15: Waiting 11:25:53 ca3c116612cd: Layer already exists 11:25:53 2f59632d4625: Layer already exists 11:25:53 ab550ce5223d: Layer already exists 11:25:53 34c58294d82d: Layer already exists 11:25:53 f54e4f28827a: Layer already exists 11:25:53 097100c76c15: Layer already exists 11:25:53 latest: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:53 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:53 94e9d8af2201: Pull complete 11:25:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 11:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 11:25:53 2f59632d4625: Preparing 11:25:53 ca3c116612cd: Preparing 11:25:53 ab550ce5223d: Preparing 11:25:53 f54e4f28827a: Preparing 11:25:53 34c58294d82d: Preparing 11:25:53 097100c76c15: Preparing 11:25:53 097100c76c15: Waiting 11:25:53 f54e4f28827a: Layer already exists 11:25:53 2f59632d4625: Layer already exists 11:25:53 ab550ce5223d: Layer already exists 11:25:53 ca3c116612cd: Layer already exists 11:25:53 34c58294d82d: Layer already exists 11:25:53 097100c76c15: Layer already exists 11:25:53 4.1.0-dev.5: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:54 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:54 a6c56e8762df: Pull complete 11:25:54 + docker push nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 11:25:54 2f59632d4625: Preparing 11:25:54 ca3c116612cd: Preparing 11:25:54 ab550ce5223d: Preparing 11:25:54 f54e4f28827a: Preparing 11:25:54 34c58294d82d: Preparing 11:25:54 097100c76c15: Preparing 11:25:54 097100c76c15: Waiting 11:25:54 ca3c116612cd: Layer already exists 11:25:54 2f59632d4625: Layer already exists 11:25:54 34c58294d82d: Layer already exists 11:25:54 f54e4f28827a: Layer already exists 11:25:54 ab550ce5223d: Layer already exists 11:25:54 097100c76c15: Layer already exists 11:25:54 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:54 f0f3c8884826: Verifying Checksum 11:25:54 f0f3c8884826: Download complete 11:25:54 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 11:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 11:25:55 2f59632d4625: Preparing 11:25:55 ca3c116612cd: Preparing 11:25:55 ab550ce5223d: Preparing 11:25:55 f54e4f28827a: Preparing 11:25:55 34c58294d82d: Preparing 11:25:55 097100c76c15: Preparing 11:25:55 097100c76c15: Waiting 11:25:55 ca3c116612cd: Layer already exists 11:25:55 f54e4f28827a: Layer already exists 11:25:55 ab550ce5223d: Layer already exists 11:25:55 2f59632d4625: Layer already exists 11:25:55 34c58294d82d: Layer already exists 11:25:55 097100c76c15: Layer already exists 11:25:55 main: digest: sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:25:55 ===================================================== [Pipeline] echo 11:25:55 taggedImages: 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:latest 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 11:25:55 ========================================================= 11:25:55 [edgeXBuildMultiArch] RAW Config: 11:25:55 images: 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:latest 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:25:55 - nexus3.edgexfoundry.org:10004/device-virtual:main 11:25:55 settingsFile: 11:25:55 device-virtual-go-settings 11:25:55 ========================================================= [Pipeline] node 11:25:55 ba8bce9d2590: Verifying Checksum 11:25:55 ba8bce9d2590: Download complete 11:26:10 Still waiting to schedule task 11:26:10 All nodes of label ‘centos7-docker-4c-2g’ are offline 11:26:10 f0f3c8884826: Pull complete 11:26:10 c7e7622c144d: Pull complete 11:26:10 4f4fb700ef54: Pull complete 11:26:10 b4c3b6d88c5a: Pull complete 11:26:17 ba8bce9d2590: Pull complete 11:26:19 ca778ea9c289: Pull complete 11:26:19 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 11:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 11:26:19 ---> 47b25d7523d1 11:26:19 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:26:21 ---> Running in d7260c0ec757 11:26:21 Removing intermediate container d7260c0ec757 11:26:21 ---> 85cc66e49afe 11:26:21 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:26:21 ---> Running in 33973ef69573 11:26:21 Removing intermediate container 33973ef69573 11:26:21 ---> ff64d051b788 11:26:21 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:26:21 ---> Running in 7c33f92b3de0 11:26:22 Removing intermediate container 7c33f92b3de0 11:26:22 ---> 74cdaced36e2 11:26:22 Step 6/12 : WORKDIR /device-virtual-go 11:26:22 ---> Running in 3cce1a386649 11:26:22 Removing intermediate container 3cce1a386649 11:26:22 ---> 7eec12244e39 11:26:22 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:26:22 ---> Running in f8c22c8356e6 11:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:26:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:26:25 (1/4) Installing openssh-keygen (9.7_p1-r5) 11:26:25 (2/4) Installing libedit (20240517.3.1-r0) 11:26:25 (3/4) Installing openssh-client-common (9.7_p1-r5) 11:26:25 (4/4) Installing openssh-client-default (9.7_p1-r5) 11:26:25 Executing busybox-1.36.1-r29.trigger 11:26:25 OK: 244 MiB in 62 packages 11:26:26 Removing intermediate container f8c22c8356e6 11:26:26 ---> 94882671e841 11:26:26 Step 8/12 : COPY go.mod vendor* ./ 11:26:26 ---> 201856e03be1 11:26:26 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:26:26 ---> Running in 2c80e484710c 11:26:46 Running on prd-centos7-docker-4c-2g-7086 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:26:46 provisioning config files... 11:26:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5682713794109960155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:26:50 ---> ****-login.sh 11:26:50 nexus3.edgexfoundry.org:10001 11:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:26:50 Configure a credential helper to remove this warning. See 11:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:26:50 11:26:50 Login Succeeded 11:26:50 nexus3.edgexfoundry.org:10002 11:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:26:50 Configure a credential helper to remove this warning. See 11:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:26:50 11:26:50 Login Succeeded 11:26:50 nexus3.edgexfoundry.org:10003 11:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:26:50 Configure a credential helper to remove this warning. See 11:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:26:50 11:26:50 Login Succeeded 11:26:50 nexus3.edgexfoundry.org:10004 11:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:26:50 Configure a credential helper to remove this warning. See 11:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:26:50 11:26:50 Login Succeeded 11:26:50 ****.io 11:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:26:51 Configure a credential helper to remove this warning. See 11:26:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:26:51 11:26:51 Login Succeeded 11:26:51 ---> ****-login.sh ends [Pipeline] } 11:26:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:26:51 + docker buildx ls 11:26:51 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 11:26:51 default * docker 11:26:51 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 11:26:52 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 11:26:52 edgex-builder [Pipeline] sh 11:26:52 + docker buildx inspect --bootstrap 11:26:52 #1 [internal] booting buildkit 11:26:52 #1 pulling image moby/buildkit:buildx-stable-1 11:26:55 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 11:26:55 #1 creating container buildx_buildkit_edgex-builder0 11:26:57 #1 creating container buildx_buildkit_edgex-builder0 2.1s done 11:26:57 #1 DONE 5.2s 11:26:57 Name: edgex-builder 11:26:57 Driver: docker-container 11:26:57 11:26:57 Nodes: 11:26:57 Name: edgex-builder0 11:26:57 Endpoint: unix:///var/run/docker.sock 11:26:57 Status: running 11:26:57 Buildkit: v0.22.0 11:26:57 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 11:26:57 + docker buildx ls 11:26:57 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 11:26:57 edgex-builder * docker-container 11:26:57 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 11:26:57 default docker 11:26:57 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 11:26:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --push - 11:26:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e' 11:26:58 #1 [internal] load build definition from Dockerfile 11:26:58 #1 transferring dockerfile: 199B done 11:26:58 #1 DONE 0.0s 11:26:58 11:26:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:26:58 #2 DONE 0.1s 11:26:58 11:26:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:26:58 #3 DONE 0.1s 11:26:58 11:26:58 #4 [internal] load .dockerignore 11:26:58 #4 transferring context: 2B done 11:26:58 #4 DONE 0.0s 11:26:58 11:26:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:58 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:58 #5 DONE 0.0s 11:26:58 11:26:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:58 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:58 #6 DONE 0.1s 11:26:58 11:26:58 #7 exporting to image 11:26:58 #7 exporting layers done 11:26:58 #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done 11:26:58 #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 11:26:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:26:58 #7 ... 11:26:58 11:26:58 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 11:26:58 #8 DONE 0.0s 11:26:58 11:26:58 #7 exporting to image 11:26:58 #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:26:58 #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done 11:26:58 #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done 11:26:58 #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done 11:26:58 #7 pushing layers 0.1s done 11:26:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 11:26:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done 11:26:58 #7 DONE 0.2s 11:26:58 11:26:58 1 warning found (use --debug to expand): 11:26:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:26:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 11:26:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 11:26:59 #1 [internal] load build definition from Dockerfile 11:26:59 #1 transferring dockerfile: 165B done 11:26:59 #1 DONE 0.0s 11:26:59 11:26:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 11:26:59 #2 DONE 0.0s 11:26:59 11:26:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 11:26:59 #3 DONE 0.0s 11:26:59 11:26:59 #4 [internal] load .dockerignore 11:26:59 #4 transferring context: 2B done 11:26:59 #4 DONE 0.0s 11:26:59 11:26:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:59 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:59 #5 DONE 0.0s 11:26:59 11:26:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:59 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:59 #6 CACHED 11:26:59 11:26:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:59 #5 CACHED 11:26:59 11:26:59 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 11:26:59 #7 DONE 0.0s 11:26:59 11:26:59 #8 exporting to image 11:26:59 #8 exporting layers done 11:26:59 #8 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done 11:26:59 #8 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:26:59 #8 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done 11:26:59 #8 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done 11:26:59 #8 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 done 11:26:59 #8 pushing layers 0.0s done 11:26:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done 11:26:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:26:59 #8 DONE 0.1s 11:26:59 11:26:59 1 warning found (use --debug to expand): 11:26:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:26:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5' 11:26:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 --push - 11:26:59 #1 [internal] load build definition from Dockerfile 11:26:59 #1 transferring dockerfile: 170B done 11:26:59 #1 DONE 0.0s 11:26:59 11:26:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 11:26:59 #2 DONE 0.0s 11:26:59 11:26:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5 11:26:59 #3 DONE 0.0s 11:26:59 11:26:59 #4 [internal] load .dockerignore 11:26:59 #4 transferring context: 2B done 11:26:59 #4 DONE 0.0s 11:26:59 11:26:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:59 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:59 #5 CACHED 11:26:59 11:26:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:26:59 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:26:59 #6 CACHED 11:26:59 11:26:59 #7 exporting to image 11:26:59 #7 exporting layers done 11:26:59 #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done 11:26:59 #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:26:59 #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done 11:26:59 #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done 11:26:59 #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 done 11:26:59 #7 pushing layers 0.0s done 11:26:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 11:26:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:26:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done 11:26:59 #7 DONE 0.1s 11:26:59 11:26:59 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 11:26:59 #8 DONE 0.0s 11:26:59 11:26:59 1 warning found (use --debug to expand): 11:26:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:27:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 --push - 11:27:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5' 11:27:00 #1 [internal] load build definition from Dockerfile 11:27:00 #1 transferring dockerfile: 211B done 11:27:00 #1 DONE 0.0s 11:27:00 11:27:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:27:00 #2 DONE 0.0s 11:27:00 11:27:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:27:00 #3 DONE 0.0s 11:27:00 11:27:00 #4 [internal] load .dockerignore 11:27:00 #4 transferring context: 2B done 11:27:00 #4 DONE 0.0s 11:27:00 11:27:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:27:00 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 done 11:27:00 #5 CACHED 11:27:00 11:27:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:27:00 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.0s done 11:27:00 #6 CACHED 11:27:00 11:27:00 #7 exporting to image 11:27:00 #7 exporting layers done 11:27:00 #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 done 11:27:00 #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:27:00 #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a done 11:27:00 #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done 11:27:00 #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done 11:27:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:27:00 #7 pushing layers 0.0s done 11:27:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done 11:27:00 #7 DONE 0.1s 11:27:00 11:27:00 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 11:27:00 #8 DONE 0.0s 11:27:00 11:27:00 1 warning found (use --debug to expand): 11:27:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:27:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 11:27:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 11:27:01 #1 [internal] load build definition from Dockerfile 11:27:01 #1 transferring dockerfile: 163B done 11:27:01 #1 DONE 0.1s 11:27:01 11:27:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 11:27:01 #2 DONE 0.1s 11:27:01 11:27:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 11:27:01 #3 DONE 0.1s 11:27:01 11:27:01 #4 [internal] load .dockerignore 11:27:01 #4 transferring context: 11:27:01 #4 transferring context: 2B done 11:27:01 #4 DONE 0.2s 11:27:01 11:27:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:27:01 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.1s done 11:27:01 #5 DONE 0.1s 11:27:01 11:27:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:27:01 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 0.1s done 11:27:01 #6 CACHED 11:27:01 11:27:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:79b0582748c672776cff2352fd25be17a94474b7a5faff6fc59450eb46cd68d5 11:27:01 #5 CACHED 11:27:01 11:27:01 #7 exporting to image 11:27:01 #7 exporting layers done 11:27:01 #7 exporting manifest sha256:079cb2b086422470cfcca263105db221569eb97007b1516a67a8f8602c5f02f8 0.0s done 11:27:01 #7 exporting config sha256:7494c7b2c6fd173105548715731c63f67817ea4f60408f7b07ad402542813fa2 done 11:27:01 #7 exporting manifest sha256:f80b8561390f04a288fd785496553a2b0de101ac1741016308fcc98d26c0a06a 0.0s done 11:27:01 #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 11:27:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:27:01 #7 exporting config sha256:a09b0d210093e373cd8e5dc7a346ea9e941f52c5f05e61f0b455a5df0a9f2970 done 11:27:01 #7 exporting manifest list sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.0s done 11:27:01 #7 pushing layers 0.0s done 11:27:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:3d5fa9f5bf44164f931b2925a449c76dfac5b2910e4bcd61a47d28df5d132759 0.1s done 11:27:01 #7 DONE 0.2s 11:27:01 11:27:01 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 11:27:01 #8 DONE 0.0s 11:27:02 11:27:02 1 warning found (use --debug to expand): 11:27:02  - 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 11:27:02 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 11:27:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:27:03 ---> package-listing.sh 11:27:03 ++ tr '[:upper:]' '[:lower:]' 11:27:03 ++ facter osfamily 11:27:03 + OS_FAMILY=redhat 11:27:03 + workspace=/w/workspace/exfoundry_device-virtual-go_main 11:27:03 + START_PACKAGES=/tmp/packages_start.txt 11:27:03 + END_PACKAGES=/tmp/packages_end.txt 11:27:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:27:03 + PACKAGES=/tmp/packages_start.txt 11:27:03 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 11:27:03 + PACKAGES=/tmp/packages_end.txt 11:27:03 + case "${OS_FAMILY}" in 11:27:03 + rpm -qa 11:27:03 + sort 11:27:04 + '[' -f /tmp/packages_start.txt ']' 11:27:04 + '[' -f /tmp/packages_end.txt ']' 11:27:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:27:04 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 11:27:04 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 11:27:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 11:27:04 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 11:27:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:05 11:27:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:05 latest: Pulling from edgex-lftools-log-publisher 11:27:05 5eb5b503b376: Pulling fs layer 11:27:05 5c69ac0246d0: Pulling fs layer 11:27:05 ec43610c2a17: Pulling fs layer 11:27:05 3a2ae6a8a46f: Pulling fs layer 11:27:05 33b1e0a273af: Pulling fs layer 11:27:05 5d3b04190fa2: Pulling fs layer 11:27:05 2f39f015ded8: Pulling fs layer 11:27:05 3a2ae6a8a46f: Waiting 11:27:05 33b1e0a273af: Waiting 11:27:05 5d3b04190fa2: Waiting 11:27:05 2f39f015ded8: Waiting 11:27:05 5c69ac0246d0: Verifying Checksum 11:27:05 5c69ac0246d0: Download complete 11:27:05 3a2ae6a8a46f: Verifying Checksum 11:27:05 3a2ae6a8a46f: Download complete 11:27:05 33b1e0a273af: Verifying Checksum 11:27:05 33b1e0a273af: Download complete 11:27:05 5d3b04190fa2: Verifying Checksum 11:27:05 5d3b04190fa2: Download complete 11:27:05 ec43610c2a17: Verifying Checksum 11:27:05 ec43610c2a17: Download complete 11:27:05 5eb5b503b376: Verifying Checksum 11:27:05 5eb5b503b376: Download complete 11:27:06 2f39f015ded8: Verifying Checksum 11:27:06 2f39f015ded8: Download complete 11:27:07 5eb5b503b376: Pull complete 11:27:07 5c69ac0246d0: Pull complete 11:27:07 ec43610c2a17: Pull complete 11:27:07 3a2ae6a8a46f: Pull complete 11:27:07 33b1e0a273af: Pull complete 11:27:08 5d3b04190fa2: Pull complete 11:27:12 2f39f015ded8: Pull complete 11:27:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:27:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:27:12 prd-centos7-docker-4c-2g-7086 does not seem to be running inside a container 11:27:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:27:22 $ docker top 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 -eo pid,comm [Pipeline] { [Pipeline] sh 11:27:22 + touch /tmp/pre-build-complete [Pipeline] sh 11:27:23 + mkdir -p /var/log/sysstat [Pipeline] sh 11:27:23 + ls /var/log/sa-host 11:27:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:27:23 provisioning config files... 11:27:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8390899921128005549tmp [Pipeline] { [Pipeline] echo 11:27:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:27:23 ---> create-netrc.sh [Pipeline] } 11:27:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:27:24 ---> python-tools-install.sh [Pipeline] echo 11:27:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:27:24 ---> sudo-logs.sh 11:27:24 Archiving 'sudo' log.. 11:27:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-7086.novalocal: Name or service not known 11:27:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-7086.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 11:27:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:27:24 ---> job-cost.sh 11:27:24 lf-activate-venv: SKIPPING 11:27:24 INFO: No Stack... 11:27:25 INFO: Retrieving Pricing Info for: v3-standard-2 11:27:25 INFO: Archiving Costs [Pipeline] echo 11:27:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:27:25 ---> logs-deploy.sh 11:27:25 lf-activate-venv: SKIPPING 11:27:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/214 11:27:25 INFO: archiving workspace using pattern(s): 11:27:26 Archives upload complete. 11:27:26 INFO: archiving logs to Nexus 11:27:27 ---> uname -a: 11:27:27 Linux prd-centos7-docker-4c-2g-7086.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 11:27:27 11:27:27 11:27:27 ---> lscpu: 11:27:27 Architecture: x86_64 11:27:27 CPU op-mode(s): 32-bit, 64-bit 11:27:27 Byte Order: Little Endian 11:27:27 Address sizes: 40 bits physical, 48 bits virtual 11:27:27 CPU(s): 2 11:27:27 On-line CPU(s) list: 0,1 11:27:27 Thread(s) per core: 1 11:27:27 Core(s) per socket: 1 11:27:27 Socket(s): 2 11:27:27 NUMA node(s): 1 11:27:27 Vendor ID: AuthenticAMD 11:27:27 CPU family: 23 11:27:27 Model: 49 11:27:27 Model name: AMD EPYC-Rome Processor 11:27:27 Stepping: 0 11:27:27 CPU MHz: 2799.998 11:27:27 BogoMIPS: 5599.99 11:27:27 Virtualization: AMD-V 11:27:27 Hypervisor vendor: KVM 11:27:27 Virtualization type: full 11:27:27 L1d cache: 64 KiB 11:27:27 L1i cache: 64 KiB 11:27:27 L2 cache: 1 MiB 11:27:27 L3 cache: 32 MiB 11:27:27 NUMA node0 CPU(s): 0,1 11:27:27 Vulnerability Itlb multihit: Not affected 11:27:27 Vulnerability L1tf: Not affected 11:27:27 Vulnerability Mds: Not affected 11:27:27 Vulnerability Meltdown: Not affected 11:27:27 Vulnerability Mmio stale data: Not affected 11:27:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:27:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:27:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:27:27 Vulnerability Srbds: Not affected 11:27:27 Vulnerability Tsx async abort: Not affected 11:27:27 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 11:27:27 11:27:27 11:27:27 ---> nproc: 11:27:27 2 11:27:27 11:27:27 11:27:27 ---> df -h: 11:27:27 Filesystem Size Used Avail Use% Mounted on 11:27:27 overlay 40G 7.3G 33G 19% / 11:27:27 tmpfs 64M 0 64M 0% /dev 11:27:27 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 11:27:27 shm 64M 0 64M 0% /dev/shm 11:27:27 /dev/vda1 40G 7.3G 33G 19% /facter-os 11:27:27 11:27:27 11:27:27 Cannot open /var/log/sysstat/sa15: No such file or directory 11:27:27 Please check if data collecting is enabled 11:27:27 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:27:27 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 11:27:27 $ docker stop --time=1 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 11:27:29 $ docker rm -f --volumes 00515a0bd2d84c6772a4abc5a4ca64a892a029fe8b98ae15cd1edb7b7b886494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 11:27:29 [WS-CLEANUP] Deleting project workspace... 11:27:29 [WS-CLEANUP] Deferred wipeout is used... 11:27:29 [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 11:27:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:29 11:27:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:29 latest: Pulling from edgex-lftools-log-publisher 11:27:29 5eb5b503b376: Pulling fs layer 11:27:29 5c69ac0246d0: Pulling fs layer 11:27:29 ec43610c2a17: Pulling fs layer 11:27:29 3a2ae6a8a46f: Pulling fs layer 11:27:29 33b1e0a273af: Pulling fs layer 11:27:29 5d3b04190fa2: Pulling fs layer 11:27:29 3a2ae6a8a46f: Waiting 11:27:29 33b1e0a273af: Waiting 11:27:29 2f39f015ded8: Pulling fs layer 11:27:29 5d3b04190fa2: Waiting 11:27:29 2f39f015ded8: Waiting 11:27:29 5c69ac0246d0: Verifying Checksum 11:27:29 5c69ac0246d0: Download complete 11:27:29 3a2ae6a8a46f: Verifying Checksum 11:27:29 3a2ae6a8a46f: Download complete 11:27:29 33b1e0a273af: Verifying Checksum 11:27:29 33b1e0a273af: Download complete 11:27:29 ec43610c2a17: Verifying Checksum 11:27:29 ec43610c2a17: Download complete 11:27:29 5d3b04190fa2: Verifying Checksum 11:27:29 5d3b04190fa2: Download complete 11:27:30 5eb5b503b376: Verifying Checksum 11:27:30 5eb5b503b376: Download complete 11:27:30 2f39f015ded8: Download complete 11:27:31 5eb5b503b376: Pull complete 11:27:31 5c69ac0246d0: Pull complete 11:27:32 ec43610c2a17: Pull complete 11:27:32 3a2ae6a8a46f: Pull complete 11:27:32 33b1e0a273af: Pull complete 11:27:32 5d3b04190fa2: Pull complete 11:27:39 2f39f015ded8: Pull complete 11:27:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:27:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:27:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:27:39 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:27:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:27:42 $ docker top c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:27:42 ---> job-cost.sh 11:27:42 lf-activate-venv: SKIPPING 11:27:42 INFO: No Stack... 11:27:43 INFO: Retrieving Pricing Info for: v3-standard-8 11:27:43 INFO: Archiving Costs [Pipeline] sh 11:27:43 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 11:27:43 + cut -d, -f6 [Pipeline] lock 11:27:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] 11:27:43 Resource [jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] did not exist. Created. 11:27:43 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:27:44 + echo total: 0.2199999988079071 [Pipeline] stash 11:27:44 Stashed 1 file(s) [Pipeline] } 11:27:44 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } 11:27:44 $ docker stop --time=1 c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab 11:27:45 $ docker rm -f --volumes c8d0a6313e4fe81107762fd53704a431f2b2bcb558c8b8f6197dbb9248fac6ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:28:18 Removing intermediate container 2c80e484710c 11:28:18 ---> eb9ca34f84ec 11:28:18 Step 10/12 : COPY . . 11:28:18 ---> 27ed56a6afd6 11:28:18 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:28:18 ---> Running in 57c86d87fcf5 11:28:19 Removing intermediate container 57c86d87fcf5 11:28:19 ---> 3473f2b0d452 11:28:19 Step 12/12 : RUN $MAKE 11:28:19 ---> Running in a01ea1748d92 11:28:20 noop 11:28:20 Removing intermediate container a01ea1748d92 11:28:20 ---> 1853b8edfbd9 11:28:20 Successfully built 1853b8edfbd9 11:28:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:21 + docker inspect -f . ci-base-image-arm64 11:28:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:28:21 prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container 11:28:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 11:28:22 $ docker top c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:28:23 + go version 11:28:23 go version go1.23.9 linux/arm64 [Pipeline] } 11:28:23 $ docker stop --time=1 c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 11:28:25 $ docker rm -f --volumes c0b461f076bdc900e3d71497e322c9a08652c1d18c19160fdc4b74998c96d8c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:25 + docker inspect -f . ci-base-image-arm64 11:28:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:28:25 prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container 11:28:25 $ 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/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 11:28:26 $ docker top 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 -eo pid,comm [Pipeline] { [Pipeline] sh 11:28:27 + git config --global --add safe.directory /w/workspace/device-virtual-go/214 [Pipeline] fileExists [Pipeline] sh 11:28:28 + make test 11:28:28 go test ./... -coverprofile=coverage.out 11:28:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:32:10 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 11:32:10 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.061s coverage: 59.4% of statements 11:32:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:32:10 go vet ./... 11:32:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:32:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:32:57 ./bin/test-attribution-txt.sh 11:32:57 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 11:32:57 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 11:32:57 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 11:32:57 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 11:32:57 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 11:32:57 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 11:32:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:32:57 $ docker stop --time=1 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 11:32:59 $ docker rm -f --volumes 5509ddd249459ada8f0e28746696b9c440973c1e8451c3587c239a1b4f1f68a1 [Pipeline] // withDockerContainer [Pipeline] sh 11:33:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:33:00 Warning: overwriting stash ‘coverage-report’ 11:33:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:33:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:33:02 + ls -al . 11:33:02 total 268 11:33:02 drwxrwxr-x 7 jenkins jenkins 4096 Aug 15 11:28 . 11:33:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 11:25 .. 11:33:02 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 11:25 .git 11:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 .github 11:33:02 -rw-rw-r-- 1 jenkins jenkins 272 Aug 15 11:25 .gitignore 11:33:02 -rw-rw-r-- 1 jenkins jenkins 199 Aug 15 11:25 .golangci.yml 11:33:02 -rw-rw-r-- 1 jenkins jenkins 18321 Aug 15 11:25 Attribution.txt 11:33:02 -rw-rw-r-- 1 jenkins jenkins 17302 Aug 15 11:25 CHANGELOG.md 11:33:02 -rw-rw-r-- 1 jenkins jenkins 1755 Aug 15 11:25 Dockerfile 11:33:02 -rw-rw-r-- 1 jenkins jenkins 677 Aug 15 11:25 GOVERNANCE.md 11:33:02 -rw-rw-r-- 1 jenkins jenkins 660 Aug 15 11:25 Jenkinsfile 11:33:02 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 15 11:25 LICENSE 11:33:02 -rw-rw-r-- 1 jenkins jenkins 2652 Aug 15 11:25 Makefile 11:33:02 -rw-rw-r-- 1 jenkins jenkins 623 Aug 15 11:25 OWNERS.md 11:33:02 -rw-rw-r-- 1 jenkins jenkins 4473 Aug 15 11:25 README.md 11:33:02 -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 11:23 VERSION 11:33:02 drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 11:25 bin 11:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 cmd 11:33:02 -rw-r--r-- 1 jenkins jenkins 45558 Aug 15 11:32 coverage.out 11:33:02 -rw-rw-r-- 1 jenkins jenkins 6112 Aug 15 11:25 go.mod 11:33:02 -rw-rw-r-- 1 jenkins jenkins 86944 Aug 15 11:25 go.sum 11:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 11:25 internal 11:33:02 -rw-rw-r-- 1 jenkins jenkins 235 Aug 15 11:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:02 + 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=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e --label arch=arm64 --label version=4.1.0-dev.5 . 11:33:03 Sending build context to Docker daemon 20.6MB 11:33:03 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 11:33:03 Step 2/26 : FROM ${BASE} AS builder 11:33:03 ---> 1853b8edfbd9 11:33:03 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:33:03 ---> Running in 9ac561a5a6f8 11:33:03 Removing intermediate container 9ac561a5a6f8 11:33:03 ---> d68a40d283fb 11:33:03 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 11:33:03 ---> Running in f9575fccba4c 11:33:03 Removing intermediate container f9575fccba4c 11:33:03 ---> 6e6287f9bdee 11:33:03 Step 5/26 : ARG ADD_BUILD_TAGS="" 11:33:03 ---> Running in f3b2953b8298 11:33:04 Removing intermediate container f3b2953b8298 11:33:04 ---> 6dacdc7f47bb 11:33:04 Step 6/26 : WORKDIR /device-virtual-go 11:33:04 ---> Running in 1bf3e5feeccc 11:33:04 Removing intermediate container 1bf3e5feeccc 11:33:04 ---> c7355d0fb940 11:33:04 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:33:04 ---> Running in 7c9f87bdc110 11:33:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:33:07 OK: 244 MiB in 62 packages 11:33:08 Removing intermediate container 7c9f87bdc110 11:33:08 ---> 0070c2843a6b 11:33:08 Step 8/26 : COPY go.mod vendor* ./ 11:33:09 ---> 2a13afac61d6 11:33:09 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:33:09 ---> Running in bd2d164aec7a 11:33:11 Removing intermediate container bd2d164aec7a 11:33:11 ---> df52bec6a510 11:33:11 Step 10/26 : COPY . . 11:33:13 ---> 511e1b364f40 11:33:13 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:33:13 ---> Running in a20d816894c7 11:33:13 Removing intermediate container a20d816894c7 11:33:13 ---> ceb8eda1c3c1 11:33:13 Step 12/26 : RUN $MAKE 11:33:13 ---> Running in eab6aa49ca0e 11:33:14 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 11:36:36 Removing intermediate container eab6aa49ca0e 11:36:36 ---> fd809a62b385 11:36:36 Step 13/26 : FROM alpine:3.20 11:36:36 3.20: Pulling from library/alpine 11:36:36 13e713f82565: Pulling fs layer 11:36:36 13e713f82565: Download complete 11:36:36 13e713f82565: Pull complete 11:36:36 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:36:36 Status: Downloaded newer image for alpine:3.20 11:36:36 ---> c88e9dceb6cb 11:36:36 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:36:36 ---> Running in af9746eedf5f 11:36:36 Removing intermediate container af9746eedf5f 11:36:36 ---> 3ce494fa43a3 11:36:36 Step 15/26 : RUN apk add --update --no-cache dumb-init 11:36:36 ---> Running in 301ec6c7f67f 11:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:36:36 (1/1) Installing dumb-init (1.2.5-r3) 11:36:36 Executing busybox-1.36.1-r29.trigger 11:36:36 OK: 9 MiB in 15 packages 11:36:36 Removing intermediate container 301ec6c7f67f 11:36:36 ---> 3ae1805b0337 11:36:36 Step 16/26 : RUN apk --no-cache upgrade 11:36:36 ---> Running in 30a026fdd382 11:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:36:37 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:36:37 Executing busybox-1.36.1-r30.post-upgrade 11:36:37 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:36:37 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:36:37 Executing busybox-1.36.1-r30.trigger 11:36:37 OK: 9 MiB in 15 packages 11:36:38 Removing intermediate container 30a026fdd382 11:36:38 ---> 627a5593c97f 11:36:38 Step 17/26 : WORKDIR / 11:36:38 ---> Running in 1f3ce86f125d 11:36:38 Removing intermediate container 1f3ce86f125d 11:36:38 ---> ea4e79e9d475 11:36:38 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:36:39 ---> e7a60c371d74 11:36:39 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 11:36:40 ---> f4eca8f2ca18 11:36:40 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 11:36:42 ---> 1064b944d517 11:36:42 Step 21/26 : EXPOSE 59900 11:36:42 ---> Running in c5a4bc89ac0a 11:36:42 Removing intermediate container c5a4bc89ac0a 11:36:42 ---> ae9c4e8943bb 11:36:42 Step 22/26 : ENTRYPOINT ["/device-virtual"] 11:36:42 ---> Running in e80344c6d97c 11:36:42 Removing intermediate container e80344c6d97c 11:36:42 ---> e70f5ade9ff5 11:36:42 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 11:36:42 ---> Running in 3a5334ca5dcf 11:36:42 Removing intermediate container 3a5334ca5dcf 11:36:42 ---> bef0842f82f8 11:36:42 Step 24/26 : LABEL arch=arm64 11:36:42 ---> Running in 392589fa9b90 11:36:43 Removing intermediate container 392589fa9b90 11:36:43 ---> 630cd22bb484 11:36:43 Step 25/26 : LABEL git_sha=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:36:43 ---> Running in 8a66cb3271f4 11:36:43 Removing intermediate container 8a66cb3271f4 11:36:43 ---> 9b3567858bc7 11:36:43 Step 26/26 : LABEL version=4.1.0-dev.5 11:36:43 ---> Running in da79debc0d5a 11:36:43 Removing intermediate container da79debc0d5a 11:36:43 ---> 79c49b456237 11:36:43 [Warning] One or more build-args [ARCH] were not consumed 11:36:43 Successfully built 79c49b456237 11:36:43 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 11:36:44 provisioning config files... 11:36:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/214@tmp/config16696664837418046014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:36:44 ---> ****-login.sh 11:36:44 nexus3.edgexfoundry.org:10001 11:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:36:44 Configure a credential helper to remove this warning. See 11:36:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:36:44 11:36:44 Login Succeeded 11:36:44 nexus3.edgexfoundry.org:10002 11:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:36:45 Configure a credential helper to remove this warning. See 11:36:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:36:45 11:36:45 Login Succeeded 11:36:45 nexus3.edgexfoundry.org:10003 11:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:36:45 Configure a credential helper to remove this warning. See 11:36:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:36:45 11:36:45 Login Succeeded 11:36:45 nexus3.edgexfoundry.org:10004 11:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:36:45 Configure a credential helper to remove this warning. See 11:36:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:36:45 11:36:45 Login Succeeded 11:36:45 ****.io 11:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:36:46 Configure a credential helper to remove this warning. See 11:36:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:36:46 11:36:46 Login Succeeded 11:36:46 ---> ****-login.sh ends [Pipeline] } 11:36:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:36:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:36:46 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 11:36:46 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:36:46 latest 11:36:46 4.1.0-dev.5 11:36:46 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:36:46 main 11:36:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:46 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:48 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:36:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 11:36:48 d61e4c351c47: Preparing 11:36:48 248d5a59e8a8: Preparing 11:36:48 a7a7a3b04f34: Preparing 11:36:48 b6314a2b2470: Preparing 11:36:48 148ad6c439c8: Preparing 11:36:48 1e890da81ec9: Preparing 11:36:48 1e890da81ec9: Waiting 11:36:48 248d5a59e8a8: Pushed 11:36:48 a7a7a3b04f34: Pushed 11:36:48 148ad6c439c8: Pushed 11:36:48 1e890da81ec9: Layer already exists 11:36:48 b6314a2b2470: Pushed 11:36:54 d61e4c351c47: Pushed 11:36:54 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:55 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 11:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 11:36:55 d61e4c351c47: Preparing 11:36:55 248d5a59e8a8: Preparing 11:36:55 a7a7a3b04f34: Preparing 11:36:55 b6314a2b2470: Preparing 11:36:55 148ad6c439c8: Preparing 11:36:55 1e890da81ec9: Preparing 11:36:55 1e890da81ec9: Waiting 11:36:55 248d5a59e8a8: Layer already exists 11:36:55 148ad6c439c8: Layer already exists 11:36:55 b6314a2b2470: Layer already exists 11:36:55 d61e4c351c47: Layer already exists 11:36:55 a7a7a3b04f34: Layer already exists 11:36:55 1e890da81ec9: Layer already exists 11:36:55 latest: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:56 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:57 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 11:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 11:36:57 d61e4c351c47: Preparing 11:36:57 248d5a59e8a8: Preparing 11:36:57 a7a7a3b04f34: Preparing 11:36:57 b6314a2b2470: Preparing 11:36:57 148ad6c439c8: Preparing 11:36:57 1e890da81ec9: Preparing 11:36:57 1e890da81ec9: Waiting 11:36:57 b6314a2b2470: Layer already exists 11:36:57 a7a7a3b04f34: Layer already exists 11:36:57 248d5a59e8a8: Layer already exists 11:36:57 d61e4c351c47: Layer already exists 11:36:57 148ad6c439c8: Layer already exists 11:36:57 1e890da81ec9: Layer already exists 11:36:57 4.1.0-dev.5: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:57 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:58 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 11:36:58 d61e4c351c47: Preparing 11:36:58 248d5a59e8a8: Preparing 11:36:58 a7a7a3b04f34: Preparing 11:36:58 b6314a2b2470: Preparing 11:36:58 148ad6c439c8: Preparing 11:36:58 1e890da81ec9: Preparing 11:36:58 1e890da81ec9: Waiting 11:36:58 b6314a2b2470: Layer already exists 11:36:58 148ad6c439c8: Layer already exists 11:36:58 248d5a59e8a8: Layer already exists 11:36:58 a7a7a3b04f34: Layer already exists 11:36:58 d61e4c351c47: Layer already exists 11:36:58 1e890da81ec9: Layer already exists 11:36:58 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:58 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:58 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 11:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 11:36:58 d61e4c351c47: Preparing 11:36:58 248d5a59e8a8: Preparing 11:36:58 a7a7a3b04f34: Preparing 11:36:58 b6314a2b2470: Preparing 11:36:58 148ad6c439c8: Preparing 11:36:58 1e890da81ec9: Preparing 11:36:58 1e890da81ec9: Waiting 11:36:58 d61e4c351c47: Layer already exists 11:36:58 a7a7a3b04f34: Layer already exists 11:36:58 148ad6c439c8: Layer already exists 11:36:58 b6314a2b2470: Layer already exists 11:36:58 248d5a59e8a8: Layer already exists 11:36:58 1e890da81ec9: Layer already exists 11:36:58 main: digest: sha256:231b56b008b4736ed6f21b6c649968892656653fe04823ff60257be0afa9de98 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:36:59 ===================================================== [Pipeline] echo 11:36:59 taggedImages: 11:36:59 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e 11:36:59 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 11:36:59 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 11:36:59 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 11:36:59 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 11:36:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] echo 11:36:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 11:36:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.5 [Pipeline] echo 11:36:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:eff1d3fe04aa5a935b2b9135a2461cb5b93a801e-4.1.0-dev.5 [Pipeline] echo 11:36:59 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 11:36:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:36:59 11:36:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:36:59 arm64: Pulling from edgex-lftools-log-publisher 11:36:59 8998bd30e6a1: Pulling fs layer 11:36:59 04944245beec: Pulling fs layer 11:36:59 699f458cf7ca: Pulling fs layer 11:36:59 765212b225bb: Pulling fs layer 11:36:59 f23df028b6ca: Pulling fs layer 11:36:59 d65c8cfc05b1: Pulling fs layer 11:36:59 2437ff75d9bd: Pulling fs layer 11:36:59 765212b225bb: Waiting 11:36:59 f23df028b6ca: Waiting 11:36:59 d65c8cfc05b1: Waiting 11:36:59 2437ff75d9bd: Waiting 11:37:00 04944245beec: Verifying Checksum 11:37:00 04944245beec: Download complete 11:37:00 765212b225bb: Verifying Checksum 11:37:00 765212b225bb: Download complete 11:37:00 f23df028b6ca: Verifying Checksum 11:37:00 f23df028b6ca: Download complete 11:37:00 d65c8cfc05b1: Verifying Checksum 11:37:00 d65c8cfc05b1: Download complete 11:37:00 699f458cf7ca: Verifying Checksum 11:37:00 699f458cf7ca: Download complete 11:37:00 8998bd30e6a1: Verifying Checksum 11:37:00 8998bd30e6a1: Download complete 11:37:03 2437ff75d9bd: Verifying Checksum 11:37:03 2437ff75d9bd: Download complete 11:37:05 8998bd30e6a1: Pull complete 11:37:05 04944245beec: Pull complete 11:37:08 699f458cf7ca: Pull complete 11:37:08 765212b225bb: Pull complete 11:37:09 f23df028b6ca: Pull complete 11:37:09 d65c8cfc05b1: Pull complete 11:37:27 2437ff75d9bd: Pull complete 11:37:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:37:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:37:28 prd-ubuntu20.04-docker-arm64-4c-16g-7085 does not seem to be running inside a container 11:37:28 $ 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/214 -v /w/workspace/device-virtual-go/214:/w/workspace/device-virtual-go/214:rw,z -v /w/workspace/device-virtual-go/214@tmp:/w/workspace/device-virtual-go/214@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 11:37:30 $ docker top 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:37:31 ---> job-cost.sh 11:37:31 lf-activate-venv: SKIPPING 11:37:31 INFO: No Stack... 11:37:31 INFO: Retrieving Pricing Info for: v3-standard-4 11:37:32 INFO: Archiving Costs [Pipeline] sh 11:37:33 + cut -d, -f6 11:37:33 + cat /w/workspace/device-virtual-go/214/archives/cost.csv [Pipeline] lock 11:37:33 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] 11:37:33 Resource [jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] did not exist. Created. 11:37:33 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:37:34 /w/workspace/device-virtual-go/214@tmp/durable-06d42f83/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:37:34 + echo total: 0.10999999940395355 [Pipeline] stash 11:37:34 Warning: overwriting stash ‘stack-cost’ 11:37:34 Stashed 1 file(s) [Pipeline] } 11:37:34 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } 11:37:34 $ docker stop --time=1 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 11:37:36 $ docker rm -f --volumes 6208bc8d425a7ca3ba6e321325f4a71b7326df056ecdaefcd0c06ff2cdc88c66 [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 11:37:37 provisioning config files... 11:37:37 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13211893266983361133tmp [Pipeline] { [Pipeline] sh 11:37:37 + set +x 11:37:37 + curl -s https://codecov.io/bash 11:37:37 + bash -s -- 11:37:37 11:37:37 _____ _ 11:37:37 / ____| | | 11:37:37 | | ___ __| | ___ ___ _____ __ 11:37:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:37:37 | |___| (_) | (_| | __/ (_| (_) \ V / 11:37:37 \_____\___/ \__,_|\___|\___\___/ \_/ 11:37:37 Bash-1.0.6 11:37:37 11:37:37 11:37:37 ==> git version 2.25.1 found 11:37:37 ==> 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 11:37:37 Release-Date: 2020-01-08 11:37:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:37:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:37:37 ==> Jenkins CI detected. 11:37:37 current dir:  /w/workspace/exfoundry_device-virtual-go_main 11:37:37 project root: . 11:37:37 --> token set from env 11:37:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:37:37 ==> Running gcov in . (disable via -X gcov) 11:37:37 ==> Python coveragepy not found 11:37:37 ==> Searching for coverage reports in: 11:37:37 + . 11:37:37 -> Found 1 reports 11:37:37 ==> Detecting git/mercurial file structure 11:37:37 ==> Reading reports 11:37:37 + ./coverage.out bytes=45558 11:37:37 ==> Appending adjustments 11:37:37 https://docs.codecov.io/docs/fixing-reports 11:37:37 + Found adjustments 11:37:37 ==> Gzipping contents 11:37:37 8.0K /tmp/codecov.VaLCiY.gz 11:37:37 ==> Uploading reports 11:37:37 url: https://codecov.io 11:37:37 query: branch=main&commit=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:37:37 -> Pinging Codecov 11:37:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=eff1d3fe04aa5a935b2b9135a2461cb5b93a801e&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:37:37 -> Uploading to 11:37:37 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/eff1d3fe04aa5a935b2b9135a2461cb5b93a801e/8af7c4d1-c938-4159-aa97-5057f6f6eaf8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250815%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250815T113737Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8a3f9bd0742895f4f81470eac368ef5556de82b74009d254d27fd35335a328f7 11:37:37 % Total % Received % Xferd Average Speed Time Time Time Current 11:37:37 Dload Upload Total Spent Left Speed 11:37:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5368 0 0 100 5368 0 35084 --:--:-- --:--:-- --:--:-- 35315 11:37:38 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] } 11:37:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:37:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:37:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:37:38 11:37:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:37:38 latest: Pulling from edgex-devops/edgex-snyk-go 11:37:38 0a9a5dfd008f: Already exists 11:37:38 36466aa92d05: Already exists 11:37:38 e10405b45d13: Already exists 11:37:38 096b7ceb2af7: Already exists 11:37:38 4f4fb700ef54: Already exists 11:37:38 e50aa161e22a: Pulling fs layer 11:37:38 d3c8db5fb9df: Pulling fs layer 11:37:39 e50aa161e22a: Verifying Checksum 11:37:39 e50aa161e22a: Download complete 11:37:39 e50aa161e22a: Pull complete 11:37:40 d3c8db5fb9df: Verifying Checksum 11:37:40 d3c8db5fb9df: Download complete 11:37:43 d3c8db5fb9df: Pull complete 11:37:44 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:37:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:37:44 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:37:44 $ 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 11:37:45 $ docker top ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 -eo pid,comm [Pipeline] { [Pipeline] sh 11:37:46 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 11:37:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 11:37:46 + set -o pipefail 11:37:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 11:37:52 11:37:52 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 11:37:52 11:37:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/40695018-c555-45f8-bcb3-08d02ab33df9 11:37:52 11:37:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:37:52 11:37:52 11:37:52 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:37:52 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:37:53 $ docker stop --time=1 ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 11:37:57 $ docker rm -f --volumes ff9f0026053b1de09d3c4c370068322fcbfbbd1ae6aa7562dcf2ab6b2ed69cc5 [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 11:37:57 + git log --format=format:%s -1 eff1d3fe04aa5a935b2b9135a2461cb5b93a801e [Pipeline] sh 11:37:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:37:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:37:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:37:58 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:37:58 $ 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 11:37:58 $ docker top be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 -eo pid,comm 11:37:59 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). 11:37:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:37:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:37:59 [ssh-agent] Looking for ssh-agent implementation... 11:37:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:37:59 $ docker exec be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 ssh-agent 11:37:59 SSH_AUTH_SOCK=/tmp/ssh-qdbx1BtdBrKQ/agent.31 11:37:59 SSH_AGENT_PID=37 11:37:59 Running ssh-add (command line suppressed) 11:37:59 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1309232723045891354.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1309232723045891354.key) 11:37:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:37:59 + git semver tag 11:37:59 2025-08-15 11:37:59,889 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:37:59 2025-08-15 11:37:59,892 [run_tag] DEBUG tag force:False 11:37:59 2025-08-15 11:37:59,892 [check_head_tag] DEBUG check head tag 11:37:59 2025-08-15 11:37:59,893 [execute] INFO git cat-file --batch-check 11:37:59 2025-08-15 11:37:59,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 11:37:59 2025-08-15 11:37:59,895 [execute] INFO git cat-file --batch 11:37:59 2025-08-15 11:37:59,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 11:37:59 2025-08-15 11:37:59,903 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:37:59 2025-08-15 11:37:59,903 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 11:37:59 2025-08-15 11:37:59,903 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 11:37:59 2025-08-15 11:37:59,906 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:37:59 4.1.0-dev.5 [Pipeline] } 11:37:59 $ docker exec --env ******** --env ******** be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 ssh-agent -k 11:38:00 unset SSH_AUTH_SOCK; 11:38:00 unset SSH_AGENT_PID; 11:38:00 echo Agent pid 37 killed; 11:38:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:38:00 + git semver [Pipeline] } 11:38:00 $ docker stop --time=1 be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 11:38:01 $ docker rm -f --volumes be3c1ec0da08ee117df01d31557c62e8b9687265afe15a615cd2774aea5541d5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:38:02 11:38:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:38:02 0.23.1-centos7: Pulling from edgex-lftools 11:38:02 ab5ef0e58194: Pulling fs layer 11:38:02 9712f1f96733: Pulling fs layer 11:38:02 63f879dbbcfc: Pulling fs layer 11:38:02 0d9ebad4ef96: Pulling fs layer 11:38:02 e9a5061849ea: Pulling fs layer 11:38:02 0d9ebad4ef96: Waiting 11:38:02 d747dcd14b5f: Pulling fs layer 11:38:02 e9a5061849ea: Waiting 11:38:02 2de7ff778b66: Pulling fs layer 11:38:02 d747dcd14b5f: Waiting 11:38:02 2de7ff778b66: Waiting 11:38:02 9712f1f96733: Verifying Checksum 11:38:02 9712f1f96733: Download complete 11:38:02 63f879dbbcfc: Verifying Checksum 11:38:02 63f879dbbcfc: Download complete 11:38:03 e9a5061849ea: Verifying Checksum 11:38:03 e9a5061849ea: Download complete 11:38:03 d747dcd14b5f: Download complete 11:38:03 ab5ef0e58194: Verifying Checksum 11:38:03 ab5ef0e58194: Download complete 11:38:03 0d9ebad4ef96: Verifying Checksum 11:38:03 0d9ebad4ef96: Download complete 11:38:03 2de7ff778b66: Verifying Checksum 11:38:03 2de7ff778b66: Download complete 11:38:06 ab5ef0e58194: Pull complete 11:38:06 9712f1f96733: Pull complete 11:38:06 63f879dbbcfc: Pull complete 11:38:12 0d9ebad4ef96: Pull complete 11:38:12 e9a5061849ea: Pull complete 11:38:12 d747dcd14b5f: Pull complete 11:38:13 2de7ff778b66: Pull complete 11:38:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:38:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:13 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:38:13 $ 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 11:38:17 $ docker top f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:38:17 provisioning config files... 11:38:17 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15946301449108153860tmp 11:38:17 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4859866992738824852tmp 11:38:17 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15694652863397330836tmp [Pipeline] { [Pipeline] echo 11:38:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:38:17 ---> sigul-configuration.sh 11:38:17 gpg: directory `/root/.gnupg' created 11:38:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:38:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:38:17 gpg: keyring `/root/.gnupg/secring.gpg' created 11:38:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:38:17 gpg: CAST5 encrypted data 11:38:17 gpg: encrypted with 1 passphrase 11:38:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:38:17 + mkdir /home/jenkins 11:38:17 + mkdir /home/jenkins/sigul [Pipeline] sh 11:38:18 + 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 11:38:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:38:18 ---> sigul-install.sh 11:38:18 Sigul already installed; skipping installation. [Pipeline] sh 11:38:18 + git tag --list 11:38:18 v1.0.0 11:38:18 v1.1.0 11:38:18 v1.1.1 11:38:18 v1.2.1 11:38:18 v1.2.2 11:38:18 v1.2.3 11:38:18 v1.3.0 11:38:18 v1.3.1 11:38:18 v2.0.0 11:38:18 v2.1.0 11:38:18 v2.1.1 11:38:18 v2.2.0 11:38:18 v2.3.0 11:38:18 v3.0 11:38:18 v3.0.0 11:38:18 v3.1 11:38:18 v3.1.0 11:38:18 v3.1.1 11:38:18 v4.0 11:38:18 v4.0.0 11:38:18 v4.1.0-dev.1 11:38:18 v4.1.0-dev.2 11:38:18 v4.1.0-dev.3 11:38:18 v4.1.0-dev.4 11:38:18 v4.1.0-dev.5 [Pipeline] sh 11:38:19 + lftools sign git-tag v4.1.0-dev.5 11:38:19 Signing Git tag with Sigul... 11:38:19 Signing v4.1.0-dev.5 [Pipeline] echo 11:38:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:38:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:38:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:38:20 $ docker stop --time=1 f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe 11:38:21 $ docker rm -f --volumes f0539df1520d51a9fef4ba74c6487226f5dae441eaa9ea9b0dc3e4a8b7dda2fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:38:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:38:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:38:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:22 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:38:22 $ 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 11:38:22 $ docker top afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 -eo pid,comm 11:38:22 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). 11:38:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:38:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:38:22 [ssh-agent] Looking for ssh-agent implementation... 11:38:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:38:22 $ docker exec afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 ssh-agent 11:38:22 SSH_AUTH_SOCK=/tmp/ssh-Fz5CjQqlEawD/agent.32 11:38:22 SSH_AGENT_PID=38 11:38:22 Running ssh-add (command line suppressed) 11:38:23 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10294637996912926077.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10294637996912926077.key) 11:38:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:38:23 + git semver bump pre 11:38:23 2025-08-15 11:38:23,581 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:38:23 2025-08-15 11:38:23,585 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:38:23 2025-08-15 11:38:23,585 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev 11:38:23 2025-08-15 11:38:23,585 [bump_version] DEBUG bumped version:4.1.0-dev.6 11:38:23 2025-08-15 11:38:23,585 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 11:38:23 2025-08-15 11:38:23,585 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:38:23 2025-08-15 11:38:23,585 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:38:23 2025-08-15 11:38:23,587 [execute] INFO git cat-file --batch-check 11:38:23 2025-08-15 11:38:23,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:38:23 2025-08-15 11:38:23,590 [execute] INFO git cat-file --batch 11:38:23 2025-08-15 11:38:23,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:38:23 2025-08-15 11:38:23,593 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:38:23 4.1.0-dev.6 [Pipeline] } 11:38:23 $ docker exec --env ******** --env ******** afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 ssh-agent -k 11:38:23 unset SSH_AUTH_SOCK; 11:38:23 unset SSH_AGENT_PID; 11:38:23 echo Agent pid 38 killed; 11:38:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:38:24 + git semver [Pipeline] } 11:38:24 $ docker stop --time=1 afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 11:38:25 $ docker rm -f --volumes afcbae096f67da74c3ee8d7221bc4e59a86dd4e20fcfbf50e8c99a431f898727 [Pipeline] // withDockerContainer [Pipeline] sh 11:38:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:38:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:38:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:26 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:38:26 $ 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 11:38:26 $ docker top 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af -eo pid,comm 11:38:26 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). 11:38:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:38:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:38:26 [ssh-agent] Looking for ssh-agent implementation... 11:38:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:38:26 $ docker exec 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af ssh-agent 11:38:26 SSH_AUTH_SOCK=/tmp/ssh-FePDZcCSwCVG/agent.33 11:38:26 SSH_AGENT_PID=39 11:38:26 Running ssh-add (command line suppressed) 11:38:27 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17255480938558959492.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17255480938558959492.key) 11:38:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:38:27 + git semver push 11:38:27 2025-08-15 11:38:27,538 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:38:27 2025-08-15 11:38:27,542 [run_push] DEBUG push 11:38:27 2025-08-15 11:38:27,543 [execute] INFO git cat-file --batch-check 11:38:27 2025-08-15 11:38:27,543 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:38:27 2025-08-15 11:38:27,546 [execute] INFO git rev-list 1eac09d7f8ebadb7f9f0ab02a330e46deed5660a -- 11:38:27 2025-08-15 11:38:27,546 [execute] DEBUG Popen(['git', 'rev-list', '1eac09d7f8ebadb7f9f0ab02a330e46deed5660a', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:38:27 2025-08-15 11:38:27,554 [execute] INFO git fetch -v -- origin 11:38:27 2025-08-15 11:38:27,554 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 11:38:28 2025-08-15 11:38:28,013 [run_push] DEBUG no remote changes detected 11:38:28 2025-08-15 11:38:28,014 [execute] INFO git push origin semver 11:38:28 2025-08-15 11:38:28,014 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:38:29 2025-08-15 11:38:28,778 [run_push] DEBUG push all version tags 11:38:29 2025-08-15 11:38:28,778 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:38:29 2025-08-15 11:38:28,779 [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) 11:38:29 2025-08-15 11:38:29,450 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 11:38:29 4.1.0-dev.6 [Pipeline] } 11:38:29 $ docker exec --env ******** --env ******** 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af ssh-agent -k 11:38:29 unset SSH_AUTH_SOCK; 11:38:29 unset SSH_AGENT_PID; 11:38:29 echo Agent pid 39 killed; 11:38:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:38:30 + git semver [Pipeline] } 11:38:30 $ docker stop --time=1 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af 11:38:31 $ docker rm -f --volumes 17b65e177e87546d0749c001a1740a896c4f1a0071fd612d425e459c45be34af [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 11:38:32 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 11:38:32 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 11:38:32 total 16 11:38:32 drwxr-xr-x 3 root root 4096 Aug 15 11:27 . 11:38:32 drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:38 .. 11:38:32 drwxr-xr-x 2 root root 4096 Aug 15 11:27 cost 11:38:32 -rw-r--r-- 1 root root 89 Aug 15 11:27 cost.csv 11:38:32 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 11:38:32 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 11:38:32 total 16 11:38:32 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 11:27 . 11:38:32 drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:38 .. 11:38:32 drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 11:27 cost 11:38:32 -rw-r--r-- 1 jenkins jenkins 89 Aug 15 11:27 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:38:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:38:33 ---> package-listing.sh 11:38:33 ++ facter osfamily 11:38:33 ++ tr '[:upper:]' '[:lower:]' 11:38:33 + OS_FAMILY=debian 11:38:33 + workspace=/w/workspace/exfoundry_device-virtual-go_main 11:38:33 + START_PACKAGES=/tmp/packages_start.txt 11:38:33 + END_PACKAGES=/tmp/packages_end.txt 11:38:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:38:33 + PACKAGES=/tmp/packages_start.txt 11:38:33 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 11:38:33 + PACKAGES=/tmp/packages_end.txt 11:38:33 + case "${OS_FAMILY}" in 11:38:33 + dpkg -l 11:38:33 + grep '^ii' 11:38:33 + '[' -f /tmp/packages_start.txt ']' 11:38:33 + '[' -f /tmp/packages_end.txt ']' 11:38:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:38:33 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 11:38:33 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 11:38:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 11:38:33 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 11:38:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:38:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:34 prd-ubuntu20.04-docker-8c-8g-7084 does not seem to be running inside a container 11:38:34 $ 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 11:38:34 $ docker top cf85da19614f3f6cf820581941071a7864422ab5acd5920f4f7a96553fe489dd -eo pid,comm [Pipeline] { [Pipeline] sh 11:38:35 + touch /tmp/pre-build-complete [Pipeline] sh 11:38:35 + mkdir -p /var/log/sysstat [Pipeline] sh 11:38:35 + ls /var/log/sa-host 11:38:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:38:35 provisioning config files... 11:38:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2124830381410776230tmp [Pipeline] { [Pipeline] echo 11:38:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:38:36 ---> create-netrc.sh [Pipeline] } 11:38:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:38:36 ---> python-tools-install.sh [Pipeline] echo 11:38:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:38:36 ---> sudo-logs.sh 11:38:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:38:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:38:36 ---> job-cost.sh 11:38:36 lf-activate-venv: SKIPPING 11:38:36 DEBUG: total: 0.2199999988079071 11:38:36 INFO: Retrieving Stack Cost... 11:38:37 INFO: Retrieving Pricing Info for: v3-standard-8 11:38:37 INFO: Archiving Costs [Pipeline] echo 11:38:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:38:37 ---> logs-deploy.sh 11:38:37 lf-activate-venv: SKIPPING 11:38:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/214 11:38:37 INFO: archiving workspace using pattern(s): 11:38:38 Archives upload complete. 11:38:38 INFO: archiving logs to Nexus 11:38:39 ---> uname -a: 11:38:39 Linux prd-ubuntu20-04-docker-8c-8g-7084 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:38:39 11:38:39 11:38:39 ---> lscpu: 11:38:39 Architecture: x86_64 11:38:39 CPU op-mode(s): 32-bit, 64-bit 11:38:39 Byte Order: Little Endian 11:38:39 Address sizes: 40 bits physical, 48 bits virtual 11:38:39 CPU(s): 8 11:38:39 On-line CPU(s) list: 0-7 11:38:39 Thread(s) per core: 1 11:38:39 Core(s) per socket: 1 11:38:39 Socket(s): 8 11:38:39 NUMA node(s): 1 11:38:39 Vendor ID: AuthenticAMD 11:38:39 CPU family: 23 11:38:39 Model: 49 11:38:39 Model name: AMD EPYC-Rome Processor 11:38:39 Stepping: 0 11:38:39 CPU MHz: 2799.998 11:38:39 BogoMIPS: 5599.99 11:38:39 Virtualization: AMD-V 11:38:39 Hypervisor vendor: KVM 11:38:39 Virtualization type: full 11:38:39 L1d cache: 256 KiB 11:38:39 L1i cache: 256 KiB 11:38:39 L2 cache: 4 MiB 11:38:39 L3 cache: 128 MiB 11:38:39 NUMA node0 CPU(s): 0-7 11:38:39 Vulnerability Gather data sampling: Not affected 11:38:39 Vulnerability Itlb multihit: Not affected 11:38:39 Vulnerability L1tf: Not affected 11:38:39 Vulnerability Mds: Not affected 11:38:39 Vulnerability Meltdown: Not affected 11:38:39 Vulnerability Mmio stale data: Not affected 11:38:39 Vulnerability Retbleed: Vulnerable 11:38:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:38:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:38:39 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:38:39 Vulnerability Srbds: Not affected 11:38:39 Vulnerability Tsx async abort: Not affected 11:38:39 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:38:39 11:38:39 11:38:39 ---> nproc: 11:38:39 8 11:38:39 11:38:39 11:38:39 ---> df -h: 11:38:39 Filesystem Size Used Avail Use% Mounted on 11:38:39 overlay 155G 14G 142G 9% / 11:38:39 tmpfs 64M 0 64M 0% /dev 11:38:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:38:39 shm 64M 0 64M 0% /dev/shm 11:38:39 /dev/vda1 155G 14G 142G 9% /facter-os 11:38:39 11:38:39 11:38:39 ---> sar -b -r -n DEV: 11:38:39 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7084) 08/15/25 _x86_64_ (8 CPU) 11:38:39 11:38:39 11:22:39 LINUX RESTART (8 CPU) 11:38:39 11:38:39 11:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:38:39 11:24:01 436.14 73.42 362.72 0.00 13070.55 125220.60 0.00 11:38:39 11:25:01 177.50 2.25 175.25 0.00 24.80 40395.20 0.00 11:38:39 11:26:01 116.68 0.35 116.33 0.00 27.59 32319.36 0.00 11:38:39 11:27:01 1.77 0.00 1.77 0.00 0.00 19.61 0.00 11:38:39 11:28:01 83.07 2.70 80.37 0.00 2019.80 24624.30 0.00 11:38:39 11:29:01 19.91 1.13 18.78 0.00 2269.62 3891.62 0.00 11:38:39 11:30:01 3.72 0.02 3.70 0.00 0.13 89.72 0.00 11:38:39 11:31:01 1.97 0.00 1.97 0.00 0.00 22.53 0.00 11:38:39 11:32:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 11:38:39 11:33:01 1.82 0.00 1.82 0.00 0.00 20.39 0.00 11:38:39 11:34:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 11:38:39 11:35:01 2.38 0.30 2.08 0.00 16.80 28.93 0.00 11:38:39 11:36:01 2.90 1.40 1.50 0.00 28.93 18.80 0.00 11:38:39 11:37:01 1.50 0.00 1.50 0.00 0.00 17.59 0.00 11:38:39 11:38:01 70.60 0.82 69.78 0.00 18.67 30064.13 0.00 11:38:39 Average: 61.08 5.42 55.66 0.00 1152.00 16997.74 0.00 11:38:39 11:38:39 11:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:38:39 11:24:01 28404524 31471288 814288 2.48 93632 3243116 2067800 6.10 1121736 2936656 1520 11:38:39 11:25:01 26650088 31313252 961916 2.93 155296 4605300 1946956 5.74 1687644 3942428 364596 11:38:39 11:26:01 26760736 31516636 760808 2.31 159232 4705440 1646968 4.86 1618944 3913856 160 11:38:39 11:27:01 26760124 31516332 760844 2.31 159256 4705568 1646968 4.86 1618688 3913984 56 11:38:39 11:28:01 25959496 31484128 778416 2.37 191144 5382548 1787356 5.27 1786764 4469376 916 11:38:39 11:29:01 25745028 31489680 769220 2.34 206184 5582124 1777356 5.24 1933844 4523240 8 11:38:39 11:30:01 25753100 31497212 761524 2.32 205972 5581856 1756052 5.18 1926500 4522988 8 11:38:39 11:31:01 25755588 31499784 758912 2.31 206048 5581868 1756052 5.18 1924064 4522988 8 11:38:39 11:32:01 25757080 31501296 757216 2.30 206068 5581868 1756052 5.18 1922324 4522988 16 11:38:39 11:33:01 25757000 31501288 757128 2.30 206112 5581872 1756052 5.18 1922504 4522992 8 11:38:39 11:34:01 25757496 31501848 756504 2.30 206188 5581868 1756052 5.18 1921780 4522996 8 11:38:39 11:35:01 25758572 31503664 754492 2.30 206264 5582376 1756052 5.18 1923408 4523316 24 11:38:39 11:36:01 25753828 31500628 757336 2.30 206332 5583252 1756052 5.18 1928168 4523656 12 11:38:39 11:37:01 25753568 31500404 757500 2.30 206364 5583252 1756052 5.18 1928268 4523600 52 11:38:39 11:38:01 25262056 31460044 795404 2.42 232564 5981536 1877576 5.54 2001380 4911700 100 11:38:39 Average: 26105886 31483832 780101 2.37 189777 5257590 1786626 5.27 1811068 4319784 24499 11:38:39 11:38:39 11:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:38:39 11:24:01 ens3 772.72 526.16 8611.13 142.86 0.00 0.00 0.00 0.00 11:38:39 11:24:01 lo 5.02 5.02 0.51 0.51 0.00 0.00 0.00 0.00 11:38:39 11:24:01 docker0 101.71 108.79 7.61 443.01 0.00 0.00 0.00 0.00 11:38:39 11:24:01 veth6fc5551 39.94 44.78 3.85 45.86 0.00 0.00 0.00 0.00 11:38:39 11:25:01 ens3 354.55 277.52 2869.19 36.61 0.00 0.00 0.00 0.00 11:38:39 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:25:01 docker0 259.63 325.00 21.83 2841.49 0.00 0.00 0.00 0.00 11:38:39 11:25:01 veth2c4b24b 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:38:39 11:26:01 ens3 86.32 64.88 234.36 211.97 0.00 0.00 0.00 0.00 11:38:39 11:26:01 lo 5.53 5.53 0.56 0.56 0.00 0.00 0.00 0.00 11:38:39 11:26:01 docker0 5.01 10.96 0.31 123.36 0.00 0.00 0.00 0.00 11:38:39 11:27:01 ens3 1.25 0.45 1.43 0.23 0.00 0.00 0.00 0.00 11:38:39 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:28:01 ens3 247.24 165.92 4105.65 18.09 0.00 0.00 0.00 0.00 11:38:39 11:28:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 11:38:39 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:29:01 ens3 144.98 100.90 1396.04 6.68 0.00 0.00 0.00 0.00 11:38:39 11:29:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:38:39 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:31:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:32:01 ens3 0.98 0.53 1.47 0.04 0.00 0.00 0.00 0.00 11:38:39 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:33:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:34:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 11:38:39 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:35:01 ens3 1.03 0.68 0.88 0.38 0.00 0.00 0.00 0.00 11:38:39 11:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:36:01 ens3 5.68 4.42 3.98 4.71 0.00 0.00 0.00 0.00 11:38:39 11:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:37:01 ens3 1.78 1.52 0.98 1.22 0.00 0.00 0.00 0.00 11:38:39 11:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:38:39 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:39 11:38:01 ens3 200.65 119.30 3539.93 22.85 0.00 0.00 0.00 0.00 11:38:39 11:38:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 11:38:39 11:38:01 docker0 56.40 90.75 5.22 869.77 0.00 0.00 0.00 0.00 11:38:39 Average: ens3 120.45 83.68 1376.30 29.59 0.00 0.00 0.00 0.00 11:38:39 Average: lo 0.97 0.97 0.09 0.09 0.00 0.00 0.00 0.00 11:38:39 Average: docker0 28.10 35.62 2.33 284.96 0.00 0.00 0.00 0.00 11:38:39 11:38:39 11:38:39 ---> sar -P ALL: 11:38:39 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7084) 08/15/25 _x86_64_ (8 CPU) 11:38:39 11:38:39 11:22:39 LINUX RESTART (8 CPU) 11:38:39 11:38:39 11:23:02 CPU %user %nice %system %iowait %steal %idle 11:38:39 11:24:01 all 10.22 0.00 3.24 2.82 0.06 83.67 11:38:39 11:24:01 0 11.32 0.00 4.62 4.75 0.05 79.26 11:38:39 11:24:01 1 8.55 0.00 3.72 4.51 0.07 83.15 11:38:39 11:24:01 2 10.72 0.00 3.56 5.77 0.07 79.88 11:38:39 11:24:01 3 9.24 0.00 2.42 0.38 0.07 87.89 11:38:39 11:24:01 4 7.59 0.00 3.26 3.18 0.05 85.92 11:38:39 11:24:01 5 8.83 0.00 2.28 0.24 0.05 88.61 11:38:39 11:24:01 6 14.19 0.00 2.17 1.71 0.05 81.89 11:38:39 11:24:01 7 11.29 0.00 3.89 2.03 0.07 82.72 11:38:39 11:25:01 all 26.93 0.00 5.25 2.15 0.08 65.59 11:38:39 11:25:01 0 26.65 0.00 4.83 0.79 0.07 67.66 11:38:39 11:25:01 1 26.92 0.00 5.05 0.62 0.07 67.34 11:38:39 11:25:01 2 26.43 0.00 5.09 0.82 0.07 67.59 11:38:39 11:25:01 3 27.47 0.00 6.10 9.89 0.08 56.46 11:38:39 11:25:01 4 26.97 0.00 5.71 1.04 0.08 66.20 11:38:39 11:25:01 5 27.17 0.00 5.08 0.94 0.08 66.72 11:38:39 11:25:01 6 27.33 0.00 5.22 0.34 0.08 67.03 11:38:39 11:25:01 7 26.53 0.00 4.89 2.72 0.07 65.79 11:38:39 11:26:01 all 35.21 0.00 4.72 1.69 0.09 58.30 11:38:39 11:26:01 0 35.44 0.00 4.79 0.59 0.07 59.11 11:38:39 11:26:01 1 35.47 0.00 5.18 0.34 0.08 58.93 11:38:39 11:26:01 2 34.16 0.00 4.15 0.40 0.08 61.20 11:38:39 11:26:01 3 35.43 0.00 4.59 0.87 0.08 59.03 11:38:39 11:26:01 4 35.26 0.00 4.84 1.68 0.08 58.14 11:38:39 11:26:01 5 35.94 0.00 4.43 1.09 0.08 58.46 11:38:39 11:26:01 6 35.00 0.00 4.64 0.15 0.08 60.12 11:38:39 11:26:01 7 34.96 0.00 5.11 8.38 0.15 51.40 11:38:39 11:27:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:38:39 11:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:38:39 11:27:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:38:39 11:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:38:39 11:27:01 3 0.07 0.00 0.03 0.00 0.02 99.88 11:38:39 11:27:01 4 0.08 0.00 0.02 0.00 0.00 99.90 11:38:39 11:27:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:38:39 11:27:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:38:39 11:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:38:39 11:28:01 all 3.56 0.00 1.60 1.17 0.03 93.63 11:38:39 11:28:01 0 2.83 0.00 2.18 0.03 0.03 94.92 11:38:39 11:28:01 1 4.05 0.00 1.20 0.17 0.02 94.57 11:38:39 11:28:01 2 3.81 0.00 2.91 1.11 0.03 92.14 11:38:39 11:28:01 3 4.36 0.00 1.22 0.47 0.05 93.91 11:38:39 11:28:01 4 3.19 0.00 1.38 0.05 0.03 95.35 11:38:39 11:28:01 5 3.19 0.00 0.99 1.98 0.03 93.81 11:38:39 11:28:01 6 4.26 0.00 1.37 0.13 0.03 94.20 11:38:39 11:28:01 7 2.82 0.00 1.56 5.45 0.03 90.13 11:38:39 11:29:01 all 0.97 0.00 0.61 0.16 0.02 98.23 11:38:39 11:29:01 0 1.13 0.00 0.40 0.02 0.02 98.43 11:38:39 11:29:01 1 1.02 0.00 0.55 0.37 0.05 98.02 11:38:39 11:29:01 2 0.63 0.00 0.42 0.27 0.02 98.66 11:38:39 11:29:01 3 2.16 0.00 0.50 0.02 0.03 97.29 11:38:39 11:29:01 4 1.23 0.00 1.30 0.08 0.00 97.38 11:38:39 11:29:01 5 0.42 0.00 1.09 0.43 0.02 98.04 11:38:39 11:29:01 6 0.67 0.00 0.30 0.02 0.02 99.00 11:38:39 11:29:01 7 0.53 0.00 0.32 0.12 0.02 99.01 11:38:39 11:30:01 all 0.14 0.00 0.05 0.01 0.01 99.79 11:38:39 11:30:01 0 0.03 0.00 0.07 0.00 0.00 99.90 11:38:39 11:30:01 1 0.03 0.00 0.08 0.00 0.02 99.87 11:38:39 11:30:01 2 0.17 0.00 0.08 0.02 0.00 99.73 11:38:39 11:30:01 3 0.73 0.00 0.03 0.00 0.00 99.23 11:38:39 11:30:01 4 0.02 0.00 0.05 0.00 0.00 99.93 11:38:39 11:30:01 5 0.05 0.00 0.03 0.00 0.00 99.92 11:38:39 11:30:01 6 0.07 0.00 0.05 0.00 0.02 99.87 11:38:39 11:30:01 7 0.05 0.00 0.03 0.07 0.02 99.83 11:38:39 11:31:01 all 0.12 0.00 0.01 0.01 0.01 99.85 11:38:39 11:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:38:39 11:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:38:39 11:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:38:39 11:31:01 3 0.81 0.00 0.02 0.00 0.02 99.15 11:38:39 11:31:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:38:39 11:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:38:39 11:31:01 6 0.03 0.00 0.00 0.02 0.02 99.93 11:38:39 11:31:01 7 0.00 0.00 0.00 0.03 0.00 99.97 11:38:39 11:32:01 all 0.05 0.00 0.01 0.00 0.01 99.93 11:38:39 11:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:38:39 11:32:01 1 0.33 0.00 0.03 0.00 0.00 99.63 11:38:39 11:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:38:39 11:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:38:39 11:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:38:39 11:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:38:39 11:32:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:38:39 11:32:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:38:39 11:33:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:38:39 11:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:38:39 11:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:38:39 11:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:38:39 11:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:38:39 11:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:38:39 11:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:38:39 11:33:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:38:39 11:33:01 7 0.02 0.00 0.02 0.03 0.00 99.93 11:38:39 11:34:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:38:39 11:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:38:39 11:34:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:38:39 11:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:38:39 11:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:38:39 11:34:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:38:39 11:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:38:39 11:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:38:39 11:34:01 7 0.00 0.00 0.00 0.03 0.02 99.95 11:38:39 11:38:39 11:34:01 CPU %user %nice %system %iowait %steal %idle 11:38:39 11:35:01 all 0.08 0.00 0.02 0.01 0.01 99.88 11:38:39 11:35:01 0 0.13 0.00 0.02 0.02 0.00 99.83 11:38:39 11:35:01 1 0.17 0.00 0.02 0.00 0.00 99.82 11:38:39 11:35:01 2 0.13 0.00 0.00 0.02 0.00 99.85 11:38:39 11:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:38:39 11:35:01 4 0.03 0.00 0.05 0.00 0.02 99.90 11:38:39 11:35:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:38:39 11:35:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:38:39 11:35:01 7 0.08 0.00 0.03 0.05 0.00 99.83 11:38:39 11:36:01 all 0.19 0.00 0.02 0.01 0.01 99.77 11:38:39 11:36:01 0 0.08 0.00 0.02 0.02 0.02 99.87 11:38:39 11:36:01 1 0.23 0.00 0.03 0.02 0.02 99.70 11:38:39 11:36:01 2 0.58 0.00 0.02 0.00 0.00 99.40 11:38:39 11:36:01 3 0.18 0.00 0.03 0.00 0.02 99.77 11:38:39 11:36:01 4 0.15 0.00 0.00 0.00 0.02 99.83 11:38:39 11:36:01 5 0.08 0.00 0.03 0.00 0.00 99.88 11:38:39 11:36:01 6 0.08 0.00 0.00 0.00 0.00 99.92 11:38:39 11:36:01 7 0.13 0.00 0.00 0.03 0.00 99.83 11:38:39 11:37:01 all 0.25 0.00 0.01 0.01 0.01 99.72 11:38:39 11:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:38:39 11:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:38:39 11:37:01 2 0.20 0.00 0.02 0.02 0.02 99.75 11:38:39 11:37:01 3 1.61 0.00 0.00 0.00 0.00 98.39 11:38:39 11:37:01 4 0.03 0.00 0.05 0.00 0.02 99.90 11:38:39 11:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:38:39 11:37:01 6 0.07 0.00 0.00 0.02 0.02 99.90 11:38:39 11:37:01 7 0.02 0.00 0.00 0.02 0.02 99.95 11:38:39 11:38:01 all 3.53 0.00 1.41 1.12 0.03 93.91 11:38:39 11:38:01 0 2.42 0.00 1.65 0.28 0.02 95.63 11:38:39 11:38:01 1 3.27 0.00 1.63 3.79 0.03 91.28 11:38:39 11:38:01 2 3.73 0.00 1.74 0.22 0.02 94.30 11:38:39 11:38:01 3 2.51 0.00 1.16 2.00 0.03 94.30 11:38:39 11:38:01 4 5.61 0.00 1.20 0.03 0.03 93.12 11:38:39 11:38:01 5 3.55 0.00 1.22 0.05 0.02 95.16 11:38:39 11:38:01 6 3.68 0.00 1.42 0.50 0.03 94.36 11:38:39 11:38:01 7 3.44 0.00 1.29 2.13 0.02 93.12 11:38:39 Average: all 5.39 0.00 1.12 0.61 0.02 92.85 11:38:39 Average: 0 5.30 0.00 1.23 0.42 0.02 93.03 11:38:39 Average: 1 5.32 0.00 1.17 0.64 0.03 92.85 11:38:39 Average: 2 5.34 0.00 1.19 0.57 0.02 92.88 11:38:39 Average: 3 5.64 0.00 1.07 0.91 0.03 92.34 11:38:39 Average: 4 5.32 0.00 1.18 0.40 0.03 93.07 11:38:39 Average: 5 5.26 0.00 1.01 0.32 0.02 93.40 11:38:39 Average: 6 5.67 0.00 1.01 0.19 0.03 93.10 11:38:39 Average: 7 5.29 0.00 1.13 1.40 0.03 92.15 11:38:39 11:38:39 11:38:39