Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 67d472b9bba6da870f039b5b2a6b1373ade7203d 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-ssh8061627931129133922.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2615254157350266102.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-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-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh610601371067663689.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh18062884753386801628.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-mqtt-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-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16068381403620479265.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-mqtt-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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8188’ Running on prd-ubuntu20.04-docker-8c-8g-8194 in /w/workspace/edgexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 67d472b9bba6da870f039b5b2a6b1373ade7203d (main) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v4 (#759)" > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67d472b9bba6da870f039b5b2a6b1373ade7203d # timeout=10 > git rev-list --no-walk 29095bb537f1da0dbab557ee3d164df1f6daf1a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:23:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:23:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:23:41 ========================================================= 02:23:41 EdgeX Global Pipelines Version Info 02:23:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:23:42 ------------------- 02:23:42 stable info: 02:23:42 ------------------- 02:23:42 Commited By: Cherry Wang cherry@iotechsys.com 02:23:42 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:23:42 Message: update stable to v1.0.276 02:23:43 ------------------- 02:23:43 experimental info: 02:23:43 ------------------- 02:23:43 Commited By: **** collab-it+edgex@linuxfoundation.org 02:23:43 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:23:43 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67d472b [Pipeline] echo 02:23:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:23:44 provisioning config files... 02:23:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9695562769097976223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:23:44 ---> ****-login.sh 02:23:44 nexus3.edgexfoundry.org:10001 02:23:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:44 02:23:44 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:23:44 Configure a credential helper to remove this warning. See 02:23:44 https://docs.****.com/go/credential-store/ 02:23:44 02:23:44 Login Succeeded 02:23:44 nexus3.edgexfoundry.org:10002 02:23:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:44 02:23:44 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:23:44 Configure a credential helper to remove this warning. See 02:23:44 https://docs.****.com/go/credential-store/ 02:23:44 02:23:44 Login Succeeded 02:23:44 nexus3.edgexfoundry.org:10003 02:23:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:44 02:23:44 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:23:44 Configure a credential helper to remove this warning. See 02:23:44 https://docs.****.com/go/credential-store/ 02:23:44 02:23:44 Login Succeeded 02:23:44 nexus3.edgexfoundry.org:10004 02:23:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:44 02:23:44 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:23:44 Configure a credential helper to remove this warning. See 02:23:44 https://docs.****.com/go/credential-store/ 02:23:44 02:23:44 Login Succeeded 02:23:44 ****.io 02:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:45 02:23:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:23:45 Configure a credential helper to remove this warning. See 02:23:45 https://docs.****.com/go/credential-store/ 02:23:45 02:23:45 Login Succeeded 02:23:45 ---> ****-login.sh ends [Pipeline] } 02:23:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:23:45 + git rev-list -1 --merges 67d472b9bba6da870f039b5b2a6b1373ade7203d~1..67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo 02:23:45 -----------> git rev-list -1 --merges 67d472b9bba6da870f039b5b2a6b1373ade7203d~1..67d472b9bba6da870f039b5b2a6b1373ade7203d 67d472b9bba6da870f039b5b2a6b1373ade7203d [false] [Pipeline] sh 02:23:45 + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo 02:23:45 ========================================================= 02:23:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:23:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:23:46 + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo 02:23:46 [semverPrep] GIT_COMMIT: 67d472b9bba6da870f039b5b2a6b1373ade7203d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v4 (#759) [Pipeline] echo 02:23:46 [semverPrep] This is not a build commit. [Pipeline] sh 02:23:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:23:46 + grep -v github /etc/ssh/ssh_known_hosts 02:23:46 + [ -e /tmp/ssh_known_hosts ] 02:23:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:23:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 02:23:46 sudo tee -a /etc/ssh/ssh_known_hosts 02:23:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:47 02:23:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:47 0.1.4: Pulling from edgex-devops/py-git-semver 02:23:47 3dae71ba6b94: Pulling fs layer 02:23:47 6bf1a483ea7c: Pulling fs layer 02:23:47 f5dfc541a4d3: Pulling fs layer 02:23:47 461d9e800cba: Pulling fs layer 02:23:47 80192f66455f: Pulling fs layer 02:23:47 2e8e34ca0e6c: Pulling fs layer 02:23:47 a29436f7fd5d: Pulling fs layer 02:23:47 923cac83aea3: Pulling fs layer 02:23:47 25ad8b0a4227: Pulling fs layer 02:23:47 db01528c6b51: Pulling fs layer 02:23:47 28988de357af: Pulling fs layer 02:23:47 461d9e800cba: Waiting 02:23:47 923cac83aea3: Waiting 02:23:47 80192f66455f: Waiting 02:23:47 2e8e34ca0e6c: Waiting 02:23:47 25ad8b0a4227: Waiting 02:23:47 a29436f7fd5d: Waiting 02:23:47 db01528c6b51: Waiting 02:23:47 28988de357af: Waiting 02:23:47 6bf1a483ea7c: Verifying Checksum 02:23:47 6bf1a483ea7c: Download complete 02:23:47 461d9e800cba: Verifying Checksum 02:23:47 461d9e800cba: Download complete 02:23:47 80192f66455f: Verifying Checksum 02:23:47 80192f66455f: Download complete 02:23:47 f5dfc541a4d3: Verifying Checksum 02:23:47 f5dfc541a4d3: Download complete 02:23:47 3dae71ba6b94: Verifying Checksum 02:23:47 3dae71ba6b94: Download complete 02:23:47 923cac83aea3: Download complete 02:23:47 25ad8b0a4227: Verifying Checksum 02:23:47 25ad8b0a4227: Download complete 02:23:47 db01528c6b51: Verifying Checksum 02:23:47 db01528c6b51: Download complete 02:23:47 28988de357af: Verifying Checksum 02:23:47 28988de357af: Download complete 02:23:47 a29436f7fd5d: Verifying Checksum 02:23:47 a29436f7fd5d: Download complete 02:23:48 2e8e34ca0e6c: Verifying Checksum 02:23:48 2e8e34ca0e6c: Download complete 02:23:49 3dae71ba6b94: Pull complete 02:23:49 6bf1a483ea7c: Pull complete 02:23:50 f5dfc541a4d3: Pull complete 02:23:50 461d9e800cba: Pull complete 02:23:50 80192f66455f: Pull complete 02:23:55 2e8e34ca0e6c: Pull complete 02:23:55 a29436f7fd5d: Pull complete 02:23:55 923cac83aea3: Pull complete 02:23:55 25ad8b0a4227: Pull complete 02:23:56 db01528c6b51: Pull complete 02:23:56 28988de357af: Pull complete 02:23:56 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:23:56 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:23:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:23:57 $ docker top c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 -eo pid,comm 02:23:58 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). 02:23:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:23:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:23:58 [ssh-agent] Looking for ssh-agent implementation... 02:23:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:23:58 $ docker exec c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent 02:23:58 SSH_AUTH_SOCK=/tmp/ssh-zaYplodLH8a3/agent.32 02:23:58 SSH_AGENT_PID=38 02:23:58 Running ssh-add (command line suppressed) 02:23:58 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_1502577077675113092.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_1502577077675113092.key) 02:23:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:23:58 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] sh 02:23:59 + git tag --points-at HEAD [Pipeline] } 02:23:59 $ docker exec --env ******** --env ******** c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent -k 02:23:59 unset SSH_AUTH_SOCK; 02:23:59 unset SSH_AGENT_PID; 02:23:59 echo Agent pid 38 killed; 02:23:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:23:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:23:59 [ssh-agent] Looking for ssh-agent implementation... 02:23:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:23:59 $ docker exec c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent 02:23:59 SSH_AUTH_SOCK=/tmp/ssh-WGX6pMONWkZO/agent.85 02:23:59 SSH_AGENT_PID=91 02:23:59 Running ssh-add (command line suppressed) 02:23:59 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11649144210762838638.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11649144210762838638.key) 02:23:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:23:59 + git semver init 02:24:00 2025-09-03 02:24:00,041 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:24:00 2025-09-03 02:24:00,046 [run_init] DEBUG init version:0.0.0 force:False 02:24:00 2025-09-03 02:24:00,046 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 02:24:00 2025-09-03 02:24:00,047 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 02:24:00 2025-09-03 02:24:00,047 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 02:24:01 2025-09-03 02:24:01,318 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 02:24:01 2025-09-03 02:24:01,318 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 02:24:01 2025-09-03 02:24:01,318 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:24:01 2025-09-03 02:24:01,319 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:24:01 4.1.0-dev.6 [Pipeline] } 02:24:01 $ docker exec --env ******** --env ******** c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent -k 02:24:01 unset SSH_AUTH_SOCK; 02:24:01 unset SSH_AGENT_PID; 02:24:01 echo Agent pid 91 killed; 02:24:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:24:01 + git semver [Pipeline] } 02:24:02 $ docker stop --time=1 c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 02:24:03 $ docker rm -f --volumes c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 [Pipeline] // withDockerContainer [Pipeline] sh 02:24:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:24:04 Stashed 1 file(s) [Pipeline] echo 02:24:04 [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [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 02:24:04 provisioning config files... 02:24:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1474418453134168139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:24:04 ---> ****-login.sh 02:24:04 nexus3.edgexfoundry.org:10001 02:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:04 Login Succeeded 02:24:04 nexus3.edgexfoundry.org:10002 02:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:04 Login Succeeded 02:24:04 nexus3.edgexfoundry.org:10003 02:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:04 Login Succeeded 02:24:04 nexus3.edgexfoundry.org:10004 02:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:04 Login Succeeded 02:24:04 ****.io 02:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:05 Login Succeeded 02:24:05 ---> ****-login.sh ends [Pipeline] } 02:24:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:24:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:24:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:24:05 ========================================================= 02:24:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:24:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:05 + 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 . 02:24:06 #0 building with "default" instance using docker driver 02:24:06 02:24:06 #1 [internal] load build definition from Dockerfile 02:24:06 #1 transferring dockerfile: 1.84kB done 02:24:06 #1 DONE 0.0s 02:24:06 02:24:06 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:24:06 #2 DONE 0.1s 02:24:06 02:24:06 #3 [internal] load .dockerignore 02:24:06 #3 transferring context: 182B done 02:24:06 #3 DONE 0.0s 02:24:06 02:24:06 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 02:24:06 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 02:24:06 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 02:24:06 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 02:24:06 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 02:24:06 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.29MB / 74.06MB 0.1s 02:24:06 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 02:24:06 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 02:24:06 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s 02:24:06 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 02:24:06 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.08MB / 74.06MB 0.2s 02:24:06 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 02:24:06 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s 02:24:06 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 02:24:06 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done 02:24:06 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.10MB / 2.38MB 0.2s 02:24:06 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s 02:24:06 #4 ... 02:24:06 02:24:06 #5 [internal] load build context 02:24:06 #5 transferring context: 30.64MB 0.3s done 02:24:06 #5 DONE 0.3s 02:24:06 02:24:06 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 02:24:06 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 26.21MB / 74.06MB 0.3s 02:24:06 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 02:24:06 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 02:24:06 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 8.39MB / 103.05MB 0.3s 02:24:06 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 2.10MB / 13.29MB 0.3s 02:24:06 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 02:24:06 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 59.77MB / 74.06MB 0.5s 02:24:06 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.5s 02:24:06 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 02:24:06 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 02:24:07 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 02:24:07 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 35.65MB / 103.05MB 0.6s 02:24:07 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 02:24:07 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 53.48MB / 103.05MB 0.7s 02:24:07 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 02:24:07 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 73.40MB / 103.05MB 0.8s 02:24:07 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 98.57MB / 103.05MB 0.9s 02:24:07 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done 02:24:12 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.3s 02:24:12 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.3s done 02:24:12 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 02:24:12 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 02:24:12 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 02:24:12 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 02:24:12 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 02:24:12 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 02:24:16 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.0s done 02:24:16 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 02:24:16 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done 02:24:16 #4 DONE 10.1s 02:24:16 02:24:16 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 02:24:16 #6 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:24:16 #6 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:24:17 #6 0.700 (1/4) Installing openssh-keygen (9.7_p1-r5) 02:24:17 #6 0.709 (2/4) Installing libedit (20240517.3.1-r0) 02:24:17 #6 0.715 (3/4) Installing openssh-client-common (9.7_p1-r5) 02:24:17 #6 0.738 (4/4) Installing openssh-client-default (9.7_p1-r5) 02:24:17 #6 0.748 Executing busybox-1.36.1-r29.trigger 02:24:17 #6 0.757 OK: 252 MiB in 62 packages 02:24:18 #6 DONE 2.3s 02:24:19 02:24:19 #7 [builder 3/7] WORKDIR /device-mqtt-go 02:24:19 #7 DONE 0.0s 02:24:19 02:24:19 #8 [builder 4/7] COPY go.mod vendor* ./ 02:24:19 #8 DONE 0.0s 02:24:19 02:24:19 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:24:19 Still waiting to schedule task 02:24:19 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8192’ 02:24:45 #9 DONE 24.3s 02:24:45 02:24:45 #10 [builder 6/7] COPY . . 02:24:45 #10 DONE 0.1s 02:24:45 02:24:45 #11 [builder 7/7] RUN echo noop 02:24:45 #11 0.207 noop 02:24:45 #11 DONE 0.3s 02:24:45 02:24:45 #12 exporting to image 02:24:45 #12 exporting layers 02:24:52 #12 exporting layers 8.2s done 02:24:52 #12 writing image sha256:97b8e3d8589126bc27a285103b7147aa076cea0708c17b1213a8a7bc4d802ed7 done 02:24:52 #12 naming to docker.io/library/ci-base-image-x86_64 done 02:24:52 #12 DONE 8.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:52 + docker inspect -f . ci-base-image-x86_64 02:24:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:24:52 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:24:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:24:53 $ docker top 0392662a5c26396ab72d0aeea6a59a78c8f74761240a4ab84be29837f6fb7a7f -eo pid,comm [Pipeline] { [Pipeline] sh 02:24:53 + go version 02:24:53 go version go1.23.9 linux/amd64 [Pipeline] } 02:24:53 $ docker stop --time=1 0392662a5c26396ab72d0aeea6a59a78c8f74761240a4ab84be29837f6fb7a7f 02:24:54 $ docker rm -f --volumes 0392662a5c26396ab72d0aeea6a59a78c8f74761240a4ab84be29837f6fb7a7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:55 + docker inspect -f . ci-base-image-x86_64 02:24:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:24:55 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:24:55 $ 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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:24:55 $ docker top 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 -eo pid,comm [Pipeline] { [Pipeline] sh 02:24:55 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 02:24:56 + make test 02:24:56 go test ./... -coverprofile=coverage.out ./... 02:24:57 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:25:19 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 02:25:19 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 02:25:19 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 22.8% of statements 02:25:29 go vet ./... 02:25:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:25:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:25:35 ./bin/test-attribution-txt.sh 02:25:35 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 02:25:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 02:25:36 $ docker stop --time=1 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 02:25:37 $ docker rm -f --volumes 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 [Pipeline] // withDockerContainer [Pipeline] sh 02:25:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:25:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:25:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:25:39 + ls -al . 02:25:39 total 252 02:25:39 drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 02:24 . 02:25:39 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 02:23 .. 02:25:39 -rw-rw-r-- 1 jenkins jenkins 140 Sep 3 02:23 .dockerignore 02:25:39 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:25 .git 02:25:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 .github 02:25:39 -rw-rw-r-- 1 jenkins jenkins 264 Sep 3 02:23 .gitignore 02:25:39 -rw-rw-r-- 1 jenkins jenkins 41 Sep 3 02:23 .golangci.yml 02:25:39 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 02:24 .semver 02:25:39 -rw-rw-r-- 1 jenkins jenkins 19745 Sep 3 02:23 Attribution.txt 02:25:39 -rw-rw-r-- 1 jenkins jenkins 19382 Sep 3 02:23 CHANGELOG.md 02:25:39 -rw-rw-r-- 1 jenkins jenkins 1803 Sep 3 02:23 Dockerfile 02:25:39 -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 02:23 GOVERNANCE.md 02:25:39 -rw-rw-r-- 1 jenkins jenkins 657 Sep 3 02:23 Jenkinsfile 02:25:39 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 3 02:23 LICENSE 02:25:39 -rw-rw-r-- 1 jenkins jenkins 2545 Sep 3 02:23 Makefile 02:25:39 -rw-rw-r-- 1 jenkins jenkins 620 Sep 3 02:23 OWNERS.md 02:25:39 -rw-rw-r-- 1 jenkins jenkins 3599 Sep 3 02:23 README.md 02:25:39 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 02:24 VERSION 02:25:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:23 bin 02:25:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 cmd 02:25:39 -rw-r--r-- 1 jenkins jenkins 21039 Sep 3 02:25 coverage.out 02:25:39 -rw-rw-r-- 1 jenkins jenkins 6255 Sep 3 02:23 go.mod 02:25:39 -rw-rw-r-- 1 jenkins jenkins 86944 Sep 3 02:23 go.sum 02:25:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 internal 02:25:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:23 mock 02:25:39 -rw-rw-r-- 1 jenkins jenkins 227 Sep 3 02:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:39 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=67d472b9bba6da870f039b5b2a6b1373ade7203d --label arch=amd64 --label version=4.1.0-dev.6 . 02:25:39 #0 building with "default" instance using docker driver 02:25:39 02:25:39 #1 [internal] load build definition from Dockerfile 02:25:39 #1 transferring dockerfile: 1.84kB done 02:25:39 #1 DONE 0.0s 02:25:39 02:25:39 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:25:39 #2 DONE 0.0s 02:25:39 02:25:39 #3 [internal] load metadata for docker.io/library/alpine:3.20 02:25:39 #3 DONE 0.1s 02:25:39 02:25:39 #4 [internal] load .dockerignore 02:25:39 #4 transferring context: 182B done 02:25:39 #4 DONE 0.0s 02:25:39 02:25:39 #5 [internal] load build context 02:25:39 #5 transferring context: 31.97kB 0.0s done 02:25:39 #5 DONE 0.0s 02:25:39 02:25:39 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:25:39 #6 DONE 0.1s 02:25:39 02:25:39 #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:25:39 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:25:39 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 02:25:40 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 02:25:40 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:25:40 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:25:40 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:25:40 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:25:40 #7 DONE 0.3s 02:25:40 02:25:40 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 02:25:40 #8 0.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:25:42 #8 2.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:25:42 #8 3.091 OK: 252 MiB in 62 packages 02:25:43 #8 DONE 3.2s 02:25:43 02:25:43 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 02:25:43 #9 0.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:25:43 #9 2.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:25:43 #9 3.058 (1/1) Installing dumb-init (1.2.5-r3) 02:25:43 #9 3.066 Executing busybox-1.36.1-r29.trigger 02:25:43 #9 3.075 OK: 8 MiB in 15 packages 02:25:43 #9 DONE 3.2s 02:25:43 02:25:43 #10 [builder 3/7] WORKDIR /device-mqtt-go 02:25:43 #10 DONE 0.0s 02:25:43 02:25:43 #11 [builder 4/7] COPY go.mod vendor* ./ 02:25:43 #11 DONE 0.0s 02:25:43 02:25:43 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:25:43 #12 DONE 0.5s 02:25:43 02:25:43 #13 [builder 6/7] COPY . . 02:25:43 #13 DONE 0.1s 02:25:43 02:25:43 #14 [stage-1 3/6] RUN apk --no-cache upgrade 02:25:43 #14 0.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:25:43 #14 0.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:25:44 #14 0.718 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:25:44 #14 0.816 Executing busybox-1.36.1-r30.post-upgrade 02:25:44 #14 0.854 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:25:44 #14 0.858 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:25:44 #14 0.888 Executing busybox-1.36.1-r30.trigger 02:25:44 #14 0.891 OK: 8 MiB in 15 packages 02:25:44 #14 DONE 1.0s 02:25:44 02:25:44 #15 [builder 7/7] RUN make build 02:25:44 #15 0.242 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.6 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 02:26:10 #15 DONE 25.0s 02:26:10 02:26:10 #16 [stage-1 4/6] COPY --from=builder /device-mqtt-go/cmd / 02:26:10 #16 DONE 0.2s 02:26:10 02:26:10 #17 [stage-1 5/6] COPY --from=builder /device-mqtt-go/LICENSE / 02:26:10 #17 DONE 0.0s 02:26:10 02:26:10 #18 [stage-1 6/6] COPY --from=builder /device-mqtt-go/Attribution.txt / 02:26:10 #18 DONE 0.0s 02:26:10 02:26:10 #19 exporting to image 02:26:10 #19 exporting layers 02:26:10 #19 exporting layers 0.2s done 02:26:10 #19 writing image sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:26:10 #19 naming to docker.io/library/device-mqtt done 02:26:10 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:26:11 provisioning config files... 02:26:11 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7618061505061965341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:26:11 ---> ****-login.sh 02:26:11 nexus3.edgexfoundry.org:10001 02:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:11 Login Succeeded 02:26:11 nexus3.edgexfoundry.org:10002 02:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:11 Login Succeeded 02:26:11 nexus3.edgexfoundry.org:10003 02:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:11 Login Succeeded 02:26:11 nexus3.edgexfoundry.org:10004 02:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:11 Login Succeeded 02:26:11 ****.io 02:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:11 Login Succeeded 02:26:11 ---> ****-login.sh ends [Pipeline] } 02:26:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:26:12 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 02:26:12 67d472b9bba6da870f039b5b2a6b1373ade7203d 02:26:12 latest 02:26:12 4.1.0-dev.6 02:26:12 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:26:12 main 02:26:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:12 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:12 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:26:12 657869cec51c: Preparing 02:26:12 31ad418ef3e2: Preparing 02:26:12 72a085a059cc: Preparing 02:26:12 7ac40a4bdf54: Preparing 02:26:12 bee86b416fab: Preparing 02:26:12 097100c76c15: Preparing 02:26:12 097100c76c15: Waiting 02:26:12 657869cec51c: Pushed 02:26:12 097100c76c15: Layer already exists 02:26:12 31ad418ef3e2: Pushed 02:26:12 bee86b416fab: Pushed 02:26:13 7ac40a4bdf54: Pushed 02:26:18 72a085a059cc: Pushed 02:26:18 67d472b9bba6da870f039b5b2a6b1373ade7203d: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:18 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:18 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:26:18 657869cec51c: Preparing 02:26:18 31ad418ef3e2: Preparing 02:26:18 72a085a059cc: Preparing 02:26:18 7ac40a4bdf54: Preparing 02:26:18 bee86b416fab: Preparing 02:26:18 097100c76c15: Preparing 02:26:18 097100c76c15: Waiting 02:26:18 31ad418ef3e2: Layer already exists 02:26:18 657869cec51c: Layer already exists 02:26:18 72a085a059cc: Layer already exists 02:26:18 7ac40a4bdf54: Layer already exists 02:26:18 bee86b416fab: Layer already exists 02:26:18 097100c76c15: Layer already exists 02:26:18 latest: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:19 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:19 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 02:26:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:26:19 657869cec51c: Preparing 02:26:19 31ad418ef3e2: Preparing 02:26:19 72a085a059cc: Preparing 02:26:19 7ac40a4bdf54: Preparing 02:26:19 bee86b416fab: Preparing 02:26:19 097100c76c15: Preparing 02:26:19 097100c76c15: Waiting 02:26:19 7ac40a4bdf54: Layer already exists 02:26:19 72a085a059cc: Layer already exists 02:26:19 31ad418ef3e2: Layer already exists 02:26:19 bee86b416fab: Layer already exists 02:26:19 657869cec51c: Layer already exists 02:26:19 097100c76c15: Layer already exists 02:26:19 4.1.0-dev.6: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:20 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:20 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:26:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:26:20 657869cec51c: Preparing 02:26:20 31ad418ef3e2: Preparing 02:26:20 72a085a059cc: Preparing 02:26:20 7ac40a4bdf54: Preparing 02:26:20 bee86b416fab: Preparing 02:26:20 097100c76c15: Preparing 02:26:20 097100c76c15: Waiting 02:26:20 657869cec51c: Layer already exists 02:26:20 72a085a059cc: Layer already exists 02:26:20 7ac40a4bdf54: Layer already exists 02:26:20 bee86b416fab: Layer already exists 02:26:20 31ad418ef3e2: Layer already exists 02:26:20 097100c76c15: Layer already exists 02:26:20 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:20 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:21 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 02:26:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:26:21 657869cec51c: Preparing 02:26:21 31ad418ef3e2: Preparing 02:26:21 72a085a059cc: Preparing 02:26:21 7ac40a4bdf54: Preparing 02:26:21 bee86b416fab: Preparing 02:26:21 097100c76c15: Preparing 02:26:21 097100c76c15: Waiting 02:26:21 bee86b416fab: Layer already exists 02:26:21 31ad418ef3e2: Layer already exists 02:26:21 72a085a059cc: Layer already exists 02:26:21 657869cec51c: Layer already exists 02:26:21 7ac40a4bdf54: Layer already exists 02:26:21 097100c76c15: Layer already exists 02:26:21 main: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:21 ===================================================== [Pipeline] echo 02:26:21 taggedImages: 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] echo 02:26:21 ========================================================= 02:26:21 [edgeXBuildMultiArch] RAW Config: 02:26:21 images: 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:26:21 - nexus3.edgexfoundry.org:10004/device-mqtt:main 02:26:21 settingsFile: 02:26:21 device-mqtt-go-settings 02:26:21 ========================================================= [Pipeline] node 02:26:36 Still waiting to schedule task 02:26:36 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:27:02 Running on prd-centos7-docker-4c-2g-8196 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:27:02 provisioning config files... 02:27:03 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10636123496451908148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:27:07 ---> ****-login.sh 02:27:07 nexus3.edgexfoundry.org:10001 02:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:07 Configure a credential helper to remove this warning. See 02:27:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:07 02:27:07 Login Succeeded 02:27:07 nexus3.edgexfoundry.org:10002 02:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:07 Configure a credential helper to remove this warning. See 02:27:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:07 02:27:07 Login Succeeded 02:27:07 nexus3.edgexfoundry.org:10003 02:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:07 Configure a credential helper to remove this warning. See 02:27:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:07 02:27:07 Login Succeeded 02:27:07 nexus3.edgexfoundry.org:10004 02:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:07 Configure a credential helper to remove this warning. See 02:27:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:07 02:27:07 Login Succeeded 02:27:07 ****.io 02:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:07 Configure a credential helper to remove this warning. See 02:27:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:07 02:27:07 Login Succeeded 02:27:07 ---> ****-login.sh ends [Pipeline] } 02:27:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:27:08 + docker buildx ls 02:27:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:27:08 default * docker 02:27:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:27:08 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:27:08 edgex-builder [Pipeline] sh 02:27:09 + docker buildx inspect --bootstrap 02:27:09 #1 [internal] booting buildkit 02:27:09 #1 pulling image moby/buildkit:buildx-stable-1 02:27:12 #1 pulling image moby/buildkit:buildx-stable-1 3.6s done 02:27:12 #1 creating container buildx_buildkit_edgex-builder0 02:27:14 #1 creating container buildx_buildkit_edgex-builder0 2.4s done 02:27:14 #1 DONE 6.0s 02:27:14 Name: edgex-builder 02:27:14 Driver: docker-container 02:27:14 02:27:14 Nodes: 02:27:14 Name: edgex-builder0 02:27:14 Endpoint: unix:///var/run/docker.sock 02:27:14 Status: running 02:27:14 Buildkit: v0.23.2 02:27:14 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:27:15 + docker buildx ls 02:27:15 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:27:15 edgex-builder * docker-container 02:27:15 edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:27:15 default docker 02:27:15 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:27:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d --push - 02:27:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d' 02:27:15 #1 [internal] load build definition from Dockerfile 02:27:15 #1 transferring dockerfile: 196B done 02:27:15 #1 DONE 0.0s 02:27:15 02:27:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:27:15 #2 DONE 0.1s 02:27:15 02:27:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:27:15 #3 DONE 0.1s 02:27:15 02:27:15 #4 [internal] load .dockerignore 02:27:15 #4 transferring context: 2B done 02:27:15 #4 DONE 0.0s 02:27:15 02:27:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:15 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:15 #5 DONE 0.0s 02:27:15 02:27:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:15 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:15 #6 DONE 0.1s 02:27:15 02:27:15 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 02:27:15 #7 DONE 0.0s 02:27:15 02:27:15 #8 exporting to image 02:27:15 #8 exporting layers done 02:27:15 #8 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done 02:27:15 #8 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:27:15 #8 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done 02:27:15 #8 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done 02:27:15 #8 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done 02:27:15 #8 pushing layers 0.1s done 02:27:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 02:27:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:27:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done 02:27:16 #8 DONE 0.2s 02:27:16 02:27:16 1 warning found (use --debug to expand): 02:27:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:27:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest' 02:27:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:latest --push - 02:27:16 #1 [internal] load build definition from Dockerfile 02:27:16 #1 transferring dockerfile: 162B done 02:27:16 #1 DONE 0.0s 02:27:16 02:27:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:27:16 #2 DONE 0.0s 02:27:16 02:27:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:27:16 #3 DONE 0.0s 02:27:16 02:27:16 #4 [internal] load .dockerignore 02:27:16 #4 transferring context: 2B done 02:27:16 #4 DONE 0.0s 02:27:16 02:27:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:16 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d done 02:27:16 #5 DONE 0.0s 02:27:16 02:27:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:16 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:16 #6 CACHED 02:27:16 02:27:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:16 #5 CACHED 02:27:16 02:27:16 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 02:27:16 #7 DONE 0.0s 02:27:16 02:27:16 #8 exporting to image 02:27:16 #8 exporting layers done 02:27:16 #8 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done 02:27:16 #8 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:27:16 #8 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done 02:27:16 #8 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done 02:27:16 #8 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done 02:27:16 #8 pushing layers 0.0s done 02:27:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done 02:27:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:27:16 #8 DONE 0.1s 02:27:16 02:27:16 1 warning found (use --debug to expand): 02:27:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:27:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6' 02:27:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 --push - 02:27:16 #1 [internal] load build definition from Dockerfile 02:27:16 #1 transferring dockerfile: 167B done 02:27:16 #1 DONE 0.0s 02:27:16 02:27:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 02:27:16 #2 DONE 0.0s 02:27:16 02:27:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 02:27:16 #3 DONE 0.0s 02:27:16 02:27:16 #4 [internal] load .dockerignore 02:27:16 #4 transferring context: 2B done 02:27:16 #4 DONE 0.0s 02:27:16 02:27:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:16 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:16 #5 CACHED 02:27:16 02:27:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:16 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:16 #6 CACHED 02:27:16 02:27:16 #7 exporting to image 02:27:16 #7 exporting layers 02:27:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:27:17 #7 exporting layers done 02:27:17 #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done 02:27:17 #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:27:17 #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done 02:27:17 #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done 02:27:17 #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done 02:27:17 #7 pushing layers 0.0s done 02:27:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done 02:27:17 #7 DONE 0.1s 02:27:17 02:27:17 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 02:27:17 #8 DONE 0.0s 02:27:17 02:27:17 1 warning found (use --debug to expand): 02:27:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:27:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6' 02:27:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 --push - 02:27:17 #1 [internal] load build definition from Dockerfile 02:27:17 #1 transferring dockerfile: 208B done 02:27:17 #1 DONE 0.0s 02:27:17 02:27:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:27:17 #2 DONE 0.0s 02:27:17 02:27:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:27:17 #3 DONE 0.0s 02:27:17 02:27:17 #4 [internal] load .dockerignore 02:27:17 #4 transferring context: 2B done 02:27:17 #4 DONE 0.0s 02:27:17 02:27:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:17 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:17 #5 CACHED 02:27:17 02:27:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:17 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d done 02:27:17 #6 CACHED 02:27:17 02:27:17 #7 exporting to image 02:27:17 #7 exporting layers 02:27:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:27:17 #7 exporting layers done 02:27:17 #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done 02:27:17 #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:27:17 #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done 02:27:17 #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done 02:27:17 #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done 02:27:17 #7 pushing layers 0.0s done 02:27:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done 02:27:17 #7 DONE 0.1s 02:27:17 02:27:17 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 02:27:17 #8 DONE 0.0s 02:27:17 02:27:17 1 warning found (use --debug to expand): 02:27:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:27:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:main' 02:27:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:main --push - 02:27:18 #1 [internal] load build definition from Dockerfile 02:27:18 #1 transferring dockerfile: 160B done 02:27:18 #1 DONE 0.0s 02:27:18 02:27:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 02:27:18 #2 DONE 0.0s 02:27:18 02:27:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 02:27:18 #3 DONE 0.0s 02:27:18 02:27:18 #4 [internal] load .dockerignore 02:27:18 #4 transferring context: 2B done 02:27:18 #4 DONE 0.0s 02:27:18 02:27:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:18 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:18 #5 CACHED 02:27:18 02:27:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 02:27:18 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done 02:27:18 #6 CACHED 02:27:18 02:27:18 #7 exporting to image 02:27:18 #7 exporting layers done 02:27:18 #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done 02:27:18 #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done 02:27:18 #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done 02:27:18 #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done 02:27:18 #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done 02:27:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:27:18 #7 pushing layers 0.0s done 02:27:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done 02:27:18 #7 DONE 0.1s 02:27:18 02:27:18 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 02:27:18 #8 DONE 0.0s 02:27:18 02:27:18 1 warning found (use --debug to expand): 02:27:18  - 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 02:27:18 + '[' -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:27:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:27:19 ---> package-listing.sh 02:27:19 ++ facter osfamily 02:27:19 ++ tr '[:upper:]' '[:lower:]' 02:27:19 + OS_FAMILY=redhat 02:27:19 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 02:27:19 + START_PACKAGES=/tmp/packages_start.txt 02:27:19 + END_PACKAGES=/tmp/packages_end.txt 02:27:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:27:19 + PACKAGES=/tmp/packages_start.txt 02:27:19 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:27:19 + PACKAGES=/tmp/packages_end.txt 02:27:19 + case "${OS_FAMILY}" in 02:27:19 + rpm -qa 02:27:19 + sort 02:27:20 + '[' -f /tmp/packages_start.txt ']' 02:27:20 + '[' -f /tmp/packages_end.txt ']' 02:27:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:27:20 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:27:20 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 02:27:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 02:27:20 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-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:27:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:21 02:27:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:21 latest: Pulling from edgex-lftools-log-publisher 02:27:21 5eb5b503b376: Pulling fs layer 02:27:21 5c69ac0246d0: Pulling fs layer 02:27:21 ec43610c2a17: Pulling fs layer 02:27:21 3a2ae6a8a46f: Pulling fs layer 02:27:21 33b1e0a273af: Pulling fs layer 02:27:21 5d3b04190fa2: Pulling fs layer 02:27:21 2f39f015ded8: Pulling fs layer 02:27:21 3a2ae6a8a46f: Waiting 02:27:21 33b1e0a273af: Waiting 02:27:21 5d3b04190fa2: Waiting 02:27:21 2f39f015ded8: Waiting 02:27:21 5c69ac0246d0: Verifying Checksum 02:27:21 5c69ac0246d0: Download complete 02:27:21 3a2ae6a8a46f: Verifying Checksum 02:27:21 3a2ae6a8a46f: Download complete 02:27:21 33b1e0a273af: Verifying Checksum 02:27:21 33b1e0a273af: Download complete 02:27:21 5d3b04190fa2: Verifying Checksum 02:27:21 5d3b04190fa2: Download complete 02:27:21 ec43610c2a17: Verifying Checksum 02:27:21 ec43610c2a17: Download complete 02:27:21 5eb5b503b376: Verifying Checksum 02:27:21 5eb5b503b376: Download complete 02:27:22 2f39f015ded8: Verifying Checksum 02:27:22 2f39f015ded8: Download complete 02:27:23 5eb5b503b376: Pull complete 02:27:23 5c69ac0246d0: Pull complete 02:27:23 ec43610c2a17: Pull complete 02:27:23 3a2ae6a8a46f: Pull complete 02:27:24 33b1e0a273af: Pull complete 02:27:24 5d3b04190fa2: Pull complete 02:27:28 2f39f015ded8: Pull complete 02:27:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:27:28 prd-centos7-docker-4c-2g-8196 does not seem to be running inside a container 02:27:28 $ 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-mqtt-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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:27:33 $ docker top 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de -eo pid,comm [Pipeline] { [Pipeline] sh 02:27:33 + touch /tmp/pre-build-complete [Pipeline] sh 02:27:34 + mkdir -p /var/log/sysstat [Pipeline] sh 02:27:34 + ls /var/log/sa-host 02:27:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:27:34 provisioning config files... 02:27:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10702387169427490207tmp [Pipeline] { [Pipeline] echo 02:27:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:27:34 ---> create-netrc.sh [Pipeline] } 02:27:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:27:35 ---> python-tools-install.sh [Pipeline] echo 02:27:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:27:35 ---> sudo-logs.sh 02:27:35 Archiving 'sudo' log.. 02:27:35 sudo: unable to resolve host prd-centos7-docker-4c-2g-8196.novalocal: Name or service not known 02:27:35 sudo: unable to resolve host prd-centos7-docker-4c-2g-8196.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 02:27:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:27:35 ---> job-cost.sh 02:27:35 lf-activate-venv: SKIPPING 02:27:35 INFO: No Stack... 02:27:36 INFO: Retrieving Pricing Info for: v3-standard-2 02:27:36 INFO: Archiving Costs [Pipeline] echo 02:27:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:27:36 ---> logs-deploy.sh 02:27:36 lf-activate-venv: SKIPPING 02:27:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/201 02:27:36 INFO: archiving workspace using pattern(s): 02:27:37 Archives upload complete. 02:27:37 INFO: archiving logs to Nexus 02:27:38 ---> uname -a: 02:27:38 Linux prd-centos7-docker-4c-2g-8196.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 02:27:38 02:27:38 02:27:38 ---> lscpu: 02:27:38 Architecture: x86_64 02:27:38 CPU op-mode(s): 32-bit, 64-bit 02:27:38 Byte Order: Little Endian 02:27:38 Address sizes: 40 bits physical, 48 bits virtual 02:27:38 CPU(s): 2 02:27:38 On-line CPU(s) list: 0,1 02:27:38 Thread(s) per core: 1 02:27:38 Core(s) per socket: 1 02:27:38 Socket(s): 2 02:27:38 NUMA node(s): 1 02:27:38 Vendor ID: AuthenticAMD 02:27:38 CPU family: 23 02:27:38 Model: 49 02:27:38 Model name: AMD EPYC-Rome Processor 02:27:38 Stepping: 0 02:27:38 CPU MHz: 2799.998 02:27:38 BogoMIPS: 5599.99 02:27:38 Virtualization: AMD-V 02:27:38 Hypervisor vendor: KVM 02:27:38 Virtualization type: full 02:27:38 L1d cache: 64 KiB 02:27:38 L1i cache: 64 KiB 02:27:38 L2 cache: 1 MiB 02:27:38 L3 cache: 32 MiB 02:27:38 NUMA node0 CPU(s): 0,1 02:27:38 Vulnerability Itlb multihit: Not affected 02:27:38 Vulnerability L1tf: Not affected 02:27:38 Vulnerability Mds: Not affected 02:27:38 Vulnerability Meltdown: Not affected 02:27:38 Vulnerability Mmio stale data: Not affected 02:27:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:27:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:27:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:27:38 Vulnerability Srbds: Not affected 02:27:38 Vulnerability Tsx async abort: Not affected 02:27:38 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 02:27:38 02:27:38 02:27:38 ---> nproc: 02:27:38 2 02:27:38 02:27:38 02:27:38 ---> df -h: 02:27:38 Filesystem Size Used Avail Use% Mounted on 02:27:38 overlay 40G 7.3G 33G 19% / 02:27:38 tmpfs 64M 0 64M 0% /dev 02:27:38 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 02:27:38 shm 64M 0 64M 0% /dev/shm 02:27:38 /dev/vda1 40G 7.3G 33G 19% /facter-os 02:27:38 02:27:38 02:27:38 Cannot open /var/log/sysstat/sa03: No such file or directory 02:27:38 Please check if data collecting is enabled 02:27:38 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:38 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:27:38 $ docker stop --time=1 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de 02:27:39 $ docker rm -f --volumes 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:27:39 [WS-CLEANUP] Deleting project workspace... 02:27:39 [WS-CLEANUP] Deferred wipeout is used... 02:27:39 [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 02:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:40 02:27:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:40 latest: Pulling from edgex-lftools-log-publisher 02:27:40 5eb5b503b376: Pulling fs layer 02:27:40 5c69ac0246d0: Pulling fs layer 02:27:40 ec43610c2a17: Pulling fs layer 02:27:40 3a2ae6a8a46f: Pulling fs layer 02:27:40 33b1e0a273af: Pulling fs layer 02:27:40 5d3b04190fa2: Pulling fs layer 02:27:40 2f39f015ded8: Pulling fs layer 02:27:40 3a2ae6a8a46f: Waiting 02:27:40 33b1e0a273af: Waiting 02:27:40 2f39f015ded8: Waiting 02:27:40 5d3b04190fa2: Waiting 02:27:40 5c69ac0246d0: Verifying Checksum 02:27:40 5c69ac0246d0: Download complete 02:27:40 3a2ae6a8a46f: Verifying Checksum 02:27:40 3a2ae6a8a46f: Download complete 02:27:40 ec43610c2a17: Verifying Checksum 02:27:40 ec43610c2a17: Download complete 02:27:40 33b1e0a273af: Verifying Checksum 02:27:40 33b1e0a273af: Download complete 02:27:40 5d3b04190fa2: Verifying Checksum 02:27:40 5d3b04190fa2: Download complete 02:27:41 5eb5b503b376: Download complete 02:27:41 2f39f015ded8: Verifying Checksum 02:27:41 2f39f015ded8: Download complete 02:27:43 5eb5b503b376: Pull complete 02:27:43 5c69ac0246d0: Pull complete 02:27:43 ec43610c2a17: Pull complete 02:27:43 3a2ae6a8a46f: Pull complete 02:27:43 33b1e0a273af: Pull complete 02:27:43 5d3b04190fa2: Pull complete 02:27:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8195 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 02:27:46 Running in /w/workspace/device-mqtt-go/201 [Pipeline] { [Pipeline] checkout 02:27:49 2f39f015ded8: Pull complete 02:27:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:27:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:27:50 The recommended git tool is: git 02:27:50 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:27:50 $ 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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:27:51 $ docker top 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:27:52 ---> job-cost.sh 02:27:52 lf-activate-venv: SKIPPING 02:27:52 INFO: No Stack... 02:27:52 INFO: Retrieving Pricing Info for: v3-standard-8 02:27:52 INFO: Archiving Costs [Pipeline] sh 02:27:52 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 02:27:52 + cut -d, -f6 [Pipeline] lock 02:27:52 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] 02:27:52 Resource [jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] did not exist. Created. 02:27:52 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:27:53 + echo total: 0.2199999988079071 [Pipeline] stash 02:27:53 Stashed 1 file(s) [Pipeline] } 02:27:53 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } 02:27:53 $ docker stop --time=1 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 02:27:54 $ docker rm -f --volumes 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:27:54 using credential edgex-jenkins-ssh 02:27:54 Cloning the remote Git repository 02:27:54 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:27:54 > git init /w/workspace/device-mqtt-go/201 # timeout=10 02:27:54 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:27:54 > git --version # timeout=10 02:27:54 > git --version # 'git version 2.25.1' 02:27:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:27:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:27:58 Avoid second fetch 02:27:58 Checking out Revision 67d472b9bba6da870f039b5b2a6b1373ade7203d (main) 02:27:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:27:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:27:58 > git config core.sparsecheckout # timeout=10 02:27:58 > git checkout -f 67d472b9bba6da870f039b5b2a6b1373ade7203d # timeout=10 02:27:59 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v4 (#759)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:28:03 provisioning config files... 02:28:03 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/201@tmp/config14262396185105472369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:04 ---> ****-login.sh 02:28:04 nexus3.edgexfoundry.org:10001 02:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:04 Configure a credential helper to remove this warning. See 02:28:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:04 02:28:04 Login Succeeded 02:28:04 nexus3.edgexfoundry.org:10002 02:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:05 Configure a credential helper to remove this warning. See 02:28:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:05 02:28:05 Login Succeeded 02:28:05 nexus3.edgexfoundry.org:10003 02:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:05 Configure a credential helper to remove this warning. See 02:28:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:05 02:28:05 Login Succeeded 02:28:05 nexus3.edgexfoundry.org:10004 02:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:05 Configure a credential helper to remove this warning. See 02:28:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:05 02:28:05 Login Succeeded 02:28:05 ****.io 02:28:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:06 Configure a credential helper to remove this warning. See 02:28:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:06 02:28:06 Login Succeeded 02:28:06 ---> ****-login.sh ends [Pipeline] } 02:28:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:28:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:28:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:28:06 ========================================================= 02:28:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:28:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:07 + 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 . 02:28:07 Sending build context to Docker daemon 15.48MB 02:28:07 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 02:28:07 Step 2/12 : FROM ${BASE} AS builder 02:28:07 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:28:07 94e9d8af2201: Pulling fs layer 02:28:07 a6c56e8762df: Pulling fs layer 02:28:07 f0f3c8884826: Pulling fs layer 02:28:07 c7e7622c144d: Pulling fs layer 02:28:07 4f4fb700ef54: Pulling fs layer 02:28:07 b4c3b6d88c5a: Pulling fs layer 02:28:07 ba8bce9d2590: Pulling fs layer 02:28:07 ca778ea9c289: Pulling fs layer 02:28:07 c7e7622c144d: Waiting 02:28:07 4f4fb700ef54: Waiting 02:28:07 b4c3b6d88c5a: Waiting 02:28:07 ba8bce9d2590: Waiting 02:28:07 ca778ea9c289: Waiting 02:28:07 a6c56e8762df: Verifying Checksum 02:28:07 a6c56e8762df: Download complete 02:28:07 c7e7622c144d: Download complete 02:28:07 4f4fb700ef54: Verifying Checksum 02:28:07 4f4fb700ef54: Download complete 02:28:07 b4c3b6d88c5a: Download complete 02:28:07 94e9d8af2201: Verifying Checksum 02:28:07 94e9d8af2201: Download complete 02:28:08 ca778ea9c289: Verifying Checksum 02:28:08 ca778ea9c289: Download complete 02:28:08 94e9d8af2201: Pull complete 02:28:09 a6c56e8762df: Pull complete 02:28:09 f0f3c8884826: Verifying Checksum 02:28:09 f0f3c8884826: Download complete 02:28:10 ba8bce9d2590: Verifying Checksum 02:28:10 ba8bce9d2590: Download complete 02:28:25 f0f3c8884826: Pull complete 02:28:25 c7e7622c144d: Pull complete 02:28:25 4f4fb700ef54: Pull complete 02:28:25 b4c3b6d88c5a: Pull complete 02:28:32 ba8bce9d2590: Pull complete 02:28:34 ca778ea9c289: Pull complete 02:28:34 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 02:28:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:28:34 ---> 47b25d7523d1 02:28:34 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:28:36 ---> Running in 0d561c738260 02:28:36 Removing intermediate container 0d561c738260 02:28:36 ---> e83f526a70e1 02:28:36 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:28:36 ---> Running in 397aff867fea 02:28:37 Removing intermediate container 397aff867fea 02:28:37 ---> 5e33a2f01c97 02:28:37 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:28:37 ---> Running in 5accbd77f503 02:28:37 Removing intermediate container 5accbd77f503 02:28:37 ---> 4c698103ebb4 02:28:37 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:28:37 ---> Running in 6e78a265ee5a 02:28:37 Removing intermediate container 6e78a265ee5a 02:28:37 ---> 2702e7d6e829 02:28:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:28:37 ---> Running in ac0ad44bc97e 02:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:28:40 (1/4) Installing openssh-keygen (9.7_p1-r5) 02:28:40 (2/4) Installing libedit (20240517.3.1-r0) 02:28:40 (3/4) Installing openssh-client-common (9.7_p1-r5) 02:28:40 (4/4) Installing openssh-client-default (9.7_p1-r5) 02:28:40 Executing busybox-1.36.1-r29.trigger 02:28:40 OK: 244 MiB in 62 packages 02:28:41 Removing intermediate container ac0ad44bc97e 02:28:41 ---> 350e05f93011 02:28:41 Step 8/12 : WORKDIR /device-mqtt-go 02:28:42 ---> Running in fb61932de1b8 02:28:42 Removing intermediate container fb61932de1b8 02:28:42 ---> 2c25a45fda2d 02:28:42 Step 9/12 : COPY go.mod vendor* ./ 02:28:42 ---> 46a7016c1837 02:28:42 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:28:42 ---> Running in f8eea524ef1f 02:30:19 Removing intermediate container f8eea524ef1f 02:30:19 ---> 3680cfeebd0c 02:30:19 Step 11/12 : COPY . . 02:30:19 ---> 922f5b01a899 02:30:19 Step 12/12 : RUN $MAKE 02:30:19 ---> Running in 4c9f6d741704 02:30:20 noop 02:30:21 Removing intermediate container 4c9f6d741704 02:30:21 ---> aaf70c57e4d6 02:30:21 Successfully built aaf70c57e4d6 02:30:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:21 + docker inspect -f . ci-base-image-arm64 02:30:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:22 prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container 02:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/201 -v /w/workspace/device-mqtt-go/201:/w/workspace/device-mqtt-go/201:rw,z -v /w/workspace/device-mqtt-go/201@tmp:/w/workspace/device-mqtt-go/201@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 02:30:23 $ docker top 8a67e11ecbfd8b28f3083464dd0fb0b03380648154cfa985323fbc8cbf4e1f42 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:24 + go version 02:30:24 go version go1.23.9 linux/arm64 [Pipeline] } 02:30:24 $ docker stop --time=1 8a67e11ecbfd8b28f3083464dd0fb0b03380648154cfa985323fbc8cbf4e1f42 02:30:25 $ docker rm -f --volumes 8a67e11ecbfd8b28f3083464dd0fb0b03380648154cfa985323fbc8cbf4e1f42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:26 + docker inspect -f . ci-base-image-arm64 02:30:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:26 prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container 02:30:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/201 -v /w/workspace/device-mqtt-go/201:/w/workspace/device-mqtt-go/201:rw,z -v /w/workspace/device-mqtt-go/201@tmp:/w/workspace/device-mqtt-go/201@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 02:30:27 $ docker top a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:28 + git config --global --add safe.directory /w/workspace/device-mqtt-go/201 [Pipeline] fileExists [Pipeline] sh 02:30:29 + make test 02:30:29 go test ./... -coverprofile=coverage.out ./... 02:30:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:33:57 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 02:34:04 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 02:34:04 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.054s coverage: 22.8% of statements 02:34:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:34:04 go vet ./... 02:34:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:34:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:34:51 ./bin/test-attribution-txt.sh 02:34:52 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 02:34:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 02:34:52 $ docker stop --time=1 a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be 02:34:53 $ docker rm -f --volumes a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be [Pipeline] // withDockerContainer [Pipeline] sh 02:34:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:34:55 Warning: overwriting stash ‘coverage-report’ 02:34:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:34:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:34:56 + ls -al . 02:34:56 total 248 02:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:30 . 02:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 02:27 .. 02:34:56 -rw-rw-r-- 1 jenkins jenkins 140 Sep 3 02:27 .dockerignore 02:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:28 .git 02:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 .github 02:34:56 -rw-rw-r-- 1 jenkins jenkins 264 Sep 3 02:27 .gitignore 02:34:56 -rw-rw-r-- 1 jenkins jenkins 41 Sep 3 02:27 .golangci.yml 02:34:56 -rw-rw-r-- 1 jenkins jenkins 19745 Sep 3 02:27 Attribution.txt 02:34:56 -rw-rw-r-- 1 jenkins jenkins 19382 Sep 3 02:27 CHANGELOG.md 02:34:56 -rw-rw-r-- 1 jenkins jenkins 1803 Sep 3 02:27 Dockerfile 02:34:56 -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 02:27 GOVERNANCE.md 02:34:56 -rw-rw-r-- 1 jenkins jenkins 657 Sep 3 02:27 Jenkinsfile 02:34:56 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 3 02:27 LICENSE 02:34:56 -rw-rw-r-- 1 jenkins jenkins 2545 Sep 3 02:27 Makefile 02:34:56 -rw-rw-r-- 1 jenkins jenkins 620 Sep 3 02:27 OWNERS.md 02:34:56 -rw-rw-r-- 1 jenkins jenkins 3599 Sep 3 02:27 README.md 02:34:56 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 02:24 VERSION 02:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:27 bin 02:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 cmd 02:34:56 -rw-r--r-- 1 jenkins jenkins 21039 Sep 3 02:34 coverage.out 02:34:56 -rw-rw-r-- 1 jenkins jenkins 6255 Sep 3 02:27 go.mod 02:34:56 -rw-rw-r-- 1 jenkins jenkins 86944 Sep 3 02:27 go.sum 02:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 internal 02:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:27 mock 02:34:56 -rw-rw-r-- 1 jenkins jenkins 227 Sep 3 02:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:57 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=67d472b9bba6da870f039b5b2a6b1373ade7203d --label arch=arm64 --label version=4.1.0-dev.6 . 02:34:57 Sending build context to Docker daemon 15.5MB 02:34:57 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 02:34:57 Step 2/25 : FROM ${BASE} AS builder 02:34:57 ---> aaf70c57e4d6 02:34:57 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:34:57 ---> Running in 3376c57d91be 02:34:58 Removing intermediate container 3376c57d91be 02:34:58 ---> b9b27f06903a 02:34:58 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:34:58 ---> Running in ddf999d5b0ee 02:34:58 Removing intermediate container ddf999d5b0ee 02:34:58 ---> 9132d8e5d773 02:34:58 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:34:58 ---> Running in 0779b2306b2b 02:34:58 Removing intermediate container 0779b2306b2b 02:34:58 ---> 96043f79d0a8 02:34:58 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 02:34:58 ---> Running in 0d4fbc66c180 02:34:59 Removing intermediate container 0d4fbc66c180 02:34:59 ---> 60536ce73206 02:34:59 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:34:59 ---> Running in 19fde9f7bd41 02:35:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:35:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:35:02 OK: 244 MiB in 62 packages 02:35:02 Removing intermediate container 19fde9f7bd41 02:35:02 ---> 7471ae864174 02:35:02 Step 8/25 : WORKDIR /device-mqtt-go 02:35:02 ---> Running in a8defc492aeb 02:35:03 Removing intermediate container a8defc492aeb 02:35:03 ---> 96099775b0bf 02:35:03 Step 9/25 : COPY go.mod vendor* ./ 02:35:03 ---> 4db2c1b5d32f 02:35:03 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:03 ---> Running in 0be5902115a4 02:35:05 Removing intermediate container 0be5902115a4 02:35:05 ---> 8415bfdd0f3a 02:35:05 Step 11/25 : COPY . . 02:35:06 ---> 625ee7bd1eed 02:35:06 Step 12/25 : RUN $MAKE 02:35:06 ---> Running in a4fa04b18231 02:35:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.6 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 02:38:29 Removing intermediate container a4fa04b18231 02:38:29 ---> 564cd96c07ee 02:38:29 Step 13/25 : FROM alpine:3.20 02:38:29 3.20: Pulling from library/alpine 02:38:29 13e713f82565: Pulling fs layer 02:38:29 13e713f82565: Verifying Checksum 02:38:29 13e713f82565: Download complete 02:38:29 13e713f82565: Pull complete 02:38:29 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:38:29 Status: Downloaded newer image for alpine:3.20 02:38:29 ---> c88e9dceb6cb 02:38:29 Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2024: IoTech Ltd' 02:38:29 ---> Running in 37752433f435 02:38:29 Removing intermediate container 37752433f435 02:38:29 ---> 9c220e006ba5 02:38:29 Step 15/25 : RUN apk add --update --no-cache dumb-init 02:38:29 ---> Running in 81810aa7571e 02:38:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:38:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:38:29 (1/1) Installing dumb-init (1.2.5-r3) 02:38:29 Executing busybox-1.36.1-r29.trigger 02:38:29 OK: 9 MiB in 15 packages 02:38:30 Removing intermediate container 81810aa7571e 02:38:30 ---> 59c6ac9b0884 02:38:30 Step 16/25 : RUN apk --no-cache upgrade 02:38:30 ---> Running in a07ace039f58 02:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:38:33 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:38:33 Executing busybox-1.36.1-r30.post-upgrade 02:38:33 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:38:33 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:38:33 Executing busybox-1.36.1-r30.trigger 02:38:33 OK: 9 MiB in 15 packages 02:38:34 Removing intermediate container a07ace039f58 02:38:34 ---> 038954f305ae 02:38:34 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 02:38:37 ---> e44d4a194ead 02:38:37 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 02:38:37 ---> 369b05c3c507 02:38:37 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:38:37 ---> dae5cb1c9771 02:38:37 Step 20/25 : EXPOSE 59982 02:38:37 ---> Running in 782e2cad9ec3 02:38:37 Removing intermediate container 782e2cad9ec3 02:38:37 ---> 8b95d99d6120 02:38:37 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 02:38:37 ---> Running in 7a4a8aa19e41 02:38:38 Removing intermediate container 7a4a8aa19e41 02:38:38 ---> ff3431fa5d20 02:38:38 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 02:38:38 ---> Running in 4cc396aad66f 02:38:38 Removing intermediate container 4cc396aad66f 02:38:38 ---> 429bf3e4af7d 02:38:38 Step 23/25 : LABEL arch=arm64 02:38:38 ---> Running in 4b21d67e099c 02:38:38 Removing intermediate container 4b21d67e099c 02:38:38 ---> d798377e12af 02:38:38 Step 24/25 : LABEL git_sha=67d472b9bba6da870f039b5b2a6b1373ade7203d 02:38:38 ---> Running in ec9d6990ee8f 02:38:39 Removing intermediate container ec9d6990ee8f 02:38:39 ---> a7c192f054ec 02:38:39 Step 25/25 : LABEL version=4.1.0-dev.6 02:38:39 ---> Running in fff552404914 02:38:39 Removing intermediate container fff552404914 02:38:39 ---> b080d4fcf433 02:38:39 [Warning] One or more build-args [ARCH] were not consumed 02:38:39 Successfully built b080d4fcf433 02:38:39 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:38:39 provisioning config files... 02:38:39 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/201@tmp/config9591171439927996874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:39 ---> ****-login.sh 02:38:39 nexus3.edgexfoundry.org:10001 02:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:38:40 Configure a credential helper to remove this warning. See 02:38:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:38:40 02:38:40 Login Succeeded 02:38:40 nexus3.edgexfoundry.org:10002 02:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:38:43 Configure a credential helper to remove this warning. See 02:38:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:38:43 02:38:43 Login Succeeded 02:38:43 nexus3.edgexfoundry.org:10003 02:38:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:38:44 Configure a credential helper to remove this warning. See 02:38:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:38:44 02:38:44 Login Succeeded 02:38:44 nexus3.edgexfoundry.org:10004 02:38:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:38:44 Configure a credential helper to remove this warning. See 02:38:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:38:44 02:38:44 Login Succeeded 02:38:44 ****.io 02:38:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:38:45 Configure a credential helper to remove this warning. See 02:38:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:38:45 02:38:45 Login Succeeded 02:38:45 ---> ****-login.sh ends [Pipeline] } 02:38:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:38:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:38:45 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 02:38:45 67d472b9bba6da870f039b5b2a6b1373ade7203d 02:38:45 latest 02:38:45 4.1.0-dev.6 02:38:45 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:38:45 main 02:38:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:45 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:38:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:38:45 d90f74da6b9f: Preparing 02:38:45 65ab57a9b213: Preparing 02:38:45 f1f8a2c1e170: Preparing 02:38:45 f78b8c1c9619: Preparing 02:38:45 1000254fa536: Preparing 02:38:45 1e890da81ec9: Preparing 02:38:45 1e890da81ec9: Waiting 02:38:46 65ab57a9b213: Pushed 02:38:46 d90f74da6b9f: Pushed 02:38:46 1000254fa536: Pushed 02:38:46 1e890da81ec9: Layer already exists 02:38:46 f78b8c1c9619: Pushed 02:38:56 f1f8a2c1e170: Pushed 02:38:57 67d472b9bba6da870f039b5b2a6b1373ade7203d: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:57 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:57 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 02:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:38:57 d90f74da6b9f: Preparing 02:38:57 65ab57a9b213: Preparing 02:38:57 f1f8a2c1e170: Preparing 02:38:57 f78b8c1c9619: Preparing 02:38:57 1000254fa536: Preparing 02:38:57 1e890da81ec9: Preparing 02:38:57 1e890da81ec9: Waiting 02:38:57 f78b8c1c9619: Layer already exists 02:38:57 65ab57a9b213: Layer already exists 02:38:57 d90f74da6b9f: Layer already exists 02:38:57 1000254fa536: Layer already exists 02:38:57 f1f8a2c1e170: Layer already exists 02:38:57 1e890da81ec9: Layer already exists 02:38:58 latest: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 02:38:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:38:58 d90f74da6b9f: Preparing 02:38:58 65ab57a9b213: Preparing 02:38:58 f1f8a2c1e170: Preparing 02:38:58 f78b8c1c9619: Preparing 02:38:58 1000254fa536: Preparing 02:38:58 1e890da81ec9: Preparing 02:38:58 1e890da81ec9: Waiting 02:38:58 65ab57a9b213: Layer already exists 02:38:58 f78b8c1c9619: Layer already exists 02:38:58 1000254fa536: Layer already exists 02:38:58 d90f74da6b9f: Layer already exists 02:38:58 f1f8a2c1e170: Layer already exists 02:38:58 1e890da81ec9: Layer already exists 02:38:58 4.1.0-dev.6: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:59 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:59 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:38:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:38:59 d90f74da6b9f: Preparing 02:38:59 65ab57a9b213: Preparing 02:38:59 f1f8a2c1e170: Preparing 02:38:59 f78b8c1c9619: Preparing 02:38:59 1000254fa536: Preparing 02:38:59 1e890da81ec9: Preparing 02:38:59 1e890da81ec9: Waiting 02:38:59 d90f74da6b9f: Layer already exists 02:38:59 1000254fa536: Layer already exists 02:38:59 65ab57a9b213: Layer already exists 02:38:59 f1f8a2c1e170: Layer already exists 02:38:59 f78b8c1c9619: Layer already exists 02:38:59 1e890da81ec9: Layer already exists 02:38:59 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:00 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:00 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 02:39:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:39:00 d90f74da6b9f: Preparing 02:39:00 65ab57a9b213: Preparing 02:39:00 f1f8a2c1e170: Preparing 02:39:00 f78b8c1c9619: Preparing 02:39:00 1000254fa536: Preparing 02:39:00 1e890da81ec9: Preparing 02:39:00 1e890da81ec9: Waiting 02:39:00 f78b8c1c9619: Layer already exists 02:39:00 f1f8a2c1e170: Layer already exists 02:39:00 1000254fa536: Layer already exists 02:39:00 d90f74da6b9f: Layer already exists 02:39:00 65ab57a9b213: Layer already exists 02:39:00 1e890da81ec9: Layer already exists 02:39:00 main: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:00 ===================================================== [Pipeline] echo 02:39:00 taggedImages: 02:39:00 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d 02:39:00 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 02:39:00 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 02:39:00 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 02:39:00 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] echo 02:39:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo 02:39:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] echo 02:39:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 [Pipeline] echo 02:39:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [Pipeline] echo 02:39:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:39:01 02:39:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:39:01 arm64: Pulling from edgex-lftools-log-publisher 02:39:01 8998bd30e6a1: Pulling fs layer 02:39:01 04944245beec: Pulling fs layer 02:39:01 699f458cf7ca: Pulling fs layer 02:39:01 765212b225bb: Pulling fs layer 02:39:01 f23df028b6ca: Pulling fs layer 02:39:01 d65c8cfc05b1: Pulling fs layer 02:39:01 2437ff75d9bd: Pulling fs layer 02:39:01 765212b225bb: Waiting 02:39:01 f23df028b6ca: Waiting 02:39:01 d65c8cfc05b1: Waiting 02:39:01 2437ff75d9bd: Waiting 02:39:01 04944245beec: Verifying Checksum 02:39:01 04944245beec: Download complete 02:39:01 765212b225bb: Verifying Checksum 02:39:01 765212b225bb: Download complete 02:39:01 f23df028b6ca: Download complete 02:39:01 d65c8cfc05b1: Verifying Checksum 02:39:01 d65c8cfc05b1: Download complete 02:39:01 699f458cf7ca: Verifying Checksum 02:39:01 699f458cf7ca: Download complete 02:39:02 8998bd30e6a1: Verifying Checksum 02:39:02 8998bd30e6a1: Download complete 02:39:05 2437ff75d9bd: Verifying Checksum 02:39:05 2437ff75d9bd: Download complete 02:39:07 8998bd30e6a1: Pull complete 02:39:07 04944245beec: Pull complete 02:39:09 699f458cf7ca: Pull complete 02:39:09 765212b225bb: Pull complete 02:39:10 f23df028b6ca: Pull complete 02:39:10 d65c8cfc05b1: Pull complete 02:39:28 2437ff75d9bd: Pull complete 02:39:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:39:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:28 prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container 02:39:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/201 -v /w/workspace/device-mqtt-go/201:/w/workspace/device-mqtt-go/201:rw,z -v /w/workspace/device-mqtt-go/201@tmp:/w/workspace/device-mqtt-go/201@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 02:39:31 $ docker top 33afcf7d1515f0c4fa987d5f7905966bc6654782118a09bf534928147db974bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:39:32 ---> job-cost.sh 02:39:32 lf-activate-venv: SKIPPING 02:39:32 INFO: No Stack... 02:39:32 INFO: Retrieving Pricing Info for: v3-standard-4 02:39:33 INFO: Archiving Costs [Pipeline] sh 02:39:34 + cat /w/workspace/device-mqtt-go/201/archives/cost.csv 02:39:34 + cut -d, -f6 [Pipeline] lock 02:39:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] 02:39:34 Resource [jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] did not exist. Created. 02:39:34 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:39:34 /w/workspace/device-mqtt-go/201@tmp/durable-e83062ed/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:39:35 + echo total: 0.10999999940395355 [Pipeline] stash 02:39:35 Warning: overwriting stash ‘stack-cost’ 02:39:35 Stashed 1 file(s) [Pipeline] } 02:39:35 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } 02:39:35 $ docker stop --time=1 33afcf7d1515f0c4fa987d5f7905966bc6654782118a09bf534928147db974bf 02:39:37 $ docker rm -f --volumes 33afcf7d1515f0c4fa987d5f7905966bc6654782118a09bf534928147db974bf [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 02:39:37 provisioning config files... 02:39:37 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5537379312179856257tmp [Pipeline] { [Pipeline] sh 02:39:37 + set +x 02:39:37 + curl -s https://codecov.io/bash 02:39:37 + bash -s -- 02:39:37 02:39:37 _____ _ 02:39:37 / ____| | | 02:39:37 | | ___ __| | ___ ___ _____ __ 02:39:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:39:37 | |___| (_) | (_| | __/ (_| (_) \ V / 02:39:37 \_____\___/ \__,_|\___|\___\___/ \_/ 02:39:37 Bash-1.0.6 02:39:37 02:39:37 02:39:37 ==> git version 2.25.1 found 02:39:37 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:39:37 Release-Date: 2020-01-08 02:39:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:39:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:39:37 ==> Jenkins CI detected. 02:39:37 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 02:39:37 project root: . 02:39:37 --> token set from env 02:39:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:39:37 ==> Running gcov in . (disable via -X gcov) 02:39:37 ==> Python coveragepy not found 02:39:37 ==> Searching for coverage reports in: 02:39:37 + . 02:39:37 -> Found 1 reports 02:39:37 ==> Detecting git/mercurial file structure 02:39:37 ==> Reading reports 02:39:37 + ./coverage.out bytes=21039 02:39:37 ==> Appending adjustments 02:39:37 https://docs.codecov.io/docs/fixing-reports 02:39:38 + Found adjustments 02:39:38 ==> Gzipping contents 02:39:38 4.0K /tmp/codecov.wbgN4h.gz 02:39:38 ==> Uploading reports 02:39:38 url: https://codecov.io 02:39:38 query: branch=main&commit=67d472b9bba6da870f039b5b2a6b1373ade7203d&build=201&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F201%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:39:38 -> Pinging Codecov 02:39:38 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=67d472b9bba6da870f039b5b2a6b1373ade7203d&build=201&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F201%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:39:38 -> Uploading to 02:39:38 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-mqtt-go/67d472b9bba6da870f039b5b2a6b1373ade7203d/d829e935-d84a-40ae-9a20-42d527acec7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250903%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250903T023938Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=19aeab08f5c22898a175330b53116c73613c4c4b94ade62157b3cbda65c5f6ed 02:39:38 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:38 Dload Upload Total Spent Left Speed 02:39:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3346 0 0 100 3346 0 23236 --:--:-- --:--:-- --:--:-- 23236 02:39:38 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } 02:39:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:39:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:39:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:39:38 02:39:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:39:39 latest: Pulling from edgex-devops/edgex-snyk-go 02:39:39 0a9a5dfd008f: Already exists 02:39:39 36466aa92d05: Already exists 02:39:39 e10405b45d13: Already exists 02:39:39 096b7ceb2af7: Already exists 02:39:39 4f4fb700ef54: Already exists 02:39:39 e50aa161e22a: Pulling fs layer 02:39:39 d3c8db5fb9df: Pulling fs layer 02:39:39 e50aa161e22a: Verifying Checksum 02:39:39 e50aa161e22a: Download complete 02:39:39 e50aa161e22a: Pull complete 02:39:40 d3c8db5fb9df: Verifying Checksum 02:39:40 d3c8db5fb9df: Download complete 02:39:44 d3c8db5fb9df: Pull complete 02:39:44 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:39:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:39:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:45 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:39:45 $ 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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:39:46 $ docker top e7f347a42832aac7dd3d7c500a5de4b62791ef87b5b9a03185d90731f422d224 -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:46 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo 02:39:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 02:39:46 + set -o pipefail 02:39:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 02:39:58 02:39:58 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 02:39:58 02:39:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/a8d5b48b-8dfc-47d0-b92f-d197df238a23 02:39:58 02:39:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:39:58 02:39:58 02:39:58 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 02:39:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:39:58 $ docker stop --time=1 e7f347a42832aac7dd3d7c500a5de4b62791ef87b5b9a03185d90731f422d224 02:40:01 $ docker rm -f --volumes e7f347a42832aac7dd3d7c500a5de4b62791ef87b5b9a03185d90731f422d224 [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 02:40:02 + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] sh 02:40:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:40:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:02 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:40:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:40:03 $ docker top 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 -eo pid,comm 02:40:03 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). 02:40:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:03 [ssh-agent] Looking for ssh-agent implementation... 02:40:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:03 $ docker exec 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 ssh-agent 02:40:03 SSH_AUTH_SOCK=/tmp/ssh-jXvWz9OYe2cZ/agent.31 02:40:03 SSH_AGENT_PID=37 02:40:03 Running ssh-add (command line suppressed) 02:40:03 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16255152862498191986.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16255152862498191986.key) 02:40:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:03 + git semver tag 02:40:04 2025-09-03 02:40:04,181 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:40:04 2025-09-03 02:40:04,184 [run_tag] DEBUG tag force:False 02:40:04 2025-09-03 02:40:04,185 [check_head_tag] DEBUG check head tag 02:40:04 2025-09-03 02:40:04,185 [execute] INFO git cat-file --batch-check 02:40:04 2025-09-03 02:40:04,185 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 02:40:04 2025-09-03 02:40:04,187 [execute] INFO git cat-file --batch 02:40:04 2025-09-03 02:40:04,187 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 02:40:04 2025-09-03 02:40:04,196 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:04 2025-09-03 02:40:04,196 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 02:40:04 2025-09-03 02:40:04,196 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 02:40:04 2025-09-03 02:40:04,199 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:04 4.1.0-dev.6 [Pipeline] } 02:40:04 $ docker exec --env ******** --env ******** 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 ssh-agent -k 02:40:04 unset SSH_AUTH_SOCK; 02:40:04 unset SSH_AGENT_PID; 02:40:04 echo Agent pid 37 killed; 02:40:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:04 + git semver [Pipeline] } 02:40:05 $ docker stop --time=1 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 02:40:06 $ docker rm -f --volumes 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:40:07 02:40:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:40:07 0.23.1-centos7: Pulling from edgex-lftools 02:40:07 ab5ef0e58194: Pulling fs layer 02:40:07 9712f1f96733: Pulling fs layer 02:40:07 63f879dbbcfc: Pulling fs layer 02:40:07 0d9ebad4ef96: Pulling fs layer 02:40:07 e9a5061849ea: Pulling fs layer 02:40:07 d747dcd14b5f: Pulling fs layer 02:40:07 2de7ff778b66: Pulling fs layer 02:40:07 0d9ebad4ef96: Waiting 02:40:07 e9a5061849ea: Waiting 02:40:07 d747dcd14b5f: Waiting 02:40:07 2de7ff778b66: Waiting 02:40:07 9712f1f96733: Verifying Checksum 02:40:07 9712f1f96733: Download complete 02:40:07 63f879dbbcfc: Verifying Checksum 02:40:07 63f879dbbcfc: Download complete 02:40:07 e9a5061849ea: Verifying Checksum 02:40:07 e9a5061849ea: Download complete 02:40:07 d747dcd14b5f: Download complete 02:40:07 ab5ef0e58194: Verifying Checksum 02:40:07 ab5ef0e58194: Download complete 02:40:08 0d9ebad4ef96: Verifying Checksum 02:40:08 0d9ebad4ef96: Download complete 02:40:08 2de7ff778b66: Verifying Checksum 02:40:08 2de7ff778b66: Download complete 02:40:12 ab5ef0e58194: Pull complete 02:40:12 9712f1f96733: Pull complete 02:40:12 63f879dbbcfc: Pull complete 02:40:19 0d9ebad4ef96: Pull complete 02:40:19 e9a5061849ea: Pull complete 02:40:19 d747dcd14b5f: Pull complete 02:40:20 2de7ff778b66: Pull complete 02:40:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:40:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:20 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:40:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:40:22 $ docker top 2ac02ad09e193919d33ae8326fb2c63be33f409122db9a86207d43a88a879e9c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:40:23 provisioning config files... 02:40:23 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config903337059585401715tmp 02:40:23 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13130227094190572979tmp 02:40:23 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15091048236114136923tmp [Pipeline] { [Pipeline] echo 02:40:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:40:23 ---> sigul-configuration.sh 02:40:23 gpg: directory `/root/.gnupg' created 02:40:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:40:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:40:23 gpg: keyring `/root/.gnupg/secring.gpg' created 02:40:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:40:23 gpg: CAST5 encrypted data 02:40:23 gpg: encrypted with 1 passphrase 02:40:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:40:23 + mkdir /home/jenkins 02:40:23 + mkdir /home/jenkins/sigul [Pipeline] sh 02:40:24 + 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 02:40:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:40:24 ---> sigul-install.sh 02:40:24 Sigul already installed; skipping installation. [Pipeline] sh 02:40:24 + git tag --list 02:40:24 0.7.1 02:40:24 v1.0.0 02:40:24 v1.1.0 02:40:24 v1.1.1 02:40:24 v1.2.2 02:40:24 v1.3.0 02:40:24 v1.3.1 02:40:24 v2.0.0 02:40:24 v2.1.0 02:40:24 v2.1.1 02:40:24 v2.2.0 02:40:24 v2.3.0 02:40:24 v3.0 02:40:24 v3.0.0 02:40:24 v3.1 02:40:24 v3.1.0 02:40:24 v3.1.1 02:40:24 v4.0 02:40:24 v4.0.0 02:40:24 v4.1.0-dev.1 02:40:24 v4.1.0-dev.2 02:40:24 v4.1.0-dev.3 02:40:24 v4.1.0-dev.4 02:40:24 v4.1.0-dev.5 02:40:24 v4.1.0-dev.6 [Pipeline] sh 02:40:25 + lftools sign git-tag v4.1.0-dev.6 02:40:25 Signing Git tag with Sigul... 02:40:25 Signing v4.1.0-dev.6 [Pipeline] echo 02:40:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:40:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:40:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:40:27 $ docker stop --time=1 2ac02ad09e193919d33ae8326fb2c63be33f409122db9a86207d43a88a879e9c 02:40:28 $ docker rm -f --volumes 2ac02ad09e193919d33ae8326fb2c63be33f409122db9a86207d43a88a879e9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:40:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:40:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:29 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:40:29 $ docker top ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f -eo pid,comm 02:40:29 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). 02:40:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:29 [ssh-agent] Looking for ssh-agent implementation... 02:40:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:29 $ docker exec ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f ssh-agent 02:40:29 SSH_AUTH_SOCK=/tmp/ssh-y562joekT9tE/agent.33 02:40:29 SSH_AGENT_PID=39 02:40:29 Running ssh-add (command line suppressed) 02:40:29 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7339284664021482203.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7339284664021482203.key) 02:40:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:30 + git semver bump pre 02:40:30 2025-09-03 02:40:30,345 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:40:30 2025-09-03 02:40:30,349 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:30 2025-09-03 02:40:30,350 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev 02:40:30 2025-09-03 02:40:30,350 [bump_version] DEBUG bumped version:4.1.0-dev.7 02:40:30 2025-09-03 02:40:30,350 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 02:40:30 2025-09-03 02:40:30,350 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:30 2025-09-03 02:40:30,350 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:30 2025-09-03 02:40:30,352 [execute] INFO git cat-file --batch-check 02:40:30 2025-09-03 02:40:30,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 02:40:30 2025-09-03 02:40:30,357 [execute] INFO git cat-file --batch 02:40:30 2025-09-03 02:40:30,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 02:40:30 2025-09-03 02:40:30,360 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:30 4.1.0-dev.7 [Pipeline] } 02:40:30 $ docker exec --env ******** --env ******** ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f ssh-agent -k 02:40:30 unset SSH_AUTH_SOCK; 02:40:30 unset SSH_AGENT_PID; 02:40:30 echo Agent pid 39 killed; 02:40:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:31 + git semver [Pipeline] } 02:40:31 $ docker stop --time=1 ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f 02:40:32 $ docker rm -f --volumes ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f [Pipeline] // withDockerContainer [Pipeline] sh 02:40:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:40:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:33 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:40:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:40:34 $ docker top 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc -eo pid,comm 02:40:34 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). 02:40:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:34 [ssh-agent] Looking for ssh-agent implementation... 02:40:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:34 $ docker exec 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc ssh-agent 02:40:34 SSH_AUTH_SOCK=/tmp/ssh-2l9mhpiQnkoQ/agent.33 02:40:34 SSH_AGENT_PID=39 02:40:34 Running ssh-add (command line suppressed) 02:40:34 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11354776075899644781.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11354776075899644781.key) 02:40:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:34 + git semver push 02:40:35 2025-09-03 02:40:35,026 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:40:35 2025-09-03 02:40:35,030 [run_push] DEBUG push 02:40:35 2025-09-03 02:40:35,031 [execute] INFO git cat-file --batch-check 02:40:35 2025-09-03 02:40:35,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 02:40:35 2025-09-03 02:40:35,033 [execute] INFO git rev-list 09ca7ae01df2b2242f58aee1c765766123da09f4 -- 02:40:35 2025-09-03 02:40:35,033 [execute] DEBUG Popen(['git', 'rev-list', '09ca7ae01df2b2242f58aee1c765766123da09f4', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:40:35 2025-09-03 02:40:35,042 [execute] INFO git fetch -v -- origin 02:40:35 2025-09-03 02:40:35,043 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 02:40:35 2025-09-03 02:40:35,491 [run_push] DEBUG no remote changes detected 02:40:35 2025-09-03 02:40:35,491 [execute] INFO git push origin semver 02:40:35 2025-09-03 02:40:35,492 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:40:36 2025-09-03 02:40:36,175 [run_push] DEBUG push all version tags 02:40:36 2025-09-03 02:40:36,175 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:40:36 2025-09-03 02:40:36,176 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 02:40:37 2025-09-03 02:40:36,783 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:40:37 4.1.0-dev.7 [Pipeline] } 02:40:37 $ docker exec --env ******** --env ******** 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc ssh-agent -k 02:40:37 unset SSH_AUTH_SOCK; 02:40:37 unset SSH_AGENT_PID; 02:40:37 echo Agent pid 39 killed; 02:40:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:37 + git semver [Pipeline] } 02:40:37 $ docker stop --time=1 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc 02:40:39 $ docker rm -f --volumes 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc [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 02:40:39 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 02:40:39 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:40:39 total 16 02:40:39 drwxr-xr-x 3 root root 4096 Sep 3 02:27 . 02:40:39 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 02:40 .. 02:40:39 drwxr-xr-x 2 root root 4096 Sep 3 02:27 cost 02:40:39 -rw-r--r-- 1 root root 86 Sep 3 02:27 cost.csv 02:40:39 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:40:39 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:40:39 total 16 02:40:39 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 02:27 . 02:40:39 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 02:40 .. 02:40:39 drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 02:27 cost 02:40:39 -rw-r--r-- 1 jenkins jenkins 86 Sep 3 02:27 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:40:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:40:40 ---> package-listing.sh 02:40:40 ++ facter osfamily 02:40:40 ++ tr '[:upper:]' '[:lower:]' 02:40:41 + OS_FAMILY=debian 02:40:41 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 02:40:41 + START_PACKAGES=/tmp/packages_start.txt 02:40:41 + END_PACKAGES=/tmp/packages_end.txt 02:40:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:40:41 + PACKAGES=/tmp/packages_start.txt 02:40:41 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:40:41 + PACKAGES=/tmp/packages_end.txt 02:40:41 + case "${OS_FAMILY}" in 02:40:41 + dpkg -l 02:40:41 + grep '^ii' 02:40:41 + '[' -f /tmp/packages_start.txt ']' 02:40:41 + '[' -f /tmp/packages_end.txt ']' 02:40:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:40:41 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:40:41 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 02:40:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 02:40:41 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-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:40:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:40:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:42 prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container 02:40:42 $ 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-mqtt-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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 02:40:42 $ docker top dd59f2152861a0cf0346f6669db0d48d9559e404e213f44ff08466d76de83170 -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:42 + touch /tmp/pre-build-complete [Pipeline] sh 02:40:42 + mkdir -p /var/log/sysstat [Pipeline] sh 02:40:43 + ls /var/log/sa-host 02:40:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:40:43 provisioning config files... 02:40:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12432478861656382018tmp [Pipeline] { [Pipeline] echo 02:40:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:40:43 ---> create-netrc.sh [Pipeline] } 02:40:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:40:43 ---> python-tools-install.sh [Pipeline] echo 02:40:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:40:44 ---> sudo-logs.sh 02:40:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:40:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:40:44 ---> job-cost.sh 02:40:44 lf-activate-venv: SKIPPING 02:40:44 DEBUG: total: 0.2199999988079071 02:40:44 INFO: Retrieving Stack Cost... 02:40:44 INFO: Retrieving Pricing Info for: v3-standard-8 02:40:45 INFO: Archiving Costs [Pipeline] echo 02:40:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:40:45 ---> logs-deploy.sh 02:40:45 lf-activate-venv: SKIPPING 02:40:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/201 02:40:45 INFO: archiving workspace using pattern(s): 02:40:46 Archives upload complete. 02:40:46 INFO: archiving logs to Nexus 02:40:47 ---> uname -a: 02:40:47 Linux prd-ubuntu20-04-docker-8c-8g-8194 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:40:47 02:40:47 02:40:47 ---> lscpu: 02:40:47 Architecture: x86_64 02:40:47 CPU op-mode(s): 32-bit, 64-bit 02:40:47 Byte Order: Little Endian 02:40:47 Address sizes: 40 bits physical, 48 bits virtual 02:40:47 CPU(s): 8 02:40:47 On-line CPU(s) list: 0-7 02:40:47 Thread(s) per core: 1 02:40:47 Core(s) per socket: 1 02:40:47 Socket(s): 8 02:40:47 NUMA node(s): 1 02:40:47 Vendor ID: AuthenticAMD 02:40:47 CPU family: 23 02:40:47 Model: 49 02:40:47 Model name: AMD EPYC-Rome Processor 02:40:47 Stepping: 0 02:40:47 CPU MHz: 2800.000 02:40:47 BogoMIPS: 5600.00 02:40:47 Virtualization: AMD-V 02:40:47 Hypervisor vendor: KVM 02:40:47 Virtualization type: full 02:40:47 L1d cache: 256 KiB 02:40:47 L1i cache: 256 KiB 02:40:47 L2 cache: 4 MiB 02:40:47 L3 cache: 128 MiB 02:40:47 NUMA node0 CPU(s): 0-7 02:40:47 Vulnerability Gather data sampling: Not affected 02:40:47 Vulnerability Itlb multihit: Not affected 02:40:47 Vulnerability L1tf: Not affected 02:40:47 Vulnerability Mds: Not affected 02:40:47 Vulnerability Meltdown: Not affected 02:40:47 Vulnerability Mmio stale data: Not affected 02:40:47 Vulnerability Retbleed: Vulnerable 02:40:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:40:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:40:47 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:40:47 Vulnerability Srbds: Not affected 02:40:47 Vulnerability Tsx async abort: Not affected 02:40:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:40:47 02:40:47 02:40:47 ---> nproc: 02:40:47 8 02:40:47 02:40:47 02:40:47 ---> df -h: 02:40:47 Filesystem Size Used Avail Use% Mounted on 02:40:47 overlay 155G 14G 142G 9% / 02:40:47 tmpfs 64M 0 64M 0% /dev 02:40:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:40:47 shm 64M 0 64M 0% /dev/shm 02:40:47 /dev/vda1 155G 14G 142G 9% /facter-os 02:40:47 02:40:47 02:40:47 ---> sar -b -r -n DEV: 02:40:47 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8194) 09/03/25 _x86_64_ (8 CPU) 02:40:47 02:40:47 02:23:00 LINUX RESTART (8 CPU) 02:40:47 02:40:47 02:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:40:47 02:25:01 269.23 12.40 256.82 0.00 1745.20 70747.74 0.00 02:40:47 02:26:01 76.85 0.58 76.27 0.00 33.73 17289.92 0.00 02:40:47 02:27:01 47.29 1.43 45.86 0.00 34.53 16481.14 0.00 02:40:47 02:28:01 48.13 0.00 48.13 0.00 0.00 16987.17 0.00 02:40:47 02:29:01 49.98 3.80 46.18 0.00 4285.55 9062.49 0.00 02:40:47 02:30:01 4.10 0.02 4.08 0.00 0.13 92.78 0.00 02:40:47 02:31:01 1.50 0.00 1.50 0.00 0.00 17.59 0.00 02:40:47 02:32:01 2.08 0.00 2.08 0.00 0.00 24.26 0.00 02:40:47 02:33:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 02:40:47 02:34:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 02:40:47 02:35:01 1.52 0.00 1.52 0.00 0.00 20.66 0.00 02:40:47 02:36:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 02:40:47 02:37:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 02:40:47 02:38:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 02:40:47 02:39:01 1.95 0.02 1.93 0.00 0.13 25.20 0.00 02:40:47 02:40:01 60.49 0.22 60.27 0.00 12.53 31308.92 0.00 02:40:47 Average: 35.36 1.14 34.22 0.00 380.55 10069.81 0.00 02:40:47 02:40:47 02:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:40:47 02:25:01 26906000 31357000 923612 2.81 151408 4419280 2256616 6.65 1693136 3705552 200988 02:40:47 02:26:01 26333100 31200812 1075700 3.27 158264 4795280 2362968 6.97 2121932 3813104 575796 02:40:47 02:27:01 26788640 31537972 742992 2.26 159128 4698944 1689148 4.98 1620008 3889204 16 02:40:47 02:28:01 26262456 31528920 749836 2.28 173256 5150892 1717052 5.06 1647748 4328436 160 02:40:47 02:29:01 25762188 31501376 760452 2.31 206460 5575908 1761932 5.19 1945984 4496320 96 02:40:47 02:30:01 25769284 31507892 754408 2.30 206180 5575636 1727556 5.09 1939916 4496040 8 02:40:47 02:31:01 25771892 31510572 751716 2.29 206260 5575644 1727556 5.09 1938120 4496048 8 02:40:47 02:32:01 25775244 31514016 748136 2.28 206344 5575652 1727556 5.09 1934804 4496056 16 02:40:47 02:33:01 25777560 31516456 745732 2.27 206428 5575652 1727556 5.09 1932384 4496064 36 02:40:47 02:34:01 25777560 31516464 745656 2.27 206460 5575656 1727556 5.09 1932260 4496068 8 02:40:47 02:35:01 25778544 31517564 744540 2.27 206532 5575656 1727556 5.09 1931740 4496060 168 02:40:47 02:36:01 25778172 31517224 744820 2.27 206560 5575660 1727556 5.09 1931852 4496064 188 02:40:47 02:37:01 25778424 31517528 744452 2.26 206584 5575664 1727556 5.09 1931408 4496068 12 02:40:47 02:38:01 25778240 31517364 744492 2.26 206608 5575664 1727556 5.09 1931820 4496068 36 02:40:47 02:39:01 25777252 31516468 745156 2.27 206644 5575640 1756256 5.18 1931584 4496036 8 02:40:47 02:40:01 25304168 31493368 765904 2.33 232524 5973756 1722928 5.08 1986788 4887476 64 02:40:47 Average: 25944920 31485687 780475 2.37 196602 5398162 1800932 5.31 1896968 4380042 48600 02:40:47 02:40:47 02:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:40:47 02:25:01 docker0 335.11 402.91 27.78 3003.69 0.00 0.00 0.00 0.00 02:40:47 02:25:01 ens3 553.70 429.05 6324.99 87.47 0.00 0.00 0.00 0.00 02:40:47 02:25:01 veth5932780 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:40:47 02:25:01 lo 1.69 1.69 0.18 0.18 0.00 0.00 0.00 0.00 02:40:47 02:26:01 docker0 5.35 8.65 0.33 123.24 0.00 0.00 0.00 0.00 02:40:47 02:26:01 ens3 44.53 22.30 215.60 10.66 0.00 0.00 0.00 0.00 02:40:47 02:26:01 vetheb2f463 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 02:40:47 02:26:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 02:40:47 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:27:01 ens3 69.52 63.89 33.14 375.79 0.00 0.00 0.00 0.00 02:40:47 02:27:01 lo 5.13 5.13 0.52 0.52 0.00 0.00 0.00 0.00 02:40:47 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:28:01 ens3 87.77 56.76 2522.14 11.85 0.00 0.00 0.00 0.00 02:40:47 02:28:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 02:40:47 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:29:01 ens3 193.78 133.36 2996.43 9.20 0.00 0.00 0.00 0.00 02:40:47 02:29:01 lo 0.73 0.73 0.08 0.08 0.00 0.00 0.00 0.00 02:40:47 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:30:01 ens3 0.57 0.18 0.06 0.01 0.00 0.00 0.00 0.00 02:40:47 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:31:01 ens3 0.55 0.32 0.32 0.21 0.00 0.00 0.00 0.00 02:40:47 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:32:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:33:01 ens3 0.22 0.07 0.11 0.00 0.00 0.00 0.00 0.00 02:40:47 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:34:01 ens3 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 02:40:47 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:35:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 02:40:47 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:36:01 ens3 0.68 0.43 0.28 0.22 0.00 0.00 0.00 0.00 02:40:47 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:40:47 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:39:01 ens3 0.25 0.13 0.13 0.07 0.00 0.00 0.00 0.00 02:40:47 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:47 02:40:01 docker0 90.92 108.32 7.35 870.73 0.00 0.00 0.00 0.00 02:40:47 02:40:01 ens3 203.95 145.41 3524.67 19.95 0.00 0.00 0.00 0.00 02:40:47 02:40:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 02:40:47 Average: docker0 26.64 32.11 2.19 246.97 0.00 0.00 0.00 0.00 02:40:47 Average: ens3 71.76 52.88 970.52 32.16 0.00 0.00 0.00 0.00 02:40:47 Average: lo 0.70 0.70 0.07 0.07 0.00 0.00 0.00 0.00 02:40:47 02:40:47 02:40:47 ---> sar -P ALL: 02:40:47 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8194) 09/03/25 _x86_64_ (8 CPU) 02:40:47 02:40:47 02:23:00 LINUX RESTART (8 CPU) 02:40:47 02:40:47 02:24:02 CPU %user %nice %system %iowait %steal %idle 02:40:47 02:25:01 all 15.21 0.00 4.81 1.25 0.07 78.66 02:40:47 02:25:01 0 15.70 0.00 4.32 0.27 0.05 79.66 02:40:47 02:25:01 1 15.68 0.00 4.42 1.98 0.09 77.84 02:40:47 02:25:01 2 15.10 0.00 5.66 1.46 0.09 77.69 02:40:47 02:25:01 3 13.93 0.00 4.11 0.82 0.07 81.07 02:40:47 02:25:01 4 14.19 0.00 4.78 0.83 0.07 80.13 02:40:47 02:25:01 5 16.16 0.00 4.82 0.21 0.07 78.75 02:40:47 02:25:01 6 14.67 0.00 4.65 2.11 0.07 78.51 02:40:47 02:25:01 7 16.26 0.00 5.69 2.36 0.09 75.60 02:40:47 02:26:01 all 57.82 0.00 8.63 0.28 0.09 33.19 02:40:47 02:26:01 0 57.72 0.00 8.70 0.13 0.08 33.36 02:40:47 02:26:01 1 58.00 0.00 7.91 0.12 0.08 33.89 02:40:47 02:26:01 2 57.01 0.00 8.38 0.25 0.08 34.28 02:40:47 02:26:01 3 58.01 0.00 8.84 0.40 0.08 32.66 02:40:47 02:26:01 4 58.88 0.00 8.62 0.94 0.08 31.48 02:40:47 02:26:01 5 58.02 0.00 8.64 0.15 0.08 33.11 02:40:47 02:26:01 6 58.30 0.00 8.62 0.08 0.10 32.90 02:40:47 02:26:01 7 56.64 0.00 9.31 0.12 0.08 33.85 02:40:47 02:27:01 all 5.01 0.00 0.87 0.19 0.03 93.90 02:40:47 02:27:01 0 5.49 0.00 0.83 0.02 0.05 93.61 02:40:47 02:27:01 1 5.16 0.00 0.87 0.50 0.03 93.43 02:40:47 02:27:01 2 3.76 0.00 0.84 0.05 0.05 95.30 02:40:47 02:27:01 3 4.27 0.00 0.58 0.02 0.02 95.11 02:40:47 02:27:01 4 7.16 0.00 1.17 0.02 0.02 91.63 02:40:47 02:27:01 5 4.34 0.00 0.90 0.35 0.03 94.37 02:40:47 02:27:01 6 6.54 0.00 1.04 0.47 0.02 91.94 02:40:47 02:27:01 7 3.32 0.00 0.77 0.08 0.02 95.81 02:40:47 02:28:01 all 2.41 0.00 1.05 0.26 0.04 96.25 02:40:47 02:28:01 0 2.29 0.00 0.87 0.00 0.07 96.77 02:40:47 02:28:01 1 3.04 0.00 0.72 0.00 0.02 96.22 02:40:47 02:28:01 2 2.47 0.00 1.11 1.45 0.05 94.92 02:40:47 02:28:01 3 2.19 0.00 0.67 0.00 0.03 97.10 02:40:47 02:28:01 4 2.49 0.00 1.34 0.23 0.05 95.88 02:40:47 02:28:01 5 2.47 0.00 2.03 0.05 0.03 95.42 02:40:47 02:28:01 6 1.94 0.00 0.92 0.30 0.02 96.82 02:40:47 02:28:01 7 2.36 0.00 0.74 0.02 0.03 96.85 02:40:47 02:29:01 all 2.16 0.00 1.27 0.46 0.03 96.08 02:40:47 02:29:01 0 1.82 0.00 1.25 0.33 0.03 96.55 02:40:47 02:29:01 1 2.54 0.00 1.22 0.07 0.03 96.14 02:40:47 02:29:01 2 2.26 0.00 0.87 0.05 0.02 96.81 02:40:47 02:29:01 3 1.50 0.00 2.19 0.10 0.03 96.18 02:40:47 02:29:01 4 1.00 0.00 0.92 2.47 0.03 95.57 02:40:47 02:29:01 5 3.82 0.00 2.15 0.27 0.03 93.72 02:40:47 02:29:01 6 1.85 0.00 0.87 0.23 0.03 97.01 02:40:47 02:29:01 7 2.49 0.00 0.65 0.13 0.03 96.69 02:40:47 02:30:01 all 0.07 0.00 0.05 0.01 0.00 99.86 02:40:47 02:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:40:47 02:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:40:47 02:30:01 2 0.23 0.00 0.15 0.00 0.02 99.60 02:40:47 02:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:40:47 02:30:01 4 0.05 0.00 0.03 0.05 0.02 99.85 02:40:47 02:30:01 5 0.02 0.00 0.02 0.02 0.00 99.95 02:40:47 02:30:01 6 0.02 0.00 0.05 0.02 0.00 99.92 02:40:47 02:30:01 7 0.10 0.00 0.08 0.00 0.00 99.82 02:40:47 02:31:01 all 0.07 0.00 0.01 0.01 0.01 99.90 02:40:47 02:31:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:40:47 02:31:01 1 0.20 0.00 0.00 0.00 0.02 99.78 02:40:47 02:31:01 2 0.08 0.00 0.02 0.00 0.03 99.87 02:40:47 02:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:40:47 02:31:01 4 0.05 0.00 0.00 0.08 0.00 99.87 02:40:47 02:31:01 5 0.08 0.00 0.02 0.00 0.00 99.90 02:40:47 02:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:31:01 7 0.05 0.00 0.00 0.00 0.02 99.93 02:40:47 02:32:01 all 0.09 0.00 0.02 0.01 0.01 99.87 02:40:47 02:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:32:01 1 0.18 0.00 0.03 0.00 0.00 99.78 02:40:47 02:32:01 2 0.03 0.00 0.03 0.00 0.03 99.90 02:40:47 02:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:32:01 4 0.03 0.00 0.03 0.03 0.02 99.88 02:40:47 02:32:01 5 0.42 0.00 0.02 0.00 0.02 99.55 02:40:47 02:32:01 6 0.02 0.00 0.03 0.02 0.02 99.92 02:40:47 02:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:40:47 02:33:01 all 0.02 0.00 0.02 0.03 0.01 99.92 02:40:47 02:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:40:47 02:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:40:47 02:33:01 2 0.07 0.00 0.03 0.12 0.03 99.75 02:40:47 02:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:40:47 02:33:01 4 0.02 0.00 0.03 0.10 0.02 99.83 02:40:47 02:33:01 5 0.05 0.00 0.00 0.00 0.00 99.95 02:40:47 02:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:40:47 02:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:40:47 02:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:40:47 02:34:01 2 0.07 0.00 0.02 0.00 0.02 99.90 02:40:47 02:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:34:01 4 0.03 0.00 0.00 0.02 0.00 99.95 02:40:47 02:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:40:47 02:35:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:40:47 02:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:40:47 02:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:35:01 2 0.03 0.00 0.03 0.00 0.03 99.90 02:40:47 02:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:35:01 4 0.05 0.00 0.00 0.02 0.02 99.92 02:40:47 02:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:35:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:40:47 02:40:47 02:35:01 CPU %user %nice %system %iowait %steal %idle 02:40:47 02:36:01 all 0.02 0.00 0.00 0.00 0.01 99.96 02:40:47 02:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:40:47 02:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:36:01 2 0.05 0.00 0.00 0.00 0.03 99.92 02:40:47 02:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:36:01 4 0.03 0.00 0.00 0.03 0.00 99.93 02:40:47 02:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:40:47 02:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:40:47 02:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:40:47 02:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:40:47 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:40:47 02:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:40:47 02:37:01 2 0.07 0.00 0.02 0.00 0.03 99.88 02:40:47 02:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:40:47 02:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:40:47 02:38:01 all 0.03 0.00 0.00 0.00 0.01 99.96 02:40:47 02:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:40:47 02:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:40:47 02:38:01 2 0.00 0.00 0.02 0.00 0.03 99.95 02:40:47 02:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:40:47 02:38:01 4 0.05 0.00 0.00 0.00 0.00 99.95 02:40:47 02:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:40:47 02:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:40:47 02:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:40:47 02:39:01 all 0.04 0.00 0.02 0.00 0.01 99.92 02:40:47 02:39:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:40:47 02:39:01 1 0.00 0.00 0.03 0.00 0.00 99.97 02:40:47 02:39:01 2 0.03 0.00 0.02 0.02 0.03 99.90 02:40:47 02:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:40:47 02:39:01 4 0.08 0.00 0.07 0.00 0.02 99.83 02:40:47 02:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:40:47 02:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:40:47 02:39:01 7 0.05 0.00 0.00 0.02 0.02 99.92 02:40:47 02:40:01 all 3.64 0.00 1.46 0.41 0.03 94.45 02:40:47 02:40:01 0 3.51 0.00 1.34 0.10 0.03 95.02 02:40:47 02:40:01 1 3.98 0.00 1.34 0.02 0.03 94.64 02:40:47 02:40:01 2 3.94 0.00 1.68 1.17 0.03 93.17 02:40:47 02:40:01 3 4.55 0.00 2.01 0.23 0.05 93.16 02:40:47 02:40:01 4 2.79 0.00 1.29 1.39 0.03 94.50 02:40:47 02:40:01 5 3.83 0.00 1.32 0.02 0.03 94.79 02:40:47 02:40:01 6 3.48 0.00 1.10 0.02 0.02 95.39 02:40:47 02:40:01 7 3.04 0.00 1.63 0.37 0.02 94.94 02:40:47 Average: all 5.37 0.00 1.13 0.18 0.02 93.29 02:40:47 Average: 0 5.39 0.00 1.09 0.05 0.02 93.45 02:40:47 Average: 1 5.52 0.00 1.03 0.16 0.02 93.27 02:40:47 Average: 2 5.29 0.00 1.17 0.28 0.04 93.22 02:40:47 Average: 3 5.24 0.00 1.14 0.10 0.02 93.50 02:40:47 Average: 4 5.38 0.00 1.13 0.39 0.02 93.08 02:40:47 Average: 5 5.54 0.00 1.24 0.07 0.02 93.14 02:40:47 Average: 6 5.39 0.00 1.07 0.20 0.02 93.32 02:40:47 Average: 7 5.24 0.00 1.17 0.19 0.02 93.38 02:40:47 02:40:47 02:40:47