Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2aa3f916c209823cc8b4c7ef285d19001d95210d 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-ssh2167893267273446526.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh7926422752559959861.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh9963907481054873752.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh13503340264152480113.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-ssh9146807304790970556.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] ========================================================= [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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 ‘prd-ubuntu20.04-docker-8c-8g-5072’ Running on prd-ubuntu20.04-docker-8c-8g-5078 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 2aa3f916c209823cc8b4c7ef285d19001d95210d (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480)" > git config core.sparsecheckout # timeout=10 > git checkout -f 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 > git rev-list --no-walk adb487e0ef91f3e6c8aed5a973806e043aaac6a0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:26:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:26:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:26:57 ========================================================= 01:26:57 EdgeX Global Pipelines Version Info 01:26:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:26:58 ------------------- 01:26:58 stable info: 01:26:58 ------------------- 01:26:58 Commited By: Ginny Guan ginny@iotechsys.com 01:26:58 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:26:58 Message: update stable to v1.0.274 01:26:58 ------------------- 01:26:58 experimental info: 01:26:58 ------------------- 01:26:58 Commited By: Ginny Guan ginny@iotechsys.com 01:26:58 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:26:58 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2aa3f91 [Pipeline] echo 01:26:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:59 provisioning config files... 01:26:59 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7013152488538883035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:00 ---> ****-login.sh 01:27:00 nexus3.edgexfoundry.org:10001 01:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:00 01:27:00 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:27:00 Configure a credential helper to remove this warning. See 01:27:00 https://docs.****.com/go/credential-store/ 01:27:00 01:27:00 Login Succeeded 01:27:00 nexus3.edgexfoundry.org:10002 01:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:00 01:27:00 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:27:00 Configure a credential helper to remove this warning. See 01:27:00 https://docs.****.com/go/credential-store/ 01:27:00 01:27:00 Login Succeeded 01:27:00 nexus3.edgexfoundry.org:10003 01:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:00 01:27:00 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:27:00 Configure a credential helper to remove this warning. See 01:27:00 https://docs.****.com/go/credential-store/ 01:27:00 01:27:00 Login Succeeded 01:27:00 nexus3.edgexfoundry.org:10004 01:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:00 01:27:00 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:27:00 Configure a credential helper to remove this warning. See 01:27:00 https://docs.****.com/go/credential-store/ 01:27:00 01:27:00 Login Succeeded 01:27:00 ****.io 01:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:00 01:27:00 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:27:00 Configure a credential helper to remove this warning. See 01:27:00 https://docs.****.com/go/credential-store/ 01:27:00 01:27:00 Login Succeeded 01:27:00 ---> ****-login.sh ends [Pipeline] } 01:27:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:27:01 + git rev-list -1 --merges 2aa3f916c209823cc8b4c7ef285d19001d95210d~1..2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo 01:27:01 -----------> git rev-list -1 --merges 2aa3f916c209823cc8b4c7ef285d19001d95210d~1..2aa3f916c209823cc8b4c7ef285d19001d95210d 2aa3f916c209823cc8b4c7ef285d19001d95210d [false] [Pipeline] sh 01:27:01 + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo 01:27:01 ========================================================= 01:27:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:27:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:27:02 + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo 01:27:02 [semverPrep] GIT_COMMIT: 2aa3f916c209823cc8b4c7ef285d19001d95210d, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480) [Pipeline] echo 01:27:02 [semverPrep] This is not a build commit. [Pipeline] sh 01:27:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:27:02 + grep -v github /etc/ssh/ssh_known_hosts 01:27:02 + [ -e /tmp/ssh_known_hosts ] 01:27:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:27:02 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 01:27:02 -a /etc/ssh/ssh_known_hosts 01:27:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:02 01:27:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:03 0.1.4: Pulling from edgex-devops/py-git-semver 01:27:03 3dae71ba6b94: Pulling fs layer 01:27:03 6bf1a483ea7c: Pulling fs layer 01:27:03 f5dfc541a4d3: Pulling fs layer 01:27:03 461d9e800cba: Pulling fs layer 01:27:03 80192f66455f: Pulling fs layer 01:27:03 2e8e34ca0e6c: Pulling fs layer 01:27:03 a29436f7fd5d: Pulling fs layer 01:27:03 923cac83aea3: Pulling fs layer 01:27:03 80192f66455f: Waiting 01:27:03 2e8e34ca0e6c: Waiting 01:27:03 461d9e800cba: Waiting 01:27:03 25ad8b0a4227: Pulling fs layer 01:27:03 a29436f7fd5d: Waiting 01:27:03 923cac83aea3: Waiting 01:27:03 db01528c6b51: Pulling fs layer 01:27:03 28988de357af: Pulling fs layer 01:27:03 25ad8b0a4227: Waiting 01:27:03 db01528c6b51: Waiting 01:27:03 28988de357af: Waiting 01:27:03 6bf1a483ea7c: Verifying Checksum 01:27:03 6bf1a483ea7c: Download complete 01:27:03 461d9e800cba: Verifying Checksum 01:27:03 461d9e800cba: Download complete 01:27:03 80192f66455f: Download complete 01:27:03 f5dfc541a4d3: Verifying Checksum 01:27:03 f5dfc541a4d3: Download complete 01:27:03 3dae71ba6b94: Verifying Checksum 01:27:03 3dae71ba6b94: Download complete 01:27:03 923cac83aea3: Verifying Checksum 01:27:03 923cac83aea3: Download complete 01:27:03 25ad8b0a4227: Verifying Checksum 01:27:03 25ad8b0a4227: Download complete 01:27:03 db01528c6b51: Verifying Checksum 01:27:03 db01528c6b51: Download complete 01:27:03 28988de357af: Verifying Checksum 01:27:03 28988de357af: Download complete 01:27:03 a29436f7fd5d: Verifying Checksum 01:27:03 a29436f7fd5d: Download complete 01:27:04 2e8e34ca0e6c: Verifying Checksum 01:27:04 2e8e34ca0e6c: Download complete 01:27:04 3dae71ba6b94: Pull complete 01:27:05 6bf1a483ea7c: Pull complete 01:27:06 f5dfc541a4d3: Pull complete 01:27:06 461d9e800cba: Pull complete 01:27:06 80192f66455f: Pull complete 01:27:10 2e8e34ca0e6c: Pull complete 01:27:11 a29436f7fd5d: Pull complete 01:27:11 923cac83aea3: Pull complete 01:27:11 25ad8b0a4227: Pull complete 01:27:11 db01528c6b51: Pull complete 01:27:11 28988de357af: Pull complete 01:27:11 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:11 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:27:11 $ 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 01:27:13 $ docker top 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da -eo pid,comm 01:27:13 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). 01:27:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:27:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:13 [ssh-agent] Looking for ssh-agent implementation... 01:27:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:13 $ docker exec 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent 01:27:13 SSH_AUTH_SOCK=/tmp/ssh-e6Osgu3OAOhB/agent.33 01:27:13 SSH_AGENT_PID=39 01:27:13 Running ssh-add (command line suppressed) 01:27:13 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18032104421634088805.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18032104421634088805.key) 01:27:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:14 + git tag --points-at HEAD [Pipeline] } 01:27:14 $ docker exec --env ******** --env ******** 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent -k 01:27:14 unset SSH_AUTH_SOCK; 01:27:14 unset SSH_AGENT_PID; 01:27:14 echo Agent pid 39 killed; 01:27:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:27:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:14 [ssh-agent] Looking for ssh-agent implementation... 01:27:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:14 $ docker exec 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent 01:27:14 SSH_AUTH_SOCK=/tmp/ssh-iP6ljFHwNULs/agent.73 01:27:14 SSH_AGENT_PID=79 01:27:14 Running ssh-add (command line suppressed) 01:27:14 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11362686461452086085.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11362686461452086085.key) 01:27:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:15 + git semver init 01:27:15 2025-07-14 01:27:15,261 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:27:15 2025-07-14 01:27:15,264 [run_init] DEBUG init version:0.0.0 force:False 01:27:15 2025-07-14 01:27:15,265 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 01:27:15 2025-07-14 01:27:15,265 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 01:27:15 2025-07-14 01:27:15,266 [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) 01:27:16 2025-07-14 01:27:16,638 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 01:27:16 2025-07-14 01:27:16,638 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 01:27:16 2025-07-14 01:27:16,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:27:16 2025-07-14 01:27:16,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:27:16 4.1.0-dev.7 [Pipeline] } 01:27:16 $ docker exec --env ******** --env ******** 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent -k 01:27:16 unset SSH_AUTH_SOCK; 01:27:16 unset SSH_AGENT_PID; 01:27:16 echo Agent pid 79 killed; 01:27:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:17 + git semver [Pipeline] } 01:27:17 $ docker stop --time=1 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da 01:27:18 $ docker rm -f --volumes 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da [Pipeline] // withDockerContainer [Pipeline] sh 01:27:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:27:19 Stashed 1 file(s) [Pipeline] echo 01:27:19 [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [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 01:27:19 provisioning config files... 01:27:19 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13486261798889825163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:20 ---> ****-login.sh 01:27:20 nexus3.edgexfoundry.org:10001 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 Login Succeeded 01:27:20 nexus3.edgexfoundry.org:10002 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 Login Succeeded 01:27:20 nexus3.edgexfoundry.org:10003 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 Login Succeeded 01:27:20 nexus3.edgexfoundry.org:10004 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 Login Succeeded 01:27:20 ****.io 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:21 Login Succeeded 01:27:21 ---> ****-login.sh ends [Pipeline] } 01:27:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:27:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:21 ========================================================= 01:27:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:27:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:21 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 01:27:22 #0 building with "default" instance using docker driver 01:27:22 01:27:22 #1 [internal] load build definition from Dockerfile 01:27:22 #1 transferring dockerfile: 1.74kB done 01:27:22 #1 DONE 0.0s 01:27:22 01:27:22 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:22 #2 DONE 0.1s 01:27:22 01:27:22 #3 [internal] load .dockerignore 01:27:22 #3 transferring context: 193B done 01:27:22 #3 DONE 0.0s 01:27:22 01:27:22 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:27:22 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 01:27:22 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:27:22 #4 ... 01:27:22 01:27:22 #5 [internal] load build context 01:27:22 #5 transferring context: 21.60MB 0.2s done 01:27:22 #5 DONE 0.2s 01:27:22 01:27:22 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:27:22 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s 01:27:22 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 01:27:22 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 01:27:22 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:27:22 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s 01:27:22 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 01:27:22 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 01:27:22 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 01:27:22 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s 01:27:22 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:27:22 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.10MB / 100.52MB 0.2s 01:27:22 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:27:22 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 01:27:22 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s 01:27:22 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 01:27:22 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 44.04MB / 74.06MB 0.4s 01:27:22 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 17.83MB / 100.52MB 0.4s 01:27:22 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 01:27:22 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 01:27:22 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.4s 01:27:22 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.5s 01:27:22 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 26.21MB / 100.52MB 0.5s 01:27:22 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done 01:27:22 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 01:27:22 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 61.87MB / 100.52MB 0.7s 01:27:23 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 01:27:23 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 82.84MB / 100.52MB 0.8s 01:27:23 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 01:27:23 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s 01:27:23 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done 01:27:28 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.8s done 01:27:28 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:27:28 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:27:28 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:27:28 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 01:27:28 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 01:27:28 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 01:27:28 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 01:27:30 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.4s done 01:27:30 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 01:27:31 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done 01:27:31 #4 DONE 9.0s 01:27:31 01:27:31 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:27:31 #6 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:31 #6 0.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:32 #6 0.824 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:27:32 #6 0.834 (2/4) Installing libedit (20240517.3.1-r0) 01:27:32 #6 0.842 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:27:32 #6 0.867 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:27:32 #6 0.880 Executing busybox-1.36.1-r29.trigger 01:27:32 #6 0.890 OK: 252 MiB in 62 packages 01:27:33 #6 DONE 2.5s 01:27:33 01:27:33 #7 [builder 3/7] WORKDIR /device-rest-go 01:27:33 #7 DONE 0.0s 01:27:33 01:27:33 #8 [builder 4/7] COPY go.mod vendor* ./ 01:27:33 #8 DONE 0.0s 01:27:33 01:27:33 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:34 Still waiting to schedule task 01:27:34 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5076’ 01:28:22 #9 DONE 47.0s 01:28:22 01:28:22 #10 [builder 6/7] COPY . . 01:28:22 #10 DONE 0.1s 01:28:22 01:28:22 #11 [builder 7/7] RUN echo noop 01:28:22 #11 0.208 noop 01:28:22 #11 DONE 0.3s 01:28:22 01:28:22 #12 exporting to image 01:28:22 #12 exporting layers 01:28:29 #12 exporting layers 7.9s done 01:28:29 #12 writing image sha256:53705f1fb306f495b79acf7931d16ef4b3c33ff1b08017105da8e84a3ef30df3 done 01:28:29 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:28:29 #12 DONE 7.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:29 + docker inspect -f . ci-base-image-x86_64 01:28:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:29 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:28:29 $ 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 01:28:30 $ docker top 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:30 + go version 01:28:30 go version go1.23.9 linux/amd64 [Pipeline] } 01:28:30 $ docker stop --time=1 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b 01:28:31 $ docker rm -f --volumes 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:32 + docker inspect -f . ci-base-image-x86_64 01:28:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:32 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:28:32 $ 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 01:28:32 $ docker top 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:32 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 01:28:33 + make test 01:28:33 go test ./... -coverprofile=coverage.out ./... 01:28:34 ? github.com/edgexfoundry/device-rest-go [no test files] 01:28:56 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:28:56 ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 32.2% of statements 01:29:06 go vet ./... 01:29:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:29:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:29:13 ./bin/test-attribution-txt.sh 01:29:13 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:29:13 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:29:13 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:29:13 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:29:13 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:29:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:29:13 $ docker stop --time=1 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 01:29:14 $ docker rm -f --volumes 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 [Pipeline] // withDockerContainer [Pipeline] sh 01:29:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:29:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:29:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:29:16 + ls -al . 01:29:16 total 244 01:29:16 drwxrwxr-x 9 jenkins jenkins 4096 Jul 14 01:28 . 01:29:16 drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 01:26 .. 01:29:16 -rw-rw-r-- 1 jenkins jenkins 151 Jul 14 01:26 .dockerignore 01:29:16 drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:28 .git 01:29:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 .github 01:29:16 -rw-rw-r-- 1 jenkins jenkins 264 Jul 14 01:26 .gitignore 01:29:16 -rw-rw-r-- 1 jenkins jenkins 41 Jul 14 01:26 .golangci.yml 01:29:16 drwxr-xr-x 3 jenkins jenkins 4096 Jul 14 01:27 .semver 01:29:16 -rw-rw-r-- 1 jenkins jenkins 20138 Jul 14 01:26 Attribution.txt 01:29:16 -rw-rw-r-- 1 jenkins jenkins 18492 Jul 14 01:26 CHANGELOG.md 01:29:16 -rw-rw-r-- 1 jenkins jenkins 1697 Jul 14 01:26 Dockerfile 01:29:16 -rw-rw-r-- 1 jenkins jenkins 677 Jul 14 01:26 GOVERNANCE.md 01:29:16 -rw-rw-r-- 1 jenkins jenkins 680 Jul 14 01:26 Jenkinsfile 01:29:16 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 14 01:26 LICENSE 01:29:16 -rw-rw-r-- 1 jenkins jenkins 2598 Jul 14 01:26 Makefile 01:29:16 -rw-rw-r-- 1 jenkins jenkins 620 Jul 14 01:26 OWNERS.md 01:29:16 -rw-rw-r-- 1 jenkins jenkins 3989 Jul 14 01:26 README.md 01:29:16 -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 01:27 VERSION 01:29:16 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:26 bin 01:29:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 cmd 01:29:16 -rw-r--r-- 1 jenkins jenkins 14565 Jul 14 01:28 coverage.out 01:29:16 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:26 driver 01:29:16 -rw-rw-r-- 1 jenkins jenkins 6272 Jul 14 01:26 go.mod 01:29:16 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 14 01:26 go.sum 01:29:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 openapi 01:29:16 -rw-rw-r-- 1 jenkins jenkins 713 Jul 14 01:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:16 + 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=2aa3f916c209823cc8b4c7ef285d19001d95210d --label arch=amd64 --label version=4.1.0-dev.7 . 01:29:16 #0 building with "default" instance using docker driver 01:29:16 01:29:16 #1 [internal] load build definition from Dockerfile 01:29:16 #1 transferring dockerfile: 1.74kB done 01:29:16 #1 DONE 0.0s 01:29:16 01:29:16 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:29:16 #2 DONE 0.0s 01:29:16 01:29:16 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:29:17 #3 DONE 0.6s 01:29:17 01:29:17 #4 [internal] load .dockerignore 01:29:17 #4 transferring context: 193B done 01:29:17 #4 DONE 0.0s 01:29:17 01:29:17 #5 [internal] load build context 01:29:17 #5 transferring context: 18.46kB done 01:29:17 #5 DONE 0.0s 01:29:17 01:29:17 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:29:17 #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:29:17 #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:29:17 #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:29:17 #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:29:17 #6 DONE 0.0s 01:29:17 01:29:17 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:29:17 #7 DONE 0.1s 01:29:17 01:29:17 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:29:17 #8 0.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:17 #8 0.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:18 #8 0.787 (1/1) Installing dumb-init (1.2.5-r3) 01:29:18 #8 0.796 Executing busybox-1.36.1-r29.trigger 01:29:18 #8 0.801 OK: 8 MiB in 15 packages 01:29:18 #8 DONE 0.9s 01:29:18 01:29:18 #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:29:18 #9 0.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:18 #9 0.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:18 #9 0.778 OK: 252 MiB in 62 packages 01:29:18 #9 DONE 0.9s 01:29:18 01:29:18 #10 [builder 3/7] WORKDIR /device-rest-go 01:29:18 #10 DONE 0.0s 01:29:18 01:29:18 #11 [builder 4/7] COPY go.mod vendor* ./ 01:29:18 #11 DONE 0.0s 01:29:18 01:29:18 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:29:18 #12 0.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:18 #12 ... 01:29:18 01:29:18 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:18 #13 DONE 0.5s 01:29:18 01:29:18 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:29:18 #12 0.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:19 #12 ... 01:29:19 01:29:19 #14 [builder 6/7] COPY . . 01:29:19 #14 DONE 0.1s 01:29:19 01:29:19 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:29:19 #12 0.798 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:29:19 #12 0.921 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:29:19 #12 0.934 OK: 8 MiB in 15 packages 01:29:19 #12 DONE 1.1s 01:29:19 01:29:19 #15 [builder 7/7] RUN make build 01:29:19 #15 0.217 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:29:45 #15 DONE 25.4s 01:29:45 01:29:45 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 01:29:45 #16 DONE 0.1s 01:29:45 01:29:45 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 01:29:45 #17 DONE 0.0s 01:29:45 01:29:45 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 01:29:45 #18 DONE 0.0s 01:29:45 01:29:45 #19 exporting to image 01:29:45 #19 exporting layers 01:29:45 #19 exporting layers 0.2s done 01:29:45 #19 writing image sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:29:45 #19 naming to docker.io/library/device-rest done 01:29:45 #19 DONE 0.2s 01:29:45 01:29:45 1 warning found (use docker --debug to expand): 01:29:45  - 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 01:29:46 provisioning config files... 01:29:46 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config682283325648667003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:46 ---> ****-login.sh 01:29:46 nexus3.edgexfoundry.org:10001 01:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:46 Login Succeeded 01:29:46 nexus3.edgexfoundry.org:10002 01:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:46 Login Succeeded 01:29:46 nexus3.edgexfoundry.org:10003 01:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:46 Login Succeeded 01:29:46 nexus3.edgexfoundry.org:10004 01:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:46 Login Succeeded 01:29:46 ****.io 01:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:46 Login Succeeded 01:29:46 ---> ****-login.sh ends [Pipeline] } 01:29:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:46 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 01:29:46 2aa3f916c209823cc8b4c7ef285d19001d95210d 01:29:46 latest 01:29:46 4.1.0-dev.7 01:29:46 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:29:46 main 01:29:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:47 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:47 + docker push nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:29:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:29:47 d4c1c2a250bd: Preparing 01:29:47 231a73734d45: Preparing 01:29:47 ceb85ca5794d: Preparing 01:29:47 220d4861af3f: Preparing 01:29:47 7fdc7f85bebe: Preparing 01:29:47 994456c4fd7b: Preparing 01:29:47 994456c4fd7b: Waiting 01:29:47 d4c1c2a250bd: Pushed 01:29:47 231a73734d45: Pushed 01:29:47 7fdc7f85bebe: Pushed 01:29:47 994456c4fd7b: Layer already exists 01:29:48 220d4861af3f: Pushed 01:29:51 ceb85ca5794d: Pushed 01:29:51 2aa3f916c209823cc8b4c7ef285d19001d95210d: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:51 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 01:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:29:52 d4c1c2a250bd: Preparing 01:29:52 231a73734d45: Preparing 01:29:52 ceb85ca5794d: Preparing 01:29:52 220d4861af3f: Preparing 01:29:52 7fdc7f85bebe: Preparing 01:29:52 994456c4fd7b: Preparing 01:29:52 994456c4fd7b: Waiting 01:29:52 231a73734d45: Layer already exists 01:29:52 220d4861af3f: Layer already exists 01:29:52 d4c1c2a250bd: Layer already exists 01:29:52 7fdc7f85bebe: Layer already exists 01:29:52 ceb85ca5794d: Layer already exists 01:29:52 994456c4fd7b: Layer already exists 01:29:52 latest: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 01:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:29:52 d4c1c2a250bd: Preparing 01:29:52 231a73734d45: Preparing 01:29:52 ceb85ca5794d: Preparing 01:29:52 220d4861af3f: Preparing 01:29:52 7fdc7f85bebe: Preparing 01:29:52 994456c4fd7b: Preparing 01:29:52 994456c4fd7b: Waiting 01:29:52 7fdc7f85bebe: Layer already exists 01:29:52 231a73734d45: Layer already exists 01:29:52 ceb85ca5794d: Layer already exists 01:29:52 220d4861af3f: Layer already exists 01:29:52 d4c1c2a250bd: Layer already exists 01:29:52 994456c4fd7b: Layer already exists 01:29:52 4.1.0-dev.7: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker push nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:29:53 d4c1c2a250bd: Preparing 01:29:53 231a73734d45: Preparing 01:29:53 ceb85ca5794d: Preparing 01:29:53 220d4861af3f: Preparing 01:29:53 7fdc7f85bebe: Preparing 01:29:53 994456c4fd7b: Preparing 01:29:53 994456c4fd7b: Waiting 01:29:53 231a73734d45: Layer already exists 01:29:53 ceb85ca5794d: Layer already exists 01:29:53 7fdc7f85bebe: Layer already exists 01:29:53 d4c1c2a250bd: Layer already exists 01:29:53 220d4861af3f: Layer already exists 01:29:53 994456c4fd7b: Layer already exists 01:29:53 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:54 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 01:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:29:54 d4c1c2a250bd: Preparing 01:29:54 231a73734d45: Preparing 01:29:54 ceb85ca5794d: Preparing 01:29:54 220d4861af3f: Preparing 01:29:54 7fdc7f85bebe: Preparing 01:29:54 994456c4fd7b: Preparing 01:29:54 994456c4fd7b: Waiting 01:29:54 231a73734d45: Layer already exists 01:29:54 ceb85ca5794d: Layer already exists 01:29:54 d4c1c2a250bd: Layer already exists 01:29:54 220d4861af3f: Layer already exists 01:29:54 7fdc7f85bebe: Layer already exists 01:29:54 994456c4fd7b: Layer already exists 01:29:54 main: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:54 ===================================================== [Pipeline] echo 01:29:54 taggedImages: 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 01:29:54 ========================================================= 01:29:54 [edgeXBuildMultiArch] RAW Config: 01:29:54 images: 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:29:54 - nexus3.edgexfoundry.org:10004/device-rest:main 01:29:54 settingsFile: 01:29:54 device-rest-go-settings 01:29:54 ========================================================= [Pipeline] node 01:30:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5080 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 01:30:01 Running in /w/workspace/device-rest-go/206 [Pipeline] { [Pipeline] checkout 01:30:04 The recommended git tool is: git 01:30:09 Still waiting to schedule task 01:30:09 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:30:15 using credential edgex-jenkins-ssh 01:30:15 Cloning the remote Git repository 01:30:15 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:30:15 > git init /w/workspace/device-rest-go/206 # timeout=10 01:30:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:30:15 > git --version # timeout=10 01:30:15 > git --version # 'git version 2.25.1' 01:30:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:30:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:30:19 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:30:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:30:20 Avoid second fetch 01:30:20 Checking out Revision 2aa3f916c209823cc8b4c7ef285d19001d95210d (main) 01:30:20 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480)" 01:30:20 > git config core.sparsecheckout # timeout=10 01:30:20 > git checkout -f 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:30:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:30:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:30:25 Dload Upload Total Spent Left Speed 01:30:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh 01:30:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:30:26 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 01:30:26 /etc/docker/daemon.new 01:30:26 { 01:30:26 "registry-mirrors": [ 01:30:26 "https://nexus3.edgexfoundry.org:10001" 01:30:26 ], 01:30:26 "bip": "10.250.0.254/24", 01:30:26 "hosts": [ 01:30:26 "tcp://0.0.0.0:5555", 01:30:26 "unix:///var/run/docker.sock" 01:30:26 ], 01:30:26 "mtu": 1458, 01:30:26 "selinux-enabled": true, 01:30:26 "seccomp-profile": "/etc/docker/seccomp.json" 01:30:26 } [Pipeline] sh 01:30:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:30:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:30:45 provisioning config files... 01:30:45 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/206@tmp/config7898582393205835084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:30:45 ---> ****-login.sh 01:30:45 nexus3.edgexfoundry.org:10001 01:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:46 Configure a credential helper to remove this warning. See 01:30:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:46 01:30:46 Login Succeeded 01:30:46 nexus3.edgexfoundry.org:10002 01:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:46 Configure a credential helper to remove this warning. See 01:30:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:46 01:30:46 Login Succeeded 01:30:46 nexus3.edgexfoundry.org:10003 01:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:47 Configure a credential helper to remove this warning. See 01:30:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:47 01:30:47 Login Succeeded 01:30:47 nexus3.edgexfoundry.org:10004 01:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:47 Configure a credential helper to remove this warning. See 01:30:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:47 01:30:47 Login Succeeded 01:30:47 ****.io 01:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:47 Configure a credential helper to remove this warning. See 01:30:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:47 01:30:47 Login Succeeded 01:30:47 ---> ****-login.sh ends [Pipeline] } 01:30:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:30:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:30:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:30:48 ========================================================= 01:30:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:30:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 01:30:48 Sending build context to Docker daemon 141.8kB 01:30:48 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 01:30:48 Step 2/12 : FROM ${BASE} AS builder 01:30:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:30:49 94e9d8af2201: Pulling fs layer 01:30:49 a6c56e8762df: Pulling fs layer 01:30:49 f0f3c8884826: Pulling fs layer 01:30:49 c7e7622c144d: Pulling fs layer 01:30:49 4f4fb700ef54: Pulling fs layer 01:30:49 e8859aadc426: Pulling fs layer 01:30:49 b4813487a9f6: Pulling fs layer 01:30:49 502a3d64fb4b: Pulling fs layer 01:30:49 c7e7622c144d: Waiting 01:30:49 4f4fb700ef54: Waiting 01:30:49 e8859aadc426: Waiting 01:30:49 b4813487a9f6: Waiting 01:30:49 502a3d64fb4b: Waiting 01:30:49 a6c56e8762df: Download complete 01:30:49 c7e7622c144d: Verifying Checksum 01:30:49 c7e7622c144d: Download complete 01:30:49 4f4fb700ef54: Verifying Checksum 01:30:49 4f4fb700ef54: Download complete 01:30:49 e8859aadc426: Verifying Checksum 01:30:49 e8859aadc426: Download complete 01:30:49 94e9d8af2201: Verifying Checksum 01:30:49 94e9d8af2201: Download complete 01:30:49 502a3d64fb4b: Verifying Checksum 01:30:49 502a3d64fb4b: Download complete 01:30:51 94e9d8af2201: Pull complete 01:30:51 f0f3c8884826: Verifying Checksum 01:30:51 f0f3c8884826: Download complete 01:30:51 a6c56e8762df: Pull complete 01:30:52 b4813487a9f6: Verifying Checksum 01:30:52 b4813487a9f6: Download complete 01:31:07 f0f3c8884826: Pull complete 01:31:07 c7e7622c144d: Pull complete 01:31:07 4f4fb700ef54: Pull complete 01:31:07 e8859aadc426: Pull complete 01:31:09 Running on prd-centos7-docker-4c-2g-5083 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:31:10 provisioning config files... 01:31:10 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3290675408147124093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:13 b4813487a9f6: Pull complete 01:31:14 ---> ****-login.sh 01:31:14 nexus3.edgexfoundry.org:10001 01:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:31:14 Configure a credential helper to remove this warning. See 01:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:31:14 01:31:14 Login Succeeded 01:31:14 nexus3.edgexfoundry.org:10002 01:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:31:14 Configure a credential helper to remove this warning. See 01:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:31:14 01:31:14 Login Succeeded 01:31:14 nexus3.edgexfoundry.org:10003 01:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:31:14 Configure a credential helper to remove this warning. See 01:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:31:14 01:31:14 Login Succeeded 01:31:14 nexus3.edgexfoundry.org:10004 01:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:31:14 Configure a credential helper to remove this warning. See 01:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:31:14 01:31:14 Login Succeeded 01:31:14 ****.io 01:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:31:14 Configure a credential helper to remove this warning. See 01:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:31:14 01:31:14 Login Succeeded 01:31:14 ---> ****-login.sh ends [Pipeline] } 01:31:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:31:15 + docker buildx ls 01:31:15 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:31:15 default * docker 01:31:15 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:31:15 502a3d64fb4b: Pull complete 01:31:15 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:31:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:31:15 ---> 3bb21d53e231 01:31:15 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:31:15 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:31:15 edgex-builder [Pipeline] sh 01:31:16 + docker buildx inspect --bootstrap 01:31:16 #1 [internal] booting buildkit 01:31:16 #1 pulling image moby/buildkit:buildx-stable-1 01:31:17 ---> Running in 183fa2706c9e 01:31:17 Removing intermediate container 183fa2706c9e 01:31:17 ---> 1b6b8807dc81 01:31:17 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:31:17 ---> Running in e88d7d932fad 01:31:18 Removing intermediate container e88d7d932fad 01:31:18 ---> eeba095ce46a 01:31:18 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:31:18 ---> Running in 9757dfc377dc 01:31:18 Removing intermediate container 9757dfc377dc 01:31:18 ---> 9837091e2027 01:31:18 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:31:18 ---> Running in 628a188c8f4e 01:31:18 Removing intermediate container 628a188c8f4e 01:31:18 ---> 98d1316331b0 01:31:18 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:31:18 ---> Running in 31e8b0cd56f7 01:31:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:31:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:31:20 #1 pulling image moby/buildkit:buildx-stable-1 3.9s done 01:31:20 #1 creating container buildx_buildkit_edgex-builder0 01:31:21 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:31:21 (2/4) Installing libedit (20240517.3.1-r0) 01:31:21 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:31:21 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:31:21 Executing busybox-1.36.1-r29.trigger 01:31:21 OK: 244 MiB in 62 packages 01:31:22 Removing intermediate container 31e8b0cd56f7 01:31:22 ---> e12f593630db 01:31:22 Step 8/12 : WORKDIR /device-rest-go 01:31:23 #1 creating container buildx_buildkit_edgex-builder0 2.8s done 01:31:23 #1 DONE 6.7s 01:31:23 Name: edgex-builder 01:31:23 Driver: docker-container 01:31:23 01:31:23 Nodes: 01:31:23 Name: edgex-builder0 01:31:23 Endpoint: unix:///var/run/docker.sock 01:31:23 Status: running 01:31:23 Buildkit: v0.22.0 01:31:23 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:31:23 ---> Running in ddc61d8c1ba3 01:31:23 + docker buildx ls 01:31:23 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:31:23 edgex-builder * docker-container 01:31:23 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:31:23 default docker 01:31:23 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:31:23 Removing intermediate container ddc61d8c1ba3 01:31:23 ---> a2275236c4c4 01:31:23 Step 9/12 : COPY go.mod vendor* ./ 01:31:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d --push - 01:31:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d' 01:31:23 #1 [internal] load build definition from Dockerfile 01:31:23 #1 transferring dockerfile: 196B done 01:31:23 #1 DONE 0.0s 01:31:23 01:31:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:31:23 #2 DONE 0.1s 01:31:23 01:31:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:31:23 #3 DONE 0.1s 01:31:23 01:31:23 #4 [internal] load .dockerignore 01:31:23 #4 transferring context: 2B done 01:31:23 #4 DONE 0.0s 01:31:23 01:31:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:23 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:23 #5 DONE 0.0s 01:31:23 01:31:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:23 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:23 #6 DONE 0.1s 01:31:23 01:31:23 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:31:23 #7 DONE 0.0s 01:31:23 01:31:23 #8 exporting to image 01:31:23 #8 exporting layers done 01:31:23 #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done 01:31:23 #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:31:23 #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b 0.0s done 01:31:23 #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done 01:31:23 #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done 01:31:23 #8 pushing layers 0.1s done 01:31:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 01:31:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:31:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done 01:31:24 #8 DONE 0.2s 01:31:24 01:31:24 1 warning found (use --debug to expand): 01:31:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:31:24 ---> d4d844fbaba1 01:31:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:24 ---> Running in 948bdd0718f3 01:31:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 01:31:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 01:31:24 #1 [internal] load build definition from Dockerfile 01:31:24 #1 transferring dockerfile: 162B done 01:31:24 #1 DONE 0.0s 01:31:24 01:31:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:31:24 #2 DONE 0.0s 01:31:24 01:31:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:31:24 #3 DONE 0.0s 01:31:24 01:31:24 #4 [internal] load .dockerignore 01:31:24 #4 transferring context: 2B done 01:31:24 #4 DONE 0.0s 01:31:24 01:31:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:24 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:24 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done 01:31:24 #5 CACHED 01:31:24 01:31:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:24 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.2s done 01:31:24 #6 CACHED 01:31:24 01:31:24 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:31:24 #7 DONE 0.0s 01:31:24 01:31:24 #8 exporting to image 01:31:24 #8 exporting layers done 01:31:24 #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done 01:31:24 #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:31:24 #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done 01:31:24 #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done 01:31:24 #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done 01:31:24 #8 pushing layers 0.0s done 01:31:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done 01:31:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:31:24 #8 DONE 0.1s 01:31:24 01:31:24 1 warning found (use --debug to expand): 01:31:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:31:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7' 01:31:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 --push - 01:31:25 #1 [internal] load build definition from Dockerfile 01:31:25 #1 transferring dockerfile: 167B done 01:31:25 #1 DONE 0.0s 01:31:25 01:31:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 01:31:25 #2 DONE 0.0s 01:31:25 01:31:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 01:31:25 #3 DONE 0.0s 01:31:25 01:31:25 #4 [internal] load .dockerignore 01:31:25 #4 transferring context: 2B done 01:31:25 #4 DONE 0.0s 01:31:25 01:31:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:25 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:25 #5 DONE 0.0s 01:31:25 01:31:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:25 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:25 #6 CACHED 01:31:25 01:31:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:25 #5 CACHED 01:31:25 01:31:25 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:31:25 #7 DONE 0.0s 01:31:25 01:31:25 #8 exporting to image 01:31:25 #8 exporting layers done 01:31:25 #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done 01:31:25 #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:31:25 #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done 01:31:25 #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done 01:31:25 #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done 01:31:25 #8 pushing layers 0.0s done 01:31:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done 01:31:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:31:25 #8 DONE 0.1s 01:31:25 01:31:25 1 warning found (use --debug to expand): 01:31:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:31:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7' 01:31:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 --push - 01:31:26 #1 [internal] load build definition from Dockerfile 01:31:26 #1 transferring dockerfile: 208B done 01:31:26 #1 DONE 0.3s 01:31:26 01:31:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:31:26 #2 DONE 0.1s 01:31:26 01:31:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:31:26 #3 DONE 0.1s 01:31:26 01:31:26 #4 [internal] load .dockerignore 01:31:26 #4 transferring context: 2B done 01:31:26 #4 DONE 0.1s 01:31:26 01:31:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:26 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done 01:31:26 #5 CACHED 01:31:26 01:31:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:26 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done 01:31:26 #6 CACHED 01:31:26 01:31:26 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:31:26 #7 DONE 0.0s 01:31:26 01:31:26 #8 exporting to image 01:31:26 #8 exporting layers done 01:31:26 #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done 01:31:26 #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:31:26 #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done 01:31:26 #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done 01:31:26 #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done 01:31:26 #8 pushing layers 0.0s done 01:31:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done 01:31:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:31:26 #8 DONE 0.1s 01:31:26 01:31:26 1 warning found (use --debug to expand): 01:31:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:31:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 01:31:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 01:31:27 #1 [internal] load build definition from Dockerfile 01:31:27 #1 transferring dockerfile: 160B done 01:31:27 #1 DONE 0.0s 01:31:27 01:31:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:31:27 #2 DONE 0.0s 01:31:27 01:31:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:31:27 #3 DONE 0.0s 01:31:27 01:31:27 #4 [internal] load .dockerignore 01:31:27 #4 transferring context: 2B done 01:31:27 #4 DONE 0.0s 01:31:27 01:31:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:27 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:27 #5 CACHED 01:31:27 01:31:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 01:31:27 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done 01:31:27 #6 CACHED 01:31:27 01:31:27 #7 exporting to image 01:31:27 #7 exporting layers done 01:31:27 #7 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done 01:31:27 #7 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done 01:31:27 #7 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done 01:31:27 #7 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done 01:31:27 #7 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done 01:31:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:31:27 #7 pushing layers 0.0s done 01:31:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done 01:31:27 #7 DONE 0.1s 01:31:27 01:31:27 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:31:27 #8 DONE 0.0s 01:31:27 01:31:27 1 warning found (use --debug to expand): 01:31:27  - 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 01:31:27 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:31:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:31:28 ---> package-listing.sh 01:31:28 ++ tr '[:upper:]' '[:lower:]' 01:31:28 ++ facter osfamily 01:31:28 + OS_FAMILY=redhat 01:31:28 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:31:28 + START_PACKAGES=/tmp/packages_start.txt 01:31:28 + END_PACKAGES=/tmp/packages_end.txt 01:31:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:31:28 + PACKAGES=/tmp/packages_start.txt 01:31:28 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:31:28 + PACKAGES=/tmp/packages_end.txt 01:31:28 + case "${OS_FAMILY}" in 01:31:28 + rpm -qa 01:31:28 + sort 01:31:29 + '[' -f /tmp/packages_start.txt ']' 01:31:29 + '[' -f /tmp/packages_end.txt ']' 01:31:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:31:29 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:31:29 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:31:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 01:31:29 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 01:31:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:30 01:31:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:30 latest: Pulling from edgex-lftools-log-publisher 01:31:30 5eb5b503b376: Pulling fs layer 01:31:30 5c69ac0246d0: Pulling fs layer 01:31:30 ec43610c2a17: Pulling fs layer 01:31:30 3a2ae6a8a46f: Pulling fs layer 01:31:30 33b1e0a273af: Pulling fs layer 01:31:30 5d3b04190fa2: Pulling fs layer 01:31:30 2f39f015ded8: Pulling fs layer 01:31:30 3a2ae6a8a46f: Waiting 01:31:30 33b1e0a273af: Waiting 01:31:30 5d3b04190fa2: Waiting 01:31:30 2f39f015ded8: Waiting 01:31:30 5c69ac0246d0: Verifying Checksum 01:31:30 5c69ac0246d0: Download complete 01:31:30 3a2ae6a8a46f: Verifying Checksum 01:31:30 3a2ae6a8a46f: Download complete 01:31:30 33b1e0a273af: Verifying Checksum 01:31:30 33b1e0a273af: Download complete 01:31:30 5d3b04190fa2: Verifying Checksum 01:31:30 5d3b04190fa2: Download complete 01:31:30 ec43610c2a17: Verifying Checksum 01:31:30 ec43610c2a17: Download complete 01:31:30 5eb5b503b376: Verifying Checksum 01:31:30 5eb5b503b376: Download complete 01:31:31 2f39f015ded8: Download complete 01:31:32 5eb5b503b376: Pull complete 01:31:32 5c69ac0246d0: Pull complete 01:31:32 ec43610c2a17: Pull complete 01:31:32 3a2ae6a8a46f: Pull complete 01:31:32 33b1e0a273af: Pull complete 01:31:32 5d3b04190fa2: Pull complete 01:31:37 2f39f015ded8: Pull complete 01:31:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:37 prd-centos7-docker-4c-2g-5083 does not seem to be running inside a container 01:31:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:31:44 $ docker top a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:45 + touch /tmp/pre-build-complete [Pipeline] sh 01:31:45 + mkdir -p /var/log/sysstat [Pipeline] sh 01:31:45 + ls /var/log/sa-host 01:31:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:31:46 provisioning config files... 01:31:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config887869066805395346tmp [Pipeline] { [Pipeline] echo 01:31:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:31:46 ---> create-netrc.sh [Pipeline] } 01:31:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:31:46 ---> python-tools-install.sh [Pipeline] echo 01:31:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:31:47 ---> sudo-logs.sh 01:31:47 Archiving 'sudo' log.. 01:31:47 sudo: unable to resolve host prd-centos7-docker-4c-2g-5083.novalocal: Name or service not known 01:31:47 sudo: unable to resolve host prd-centos7-docker-4c-2g-5083.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:31:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:31:47 ---> job-cost.sh 01:31:47 lf-activate-venv: SKIPPING 01:31:47 INFO: No Stack... 01:31:47 INFO: Retrieving Pricing Info for: v3-standard-2 01:31:47 INFO: Archiving Costs [Pipeline] echo 01:31:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:31:48 ---> logs-deploy.sh 01:31:48 lf-activate-venv: SKIPPING 01:31:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/206 01:31:48 INFO: archiving workspace using pattern(s): 01:31:49 Archives upload complete. 01:31:49 INFO: archiving logs to Nexus 01:31:50 ---> uname -a: 01:31:50 Linux prd-centos7-docker-4c-2g-5083.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 01:31:50 01:31:50 01:31:50 ---> lscpu: 01:31:50 Architecture: x86_64 01:31:50 CPU op-mode(s): 32-bit, 64-bit 01:31:50 Byte Order: Little Endian 01:31:50 Address sizes: 40 bits physical, 48 bits virtual 01:31:50 CPU(s): 2 01:31:50 On-line CPU(s) list: 0,1 01:31:50 Thread(s) per core: 1 01:31:50 Core(s) per socket: 1 01:31:50 Socket(s): 2 01:31:50 NUMA node(s): 1 01:31:50 Vendor ID: AuthenticAMD 01:31:50 CPU family: 23 01:31:50 Model: 49 01:31:50 Model name: AMD EPYC-Rome Processor 01:31:50 Stepping: 0 01:31:50 CPU MHz: 2800.000 01:31:50 BogoMIPS: 5600.00 01:31:50 Virtualization: AMD-V 01:31:50 Hypervisor vendor: KVM 01:31:50 Virtualization type: full 01:31:50 L1d cache: 64 KiB 01:31:50 L1i cache: 64 KiB 01:31:50 L2 cache: 1 MiB 01:31:50 L3 cache: 32 MiB 01:31:50 NUMA node0 CPU(s): 0,1 01:31:50 Vulnerability Itlb multihit: Not affected 01:31:50 Vulnerability L1tf: Not affected 01:31:50 Vulnerability Mds: Not affected 01:31:50 Vulnerability Meltdown: Not affected 01:31:50 Vulnerability Mmio stale data: Not affected 01:31:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:31:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:31:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:31:50 Vulnerability Srbds: Not affected 01:31:50 Vulnerability Tsx async abort: Not affected 01:31:50 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 01:31:50 01:31:50 01:31:50 ---> nproc: 01:31:50 2 01:31:50 01:31:50 01:31:50 ---> df -h: 01:31:50 Filesystem Size Used Avail Use% Mounted on 01:31:50 overlay 40G 7.3G 33G 19% / 01:31:50 tmpfs 64M 0 64M 0% /dev 01:31:50 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:31:50 shm 64M 0 64M 0% /dev/shm 01:31:50 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:31:50 01:31:50 01:31:50 Cannot open /var/log/sysstat/sa14: No such file or directory 01:31:50 Please check if data collecting is enabled 01:31:50 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:50 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:31:50 $ docker stop --time=1 a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f 01:31:51 $ docker rm -f --volumes a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:31:51 [WS-CLEANUP] Deleting project workspace... 01:31:51 [WS-CLEANUP] Deferred wipeout is used... 01:31:51 [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 01:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:52 01:31:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:52 latest: Pulling from edgex-lftools-log-publisher 01:31:52 5eb5b503b376: Pulling fs layer 01:31:52 5c69ac0246d0: Pulling fs layer 01:31:52 ec43610c2a17: Pulling fs layer 01:31:52 3a2ae6a8a46f: Pulling fs layer 01:31:52 33b1e0a273af: Pulling fs layer 01:31:52 5d3b04190fa2: Pulling fs layer 01:31:52 2f39f015ded8: Pulling fs layer 01:31:52 33b1e0a273af: Waiting 01:31:52 5d3b04190fa2: Waiting 01:31:52 2f39f015ded8: Waiting 01:31:52 3a2ae6a8a46f: Waiting 01:31:52 5c69ac0246d0: Verifying Checksum 01:31:52 5c69ac0246d0: Download complete 01:31:52 3a2ae6a8a46f: Verifying Checksum 01:31:52 3a2ae6a8a46f: Download complete 01:31:52 33b1e0a273af: Verifying Checksum 01:31:52 33b1e0a273af: Download complete 01:31:52 ec43610c2a17: Verifying Checksum 01:31:52 ec43610c2a17: Download complete 01:31:52 5d3b04190fa2: Verifying Checksum 01:31:52 5d3b04190fa2: Download complete 01:31:52 5eb5b503b376: Verifying Checksum 01:31:52 5eb5b503b376: Download complete 01:31:53 2f39f015ded8: Download complete 01:31:54 5eb5b503b376: Pull complete 01:31:54 5c69ac0246d0: Pull complete 01:31:55 ec43610c2a17: Pull complete 01:31:55 3a2ae6a8a46f: Pull complete 01:31:55 33b1e0a273af: Pull complete 01:31:55 5d3b04190fa2: Pull complete 01:32:01 2f39f015ded8: Pull complete 01:32:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:32:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:01 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:32:01 $ 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 01:32:03 $ docker top aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:03 ---> job-cost.sh 01:32:03 lf-activate-venv: SKIPPING 01:32:03 INFO: No Stack... 01:32:04 INFO: Retrieving Pricing Info for: v3-standard-8 01:32:04 INFO: Archiving Costs [Pipeline] sh 01:32:04 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 01:32:04 + cut -d, -f6 [Pipeline] lock 01:32:04 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] 01:32:04 Resource [jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] did not exist. Created. 01:32:04 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:32:05 + echo total: 0.2199999988079071 [Pipeline] stash 01:32:05 Stashed 1 file(s) [Pipeline] } 01:32:05 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] // lock [Pipeline] } 01:32:05 $ docker stop --time=1 aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 01:32:06 $ docker rm -f --volumes aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:33:46 Removing intermediate container 948bdd0718f3 01:33:46 ---> 415fbf9fbeaa 01:33:46 Step 11/12 : COPY . . 01:33:46 ---> 0430ab80073e 01:33:46 Step 12/12 : RUN $MAKE 01:33:46 ---> Running in 948cf7e7da7e 01:33:46 noop 01:33:46 Removing intermediate container 948cf7e7da7e 01:33:46 ---> 81ee10fc6235 01:33:46 Successfully built 81ee10fc6235 01:33:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:46 + docker inspect -f . ci-base-image-arm64 01:33:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:46 prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container 01:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@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 01:33:47 $ docker top 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:48 + go version 01:33:48 go version go1.23.9 linux/arm64 [Pipeline] } 01:33:48 $ docker stop --time=1 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 01:33:50 $ docker rm -f --volumes 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:51 + docker inspect -f . ci-base-image-arm64 01:33:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:51 prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container 01:33:51 $ 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/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@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 01:33:52 $ docker top 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:53 + git config --global --add safe.directory /w/workspace/device-rest-go/206 [Pipeline] fileExists [Pipeline] sh 01:33:54 + make test 01:33:54 go test ./... -coverprofile=coverage.out ./... 01:34:00 ? github.com/edgexfoundry/device-rest-go [no test files] 01:37:22 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:37:22 ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 32.2% of statements 01:37:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:37:22 go vet ./... 01:38:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:38:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:38:09 ./bin/test-attribution-txt.sh 01:38:09 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:38:09 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:38:09 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:38:09 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:38:09 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:38:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:38:09 $ docker stop --time=1 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c 01:38:11 $ docker rm -f --volumes 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c [Pipeline] // withDockerContainer [Pipeline] sh 01:38:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:38:13 Warning: overwriting stash ‘coverage-report’ 01:38:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:38:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:38:14 + ls -al . 01:38:14 total 240 01:38:14 drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:33 . 01:38:14 drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 01:30 .. 01:38:14 -rw-rw-r-- 1 jenkins jenkins 151 Jul 14 01:30 .dockerignore 01:38:14 drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:30 .git 01:38:14 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 .github 01:38:14 -rw-rw-r-- 1 jenkins jenkins 264 Jul 14 01:30 .gitignore 01:38:14 -rw-rw-r-- 1 jenkins jenkins 41 Jul 14 01:30 .golangci.yml 01:38:14 -rw-rw-r-- 1 jenkins jenkins 20138 Jul 14 01:30 Attribution.txt 01:38:14 -rw-rw-r-- 1 jenkins jenkins 18492 Jul 14 01:30 CHANGELOG.md 01:38:14 -rw-rw-r-- 1 jenkins jenkins 1697 Jul 14 01:30 Dockerfile 01:38:14 -rw-rw-r-- 1 jenkins jenkins 677 Jul 14 01:30 GOVERNANCE.md 01:38:14 -rw-rw-r-- 1 jenkins jenkins 680 Jul 14 01:30 Jenkinsfile 01:38:14 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 14 01:30 LICENSE 01:38:14 -rw-rw-r-- 1 jenkins jenkins 2598 Jul 14 01:30 Makefile 01:38:14 -rw-rw-r-- 1 jenkins jenkins 620 Jul 14 01:30 OWNERS.md 01:38:14 -rw-rw-r-- 1 jenkins jenkins 3989 Jul 14 01:30 README.md 01:38:14 -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 01:27 VERSION 01:38:14 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:30 bin 01:38:14 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 cmd 01:38:14 -rw-r--r-- 1 jenkins jenkins 14565 Jul 14 01:37 coverage.out 01:38:14 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:30 driver 01:38:14 -rw-rw-r-- 1 jenkins jenkins 6272 Jul 14 01:30 go.mod 01:38:14 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 14 01:30 go.sum 01:38:14 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 openapi 01:38:14 -rw-rw-r-- 1 jenkins jenkins 713 Jul 14 01:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:14 + 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=2aa3f916c209823cc8b4c7ef285d19001d95210d --label arch=arm64 --label version=4.1.0-dev.7 . 01:38:14 Sending build context to Docker daemon 157.2kB 01:38:14 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 01:38:14 Step 2/26 : FROM ${BASE} AS builder 01:38:14 ---> 81ee10fc6235 01:38:14 Step 3/26 : ARG ADD_BUILD_TAGS="" 01:38:14 ---> Running in 3e98db27bff6 01:38:15 Removing intermediate container 3e98db27bff6 01:38:15 ---> 3b2bc2edbefa 01:38:15 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:38:15 ---> Running in 1d597540b9d9 01:38:15 Removing intermediate container 1d597540b9d9 01:38:15 ---> ed28faa10c54 01:38:15 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:38:15 ---> Running in eff2917fee64 01:38:15 Removing intermediate container eff2917fee64 01:38:15 ---> 895d2103dab8 01:38:15 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 01:38:15 ---> Running in 4b7d3483fccc 01:38:16 Removing intermediate container 4b7d3483fccc 01:38:16 ---> bf70c96c9940 01:38:16 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:38:16 ---> Running in aefd24a61364 01:38:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:38:20 OK: 244 MiB in 62 packages 01:38:21 Removing intermediate container aefd24a61364 01:38:21 ---> 2b9aaf6a3536 01:38:21 Step 8/26 : WORKDIR /device-rest-go 01:38:21 ---> Running in b77765cb4f27 01:38:21 Removing intermediate container b77765cb4f27 01:38:21 ---> fc394dfd7a6f 01:38:21 Step 9/26 : COPY go.mod vendor* ./ 01:38:22 ---> 6ea439307420 01:38:22 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:38:22 ---> Running in a599891a444b 01:38:24 Removing intermediate container a599891a444b 01:38:24 ---> 58bbb1d51c08 01:38:24 Step 11/26 : COPY . . 01:38:24 ---> aee1752c2a60 01:38:24 Step 12/26 : RUN $MAKE 01:38:24 ---> Running in 95ae53136b3b 01:38:25 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:41:47 Removing intermediate container 95ae53136b3b 01:41:47 ---> a33a0cd31b8a 01:41:47 Step 13/26 : FROM alpine:3.20 01:41:47 3.20: Pulling from library/alpine 01:41:47 94e9d8af2201: Already exists 01:41:47 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:41:47 Status: Downloaded newer image for alpine:3.20 01:41:47 ---> 7aab056cecc6 01:41:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:41:47 ---> Running in 1d9f23507462 01:41:47 Removing intermediate container 1d9f23507462 01:41:47 ---> ce0dbc36757e 01:41:47 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 01:41:47 ---> Running in 628dd4c71f46 01:41:47 Removing intermediate container 628dd4c71f46 01:41:47 ---> aaf009e029a9 01:41:47 Step 16/26 : RUN apk add --update --no-cache dumb-init 01:41:47 ---> Running in f8f24fbe8873 01:41:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:41:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:41:49 (1/1) Installing dumb-init (1.2.5-r3) 01:41:49 Executing busybox-1.36.1-r29.trigger 01:41:49 OK: 9 MiB in 15 packages 01:41:50 Removing intermediate container f8f24fbe8873 01:41:50 ---> 95a0acceeca7 01:41:50 Step 17/26 : RUN apk --no-cache upgrade 01:41:50 ---> Running in 58bfb450fc27 01:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:41:53 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:41:53 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:41:53 OK: 9 MiB in 15 packages 01:41:54 Removing intermediate container 58bfb450fc27 01:41:54 ---> d0ed89e377be 01:41:54 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 01:41:55 ---> 77d5f7430b8b 01:41:55 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 01:41:56 ---> 2335dc604699 01:41:56 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 01:41:57 ---> 14704116c601 01:41:57 Step 21/26 : EXPOSE 59986 01:41:57 ---> Running in c1c788688bd7 01:41:58 Removing intermediate container c1c788688bd7 01:41:58 ---> f2bf8cc71ddd 01:41:58 Step 22/26 : ENTRYPOINT ["/device-rest"] 01:41:58 ---> Running in b741b47daad7 01:41:58 Removing intermediate container b741b47daad7 01:41:58 ---> 0beb515b194c 01:41:58 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:41:58 ---> Running in 08c539a6c4d9 01:41:59 Removing intermediate container 08c539a6c4d9 01:41:59 ---> 832c840bce5f 01:41:59 Step 24/26 : LABEL arch=arm64 01:41:59 ---> Running in 0a100d7fa6af 01:41:59 Removing intermediate container 0a100d7fa6af 01:41:59 ---> 02c1f9470e70 01:41:59 Step 25/26 : LABEL git_sha=2aa3f916c209823cc8b4c7ef285d19001d95210d 01:41:59 ---> Running in ccea6146c34d 01:41:59 Removing intermediate container ccea6146c34d 01:41:59 ---> 8db85d80e1dc 01:41:59 Step 26/26 : LABEL version=4.1.0-dev.7 01:41:59 ---> Running in e5ed1ce8b618 01:42:00 Removing intermediate container e5ed1ce8b618 01:42:00 ---> c7d3f157622f 01:42:00 [Warning] One or more build-args [ARCH] were not consumed 01:42:00 Successfully built c7d3f157622f 01:42:00 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 01:42:00 provisioning config files... 01:42:00 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/206@tmp/config14177697215581985570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:42:00 ---> ****-login.sh 01:42:00 nexus3.edgexfoundry.org:10001 01:42:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:42:00 Configure a credential helper to remove this warning. See 01:42:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:42:00 01:42:00 Login Succeeded 01:42:00 nexus3.edgexfoundry.org:10002 01:42:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:42:01 Configure a credential helper to remove this warning. See 01:42:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:42:01 01:42:01 Login Succeeded 01:42:01 nexus3.edgexfoundry.org:10003 01:42:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:42:01 Configure a credential helper to remove this warning. See 01:42:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:42:01 01:42:01 Login Succeeded 01:42:01 nexus3.edgexfoundry.org:10004 01:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:42:02 Configure a credential helper to remove this warning. See 01:42:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:42:02 01:42:02 Login Succeeded 01:42:02 ****.io 01:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:42:02 Configure a credential helper to remove this warning. See 01:42:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:42:02 01:42:02 Login Succeeded 01:42:02 ---> ****-login.sh ends [Pipeline] } 01:42:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:42:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:42:02 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 01:42:02 2aa3f916c209823cc8b4c7ef285d19001d95210d 01:42:02 latest 01:42:02 4.1.0-dev.7 01:42:02 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:42:02 main 01:42:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:03 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:03 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:42:03 043a6a33ba3e: Preparing 01:42:03 56ff98581f16: Preparing 01:42:03 9a079ea25508: Preparing 01:42:03 5b7121112f39: Preparing 01:42:03 b472914f9bc2: Preparing 01:42:03 dd9c8f8612c8: Preparing 01:42:03 dd9c8f8612c8: Waiting 01:42:03 56ff98581f16: Pushed 01:42:03 b472914f9bc2: Pushed 01:42:03 043a6a33ba3e: Pushed 01:42:03 dd9c8f8612c8: Layer already exists 01:42:05 5b7121112f39: Pushed 01:42:11 9a079ea25508: Pushed 01:42:11 2aa3f916c209823cc8b4c7ef285d19001d95210d: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:12 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:12 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 01:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:42:12 043a6a33ba3e: Preparing 01:42:12 56ff98581f16: Preparing 01:42:12 9a079ea25508: Preparing 01:42:12 5b7121112f39: Preparing 01:42:12 b472914f9bc2: Preparing 01:42:12 dd9c8f8612c8: Preparing 01:42:12 dd9c8f8612c8: Waiting 01:42:12 043a6a33ba3e: Layer already exists 01:42:12 b472914f9bc2: Layer already exists 01:42:12 9a079ea25508: Layer already exists 01:42:12 5b7121112f39: Layer already exists 01:42:12 56ff98581f16: Layer already exists 01:42:12 dd9c8f8612c8: Layer already exists 01:42:12 latest: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:13 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:13 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 01:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:42:13 043a6a33ba3e: Preparing 01:42:13 56ff98581f16: Preparing 01:42:13 9a079ea25508: Preparing 01:42:13 5b7121112f39: Preparing 01:42:13 b472914f9bc2: Preparing 01:42:13 dd9c8f8612c8: Preparing 01:42:13 dd9c8f8612c8: Waiting 01:42:13 56ff98581f16: Layer already exists 01:42:13 043a6a33ba3e: Layer already exists 01:42:13 5b7121112f39: Layer already exists 01:42:13 9a079ea25508: Layer already exists 01:42:13 b472914f9bc2: Layer already exists 01:42:13 dd9c8f8612c8: Layer already exists 01:42:13 4.1.0-dev.7: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:14 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:14 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:42:14 043a6a33ba3e: Preparing 01:42:14 56ff98581f16: Preparing 01:42:14 9a079ea25508: Preparing 01:42:14 5b7121112f39: Preparing 01:42:14 b472914f9bc2: Preparing 01:42:14 dd9c8f8612c8: Preparing 01:42:14 dd9c8f8612c8: Waiting 01:42:14 9a079ea25508: Layer already exists 01:42:14 56ff98581f16: Layer already exists 01:42:14 043a6a33ba3e: Layer already exists 01:42:14 b472914f9bc2: Layer already exists 01:42:14 5b7121112f39: Layer already exists 01:42:14 dd9c8f8612c8: Layer already exists 01:42:14 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:15 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:15 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 01:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:42:15 043a6a33ba3e: Preparing 01:42:15 56ff98581f16: Preparing 01:42:15 9a079ea25508: Preparing 01:42:15 5b7121112f39: Preparing 01:42:15 b472914f9bc2: Preparing 01:42:15 dd9c8f8612c8: Preparing 01:42:15 dd9c8f8612c8: Waiting 01:42:15 56ff98581f16: Layer already exists 01:42:15 9a079ea25508: Layer already exists 01:42:15 b472914f9bc2: Layer already exists 01:42:15 5b7121112f39: Layer already exists 01:42:15 043a6a33ba3e: Layer already exists 01:42:15 dd9c8f8612c8: Layer already exists 01:42:15 main: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:42:15 ===================================================== [Pipeline] echo 01:42:15 taggedImages: 01:42:15 - nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d 01:42:15 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 01:42:15 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 01:42:15 - nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 01:42:15 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 01:42:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo 01:42:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 01:42:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [Pipeline] echo 01:42:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] echo 01:42:15 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 01:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:42:16 01:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:42:16 arm64: Pulling from edgex-lftools-log-publisher 01:42:16 8998bd30e6a1: Pulling fs layer 01:42:16 04944245beec: Pulling fs layer 01:42:16 699f458cf7ca: Pulling fs layer 01:42:16 765212b225bb: Pulling fs layer 01:42:16 f23df028b6ca: Pulling fs layer 01:42:16 d65c8cfc05b1: Pulling fs layer 01:42:16 2437ff75d9bd: Pulling fs layer 01:42:16 d65c8cfc05b1: Waiting 01:42:16 765212b225bb: Waiting 01:42:16 f23df028b6ca: Waiting 01:42:16 04944245beec: Verifying Checksum 01:42:16 04944245beec: Download complete 01:42:16 765212b225bb: Verifying Checksum 01:42:16 765212b225bb: Download complete 01:42:16 f23df028b6ca: Verifying Checksum 01:42:16 f23df028b6ca: Download complete 01:42:16 d65c8cfc05b1: Verifying Checksum 01:42:16 d65c8cfc05b1: Download complete 01:42:17 699f458cf7ca: Verifying Checksum 01:42:17 699f458cf7ca: Download complete 01:42:17 8998bd30e6a1: Verifying Checksum 01:42:17 8998bd30e6a1: Download complete 01:42:20 2437ff75d9bd: Verifying Checksum 01:42:20 2437ff75d9bd: Download complete 01:42:21 8998bd30e6a1: Pull complete 01:42:22 04944245beec: Pull complete 01:42:24 699f458cf7ca: Pull complete 01:42:24 765212b225bb: Pull complete 01:42:25 f23df028b6ca: Pull complete 01:42:25 d65c8cfc05b1: Pull complete 01:42:43 2437ff75d9bd: Pull complete 01:42:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:42:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:42:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:43 prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container 01:42:43 $ 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/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@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 01:42:46 $ docker top a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:42:47 ---> job-cost.sh 01:42:47 lf-activate-venv: SKIPPING 01:42:47 INFO: No Stack... 01:42:48 INFO: Retrieving Pricing Info for: v3-standard-4 01:42:49 INFO: Archiving Costs [Pipeline] sh 01:42:49 + + cut -d, -f6 01:42:49 cat /w/workspace/device-rest-go/206/archives/cost.csv [Pipeline] lock 01:42:49 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] 01:42:49 Resource [jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] did not exist. Created. 01:42:49 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:42:50 /w/workspace/device-rest-go/206@tmp/durable-e27148de/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:42:50 + echo total: 0.10999999940395355 [Pipeline] stash 01:42:50 Warning: overwriting stash ‘stack-cost’ 01:42:50 Stashed 1 file(s) [Pipeline] } 01:42:50 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] // lock [Pipeline] } 01:42:50 $ docker stop --time=1 a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f 01:42:52 $ docker rm -f --volumes a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f [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 01:42:52 provisioning config files... 01:42:52 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7079832442353508849tmp [Pipeline] { [Pipeline] sh 01:42:53 + set +x 01:42:53 + curl -s https://codecov.io/bash 01:42:53 + bash -s -- 01:42:53 01:42:53 _____ _ 01:42:53 / ____| | | 01:42:53 | | ___ __| | ___ ___ _____ __ 01:42:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:42:53 | |___| (_) | (_| | __/ (_| (_) \ V / 01:42:53 \_____\___/ \__,_|\___|\___\___/ \_/ 01:42:53 Bash-1.0.6 01:42:53 01:42:53 01:42:53 ==> git version 2.25.1 found 01:42:53 ==> 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 01:42:53 Release-Date: 2020-01-08 01:42:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:42:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:42:53 ==> Jenkins CI detected. 01:42:53 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 01:42:53 project root: . 01:42:53 --> token set from env 01:42:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:42:53 ==> Running gcov in . (disable via -X gcov) 01:42:53 ==> Python coveragepy not found 01:42:53 ==> Searching for coverage reports in: 01:42:53 + . 01:42:53 -> Found 1 reports 01:42:53 ==> Detecting git/mercurial file structure 01:42:53 ==> Reading reports 01:42:53 + ./coverage.out bytes=14565 01:42:53 ==> Appending adjustments 01:42:53 https://docs.codecov.io/docs/fixing-reports 01:42:53 + Found adjustments 01:42:53 ==> Gzipping contents 01:42:53 4.0K /tmp/codecov.rne32t.gz 01:42:53 ==> Uploading reports 01:42:53 url: https://codecov.io 01:42:53 query: branch=main&commit=2aa3f916c209823cc8b4c7ef285d19001d95210d&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:42:53 -> Pinging Codecov 01:42:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2aa3f916c209823cc8b4c7ef285d19001d95210d&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:42:53 -> Uploading to 01:42:53 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/2aa3f916c209823cc8b4c7ef285d19001d95210d/14d93b3b-f6be-4545-bf6a-6cd4e7e57ef4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250714%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250714T014253Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ab01ee1589c48001675470c65dbace44c13a258b3c18498d02abf4b8c458f51a 01:42:53 % Total % Received % Xferd Average Speed Time Time Time Current 01:42:53 Dload Upload Total Spent Left Speed 01:42:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 8489 --:--:-- --:--:-- --:--:-- 8489 01:42:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } 01:42:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:42:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:42:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:42:54 01:42:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:42:54 latest: Pulling from edgex-devops/edgex-snyk-go 01:42:54 0a9a5dfd008f: Already exists 01:42:54 36466aa92d05: Already exists 01:42:54 e10405b45d13: Already exists 01:42:54 096b7ceb2af7: Already exists 01:42:54 4f4fb700ef54: Already exists 01:42:54 e50aa161e22a: Pulling fs layer 01:42:54 d3c8db5fb9df: Pulling fs layer 01:42:55 e50aa161e22a: Verifying Checksum 01:42:55 e50aa161e22a: Download complete 01:42:55 e50aa161e22a: Pull complete 01:42:56 d3c8db5fb9df: Verifying Checksum 01:42:56 d3c8db5fb9df: Download complete 01:43:01 d3c8db5fb9df: Pull complete 01:43:01 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 01:43:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:43:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:01 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:01 $ 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 01:43:02 $ docker top 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:03 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 01:43:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 01:43:03 + set -o pipefail 01:43:03 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 01:43:11 01:43:11 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 01:43:11 01:43:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/c72d7165-f41c-4007-a23d-88a73228e02d 01:43:11 01:43:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:43:11 01:43:11 01:43:11 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 01:43:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:43:12 $ docker stop --time=1 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 01:43:14 $ docker rm -f --volumes 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 [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 01:43:15 + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] sh 01:43:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:43:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:43:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:16 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:16 $ 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 01:43:16 $ docker top ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e -eo pid,comm 01:43:16 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). 01:43:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:43:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:43:16 [ssh-agent] Looking for ssh-agent implementation... 01:43:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:43:16 $ docker exec ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e ssh-agent 01:43:16 SSH_AUTH_SOCK=/tmp/ssh-F2m25QcsRhyI/agent.33 01:43:16 SSH_AGENT_PID=39 01:43:16 Running ssh-add (command line suppressed) 01:43:16 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7822258919351069553.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7822258919351069553.key) 01:43:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:43:17 + git semver tag 01:43:17 2025-07-14 01:43:17,454 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:43:17 2025-07-14 01:43:17,459 [run_tag] DEBUG tag force:False 01:43:17 2025-07-14 01:43:17,459 [check_head_tag] DEBUG check head tag 01:43:17 2025-07-14 01:43:17,459 [execute] INFO git cat-file --batch-check 01:43:17 2025-07-14 01:43:17,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 01:43:17 2025-07-14 01:43:17,462 [execute] INFO git cat-file --batch 01:43:17 2025-07-14 01:43:17,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 01:43:17 2025-07-14 01:43:17,474 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:17 2025-07-14 01:43:17,474 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 01:43:17 2025-07-14 01:43:17,475 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 01:43:17 2025-07-14 01:43:17,479 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:17 4.1.0-dev.7 [Pipeline] } 01:43:17 $ docker exec --env ******** --env ******** ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e ssh-agent -k 01:43:17 unset SSH_AUTH_SOCK; 01:43:17 unset SSH_AGENT_PID; 01:43:17 echo Agent pid 39 killed; 01:43:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:43:17 + git semver [Pipeline] } 01:43:18 $ docker stop --time=1 ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e 01:43:19 $ docker rm -f --volumes ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:43:19 01:43:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:43:20 0.23.1-centos7: Pulling from edgex-lftools 01:43:20 ab5ef0e58194: Pulling fs layer 01:43:20 9712f1f96733: Pulling fs layer 01:43:20 63f879dbbcfc: Pulling fs layer 01:43:20 0d9ebad4ef96: Pulling fs layer 01:43:20 e9a5061849ea: Pulling fs layer 01:43:20 d747dcd14b5f: Pulling fs layer 01:43:20 2de7ff778b66: Pulling fs layer 01:43:20 e9a5061849ea: Waiting 01:43:20 0d9ebad4ef96: Waiting 01:43:20 2de7ff778b66: Waiting 01:43:20 d747dcd14b5f: Waiting 01:43:20 9712f1f96733: Verifying Checksum 01:43:20 9712f1f96733: Download complete 01:43:20 63f879dbbcfc: Verifying Checksum 01:43:20 63f879dbbcfc: Download complete 01:43:20 e9a5061849ea: Verifying Checksum 01:43:20 e9a5061849ea: Download complete 01:43:20 d747dcd14b5f: Download complete 01:43:20 0d9ebad4ef96: Verifying Checksum 01:43:20 0d9ebad4ef96: Download complete 01:43:20 2de7ff778b66: Verifying Checksum 01:43:20 2de7ff778b66: Download complete 01:43:20 ab5ef0e58194: Verifying Checksum 01:43:20 ab5ef0e58194: Download complete 01:43:25 ab5ef0e58194: Pull complete 01:43:25 9712f1f96733: Pull complete 01:43:25 63f879dbbcfc: Pull complete 01:43:32 0d9ebad4ef96: Pull complete 01:43:32 e9a5061849ea: Pull complete 01:43:32 d747dcd14b5f: Pull complete 01:43:33 2de7ff778b66: Pull complete 01:43:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:43:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:33 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:33 $ 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 01:43:35 $ docker top 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:43:35 provisioning config files... 01:43:35 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4856165653397780628tmp 01:43:35 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config620879176938153098tmp 01:43:35 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12679511887722497436tmp [Pipeline] { [Pipeline] echo 01:43:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:43:35 ---> sigul-configuration.sh 01:43:35 gpg: directory `/root/.gnupg' created 01:43:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:43:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:43:35 gpg: keyring `/root/.gnupg/secring.gpg' created 01:43:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:43:35 gpg: CAST5 encrypted data 01:43:35 gpg: encrypted with 1 passphrase 01:43:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:43:36 + mkdir /home/jenkins 01:43:36 + mkdir /home/jenkins/sigul [Pipeline] sh 01:43:36 + 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 01:43:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:43:36 ---> sigul-install.sh 01:43:36 Sigul already installed; skipping installation. [Pipeline] sh 01:43:36 + git tag --list 01:43:36 v1.0.0 01:43:36 v1.1.0 01:43:36 v1.1.1 01:43:36 v1.1.2 01:43:36 v1.2.0 01:43:36 v1.2.1 01:43:36 v2.0.0 01:43:36 v2.1.0 01:43:36 v2.1.1 01:43:36 v2.2.0 01:43:36 v2.3.0 01:43:36 v3.0 01:43:36 v3.0.0 01:43:36 v3.1 01:43:36 v3.1.0 01:43:36 v3.1.1 01:43:36 v4.0 01:43:36 v4.0.0 01:43:36 v4.1.0-dev.1 01:43:36 v4.1.0-dev.2 01:43:36 v4.1.0-dev.3 01:43:36 v4.1.0-dev.4 01:43:36 v4.1.0-dev.5 01:43:36 v4.1.0-dev.6 01:43:36 v4.1.0-dev.7 [Pipeline] sh 01:43:37 + lftools sign git-tag v4.1.0-dev.7 01:43:37 Signing Git tag with Sigul... 01:43:37 Signing v4.1.0-dev.7 [Pipeline] echo 01:43:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:43:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:43:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:43:38 $ docker stop --time=1 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b 01:43:39 $ docker rm -f --volumes 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:43:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:43:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:43:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:40 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:40 $ 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 01:43:40 $ docker top 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c -eo pid,comm 01:43:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:43:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:43:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:43:41 [ssh-agent] Looking for ssh-agent implementation... 01:43:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:43:41 $ docker exec 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c ssh-agent 01:43:41 SSH_AUTH_SOCK=/tmp/ssh-e2xcLayK9bK3/agent.33 01:43:41 SSH_AGENT_PID=39 01:43:41 Running ssh-add (command line suppressed) 01:43:41 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9066353002868770490.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9066353002868770490.key) 01:43:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:43:41 + git semver bump pre 01:43:41 2025-07-14 01:43:41,953 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:43:41 2025-07-14 01:43:41,958 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:41 2025-07-14 01:43:41,958 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev 01:43:41 2025-07-14 01:43:41,958 [bump_version] DEBUG bumped version:4.1.0-dev.8 01:43:41 2025-07-14 01:43:41,958 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 01:43:41 2025-07-14 01:43:41,958 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:41 2025-07-14 01:43:41,958 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:41 2025-07-14 01:43:41,960 [execute] INFO git cat-file --batch-check 01:43:41 2025-07-14 01:43:41,961 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:43:41 2025-07-14 01:43:41,964 [execute] INFO git cat-file --batch 01:43:41 2025-07-14 01:43:41,965 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:43:41 2025-07-14 01:43:41,968 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:41 4.1.0-dev.8 [Pipeline] } 01:43:42 $ docker exec --env ******** --env ******** 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c ssh-agent -k 01:43:42 unset SSH_AUTH_SOCK; 01:43:42 unset SSH_AGENT_PID; 01:43:42 echo Agent pid 39 killed; 01:43:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:43:42 + git semver [Pipeline] } 01:43:43 $ docker stop --time=1 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c 01:43:44 $ docker rm -f --volumes 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c [Pipeline] // withDockerContainer [Pipeline] sh 01:43:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:43:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:43:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:45 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:45 $ 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 01:43:45 $ docker top 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e -eo pid,comm 01:43:45 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). 01:43:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:43:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:43:45 [ssh-agent] Looking for ssh-agent implementation... 01:43:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:43:45 $ docker exec 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e ssh-agent 01:43:45 SSH_AUTH_SOCK=/tmp/ssh-GSwUlc5Xl1gn/agent.33 01:43:45 SSH_AGENT_PID=39 01:43:45 Running ssh-add (command line suppressed) 01:43:45 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9459004345382191869.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9459004345382191869.key) 01:43:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:43:46 + git semver push 01:43:46 2025-07-14 01:43:46,480 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:43:46 2025-07-14 01:43:46,485 [run_push] DEBUG push 01:43:46 2025-07-14 01:43:46,485 [execute] INFO git cat-file --batch-check 01:43:46 2025-07-14 01:43:46,485 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:43:46 2025-07-14 01:43:46,488 [execute] INFO git rev-list 8e6ba5d1ef07b0e505bbbcb4afd29d5331ed337b -- 01:43:46 2025-07-14 01:43:46,488 [execute] DEBUG Popen(['git', 'rev-list', '8e6ba5d1ef07b0e505bbbcb4afd29d5331ed337b', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:43:46 2025-07-14 01:43:46,498 [execute] INFO git fetch -v -- origin 01:43:46 2025-07-14 01:43:46,498 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 01:43:47 2025-07-14 01:43:46,948 [run_push] DEBUG no remote changes detected 01:43:47 2025-07-14 01:43:46,948 [execute] INFO git push origin semver 01:43:47 2025-07-14 01:43:46,948 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:43:47 2025-07-14 01:43:47,576 [run_push] DEBUG push all version tags 01:43:47 2025-07-14 01:43:47,576 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:43:47 2025-07-14 01:43:47,577 [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) 01:43:48 2025-07-14 01:43:48,271 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:43:48 4.1.0-dev.8 [Pipeline] } 01:43:48 $ docker exec --env ******** --env ******** 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e ssh-agent -k 01:43:48 unset SSH_AUTH_SOCK; 01:43:48 unset SSH_AGENT_PID; 01:43:48 echo Agent pid 39 killed; 01:43:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:43:49 + git semver [Pipeline] } 01:43:49 $ docker stop --time=1 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e 01:43:50 $ docker rm -f --volumes 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e [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 01:43:51 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 01:43:51 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:43:51 total 16 01:43:51 drwxr-xr-x 3 root root 4096 Jul 14 01:32 . 01:43:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 01:43 .. 01:43:51 drwxr-xr-x 2 root root 4096 Jul 14 01:32 cost 01:43:51 -rw-r--r-- 1 root root 86 Jul 14 01:32 cost.csv 01:43:51 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 01:43:51 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:43:51 total 16 01:43:51 drwxr-xr-x 3 jenkins jenkins 4096 Jul 14 01:32 . 01:43:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 01:43 .. 01:43:51 drwxr-xr-x 2 jenkins jenkins 4096 Jul 14 01:32 cost 01:43:51 -rw-r--r-- 1 jenkins jenkins 86 Jul 14 01:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:43:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:43:52 ---> package-listing.sh 01:43:52 ++ facter osfamily 01:43:52 ++ tr '[:upper:]' '[:lower:]' 01:43:52 + OS_FAMILY=debian 01:43:52 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:43:52 + START_PACKAGES=/tmp/packages_start.txt 01:43:52 + END_PACKAGES=/tmp/packages_end.txt 01:43:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:43:52 + PACKAGES=/tmp/packages_start.txt 01:43:52 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:43:52 + PACKAGES=/tmp/packages_end.txt 01:43:52 + case "${OS_FAMILY}" in 01:43:52 + dpkg -l 01:43:52 + grep '^ii' 01:43:52 + '[' -f /tmp/packages_start.txt ']' 01:43:52 + '[' -f /tmp/packages_end.txt ']' 01:43:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:43:52 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:43:52 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:43:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 01:43:52 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 01:43:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:43:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:53 prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container 01:43:53 $ 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 01:43:53 $ docker top b1b9a32917db058fec0230da1e6b18625cbc7da51762d0f8cf6d7ce9daffff06 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:54 + touch /tmp/pre-build-complete [Pipeline] sh 01:43:54 + mkdir -p /var/log/sysstat [Pipeline] sh 01:43:54 + ls /var/log/sa-host 01:43:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:54 provisioning config files... 01:43:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3558379346114245564tmp [Pipeline] { [Pipeline] echo 01:43:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:43:55 ---> create-netrc.sh [Pipeline] } 01:43:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:43:55 ---> python-tools-install.sh [Pipeline] echo 01:43:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:43:55 ---> sudo-logs.sh 01:43:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:43:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:43:55 ---> job-cost.sh 01:43:55 lf-activate-venv: SKIPPING 01:43:55 DEBUG: total: 0.2199999988079071 01:43:55 INFO: Retrieving Stack Cost... 01:43:56 INFO: Retrieving Pricing Info for: v3-standard-8 01:43:56 INFO: Archiving Costs [Pipeline] echo 01:43:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:43:57 ---> logs-deploy.sh 01:43:57 lf-activate-venv: SKIPPING 01:43:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/206 01:43:57 INFO: archiving workspace using pattern(s): 01:43:58 Archives upload complete. 01:43:58 INFO: archiving logs to Nexus 01:43:59 ---> uname -a: 01:43:59 Linux prd-ubuntu20-04-docker-8c-8g-5078 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 01:43:59 01:43:59 01:43:59 ---> lscpu: 01:43:59 Architecture: x86_64 01:43:59 CPU op-mode(s): 32-bit, 64-bit 01:43:59 Byte Order: Little Endian 01:43:59 Address sizes: 40 bits physical, 48 bits virtual 01:43:59 CPU(s): 8 01:43:59 On-line CPU(s) list: 0-7 01:43:59 Thread(s) per core: 1 01:43:59 Core(s) per socket: 1 01:43:59 Socket(s): 8 01:43:59 NUMA node(s): 1 01:43:59 Vendor ID: AuthenticAMD 01:43:59 CPU family: 23 01:43:59 Model: 49 01:43:59 Model name: AMD EPYC-Rome Processor 01:43:59 Stepping: 0 01:43:59 CPU MHz: 2800.000 01:43:59 BogoMIPS: 5600.00 01:43:59 Virtualization: AMD-V 01:43:59 Hypervisor vendor: KVM 01:43:59 Virtualization type: full 01:43:59 L1d cache: 256 KiB 01:43:59 L1i cache: 256 KiB 01:43:59 L2 cache: 4 MiB 01:43:59 L3 cache: 128 MiB 01:43:59 NUMA node0 CPU(s): 0-7 01:43:59 Vulnerability Gather data sampling: Not affected 01:43:59 Vulnerability Itlb multihit: Not affected 01:43:59 Vulnerability L1tf: Not affected 01:43:59 Vulnerability Mds: Not affected 01:43:59 Vulnerability Meltdown: Not affected 01:43:59 Vulnerability Mmio stale data: Not affected 01:43:59 Vulnerability Retbleed: Vulnerable 01:43:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:43:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:43:59 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 01:43:59 Vulnerability Srbds: Not affected 01:43:59 Vulnerability Tsx async abort: Not affected 01:43:59 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 01:43:59 01:43:59 01:43:59 ---> nproc: 01:43:59 8 01:43:59 01:43:59 01:43:59 ---> df -h: 01:43:59 Filesystem Size Used Avail Use% Mounted on 01:43:59 overlay 155G 14G 142G 9% / 01:43:59 tmpfs 64M 0 64M 0% /dev 01:43:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:43:59 shm 64M 0 64M 0% /dev/shm 01:43:59 /dev/vda1 155G 14G 142G 9% /facter-os 01:43:59 01:43:59 01:43:59 ---> sar -b -r -n DEV: 01:43:59 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5078) 07/14/25 _x86_64_ (8 CPU) 01:43:59 01:43:59 01:26:16 LINUX RESTART (8 CPU) 01:43:59 01:43:59 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:43:59 01:28:01 166.67 13.18 153.49 0.00 2206.83 51822.16 0.00 01:43:59 01:29:01 146.82 2.20 144.62 0.00 21.86 39143.09 0.00 01:43:59 01:30:01 116.69 0.22 116.48 0.00 21.33 31113.38 0.00 01:43:59 01:31:01 2.65 0.00 2.65 0.00 0.00 29.33 0.00 01:43:59 01:32:01 53.18 3.83 49.35 0.00 4288.17 9799.93 0.00 01:43:59 01:33:01 46.09 0.02 46.08 0.00 0.13 16087.05 0.00 01:43:59 01:34:01 1.37 0.00 1.37 0.00 0.00 14.53 0.00 01:43:59 01:35:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 01:43:59 01:36:01 0.85 0.00 0.85 0.00 0.00 9.07 0.00 01:43:59 01:37:01 1.73 0.00 1.73 0.00 0.00 18.93 0.00 01:43:59 01:38:01 0.98 0.00 0.98 0.00 0.00 15.20 0.00 01:43:59 01:39:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 01:43:59 01:40:01 0.87 0.00 0.87 0.00 0.00 9.47 0.00 01:43:59 01:41:01 1.77 0.00 1.77 0.00 0.00 19.06 0.00 01:43:59 01:42:01 2.45 0.02 2.43 0.00 0.13 30.66 0.00 01:43:59 01:43:01 8.67 0.13 8.53 0.00 11.86 6000.87 0.00 01:43:59 Average: 34.60 1.22 33.37 0.00 409.41 9634.13 0.00 01:43:59 01:43:59 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:43:59 01:28:01 28422320 31484024 804668 2.45 95904 3230808 2109128 6.22 1111132 2927572 9504 01:43:59 01:29:01 26085256 30722700 1555724 4.73 155428 4575972 2494384 7.35 2272744 3920468 384440 01:43:59 01:30:01 26853140 31524144 755880 2.30 158500 4626312 1663364 4.90 1582760 3863900 588 01:43:59 01:31:01 26852704 31523732 756220 2.30 158528 4626312 1663364 4.90 1582812 3863904 156 01:43:59 01:32:01 25831284 31486504 776088 2.36 204836 5499268 1756684 5.18 1896700 4481168 470412 01:43:59 01:33:01 25838644 31494156 768596 2.34 204872 5499000 1772192 5.22 1903108 4468136 152 01:43:59 01:34:01 25838344 31493944 768816 2.34 204956 5499004 1772192 5.22 1902696 4468140 8 01:43:59 01:35:01 25844972 31500620 761836 2.32 204980 5499008 1772192 5.22 1896508 4468144 12 01:43:59 01:36:01 25845704 31501380 761024 2.32 204996 5499008 1772192 5.22 1897004 4468144 20 01:43:59 01:37:01 25852712 31508456 753844 2.29 205036 5499012 1772192 5.22 1889532 4468148 164 01:43:59 01:38:01 25855792 31511540 750728 2.28 205068 5499012 1772192 5.22 1886128 4468148 48 01:43:59 01:39:01 25855600 31511532 750656 2.28 205088 5499148 1772192 5.22 1886160 4468280 40 01:43:59 01:40:01 25855292 31511260 750872 2.28 205104 5499152 1772192 5.22 1886508 4468284 28 01:43:59 01:41:01 25855016 31511032 751036 2.28 205152 5499152 1772192 5.22 1886572 4468284 8 01:43:59 01:42:01 25854492 31510660 751112 2.29 205236 5499120 1776616 5.24 1886592 4468256 8 01:43:59 01:43:01 25411020 31489400 771684 2.35 210444 5897112 1848840 5.45 1912872 4865984 275884 01:43:59 Average: 26122018 31455318 811799 2.47 189633 5215400 1828882 5.39 1829989 4287810 71342 01:43:59 01:43:59 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:43:59 01:28:01 lo 3.00 3.00 0.30 0.30 0.00 0.00 0.00 0.00 01:43:59 01:28:01 ens3 510.83 392.23 7507.77 82.83 0.00 0.00 0.00 0.00 01:43:59 01:28:01 docker0 218.68 234.03 17.02 544.62 0.00 0.00 0.00 0.00 01:43:59 01:28:01 vethee2e5b5 141.98 160.91 13.72 131.53 0.00 0.00 0.00 0.01 01:43:59 01:29:01 veth208214f 0.13 0.27 0.01 0.02 0.00 0.00 0.00 0.00 01:43:59 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:29:01 ens3 276.89 237.52 2772.35 31.01 0.00 0.00 0.00 0.00 01:43:59 01:29:01 docker0 220.53 247.20 16.87 2744.66 0.00 0.00 0.00 0.00 01:43:59 01:30:01 lo 5.40 5.40 0.53 0.53 0.00 0.00 0.00 0.00 01:43:59 01:30:01 ens3 83.42 65.49 197.27 237.39 0.00 0.00 0.00 0.00 01:43:59 01:30:01 docker0 6.11 12.68 0.36 150.65 0.00 0.00 0.00 0.00 01:43:59 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:31:01 ens3 1.97 1.12 1.74 0.56 0.00 0.00 0.00 0.00 01:43:59 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:32:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 01:43:59 01:32:01 ens3 249.53 148.00 5477.19 13.63 0.00 0.00 0.00 0.00 01:43:59 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 01:43:59 01:33:01 ens3 10.85 7.32 13.39 4.16 0.00 0.00 0.00 0.00 01:43:59 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:35:01 ens3 0.20 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:36:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 01:43:59 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:37:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:43:59 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:38:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:43:59 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:39:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:43:59 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:42:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:43:59 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 01:43:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 01:43:59 01:43:01 ens3 87.12 48.78 2644.24 8.09 0.00 0.00 0.00 0.00 01:43:59 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:59 Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 01:43:59 Average: ens3 76.39 56.34 1163.41 23.63 0.00 0.00 0.00 0.00 01:43:59 Average: docker0 27.83 30.87 2.14 215.01 0.00 0.00 0.00 0.00 01:43:59 01:43:59 01:43:59 ---> sar -P ALL: 01:43:59 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5078) 07/14/25 _x86_64_ (8 CPU) 01:43:59 01:43:59 01:26:16 LINUX RESTART (8 CPU) 01:43:59 01:43:59 01:27:01 CPU %user %nice %system %iowait %steal %idle 01:43:59 01:28:01 all 6.40 0.00 2.93 0.97 0.08 89.62 01:43:59 01:28:01 0 7.17 0.00 2.54 0.32 0.05 89.92 01:43:59 01:28:01 1 5.90 0.00 2.88 0.91 0.08 90.23 01:43:59 01:28:01 2 6.17 0.00 2.21 0.17 0.05 91.40 01:43:59 01:28:01 3 8.39 0.00 3.33 0.32 0.08 87.88 01:43:59 01:28:01 4 6.36 0.00 3.03 1.98 0.07 88.57 01:43:59 01:28:01 5 6.09 0.00 2.66 2.05 0.10 89.11 01:43:59 01:28:01 6 6.75 0.00 3.38 1.44 0.14 88.29 01:43:59 01:28:01 7 4.38 0.00 3.45 0.58 0.05 91.54 01:43:59 01:29:01 all 39.67 0.00 6.77 0.77 0.11 52.68 01:43:59 01:29:01 0 40.63 0.00 6.80 0.35 0.12 52.10 01:43:59 01:29:01 1 38.85 0.00 6.47 0.51 0.08 54.09 01:43:59 01:29:01 2 38.48 0.00 6.87 0.17 0.10 54.38 01:43:59 01:29:01 3 39.67 0.00 7.20 3.34 0.12 49.67 01:43:59 01:29:01 4 39.38 0.00 6.34 0.15 0.10 54.03 01:43:59 01:29:01 5 39.37 0.00 6.68 0.22 0.10 53.63 01:43:59 01:29:01 6 40.03 0.00 6.72 1.04 0.12 52.08 01:43:59 01:29:01 7 40.97 0.00 7.07 0.42 0.12 51.42 01:43:59 01:30:01 all 33.58 0.00 5.78 0.83 0.08 59.74 01:43:59 01:30:01 0 34.68 0.00 5.73 1.07 0.07 58.45 01:43:59 01:30:01 1 33.47 0.00 5.81 0.08 0.08 60.56 01:43:59 01:30:01 2 33.77 0.00 6.64 0.05 0.08 59.45 01:43:59 01:30:01 3 33.08 0.00 5.99 0.82 0.08 60.02 01:43:59 01:30:01 4 35.44 0.00 5.51 1.53 0.07 57.45 01:43:59 01:30:01 5 32.50 0.00 5.73 0.15 0.07 61.54 01:43:59 01:30:01 6 33.18 0.00 5.34 2.76 0.07 58.65 01:43:59 01:30:01 7 32.57 0.00 5.45 0.15 0.08 61.74 01:43:59 01:31:01 all 0.15 0.00 0.02 0.01 0.01 99.81 01:43:59 01:31:01 0 0.03 0.00 0.03 0.03 0.02 99.88 01:43:59 01:31:01 1 0.81 0.00 0.03 0.00 0.02 99.14 01:43:59 01:31:01 2 0.00 0.00 0.03 0.00 0.00 99.97 01:43:59 01:31:01 3 0.13 0.00 0.02 0.00 0.00 99.85 01:43:59 01:31:01 4 0.03 0.00 0.00 0.00 0.03 99.93 01:43:59 01:31:01 5 0.07 0.00 0.05 0.00 0.02 99.87 01:43:59 01:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 01:43:59 01:31:01 7 0.07 0.00 0.02 0.00 0.00 99.92 01:43:59 01:32:01 all 4.44 0.00 2.57 0.72 0.07 92.20 01:43:59 01:32:01 0 5.46 0.00 1.89 0.05 0.27 92.33 01:43:59 01:32:01 1 4.44 0.00 2.89 0.13 0.03 92.50 01:43:59 01:32:01 2 4.81 0.00 2.26 1.53 0.03 91.36 01:43:59 01:32:01 3 3.34 0.00 2.29 0.49 0.03 93.84 01:43:59 01:32:01 4 4.07 0.00 3.95 0.44 0.03 91.52 01:43:59 01:32:01 5 5.37 0.00 2.77 0.05 0.03 91.77 01:43:59 01:32:01 6 2.67 0.00 2.33 2.94 0.03 92.03 01:43:59 01:32:01 7 5.31 0.00 2.16 0.15 0.07 92.31 01:43:59 01:33:01 all 0.26 0.00 0.23 0.27 0.01 99.23 01:43:59 01:33:01 0 0.15 0.00 0.15 0.10 0.02 99.58 01:43:59 01:33:01 1 0.30 0.00 0.55 1.83 0.03 97.28 01:43:59 01:33:01 2 0.27 0.00 0.17 0.03 0.02 99.52 01:43:59 01:33:01 3 0.47 0.00 0.27 0.17 0.02 99.08 01:43:59 01:33:01 4 0.08 0.00 0.12 0.00 0.02 99.78 01:43:59 01:33:01 5 0.15 0.00 0.15 0.02 0.00 99.68 01:43:59 01:33:01 6 0.37 0.00 0.23 0.05 0.00 99.35 01:43:59 01:33:01 7 0.30 0.00 0.18 0.00 0.00 99.52 01:43:59 01:34:01 all 0.21 0.00 0.01 0.01 0.01 99.77 01:43:59 01:34:01 0 0.02 0.00 0.00 0.07 0.02 99.90 01:43:59 01:34:01 1 1.50 0.00 0.03 0.00 0.02 98.45 01:43:59 01:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:43:59 01:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:43:59 01:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:43:59 01:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:43:59 01:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:43:59 01:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:43:59 01:35:01 all 0.10 0.00 0.03 0.00 0.01 99.86 01:43:59 01:35:01 0 0.07 0.00 0.02 0.02 0.00 99.90 01:43:59 01:35:01 1 0.55 0.00 0.07 0.02 0.03 99.33 01:43:59 01:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 01:43:59 01:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 01:43:59 01:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:43:59 01:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:43:59 01:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:43:59 01:35:01 7 0.05 0.00 0.02 0.00 0.02 99.92 01:43:59 01:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:43:59 01:36:01 0 0.50 0.00 0.03 0.02 0.00 99.45 01:43:59 01:36:01 1 0.50 0.00 0.03 0.00 0.00 99.47 01:43:59 01:36:01 2 0.05 0.00 0.00 0.00 0.00 99.95 01:43:59 01:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:43:59 01:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:43:59 01:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:43:59 01:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 01:43:59 01:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:43:59 01:37:01 all 0.11 0.00 0.02 0.01 0.01 99.85 01:43:59 01:37:01 0 0.02 0.00 0.03 0.02 0.02 99.92 01:43:59 01:37:01 1 0.71 0.00 0.05 0.00 0.02 99.22 01:43:59 01:37:01 2 0.07 0.00 0.02 0.00 0.02 99.90 01:43:59 01:37:01 3 0.05 0.00 0.00 0.00 0.02 99.93 01:43:59 01:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:43:59 01:37:01 5 0.00 0.00 0.00 0.08 0.02 99.90 01:43:59 01:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:43:59 01:37:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:43:59 01:38:01 all 0.05 0.00 0.01 0.00 0.00 99.94 01:43:59 01:38:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:43:59 01:38:01 1 0.20 0.00 0.02 0.00 0.02 99.77 01:43:59 01:38:01 2 0.07 0.00 0.02 0.00 0.00 99.92 01:43:59 01:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:43:59 01:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:43:59 01:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:43:59 01:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 01:43:59 01:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:43:59 01:43:59 01:38:01 CPU %user %nice %system %iowait %steal %idle 01:43:59 01:39:01 all 0.09 0.00 0.01 0.00 0.01 99.89 01:43:59 01:39:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:43:59 01:39:01 1 0.50 0.00 0.02 0.00 0.02 99.47 01:43:59 01:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:43:59 01:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 01:43:59 01:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:43:59 01:39:01 5 0.07 0.00 0.00 0.02 0.00 99.92 01:43:59 01:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:43:59 01:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:43:59 01:40:01 all 0.06 0.00 0.01 0.00 0.01 99.91 01:43:59 01:40:01 0 0.05 0.00 0.02 0.02 0.02 99.90 01:43:59 01:40:01 1 0.37 0.00 0.02 0.00 0.02 99.60 01:43:59 01:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:43:59 01:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:43:59 01:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:43:59 01:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 01:43:59 01:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:43:59 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:43:59 01:41:01 all 0.12 0.00 0.02 0.00 0.01 99.85 01:43:59 01:41:01 0 0.03 0.00 0.02 0.03 0.00 99.92 01:43:59 01:41:01 1 0.70 0.00 0.03 0.00 0.02 99.25 01:43:59 01:41:01 2 0.08 0.00 0.03 0.00 0.02 99.87 01:43:59 01:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 01:43:59 01:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:43:59 01:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 01:43:59 01:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:43:59 01:41:01 7 0.05 0.00 0.02 0.00 0.00 99.93 01:43:59 01:42:01 all 0.08 0.00 0.03 0.01 0.01 99.87 01:43:59 01:42:01 0 0.02 0.00 0.05 0.05 0.02 99.87 01:43:59 01:42:01 1 0.48 0.00 0.03 0.00 0.02 99.47 01:43:59 01:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:43:59 01:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:43:59 01:42:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:43:59 01:42:01 5 0.02 0.00 0.03 0.00 0.02 99.93 01:43:59 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:43:59 01:42:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:43:59 01:43:01 all 1.75 0.00 0.64 0.10 0.02 97.49 01:43:59 01:43:01 0 1.03 0.00 0.38 0.20 0.02 98.36 01:43:59 01:43:01 1 1.46 0.00 0.52 0.03 0.03 97.95 01:43:59 01:43:01 2 2.16 0.00 0.79 0.02 0.03 97.01 01:43:59 01:43:01 3 2.22 0.00 0.67 0.02 0.02 97.08 01:43:59 01:43:01 4 1.45 0.00 0.95 0.02 0.02 97.56 01:43:59 01:43:01 5 1.66 0.00 0.82 0.22 0.02 97.28 01:43:59 01:43:01 6 1.97 0.00 0.55 0.00 0.02 97.46 01:43:59 01:43:01 7 2.01 0.00 0.47 0.32 0.02 97.19 01:43:59 Average: all 5.41 0.00 1.18 0.23 0.03 93.15 01:43:59 Average: 0 5.56 0.00 1.10 0.15 0.04 93.15 01:43:59 Average: 1 5.63 0.00 1.21 0.22 0.03 92.91 01:43:59 Average: 2 5.35 0.00 1.19 0.12 0.02 93.31 01:43:59 Average: 3 5.44 0.00 1.24 0.32 0.03 92.98 01:43:59 Average: 4 5.36 0.00 1.23 0.25 0.02 93.13 01:43:59 Average: 5 5.30 0.00 1.18 0.17 0.03 93.32 01:43:59 Average: 6 5.30 0.00 1.16 0.51 0.03 93.01 01:43:59 Average: 7 5.35 0.00 1.18 0.10 0.02 93.35 01:43:59 01:43:59 01:43:59