Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 811051642a48477a389f61ef6b915f3ab0e7ae7b 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-ssh11734369911506686486.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8639862472588869942.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14344801426827095238.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1637969135637994250.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12963753221621553454.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-rest-go, goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-772558 in /w/workspace/edgexfoundry_device-rest-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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 811051642a48477a389f61ef6b915f3ab0e7ae7b (main) Commit message: "Merge pull request #502 from judehung/update-go-1.25" > git config core.sparsecheckout # timeout=10 > git checkout -f 811051642a48477a389f61ef6b915f3ab0e7ae7b # timeout=10 > git rev-list --no-walk b09695e414fb6bc5c55bba4002466265ae521868 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:14:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:14:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:14:20 ========================================================= 05:14:20 EdgeX Global Pipelines Version Info 05:14:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:14:21 ------------------- 05:14:21 stable info: 05:14:21 ------------------- 05:14:21 Commited By: Cherry Wang cherry@iotechsys.com 05:14:21 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 05:14:21 Message: update stable to v1.0.278 05:14:22 ------------------- 05:14:22 experimental info: 05:14:22 ------------------- 05:14:22 Commited By: **** collab-it+edgex@linuxfoundation.org 05:14:22 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 05:14:22 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:14:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8110516 [Pipeline] echo 05:14:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:23 provisioning config files... 05:14:23 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9666676913214870030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:23 ---> ****-login.sh 05:14:23 nexus3.edgexfoundry.org:10001 05:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:24 05:14:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:14:24 Configure a credential helper to remove this warning. See 05:14:24 https://docs.****.com/go/credential-store/ 05:14:24 05:14:24 Login Succeeded 05:14:24 nexus3.edgexfoundry.org:10002 05:14:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:24 05:14:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:14:24 Configure a credential helper to remove this warning. See 05:14:24 https://docs.****.com/go/credential-store/ 05:14:24 05:14:24 Login Succeeded 05:14:24 nexus3.edgexfoundry.org:10003 05:14:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:24 05:14:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:14:24 Configure a credential helper to remove this warning. See 05:14:24 https://docs.****.com/go/credential-store/ 05:14:24 05:14:24 Login Succeeded 05:14:24 nexus3.edgexfoundry.org:10004 05:14:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:24 05:14:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:14:24 Configure a credential helper to remove this warning. See 05:14:24 https://docs.****.com/go/credential-store/ 05:14:24 05:14:24 Login Succeeded 05:14:24 ****.io 05:14:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:24 05:14:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:14:24 Configure a credential helper to remove this warning. See 05:14:24 https://docs.****.com/go/credential-store/ 05:14:24 05:14:24 Login Succeeded 05:14:24 ---> ****-login.sh ends [Pipeline] } 05:14:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:14:25 + git rev-list -1 --merges 811051642a48477a389f61ef6b915f3ab0e7ae7b~1..811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo 05:14:25 -----------> git rev-list -1 --merges 811051642a48477a389f61ef6b915f3ab0e7ae7b~1..811051642a48477a389f61ef6b915f3ab0e7ae7b 811051642a48477a389f61ef6b915f3ab0e7ae7b 05:14:25 811051642a48477a389f61ef6b915f3ab0e7ae7b [false] [Pipeline] sh 05:14:25 + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo 05:14:25 ========================================================= 05:14:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:14:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:14:25 + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo 05:14:25 [semverPrep] GIT_COMMIT: 811051642a48477a389f61ef6b915f3ab0e7ae7b, Commit Message: Merge pull request #502 from judehung/update-go-1.25 [Pipeline] echo 05:14:25 [semverPrep] This is not a build commit. [Pipeline] sh 05:14:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:14:26 + grep -v github /etc/ssh/ssh_known_hosts 05:14:26 + [ -e /tmp/ssh_known_hosts ] 05:14:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:14:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:14:26 + sudo tee -a /etc/ssh/ssh_known_hosts 05:14:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:14:26 05:14:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:14:26 0.1.4: Pulling from edgex-devops/py-git-semver 05:14:26 3dae71ba6b94: Pulling fs layer 05:14:26 6bf1a483ea7c: Pulling fs layer 05:14:26 f5dfc541a4d3: Pulling fs layer 05:14:26 461d9e800cba: Pulling fs layer 05:14:26 80192f66455f: Pulling fs layer 05:14:26 2e8e34ca0e6c: Pulling fs layer 05:14:26 a29436f7fd5d: Pulling fs layer 05:14:26 923cac83aea3: Pulling fs layer 05:14:26 25ad8b0a4227: Pulling fs layer 05:14:26 db01528c6b51: Pulling fs layer 05:14:26 28988de357af: Pulling fs layer 05:14:26 80192f66455f: Waiting 05:14:26 2e8e34ca0e6c: Waiting 05:14:26 a29436f7fd5d: Waiting 05:14:26 923cac83aea3: Waiting 05:14:26 25ad8b0a4227: Waiting 05:14:26 db01528c6b51: Waiting 05:14:26 28988de357af: Waiting 05:14:26 461d9e800cba: Waiting 05:14:26 6bf1a483ea7c: Verifying Checksum 05:14:26 6bf1a483ea7c: Download complete 05:14:26 461d9e800cba: Verifying Checksum 05:14:26 461d9e800cba: Download complete 05:14:27 80192f66455f: Verifying Checksum 05:14:27 80192f66455f: Download complete 05:14:27 f5dfc541a4d3: Verifying Checksum 05:14:27 f5dfc541a4d3: Download complete 05:14:27 3dae71ba6b94: Download complete 05:14:27 923cac83aea3: Verifying Checksum 05:14:27 923cac83aea3: Download complete 05:14:27 25ad8b0a4227: Download complete 05:14:27 db01528c6b51: Verifying Checksum 05:14:27 db01528c6b51: Download complete 05:14:27 28988de357af: Verifying Checksum 05:14:27 28988de357af: Download complete 05:14:27 a29436f7fd5d: Verifying Checksum 05:14:27 a29436f7fd5d: Download complete 05:14:27 2e8e34ca0e6c: Verifying Checksum 05:14:27 2e8e34ca0e6c: Download complete 05:14:28 3dae71ba6b94: Pull complete 05:14:28 6bf1a483ea7c: Pull complete 05:14:29 f5dfc541a4d3: Pull complete 05:14:29 461d9e800cba: Pull complete 05:14:29 80192f66455f: Pull complete 05:14:32 2e8e34ca0e6c: Pull complete 05:14:32 a29436f7fd5d: Pull complete 05:14:32 923cac83aea3: Pull complete 05:14:33 25ad8b0a4227: Pull complete 05:14:33 db01528c6b51: Pull complete 05:14:33 28988de357af: Pull complete 05:14:33 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:14:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:14:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:33 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:14:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:14:36 $ docker top 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f -eo pid,comm 05:14:36 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). 05:14:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:14:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:14:36 [ssh-agent] Looking for ssh-agent implementation... 05:14:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:14:36 $ docker exec 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent 05:14:36 SSH_AUTH_SOCK=/tmp/ssh-4WqBy0yQl8ZM/agent.32 05:14:36 SSH_AGENT_PID=38 05:14:36 Running ssh-add (command line suppressed) 05:14:36 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17203510716480501400.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17203510716480501400.key) 05:14:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:14:36 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] sh 05:14:37 + git tag --points-at HEAD [Pipeline] } 05:14:37 $ docker exec --env ******** --env ******** 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent -k 05:14:37 unset SSH_AUTH_SOCK; 05:14:37 unset SSH_AGENT_PID; 05:14:37 echo Agent pid 38 killed; 05:14:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:14:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:14:37 [ssh-agent] Looking for ssh-agent implementation... 05:14:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:14:37 $ docker exec 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent 05:14:37 SSH_AUTH_SOCK=/tmp/ssh-ibe82qo6syaj/agent.86 05:14:37 SSH_AGENT_PID=92 05:14:37 Running ssh-add (command line suppressed) 05:14:37 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17400111038228256608.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17400111038228256608.key) 05:14:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:14:38 + git semver init 05:14:38 2025-11-05 05:14:38,227 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:14:38 2025-11-05 05:14:38,232 [run_init] DEBUG init version:0.0.0 force:False 05:14:38 2025-11-05 05:14:38,233 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 05:14:38 2025-11-05 05:14:38,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 05:14:38 2025-11-05 05:14:38,233 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 05:14:40 2025-11-05 05:14:39,872 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 05:14:40 2025-11-05 05:14:39,873 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 05:14:40 2025-11-05 05:14:39,873 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:14:40 2025-11-05 05:14:39,873 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:14:40 4.1.0-dev.16 [Pipeline] } 05:14:40 $ docker exec --env ******** --env ******** 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent -k 05:14:40 unset SSH_AUTH_SOCK; 05:14:40 unset SSH_AGENT_PID; 05:14:40 echo Agent pid 92 killed; 05:14:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:14:40 + git semver [Pipeline] } 05:14:40 $ docker stop --time=1 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f 05:14:42 $ docker rm -f --volumes 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f [Pipeline] // withDockerContainer [Pipeline] sh 05:14:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:14:42 Stashed 1 file(s) [Pipeline] echo 05:14:42 [edgeXSemver]: initialized semver on version 4.1.0-dev.16 [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 05:14:42 provisioning config files... 05:14:42 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9749403042612537180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:43 ---> ****-login.sh 05:14:43 nexus3.edgexfoundry.org:10001 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 Login Succeeded 05:14:43 nexus3.edgexfoundry.org:10002 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 Login Succeeded 05:14:43 nexus3.edgexfoundry.org:10003 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 Login Succeeded 05:14:43 nexus3.edgexfoundry.org:10004 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 Login Succeeded 05:14:43 ****.io 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 Login Succeeded 05:14:43 ---> ****-login.sh ends [Pipeline] } 05:14:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:14:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:14:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:14:43 ========================================================= 05:14:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 05:14:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:44 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . 05:14:45 #0 building with "default" instance using docker driver 05:14:45 05:14:45 #1 [internal] load build definition from Dockerfile 05:14:45 #1 transferring dockerfile: 1.74kB done 05:14:45 #1 DONE 0.0s 05:14:45 05:14:45 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 05:14:45 #2 DONE 0.1s 05:14:45 05:14:45 #3 [internal] load .dockerignore 05:14:45 #3 transferring context: 193B done 05:14:45 #3 DONE 0.0s 05:14:45 05:14:45 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 05:14:45 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 05:14:45 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done 05:14:45 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.19MB / 60.15MB 0.1s 05:14:45 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 05:14:45 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s 05:14:45 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 05:14:45 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 2.10MB / 3.80MB 0.1s 05:14:45 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 05:14:45 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 05:14:45 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 12.58MB / 60.15MB 0.2s 05:14:45 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 05:14:45 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 05:14:45 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 05:14:45 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done 05:14:45 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.2s 05:14:45 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0B / 112.58MB 0.2s 05:14:45 #4 ... 05:14:45 05:14:45 #5 [internal] load build context 05:14:45 #5 transferring context: 21.64MB 0.2s done 05:14:45 #5 DONE 0.2s 05:14:45 05:14:45 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 05:14:45 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 26.21MB / 60.15MB 0.3s 05:14:45 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 05:14:45 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 6.29MB / 11.98MB 0.3s 05:14:45 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 05:14:45 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 57.67MB / 60.15MB 0.5s 05:14:45 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done 05:14:45 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 22.02MB / 112.58MB 0.5s 05:14:45 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.0s done 05:14:45 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0B / 14.72MB 0.5s 05:14:45 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 33.55MB / 112.58MB 0.6s 05:14:45 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 4.19MB / 14.72MB 0.6s 05:14:45 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 45.09MB / 112.58MB 0.7s 05:14:45 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 9.45MB / 14.72MB 0.7s 05:14:45 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 05:14:46 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.7s done 05:14:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 59.77MB / 112.58MB 0.8s 05:14:46 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.8s 05:14:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 78.64MB / 112.58MB 0.9s 05:14:46 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.8s done 05:14:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 99.58MB / 112.58MB 1.0s 05:14:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s 05:14:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.4s done 05:14:49 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.8s done 05:14:49 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 05:14:50 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 05:14:50 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 05:14:50 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 05:14:50 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 05:14:50 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.2s done 05:14:50 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 05:14:52 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.1s done 05:14:52 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 05:14:53 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.5s done 05:14:57 #4 DONE 8.4s 05:14:57 05:14:57 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 05:14:57 #6 0.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 05:14:57 #6 4.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 05:14:57 #6 4.358 (1/4) Installing openssh-keygen (10.0_p1-r9) 05:14:57 Still waiting to schedule task 05:14:57 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 05:14:58 #6 4.369 (2/4) Installing libedit (20250104.3.1-r1) 05:14:58 #6 4.374 (3/4) Installing openssh-client-common (10.0_p1-r9) 05:14:58 #6 4.393 (4/4) Installing openssh-client-default (10.0_p1-r9) 05:14:58 #6 4.402 Executing busybox-1.37.0-r19.trigger 05:14:58 #6 4.411 OK: 269 MiB in 64 packages 05:15:01 #6 DONE 7.4s 05:15:01 05:15:01 #7 [builder 3/7] WORKDIR /device-rest-go 05:15:01 #7 DONE 0.0s 05:15:01 05:15:01 #8 [builder 4/7] COPY go.mod vendor* ./ 05:15:01 #8 DONE 0.0s 05:15:01 05:15:01 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:15:13 #9 DONE 10.7s 05:15:13 05:15:13 #10 [builder 6/7] COPY . . 05:15:13 #10 DONE 0.2s 05:15:13 05:15:13 #11 [builder 7/7] RUN echo noop 05:15:13 #11 0.189 noop 05:15:13 #11 DONE 0.2s 05:15:13 05:15:13 #12 exporting to image 05:15:13 #12 exporting layers 05:15:18 #12 exporting layers 6.9s done 05:15:18 #12 writing image sha256:8ad872f3c08d8afc7360ffbd5f379d2eae96a5313316758f833cf28038fa6927 done 05:15:18 #12 naming to docker.io/library/ci-base-image-x86_64 done 05:15:18 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:19 + docker inspect -f . ci-base-image-x86_64 05:15:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:19 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:15:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:15:19 $ docker top 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a -eo pid,comm [Pipeline] { [Pipeline] sh 05:15:19 + go version 05:15:19 go version go1.25.2 linux/amd64 [Pipeline] } 05:15:19 $ docker stop --time=1 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a 05:15:21 $ docker rm -f --volumes 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:21 + docker inspect -f . ci-base-image-x86_64 05:15:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:21 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:15:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:15:22 $ docker top 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 -eo pid,comm [Pipeline] { [Pipeline] sh 05:15:22 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 05:15:22 + make test 05:15:22 go test ./... -coverprofile=coverage.out ./... 05:15:24 ? github.com/edgexfoundry/device-rest-go [no test files] 05:15:45 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 05:15:45 ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 32.2% of statements 05:15:54 0 issues. 05:15:54 go vet ./... 05:15:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:15:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:15:59 ./bin/test-attribution-txt.sh [Pipeline] echo 05:15:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:15:59 $ docker stop --time=1 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 05:16:02 $ docker rm -f --volumes 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 [Pipeline] // withDockerContainer [Pipeline] sh 05:16:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:16:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:16:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:16:03 + ls -al . 05:16:03 total 248 05:16:03 drwxrwxr-x 9 jenkins jenkins 4096 Nov 5 05:15 . 05:16:03 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 05:14 .. 05:16:03 -rw-rw-r-- 1 jenkins jenkins 151 Nov 5 05:14 .dockerignore 05:16:03 drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:15 .git 05:16:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 .github 05:16:03 -rw-rw-r-- 1 jenkins jenkins 264 Nov 5 05:14 .gitignore 05:16:03 -rw-rw-r-- 1 jenkins jenkins 359 Nov 5 05:14 .golangci.yml 05:16:03 drwxr-xr-x 3 jenkins jenkins 4096 Nov 5 05:14 .semver 05:16:03 -rw-rw-r-- 1 jenkins jenkins 22791 Nov 5 05:14 Attribution.txt 05:16:03 -rw-rw-r-- 1 jenkins jenkins 18492 Nov 5 05:14 CHANGELOG.md 05:16:03 -rw-rw-r-- 1 jenkins jenkins 1697 Nov 5 05:14 Dockerfile 05:16:03 -rw-rw-r-- 1 jenkins jenkins 677 Nov 5 05:14 GOVERNANCE.md 05:16:03 -rw-rw-r-- 1 jenkins jenkins 704 Nov 5 05:14 Jenkinsfile 05:16:03 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 5 05:14 LICENSE 05:16:03 -rw-rw-r-- 1 jenkins jenkins 2597 Nov 5 05:14 Makefile 05:16:03 -rw-rw-r-- 1 jenkins jenkins 620 Nov 5 05:14 OWNERS.md 05:16:03 -rw-rw-r-- 1 jenkins jenkins 3989 Nov 5 05:14 README.md 05:16:03 -rw-rw-r-- 1 jenkins jenkins 12 Nov 5 05:14 VERSION 05:16:03 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:14 bin 05:16:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 cmd 05:16:03 -rw-r--r-- 1 jenkins jenkins 14565 Nov 5 05:15 coverage.out 05:16:03 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:14 driver 05:16:03 -rw-rw-r-- 1 jenkins jenkins 6857 Nov 5 05:14 go.mod 05:16:03 -rw-rw-r-- 1 jenkins jenkins 89081 Nov 5 05:14 go.sum 05:16:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 openapi 05:16:03 -rw-rw-r-- 1 jenkins jenkins 713 Nov 5 05:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:03 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=811051642a48477a389f61ef6b915f3ab0e7ae7b --label arch=amd64 --label version=4.1.0-dev.16 . 05:16:04 #0 building with "default" instance using docker driver 05:16:04 05:16:04 #1 [internal] load build definition from Dockerfile 05:16:04 #1 transferring dockerfile: 1.74kB done 05:16:04 #1 DONE 0.0s 05:16:04 05:16:04 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:16:04 #2 DONE 0.0s 05:16:04 05:16:04 #3 [internal] load metadata for docker.io/library/alpine:3.22 05:16:04 #3 DONE 0.1s 05:16:04 05:16:04 #4 [internal] load .dockerignore 05:16:04 #4 transferring context: 05:16:04 #4 transferring context: 193B done 05:16:04 #4 DONE 0.0s 05:16:04 05:16:04 #5 [internal] load build context 05:16:04 #5 transferring context: 18.46kB done 05:16:04 #5 DONE 0.0s 05:16:04 05:16:04 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 05:16:04 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 05:16:04 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 05:16:04 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 05:16:04 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 05:16:04 #6 DONE 0.0s 05:16:04 05:16:04 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 05:16:04 #7 DONE 0.1s 05:16:04 05:16:04 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 05:16:04 #8 0.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 05:16:04 #8 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 05:16:04 #8 0.636 (1/1) Installing dumb-init (1.2.5-r3) 05:16:04 #8 0.641 Executing busybox-1.37.0-r19.trigger 05:16:04 #8 0.648 OK: 7 MiB in 17 packages 05:16:04 #8 DONE 0.8s 05:16:04 05:16:04 #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 05:16:04 #9 0.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 05:16:04 #9 0.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 05:16:04 #9 0.595 OK: 269 MiB in 64 packages 05:16:04 #9 DONE 0.7s 05:16:04 05:16:04 #10 [builder 3/7] WORKDIR /device-rest-go 05:16:04 #10 DONE 0.0s 05:16:04 05:16:04 #11 [builder 4/7] COPY go.mod vendor* ./ 05:16:04 #11 DONE 0.0s 05:16:04 05:16:04 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:16:05 #12 DONE 0.5s 05:16:05 05:16:05 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:16:05 #13 0.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 05:16:05 #13 0.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 05:16:05 #13 ... 05:16:05 05:16:05 #14 [builder 6/7] COPY . . 05:16:05 #14 DONE 0.2s 05:16:05 05:16:05 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:16:05 #13 0.911 OK: 7 MiB in 17 packages 05:16:05 #13 DONE 1.0s 05:16:05 05:16:05 #15 [builder 7/7] RUN make build 05:16:05 #15 0.275 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 05:16:32 #15 DONE 23.1s 05:16:32 05:16:32 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 05:16:32 #16 DONE 0.2s 05:16:32 05:16:32 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 05:16:32 #17 DONE 0.0s 05:16:32 05:16:32 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 05:16:32 #18 DONE 0.0s 05:16:32 05:16:32 #19 exporting to image 05:16:32 #19 exporting layers 0.1s done 05:16:32 #19 writing image sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:16:32 #19 naming to docker.io/library/device-rest done 05:16:32 #19 DONE 0.1s 05:16:32 05:16:32 1 warning found (use docker --debug to expand): 05:16:32  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:16:32 provisioning config files... 05:16:32 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11941107733059009233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:16:32 ---> ****-login.sh 05:16:32 nexus3.edgexfoundry.org:10001 05:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:16:32 Login Succeeded 05:16:32 nexus3.edgexfoundry.org:10002 05:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:16:32 Login Succeeded 05:16:32 nexus3.edgexfoundry.org:10003 05:16:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:16:33 Login Succeeded 05:16:33 nexus3.edgexfoundry.org:10004 05:16:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:16:33 Login Succeeded 05:16:33 ****.io 05:16:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:16:33 Login Succeeded 05:16:33 ---> ****-login.sh ends [Pipeline] } 05:16:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:16:33 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 05:16:33 811051642a48477a389f61ef6b915f3ab0e7ae7b 05:16:33 latest 05:16:33 4.1.0-dev.16 05:16:33 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:16:33 main 05:16:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:33 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:34 + docker push nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:16:34 271ee317599c: Preparing 05:16:34 0737d6ad7268: Preparing 05:16:34 cda228495d77: Preparing 05:16:34 82485067abf0: Preparing 05:16:34 37ca914aba70: Preparing 05:16:34 256f393e029f: Preparing 05:16:34 256f393e029f: Waiting 05:16:34 271ee317599c: Pushed 05:16:34 0737d6ad7268: Pushed 05:16:34 37ca914aba70: Pushed 05:16:34 82485067abf0: Pushed 05:16:34 256f393e029f: Layer already exists 05:16:37 cda228495d77: Pushed 05:16:37 811051642a48477a389f61ef6b915f3ab0e7ae7b: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:38 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:38 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 05:16:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:16:38 271ee317599c: Preparing 05:16:38 0737d6ad7268: Preparing 05:16:38 cda228495d77: Preparing 05:16:38 82485067abf0: Preparing 05:16:38 37ca914aba70: Preparing 05:16:38 256f393e029f: Preparing 05:16:38 256f393e029f: Waiting 05:16:38 37ca914aba70: Layer already exists 05:16:38 cda228495d77: Layer already exists 05:16:38 0737d6ad7268: Layer already exists 05:16:38 82485067abf0: Layer already exists 05:16:38 271ee317599c: Layer already exists 05:16:38 256f393e029f: Layer already exists 05:16:38 latest: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:38 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:39 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 05:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:16:39 271ee317599c: Preparing 05:16:39 0737d6ad7268: Preparing 05:16:39 cda228495d77: Preparing 05:16:39 82485067abf0: Preparing 05:16:39 37ca914aba70: Preparing 05:16:39 256f393e029f: Preparing 05:16:39 256f393e029f: Waiting 05:16:39 37ca914aba70: Layer already exists 05:16:39 0737d6ad7268: Layer already exists 05:16:39 cda228495d77: Layer already exists 05:16:39 271ee317599c: Layer already exists 05:16:39 82485067abf0: Layer already exists 05:16:39 256f393e029f: Layer already exists 05:16:39 4.1.0-dev.16: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:39 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:39 + docker push nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:16:39 271ee317599c: Preparing 05:16:39 0737d6ad7268: Preparing 05:16:39 cda228495d77: Preparing 05:16:39 82485067abf0: Preparing 05:16:39 37ca914aba70: Preparing 05:16:39 256f393e029f: Preparing 05:16:39 256f393e029f: Waiting 05:16:39 82485067abf0: Layer already exists 05:16:39 cda228495d77: Layer already exists 05:16:39 37ca914aba70: Layer already exists 05:16:39 0737d6ad7268: Layer already exists 05:16:39 271ee317599c: Layer already exists 05:16:39 256f393e029f: Layer already exists 05:16:39 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:40 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:40 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 05:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:16:40 271ee317599c: Preparing 05:16:40 0737d6ad7268: Preparing 05:16:40 cda228495d77: Preparing 05:16:40 82485067abf0: Preparing 05:16:40 37ca914aba70: Preparing 05:16:40 256f393e029f: Preparing 05:16:40 256f393e029f: Waiting 05:16:40 82485067abf0: Layer already exists 05:16:40 0737d6ad7268: Layer already exists 05:16:40 37ca914aba70: Layer already exists 05:16:40 cda228495d77: Layer already exists 05:16:40 271ee317599c: Layer already exists 05:16:40 256f393e029f: Layer already exists 05:16:40 main: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:40 ===================================================== [Pipeline] echo 05:16:40 taggedImages: 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:latest 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 05:16:40 ========================================================= 05:16:40 [edgeXBuildMultiArch] RAW Config: 05:16:40 images: 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:latest 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:16:40 - nexus3.edgexfoundry.org:10004/device-rest:main 05:16:40 settingsFile: 05:16:40 device-rest-go-settings 05:16:40 ========================================================= [Pipeline] node 05:16:55 Still waiting to schedule task 05:16:55 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:18:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-772561 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 05:18:09 Running in /w/workspace/device-rest-go/222 [Pipeline] { [Pipeline] checkout 05:18:12 The recommended git tool is: git 05:18:19 using credential edgex-jenkins-ssh 05:18:19 Cloning the remote Git repository 05:18:19 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 05:18:19 > git init /w/workspace/device-rest-go/222 # timeout=10 05:18:19 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 05:18:19 > git --version # timeout=10 05:18:19 > git --version # 'git version 2.25.1' 05:18:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:18:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:18:24 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 05:18:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:18:25 Avoid second fetch 05:18:25 Checking out Revision 811051642a48477a389f61ef6b915f3ab0e7ae7b (main) 05:18:25 > git config core.sparsecheckout # timeout=10 05:18:25 > git checkout -f 811051642a48477a389f61ef6b915f3ab0e7ae7b # timeout=10 05:18:26 Commit message: "Merge pull request #502 from judehung/update-go-1.25" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:18:30 provisioning config files... 05:18:30 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/222@tmp/config12099401616815355723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:18:31 ---> ****-login.sh 05:18:31 nexus3.edgexfoundry.org:10001 05:18:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:32 Configure a credential helper to remove this warning. See 05:18:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:32 05:18:32 Login Succeeded 05:18:32 nexus3.edgexfoundry.org:10002 05:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:32 Configure a credential helper to remove this warning. See 05:18:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:32 05:18:32 Login Succeeded 05:18:32 nexus3.edgexfoundry.org:10003 05:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:33 Configure a credential helper to remove this warning. See 05:18:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:33 05:18:33 Login Succeeded 05:18:33 nexus3.edgexfoundry.org:10004 05:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:33 Configure a credential helper to remove this warning. See 05:18:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:33 05:18:33 Login Succeeded 05:18:33 ****.io 05:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:34 Configure a credential helper to remove this warning. See 05:18:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:34 05:18:34 Login Succeeded 05:18:34 ---> ****-login.sh ends [Pipeline] } 05:18:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:18:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:18:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:18:34 ========================================================= 05:18:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 05:18:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:35 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . 05:18:35 Sending build context to Docker daemon 144.9kB 05:18:35 Step 1/12 : ARG BASE=golang:1.25-alpine3.22 05:18:35 Step 2/12 : FROM ${BASE} AS builder 05:18:35 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:18:35 6b59a28fa201: Pulling fs layer 05:18:35 d32bb0dddca7: Pulling fs layer 05:18:35 5dab1238d3d9: Pulling fs layer 05:18:35 196fd7d83e7d: Pulling fs layer 05:18:35 4f4fb700ef54: Pulling fs layer 05:18:35 8ba94037c8f0: Pulling fs layer 05:18:35 deaec5988b04: Pulling fs layer 05:18:35 9f65657bb879: Pulling fs layer 05:18:35 196fd7d83e7d: Waiting 05:18:35 4f4fb700ef54: Waiting 05:18:35 8ba94037c8f0: Waiting 05:18:35 deaec5988b04: Waiting 05:18:35 9f65657bb879: Waiting 05:18:35 d32bb0dddca7: Verifying Checksum 05:18:35 d32bb0dddca7: Download complete 05:18:35 196fd7d83e7d: Verifying Checksum 05:18:35 196fd7d83e7d: Download complete 05:18:35 4f4fb700ef54: Verifying Checksum 05:18:35 4f4fb700ef54: Download complete 05:18:35 8ba94037c8f0: Verifying Checksum 05:18:35 8ba94037c8f0: Download complete 05:18:35 6b59a28fa201: Verifying Checksum 05:18:35 6b59a28fa201: Download complete 05:18:36 9f65657bb879: Verifying Checksum 05:18:36 9f65657bb879: Download complete 05:18:37 6b59a28fa201: Pull complete 05:18:37 d32bb0dddca7: Pull complete 05:18:37 Running on prd-centos7-docker-4c-2g-772563 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:18:37 provisioning config files... 05:18:37 5dab1238d3d9: Verifying Checksum 05:18:37 5dab1238d3d9: Download complete 05:18:37 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16255988394661075789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:18:39 deaec5988b04: Download complete 05:18:39 ---> ****-login.sh 05:18:39 nexus3.edgexfoundry.org:10001 05:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:40 Configure a credential helper to remove this warning. See 05:18:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:40 05:18:40 Login Succeeded 05:18:40 nexus3.edgexfoundry.org:10002 05:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:40 Configure a credential helper to remove this warning. See 05:18:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:40 05:18:40 Login Succeeded 05:18:40 nexus3.edgexfoundry.org:10003 05:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:41 Configure a credential helper to remove this warning. See 05:18:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:41 05:18:41 Login Succeeded 05:18:41 nexus3.edgexfoundry.org:10004 05:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:41 Configure a credential helper to remove this warning. See 05:18:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:41 05:18:41 Login Succeeded 05:18:41 ****.io 05:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:18:41 Configure a credential helper to remove this warning. See 05:18:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:18:41 05:18:41 Login Succeeded 05:18:41 ---> ****-login.sh ends [Pipeline] } 05:18:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:18:42 + docker buildx ls 05:18:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:18:42 default * docker 05:18:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:18:42 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:18:42 edgex-builder [Pipeline] sh 05:18:42 + docker buildx inspect --bootstrap 05:18:42 #1 [internal] booting buildkit 05:18:42 #1 pulling image moby/buildkit:buildx-stable-1 05:18:45 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 05:18:45 #1 creating container buildx_buildkit_edgex-builder0 05:18:47 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 05:18:47 #1 DONE 4.5s 05:18:47 Name: edgex-builder 05:18:47 Driver: docker-container 05:18:47 05:18:47 Nodes: 05:18:47 Name: edgex-builder0 05:18:47 Endpoint: unix:///var/run/docker.sock 05:18:47 Status: running 05:18:47 Buildkit: v0.25.1 05:18:47 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:18:47 + docker buildx ls 05:18:47 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:18:47 edgex-builder * docker-container 05:18:47 edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:18:47 default docker 05:18:47 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:18:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b' 05:18:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b --push - 05:18:48 #1 [internal] load build definition from Dockerfile 05:18:48 #1 transferring dockerfile: 196B done 05:18:48 #1 DONE 0.0s 05:18:48 05:18:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:18:48 #2 DONE 0.1s 05:18:48 05:18:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:18:48 #3 DONE 0.1s 05:18:48 05:18:48 #4 [internal] load .dockerignore 05:18:48 #4 transferring context: 2B done 05:18:48 #4 DONE 0.0s 05:18:48 05:18:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:48 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:48 #5 DONE 0.0s 05:18:48 05:18:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:48 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:48 #6 DONE 0.3s 05:18:48 05:18:48 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 05:18:48 #7 DONE 0.0s 05:18:48 05:18:48 #8 exporting to image 05:18:48 #8 exporting layers done 05:18:48 #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd 0.0s done 05:18:48 #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:18:48 #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done 05:18:48 #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done 05:18:48 #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.0s done 05:18:48 #8 pushing layers 05:18:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:18:48 #8 pushing layers 0.1s done 05:18:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done 05:18:48 #8 DONE 0.2s 05:18:48 05:18:48 1 warning found (use --debug to expand): 05:18:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:18:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 05:18:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 05:18:49 #1 [internal] load build definition from Dockerfile 05:18:49 #1 transferring dockerfile: 162B done 05:18:49 #1 DONE 0.0s 05:18:49 05:18:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 05:18:49 #2 DONE 0.0s 05:18:49 05:18:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 05:18:49 #3 DONE 0.0s 05:18:49 05:18:49 #4 [internal] load .dockerignore 05:18:49 #4 transferring context: 2B done 05:18:49 #4 DONE 0.0s 05:18:49 05:18:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:49 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:49 #5 CACHED 05:18:49 05:18:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:49 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:49 #6 CACHED 05:18:49 05:18:49 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 05:18:49 #7 DONE 0.0s 05:18:49 05:18:49 #8 exporting to image 05:18:49 #8 exporting layers done 05:18:49 #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done 05:18:49 #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:18:49 #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done 05:18:49 #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done 05:18:49 #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done 05:18:49 #8 pushing layers 0.0s done 05:18:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done 05:18:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:18:49 #8 DONE 0.1s 05:18:49 05:18:49 1 warning found (use --debug to expand): 05:18:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:18:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 --push - 05:18:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16' 05:18:49 #1 [internal] load build definition from Dockerfile 05:18:49 #1 transferring dockerfile: 168B done 05:18:49 #1 DONE 0.0s 05:18:49 05:18:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 05:18:49 #2 DONE 0.0s 05:18:49 05:18:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 05:18:49 #3 DONE 0.0s 05:18:49 05:18:49 #4 [internal] load .dockerignore 05:18:49 #4 transferring context: 2B done 05:18:49 #4 DONE 0.0s 05:18:49 05:18:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:49 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:49 #5 DONE 0.0s 05:18:49 05:18:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:49 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:49 #6 CACHED 05:18:49 05:18:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:49 #5 CACHED 05:18:49 05:18:49 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 05:18:49 #7 DONE 0.0s 05:18:49 05:18:49 #8 exporting to image 05:18:49 #8 exporting layers done 05:18:49 #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done 05:18:49 #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:18:49 #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done 05:18:49 #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done 05:18:49 #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done 05:18:49 #8 pushing layers 0.0s done 05:18:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done 05:18:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:18:49 #8 DONE 0.1s 05:18:49 05:18:49 1 warning found (use --debug to expand): 05:18:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:18:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16' 05:18:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 --push - 05:18:50 #1 [internal] load build definition from Dockerfile 05:18:50 #1 transferring dockerfile: 209B done 05:18:50 #1 DONE 0.0s 05:18:50 05:18:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:18:50 #2 DONE 0.0s 05:18:50 05:18:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:18:50 #3 DONE 0.0s 05:18:50 05:18:50 #4 [internal] load .dockerignore 05:18:50 #4 transferring context: 2B done 05:18:50 #4 DONE 0.0s 05:18:50 05:18:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:50 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:50 #5 CACHED 05:18:50 05:18:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:50 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:50 #6 CACHED 05:18:50 05:18:50 #7 exporting to image 05:18:50 #7 exporting layers 05:18:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:18:50 #7 exporting layers done 05:18:50 #7 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done 05:18:50 #7 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:18:50 #7 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done 05:18:50 #7 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done 05:18:50 #7 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done 05:18:50 #7 pushing layers 0.0s done 05:18:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done 05:18:50 #7 DONE 0.1s 05:18:50 05:18:50 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 05:18:50 #8 DONE 0.0s 05:18:50 05:18:50 1 warning found (use --debug to expand): 05:18:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:18:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 05:18:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 05:18:50 #1 [internal] load build definition from Dockerfile 05:18:50 #1 transferring dockerfile: 160B done 05:18:50 #1 DONE 0.0s 05:18:50 05:18:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 05:18:50 #2 DONE 0.0s 05:18:50 05:18:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 05:18:50 #3 DONE 0.0s 05:18:50 05:18:50 #4 [internal] load .dockerignore 05:18:50 #4 transferring context: 2B done 05:18:50 #4 DONE 0.0s 05:18:50 05:18:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:50 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:50 #5 CACHED 05:18:50 05:18:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 05:18:50 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done 05:18:50 #6 CACHED 05:18:50 05:18:50 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 05:18:50 #7 DONE 0.0s 05:18:50 05:18:50 #8 exporting to image 05:18:50 #8 exporting layers done 05:18:50 #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done 05:18:50 #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done 05:18:50 #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done 05:18:50 #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done 05:18:50 #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done 05:18:50 #8 pushing layers 0.0s done 05:18:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done 05:18:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:18:50 #8 DONE 0.1s 05:18:50 05:18:50 1 warning found (use --debug to expand): 05:18:50  - 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 05:18:51 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:18:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:18:52 ---> package-listing.sh 05:18:52 ++ facter osfamily 05:18:52 ++ tr '[:upper:]' '[:lower:]' 05:18:52 + OS_FAMILY=redhat 05:18:52 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 05:18:52 + START_PACKAGES=/tmp/packages_start.txt 05:18:52 + END_PACKAGES=/tmp/packages_end.txt 05:18:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:18:52 + PACKAGES=/tmp/packages_start.txt 05:18:52 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 05:18:52 + PACKAGES=/tmp/packages_end.txt 05:18:52 + case "${OS_FAMILY}" in 05:18:52 + rpm -qa 05:18:52 + sort 05:18:53 + '[' -f /tmp/packages_start.txt ']' 05:18:53 + '[' -f /tmp/packages_end.txt ']' 05:18:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:18:53 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 05:18:53 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 05:18:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 05:18:53 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:18:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:53 05:18:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:54 latest: Pulling from edgex-lftools-log-publisher 05:18:54 5eb5b503b376: Pulling fs layer 05:18:54 5c69ac0246d0: Pulling fs layer 05:18:54 ec43610c2a17: Pulling fs layer 05:18:54 3a2ae6a8a46f: Pulling fs layer 05:18:54 33b1e0a273af: Pulling fs layer 05:18:54 5d3b04190fa2: Pulling fs layer 05:18:54 2f39f015ded8: Pulling fs layer 05:18:54 3a2ae6a8a46f: Waiting 05:18:54 33b1e0a273af: Waiting 05:18:54 5d3b04190fa2: Waiting 05:18:54 2f39f015ded8: Waiting 05:18:54 5c69ac0246d0: Verifying Checksum 05:18:54 5c69ac0246d0: Download complete 05:18:54 3a2ae6a8a46f: Verifying Checksum 05:18:54 3a2ae6a8a46f: Download complete 05:18:54 33b1e0a273af: Verifying Checksum 05:18:54 33b1e0a273af: Download complete 05:18:54 ec43610c2a17: Verifying Checksum 05:18:54 ec43610c2a17: Download complete 05:18:54 5d3b04190fa2: Verifying Checksum 05:18:54 5d3b04190fa2: Download complete 05:18:54 5dab1238d3d9: Pull complete 05:18:54 196fd7d83e7d: Pull complete 05:18:54 4f4fb700ef54: Pull complete 05:18:54 8ba94037c8f0: Pull complete 05:18:54 5eb5b503b376: Verifying Checksum 05:18:54 5eb5b503b376: Download complete 05:18:55 2f39f015ded8: Verifying Checksum 05:18:55 2f39f015ded8: Download complete 05:18:56 5eb5b503b376: Pull complete 05:18:56 5c69ac0246d0: Pull complete 05:18:56 ec43610c2a17: Pull complete 05:18:56 3a2ae6a8a46f: Pull complete 05:18:56 33b1e0a273af: Pull complete 05:18:56 5d3b04190fa2: Pull complete 05:19:01 2f39f015ded8: Pull complete 05:19:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:19:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:19:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:19:01 prd-centos7-docker-4c-2g-772563 does not seem to be running inside a container 05:19:01 $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:19:04 deaec5988b04: Pull complete 05:19:05 $ docker top dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:05 9f65657bb879: Pull complete 05:19:05 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 05:19:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 05:19:05 ---> 334268110677 05:19:05 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:19:05 + touch /tmp/pre-build-complete [Pipeline] sh 05:19:06 + mkdir -p /var/log/sysstat [Pipeline] sh 05:19:06 + ls /var/log/sa-host 05:19:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:19:06 provisioning config files... 05:19:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16953519339396963241tmp [Pipeline] { [Pipeline] echo 05:19:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:19:06 ---> create-netrc.sh [Pipeline] } 05:19:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:19:07 ---> python-tools-install.sh [Pipeline] echo 05:19:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:19:07 ---> sudo-logs.sh 05:19:07 Archiving 'sudo' log.. 05:19:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-772563.novalocal: Name or service not known 05:19:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-772563.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:19:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:19:07 ---> job-cost.sh 05:19:07 lf-activate-venv: SKIPPING 05:19:07 INFO: No Stack... 05:19:08 INFO: Retrieving Pricing Info for: v3-standard-2 05:19:08 INFO: Archiving Costs 05:19:08 ---> Running in ead0f2949e56 [Pipeline] echo 05:19:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:19:08 Removing intermediate container ead0f2949e56 05:19:08 ---> 64904b7c5f47 05:19:08 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:19:08 ---> Running in 31694b37263b 05:19:08 ---> logs-deploy.sh 05:19:08 lf-activate-venv: SKIPPING 05:19:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/222 05:19:08 INFO: archiving workspace using pattern(s): 05:19:08 Removing intermediate container 31694b37263b 05:19:08 ---> 2c87bfb7f8c9 05:19:08 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 05:19:09 ---> Running in 7cd12fa91eea 05:19:09 Removing intermediate container 7cd12fa91eea 05:19:09 ---> dae568b8b080 05:19:09 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:19:09 Archives upload complete. 05:19:09 INFO: archiving logs to Nexus 05:19:09 ---> Running in 471052a15a43 05:19:09 Removing intermediate container 471052a15a43 05:19:09 ---> 2b2421ef43f7 05:19:09 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:19:10 ---> Running in 90d1a3711e3b 05:19:10 ---> uname -a: 05:19:10 Linux prd-centos7-docker-4c-2g-772563.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 05:19:10 05:19:10 05:19:10 ---> lscpu: 05:19:10 Architecture: x86_64 05:19:10 CPU op-mode(s): 32-bit, 64-bit 05:19:10 Byte Order: Little Endian 05:19:10 Address sizes: 40 bits physical, 48 bits virtual 05:19:10 CPU(s): 2 05:19:10 On-line CPU(s) list: 0,1 05:19:10 Thread(s) per core: 1 05:19:10 Core(s) per socket: 1 05:19:10 Socket(s): 2 05:19:10 NUMA node(s): 1 05:19:10 Vendor ID: AuthenticAMD 05:19:10 CPU family: 23 05:19:10 Model: 49 05:19:10 Model name: AMD EPYC-Rome Processor 05:19:10 Stepping: 0 05:19:10 CPU MHz: 2799.998 05:19:10 BogoMIPS: 5599.99 05:19:10 Virtualization: AMD-V 05:19:10 Hypervisor vendor: KVM 05:19:10 Virtualization type: full 05:19:10 L1d cache: 64 KiB 05:19:10 L1i cache: 64 KiB 05:19:10 L2 cache: 1 MiB 05:19:10 L3 cache: 32 MiB 05:19:10 NUMA node0 CPU(s): 0,1 05:19:10 Vulnerability Itlb multihit: Not affected 05:19:10 Vulnerability L1tf: Not affected 05:19:10 Vulnerability Mds: Not affected 05:19:10 Vulnerability Meltdown: Not affected 05:19:10 Vulnerability Mmio stale data: Not affected 05:19:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:19:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:19:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:19:10 Vulnerability Srbds: Not affected 05:19:10 Vulnerability Tsx async abort: Not affected 05:19:10 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 05:19:10 05:19:10 05:19:10 ---> nproc: 05:19:10 2 05:19:10 05:19:10 05:19:10 ---> df -h: 05:19:10 Filesystem Size Used Avail Use% Mounted on 05:19:10 overlay 40G 7.3G 33G 19% / 05:19:10 tmpfs 64M 0 64M 0% /dev 05:19:10 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:19:10 shm 64M 0 64M 0% /dev/shm 05:19:10 /dev/vda1 40G 7.3G 33G 19% /facter-os 05:19:10 05:19:10 05:19:10 Cannot open /var/log/sysstat/sa05: No such file or directory 05:19:10 Please check if data collecting is enabled 05:19:10 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:19:10 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:19:10 $ docker stop --time=1 dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e 05:19:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 05:19:11 $ docker rm -f --volumes dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:19:11 [WS-CLEANUP] Deleting project workspace... 05:19:11 [WS-CLEANUP] Deferred wipeout is used... 05:19:11 [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 05:19:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 05:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:19:12 05:19:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:19:12 latest: Pulling from edgex-lftools-log-publisher 05:19:12 5eb5b503b376: Pulling fs layer 05:19:12 5c69ac0246d0: Pulling fs layer 05:19:12 ec43610c2a17: Pulling fs layer 05:19:12 3a2ae6a8a46f: Pulling fs layer 05:19:12 33b1e0a273af: Pulling fs layer 05:19:12 5d3b04190fa2: Pulling fs layer 05:19:12 2f39f015ded8: Pulling fs layer 05:19:12 33b1e0a273af: Waiting 05:19:12 5d3b04190fa2: Waiting 05:19:12 2f39f015ded8: Waiting 05:19:12 3a2ae6a8a46f: Waiting 05:19:12 5c69ac0246d0: Verifying Checksum 05:19:12 5c69ac0246d0: Download complete 05:19:12 3a2ae6a8a46f: Download complete 05:19:12 33b1e0a273af: Verifying Checksum 05:19:12 33b1e0a273af: Download complete 05:19:12 5d3b04190fa2: Verifying Checksum 05:19:12 5d3b04190fa2: Download complete 05:19:12 ec43610c2a17: Verifying Checksum 05:19:12 ec43610c2a17: Download complete 05:19:12 5eb5b503b376: Verifying Checksum 05:19:12 5eb5b503b376: Download complete 05:19:13 2f39f015ded8: Download complete 05:19:14 5eb5b503b376: Pull complete 05:19:14 (1/4) Installing openssh-keygen (10.0_p1-r9) 05:19:14 (2/4) Installing libedit (20250104.3.1-r1) 05:19:14 (3/4) Installing openssh-client-common (10.0_p1-r9) 05:19:14 (4/4) Installing openssh-client-default (10.0_p1-r9) 05:19:14 Executing busybox-1.37.0-r19.trigger 05:19:14 5c69ac0246d0: Pull complete 05:19:14 OK: 259 MiB in 64 packages 05:19:14 ec43610c2a17: Pull complete 05:19:14 3a2ae6a8a46f: Pull complete 05:19:14 33b1e0a273af: Pull complete 05:19:14 5d3b04190fa2: Pull complete 05:19:15 Removing intermediate container 90d1a3711e3b 05:19:15 ---> 0940194935a7 05:19:15 Step 8/12 : WORKDIR /device-rest-go 05:19:15 ---> Running in c18e0269de66 05:19:16 Removing intermediate container c18e0269de66 05:19:16 ---> 7ab36745821b 05:19:16 Step 9/12 : COPY go.mod vendor* ./ 05:19:16 ---> cd4b374f3846 05:19:16 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:19:16 ---> Running in eb4223e985eb 05:19:20 2f39f015ded8: Pull complete 05:19:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:19:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:19:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:19:20 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:19:20 $ 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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:19:22 $ docker top b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:19:23 ---> job-cost.sh 05:19:23 lf-activate-venv: SKIPPING 05:19:23 INFO: No Stack... 05:19:23 INFO: Retrieving Pricing Info for: v3-standard-8 05:19:23 INFO: Archiving Costs [Pipeline] sh 05:19:24 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 05:19:24 + cut -d, -f6 [Pipeline] lock 05:19:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] 05:19:24 Resource [jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] did not exist. Created. 05:19:24 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:19:24 + echo total: 0.2199999988079071 [Pipeline] stash 05:19:24 Stashed 1 file(s) [Pipeline] } 05:19:24 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] // lock [Pipeline] } 05:19:24 $ docker stop --time=1 b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 05:19:25 $ docker rm -f --volumes b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:21:08 Removing intermediate container eb4223e985eb 05:21:08 ---> b4fe705cb7d2 05:21:08 Step 11/12 : COPY . . 05:21:08 ---> 39017fd8505b 05:21:08 Step 12/12 : RUN $MAKE 05:21:08 ---> Running in 918e6769d716 05:21:08 noop 05:21:08 Removing intermediate container 918e6769d716 05:21:08 ---> b4e972c339d4 05:21:08 Successfully built b4e972c339d4 05:21:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:09 + docker inspect -f . ci-base-image-arm64 05:21:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:21:09 prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container 05:21:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@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 05:21:10 $ docker top c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e -eo pid,comm [Pipeline] { [Pipeline] sh 05:21:11 + go version 05:21:12 go version go1.25.3 linux/arm64 [Pipeline] } 05:21:12 $ docker stop --time=1 c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e 05:21:14 $ docker rm -f --volumes c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:15 + docker inspect -f . ci-base-image-arm64 05:21:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:21:15 prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container 05:21:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@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 05:21:16 $ docker top 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc -eo pid,comm [Pipeline] { [Pipeline] sh 05:21:17 + git config --global --add safe.directory /w/workspace/device-rest-go/222 [Pipeline] fileExists [Pipeline] sh 05:21:18 + make test 05:21:18 go test ./... -coverprofile=coverage.out ./... 05:21:25 ? github.com/edgexfoundry/device-rest-go [no test files] 05:26:02 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 05:26:02 ok github.com/edgexfoundry/device-rest-go/driver 0.054s coverage: 32.2% of statements 05:26:02 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:26:02 go vet ./... 05:26:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:26:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:26:58 ./bin/test-attribution-txt.sh [Pipeline] echo 05:26:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:26:58 $ docker stop --time=1 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc 05:27:00 $ docker rm -f --volumes 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc [Pipeline] // withDockerContainer [Pipeline] sh 05:27:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:27:02 Warning: overwriting stash ‘coverage-report’ 05:27:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:27:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:27:03 + ls -al . 05:27:03 total 244 05:27:03 drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:21 . 05:27:03 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 05:18 .. 05:27:03 -rw-rw-r-- 1 jenkins jenkins 151 Nov 5 05:18 .dockerignore 05:27:03 drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:18 .git 05:27:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 .github 05:27:03 -rw-rw-r-- 1 jenkins jenkins 264 Nov 5 05:18 .gitignore 05:27:03 -rw-rw-r-- 1 jenkins jenkins 359 Nov 5 05:18 .golangci.yml 05:27:03 -rw-rw-r-- 1 jenkins jenkins 22791 Nov 5 05:18 Attribution.txt 05:27:03 -rw-rw-r-- 1 jenkins jenkins 18492 Nov 5 05:18 CHANGELOG.md 05:27:03 -rw-rw-r-- 1 jenkins jenkins 1697 Nov 5 05:18 Dockerfile 05:27:03 -rw-rw-r-- 1 jenkins jenkins 677 Nov 5 05:18 GOVERNANCE.md 05:27:03 -rw-rw-r-- 1 jenkins jenkins 704 Nov 5 05:18 Jenkinsfile 05:27:03 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 5 05:18 LICENSE 05:27:03 -rw-rw-r-- 1 jenkins jenkins 2597 Nov 5 05:18 Makefile 05:27:03 -rw-rw-r-- 1 jenkins jenkins 620 Nov 5 05:18 OWNERS.md 05:27:03 -rw-rw-r-- 1 jenkins jenkins 3989 Nov 5 05:18 README.md 05:27:03 -rw-rw-r-- 1 jenkins jenkins 12 Nov 5 05:14 VERSION 05:27:03 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:18 bin 05:27:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 cmd 05:27:03 -rw-r--r-- 1 jenkins jenkins 14565 Nov 5 05:25 coverage.out 05:27:03 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:18 driver 05:27:03 -rw-rw-r-- 1 jenkins jenkins 6857 Nov 5 05:18 go.mod 05:27:03 -rw-rw-r-- 1 jenkins jenkins 89081 Nov 5 05:18 go.sum 05:27:03 drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 openapi 05:27:03 -rw-rw-r-- 1 jenkins jenkins 713 Nov 5 05:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:04 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=811051642a48477a389f61ef6b915f3ab0e7ae7b --label arch=arm64 --label version=4.1.0-dev.16 . 05:27:04 Sending build context to Docker daemon 160.3kB 05:27:04 Step 1/26 : ARG BASE=golang:1.25-alpine3.22 05:27:04 Step 2/26 : FROM ${BASE} AS builder 05:27:04 ---> b4e972c339d4 05:27:04 Step 3/26 : ARG ADD_BUILD_TAGS="" 05:27:04 ---> Running in 3b3b15c54c90 05:27:04 Removing intermediate container 3b3b15c54c90 05:27:04 ---> eaf5f47f099c 05:27:04 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:27:04 ---> Running in 18add57214d6 05:27:05 Removing intermediate container 18add57214d6 05:27:05 ---> 62af7f4d4a53 05:27:05 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 05:27:05 ---> Running in 260210172a88 05:27:05 Removing intermediate container 260210172a88 05:27:05 ---> cb982544cc16 05:27:05 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 05:27:05 ---> Running in a242ebeccb57 05:27:06 Removing intermediate container a242ebeccb57 05:27:06 ---> fce97f48f6ce 05:27:06 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:27:06 ---> Running in 0ffe2f9a530f 05:27:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 05:27:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 05:27:09 OK: 259 MiB in 64 packages 05:27:10 Removing intermediate container 0ffe2f9a530f 05:27:10 ---> 5e8731d45d40 05:27:10 Step 8/26 : WORKDIR /device-rest-go 05:27:10 ---> Running in a2c5aa6417b7 05:27:11 Removing intermediate container a2c5aa6417b7 05:27:11 ---> 38cbd4b77f14 05:27:11 Step 9/26 : COPY go.mod vendor* ./ 05:27:11 ---> 6a2b54978ae0 05:27:11 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:11 ---> Running in 82b82a4ef3e1 05:27:14 Removing intermediate container 82b82a4ef3e1 05:27:14 ---> ee39b41292a5 05:27:14 Step 11/26 : COPY . . 05:27:14 ---> 7c62de6bdeca 05:27:14 Step 12/26 : RUN $MAKE 05:27:14 ---> Running in ad43d3e26850 05:27:15 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 05:31:22 Removing intermediate container ad43d3e26850 05:31:22 ---> 51f08e6bf442 05:31:22 Step 13/26 : FROM alpine:3.22 05:31:22 3.22: Pulling from library/alpine 05:31:22 6b59a28fa201: Already exists 05:31:22 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 05:31:22 Status: Downloaded newer image for alpine:3.22 05:31:22 ---> 171e65262c80 05:31:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:31:22 ---> Running in d82489995b8f 05:31:22 Removing intermediate container d82489995b8f 05:31:22 ---> 55c4858592b1 05:31:22 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 05:31:22 ---> Running in 9fa443088820 05:31:22 Removing intermediate container 9fa443088820 05:31:22 ---> 5fe42f0d6c58 05:31:22 Step 16/26 : RUN apk add --update --no-cache dumb-init 05:31:22 ---> Running in 6344ed9bc144 05:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 05:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 05:31:22 (1/1) Installing dumb-init (1.2.5-r3) 05:31:22 Executing busybox-1.37.0-r19.trigger 05:31:22 OK: 8 MiB in 17 packages 05:31:22 Removing intermediate container 6344ed9bc144 05:31:22 ---> bf957d9fbf4e 05:31:22 Step 17/26 : RUN apk --no-cache upgrade 05:31:22 ---> Running in 640d19aa20f0 05:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 05:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 05:31:22 OK: 8 MiB in 17 packages 05:31:22 Removing intermediate container 640d19aa20f0 05:31:22 ---> dda1de03aed1 05:31:22 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 05:31:23 ---> af89af9f22b8 05:31:23 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 05:31:23 ---> 745f8ed890be 05:31:23 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 05:31:25 ---> f6db5de01e92 05:31:25 Step 21/26 : EXPOSE 59986 05:31:25 ---> Running in c59e61a3d437 05:31:25 Removing intermediate container c59e61a3d437 05:31:25 ---> a95e9633b487 05:31:25 Step 22/26 : ENTRYPOINT ["/device-rest"] 05:31:25 ---> Running in e1501ad5c98c 05:31:25 Removing intermediate container e1501ad5c98c 05:31:25 ---> 61866389c982 05:31:25 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 05:31:26 ---> Running in 35f2849bf536 05:31:26 Removing intermediate container 35f2849bf536 05:31:26 ---> a0e459254856 05:31:26 Step 24/26 : LABEL arch=arm64 05:31:26 ---> Running in 6b63b4f0d0b3 05:31:26 Removing intermediate container 6b63b4f0d0b3 05:31:26 ---> f35288bb18e2 05:31:26 Step 25/26 : LABEL git_sha=811051642a48477a389f61ef6b915f3ab0e7ae7b 05:31:26 ---> Running in cf9bf0121725 05:31:27 Removing intermediate container cf9bf0121725 05:31:27 ---> af47886cc912 05:31:27 Step 26/26 : LABEL version=4.1.0-dev.16 05:31:27 ---> Running in 888eabc0b773 05:31:27 Removing intermediate container 888eabc0b773 05:31:27 ---> 48759e957500 05:31:27 [Warning] One or more build-args [ARCH] were not consumed 05:31:27 Successfully built 48759e957500 05:31:27 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:31:27 provisioning config files... 05:31:27 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/222@tmp/config2199464657096883546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:31:28 ---> ****-login.sh 05:31:28 nexus3.edgexfoundry.org:10001 05:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:28 Configure a credential helper to remove this warning. See 05:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:28 05:31:28 Login Succeeded 05:31:28 nexus3.edgexfoundry.org:10002 05:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:28 Configure a credential helper to remove this warning. See 05:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:28 05:31:28 Login Succeeded 05:31:28 nexus3.edgexfoundry.org:10003 05:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:29 Configure a credential helper to remove this warning. See 05:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:29 05:31:29 Login Succeeded 05:31:29 nexus3.edgexfoundry.org:10004 05:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:29 Configure a credential helper to remove this warning. See 05:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:29 05:31:29 Login Succeeded 05:31:29 ****.io 05:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:30 Configure a credential helper to remove this warning. See 05:31:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:30 05:31:30 Login Succeeded 05:31:30 ---> ****-login.sh ends [Pipeline] } 05:31:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:31:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:31:30 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 05:31:30 811051642a48477a389f61ef6b915f3ab0e7ae7b 05:31:30 latest 05:31:30 4.1.0-dev.16 05:31:30 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:31:30 main 05:31:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:30 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:30 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 05:31:30 2df91c9689f2: Preparing 05:31:30 58399a8e9cc3: Preparing 05:31:30 f649f9e6bd1c: Preparing 05:31:30 b661b0bad56e: Preparing 05:31:30 2109af4c3b6f: Preparing 05:31:30 0e64f2360a44: Preparing 05:31:30 0e64f2360a44: Waiting 05:31:31 2109af4c3b6f: Pushed 05:31:31 2df91c9689f2: Pushed 05:31:31 b661b0bad56e: Pushed 05:31:31 58399a8e9cc3: Pushed 05:31:31 0e64f2360a44: Layer already exists 05:31:37 f649f9e6bd1c: Pushed 05:31:38 811051642a48477a389f61ef6b915f3ab0e7ae7b: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:38 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:38 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 05:31:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 05:31:38 2df91c9689f2: Preparing 05:31:38 58399a8e9cc3: Preparing 05:31:38 f649f9e6bd1c: Preparing 05:31:38 b661b0bad56e: Preparing 05:31:38 2109af4c3b6f: Preparing 05:31:38 0e64f2360a44: Preparing 05:31:38 0e64f2360a44: Waiting 05:31:38 f649f9e6bd1c: Layer already exists 05:31:38 2df91c9689f2: Layer already exists 05:31:38 b661b0bad56e: Layer already exists 05:31:38 58399a8e9cc3: Layer already exists 05:31:38 2109af4c3b6f: Layer already exists 05:31:38 0e64f2360a44: Layer already exists 05:31:39 latest: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:39 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:39 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 05:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 05:31:39 2df91c9689f2: Preparing 05:31:39 58399a8e9cc3: Preparing 05:31:39 f649f9e6bd1c: Preparing 05:31:39 b661b0bad56e: Preparing 05:31:39 2109af4c3b6f: Preparing 05:31:39 0e64f2360a44: Preparing 05:31:39 0e64f2360a44: Waiting 05:31:39 2109af4c3b6f: Layer already exists 05:31:39 f649f9e6bd1c: Layer already exists 05:31:39 b661b0bad56e: Layer already exists 05:31:39 58399a8e9cc3: Layer already exists 05:31:39 2df91c9689f2: Layer already exists 05:31:39 0e64f2360a44: Layer already exists 05:31:40 4.1.0-dev.16: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:09 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 05:32:09 2df91c9689f2: Preparing 05:32:09 58399a8e9cc3: Preparing 05:32:09 f649f9e6bd1c: Preparing 05:32:09 b661b0bad56e: Preparing 05:32:09 2109af4c3b6f: Preparing 05:32:09 0e64f2360a44: Preparing 05:32:09 0e64f2360a44: Waiting 05:32:09 58399a8e9cc3: Layer already exists 05:32:09 2df91c9689f2: Layer already exists 05:32:09 b661b0bad56e: Layer already exists 05:32:09 2109af4c3b6f: Layer already exists 05:32:09 f649f9e6bd1c: Layer already exists 05:32:09 0e64f2360a44: Layer already exists 05:32:09 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:10 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 05:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 05:32:10 2df91c9689f2: Preparing 05:32:10 58399a8e9cc3: Preparing 05:32:10 f649f9e6bd1c: Preparing 05:32:10 b661b0bad56e: Preparing 05:32:10 2109af4c3b6f: Preparing 05:32:10 0e64f2360a44: Preparing 05:32:10 0e64f2360a44: Waiting 05:32:10 58399a8e9cc3: Layer already exists 05:32:10 b661b0bad56e: Layer already exists 05:32:10 2109af4c3b6f: Layer already exists 05:32:10 2df91c9689f2: Layer already exists 05:32:10 f649f9e6bd1c: Layer already exists 05:32:10 0e64f2360a44: Layer already exists 05:32:10 main: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:32:10 ===================================================== [Pipeline] echo 05:32:11 taggedImages: 05:32:11 - nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b 05:32:11 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 05:32:11 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 05:32:11 - nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 05:32:11 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 05:32:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo 05:32:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 05:32:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [Pipeline] echo 05:32:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] echo 05:32:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:32:11 05:32:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:32:11 arm64: Pulling from edgex-lftools-log-publisher 05:32:11 8998bd30e6a1: Pulling fs layer 05:32:11 04944245beec: Pulling fs layer 05:32:11 699f458cf7ca: Pulling fs layer 05:32:11 765212b225bb: Pulling fs layer 05:32:11 f23df028b6ca: Pulling fs layer 05:32:11 d65c8cfc05b1: Pulling fs layer 05:32:11 2437ff75d9bd: Pulling fs layer 05:32:11 f23df028b6ca: Waiting 05:32:11 d65c8cfc05b1: Waiting 05:32:11 2437ff75d9bd: Waiting 05:32:11 765212b225bb: Waiting 05:32:12 04944245beec: Verifying Checksum 05:32:12 04944245beec: Download complete 05:32:12 765212b225bb: Download complete 05:32:12 f23df028b6ca: Verifying Checksum 05:32:12 f23df028b6ca: Download complete 05:32:12 d65c8cfc05b1: Verifying Checksum 05:32:12 d65c8cfc05b1: Download complete 05:32:12 699f458cf7ca: Verifying Checksum 05:32:12 699f458cf7ca: Download complete 05:32:12 8998bd30e6a1: Verifying Checksum 05:32:12 8998bd30e6a1: Download complete 05:32:15 2437ff75d9bd: Verifying Checksum 05:32:15 2437ff75d9bd: Download complete 05:32:17 8998bd30e6a1: Pull complete 05:32:18 04944245beec: Pull complete 05:32:19 699f458cf7ca: Pull complete 05:32:19 765212b225bb: Pull complete 05:32:20 f23df028b6ca: Pull complete 05:32:20 d65c8cfc05b1: Pull complete 05:32:39 2437ff75d9bd: Pull complete 05:32:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:32:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:32:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:39 prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container 05:32: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/device-rest-go/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@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 05:32:42 $ docker top ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:32:43 ---> job-cost.sh 05:32:43 lf-activate-venv: SKIPPING 05:32:43 INFO: No Stack... 05:32:43 INFO: Retrieving Pricing Info for: v3-standard-4 05:32:44 INFO: Archiving Costs [Pipeline] sh 05:32:45 + cat /w/workspace/device-rest-go/222/archives/cost.csv 05:32:45 + cut -d, -f6 [Pipeline] lock 05:32:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] 05:32:45 Resource [jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] did not exist. Created. 05:32:45 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:32:45 /w/workspace/device-rest-go/222@tmp/durable-3f468d14/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:32:46 + echo total: 0.10999999940395355 [Pipeline] stash 05:32:46 Warning: overwriting stash ‘stack-cost’ 05:32:46 Stashed 1 file(s) [Pipeline] } 05:32:46 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] // lock [Pipeline] } 05:32:46 $ docker stop --time=1 ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f 05:32:48 $ docker rm -f --volumes ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f [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 05:32:49 provisioning config files... 05:32:49 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config232493361008418843tmp [Pipeline] { [Pipeline] sh 05:32:49 + set +x 05:32:49 + curl -s https://codecov.io/bash 05:32:49 + bash -s -- 05:32:49 05:32:49 _____ _ 05:32:49 / ____| | | 05:32:49 | | ___ __| | ___ ___ _____ __ 05:32:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:32:49 | |___| (_) | (_| | __/ (_| (_) \ V / 05:32:49 \_____\___/ \__,_|\___|\___\___/ \_/ 05:32:49 Bash-1.0.6 05:32:49 05:32:49 05:32:49 ==> git version 2.25.1 found 05:32:49 ==> 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 05:32:49 Release-Date: 2020-01-08 05:32:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:32:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:32:49 ==> Jenkins CI detected. 05:32:49 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 05:32:49 project root: . 05:32:49 --> token set from env 05:32:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:32:49 ==> Running gcov in . (disable via -X gcov) 05:32:49 ==> Python coveragepy not found 05:32:49 ==> Searching for coverage reports in: 05:32:49 + . 05:32:49 -> Found 1 reports 05:32:49 ==> Detecting git/mercurial file structure 05:32:49 ==> Reading reports 05:32:49 + ./coverage.out bytes=14565 05:32:49 ==> Appending adjustments 05:32:49 https://docs.codecov.io/docs/fixing-reports 05:32:49 + Found adjustments 05:32:49 ==> Gzipping contents 05:32:49 4.0K /tmp/codecov.Oa12Zk.gz 05:32:49 ==> Uploading reports 05:32:49 url: https://codecov.io 05:32:49 query: branch=main&commit=811051642a48477a389f61ef6b915f3ab0e7ae7b&build=222&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F222%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:32:49 -> Pinging Codecov 05:32:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=811051642a48477a389f61ef6b915f3ab0e7ae7b&build=222&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F222%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:32:49 -> Uploading to 05:32:49 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/811051642a48477a389f61ef6b915f3ab0e7ae7b/67f4f40c-5d9f-4107-b5cc-a53a2b6a189d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251105%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251105T053249Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c303b6536a21ec1a1fcebb2083c43e3c35d024f59256c7ce8f8161a41bdfba4b 05:32:49 % Total % Received % Xferd Average Speed Time Time Time Current 05:32:49 Dload Upload Total Spent Left Speed 05:32:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 17892 --:--:-- --:--:-- --:--:-- 18031 05:32:49 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } 05:32:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:32:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:32:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:50 05:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:50 latest: Pulling from edgex-devops/edgex-snyk-go 05:32:50 2d35ebdb57d9: Already exists 05:32:50 85e8836fcdb2: Pulling fs layer 05:32:50 91631faa732a: Pulling fs layer 05:32:50 f3f5ae8826fa: Pulling fs layer 05:32:50 4f4fb700ef54: Pulling fs layer 05:32:50 7861252a18e6: Pulling fs layer 05:32:50 9130f900ef6f: Pulling fs layer 05:32:50 4f4fb700ef54: Waiting 05:32:50 7861252a18e6: Waiting 05:32:50 9130f900ef6f: Waiting 05:32:50 f3f5ae8826fa: Verifying Checksum 05:32:50 f3f5ae8826fa: Download complete 05:32:50 85e8836fcdb2: Verifying Checksum 05:32:50 85e8836fcdb2: Download complete 05:32:50 4f4fb700ef54: Verifying Checksum 05:32:50 4f4fb700ef54: Download complete 05:32:50 85e8836fcdb2: Pull complete 05:32:50 7861252a18e6: Verifying Checksum 05:32:50 7861252a18e6: Download complete 05:32:51 91631faa732a: Verifying Checksum 05:32:51 91631faa732a: Download complete 05:32:51 9130f900ef6f: Verifying Checksum 05:32:51 9130f900ef6f: Download complete 05:32:56 91631faa732a: Pull complete 05:32:56 f3f5ae8826fa: Pull complete 05:32:56 4f4fb700ef54: Pull complete 05:32:56 7861252a18e6: Pull complete 05:32:59 9130f900ef6f: Pull complete 05:32:59 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 05:32:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:59 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:32:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:33:02 $ docker top 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:02 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 05:33:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 05:33:02 + set -o pipefail 05:33:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 05:33:20 05:33:20 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 05:33:20 05:33:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/bf973d89-862f-4da7-a220-d69d451140ff 05:33:20 05:33:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:33:20 05:33:20 05:33:20 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:33:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:33:20 $ docker stop --time=1 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 05:33:23 $ docker rm -f --volumes 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 [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 05:33:24 + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] sh 05:33:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:33:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:33:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:25 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:33:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:33:25 $ docker top 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 -eo pid,comm 05:33:25 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:33:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:33:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:33:25 [ssh-agent] Looking for ssh-agent implementation... 05:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:33:26 $ docker exec 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 ssh-agent 05:33:26 SSH_AUTH_SOCK=/tmp/ssh-4ZBhQNCxmiMe/agent.33 05:33:26 SSH_AGENT_PID=39 05:33:26 Running ssh-add (command line suppressed) 05:33:26 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7706809253174702562.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7706809253174702562.key) 05:33:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:33:26 + git semver tag 05:33:26 2025-11-05 05:33:26,727 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:33:26 2025-11-05 05:33:26,732 [run_tag] DEBUG tag force:False 05:33:26 2025-11-05 05:33:26,732 [check_head_tag] DEBUG check head tag 05:33:26 2025-11-05 05:33:26,732 [execute] INFO git cat-file --batch-check 05:33:26 2025-11-05 05:33:26,733 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 05:33:26 2025-11-05 05:33:26,735 [execute] INFO git cat-file --batch 05:33:26 2025-11-05 05:33:26,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 05:33:26 2025-11-05 05:33:26,746 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:26 2025-11-05 05:33:26,746 [execute] INFO git tag -a v4.1.0-dev.16 -m v4.1.0-dev.16 05:33:26 2025-11-05 05:33:26,747 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.16', '-m', 'v4.1.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 05:33:26 2025-11-05 05:33:26,750 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:26 4.1.0-dev.16 [Pipeline] } 05:33:26 $ docker exec --env ******** --env ******** 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 ssh-agent -k 05:33:26 unset SSH_AUTH_SOCK; 05:33:26 unset SSH_AGENT_PID; 05:33:26 echo Agent pid 39 killed; 05:33:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:27 + git semver [Pipeline] } 05:33:27 $ docker stop --time=1 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 05:33:29 $ docker rm -f --volumes 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:33:29 05:33:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:33:29 0.23.1-centos7: Pulling from edgex-lftools 05:33:29 ab5ef0e58194: Pulling fs layer 05:33:29 9712f1f96733: Pulling fs layer 05:33:29 63f879dbbcfc: Pulling fs layer 05:33:29 0d9ebad4ef96: Pulling fs layer 05:33:29 e9a5061849ea: Pulling fs layer 05:33:29 d747dcd14b5f: Pulling fs layer 05:33:29 2de7ff778b66: Pulling fs layer 05:33:29 e9a5061849ea: Waiting 05:33:29 d747dcd14b5f: Waiting 05:33:29 2de7ff778b66: Waiting 05:33:29 0d9ebad4ef96: Waiting 05:33:29 9712f1f96733: Verifying Checksum 05:33:29 9712f1f96733: Download complete 05:33:30 63f879dbbcfc: Verifying Checksum 05:33:30 63f879dbbcfc: Download complete 05:33:30 ab5ef0e58194: Verifying Checksum 05:33:30 ab5ef0e58194: Download complete 05:33:30 d747dcd14b5f: Verifying Checksum 05:33:30 d747dcd14b5f: Download complete 05:33:30 e9a5061849ea: Verifying Checksum 05:33:30 e9a5061849ea: Download complete 05:33:30 0d9ebad4ef96: Verifying Checksum 05:33:30 0d9ebad4ef96: Download complete 05:33:30 2de7ff778b66: Download complete 05:33:33 ab5ef0e58194: Pull complete 05:33:33 9712f1f96733: Pull complete 05:33:33 63f879dbbcfc: Pull complete 05:33:39 0d9ebad4ef96: Pull complete 05:33:39 e9a5061849ea: Pull complete 05:33:39 d747dcd14b5f: Pull complete 05:33:40 2de7ff778b66: Pull complete 05:33:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:33:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:33:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:40 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:33:43 $ docker top 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:33:43 provisioning config files... 05:33:43 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11968671631324220627tmp 05:33:43 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4920300056228836610tmp 05:33:43 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12862888608006605808tmp [Pipeline] { [Pipeline] echo 05:33:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:33:43 ---> sigul-configuration.sh 05:33:43 gpg: directory `/root/.gnupg' created 05:33:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:33:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:33:43 gpg: keyring `/root/.gnupg/secring.gpg' created 05:33:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:33:43 gpg: CAST5 encrypted data 05:33:43 gpg: encrypted with 1 passphrase 05:33:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:33:44 + mkdir /home/jenkins 05:33:44 + mkdir /home/jenkins/sigul [Pipeline] sh 05:33:44 + 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 05:33:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:33:44 ---> sigul-install.sh 05:33:44 Sigul already installed; skipping installation. [Pipeline] sh 05:33:44 + git tag --list 05:33:44 v1.0.0 05:33:44 v1.1.0 05:33:44 v1.1.1 05:33:44 v1.1.2 05:33:44 v1.2.0 05:33:44 v1.2.1 05:33:44 v2.0.0 05:33:44 v2.1.0 05:33:44 v2.1.1 05:33:44 v2.2.0 05:33:44 v2.3.0 05:33:44 v3.0 05:33:44 v3.0.0 05:33:44 v3.1 05:33:44 v3.1.0 05:33:44 v3.1.1 05:33:44 v4.0 05:33:44 v4.0.0 05:33:44 v4.1.0-dev.1 05:33:44 v4.1.0-dev.10 05:33:44 v4.1.0-dev.11 05:33:44 v4.1.0-dev.12 05:33:44 v4.1.0-dev.13 05:33:44 v4.1.0-dev.14 05:33:44 v4.1.0-dev.15 05:33:44 v4.1.0-dev.16 05:33:44 v4.1.0-dev.2 05:33:44 v4.1.0-dev.3 05:33:44 v4.1.0-dev.4 05:33:44 v4.1.0-dev.5 05:33:44 v4.1.0-dev.6 05:33:44 v4.1.0-dev.7 05:33:44 v4.1.0-dev.8 05:33:44 v4.1.0-dev.9 [Pipeline] sh 05:33:45 + lftools sign git-tag v4.1.0-dev.16 05:33:45 Signing Git tag with Sigul... 05:33:45 Signing v4.1.0-dev.16 [Pipeline] echo 05:33:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:33:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:33:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:33:46 $ docker stop --time=1 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 05:33:47 $ docker rm -f --volumes 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:33:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:33:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:33:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:48 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:33:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:33:49 $ docker top fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 -eo pid,comm 05:33:49 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). 05:33:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:33:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:33:49 [ssh-agent] Looking for ssh-agent implementation... 05:33:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:33:49 $ docker exec fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 ssh-agent 05:33:49 SSH_AUTH_SOCK=/tmp/ssh-aTOFuFnGjv9b/agent.32 05:33:49 SSH_AGENT_PID=38 05:33:49 Running ssh-add (command line suppressed) 05:33:49 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17106939121964139296.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17106939121964139296.key) 05:33:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:33:49 + git semver bump pre 05:33:50 2025-11-05 05:33:50,167 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:33:50 2025-11-05 05:33:50,170 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:50 2025-11-05 05:33:50,171 [bump_version] DEBUG bumping version:4.1.0-dev.16 on axis:pre with prefix:dev 05:33:50 2025-11-05 05:33:50,171 [bump_version] DEBUG bumped version:4.1.0-dev.17 05:33:50 2025-11-05 05:33:50,171 [write_version] DEBUG write version:4.1.0-dev.17 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 05:33:50 2025-11-05 05:33:50,171 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:50 2025-11-05 05:33:50,171 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:50 2025-11-05 05:33:50,174 [execute] INFO git cat-file --batch-check 05:33:50 2025-11-05 05:33:50,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:50 2025-11-05 05:33:50,178 [execute] INFO git cat-file --batch 05:33:50 2025-11-05 05:33:50,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:50 2025-11-05 05:33:50,182 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:50 4.1.0-dev.17 [Pipeline] } 05:33:50 $ docker exec --env ******** --env ******** fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 ssh-agent -k 05:33:50 unset SSH_AUTH_SOCK; 05:33:50 unset SSH_AGENT_PID; 05:33:50 echo Agent pid 38 killed; 05:33:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:50 + git semver [Pipeline] } 05:33:50 $ docker stop --time=1 fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 05:33:52 $ docker rm -f --volumes fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 [Pipeline] // withDockerContainer [Pipeline] sh 05:33:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:33:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:33:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:53 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:33:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:33:53 $ docker top e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 -eo pid,comm 05:33:53 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). 05:33:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:33:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:33:53 [ssh-agent] Looking for ssh-agent implementation... 05:33:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:33:53 $ docker exec e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 ssh-agent 05:33:53 SSH_AUTH_SOCK=/tmp/ssh-h5yjLpmH2MpN/agent.32 05:33:53 SSH_AGENT_PID=38 05:33:53 Running ssh-add (command line suppressed) 05:33:53 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12798515069091587110.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12798515069091587110.key) 05:33:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:33:54 + git semver push 05:33:54 2025-11-05 05:33:54,270 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:33:54 2025-11-05 05:33:54,274 [run_push] DEBUG push 05:33:54 2025-11-05 05:33:54,275 [execute] INFO git cat-file --batch-check 05:33:54 2025-11-05 05:33:54,275 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:54 2025-11-05 05:33:54,276 [execute] INFO git rev-list f932db69fb7db7832f3c60102f2aba95cd04e705 -- 05:33:54 2025-11-05 05:33:54,276 [execute] DEBUG Popen(['git', 'rev-list', 'f932db69fb7db7832f3c60102f2aba95cd04e705', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:33:54 2025-11-05 05:33:54,284 [execute] INFO git fetch -v -- origin 05:33:54 2025-11-05 05:33:54,284 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:33:54 2025-11-05 05:33:54,863 [run_push] DEBUG no remote changes detected 05:33:54 2025-11-05 05:33:54,864 [execute] INFO git push origin semver 05:33:54 2025-11-05 05:33:54,864 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:33:55 2025-11-05 05:33:55,613 [run_push] DEBUG push all version tags 05:33:55 2025-11-05 05:33:55,614 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:33:55 2025-11-05 05:33:55,614 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 05:33:56 2025-11-05 05:33:56,414 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:33:56 4.1.0-dev.17 [Pipeline] } 05:33:56 $ docker exec --env ******** --env ******** e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 ssh-agent -k 05:33:56 unset SSH_AUTH_SOCK; 05:33:56 unset SSH_AGENT_PID; 05:33:56 echo Agent pid 38 killed; 05:33:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:57 + git semver [Pipeline] } 05:33:57 $ docker stop --time=1 e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 05:33:58 $ docker rm -f --volumes e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 [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 05:33:59 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 05:33:59 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 05:33:59 total 16 05:33:59 drwxr-xr-x 3 root root 4096 Nov 5 05:19 . 05:33:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 05:33 .. 05:33:59 drwxr-xr-x 2 root root 4096 Nov 5 05:19 cost 05:33:59 -rw-r--r-- 1 root root 86 Nov 5 05:19 cost.csv 05:33:59 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 05:33:59 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 05:33:59 total 16 05:33:59 drwxr-xr-x 3 jenkins jenkins 4096 Nov 5 05:19 . 05:33:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 05:33 .. 05:33:59 drwxr-xr-x 2 jenkins jenkins 4096 Nov 5 05:19 cost 05:33:59 -rw-r--r-- 1 jenkins jenkins 86 Nov 5 05:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:33:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:34:00 ---> package-listing.sh 05:34:00 ++ facter osfamily 05:34:00 ++ tr '[:upper:]' '[:lower:]' 05:34:00 + OS_FAMILY=debian 05:34:00 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 05:34:00 + START_PACKAGES=/tmp/packages_start.txt 05:34:00 + END_PACKAGES=/tmp/packages_end.txt 05:34:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:34:00 + PACKAGES=/tmp/packages_start.txt 05:34:00 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 05:34:00 + PACKAGES=/tmp/packages_end.txt 05:34:00 + case "${OS_FAMILY}" in 05:34:00 + dpkg -l 05:34:00 + grep '^ii' 05:34:00 + '[' -f /tmp/packages_start.txt ']' 05:34:00 + '[' -f /tmp/packages_end.txt ']' 05:34:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:34:00 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 05:34:00 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 05:34:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 05:34:00 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:34:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:34:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:34:01 prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container 05:34:01 $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 05:34:01 $ docker top f6581143cdc9d5f231c5ff7885837fe8970fde1c22c5432c62185ec21963c71d -eo pid,comm [Pipeline] { [Pipeline] sh 05:34:02 + touch /tmp/pre-build-complete [Pipeline] sh 05:34:02 + mkdir -p /var/log/sysstat [Pipeline] sh 05:34:02 + ls /var/log/sa-host 05:34:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:34:02 provisioning config files... 05:34:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12984378248649151546tmp [Pipeline] { [Pipeline] echo 05:34:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:34:03 ---> create-netrc.sh [Pipeline] } 05:34:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:34:03 ---> python-tools-install.sh [Pipeline] echo 05:34:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:34:03 ---> sudo-logs.sh 05:34:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:34:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:34:04 ---> job-cost.sh 05:34:04 lf-activate-venv: SKIPPING 05:34:04 DEBUG: total: 0.2199999988079071 05:34:04 INFO: Retrieving Stack Cost... 05:34:04 INFO: Retrieving Pricing Info for: v3-standard-8 05:34:05 INFO: Archiving Costs [Pipeline] echo 05:34:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:34:05 ---> logs-deploy.sh 05:34:05 lf-activate-venv: SKIPPING 05:34:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/222 05:34:05 INFO: archiving workspace using pattern(s): 05:34:06 Archives upload complete. 05:34:06 INFO: archiving logs to Nexus 05:34:07 ---> uname -a: 05:34:07 Linux prd-ubuntu20-04-docker-8c-8g-772558 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 05:34:07 05:34:07 05:34:07 ---> lscpu: 05:34:07 Architecture: x86_64 05:34:07 CPU op-mode(s): 32-bit, 64-bit 05:34:07 Byte Order: Little Endian 05:34:07 Address sizes: 40 bits physical, 48 bits virtual 05:34:07 CPU(s): 8 05:34:07 On-line CPU(s) list: 0-7 05:34:07 Thread(s) per core: 1 05:34:07 Core(s) per socket: 1 05:34:07 Socket(s): 8 05:34:07 NUMA node(s): 1 05:34:07 Vendor ID: AuthenticAMD 05:34:07 CPU family: 23 05:34:07 Model: 49 05:34:07 Model name: AMD EPYC-Rome Processor 05:34:07 Stepping: 0 05:34:07 CPU MHz: 2799.998 05:34:07 BogoMIPS: 5599.99 05:34:07 Virtualization: AMD-V 05:34:07 Hypervisor vendor: KVM 05:34:07 Virtualization type: full 05:34:07 L1d cache: 256 KiB 05:34:07 L1i cache: 256 KiB 05:34:07 L2 cache: 4 MiB 05:34:07 L3 cache: 128 MiB 05:34:07 NUMA node0 CPU(s): 0-7 05:34:07 Vulnerability Gather data sampling: Not affected 05:34:07 Vulnerability Itlb multihit: Not affected 05:34:07 Vulnerability L1tf: Not affected 05:34:07 Vulnerability Mds: Not affected 05:34:07 Vulnerability Meltdown: Not affected 05:34:07 Vulnerability Mmio stale data: Not affected 05:34:07 Vulnerability Retbleed: Vulnerable 05:34:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:34:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:34:07 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 05:34:07 Vulnerability Srbds: Not affected 05:34:07 Vulnerability Tsx async abort: Not affected 05:34:07 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 05:34:07 05:34:07 05:34:07 ---> nproc: 05:34:07 8 05:34:07 05:34:07 05:34:07 ---> df -h: 05:34:07 Filesystem Size Used Avail Use% Mounted on 05:34:07 overlay 155G 15G 141G 10% / 05:34:07 tmpfs 64M 0 64M 0% /dev 05:34:07 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:34:07 shm 64M 0 64M 0% /dev/shm 05:34:07 /dev/vda1 155G 15G 141G 10% /facter-os 05:34:07 05:34:07 05:34:07 ---> sar -b -r -n DEV: 05:34:07 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772558) 11/05/25 _x86_64_ (8 CPU) 05:34:07 05:34:07 05:13:41 LINUX RESTART (8 CPU) 05:34:07 05:34:07 05:14:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:34:07 05:15:01 407.12 74.71 332.41 0.00 13295.64 148759.04 0.00 05:34:07 05:16:01 205.73 4.50 201.23 0.00 41.19 107577.67 0.00 05:34:07 05:17:01 106.85 0.22 106.63 0.00 13.86 40667.13 0.00 05:34:07 05:18:01 2.17 0.00 2.17 0.00 0.00 25.73 0.00 05:34:07 05:19:01 34.84 2.72 32.13 0.00 2022.06 5276.59 0.00 05:34:07 05:20:01 64.26 1.13 63.13 0.00 2269.24 20596.33 0.00 05:34:07 05:21:01 3.25 0.02 3.23 0.00 0.13 84.39 0.00 05:34:07 05:22:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 05:34:07 05:23:01 1.23 0.00 1.23 0.00 0.00 13.20 0.00 05:34:07 05:24:01 1.07 0.00 1.07 0.00 0.00 13.86 0.00 05:34:07 05:25:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 05:34:07 05:26:01 1.15 0.00 1.15 0.00 0.00 19.60 0.00 05:34:07 05:27:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 05:34:07 05:28:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 05:34:07 05:29:01 1.35 0.02 1.33 0.00 0.13 19.59 0.00 05:34:07 05:30:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 05:34:07 05:31:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 05:34:07 05:32:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 05:34:07 05:33:01 35.05 0.13 34.92 0.00 11.86 24733.89 0.00 05:34:07 05:34:01 131.63 1.12 130.51 0.00 19.86 40417.13 0.00 05:34:07 Average: 49.64 4.11 45.53 0.00 862.96 19199.35 0.00 05:34:07 05:34:07 05:14:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:34:07 05:15:01 28349976 31460560 824440 2.51 93016 3286820 2102200 6.20 1126960 2981576 860 05:34:07 05:16:01 26724608 31493348 783672 2.38 159676 4710312 1837504 5.42 1617620 3942688 108104 05:34:07 05:17:01 26699860 31504644 771952 2.35 161748 4744452 1690136 4.98 1619536 3964924 416 05:34:07 05:18:01 26699412 31504560 771364 2.35 161784 4744584 1690136 4.98 1619148 3965052 168 05:34:07 05:19:01 26349980 31471172 791048 2.41 180236 5032116 1768388 5.21 1763352 4143124 64108 05:34:07 05:20:01 25676436 31469940 788776 2.40 208868 5621324 1752368 5.17 1945620 4573236 132 05:34:07 05:21:01 25676312 31469236 789064 2.40 208600 5621064 1741112 5.13 1945168 4572972 8 05:34:07 05:22:01 25684512 31477444 780820 2.38 208608 5621068 1741112 5.13 1937184 4572976 192 05:34:07 05:23:01 25686740 31479760 778448 2.37 208628 5621068 1741112 5.13 1935800 4572976 12 05:34:07 05:24:01 25693596 31486644 771468 2.35 208664 5621076 1741112 5.13 1927956 4572980 208 05:34:07 05:25:01 25693968 31487068 771036 2.35 208696 5621076 1741112 5.13 1928088 4572980 12 05:34:07 05:26:01 25694892 31488080 770180 2.34 208748 5621080 1741112 5.13 1927712 4572992 196 05:34:07 05:27:01 25695144 31488352 769832 2.34 208776 5621080 1741112 5.13 1927424 4573000 4 05:34:07 05:28:01 25695436 31488644 769480 2.34 208796 5621084 1741112 5.13 1927440 4573000 184 05:34:07 05:29:01 25694264 31487608 770468 2.34 208828 5621060 1773260 5.23 1927556 4572960 280 05:34:07 05:30:01 25694500 31487868 770168 2.34 208848 5621060 1773260 5.23 1927680 4572960 8 05:34:07 05:31:01 25693940 31487336 770592 2.34 208864 5621064 1773260 5.23 1928196 4572964 164 05:34:07 05:32:01 25694736 31488136 769772 2.34 208880 5621072 1773260 5.23 1927716 4572968 24 05:34:07 05:33:01 24894724 31470160 785964 2.39 225216 6332028 1824348 5.38 1962308 5283612 38960 05:34:07 05:34:01 24148588 31450104 802152 2.44 261564 6937176 1738996 5.13 2058372 5846900 956 05:34:07 Average: 25892081 31482033 780035 2.37 197852 5443083 1771301 5.22 1844042 4478842 10750 05:34:07 05:34:07 05:14:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:34:07 05:15:01 lo 5.17 5.17 0.53 0.53 0.00 0.00 0.00 0.00 05:34:07 05:15:01 ens3 707.26 501.14 8899.68 144.15 0.00 0.00 0.00 0.00 05:34:07 05:15:01 vethb025247 22.22 24.19 2.41 21.74 0.00 0.00 0.00 0.00 05:34:07 05:15:01 docker0 84.61 89.97 6.56 453.93 0.00 0.00 0.00 0.00 05:34:07 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:16:01 ens3 403.58 293.30 2999.19 41.35 0.00 0.00 0.00 0.00 05:34:07 05:16:01 docker0 273.22 366.74 23.60 2963.66 0.00 0.00 0.00 0.00 05:34:07 05:17:01 lo 5.60 5.60 0.57 0.57 0.00 0.00 0.00 0.00 05:34:07 05:17:01 ens3 75.59 56.15 168.99 208.49 0.00 0.00 0.00 0.00 05:34:07 05:17:01 docker0 4.88 10.76 0.35 128.35 0.00 0.00 0.00 0.00 05:34:07 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:18:01 ens3 0.87 0.28 0.15 0.08 0.00 0.00 0.00 0.00 05:34:07 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:19:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 05:34:07 05:19:01 ens3 208.05 140.31 2674.95 9.89 0.00 0.00 0.00 0.00 05:34:07 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:20:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 05:34:07 05:20:01 ens3 105.30 73.26 2845.40 11.91 0.00 0.00 0.00 0.00 05:34:07 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:21:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 05:34:07 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:22:01 ens3 0.38 0.13 0.03 0.01 0.00 0.00 0.00 0.00 05:34:07 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:23:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 05:34:07 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:24:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:34:07 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:25:01 ens3 0.30 0.08 0.09 0.06 0.00 0.00 0.00 0.00 05:34:07 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:26:01 ens3 0.28 0.10 0.03 0.01 0.00 0.00 0.00 0.00 05:34:07 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:27:01 ens3 0.28 0.02 0.08 0.00 0.00 0.00 0.00 0.00 05:34:07 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:28:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:34:07 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:29:01 ens3 0.17 0.02 0.02 0.00 0.00 0.00 0.00 0.00 05:34:07 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:30:01 ens3 0.40 0.18 0.10 0.07 0.00 0.00 0.00 0.00 05:34:07 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:31:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 05:34:07 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:07 05:32:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:34:07 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:33:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 05:34:07 05:33:01 ens3 128.44 88.32 4025.87 11.30 0.00 0.00 0.00 0.00 05:34:07 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:34:07 05:34:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 05:34:07 05:34:01 ens3 295.83 220.78 4170.71 176.43 0.00 0.00 0.00 0.00 05:34:07 05:34:01 docker0 63.89 75.05 6.22 885.39 0.00 0.00 0.00 0.00 05:34:07 Average: lo 0.79 0.79 0.08 0.08 0.00 0.00 0.00 0.00 05:34:07 Average: ens3 95.36 68.00 1276.56 30.00 0.00 0.00 0.00 0.00 05:34:07 Average: docker0 21.22 27.02 1.83 221.17 0.00 0.00 0.00 0.00 05:34:07 05:34:07 05:34:07 ---> sar -P ALL: 05:34:07 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772558) 11/05/25 _x86_64_ (8 CPU) 05:34:07 05:34:07 05:13:41 LINUX RESTART (8 CPU) 05:34:07 05:34:07 05:14:03 CPU %user %nice %system %iowait %steal %idle 05:34:07 05:15:01 all 9.83 0.00 3.44 3.09 0.09 83.55 05:34:07 05:15:01 0 7.50 0.00 2.30 0.70 0.07 89.44 05:34:07 05:15:01 1 11.06 0.00 3.24 1.53 0.10 84.06 05:34:07 05:15:01 2 11.58 0.00 2.80 0.10 0.09 85.42 05:34:07 05:15:01 3 11.00 0.00 2.82 3.76 0.09 82.33 05:34:07 05:15:01 4 7.70 0.00 3.47 1.23 0.09 87.52 05:34:07 05:15:01 5 11.44 0.00 3.57 7.52 0.09 77.38 05:34:07 05:15:01 6 6.90 0.00 3.96 1.21 0.09 87.85 05:34:07 05:15:01 7 11.48 0.00 5.36 8.75 0.09 74.32 05:34:07 05:16:01 all 45.00 0.00 7.76 1.72 0.12 45.40 05:34:07 05:16:01 0 44.63 0.00 7.88 0.62 0.12 46.75 05:34:07 05:16:01 1 46.40 0.00 8.56 6.36 0.12 38.57 05:34:07 05:16:01 2 45.13 0.00 8.34 2.22 0.12 44.19 05:34:07 05:16:01 3 45.35 0.00 7.55 1.57 0.12 45.40 05:34:07 05:16:01 4 46.21 0.00 7.49 0.69 0.12 45.49 05:34:07 05:16:01 5 45.33 0.00 7.58 0.73 0.12 46.25 05:34:07 05:16:01 6 41.14 0.00 7.31 1.07 0.12 50.36 05:34:07 05:16:01 7 45.82 0.00 7.41 0.49 0.12 46.16 05:34:07 05:17:01 all 22.98 0.00 3.68 0.90 0.08 72.37 05:34:07 05:17:01 0 23.51 0.00 3.83 1.93 0.08 70.65 05:34:07 05:17:01 1 22.26 0.00 3.95 0.23 0.07 73.49 05:34:07 05:17:01 2 21.98 0.00 3.80 1.51 0.07 72.65 05:34:07 05:17:01 3 23.92 0.00 3.56 0.10 0.07 72.36 05:34:07 05:17:01 4 24.54 0.00 3.37 0.30 0.08 71.71 05:34:07 05:17:01 5 22.61 0.00 3.67 2.72 0.10 70.90 05:34:07 05:17:01 6 21.00 0.00 3.53 0.17 0.07 75.24 05:34:07 05:17:01 7 24.00 0.00 3.71 0.22 0.07 72.00 05:34:07 05:18:01 all 0.27 0.00 0.01 0.01 0.01 99.71 05:34:07 05:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:34:07 05:18:01 1 0.08 0.00 0.00 0.00 0.00 99.92 05:34:07 05:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:18:01 3 0.00 0.00 0.02 0.03 0.00 99.95 05:34:07 05:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:34:07 05:18:01 5 1.97 0.00 0.00 0.00 0.02 98.01 05:34:07 05:18:01 6 0.00 0.00 0.02 0.02 0.00 99.97 05:34:07 05:18:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:34:07 05:19:01 all 1.51 0.00 0.70 0.30 0.02 97.47 05:34:07 05:19:01 0 1.54 0.00 0.60 0.05 0.05 97.76 05:34:07 05:19:01 1 1.23 0.00 0.72 0.32 0.02 97.72 05:34:07 05:19:01 2 0.87 0.00 1.75 0.38 0.02 96.98 05:34:07 05:19:01 3 1.79 0.00 0.42 0.08 0.03 97.67 05:34:07 05:19:01 4 0.97 0.00 0.75 0.25 0.02 98.01 05:34:07 05:19:01 5 2.73 0.00 0.35 0.02 0.02 96.89 05:34:07 05:19:01 6 0.82 0.00 0.35 0.95 0.02 97.86 05:34:07 05:19:01 7 2.09 0.00 0.65 0.37 0.02 96.88 05:34:07 05:20:01 all 2.99 0.00 1.65 0.70 0.04 94.62 05:34:07 05:20:01 0 3.23 0.00 1.69 0.35 0.03 94.70 05:34:07 05:20:01 1 2.93 0.00 1.51 3.18 0.05 92.33 05:34:07 05:20:01 2 3.39 0.00 2.30 0.05 0.05 94.21 05:34:07 05:20:01 3 3.05 0.00 1.48 0.42 0.05 95.00 05:34:07 05:20:01 4 2.23 0.00 1.54 0.94 0.05 95.23 05:34:07 05:20:01 5 2.76 0.00 1.77 0.02 0.03 95.42 05:34:07 05:20:01 6 1.89 0.00 1.29 0.57 0.03 96.21 05:34:07 05:20:01 7 4.44 0.00 1.64 0.03 0.03 93.85 05:34:07 05:21:01 all 0.06 0.00 0.06 0.01 0.01 99.86 05:34:07 05:21:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:34:07 05:21:01 1 0.12 0.00 0.05 0.07 0.02 99.75 05:34:07 05:21:01 2 0.18 0.00 0.13 0.00 0.02 99.67 05:34:07 05:21:01 3 0.10 0.00 0.05 0.02 0.00 99.83 05:34:07 05:21:01 4 0.02 0.00 0.07 0.00 0.02 99.90 05:34:07 05:21:01 5 0.02 0.00 0.05 0.00 0.00 99.93 05:34:07 05:21:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:34:07 05:21:01 7 0.02 0.00 0.05 0.00 0.00 99.93 05:34:07 05:22:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:34:07 05:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:22:01 1 0.05 0.00 0.02 0.02 0.02 99.90 05:34:07 05:22:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:34:07 05:22:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:34:07 05:22:01 4 0.07 0.00 0.03 0.02 0.02 99.87 05:34:07 05:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:23:01 all 0.05 0.00 0.01 0.00 0.01 99.93 05:34:07 05:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:23:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:34:07 05:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:34:07 05:23:01 3 0.30 0.00 0.00 0.00 0.00 99.70 05:34:07 05:23:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:34:07 05:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:34:07 05:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:34:07 05:24:01 1 0.00 0.00 0.02 0.02 0.02 99.95 05:34:07 05:24:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:34:07 05:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:34:07 05:24:01 4 0.02 0.00 0.03 0.02 0.02 99.92 05:34:07 05:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:34:07 05:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:25:01 1 0.05 0.00 0.00 0.02 0.02 99.92 05:34:07 05:25:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:34:07 05:25:01 3 0.08 0.00 0.02 0.00 0.00 99.90 05:34:07 05:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:34:07 05:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:34:07 05:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:34:07 05:34:07 05:25:01 CPU %user %nice %system %iowait %steal %idle 05:34:07 05:26:01 all 0.11 0.00 0.01 0.01 0.01 99.87 05:34:07 05:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:26:01 1 0.65 0.00 0.02 0.03 0.02 99.29 05:34:07 05:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:34:07 05:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:26:01 4 0.07 0.00 0.02 0.03 0.02 99.87 05:34:07 05:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:27:01 all 0.15 0.00 0.01 0.00 0.01 99.83 05:34:07 05:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:34:07 05:27:01 1 1.13 0.00 0.03 0.02 0.02 98.81 05:34:07 05:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:34:07 05:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:34:07 05:27:01 4 0.00 0.00 0.03 0.00 0.02 99.95 05:34:07 05:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:34:07 05:28:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:34:07 05:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:28:01 1 0.03 0.00 0.00 0.02 0.00 99.95 05:34:07 05:28:01 2 0.00 0.00 0.02 0.00 0.03 99.95 05:34:07 05:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:34:07 05:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:28:01 6 0.03 0.00 0.00 0.02 0.02 99.93 05:34:07 05:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:29:01 all 0.03 0.00 0.04 0.00 0.01 99.91 05:34:07 05:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:34:07 05:29:01 1 0.03 0.00 0.07 0.02 0.02 99.87 05:34:07 05:29:01 2 0.02 0.00 0.07 0.02 0.02 99.88 05:34:07 05:29:01 3 0.02 0.00 0.07 0.00 0.00 99.92 05:34:07 05:29:01 4 0.05 0.00 0.02 0.00 0.03 99.90 05:34:07 05:29:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:34:07 05:29:01 6 0.03 0.00 0.03 0.00 0.00 99.93 05:34:07 05:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:30:01 all 0.05 0.00 0.01 0.00 0.01 99.93 05:34:07 05:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:30:01 1 0.20 0.00 0.00 0.00 0.02 99.78 05:34:07 05:30:01 2 0.03 0.00 0.03 0.02 0.03 99.88 05:34:07 05:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:34:07 05:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:34:07 05:31:01 all 0.09 0.00 0.01 0.00 0.01 99.89 05:34:07 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:31:01 1 0.55 0.00 0.02 0.00 0.02 99.42 05:34:07 05:31:01 2 0.03 0.00 0.05 0.02 0.02 99.88 05:34:07 05:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:34:07 05:31:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:34:07 05:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:31:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:34:07 05:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:34:07 05:32:01 all 0.22 0.00 0.01 0.01 0.01 99.75 05:34:07 05:32:01 0 0.00 0.00 0.00 0.02 0.02 99.97 05:34:07 05:32:01 1 1.63 0.00 0.00 0.00 0.02 98.35 05:34:07 05:32:01 2 0.03 0.00 0.02 0.02 0.05 99.88 05:34:07 05:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:34:07 05:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:34:07 05:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:34:07 05:32:01 6 0.00 0.00 0.02 0.02 0.02 99.95 05:34:07 05:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:34:07 05:33:01 all 2.37 0.00 1.19 0.48 0.03 95.94 05:34:07 05:33:01 0 1.71 0.00 1.36 3.21 0.02 93.70 05:34:07 05:33:01 1 1.97 0.00 0.77 0.02 0.02 97.22 05:34:07 05:33:01 2 1.68 0.00 1.71 0.30 0.03 96.28 05:34:07 05:33:01 3 3.88 0.00 1.59 0.02 0.03 94.48 05:34:07 05:33:01 4 2.61 0.00 0.82 0.00 0.05 96.52 05:34:07 05:33:01 5 2.17 0.00 1.10 0.02 0.02 96.69 05:34:07 05:33:01 6 1.64 0.00 0.99 0.02 0.02 97.33 05:34:07 05:33:01 7 3.30 0.00 1.14 0.25 0.02 95.29 05:34:07 05:34:01 all 6.63 0.00 2.90 0.96 0.07 89.45 05:34:07 05:34:01 0 7.58 0.00 2.70 0.25 0.07 89.40 05:34:07 05:34:01 1 7.28 0.00 2.60 0.15 0.07 89.91 05:34:07 05:34:01 2 6.65 0.00 2.29 0.91 0.07 90.09 05:34:07 05:34:01 3 5.96 0.00 2.58 0.07 0.05 91.34 05:34:07 05:34:01 4 5.98 0.00 3.33 2.44 0.07 88.18 05:34:07 05:34:01 5 7.32 0.00 3.80 0.59 0.07 88.22 05:34:07 05:34:01 6 5.61 0.00 3.09 2.98 0.07 88.25 05:34:07 05:34:01 7 6.63 0.00 2.80 0.27 0.07 90.24 05:34:07 Average: all 4.58 0.00 1.06 0.40 0.03 93.93 05:34:07 Average: 0 4.46 0.00 1.02 0.35 0.03 94.15 05:34:07 Average: 1 4.84 0.00 1.07 0.59 0.03 93.46 05:34:07 Average: 2 4.54 0.00 1.16 0.28 0.04 93.99 05:34:07 Average: 3 4.74 0.00 1.00 0.30 0.03 93.94 05:34:07 Average: 4 4.50 0.00 1.04 0.29 0.03 94.13 05:34:07 Average: 5 4.78 0.00 1.09 0.56 0.02 93.55 05:34:07 Average: 6 3.92 0.00 1.02 0.35 0.02 94.70 05:34:07 Average: 7 4.85 0.00 1.13 0.50 0.02 93.50 05:34:07 05:34:07 05:34:07