Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 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-ssh15367858310982717797.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-ssh9536020179041215729.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-ssh13038812034461674630.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-ssh4129763950823103688.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-ssh14466457060363273051.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 ‘prd-ubuntu20.04-docker-8c-8g-3479’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3500 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 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" > git config core.sparsecheckout # timeout=10 > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 > git rev-list --no-walk 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:18:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:18:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:18:15 ========================================================= 06:18:15 EdgeX Global Pipelines Version Info 06:18:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:18:16 ------------------- 06:18:16 stable info: 06:18:16 ------------------- 06:18:16 Commited By: Ginny Guan ginny@iotechsys.com 06:18:16 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:18:16 Message: update stable to v1.0.274 06:18:17 ------------------- 06:18:17 experimental info: 06:18:17 ------------------- 06:18:17 Commited By: **** collab-it+edgex@linuxfoundation.org 06:18:17 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 06:18:17 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29ece5e [Pipeline] echo 06:18:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:18:17 provisioning config files... 06:18:17 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18207546251961621792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:18 ---> ****-login.sh 06:18:18 nexus3.edgexfoundry.org:10001 06:18:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:18 Configure a credential helper to remove this warning. See 06:18:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:18 06:18:18 Login Succeeded 06:18:18 nexus3.edgexfoundry.org:10002 06:18:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:18 Configure a credential helper to remove this warning. See 06:18:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:18 06:18:18 Login Succeeded 06:18:18 nexus3.edgexfoundry.org:10003 06:18:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:18 Configure a credential helper to remove this warning. See 06:18:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:18 06:18:18 Login Succeeded 06:18:18 nexus3.edgexfoundry.org:10004 06:18:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:18 Configure a credential helper to remove this warning. See 06:18:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:18 06:18:18 Login Succeeded 06:18:18 ****.io 06:18:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:19 Configure a credential helper to remove this warning. See 06:18:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:19 06:18:19 Login Succeeded 06:18:19 ---> ****-login.sh ends [Pipeline] } 06:18:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:18:19 + git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo 06:18:19 -----------> git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [false] [Pipeline] sh 06:18:19 + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo 06:18:19 ========================================================= 06:18:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:18:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:20 + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo 06:18:20 [semverPrep] GIT_COMMIT: 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472) [Pipeline] echo 06:18:20 [semverPrep] This is not a build commit. [Pipeline] sh 06:18:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:18:20 + grep -v github /etc/ssh/ssh_known_hosts 06:18:20 + [ -e /tmp/ssh_known_hosts ] 06:18:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:18:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:18:20 + sudo tee -a /etc/ssh/ssh_known_hosts 06:18:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:18:21 06:18:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:18:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:18:21 0.1.4: Pulling from edgex-devops/py-git-semver 06:18:21 3dae71ba6b94: Pulling fs layer 06:18:21 6bf1a483ea7c: Pulling fs layer 06:18:21 f5dfc541a4d3: Pulling fs layer 06:18:21 461d9e800cba: Pulling fs layer 06:18:21 80192f66455f: Pulling fs layer 06:18:21 2e8e34ca0e6c: Pulling fs layer 06:18:21 a29436f7fd5d: Pulling fs layer 06:18:21 923cac83aea3: Pulling fs layer 06:18:21 25ad8b0a4227: Pulling fs layer 06:18:21 db01528c6b51: Pulling fs layer 06:18:21 28988de357af: Pulling fs layer 06:18:21 80192f66455f: Waiting 06:18:21 a29436f7fd5d: Waiting 06:18:21 28988de357af: Waiting 06:18:21 461d9e800cba: Waiting 06:18:21 db01528c6b51: Waiting 06:18:21 25ad8b0a4227: Waiting 06:18:21 2e8e34ca0e6c: Waiting 06:18:21 923cac83aea3: Waiting 06:18:21 6bf1a483ea7c: Download complete 06:18:21 461d9e800cba: Verifying Checksum 06:18:21 461d9e800cba: Download complete 06:18:21 80192f66455f: Download complete 06:18:21 f5dfc541a4d3: Verifying Checksum 06:18:21 f5dfc541a4d3: Download complete 06:18:21 3dae71ba6b94: Verifying Checksum 06:18:21 3dae71ba6b94: Download complete 06:18:21 923cac83aea3: Verifying Checksum 06:18:21 923cac83aea3: Download complete 06:18:21 25ad8b0a4227: Verifying Checksum 06:18:21 25ad8b0a4227: Download complete 06:18:21 db01528c6b51: Verifying Checksum 06:18:21 db01528c6b51: Download complete 06:18:21 28988de357af: Verifying Checksum 06:18:21 28988de357af: Download complete 06:18:21 a29436f7fd5d: Verifying Checksum 06:18:21 a29436f7fd5d: Download complete 06:18:22 2e8e34ca0e6c: Verifying Checksum 06:18:22 3dae71ba6b94: Pull complete 06:18:22 6bf1a483ea7c: Pull complete 06:18:23 f5dfc541a4d3: Pull complete 06:18:23 461d9e800cba: Pull complete 06:18:23 80192f66455f: Pull complete 06:18:27 2e8e34ca0e6c: Pull complete 06:18:27 a29436f7fd5d: Pull complete 06:18:27 923cac83aea3: Pull complete 06:18:27 25ad8b0a4227: Pull complete 06:18:27 db01528c6b51: Pull complete 06:18:27 28988de357af: Pull complete 06:18:27 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:18:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:18:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:18:27 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:18:28 $ 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 06:18:32 $ docker top 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 -eo pid,comm 06:18:32 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). 06:18:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:32 [ssh-agent] Looking for ssh-agent implementation... 06:18:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:32 $ docker exec 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent 06:18:32 SSH_AUTH_SOCK=/tmp/ssh-epGCFiEy9DlN/agent.32 06:18:32 SSH_AGENT_PID=38 06:18:32 Running ssh-add (command line suppressed) 06:18:32 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13771931840904202538.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13771931840904202538.key) 06:18:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:32 + git tag --points-at HEAD [Pipeline] } 06:18:33 $ docker exec --env ******** --env ******** 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent -k 06:18:33 unset SSH_AUTH_SOCK; 06:18:33 unset SSH_AGENT_PID; 06:18:33 echo Agent pid 38 killed; 06:18:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:18:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:33 [ssh-agent] Looking for ssh-agent implementation... 06:18:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:33 $ docker exec 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent 06:18:33 SSH_AUTH_SOCK=/tmp/ssh-bp2pIx8eaD2N/agent.71 06:18:33 SSH_AGENT_PID=77 06:18:33 Running ssh-add (command line suppressed) 06:18:33 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3038242655840882259.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3038242655840882259.key) 06:18:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:33 + git semver init 06:18:34 2025-06-18 06:18:34,006 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:18:34 2025-06-18 06:18:34,010 [run_init] DEBUG init version:0.0.0 force:False 06:18:34 2025-06-18 06:18:34,011 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 06:18:34 2025-06-18 06:18:34,011 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 06:18:34 2025-06-18 06:18:34,011 [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) 06:18:35 2025-06-18 06:18:35,489 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 06:18:35 2025-06-18 06:18:35,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 06:18:35 2025-06-18 06:18:35,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:18:35 2025-06-18 06:18:35,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:18:35 4.1.0-dev.2 [Pipeline] } 06:18:35 $ docker exec --env ******** --env ******** 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent -k 06:18:36 unset SSH_AUTH_SOCK; 06:18:36 unset SSH_AGENT_PID; 06:18:36 echo Agent pid 77 killed; 06:18:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:36 + git semver [Pipeline] } 06:18:36 $ docker stop --time=1 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 06:18:37 $ docker rm -f --volumes 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 [Pipeline] // withDockerContainer [Pipeline] sh 06:18:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:18:38 Stashed 1 file(s) [Pipeline] echo 06:18:38 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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 06:18:38 provisioning config files... 06:18:38 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5914908504206575903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:39 ---> ****-login.sh 06:18:39 nexus3.edgexfoundry.org:10001 06:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:39 Configure a credential helper to remove this warning. See 06:18:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:39 06:18:39 Login Succeeded 06:18:39 nexus3.edgexfoundry.org:10002 06:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:39 Configure a credential helper to remove this warning. See 06:18:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:39 06:18:39 Login Succeeded 06:18:39 nexus3.edgexfoundry.org:10003 06:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:39 Configure a credential helper to remove this warning. See 06:18:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:39 06:18:39 Login Succeeded 06:18:39 nexus3.edgexfoundry.org:10004 06:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:39 Configure a credential helper to remove this warning. See 06:18:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:39 06:18:39 Login Succeeded 06:18:39 ****.io 06:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:18:39 Configure a credential helper to remove this warning. See 06:18:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:18:39 06:18:39 Login Succeeded 06:18:39 ---> ****-login.sh ends [Pipeline] } 06:18:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:18:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:18:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:18:39 ========================================================= 06:18:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:18:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:18:40 + 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 . 06:18:40 Sending build context to Docker daemon 21.62MB 06:18:40 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:18:40 Step 2/12 : FROM ${BASE} AS builder 06:18:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:18:40 0a9a5dfd008f: Pulling fs layer 06:18:40 36466aa92d05: Pulling fs layer 06:18:40 e10405b45d13: Pulling fs layer 06:18:40 096b7ceb2af7: Pulling fs layer 06:18:40 4f4fb700ef54: Pulling fs layer 06:18:40 8213a616a21b: Pulling fs layer 06:18:40 985586143405: Pulling fs layer 06:18:40 0eae2285b678: Pulling fs layer 06:18:40 d3ac315be8c5: Pulling fs layer 06:18:40 096b7ceb2af7: Waiting 06:18:40 0eae2285b678: Waiting 06:18:40 4f4fb700ef54: Waiting 06:18:40 d3ac315be8c5: Waiting 06:18:40 8213a616a21b: Waiting 06:18:40 36466aa92d05: Verifying Checksum 06:18:40 36466aa92d05: Download complete 06:18:40 096b7ceb2af7: Verifying Checksum 06:18:40 096b7ceb2af7: Download complete 06:18:40 4f4fb700ef54: Verifying Checksum 06:18:40 4f4fb700ef54: Download complete 06:18:40 0a9a5dfd008f: Download complete 06:18:40 985586143405: Verifying Checksum 06:18:40 985586143405: Download complete 06:18:40 0a9a5dfd008f: Pull complete 06:18:40 d3ac315be8c5: Verifying Checksum 06:18:40 d3ac315be8c5: Download complete 06:18:40 36466aa92d05: Pull complete 06:18:40 e10405b45d13: Download complete 06:18:41 0eae2285b678: Verifying Checksum 06:18:41 0eae2285b678: Download complete 06:18:44 e10405b45d13: Pull complete 06:18:44 096b7ceb2af7: Pull complete 06:18:44 4f4fb700ef54: Pull complete 06:18:44 8213a616a21b: Pull complete 06:18:44 985586143405: Pull complete 06:18:46 0eae2285b678: Pull complete 06:18:46 d3ac315be8c5: Pull complete 06:18:46 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 06:18:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:18:46 ---> ea6120ae94a0 06:18:46 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:18:51 ---> Running in 4416405db1f4 06:18:51 Removing intermediate container 4416405db1f4 06:18:51 ---> 541d91b7c25b 06:18:51 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:18:51 ---> Running in b2d8bef08e18 06:18:51 Removing intermediate container b2d8bef08e18 06:18:51 ---> 0ed63e23b4b4 06:18:51 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:18:51 ---> Running in 52c25e3ef332 06:18:51 Removing intermediate container 52c25e3ef332 06:18:51 ---> 0d37e98fb8d9 06:18:51 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:18:51 ---> Running in 774ef6ea342a 06:18:51 Removing intermediate container 774ef6ea342a 06:18:51 ---> b89046700b34 06:18:51 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:18:51 ---> Running in 34910a22e26e 06:18:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:18:53 Still waiting to schedule task 06:18:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:18:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:18:54 (1/4) Installing openssh-keygen (9.7_p1-r5) 06:18:54 (2/4) Installing libedit (20240517.3.1-r0) 06:18:54 (3/4) Installing openssh-client-common (9.7_p1-r5) 06:18:54 (4/4) Installing openssh-client-default (9.7_p1-r5) 06:18:54 Executing busybox-1.36.1-r29.trigger 06:18:54 OK: 252 MiB in 62 packages 06:18:54 Removing intermediate container 34910a22e26e 06:18:54 ---> 8093bb05f4ee 06:18:54 Step 8/12 : WORKDIR /device-rest-go 06:18:54 ---> Running in 1ab02d0446fd 06:18:55 Removing intermediate container 1ab02d0446fd 06:18:55 ---> 3bd9f2e3c36c 06:18:55 Step 9/12 : COPY go.mod vendor* ./ 06:18:55 ---> 6a5fc2b574b1 06:18:55 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:18:55 ---> Running in 263e5cc3d01a 06:20:02 Removing intermediate container 263e5cc3d01a 06:20:02 ---> 60b3778a06cc 06:20:02 Step 11/12 : COPY . . 06:20:03 ---> 4541ea5b2e08 06:20:03 Step 12/12 : RUN $MAKE 06:20:03 ---> Running in b096a12baed1 06:20:03 noop 06:20:04 Removing intermediate container b096a12baed1 06:20:04 ---> f3bf0a39aa38 06:20:04 Successfully built f3bf0a39aa38 06:20:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:04 + docker inspect -f . ci-base-image-x86_64 06:20:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:20:04 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:20:04 $ 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 06:20:04 $ docker top f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:05 + go version 06:20:05 go version go1.23.9 linux/amd64 [Pipeline] } 06:20:05 $ docker stop --time=1 f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 06:20:06 $ docker rm -f --volumes f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:06 + docker inspect -f . ci-base-image-x86_64 06:20:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:20:06 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:20:06 $ 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 06:20:07 $ docker top 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:07 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 06:20:07 + make test 06:20:07 go test ./... -coverprofile=coverage.out ./... 06:20:09 ? github.com/edgexfoundry/device-rest-go [no test files] 06:20:27 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 06:20:27 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 32.2% of statements 06:20:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3501 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 06:20:30 Running in /w/workspace/device-rest-go/200 [Pipeline] { [Pipeline] checkout 06:20:33 The recommended git tool is: git 06:20:37 go vet ./... 06:20:39 using credential edgex-jenkins-ssh 06:20:39 Cloning the remote Git repository 06:20:39 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:20:39 > git init /w/workspace/device-rest-go/200 # timeout=10 06:20:39 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:20:39 > git --version # timeout=10 06:20:39 > git --version # 'git version 2.25.1' 06:20:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:20:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:20:41 ./bin/test-attribution-txt.sh 06:20:41 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 06:20:41 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 06:20:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:20:41 $ docker stop --time=1 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc 06:20:44 Avoid second fetch 06:20:44 Checking out Revision 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) 06:20:43 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:20:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:44 > git config core.sparsecheckout # timeout=10 06:20:44 > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 06:20:45 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" 06:20:46 $ docker rm -f --volumes 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc [Pipeline] // withDockerContainer [Pipeline] sh 06:20:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:20:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:20:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:20:47 + ls -al . 06:20:47 total 244 06:20:47 drwxrwxr-x 9 jenkins jenkins 4096 Jun 18 06:20 . 06:20:47 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 06:18 .. 06:20:47 -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 06:18 .dockerignore 06:20:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:20 .git 06:20:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 .github 06:20:47 -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 06:18 .gitignore 06:20:47 -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 06:18 .golangci.yml 06:20:47 drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 06:18 .semver 06:20:47 -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 06:18 Attribution.txt 06:20:47 -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 06:18 CHANGELOG.md 06:20:47 -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 06:18 Dockerfile 06:20:47 -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 06:18 GOVERNANCE.md 06:20:47 -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 06:18 Jenkinsfile 06:20:47 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 06:18 LICENSE 06:20:47 -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 06:18 Makefile 06:20:47 -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 06:18 OWNERS.md 06:20:47 -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 06:18 README.md 06:20:47 -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 06:18 VERSION 06:20:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:18 bin 06:20:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 cmd 06:20:47 -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 06:20 coverage.out 06:20:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:18 driver 06:20:47 -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 06:18 go.mod 06:20:47 -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 06:18 go.sum 06:20:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 openapi 06:20:47 -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 06:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:47 + 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=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=amd64 --label version=4.1.0-dev.2 . 06:20:47 Sending build context to Docker daemon 21.63MB 06:20:47 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:20:47 Step 2/26 : FROM ${BASE} AS builder 06:20:47 ---> f3bf0a39aa38 06:20:47 Step 3/26 : ARG ADD_BUILD_TAGS="" 06:20:48 ---> Running in 4d7ce53788fa 06:20:48 Removing intermediate container 4d7ce53788fa 06:20:48 ---> f1f322ff0cf3 06:20:48 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:20:48 ---> Running in 427007ef3d1d 06:20:48 Removing intermediate container 427007ef3d1d 06:20:48 ---> e91ea2b351d1 06:20:48 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:20:48 ---> Running in 173eae5c3e39 06:20:48 Removing intermediate container 173eae5c3e39 06:20:48 ---> 7acadc351080 06:20:48 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 06:20:48 ---> Running in cd04b13f946c 06:20:48 Removing intermediate container cd04b13f946c 06:20:48 ---> 9a79dff9ed54 06:20:48 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:20:48 ---> Running in 2cc8146a814c 06:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:20:49 OK: 252 MiB in 62 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:20:49 Removing intermediate container 2cc8146a814c 06:20:49 ---> fd12cbc515dd 06:20:49 Step 8/26 : WORKDIR /device-rest-go 06:20:49 ---> Running in ca291b0347bd 06:20:49 Removing intermediate container ca291b0347bd 06:20:49 ---> 239f066a1a64 06:20:49 Step 9/26 : COPY go.mod vendor* ./ 06:20:49 ---> ca2dc6ba0986 06:20:49 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:20:49 ---> Running in d54ae17a3a32 06:20:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:20:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:20:50 Dload Upload Total Spent Left Speed 06:20:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 13063 84 11015 0 0 72947 0 --:--:-- --:--:-- --:--:-- 72467 100 13063 100 13063 0 0 85379 0 --:--:-- --:--:-- --:--:-- 84824 [Pipeline] sh 06:20:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:20:50 Removing intermediate container d54ae17a3a32 06:20:50 ---> ee640678c054 06:20:50 Step 11/26 : COPY . . 06:20:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:20:50 + sudo tee /etc/docker/daemon.new 06:20:50 { 06:20:50 "registry-mirrors": [ 06:20:50 "https://nexus3.edgexfoundry.org:10001" 06:20:50 ], 06:20:50 "bip": "10.250.0.254/24", 06:20:50 "hosts": [ 06:20:50 "tcp://0.0.0.0:5555", 06:20:50 "unix:///var/run/docker.sock" 06:20:50 ], 06:20:50 "mtu": 1458, 06:20:50 "selinux-enabled": true, 06:20:50 "seccomp-profile": "/etc/docker/seccomp.json" 06:20:50 } [Pipeline] sh 06:20:50 ---> 0e35d2257e2a 06:20:50 Step 12/26 : RUN $MAKE 06:20:50 ---> Running in fca4d709081e 06:20:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:20:51 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 06:20:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:21:09 provisioning config files... 06:21:09 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/200@tmp/config9741658879418421743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:10 ---> ****-login.sh 06:21:10 nexus3.edgexfoundry.org:10001 06:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:11 Configure a credential helper to remove this warning. See 06:21:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:11 06:21:11 Login Succeeded 06:21:11 nexus3.edgexfoundry.org:10002 06:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:11 Configure a credential helper to remove this warning. See 06:21:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:11 06:21:11 Login Succeeded 06:21:11 nexus3.edgexfoundry.org:10003 06:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:11 Configure a credential helper to remove this warning. See 06:21:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:11 06:21:11 Login Succeeded 06:21:11 nexus3.edgexfoundry.org:10004 06:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:11 Configure a credential helper to remove this warning. See 06:21:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:11 06:21:11 Login Succeeded 06:21:11 ****.io 06:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:12 Configure a credential helper to remove this warning. See 06:21:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:12 06:21:12 Login Succeeded 06:21:12 ---> ****-login.sh ends [Pipeline] } 06:21:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:21:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:21:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:21:12 ========================================================= 06:21:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:21:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:13 + 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 . 06:21:13 Sending build context to Docker daemon 141.8kB 06:21:13 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:21:13 Step 2/12 : FROM ${BASE} AS builder 06:21:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:21:13 94e9d8af2201: Pulling fs layer 06:21:13 a6c56e8762df: Pulling fs layer 06:21:13 f0f3c8884826: Pulling fs layer 06:21:13 c7e7622c144d: Pulling fs layer 06:21:13 4f4fb700ef54: Pulling fs layer 06:21:13 e8859aadc426: Pulling fs layer 06:21:13 b4813487a9f6: Pulling fs layer 06:21:13 502a3d64fb4b: Pulling fs layer 06:21:13 c7e7622c144d: Waiting 06:21:13 4f4fb700ef54: Waiting 06:21:13 e8859aadc426: Waiting 06:21:13 502a3d64fb4b: Waiting 06:21:13 b4813487a9f6: Waiting 06:21:13 a6c56e8762df: Verifying Checksum 06:21:13 a6c56e8762df: Download complete 06:21:13 c7e7622c144d: Download complete 06:21:13 4f4fb700ef54: Download complete 06:21:13 e8859aadc426: Verifying Checksum 06:21:13 e8859aadc426: Download complete 06:21:13 94e9d8af2201: Download complete 06:21:14 502a3d64fb4b: Verifying Checksum 06:21:14 502a3d64fb4b: Download complete 06:21:14 94e9d8af2201: Pull complete 06:21:15 a6c56e8762df: Pull complete 06:21:15 f0f3c8884826: Verifying Checksum 06:21:15 f0f3c8884826: Download complete 06:21:16 b4813487a9f6: Verifying Checksum 06:21:16 b4813487a9f6: Download complete 06:21:23 Removing intermediate container fca4d709081e 06:21:23 ---> 55d249e48576 06:21:23 Step 13/26 : FROM alpine:3.20 06:21:23 3.20: Pulling from library/alpine 06:21:23 0a9a5dfd008f: Already exists 06:21:23 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:21:23 Status: Downloaded newer image for alpine:3.20 06:21:23 ---> ff221270b9fb 06:21:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:21:23 ---> Running in 471449a7694d 06:21:23 Removing intermediate container 471449a7694d 06:21:23 ---> d9c48edcae41 06:21:23 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 06:21:23 ---> Running in 7a2810540785 06:21:23 Removing intermediate container 7a2810540785 06:21:23 ---> 552a0b9b2b85 06:21:23 Step 16/26 : RUN apk add --update --no-cache dumb-init 06:21:23 ---> Running in 84d4f1cce73b 06:21:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:21:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:21:23 (1/1) Installing dumb-init (1.2.5-r3) 06:21:23 Executing busybox-1.36.1-r29.trigger 06:21:23 OK: 8 MiB in 15 packages 06:21:23 Removing intermediate container 84d4f1cce73b 06:21:23 ---> 201ab19293b5 06:21:23 Step 17/26 : RUN apk --no-cache upgrade 06:21:23 ---> Running in e33857a0f5ce 06:21:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:21:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:21:23 OK: 8 MiB in 15 packages 06:21:23 Removing intermediate container e33857a0f5ce 06:21:23 ---> 9cc961a260ec 06:21:23 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 06:21:24 ---> e928cd928c6b 06:21:24 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 06:21:24 ---> 6908be09b5ae 06:21:24 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 06:21:24 ---> f1acb658b5e6 06:21:24 Step 21/26 : EXPOSE 59986 06:21:24 ---> Running in c3e3958cef58 06:21:24 Removing intermediate container c3e3958cef58 06:21:24 ---> d78f19c791d8 06:21:24 Step 22/26 : ENTRYPOINT ["/device-rest"] 06:21:25 ---> Running in 3819ec54ac09 06:21:25 Removing intermediate container 3819ec54ac09 06:21:25 ---> da267b6b9ea4 06:21:25 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:21:25 ---> Running in 8f6561738d12 06:21:25 Removing intermediate container 8f6561738d12 06:21:25 ---> 22946618f359 06:21:25 Step 24/26 : LABEL arch=amd64 06:21:25 ---> Running in 744105d2d9d7 06:21:25 Removing intermediate container 744105d2d9d7 06:21:25 ---> 3d76b9395586 06:21:25 Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:21:25 ---> Running in f24461b0b526 06:21:25 Removing intermediate container f24461b0b526 06:21:25 ---> 8879853e3405 06:21:25 Step 26/26 : LABEL version=4.1.0-dev.2 06:21:25 ---> Running in 404c5d2437f9 06:21:25 Removing intermediate container 404c5d2437f9 06:21:25 ---> 7af1c8ccc299 06:21:25 [Warning] One or more build-args [ARCH] were not consumed 06:21:25 Successfully built 7af1c8ccc299 06:21:25 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:21:25 provisioning config files... 06:21:25 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11919514580651517004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:25 ---> ****-login.sh 06:21:25 nexus3.edgexfoundry.org:10001 06:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:25 Configure a credential helper to remove this warning. See 06:21:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:25 06:21:25 Login Succeeded 06:21:25 nexus3.edgexfoundry.org:10002 06:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:25 Configure a credential helper to remove this warning. See 06:21:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:25 06:21:25 Login Succeeded 06:21:25 nexus3.edgexfoundry.org:10003 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 nexus3.edgexfoundry.org:10004 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 ****.io 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 ---> ****-login.sh ends [Pipeline] } 06:21:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:21:26 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 06:21:26 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:21:26 latest 06:21:26 4.1.0-dev.2 06:21:26 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:21:26 main 06:21:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:27 + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:21:27 b4e0f186a46c: Preparing 06:21:27 b11069fd88e2: Preparing 06:21:27 240fadd149b3: Preparing 06:21:27 13a951d77039: Preparing 06:21:27 4d0ee9fb920f: Preparing 06:21:27 994456c4fd7b: Preparing 06:21:27 994456c4fd7b: Waiting 06:21:27 13a951d77039: Pushed 06:21:27 4d0ee9fb920f: Pushed 06:21:27 b11069fd88e2: Pushed 06:21:27 b4e0f186a46c: Pushed 06:21:27 994456c4fd7b: Layer already exists 06:21:30 240fadd149b3: Pushed 06:21:30 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:30 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:30 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 06:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:21:30 b4e0f186a46c: Preparing 06:21:30 b11069fd88e2: Preparing 06:21:30 240fadd149b3: Preparing 06:21:30 13a951d77039: Preparing 06:21:30 4d0ee9fb920f: Preparing 06:21:30 994456c4fd7b: Preparing 06:21:30 994456c4fd7b: Waiting 06:21:30 240fadd149b3: Layer already exists 06:21:30 b11069fd88e2: Layer already exists 06:21:30 b4e0f186a46c: Layer already exists 06:21:30 4d0ee9fb920f: Layer already exists 06:21:30 13a951d77039: Layer already exists 06:21:30 994456c4fd7b: Layer already exists 06:21:30 latest: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:31 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:31 f0f3c8884826: Pull complete 06:21:31 c7e7622c144d: Pull complete 06:21:31 4f4fb700ef54: Pull complete 06:21:31 e8859aadc426: Pull complete 06:21:31 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:21:31 b4e0f186a46c: Preparing 06:21:31 b11069fd88e2: Preparing 06:21:31 240fadd149b3: Preparing 06:21:31 13a951d77039: Preparing 06:21:31 4d0ee9fb920f: Preparing 06:21:31 994456c4fd7b: Preparing 06:21:31 4d0ee9fb920f: Layer already exists 06:21:31 240fadd149b3: Layer already exists 06:21:31 b4e0f186a46c: Layer already exists 06:21:31 b11069fd88e2: Layer already exists 06:21:31 13a951d77039: Layer already exists 06:21:31 994456c4fd7b: Layer already exists 06:21:31 4.1.0-dev.2: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:31 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:32 + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:21:32 b4e0f186a46c: Preparing 06:21:32 b11069fd88e2: Preparing 06:21:32 240fadd149b3: Preparing 06:21:32 13a951d77039: Preparing 06:21:32 4d0ee9fb920f: Preparing 06:21:32 994456c4fd7b: Preparing 06:21:32 4d0ee9fb920f: Layer already exists 06:21:32 13a951d77039: Layer already exists 06:21:32 b11069fd88e2: Layer already exists 06:21:32 b4e0f186a46c: Layer already exists 06:21:32 240fadd149b3: Layer already exists 06:21:32 994456c4fd7b: Layer already exists 06:21:32 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:32 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:32 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 06:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:21:32 b4e0f186a46c: Preparing 06:21:32 b11069fd88e2: Preparing 06:21:32 240fadd149b3: Preparing 06:21:32 13a951d77039: Preparing 06:21:32 4d0ee9fb920f: Preparing 06:21:32 994456c4fd7b: Preparing 06:21:32 4d0ee9fb920f: Layer already exists 06:21:32 240fadd149b3: Layer already exists 06:21:32 13a951d77039: Layer already exists 06:21:32 b11069fd88e2: Layer already exists 06:21:32 b4e0f186a46c: Layer already exists 06:21:32 994456c4fd7b: Layer already exists 06:21:32 main: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:33 ===================================================== [Pipeline] echo 06:21:33 taggedImages: 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:latest 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 06:21:33 ========================================================= 06:21:33 [edgeXBuildMultiArch] RAW Config: 06:21:33 images: 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:latest 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:21:33 - nexus3.edgexfoundry.org:10004/device-rest:main 06:21:33 settingsFile: 06:21:33 device-rest-go-settings 06:21:33 ========================================================= [Pipeline] node 06:21:39 b4813487a9f6: Pull complete 06:21:40 502a3d64fb4b: Pull complete 06:21:40 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 06:21:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:21:40 ---> 3bb21d53e231 06:21:40 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:21:41 ---> Running in 9f99772896f4 06:21:42 Removing intermediate container 9f99772896f4 06:21:42 ---> 055b305578ca 06:21:42 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:21:42 ---> Running in cd11506f1965 06:21:42 Removing intermediate container cd11506f1965 06:21:42 ---> db67aff85181 06:21:42 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:21:42 ---> Running in d7daac41fa47 06:21:42 Removing intermediate container d7daac41fa47 06:21:42 ---> ecd1099398b4 06:21:42 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:21:42 ---> Running in e23df382e78e 06:21:43 Removing intermediate container e23df382e78e 06:21:43 ---> 355dc2885d11 06:21:43 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:21:43 ---> Running in 927f3a38b692 06:21:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:21:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:21:46 (1/4) Installing openssh-keygen (9.7_p1-r5) 06:21:46 (2/4) Installing libedit (20240517.3.1-r0) 06:21:46 (3/4) Installing openssh-client-common (9.7_p1-r5) 06:21:46 (4/4) Installing openssh-client-default (9.7_p1-r5) 06:21:46 Executing busybox-1.36.1-r29.trigger 06:21:46 OK: 244 MiB in 62 packages 06:21:47 Removing intermediate container 927f3a38b692 06:21:47 ---> cbfca48500d8 06:21:47 Step 8/12 : WORKDIR /device-rest-go 06:21:47 ---> Running in fcc4e0837bfb 06:21:47 Removing intermediate container fcc4e0837bfb 06:21:47 ---> 414dc30f448b 06:21:47 Step 9/12 : COPY go.mod vendor* ./ 06:21:48 ---> 7b3d88220d86 06:21:48 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:48 ---> Running in e6244f3bd0e3 06:21:48 Still waiting to schedule task 06:21:48 All nodes of label ‘centos7-docker-4c-2g’ are offline 06:22:25 Running on prd-centos7-docker-4c-2g-3502 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:22:25 provisioning config files... 06:22:25 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11362681748983500022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:29 ---> ****-login.sh 06:22:29 nexus3.edgexfoundry.org:10001 06:22:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:22:29 Configure a credential helper to remove this warning. See 06:22:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:22:29 06:22:29 Login Succeeded 06:22:29 nexus3.edgexfoundry.org:10002 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 nexus3.edgexfoundry.org:10003 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 nexus3.edgexfoundry.org:10004 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 ****.io 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 ---> ****-login.sh ends [Pipeline] } 06:22:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:30 + docker buildx ls 06:22:31 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:22:31 default * docker 06:22:31 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:22:31 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:22:31 edgex-builder [Pipeline] sh 06:22:31 + docker buildx inspect --bootstrap 06:22:31 #1 [internal] booting buildkit 06:22:31 #1 pulling image moby/buildkit:buildx-stable-1 06:22:34 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 06:22:34 #1 creating container buildx_buildkit_edgex-builder0 06:22:36 #1 creating container buildx_buildkit_edgex-builder0 2.2s done 06:22:36 #1 DONE 5.1s 06:22:36 Name: edgex-builder 06:22:36 Driver: docker-container 06:22:36 06:22:36 Nodes: 06:22:36 Name: edgex-builder0 06:22:36 Endpoint: unix:///var/run/docker.sock 06:22:36 Status: running 06:22:36 Buildkit: v0.22.0 06:22:36 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:22:36 + docker buildx ls 06:22:36 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:22:36 edgex-builder * docker-container 06:22:36 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:22:36 default docker 06:22:36 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:22:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5' 06:22:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --push - 06:22:36 #1 [internal] load build definition from Dockerfile 06:22:36 #1 transferring dockerfile: 196B done 06:22:36 #1 DONE 0.0s 06:22:36 06:22:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:22:36 #2 DONE 0.1s 06:22:36 06:22:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:22:37 #3 DONE 0.1s 06:22:37 06:22:37 #4 [internal] load .dockerignore 06:22:37 #4 transferring context: 2B done 06:22:37 #4 DONE 0.0s 06:22:37 06:22:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:37 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:37 #5 DONE 0.0s 06:22:37 06:22:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:37 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:37 #6 DONE 0.1s 06:22:37 06:22:37 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:22:37 #7 DONE 0.0s 06:22:37 06:22:37 #8 exporting to image 06:22:37 #8 exporting layers done 06:22:37 #8 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 0.0s done 06:22:37 #8 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done 06:22:37 #8 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done 06:22:37 #8 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done 06:22:37 #8 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done 06:22:37 #8 pushing layers 0.1s done 06:22:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 06:22:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:22:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:37 #8 DONE 0.2s 06:22:37 06:22:37 1 warning found (use --debug to expand): 06:22:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:22:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 06:22:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 06:22:37 #1 [internal] load build definition from Dockerfile 06:22:37 #1 transferring dockerfile: 162B done 06:22:37 #1 DONE 0.0s 06:22:37 06:22:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 06:22:37 #2 DONE 0.0s 06:22:37 06:22:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 06:22:37 #3 DONE 0.0s 06:22:37 06:22:37 #4 [internal] load .dockerignore 06:22:37 #4 transferring context: 2B done 06:22:37 #4 DONE 0.0s 06:22:37 06:22:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:37 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:37 #5 CACHED 06:22:37 06:22:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:37 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:37 #6 CACHED 06:22:37 06:22:37 #7 exporting to image 06:22:37 #7 exporting layers 06:22:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:22:38 #7 exporting layers done 06:22:38 #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done 06:22:38 #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done 06:22:38 #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done 06:22:38 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done 06:22:38 #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done 06:22:38 #7 pushing layers 0.0s done 06:22:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:38 #7 DONE 0.1s 06:22:38 06:22:38 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:22:38 #8 DONE 0.0s 06:22:38 06:22:38 1 warning found (use --debug to expand): 06:22:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:22:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2' 06:22:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 --push - 06:22:38 #1 [internal] load build definition from Dockerfile 06:22:38 #1 transferring dockerfile: 167B done 06:22:38 #1 DONE 0.0s 06:22:38 06:22:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:22:38 #2 DONE 0.0s 06:22:38 06:22:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:22:38 #3 DONE 0.0s 06:22:38 06:22:38 #4 [internal] load .dockerignore 06:22:38 #4 transferring context: 2B done 06:22:38 #4 DONE 0.0s 06:22:38 06:22:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:38 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c done 06:22:38 #5 CACHED 06:22:38 06:22:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:38 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c done 06:22:38 #6 CACHED 06:22:38 06:22:38 #7 exporting to image 06:22:38 #7 exporting layers done 06:22:38 #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done 06:22:38 #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done 06:22:38 #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done 06:22:38 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d 06:22:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:22:38 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done 06:22:38 #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done 06:22:38 #7 pushing layers 0.0s done 06:22:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:38 #7 DONE 0.1s 06:22:38 06:22:38 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:22:38 #8 DONE 0.0s 06:22:38 06:22:38 1 warning found (use --debug to expand): 06:22:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:22:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 --push - 06:22:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2' 06:22:38 #1 [internal] load build definition from Dockerfile 06:22:38 #1 transferring dockerfile: 208B done 06:22:38 #1 DONE 0.0s 06:22:38 06:22:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:22:38 #2 DONE 0.0s 06:22:38 06:22:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:22:38 #3 DONE 0.0s 06:22:38 06:22:38 #4 [internal] load .dockerignore 06:22:38 #4 transferring context: 2B done 06:22:38 #4 DONE 0.0s 06:22:38 06:22:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:38 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:38 #5 CACHED 06:22:38 06:22:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:38 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done 06:22:38 #6 CACHED 06:22:38 06:22:38 #7 exporting to image 06:22:38 #7 exporting layers done 06:22:38 #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done 06:22:38 #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done 06:22:38 #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done 06:22:38 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done 06:22:38 #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done 06:22:38 #7 pushing layers 0.0s done 06:22:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 06:22:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:22:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:39 #7 DONE 0.1s 06:22:39 06:22:39 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:22:39 #8 DONE 0.0s 06:22:39 06:22:39 1 warning found (use --debug to expand): 06:22:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:22:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 06:22:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 06:22:39 #1 [internal] load build definition from Dockerfile 06:22:39 #1 transferring dockerfile: 06:22:39 #1 transferring dockerfile: 160B done 06:22:39 #1 DONE 0.2s 06:22:39 06:22:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 06:22:39 #2 DONE 0.2s 06:22:39 06:22:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 06:22:39 #3 DONE 0.1s 06:22:39 06:22:39 #4 [internal] load .dockerignore 06:22:40 #4 transferring context: 2B done 06:22:40 #4 DONE 0.4s 06:22:40 06:22:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:40 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:40 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.3s done 06:22:40 #5 CACHED 06:22:40 06:22:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 06:22:40 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.3s done 06:22:40 #6 CACHED 06:22:40 06:22:40 #7 exporting to image 06:22:40 #7 exporting layers 06:22:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:22:40 #7 exporting layers done 06:22:40 #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 0.1s done 06:22:40 #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e 06:22:41 #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e 0.0s done 06:22:41 #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 0.1s done 06:22:41 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d 06:22:41 #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d 0.1s done 06:22:41 #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 06:22:41 #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:41 #7 pushing layers 0.0s done 06:22:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 06:22:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done 06:22:42 #7 DONE 0.5s 06:22:42 06:22:42 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:22:42 #8 DONE 0.0s 06:22:44 06:22:44 1 warning found (use --debug to expand): 06:22:44  - 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 06:22:44 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:22:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:22:45 ---> package-listing.sh 06:22:45 ++ facter osfamily 06:22:45 ++ tr '[:upper:]' '[:lower:]' 06:22:45 + OS_FAMILY=redhat 06:22:45 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 06:22:45 + START_PACKAGES=/tmp/packages_start.txt 06:22:45 + END_PACKAGES=/tmp/packages_end.txt 06:22:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:22:45 + PACKAGES=/tmp/packages_start.txt 06:22:45 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:22:45 + PACKAGES=/tmp/packages_end.txt 06:22:45 + case "${OS_FAMILY}" in 06:22:45 + rpm -qa 06:22:45 + sort 06:22:46 + '[' -f /tmp/packages_start.txt ']' 06:22:46 + '[' -f /tmp/packages_end.txt ']' 06:22:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:22:46 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:22:46 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 06:22:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 06:22:46 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 06:22:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:22:48 06:22:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:22:48 latest: Pulling from edgex-lftools-log-publisher 06:22:48 5eb5b503b376: Pulling fs layer 06:22:48 5c69ac0246d0: Pulling fs layer 06:22:48 ec43610c2a17: Pulling fs layer 06:22:48 3a2ae6a8a46f: Pulling fs layer 06:22:48 33b1e0a273af: Pulling fs layer 06:22:48 5d3b04190fa2: Pulling fs layer 06:22:48 2f39f015ded8: Pulling fs layer 06:22:48 33b1e0a273af: Waiting 06:22:48 5d3b04190fa2: Waiting 06:22:48 2f39f015ded8: Waiting 06:22:48 3a2ae6a8a46f: Waiting 06:22:49 5c69ac0246d0: Download complete 06:22:49 3a2ae6a8a46f: Verifying Checksum 06:22:49 3a2ae6a8a46f: Download complete 06:22:49 33b1e0a273af: Verifying Checksum 06:22:49 33b1e0a273af: Download complete 06:22:49 ec43610c2a17: Verifying Checksum 06:22:49 ec43610c2a17: Download complete 06:22:49 5d3b04190fa2: Verifying Checksum 06:22:49 5d3b04190fa2: Download complete 06:22:49 5eb5b503b376: Verifying Checksum 06:22:49 5eb5b503b376: Download complete 06:22:50 2f39f015ded8: Verifying Checksum 06:22:50 2f39f015ded8: Download complete 06:22:51 5eb5b503b376: Pull complete 06:22:52 5c69ac0246d0: Pull complete 06:22:52 ec43610c2a17: Pull complete 06:22:52 3a2ae6a8a46f: Pull complete 06:22:52 33b1e0a273af: Pull complete 06:22:52 5d3b04190fa2: Pull complete 06:22:57 2f39f015ded8: Pull complete 06:22:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:22:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:22:57 prd-centos7-docker-4c-2g-3502 does not seem to be running inside a container 06:22:57 $ 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 06:23:01 $ docker top c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:01 + touch /tmp/pre-build-complete [Pipeline] sh 06:23:02 + mkdir -p /var/log/sysstat [Pipeline] sh 06:23:02 + ls /var/log/sa-host 06:23:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:23:02 provisioning config files... 06:23:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15783679409964028932tmp [Pipeline] { [Pipeline] echo 06:23:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:23:02 ---> create-netrc.sh [Pipeline] } 06:23:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> python-tools-install.sh [Pipeline] echo 06:23:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> sudo-logs.sh 06:23:03 Archiving 'sudo' log.. 06:23:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-3502.novalocal: Name or service not known 06:23:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-3502.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:23:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> job-cost.sh 06:23:03 lf-activate-venv: SKIPPING 06:23:03 INFO: No Stack... 06:23:05 INFO: Retrieving Pricing Info for: v3-standard-2 06:23:06 INFO: Archiving Costs [Pipeline] echo 06:23:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:23:06 ---> logs-deploy.sh 06:23:06 lf-activate-venv: SKIPPING 06:23:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/200 06:23:06 INFO: archiving workspace using pattern(s): 06:23:07 Archives upload complete. 06:23:07 INFO: archiving logs to Nexus 06:23:08 ---> uname -a: 06:23:08 Linux prd-centos7-docker-4c-2g-3502.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 06:23:08 06:23:08 06:23:08 ---> lscpu: 06:23:08 Architecture: x86_64 06:23:08 CPU op-mode(s): 32-bit, 64-bit 06:23:08 Byte Order: Little Endian 06:23:08 Address sizes: 40 bits physical, 48 bits virtual 06:23:08 CPU(s): 2 06:23:08 On-line CPU(s) list: 0,1 06:23:08 Thread(s) per core: 1 06:23:08 Core(s) per socket: 1 06:23:08 Socket(s): 2 06:23:08 NUMA node(s): 1 06:23:08 Vendor ID: AuthenticAMD 06:23:08 CPU family: 23 06:23:08 Model: 49 06:23:08 Model name: AMD EPYC-Rome Processor 06:23:08 Stepping: 0 06:23:08 CPU MHz: 2800.000 06:23:08 BogoMIPS: 5600.00 06:23:08 Virtualization: AMD-V 06:23:08 Hypervisor vendor: KVM 06:23:08 Virtualization type: full 06:23:08 L1d cache: 64 KiB 06:23:08 L1i cache: 64 KiB 06:23:08 L2 cache: 1 MiB 06:23:08 L3 cache: 32 MiB 06:23:08 NUMA node0 CPU(s): 0,1 06:23:08 Vulnerability Itlb multihit: Not affected 06:23:08 Vulnerability L1tf: Not affected 06:23:08 Vulnerability Mds: Not affected 06:23:08 Vulnerability Meltdown: Not affected 06:23:08 Vulnerability Mmio stale data: Not affected 06:23:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:23:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:23:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:23:08 Vulnerability Srbds: Not affected 06:23:08 Vulnerability Tsx async abort: Not affected 06:23:08 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 06:23:08 06:23:08 06:23:08 ---> nproc: 06:23:08 2 06:23:08 06:23:08 06:23:08 ---> df -h: 06:23:08 Filesystem Size Used Avail Use% Mounted on 06:23:08 overlay 40G 7.3G 33G 19% / 06:23:08 tmpfs 64M 0 64M 0% /dev 06:23:08 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:23:08 shm 64M 0 64M 0% /dev/shm 06:23:08 /dev/vda1 40G 7.3G 33G 19% /facter-os 06:23:08 06:23:08 06:23:08 Cannot open /var/log/sysstat/sa18: No such file or directory 06:23:08 Please check if data collecting is enabled 06:23:08 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:23:08 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:23:08 $ docker stop --time=1 c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e 06:23:09 $ docker rm -f --volumes c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:23:09 [WS-CLEANUP] Deleting project workspace... 06:23:09 [WS-CLEANUP] Deferred wipeout is used... 06:23:09 [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 06:23:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:23:10 06:23:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:23:10 latest: Pulling from edgex-lftools-log-publisher 06:23:10 5eb5b503b376: Pulling fs layer 06:23:10 5c69ac0246d0: Pulling fs layer 06:23:10 ec43610c2a17: Pulling fs layer 06:23:10 3a2ae6a8a46f: Pulling fs layer 06:23:10 33b1e0a273af: Pulling fs layer 06:23:10 5d3b04190fa2: Pulling fs layer 06:23:10 2f39f015ded8: Pulling fs layer 06:23:10 3a2ae6a8a46f: Waiting 06:23:10 5d3b04190fa2: Waiting 06:23:10 33b1e0a273af: Waiting 06:23:10 2f39f015ded8: Waiting 06:23:10 5c69ac0246d0: Verifying Checksum 06:23:10 5c69ac0246d0: Download complete 06:23:10 3a2ae6a8a46f: Verifying Checksum 06:23:10 3a2ae6a8a46f: Download complete 06:23:10 33b1e0a273af: Verifying Checksum 06:23:10 33b1e0a273af: Download complete 06:23:10 ec43610c2a17: Verifying Checksum 06:23:10 ec43610c2a17: Download complete 06:23:10 5d3b04190fa2: Verifying Checksum 06:23:10 5d3b04190fa2: Download complete 06:23:10 5eb5b503b376: Download complete 06:23:11 2f39f015ded8: Download complete 06:23:11 5eb5b503b376: Pull complete 06:23:12 5c69ac0246d0: Pull complete 06:23:12 ec43610c2a17: Pull complete 06:23:12 3a2ae6a8a46f: Pull complete 06:23:12 33b1e0a273af: Pull complete 06:23:12 5d3b04190fa2: Pull complete 06:23:16 2f39f015ded8: Pull complete 06:23:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:23:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:23:16 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:23:16 $ 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 06:23:20 $ docker top b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:23:20 ---> job-cost.sh 06:23:20 lf-activate-venv: SKIPPING 06:23:20 INFO: No Stack... 06:23:21 INFO: Retrieving Pricing Info for: v3-standard-8 06:23:21 INFO: Archiving Costs [Pipeline] sh 06:23:21 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 06:23:21 + cut -d, -f6 [Pipeline] lock 06:23:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] 06:23:21 Resource [jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] did not exist. Created. 06:23:21 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:23:22 + echo total: 0.2199999988079071 [Pipeline] stash 06:23:22 Stashed 1 file(s) [Pipeline] } 06:23:22 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } 06:23:22 $ docker stop --time=1 b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face 06:23:23 $ docker rm -f --volumes b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:24:09 Removing intermediate container e6244f3bd0e3 06:24:09 ---> dd0005ecd602 06:24:09 Step 11/12 : COPY . . 06:24:09 ---> 0fc31dbb1e48 06:24:09 Step 12/12 : RUN $MAKE 06:24:09 ---> Running in ca0a97372b00 06:24:09 noop 06:24:09 Removing intermediate container ca0a97372b00 06:24:09 ---> 48a0aa6318a9 06:24:09 Successfully built 48a0aa6318a9 06:24:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:10 + docker inspect -f . ci-base-image-arm64 06:24:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:10 prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container 06:24:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@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 06:24:11 $ docker top 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:12 + go version 06:24:12 go version go1.23.9 linux/arm64 [Pipeline] } 06:24:12 $ docker stop --time=1 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 06:24:14 $ docker rm -f --volumes 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:14 + docker inspect -f . ci-base-image-arm64 06:24:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:15 prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container 06:24:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@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 06:24:16 $ docker top f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:17 + git config --global --add safe.directory /w/workspace/device-rest-go/200 [Pipeline] fileExists [Pipeline] sh 06:24:17 + make test 06:24:17 go test ./... -coverprofile=coverage.out ./... 06:24:24 ? github.com/edgexfoundry/device-rest-go [no test files] 06:27:31 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 06:27:32 ok github.com/edgexfoundry/device-rest-go/driver 0.041s coverage: 32.2% of statements 06:27:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:27:33 go vet ./... 06:28:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:28:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:28:20 ./bin/test-attribution-txt.sh 06:28:20 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 06:28:20 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 06:28:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:28:20 $ docker stop --time=1 f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c 06:28:22 $ docker rm -f --volumes f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c [Pipeline] // withDockerContainer [Pipeline] sh 06:28:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:28:24 Warning: overwriting stash ‘coverage-report’ 06:28:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:28:25 + ls -al . 06:28:25 total 240 06:28:25 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:24 . 06:28:25 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 06:20 .. 06:28:25 -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 06:20 .dockerignore 06:28:25 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:20 .git 06:28:25 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 .github 06:28:25 -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 06:20 .gitignore 06:28:25 -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 06:20 .golangci.yml 06:28:25 -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 06:20 Attribution.txt 06:28:25 -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 06:20 CHANGELOG.md 06:28:25 -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 06:20 Dockerfile 06:28:25 -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 06:20 GOVERNANCE.md 06:28:25 -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 06:20 Jenkinsfile 06:28:25 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 06:20 LICENSE 06:28:25 -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 06:20 Makefile 06:28:25 -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 06:20 OWNERS.md 06:28:25 -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 06:20 README.md 06:28:25 -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 06:18 VERSION 06:28:25 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:20 bin 06:28:25 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 cmd 06:28:25 -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 06:27 coverage.out 06:28:25 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:20 driver 06:28:25 -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 06:20 go.mod 06:28:25 -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 06:20 go.sum 06:28:25 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 openapi 06:28:25 -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 06:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:28:25 + 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=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=arm64 --label version=4.1.0-dev.2 . 06:28:25 Sending build context to Docker daemon 157.2kB 06:28:26 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:28:26 Step 2/26 : FROM ${BASE} AS builder 06:28:26 ---> 48a0aa6318a9 06:28:26 Step 3/26 : ARG ADD_BUILD_TAGS="" 06:28:26 ---> Running in 334c2199bd94 06:28:26 Removing intermediate container 334c2199bd94 06:28:26 ---> 9447127b0f3e 06:28:26 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:28:26 ---> Running in 726ed9889698 06:28:26 Removing intermediate container 726ed9889698 06:28:26 ---> f02d140da6d3 06:28:26 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:28:26 ---> Running in d0796c9e4ae0 06:28:27 Removing intermediate container d0796c9e4ae0 06:28:27 ---> 37820ae68375 06:28:27 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 06:28:27 ---> Running in 1387f727eb80 06:28:27 Removing intermediate container 1387f727eb80 06:28:27 ---> e7f8bdeb89d3 06:28:27 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:28:27 ---> Running in c36e3f1f809e 06:28:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:28:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:28:30 OK: 244 MiB in 62 packages 06:28:30 Removing intermediate container c36e3f1f809e 06:28:30 ---> 89311465351f 06:28:30 Step 8/26 : WORKDIR /device-rest-go 06:28:31 ---> Running in fb0fea75c342 06:28:31 Removing intermediate container fb0fea75c342 06:28:31 ---> 339e017d6f47 06:28:31 Step 9/26 : COPY go.mod vendor* ./ 06:28:32 ---> 4109afffe770 06:28:32 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:28:32 ---> Running in 5ebcb0ec7d40 06:28:34 Removing intermediate container 5ebcb0ec7d40 06:28:34 ---> 5ed32ffcb906 06:28:34 Step 11/26 : COPY . . 06:28:35 ---> 9ec83dd49947 06:28:35 Step 12/26 : RUN $MAKE 06:28:35 ---> Running in f704e8e0d187 06:28:36 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 06:31:58 Removing intermediate container f704e8e0d187 06:31:58 ---> ddc6d42509cd 06:31:58 Step 13/26 : FROM alpine:3.20 06:31:58 3.20: Pulling from library/alpine 06:31:58 94e9d8af2201: Already exists 06:31:58 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:31:58 Status: Downloaded newer image for alpine:3.20 06:31:58 ---> 7aab056cecc6 06:31:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:31:58 ---> Running in 6f3c0709e99a 06:31:58 Removing intermediate container 6f3c0709e99a 06:31:58 ---> 9f8ba6bcddb8 06:31:58 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 06:31:58 ---> Running in d7a376abf4a9 06:31:58 Removing intermediate container d7a376abf4a9 06:31:58 ---> 6e76f202cd9a 06:31:58 Step 16/26 : RUN apk add --update --no-cache dumb-init 06:31:58 ---> Running in 5c34f1997345 06:31:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:31:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:31:58 (1/1) Installing dumb-init (1.2.5-r3) 06:31:58 Executing busybox-1.36.1-r29.trigger 06:31:58 OK: 9 MiB in 15 packages 06:31:58 Removing intermediate container 5c34f1997345 06:31:58 ---> 7879f8bf6fd9 06:31:58 Step 17/26 : RUN apk --no-cache upgrade 06:31:58 ---> Running in 56e2ccc06e2c 06:31:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:31:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:31:58 OK: 9 MiB in 15 packages 06:31:58 Removing intermediate container 56e2ccc06e2c 06:31:58 ---> 2aa8f8dec1c3 06:31:58 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 06:31:58 ---> d686fb50e188 06:31:58 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 06:31:58 ---> ac3ec2df7d36 06:31:58 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 06:31:58 ---> 0b935be1b92c 06:31:58 Step 21/26 : EXPOSE 59986 06:31:58 ---> Running in 6096b460dfea 06:31:58 Removing intermediate container 6096b460dfea 06:31:58 ---> 56e4d69d904d 06:31:58 Step 22/26 : ENTRYPOINT ["/device-rest"] 06:31:58 ---> Running in 9c70dbf31185 06:31:58 Removing intermediate container 9c70dbf31185 06:31:58 ---> 5e1492e8c529 06:31:58 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:31:58 ---> Running in 729b7d5ff263 06:31:58 Removing intermediate container 729b7d5ff263 06:31:58 ---> 980cabd4931d 06:31:58 Step 24/26 : LABEL arch=arm64 06:31:58 ---> Running in 1fcb5976ac61 06:31:58 Removing intermediate container 1fcb5976ac61 06:31:58 ---> 2af3c70162d3 06:31:58 Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:31:58 ---> Running in bc07cd8561b1 06:31:58 Removing intermediate container bc07cd8561b1 06:31:58 ---> a787baa0f643 06:31:58 Step 26/26 : LABEL version=4.1.0-dev.2 06:31:58 ---> Running in 7fce15e58fd7 06:31:59 Removing intermediate container 7fce15e58fd7 06:31:59 ---> 1d1c7acea0fb 06:31:59 [Warning] One or more build-args [ARCH] were not consumed 06:31:59 Successfully built 1d1c7acea0fb 06:31:59 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 06:31:59 provisioning config files... 06:31:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/200@tmp/config12705624330781762799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:59 ---> ****-login.sh 06:31:59 nexus3.edgexfoundry.org:10001 06:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:31:59 Configure a credential helper to remove this warning. See 06:31:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:31:59 06:31:59 Login Succeeded 06:31:59 nexus3.edgexfoundry.org:10002 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 nexus3.edgexfoundry.org:10003 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 nexus3.edgexfoundry.org:10004 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 ****.io 06:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:32:01 Configure a credential helper to remove this warning. See 06:32:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:32:01 06:32:01 Login Succeeded 06:32:01 ---> ****-login.sh ends [Pipeline] } 06:32:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:32:01 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 06:32:01 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:32:01 latest 06:32:01 4.1.0-dev.2 06:32:01 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:32:01 main 06:32:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:01 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:02 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:32:02 16cce65e274a: Preparing 06:32:02 747db09f140b: Preparing 06:32:02 d9adbe01cef7: Preparing 06:32:02 941f220f6390: Preparing 06:32:02 effe5ac756c7: Preparing 06:32:02 dd9c8f8612c8: Preparing 06:32:02 dd9c8f8612c8: Waiting 06:32:02 941f220f6390: Pushed 06:32:02 effe5ac756c7: Pushed 06:32:02 dd9c8f8612c8: Layer already exists 06:32:02 747db09f140b: Pushed 06:32:02 16cce65e274a: Pushed 06:32:08 d9adbe01cef7: Pushed 06:32:09 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:09 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:32:09 16cce65e274a: Preparing 06:32:09 747db09f140b: Preparing 06:32:09 d9adbe01cef7: Preparing 06:32:09 941f220f6390: Preparing 06:32:09 effe5ac756c7: Preparing 06:32:09 dd9c8f8612c8: Preparing 06:32:09 dd9c8f8612c8: Waiting 06:32:09 941f220f6390: Layer already exists 06:32:09 16cce65e274a: Layer already exists 06:32:09 d9adbe01cef7: Layer already exists 06:32:09 effe5ac756c7: Layer already exists 06:32:09 747db09f140b: Layer already exists 06:32:09 dd9c8f8612c8: Layer already exists 06:32:10 latest: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:10 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 06:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:32:10 16cce65e274a: Preparing 06:32:10 747db09f140b: Preparing 06:32:10 d9adbe01cef7: Preparing 06:32:10 941f220f6390: Preparing 06:32:10 effe5ac756c7: Preparing 06:32:10 dd9c8f8612c8: Preparing 06:32:10 dd9c8f8612c8: Waiting 06:32:10 747db09f140b: Layer already exists 06:32:10 16cce65e274a: Layer already exists 06:32:10 d9adbe01cef7: Layer already exists 06:32:10 941f220f6390: Layer already exists 06:32:10 effe5ac756c7: Layer already exists 06:32:10 dd9c8f8612c8: Layer already exists 06:32:10 4.1.0-dev.2: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:11 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:11 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:32:11 16cce65e274a: Preparing 06:32:11 747db09f140b: Preparing 06:32:11 d9adbe01cef7: Preparing 06:32:11 941f220f6390: Preparing 06:32:11 effe5ac756c7: Preparing 06:32:11 dd9c8f8612c8: Preparing 06:32:11 dd9c8f8612c8: Waiting 06:32:11 747db09f140b: Layer already exists 06:32:11 effe5ac756c7: Layer already exists 06:32:11 16cce65e274a: Layer already exists 06:32:11 941f220f6390: Layer already exists 06:32:11 d9adbe01cef7: Layer already exists 06:32:11 dd9c8f8612c8: Layer already exists 06:32:11 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:11 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:12 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 06:32:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:32:12 16cce65e274a: Preparing 06:32:12 747db09f140b: Preparing 06:32:12 d9adbe01cef7: Preparing 06:32:12 941f220f6390: Preparing 06:32:12 effe5ac756c7: Preparing 06:32:12 dd9c8f8612c8: Preparing 06:32:12 dd9c8f8612c8: Waiting 06:32:12 effe5ac756c7: Layer already exists 06:32:12 747db09f140b: Layer already exists 06:32:12 d9adbe01cef7: Layer already exists 06:32:12 16cce65e274a: Layer already exists 06:32:12 941f220f6390: Layer already exists 06:32:12 dd9c8f8612c8: Layer already exists 06:32:12 main: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:12 ===================================================== [Pipeline] echo 06:32:12 taggedImages: 06:32:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 06:32:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:32:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 06:32:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 06:32:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 06:32:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo 06:32:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 06:32:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo 06:32:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] echo 06:32:12 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 06:32:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:32:13 06:32:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:32:13 arm64: Pulling from edgex-lftools-log-publisher 06:32:13 8998bd30e6a1: Pulling fs layer 06:32:13 04944245beec: Pulling fs layer 06:32:13 699f458cf7ca: Pulling fs layer 06:32:13 765212b225bb: Pulling fs layer 06:32:13 f23df028b6ca: Pulling fs layer 06:32:13 d65c8cfc05b1: Pulling fs layer 06:32:13 2437ff75d9bd: Pulling fs layer 06:32:13 f23df028b6ca: Waiting 06:32:13 d65c8cfc05b1: Waiting 06:32:13 2437ff75d9bd: Waiting 06:32:13 765212b225bb: Waiting 06:32:13 04944245beec: Verifying Checksum 06:32:13 04944245beec: Download complete 06:32:13 765212b225bb: Verifying Checksum 06:32:13 765212b225bb: Download complete 06:32:13 f23df028b6ca: Verifying Checksum 06:32:13 f23df028b6ca: Download complete 06:32:13 d65c8cfc05b1: Verifying Checksum 06:32:13 d65c8cfc05b1: Download complete 06:32:13 699f458cf7ca: Verifying Checksum 06:32:13 699f458cf7ca: Download complete 06:32:14 8998bd30e6a1: Verifying Checksum 06:32:14 8998bd30e6a1: Download complete 06:32:16 2437ff75d9bd: Verifying Checksum 06:32:16 2437ff75d9bd: Download complete 06:32:19 8998bd30e6a1: Pull complete 06:32:19 04944245beec: Pull complete 06:32:21 699f458cf7ca: Pull complete 06:32:21 765212b225bb: Pull complete 06:32:22 f23df028b6ca: Pull complete 06:32:22 d65c8cfc05b1: Pull complete 06:32:40 2437ff75d9bd: Pull complete 06:32:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:32:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:32:40 prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container 06:32:40 $ 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/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@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 06:32:43 $ docker top 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:44 ---> job-cost.sh 06:32:44 lf-activate-venv: SKIPPING 06:32:44 INFO: No Stack... 06:32:44 INFO: Retrieving Pricing Info for: v3-standard-4 06:32:45 INFO: Archiving Costs [Pipeline] sh 06:32:46 + cat /w/workspace/device-rest-go/200/archives/cost.csv 06:32:46 + cut -d, -f6 [Pipeline] lock 06:32:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] 06:32:46 Resource [jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] did not exist. Created. 06:32:46 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:32:47 /w/workspace/device-rest-go/200@tmp/durable-bb76140a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:32:47 + echo total: 0.10999999940395355 [Pipeline] stash 06:32:47 Warning: overwriting stash ‘stack-cost’ 06:32:47 Stashed 1 file(s) [Pipeline] } 06:32:47 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } 06:32:47 $ docker stop --time=1 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd 06:32:49 $ docker rm -f --volumes 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd [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 06:32:49 provisioning config files... 06:32:49 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9476231937793818699tmp [Pipeline] { [Pipeline] sh 06:32:50 + set +x 06:32:50 + curl -s https://codecov.io/bash 06:32:50 + bash -s -- 06:32:50 06:32:50 _____ _ 06:32:50 / ____| | | 06:32:50 | | ___ __| | ___ ___ _____ __ 06:32:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:32:50 | |___| (_) | (_| | __/ (_| (_) \ V / 06:32:50 \_____\___/ \__,_|\___|\___\___/ \_/ 06:32:50 Bash-1.0.6 06:32:50 06:32:50 06:32:50 ==> git version 2.25.1 found 06:32:50 ==> 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 06:32:50 Release-Date: 2020-01-08 06:32:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:32:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:32:50 ==> Jenkins CI detected. 06:32:50 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 06:32:50 project root: . 06:32:50 --> token set from env 06:32:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:32:50 ==> Running gcov in . (disable via -X gcov) 06:32:50 ==> Python coveragepy not found 06:32:50 ==> Searching for coverage reports in: 06:32:50 + . 06:32:50 -> Found 1 reports 06:32:50 ==> Detecting git/mercurial file structure 06:32:50 ==> Reading reports 06:32:50 + ./coverage.out bytes=14565 06:32:50 ==> Appending adjustments 06:32:50 https://docs.codecov.io/docs/fixing-reports 06:32:50 + Found adjustments 06:32:50 ==> Gzipping contents 06:32:50 4.0K /tmp/codecov.3nwRXL.gz 06:32:50 ==> Uploading reports 06:32:50 url: https://codecov.io 06:32:50 query: branch=main&commit=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:32:50 -> Pinging Codecov 06:32:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:32:50 -> Uploading to 06:32:50 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/29ece5ecb4eb59755b9c469d003fe9bbe467b4e5/14f7de75-d992-4275-aad4-f5eaa7fa8564.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250618%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250618T063250Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=2ad93a30eccad38762a64c1614ef7c2572c9c9ff26d77426a0d1f4062ac356d8 06:32:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:50 Dload Upload Total Spent Left Speed 06:32:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 9691 --:--:-- --:--:-- --:--:-- 9691 06:32:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } 06:32:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:32:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:32:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:32:51 06:32:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:32:51 latest: Pulling from edgex-devops/edgex-snyk-go 06:32:51 0a9a5dfd008f: Already exists 06:32:51 36466aa92d05: Already exists 06:32:51 e10405b45d13: Already exists 06:32:51 096b7ceb2af7: Already exists 06:32:51 4f4fb700ef54: Already exists 06:32:51 e50aa161e22a: Pulling fs layer 06:32:51 d3c8db5fb9df: Pulling fs layer 06:32:51 e50aa161e22a: Verifying Checksum 06:32:51 e50aa161e22a: Download complete 06:32:52 e50aa161e22a: Pull complete 06:32:52 d3c8db5fb9df: Verifying Checksum 06:32:52 d3c8db5fb9df: Download complete 06:32:56 d3c8db5fb9df: Pull complete 06:32:56 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 06:32:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:32:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:32:56 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:32:56 $ 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 06:32:58 $ docker top 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:58 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 06:32:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 06:32:59 + set -o pipefail 06:32:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 06:33:09 06:33:09 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 06:33:09 06:33:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/92aa0242-41ea-4196-9abf-40b9cf6fa02b 06:33:09 06:33:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:33:09 06:33:09 06:33:09 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:33:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:33:09 $ docker stop --time=1 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 06:33:12 $ docker rm -f --volumes 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 [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 06:33:13 + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] sh 06:33:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:33:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:33:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:33:14 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:33:14 $ 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 06:33:14 $ docker top b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae -eo pid,comm 06:33:14 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). 06:33:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:33:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:33:14 [ssh-agent] Looking for ssh-agent implementation... 06:33:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:33:15 $ docker exec b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae ssh-agent 06:33:15 SSH_AUTH_SOCK=/tmp/ssh-UPza4ION7Mqw/agent.33 06:33:15 SSH_AGENT_PID=39 06:33:15 Running ssh-add (command line suppressed) 06:33:15 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11939893236634206057.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11939893236634206057.key) 06:33:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:33:15 + git semver tag 06:33:15 2025-06-18 06:33:15,834 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:33:15 2025-06-18 06:33:15,838 [run_tag] DEBUG tag force:False 06:33:15 2025-06-18 06:33:15,838 [check_head_tag] DEBUG check head tag 06:33:15 2025-06-18 06:33:15,839 [execute] INFO git cat-file --batch-check 06:33:15 2025-06-18 06:33:15,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 06:33:15 2025-06-18 06:33:15,841 [execute] INFO git cat-file --batch 06:33:15 2025-06-18 06:33:15,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 06:33:16 2025-06-18 06:33:15,850 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:33:16 2025-06-18 06:33:15,850 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 06:33:16 2025-06-18 06:33:15,850 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 06:33:16 2025-06-18 06:33:15,854 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:33:16 4.1.0-dev.2 [Pipeline] } 06:33:16 $ docker exec --env ******** --env ******** b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae ssh-agent -k 06:33:16 unset SSH_AUTH_SOCK; 06:33:16 unset SSH_AGENT_PID; 06:33:16 echo Agent pid 39 killed; 06:33:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:33:16 + git semver [Pipeline] } 06:33:16 $ docker stop --time=1 b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae 06:33:18 $ docker rm -f --volumes b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:33:18 06:33:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:33:18 0.23.1-centos7: Pulling from edgex-lftools 06:33:18 ab5ef0e58194: Pulling fs layer 06:33:18 9712f1f96733: Pulling fs layer 06:33:18 63f879dbbcfc: Pulling fs layer 06:33:18 0d9ebad4ef96: Pulling fs layer 06:33:18 e9a5061849ea: Pulling fs layer 06:33:18 d747dcd14b5f: Pulling fs layer 06:33:18 2de7ff778b66: Pulling fs layer 06:33:18 0d9ebad4ef96: Waiting 06:33:18 2de7ff778b66: Waiting 06:33:18 e9a5061849ea: Waiting 06:33:18 d747dcd14b5f: Waiting 06:33:18 9712f1f96733: Verifying Checksum 06:33:18 9712f1f96733: Download complete 06:33:19 63f879dbbcfc: Download complete 06:33:19 0d9ebad4ef96: Verifying Checksum 06:33:19 0d9ebad4ef96: Download complete 06:33:19 e9a5061849ea: Verifying Checksum 06:33:19 e9a5061849ea: Download complete 06:33:19 d747dcd14b5f: Verifying Checksum 06:33:19 d747dcd14b5f: Download complete 06:33:19 ab5ef0e58194: Download complete 06:33:19 2de7ff778b66: Verifying Checksum 06:33:19 2de7ff778b66: Download complete 06:33:22 ab5ef0e58194: Pull complete 06:33:22 9712f1f96733: Pull complete 06:33:22 63f879dbbcfc: Pull complete 06:33:27 0d9ebad4ef96: Pull complete 06:33:45 Cannot contact prd-ubuntu20.04-docker-8c-8g-3500: java.lang.InterruptedException 06:34:03 e9a5061849ea: Pull complete 06:34:03 d747dcd14b5f: Pull complete 06:34:03 2de7ff778b66: Pull complete 06:34:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:34:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:03 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:34:03 $ 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 06:34:03 $ docker top b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:34:03 provisioning config files... 06:34:03 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6680463983612191196tmp 06:34:03 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config882017662781363003tmp 06:34:03 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15142586631031207755tmp [Pipeline] { [Pipeline] echo 06:34:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:34:04 ---> sigul-configuration.sh 06:34:04 gpg: directory `/root/.gnupg' created 06:34:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:34:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:34:04 gpg: keyring `/root/.gnupg/secring.gpg' created 06:34:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:34:04 gpg: CAST5 encrypted data 06:34:04 gpg: encrypted with 1 passphrase 06:34:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:34:04 + mkdir /home/jenkins 06:34:04 + mkdir /home/jenkins/sigul [Pipeline] sh 06:34:04 + 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 06:34:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:34:05 ---> sigul-install.sh 06:34:05 Sigul already installed; skipping installation. [Pipeline] sh 06:34:05 + git tag --list 06:34:05 v1.0.0 06:34:05 v1.1.0 06:34:05 v1.1.1 06:34:05 v1.1.2 06:34:05 v1.2.0 06:34:05 v1.2.1 06:34:05 v2.0.0 06:34:05 v2.1.0 06:34:05 v2.1.1 06:34:05 v2.2.0 06:34:05 v2.3.0 06:34:05 v3.0 06:34:05 v3.0.0 06:34:05 v3.1 06:34:05 v3.1.0 06:34:05 v3.1.1 06:34:05 v4.0 06:34:05 v4.0.0 06:34:05 v4.1.0-dev.1 06:34:05 v4.1.0-dev.2 [Pipeline] sh 06:34:05 + lftools sign git-tag v4.1.0-dev.2 06:34:06 Signing Git tag with Sigul... 06:34:06 Signing v4.1.0-dev.2 [Pipeline] echo 06:34:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:34:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:34:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:34:06 $ docker stop --time=1 b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b 06:34:08 $ docker rm -f --volumes b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:34:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:34:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:09 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:34:09 $ 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 06:34:09 $ docker top 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 -eo pid,comm 06:34:09 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). 06:34:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:09 [ssh-agent] Looking for ssh-agent implementation... 06:34:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:09 $ docker exec 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 ssh-agent 06:34:09 SSH_AUTH_SOCK=/tmp/ssh-n8nXCdaoiwul/agent.32 06:34:09 SSH_AGENT_PID=38 06:34:09 Running ssh-add (command line suppressed) 06:34:09 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2400224219260882624.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2400224219260882624.key) 06:34:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:10 + git semver bump pre 06:34:10 2025-06-18 06:34:10,437 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:34:10 2025-06-18 06:34:10,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:34:10 2025-06-18 06:34:10,440 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev 06:34:10 2025-06-18 06:34:10,440 [bump_version] DEBUG bumped version:4.1.0-dev.3 06:34:10 2025-06-18 06:34:10,441 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 06:34:10 2025-06-18 06:34:10,441 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:34:10 2025-06-18 06:34:10,441 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:34:10 2025-06-18 06:34:10,443 [execute] INFO git cat-file --batch-check 06:34:10 2025-06-18 06:34:10,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 06:34:10 2025-06-18 06:34:10,447 [execute] INFO git cat-file --batch 06:34:10 2025-06-18 06:34:10,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 06:34:10 2025-06-18 06:34:10,450 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:34:10 4.1.0-dev.3 [Pipeline] } 06:34:10 $ docker exec --env ******** --env ******** 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 ssh-agent -k 06:34:10 unset SSH_AUTH_SOCK; 06:34:10 unset SSH_AGENT_PID; 06:34:10 echo Agent pid 38 killed; 06:34:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:10 + git semver [Pipeline] } 06:34:11 $ docker stop --time=1 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 06:34:12 $ docker rm -f --volumes 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:34:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:14 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:34:14 $ 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 06:34:14 $ docker top d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c -eo pid,comm 06:34:14 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). 06:34:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:14 [ssh-agent] Looking for ssh-agent implementation... 06:34:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:14 $ docker exec d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c ssh-agent 06:34:14 SSH_AUTH_SOCK=/tmp/ssh-Lf6N3W7jaXrE/agent.32 06:34:14 SSH_AGENT_PID=38 06:34:14 Running ssh-add (command line suppressed) 06:34:14 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4009212422423237755.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4009212422423237755.key) 06:34:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:15 + git semver push 06:34:15 2025-06-18 06:34:15,337 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:34:15 2025-06-18 06:34:15,340 [run_push] DEBUG push 06:34:15 2025-06-18 06:34:15,341 [execute] INFO git cat-file --batch-check 06:34:15 2025-06-18 06:34:15,341 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 06:34:15 2025-06-18 06:34:15,343 [execute] INFO git rev-list 3fa2938c476469262ffdb229062c73eec9f4d588 -- 06:34:15 2025-06-18 06:34:15,343 [execute] DEBUG Popen(['git', 'rev-list', '3fa2938c476469262ffdb229062c73eec9f4d588', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 06:34:15 2025-06-18 06:34:15,350 [execute] INFO git fetch -v -- origin 06:34:15 2025-06-18 06:34:15,350 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 06:34:15 2025-06-18 06:34:15,847 [run_push] DEBUG no remote changes detected 06:34:15 2025-06-18 06:34:15,848 [execute] INFO git push origin semver 06:34:15 2025-06-18 06:34:15,848 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 06:34:16 2025-06-18 06:34:16,556 [run_push] DEBUG push all version tags 06:34:16 2025-06-18 06:34:16,556 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:34:16 2025-06-18 06:34:16,556 [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) 06:34:17 2025-06-18 06:34:17,165 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:34:17 4.1.0-dev.3 [Pipeline] } 06:34:17 $ docker exec --env ******** --env ******** d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c ssh-agent -k 06:34:17 unset SSH_AUTH_SOCK; 06:34:17 unset SSH_AGENT_PID; 06:34:17 echo Agent pid 38 killed; 06:34:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:17 + git semver [Pipeline] } 06:34:18 $ docker stop --time=1 d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c 06:34:19 $ docker rm -f --volumes d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c [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 06:34:20 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 06:34:20 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 06:34:20 total 16 06:34:20 drwxr-xr-x 3 root root 4096 Jun 18 06:23 . 06:34:20 drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:34 .. 06:34:20 drwxr-xr-x 2 root root 4096 Jun 18 06:23 cost 06:34:20 -rw-r--r-- 1 root root 86 Jun 18 06:23 cost.csv 06:34:20 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 06:34:20 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 06:34:20 total 16 06:34:20 drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 06:23 . 06:34:20 drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:34 .. 06:34:20 drwxr-xr-x 2 jenkins jenkins 4096 Jun 18 06:23 cost 06:34:20 -rw-r--r-- 1 jenkins jenkins 86 Jun 18 06:23 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:34:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:21 ---> package-listing.sh 06:34:21 ++ facter osfamily 06:34:21 ++ tr '[:upper:]' '[:lower:]' 06:34:21 + OS_FAMILY=debian 06:34:21 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 06:34:21 + START_PACKAGES=/tmp/packages_start.txt 06:34:21 + END_PACKAGES=/tmp/packages_end.txt 06:34:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:21 + PACKAGES=/tmp/packages_start.txt 06:34:21 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:34:21 + PACKAGES=/tmp/packages_end.txt 06:34:21 + case "${OS_FAMILY}" in 06:34:21 + dpkg -l 06:34:21 + grep '^ii' 06:34:21 + '[' -f /tmp/packages_start.txt ']' 06:34:21 + '[' -f /tmp/packages_end.txt ']' 06:34:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:34:21 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:34:21 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 06:34:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 06:34:21 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 06:34:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:22 prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container 06:34:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 06:34:23 $ docker top 8cfe4c6c5ee4b4570c3151450d1a79f79bbacfc977ec5524ebccd98fcc065352 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:23 + touch /tmp/pre-build-complete [Pipeline] sh 06:34:23 + mkdir -p /var/log/sysstat [Pipeline] sh 06:34:24 + ls /var/log/sa-host 06:34:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:24 provisioning config files... 06:34:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8774327400773998056tmp [Pipeline] { [Pipeline] echo 06:34:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:34:24 ---> create-netrc.sh [Pipeline] } 06:34:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:34:24 ---> python-tools-install.sh [Pipeline] echo 06:34:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:34:25 ---> sudo-logs.sh 06:34:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:34:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:34:25 ---> job-cost.sh 06:34:25 lf-activate-venv: SKIPPING 06:34:25 DEBUG: total: 0.2199999988079071 06:34:25 INFO: Retrieving Stack Cost... 06:34:25 INFO: Retrieving Pricing Info for: v3-standard-8 06:34:26 INFO: Archiving Costs [Pipeline] echo 06:34:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:34:26 ---> logs-deploy.sh 06:34:26 lf-activate-venv: SKIPPING 06:34:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/200 06:34:26 INFO: archiving workspace using pattern(s): 06:34:27 Archives upload complete. 06:34:27 INFO: archiving logs to Nexus 06:34:28 ---> uname -a: 06:34:28 Linux prd-ubuntu20-04-docker-8c-8g-3500 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:34:28 06:34:28 06:34:28 ---> lscpu: 06:34:28 Architecture: x86_64 06:34:28 CPU op-mode(s): 32-bit, 64-bit 06:34:28 Byte Order: Little Endian 06:34:28 Address sizes: 40 bits physical, 48 bits virtual 06:34:28 CPU(s): 8 06:34:28 On-line CPU(s) list: 0-7 06:34:28 Thread(s) per core: 1 06:34:28 Core(s) per socket: 1 06:34:28 Socket(s): 8 06:34:28 NUMA node(s): 1 06:34:28 Vendor ID: AuthenticAMD 06:34:28 CPU family: 23 06:34:28 Model: 49 06:34:28 Model name: AMD EPYC-Rome Processor 06:34:28 Stepping: 0 06:34:28 CPU MHz: 2799.998 06:34:28 BogoMIPS: 5599.99 06:34:28 Virtualization: AMD-V 06:34:28 Hypervisor vendor: KVM 06:34:28 Virtualization type: full 06:34:28 L1d cache: 256 KiB 06:34:28 L1i cache: 256 KiB 06:34:28 L2 cache: 4 MiB 06:34:28 L3 cache: 128 MiB 06:34:28 NUMA node0 CPU(s): 0-7 06:34:28 Vulnerability Itlb multihit: Not affected 06:34:28 Vulnerability L1tf: Not affected 06:34:28 Vulnerability Mds: Not affected 06:34:28 Vulnerability Meltdown: Not affected 06:34:28 Vulnerability Mmio stale data: Not affected 06:34:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:34:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:34:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:34:28 Vulnerability Srbds: Not affected 06:34:28 Vulnerability Tsx async abort: Not affected 06:34:28 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 06:34:28 06:34:28 06:34:28 ---> nproc: 06:34:28 8 06:34:28 06:34:28 06:34:28 ---> df -h: 06:34:28 Filesystem Size Used Avail Use% Mounted on 06:34:28 overlay 155G 14G 142G 9% / 06:34:28 tmpfs 64M 0 64M 0% /dev 06:34:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:34:28 shm 64M 0 64M 0% /dev/shm 06:34:28 /dev/vda1 155G 14G 142G 9% /facter-os 06:34:28 06:34:28 06:34:28 ---> sar -b -r -n DEV: 06:34:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3500) 06/18/25 _x86_64_ (8 CPU) 06:34:28 06:34:28 06:17:31 LINUX RESTART (8 CPU) 06:34:28 06:34:28 06:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:34:28 06:19:01 365.16 15.32 349.84 0.00 1957.23 49129.03 0.00 06:34:28 06:20:01 216.96 1.67 215.30 0.00 13.46 69554.14 0.00 06:34:28 06:21:01 121.86 1.25 120.61 0.00 32.26 23345.17 0.00 06:34:28 06:22:01 100.63 0.07 100.57 0.00 5.60 31364.77 0.00 06:34:28 06:23:01 38.96 4.90 34.06 0.00 2607.17 6156.71 0.00 06:34:28 06:24:01 53.76 0.05 53.71 0.00 3.07 16823.20 0.00 06:34:28 06:25:01 1.87 0.03 1.83 0.00 0.27 19.06 0.00 06:34:28 06:26:01 5.07 2.23 2.84 0.00 36.29 82.94 0.00 06:34:28 06:27:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 06:34:28 06:28:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 06:34:28 06:29:01 1.18 0.00 1.18 0.00 0.00 17.46 0.00 06:34:28 06:30:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 06:34:28 06:31:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 06:34:28 06:32:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 06:34:28 06:33:01 22.63 0.17 22.46 0.00 10.80 14957.91 0.00 06:34:28 06:34:01 102.93 0.02 102.92 0.00 1.73 36341.01 0.00 06:34:28 Average: 64.45 1.59 62.85 0.00 289.95 15452.82 0.00 06:34:28 06:34:28 06:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:34:28 06:19:01 28784852 31489652 822356 2.50 79232 2887180 1954568 5.76 1075112 2619928 5252 06:34:28 06:20:01 26656124 31499296 805268 2.45 182408 4710748 1843468 5.43 1325412 4276420 160 06:34:28 06:21:01 26847760 31123776 1175420 3.57 190680 4172648 2488000 7.33 1883888 3556684 333892 06:34:28 06:22:01 27154456 31503416 800220 2.43 193148 4261244 1727360 5.09 1395032 3767504 264 06:34:28 06:23:01 26812040 31473884 798400 2.43 218656 4550932 1728568 5.09 1604988 3861196 1004 06:34:28 06:24:01 26316908 31482292 788532 2.40 224888 4999572 1731616 5.10 1616072 4296744 144 06:34:28 06:25:01 26317456 31482960 787696 2.40 224972 4999576 1731616 5.10 1617264 4296752 220 06:34:28 06:26:01 26321596 31489824 780232 2.37 225048 5001940 1731616 5.10 1608964 4299036 12 06:34:28 06:27:01 26321700 31489992 780044 2.37 225092 5001940 1731616 5.10 1609300 4299040 12 06:34:28 06:28:01 26329880 31498276 771656 2.35 225140 5001948 1731616 5.10 1600948 4299052 156 06:34:28 06:29:01 26330328 31498796 771080 2.34 225176 5001948 1731616 5.10 1600020 4299044 40 06:34:28 06:30:01 26330500 31499012 770748 2.34 225192 5001952 1731616 5.10 1600072 4299048 172 06:34:28 06:31:01 26330472 31498988 770912 2.34 225208 5001952 1731616 5.10 1600136 4299048 8 06:34:28 06:32:01 26330580 31499156 770752 2.34 225228 5001956 1731616 5.10 1599744 4299056 128 06:34:28 06:33:01 25514148 31217720 1045980 3.18 229040 5497952 2074704 6.11 1891756 4779304 98136 06:34:28 06:34:01 25187260 31467348 798936 2.43 241148 6003856 1683308 4.96 1653808 5290620 7308 06:34:28 Average: 26492879 31450899 827390 2.52 210016 4818584 1817782 5.36 1580157 4177405 27932 06:34:28 06:34:28 06:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:34:28 06:19:01 veth01e0a34 67.26 71.70 6.40 68.59 0.00 0.00 0.00 0.01 06:34:28 06:19:01 docker0 148.20 150.55 10.95 488.11 0.00 0.00 0.00 0.00 06:34:28 06:19:01 ens3 704.20 506.46 8225.10 97.13 0.00 0.00 0.00 0.00 06:34:28 06:19:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 06:34:28 06:20:01 docker0 308.55 341.94 23.72 2804.19 0.00 0.00 0.00 0.00 06:34:28 06:20:01 ens3 349.26 310.31 2807.26 29.37 0.00 0.00 0.00 0.00 06:34:28 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:21:01 docker0 1.37 3.83 0.08 38.17 0.00 0.00 0.00 0.00 06:34:28 06:21:01 ens3 47.28 27.36 81.32 17.33 0.00 0.00 0.00 0.00 06:34:28 06:21:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 06:34:28 06:21:01 vethcc8f1c3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:34:28 06:22:01 docker0 3.95 9.42 0.23 76.99 0.00 0.00 0.00 0.00 06:34:28 06:22:01 ens3 60.74 49.93 108.59 192.66 0.00 0.00 0.00 0.00 06:34:28 06:22:01 lo 6.87 6.87 0.68 0.68 0.00 0.00 0.00 0.00 06:34:28 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:23:01 ens3 146.53 85.17 2281.72 6.10 0.00 0.00 0.00 0.00 06:34:28 06:23:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 06:34:28 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:24:01 ens3 89.59 54.44 2522.55 10.04 0.00 0.00 0.00 0.00 06:34:28 06:24:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 06:34:28 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:25:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:26:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:27:01 ens3 0.33 0.20 1.43 0.01 0.00 0.00 0.00 0.00 06:34:28 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:28:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:34:28 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:29:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:31:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 06:34:28 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:28 06:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:34:28 06:33:01 docker0 18.95 21.15 1.37 127.54 0.00 0.00 0.00 0.00 06:34:28 06:33:01 ens3 114.55 73.34 2778.00 11.40 0.00 0.00 0.00 0.00 06:34:28 06:33:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 06:34:28 06:33:01 vethe8ab863 18.95 21.25 1.63 127.55 0.00 0.00 0.00 0.01 06:34:28 06:34:01 docker0 72.77 73.27 5.88 729.94 0.00 0.00 0.00 0.00 06:34:28 06:34:01 ens3 218.31 196.53 3927.89 153.25 0.00 0.00 0.00 0.00 06:34:28 06:34:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 06:34:28 Average: docker0 34.49 37.38 2.63 266.27 0.00 0.00 0.00 0.00 06:34:28 Average: ens3 107.59 81.06 1413.49 32.26 0.00 0.00 0.00 0.00 06:34:28 Average: lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 06:34:28 06:34:28 06:34:28 ---> sar -P ALL: 06:34:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3500) 06/18/25 _x86_64_ (8 CPU) 06:34:28 06:34:28 06:17:31 LINUX RESTART (8 CPU) 06:34:28 06:34:28 06:18:02 CPU %user %nice %system %iowait %steal %idle 06:34:28 06:19:01 all 9.23 0.00 3.22 2.61 0.06 84.90 06:34:28 06:19:01 0 8.04 0.00 3.77 6.37 0.05 81.77 06:34:28 06:19:01 1 9.03 0.00 3.18 5.41 0.07 82.31 06:34:28 06:19:01 2 8.87 0.00 3.31 5.49 0.07 82.27 06:34:28 06:19:01 3 11.73 0.00 3.09 1.80 0.07 83.31 06:34:28 06:19:01 4 10.28 0.00 2.69 0.29 0.05 86.68 06:34:28 06:19:01 5 9.39 0.00 2.96 0.12 0.05 87.48 06:34:28 06:19:01 6 7.86 0.00 3.94 0.46 0.05 87.69 06:34:28 06:19:01 7 8.61 0.00 2.77 0.89 0.05 87.68 06:34:28 06:20:01 all 5.34 0.00 2.69 3.43 0.05 88.49 06:34:28 06:20:01 0 5.01 0.00 3.63 1.24 0.05 90.07 06:34:28 06:20:01 1 4.43 0.00 1.84 0.74 0.03 92.96 06:34:28 06:20:01 2 4.93 0.00 4.03 20.35 0.05 70.64 06:34:28 06:20:01 3 5.89 0.00 2.12 0.44 0.03 91.52 06:34:28 06:20:01 4 5.25 0.00 2.33 0.40 0.05 91.97 06:34:28 06:20:01 5 6.25 0.00 2.46 1.09 0.07 90.13 06:34:28 06:20:01 6 5.45 0.00 2.86 3.13 0.05 88.50 06:34:28 06:20:01 7 5.55 0.00 2.26 0.13 0.03 92.02 06:34:28 06:21:01 all 49.23 0.00 7.50 1.66 0.10 41.51 06:34:28 06:21:01 0 49.47 0.00 7.55 5.95 0.10 36.93 06:34:28 06:21:01 1 48.11 0.00 7.33 0.74 0.10 43.72 06:34:28 06:21:01 2 48.54 0.00 7.66 1.55 0.12 42.13 06:34:28 06:21:01 3 48.68 0.00 7.15 0.39 0.08 43.70 06:34:28 06:21:01 4 50.99 0.00 6.94 0.30 0.10 41.67 06:34:28 06:21:01 5 49.92 0.00 7.83 0.62 0.10 41.54 06:34:28 06:21:01 6 48.47 0.00 8.57 3.11 0.10 39.75 06:34:28 06:21:01 7 49.64 0.00 7.02 0.62 0.12 42.61 06:34:28 06:22:01 all 10.66 0.00 2.15 1.34 0.04 85.81 06:34:28 06:22:01 0 9.61 0.00 2.11 1.00 0.03 87.25 06:34:28 06:22:01 1 10.02 0.00 2.19 6.99 0.05 80.75 06:34:28 06:22:01 2 10.44 0.00 2.64 2.49 0.03 84.41 06:34:28 06:22:01 3 11.09 0.00 1.86 0.03 0.05 86.97 06:34:28 06:22:01 4 11.89 0.00 1.92 0.02 0.03 86.14 06:34:28 06:22:01 5 10.82 0.00 1.77 0.02 0.03 87.36 06:34:28 06:22:01 6 10.34 0.00 2.07 0.17 0.03 87.39 06:34:28 06:22:01 7 11.10 0.00 2.61 0.05 0.03 86.21 06:34:28 06:23:01 all 2.05 0.00 1.11 0.43 0.02 96.39 06:34:28 06:23:01 0 1.76 0.00 0.95 1.76 0.02 95.51 06:34:28 06:23:01 1 1.74 0.00 1.69 0.67 0.03 95.87 06:34:28 06:23:01 2 2.37 0.00 1.03 0.05 0.02 96.53 06:34:28 06:23:01 3 1.27 0.00 0.62 0.23 0.02 97.87 06:34:28 06:23:01 4 1.23 0.00 0.52 0.05 0.02 98.18 06:34:28 06:23:01 5 2.49 0.00 0.92 0.03 0.02 96.54 06:34:28 06:23:01 6 3.51 0.00 2.42 0.58 0.02 93.47 06:34:28 06:23:01 7 2.05 0.00 0.73 0.03 0.02 97.16 06:34:28 06:24:01 all 2.46 0.00 1.04 0.74 0.02 95.74 06:34:28 06:24:01 0 3.08 0.00 0.97 1.15 0.03 94.76 06:34:28 06:24:01 1 2.16 0.00 0.84 0.02 0.02 96.97 06:34:28 06:24:01 2 1.69 0.00 1.51 4.40 0.02 92.38 06:34:28 06:24:01 3 2.19 0.00 1.09 0.00 0.02 96.70 06:34:28 06:24:01 4 2.26 0.00 0.99 0.32 0.02 96.41 06:34:28 06:24:01 5 2.99 0.00 1.07 0.02 0.02 95.90 06:34:28 06:24:01 6 2.43 0.00 1.00 0.03 0.02 96.52 06:34:28 06:24:01 7 2.84 0.00 0.87 0.00 0.02 96.27 06:34:28 06:25:01 all 0.05 0.00 0.01 0.01 0.01 99.93 06:34:28 06:25:01 0 0.28 0.00 0.02 0.03 0.02 99.65 06:34:28 06:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:25:01 2 0.00 0.00 0.00 0.02 0.02 99.97 06:34:28 06:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:25:01 4 0.05 0.00 0.00 0.00 0.00 99.95 06:34:28 06:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:34:28 06:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:34:28 06:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:34:28 06:26:01 all 0.04 0.00 0.03 0.01 0.00 99.91 06:34:28 06:26:01 0 0.12 0.00 0.07 0.03 0.02 99.77 06:34:28 06:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:34:28 06:26:01 2 0.00 0.00 0.02 0.03 0.00 99.95 06:34:28 06:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:34:28 06:26:01 4 0.05 0.00 0.03 0.05 0.00 99.87 06:34:28 06:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 06:34:28 06:26:01 6 0.05 0.00 0.03 0.00 0.00 99.92 06:34:28 06:26:01 7 0.05 0.00 0.02 0.00 0.00 99.93 06:34:28 06:27:01 all 0.19 0.00 0.02 0.00 0.00 99.79 06:34:28 06:27:01 0 1.19 0.00 0.03 0.00 0.02 98.76 06:34:28 06:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 06:34:28 06:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:34:28 06:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:34:28 06:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 06:34:28 06:27:01 7 0.25 0.00 0.03 0.00 0.00 99.72 06:34:28 06:28:01 all 0.28 0.00 0.00 0.00 0.01 99.70 06:34:28 06:28:01 0 1.99 0.00 0.00 0.02 0.02 97.98 06:34:28 06:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:34:28 06:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:34:28 06:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:28:01 4 0.05 0.00 0.00 0.00 0.00 99.95 06:34:28 06:28:01 5 0.05 0.00 0.02 0.00 0.02 99.92 06:34:28 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:28:01 7 0.12 0.00 0.00 0.00 0.02 99.87 06:34:28 06:29:01 all 0.24 0.00 0.01 0.00 0.01 99.74 06:34:28 06:29:01 0 1.83 0.00 0.03 0.02 0.02 98.11 06:34:28 06:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:29:01 2 0.00 0.00 0.02 0.02 0.00 99.97 06:34:28 06:29:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:34:28 06:29:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:34:28 06:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:34:28 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:34:28 06:29:01 CPU %user %nice %system %iowait %steal %idle 06:34:28 06:30:01 all 0.04 0.00 0.01 0.00 0.00 99.95 06:34:28 06:30:01 0 0.10 0.00 0.05 0.00 0.02 99.83 06:34:28 06:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:34:28 06:30:01 2 0.02 0.00 0.02 0.02 0.00 99.95 06:34:28 06:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:30:01 4 0.05 0.00 0.00 0.00 0.00 99.95 06:34:28 06:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:34:28 06:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:30:01 7 0.07 0.00 0.02 0.00 0.00 99.92 06:34:28 06:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:34:28 06:31:01 0 0.03 0.00 0.02 0.02 0.02 99.92 06:34:28 06:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 06:34:28 06:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:34:28 06:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:34:28 06:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:34:28 06:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:34:28 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:34:28 06:32:01 all 0.03 0.00 0.01 0.00 0.00 99.96 06:34:28 06:32:01 0 0.07 0.00 0.00 0.00 0.02 99.92 06:34:28 06:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:32:01 2 0.00 0.00 0.03 0.00 0.00 99.97 06:34:28 06:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:34:28 06:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:34:28 06:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:34:28 06:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:34:28 06:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:34:28 06:33:01 all 2.00 0.00 0.86 0.80 0.02 96.31 06:34:28 06:33:01 0 2.81 0.00 0.84 2.28 0.03 94.04 06:34:28 06:33:01 1 1.57 0.00 0.90 0.15 0.02 97.35 06:34:28 06:33:01 2 1.54 0.00 0.70 2.88 0.02 94.86 06:34:28 06:33:01 3 2.21 0.00 0.64 0.02 0.02 97.12 06:34:28 06:33:01 4 2.11 0.00 0.55 0.00 0.02 97.32 06:34:28 06:33:01 5 2.35 0.00 1.30 1.07 0.02 95.26 06:34:28 06:33:01 6 2.22 0.00 1.25 0.02 0.02 96.49 06:34:28 06:33:01 7 1.20 0.00 0.72 0.02 0.02 98.05 06:34:28 06:34:01 all 4.96 0.00 2.13 1.63 0.04 91.24 06:34:28 06:34:01 0 4.48 0.00 1.89 1.06 0.03 92.54 06:34:28 06:34:01 1 4.43 0.00 1.66 0.05 0.03 93.82 06:34:28 06:34:01 2 5.42 0.00 2.65 9.97 0.05 81.91 06:34:28 06:34:01 3 4.99 0.00 1.94 0.15 0.03 92.89 06:34:28 06:34:01 4 5.10 0.00 3.82 0.05 0.03 91.00 06:34:28 06:34:01 5 4.31 0.00 1.51 0.50 0.03 93.64 06:34:28 06:34:01 6 5.17 0.00 2.05 0.05 0.03 92.70 06:34:28 06:34:01 7 5.78 0.00 1.55 1.26 0.03 91.38 06:34:28 Average: all 5.39 0.00 1.29 0.79 0.02 92.51 06:34:28 Average: 0 5.58 0.00 1.36 1.30 0.03 91.74 06:34:28 Average: 1 5.07 0.00 1.22 0.91 0.02 92.78 06:34:28 Average: 2 5.19 0.00 1.47 2.93 0.03 90.38 06:34:28 Average: 3 5.47 0.00 1.15 0.19 0.02 93.17 06:34:28 Average: 4 5.55 0.00 1.23 0.09 0.02 93.11 06:34:28 Average: 5 5.52 0.00 1.24 0.22 0.02 93.00 06:34:28 Average: 6 5.32 0.00 1.51 0.47 0.02 92.69 06:34:28 Average: 7 5.43 0.00 1.16 0.19 0.02 93.20 06:34:28 06:34:28 06:34:28