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 [2025-09-03T02:23:41.718Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-09-03T02:23:41.784Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-09-03T02:23:41.812Z] ========================================================= [2025-09-03T02:23:41.812Z] EdgeX Global Pipelines Version Info [2025-09-03T02:23:41.812Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:23:42.562Z] ------------------- [2025-09-03T02:23:42.562Z] stable info: [2025-09-03T02:23:42.562Z] ------------------- [2025-09-03T02:23:42.562Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-09-03T02:23:42.562Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T02:23:42.562Z] Message: update stable to v1.0.276 [2025-09-03T02:23:43.143Z] ------------------- [2025-09-03T02:23:43.143Z] experimental info: [2025-09-03T02:23:43.143Z] ------------------- [2025-09-03T02:23:43.143Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-09-03T02:23:43.143Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T02:23:43.143Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-09-03T02:23:43.235Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2025-09-03T02:23:43.254Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2025-09-03T02:23:43.273Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-09-03T02:23:43.298Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-09-03T02:23:43.321Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-09-03T02:23:43.345Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-09-03T02:23:43.373Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-09-03T02:23:43.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-09-03T02:23:43.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-09-03T02:23:43.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-09-03T02:23:43.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-09-03T02:23:43.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2025-09-03T02:23:43.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-09-03T02:23:43.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-09-03T02:23:43.545Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-09-03T02:23:43.570Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-09-03T02:23:43.592Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-09-03T02:23:43.620Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-09-03T02:23:43.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-09-03T02:23:43.668Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-09-03T02:23:43.694Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-09-03T02:23:43.714Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-09-03T02:23:43.737Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-09-03T02:23:43.765Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-09-03T02:23:43.794Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-09-03T02:23:43.819Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-09-03T02:23:43.844Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-09-03T02:23:43.869Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-09-03T02:23:43.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-09-03T02:23:43.910Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-09-03T02:23:43.930Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo [2025-09-03T02:23:43.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67d472b [Pipeline] echo [2025-09-03T02:23:43.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T02:23:44.028Z] provisioning config files... [2025-09-03T02:23:44.042Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9695562769097976223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:23:44.372Z] ---> ****-login.sh [2025-09-03T02:23:44.372Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:23:44.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:23:44.633Z] [2025-09-03T02:23:44.633Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T02:23:44.633Z] Configure a credential helper to remove this warning. See [2025-09-03T02:23:44.633Z] https://docs.****.com/go/credential-store/ [2025-09-03T02:23:44.633Z] [2025-09-03T02:23:44.634Z] Login Succeeded [2025-09-03T02:23:44.634Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:23:44.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T02:23:44.894Z] Configure a credential helper to remove this warning. See [2025-09-03T02:23:44.894Z] https://docs.****.com/go/credential-store/ [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] Login Succeeded [2025-09-03T02:23:44.894Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:23:44.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T02:23:44.894Z] Configure a credential helper to remove this warning. See [2025-09-03T02:23:44.894Z] https://docs.****.com/go/credential-store/ [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] Login Succeeded [2025-09-03T02:23:44.894Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:23:44.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T02:23:44.894Z] Configure a credential helper to remove this warning. See [2025-09-03T02:23:44.894Z] https://docs.****.com/go/credential-store/ [2025-09-03T02:23:44.894Z] [2025-09-03T02:23:44.894Z] Login Succeeded [2025-09-03T02:23:44.894Z] ****.io [2025-09-03T02:23:45.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:23:45.154Z] [2025-09-03T02:23:45.155Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T02:23:45.155Z] Configure a credential helper to remove this warning. See [2025-09-03T02:23:45.155Z] https://docs.****.com/go/credential-store/ [2025-09-03T02:23:45.155Z] [2025-09-03T02:23:45.155Z] Login Succeeded [2025-09-03T02:23:45.155Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:23:45.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-09-03T02:23:45.587Z] + git rev-list -1 --merges 67d472b9bba6da870f039b5b2a6b1373ade7203d~1..67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo [2025-09-03T02:23:45.612Z] -----------> git rev-list -1 --merges 67d472b9bba6da870f039b5b2a6b1373ade7203d~1..67d472b9bba6da870f039b5b2a6b1373ade7203d 67d472b9bba6da870f039b5b2a6b1373ade7203d [false] [Pipeline] sh [2025-09-03T02:23:45.900Z] + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo [2025-09-03T02:23:45.912Z] ========================================================= [2025-09-03T02:23:45.912Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-03T02:23:45.912Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-03T02:23:46.246Z] + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo [2025-09-03T02:23:46.258Z] [semverPrep] GIT_COMMIT: 67d472b9bba6da870f039b5b2a6b1373ade7203d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v4 (#759) [Pipeline] echo [2025-09-03T02:23:46.272Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-09-03T02:23:46.663Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T02:23:46.663Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-09-03T02:23:46.663Z] + [ -e /tmp/ssh_known_hosts ] [2025-09-03T02:23:46.663Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-09-03T02:23:46.663Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2025-09-03T02:23:46.663Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-09-03T02:23:46.663Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:23:47.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:23:47.102Z] [2025-09-03T02:23:47.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:23:47.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:23:47.400Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-09-03T02:23:47.400Z] 3dae71ba6b94: Pulling fs layer [2025-09-03T02:23:47.400Z] 6bf1a483ea7c: Pulling fs layer [2025-09-03T02:23:47.400Z] f5dfc541a4d3: Pulling fs layer [2025-09-03T02:23:47.400Z] 461d9e800cba: Pulling fs layer [2025-09-03T02:23:47.400Z] 80192f66455f: Pulling fs layer [2025-09-03T02:23:47.400Z] 2e8e34ca0e6c: Pulling fs layer [2025-09-03T02:23:47.400Z] a29436f7fd5d: Pulling fs layer [2025-09-03T02:23:47.400Z] 923cac83aea3: Pulling fs layer [2025-09-03T02:23:47.400Z] 25ad8b0a4227: Pulling fs layer [2025-09-03T02:23:47.400Z] db01528c6b51: Pulling fs layer [2025-09-03T02:23:47.400Z] 28988de357af: Pulling fs layer [2025-09-03T02:23:47.400Z] 461d9e800cba: Waiting [2025-09-03T02:23:47.400Z] 923cac83aea3: Waiting [2025-09-03T02:23:47.400Z] 80192f66455f: Waiting [2025-09-03T02:23:47.400Z] 2e8e34ca0e6c: Waiting [2025-09-03T02:23:47.400Z] 25ad8b0a4227: Waiting [2025-09-03T02:23:47.400Z] a29436f7fd5d: Waiting [2025-09-03T02:23:47.400Z] db01528c6b51: Waiting [2025-09-03T02:23:47.400Z] 28988de357af: Waiting [2025-09-03T02:23:47.400Z] 6bf1a483ea7c: Verifying Checksum [2025-09-03T02:23:47.400Z] 6bf1a483ea7c: Download complete [2025-09-03T02:23:47.400Z] 461d9e800cba: Verifying Checksum [2025-09-03T02:23:47.400Z] 461d9e800cba: Download complete [2025-09-03T02:23:47.400Z] 80192f66455f: Verifying Checksum [2025-09-03T02:23:47.400Z] 80192f66455f: Download complete [2025-09-03T02:23:47.660Z] f5dfc541a4d3: Verifying Checksum [2025-09-03T02:23:47.660Z] f5dfc541a4d3: Download complete [2025-09-03T02:23:47.660Z] 3dae71ba6b94: Verifying Checksum [2025-09-03T02:23:47.660Z] 3dae71ba6b94: Download complete [2025-09-03T02:23:47.660Z] 923cac83aea3: Download complete [2025-09-03T02:23:47.660Z] 25ad8b0a4227: Verifying Checksum [2025-09-03T02:23:47.660Z] 25ad8b0a4227: Download complete [2025-09-03T02:23:47.919Z] db01528c6b51: Verifying Checksum [2025-09-03T02:23:47.919Z] db01528c6b51: Download complete [2025-09-03T02:23:47.919Z] 28988de357af: Verifying Checksum [2025-09-03T02:23:47.919Z] 28988de357af: Download complete [2025-09-03T02:23:47.919Z] a29436f7fd5d: Verifying Checksum [2025-09-03T02:23:47.919Z] a29436f7fd5d: Download complete [2025-09-03T02:23:48.486Z] 2e8e34ca0e6c: Verifying Checksum [2025-09-03T02:23:48.486Z] 2e8e34ca0e6c: Download complete [2025-09-03T02:23:49.055Z] 3dae71ba6b94: Pull complete [2025-09-03T02:23:49.312Z] 6bf1a483ea7c: Pull complete [2025-09-03T02:23:50.246Z] f5dfc541a4d3: Pull complete [2025-09-03T02:23:50.246Z] 461d9e800cba: Pull complete [2025-09-03T02:23:50.246Z] 80192f66455f: Pull complete [2025-09-03T02:23:55.553Z] 2e8e34ca0e6c: Pull complete [2025-09-03T02:23:55.813Z] a29436f7fd5d: Pull complete [2025-09-03T02:23:55.813Z] 923cac83aea3: Pull complete [2025-09-03T02:23:55.813Z] 25ad8b0a4227: Pull complete [2025-09-03T02:23:56.073Z] db01528c6b51: Pull complete [2025-09-03T02:23:56.073Z] 28988de357af: Pull complete [2025-09-03T02:23:56.073Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-09-03T02:23:56.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:23:56.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:23:56.205Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:23:56.229Z] $ 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 [2025-09-03T02:23:57.947Z] $ docker top c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 -eo pid,comm [2025-09-03T02:23:58.004Z] 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). [2025-09-03T02:23:58.004Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T02:23:58.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T02:23:58.060Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T02:23:58.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T02:23:58.175Z] $ docker exec c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent [2025-09-03T02:23:58.298Z] SSH_AUTH_SOCK=/tmp/ssh-zaYplodLH8a3/agent.32 [2025-09-03T02:23:58.298Z] SSH_AGENT_PID=38 [2025-09-03T02:23:58.306Z] Running ssh-add (command line suppressed) [2025-09-03T02:23:58.411Z] 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) [2025-09-03T02:23:58.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T02:23:58.724Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] sh [2025-09-03T02:23:59.016Z] + git tag --points-at HEAD [Pipeline] } [2025-09-03T02:23:59.027Z] $ docker exec --env ******** --env ******** c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent -k [2025-09-03T02:23:59.123Z] unset SSH_AUTH_SOCK; [2025-09-03T02:23:59.123Z] unset SSH_AGENT_PID; [2025-09-03T02:23:59.123Z] echo Agent pid 38 killed; [2025-09-03T02:23:59.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-09-03T02:23:59.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T02:23:59.178Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T02:23:59.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T02:23:59.294Z] $ docker exec c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent [2025-09-03T02:23:59.412Z] SSH_AUTH_SOCK=/tmp/ssh-WGX6pMONWkZO/agent.85 [2025-09-03T02:23:59.412Z] SSH_AGENT_PID=91 [2025-09-03T02:23:59.418Z] Running ssh-add (command line suppressed) [2025-09-03T02:23:59.520Z] 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) [2025-09-03T02:23:59.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T02:23:59.833Z] + git semver init [2025-09-03T02:24:00.093Z] 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') [2025-09-03T02:24:00.093Z] 2025-09-03 02:24:00,046 [run_init] DEBUG init version:0.0.0 force:False [2025-09-03T02:24:00.093Z] 2025-09-03 02:24:00,046 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2025-09-03T02:24:00.093Z] 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 [2025-09-03T02:24:00.093Z] 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) [2025-09-03T02:24:01.474Z] 2025-09-03 02:24:01,318 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2025-09-03T02:24:01.474Z] 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 [2025-09-03T02:24:01.474Z] 2025-09-03 02:24:01,318 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:24:01.474Z] 2025-09-03 02:24:01,319 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:24:01.474Z] 4.1.0-dev.6 [Pipeline] } [2025-09-03T02:24:01.482Z] $ docker exec --env ******** --env ******** c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 ssh-agent -k [2025-09-03T02:24:01.587Z] unset SSH_AUTH_SOCK; [2025-09-03T02:24:01.588Z] unset SSH_AGENT_PID; [2025-09-03T02:24:01.588Z] echo Agent pid 91 killed; [2025-09-03T02:24:01.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T02:24:01.943Z] + git semver [Pipeline] } [2025-09-03T02:24:02.216Z] $ docker stop --time=1 c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 [2025-09-03T02:24:03.490Z] $ docker rm -f --volumes c635245020c93011e3a7a1922d5deae0380d801737c64fbf8e0cb0a65ab004b4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T02:24:03.834Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-09-03T02:24:04.066Z] Stashed 1 file(s) [Pipeline] echo [2025-09-03T02:24:04.071Z] [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 [2025-09-03T02:24:04.274Z] provisioning config files... [2025-09-03T02:24:04.284Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1474418453134168139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:24:04.595Z] ---> ****-login.sh [2025-09-03T02:24:04.595Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:24:04.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:24:04.595Z] Login Succeeded [2025-09-03T02:24:04.595Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:24:04.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:24:04.595Z] Login Succeeded [2025-09-03T02:24:04.595Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:24:04.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:24:04.876Z] Login Succeeded [2025-09-03T02:24:04.876Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:24:04.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:24:04.876Z] Login Succeeded [2025-09-03T02:24:04.876Z] ****.io [2025-09-03T02:24:04.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:24:05.145Z] Login Succeeded [2025-09-03T02:24:05.145Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:24:05.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-09-03T02:24:05.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:24:05.278Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:24:05.302Z] ========================================================= [2025-09-03T02:24:05.302Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-09-03T02:24:05.302Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:24:05.664Z] + 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 . [2025-09-03T02:24:06.599Z] #0 building with "default" instance using docker driver [2025-09-03T02:24:06.599Z] [2025-09-03T02:24:06.599Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:24:06.599Z] #1 transferring dockerfile: 1.84kB done [2025-09-03T02:24:06.599Z] #1 DONE 0.0s [2025-09-03T02:24:06.599Z] [2025-09-03T02:24:06.599Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-03T02:24:06.599Z] #2 DONE 0.1s [2025-09-03T02:24:06.599Z] [2025-09-03T02:24:06.599Z] #3 [internal] load .dockerignore [2025-09-03T02:24:06.599Z] #3 transferring context: 182B done [2025-09-03T02:24:06.599Z] #3 DONE 0.0s [2025-09-03T02:24:06.599Z] [2025-09-03T02:24:06.599Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-03T02:24:06.599Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-09-03T02:24:06.599Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-09-03T02:24:06.599Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-09-03T02:24:06.599Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-09-03T02:24:06.599Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.29MB / 74.06MB 0.1s [2025-09-03T02:24:06.599Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-09-03T02:24:06.599Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-09-03T02:24:06.599Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-09-03T02:24:06.599Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-09-03T02:24:06.599Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.08MB / 74.06MB 0.2s [2025-09-03T02:24:06.599Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-09-03T02:24:06.599Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s [2025-09-03T02:24:06.599Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-09-03T02:24:06.599Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-09-03T02:24:06.599Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.10MB / 2.38MB 0.2s [2025-09-03T02:24:06.599Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s [2025-09-03T02:24:06.858Z] #4 ... [2025-09-03T02:24:06.858Z] [2025-09-03T02:24:06.858Z] #5 [internal] load build context [2025-09-03T02:24:06.858Z] #5 transferring context: 30.64MB 0.3s done [2025-09-03T02:24:06.858Z] #5 DONE 0.3s [2025-09-03T02:24:06.858Z] [2025-09-03T02:24:06.858Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-03T02:24:06.858Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 26.21MB / 74.06MB 0.3s [2025-09-03T02:24:06.858Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-09-03T02:24:06.858Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-09-03T02:24:06.858Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 8.39MB / 103.05MB 0.3s [2025-09-03T02:24:06.858Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 2.10MB / 13.29MB 0.3s [2025-09-03T02:24:06.858Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-09-03T02:24:06.858Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 59.77MB / 74.06MB 0.5s [2025-09-03T02:24:06.858Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.5s [2025-09-03T02:24:06.858Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-09-03T02:24:06.858Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-09-03T02:24:07.116Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-09-03T02:24:07.116Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 35.65MB / 103.05MB 0.6s [2025-09-03T02:24:07.116Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-09-03T02:24:07.116Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 53.48MB / 103.05MB 0.7s [2025-09-03T02:24:07.116Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-09-03T02:24:07.374Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 73.40MB / 103.05MB 0.8s [2025-09-03T02:24:07.374Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 98.57MB / 103.05MB 0.9s [2025-09-03T02:24:07.633Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done [2025-09-03T02:24:12.903Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.3s [2025-09-03T02:24:12.903Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.3s done [2025-09-03T02:24:12.903Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-09-03T02:24:12.903Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-09-03T02:24:12.903Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-09-03T02:24:12.903Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-09-03T02:24:12.903Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-09-03T02:24:12.903Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 [2025-09-03T02:24:16.188Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.0s done [2025-09-03T02:24:16.188Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-09-03T02:24:16.445Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-09-03T02:24:16.445Z] #4 DONE 10.1s [2025-09-03T02:24:16.704Z] [2025-09-03T02:24:16.704Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-09-03T02:24:16.704Z] #6 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T02:24:16.963Z] #6 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T02:24:17.221Z] #6 0.700 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-09-03T02:24:17.483Z] #6 0.709 (2/4) Installing libedit (20240517.3.1-r0) [2025-09-03T02:24:17.483Z] #6 0.715 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-09-03T02:24:17.483Z] #6 0.738 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-09-03T02:24:17.483Z] #6 0.748 Executing busybox-1.36.1-r29.trigger [2025-09-03T02:24:17.483Z] #6 0.757 OK: 252 MiB in 62 packages [2025-09-03T02:24:18.870Z] #6 DONE 2.3s [2025-09-03T02:24:19.129Z] [2025-09-03T02:24:19.129Z] #7 [builder 3/7] WORKDIR /device-mqtt-go [2025-09-03T02:24:19.129Z] #7 DONE 0.0s [2025-09-03T02:24:19.129Z] [2025-09-03T02:24:19.129Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-09-03T02:24:19.129Z] #8 DONE 0.0s [2025-09-03T02:24:19.129Z] [2025-09-03T02:24:19.129Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T02:24:19.227Z] Still waiting to schedule task [2025-09-03T02:24:19.227Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8192’ [2025-09-03T02:24:45.691Z] #9 DONE 24.3s [2025-09-03T02:24:45.691Z] [2025-09-03T02:24:45.691Z] #10 [builder 6/7] COPY . . [2025-09-03T02:24:45.691Z] #10 DONE 0.1s [2025-09-03T02:24:45.691Z] [2025-09-03T02:24:45.691Z] #11 [builder 7/7] RUN echo noop [2025-09-03T02:24:45.691Z] #11 0.207 noop [2025-09-03T02:24:45.691Z] #11 DONE 0.3s [2025-09-03T02:24:45.691Z] [2025-09-03T02:24:45.691Z] #12 exporting to image [2025-09-03T02:24:45.691Z] #12 exporting layers [2025-09-03T02:24:52.266Z] #12 exporting layers 8.2s done [2025-09-03T02:24:52.266Z] #12 writing image sha256:97b8e3d8589126bc27a285103b7147aa076cea0708c17b1213a8a7bc4d802ed7 done [2025-09-03T02:24:52.266Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-09-03T02:24:52.266Z] #12 DONE 8.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:24:52.600Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-03T02:24:52.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:24:52.680Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:24:52.713Z] $ 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 [2025-09-03T02:24:53.028Z] $ docker top 0392662a5c26396ab72d0aeea6a59a78c8f74761240a4ab84be29837f6fb7a7f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:24:53.369Z] + go version [2025-09-03T02:24:53.369Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-09-03T02:24:53.378Z] $ docker stop --time=1 0392662a5c26396ab72d0aeea6a59a78c8f74761240a4ab84be29837f6fb7a7f [2025-09-03T02:24:54.674Z] $ 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 [2025-09-03T02:24:55.126Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-03T02:24:55.126Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:24:55.212Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:24:55.235Z] $ 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 [2025-09-03T02:24:55.475Z] $ docker top 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:24:55.833Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2025-09-03T02:24:56.134Z] + make test [2025-09-03T02:24:56.134Z] go test ./... -coverprofile=coverage.out ./... [2025-09-03T02:24:57.512Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2025-09-03T02:25:19.453Z] github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements [2025-09-03T02:25:19.453Z] github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements [2025-09-03T02:25:19.453Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 22.8% of statements [2025-09-03T02:25:29.419Z] go vet ./... [2025-09-03T02:25:35.978Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-03T02:25:35.978Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-03T02:25:35.978Z] ./bin/test-attribution-txt.sh [2025-09-03T02:25:35.978Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-03T02:25:35.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-09-03T02:25:36.007Z] $ docker stop --time=1 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 [2025-09-03T02:25:37.775Z] $ docker rm -f --volumes 9515492633b25537799bd729f09ac9bf3a1bf9d068716197d481522bd9a98775 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T02:25:38.344Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-09-03T02:25:38.398Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-09-03T02:25:38.967Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-09-03T02:25:39.250Z] + ls -al . [2025-09-03T02:25:39.250Z] total 252 [2025-09-03T02:25:39.250Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 02:24 . [2025-09-03T02:25:39.250Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 02:23 .. [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 3 02:23 .dockerignore [2025-09-03T02:25:39.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:25 .git [2025-09-03T02:25:39.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 .github [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 264 Sep 3 02:23 .gitignore [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 3 02:23 .golangci.yml [2025-09-03T02:25:39.250Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 02:24 .semver [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 19745 Sep 3 02:23 Attribution.txt [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 19382 Sep 3 02:23 CHANGELOG.md [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 1803 Sep 3 02:23 Dockerfile [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 02:23 GOVERNANCE.md [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 657 Sep 3 02:23 Jenkinsfile [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 3 02:23 LICENSE [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 2545 Sep 3 02:23 Makefile [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 620 Sep 3 02:23 OWNERS.md [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 3599 Sep 3 02:23 README.md [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 02:24 VERSION [2025-09-03T02:25:39.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:23 bin [2025-09-03T02:25:39.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 cmd [2025-09-03T02:25:39.250Z] -rw-r--r-- 1 jenkins jenkins 21039 Sep 3 02:25 coverage.out [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 6255 Sep 3 02:23 go.mod [2025-09-03T02:25:39.250Z] -rw-rw-r-- 1 jenkins jenkins 86944 Sep 3 02:23 go.sum [2025-09-03T02:25:39.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:23 internal [2025-09-03T02:25:39.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:23 mock [2025-09-03T02:25:39.251Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 3 02:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:25:39.562Z] + 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 . [2025-09-03T02:25:39.821Z] #0 building with "default" instance using docker driver [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:25:39.821Z] #1 transferring dockerfile: 1.84kB done [2025-09-03T02:25:39.821Z] #1 DONE 0.0s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-03T02:25:39.821Z] #2 DONE 0.0s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-09-03T02:25:39.821Z] #3 DONE 0.1s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #4 [internal] load .dockerignore [2025-09-03T02:25:39.821Z] #4 transferring context: 182B done [2025-09-03T02:25:39.821Z] #4 DONE 0.0s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #5 [internal] load build context [2025-09-03T02:25:39.821Z] #5 transferring context: 31.97kB 0.0s done [2025-09-03T02:25:39.821Z] #5 DONE 0.0s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-03T02:25:39.821Z] #6 DONE 0.1s [2025-09-03T02:25:39.821Z] [2025-09-03T02:25:39.821Z] #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-03T02:25:39.821Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-03T02:25:39.821Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-09-03T02:25:40.079Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-09-03T02:25:40.079Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-03T02:25:40.079Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-03T02:25:40.079Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-03T02:25:40.079Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-03T02:25:40.079Z] #7 DONE 0.3s [2025-09-03T02:25:40.079Z] [2025-09-03T02:25:40.079Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-09-03T02:25:40.079Z] #8 0.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:42.614Z] #8 2.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:42.872Z] #8 3.091 OK: 252 MiB in 62 packages [2025-09-03T02:25:43.132Z] #8 DONE 3.2s [2025-09-03T02:25:43.132Z] [2025-09-03T02:25:43.132Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-09-03T02:25:43.132Z] #9 0.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:43.132Z] #9 2.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:43.132Z] #9 3.058 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-03T02:25:43.132Z] #9 3.066 Executing busybox-1.36.1-r29.trigger [2025-09-03T02:25:43.132Z] #9 3.075 OK: 8 MiB in 15 packages [2025-09-03T02:25:43.132Z] #9 DONE 3.2s [2025-09-03T02:25:43.132Z] [2025-09-03T02:25:43.132Z] #10 [builder 3/7] WORKDIR /device-mqtt-go [2025-09-03T02:25:43.132Z] #10 DONE 0.0s [2025-09-03T02:25:43.132Z] [2025-09-03T02:25:43.132Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-09-03T02:25:43.132Z] #11 DONE 0.0s [2025-09-03T02:25:43.132Z] [2025-09-03T02:25:43.132Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T02:25:43.697Z] #12 DONE 0.5s [2025-09-03T02:25:43.697Z] [2025-09-03T02:25:43.697Z] #13 [builder 6/7] COPY . . [2025-09-03T02:25:43.697Z] #13 DONE 0.1s [2025-09-03T02:25:43.697Z] [2025-09-03T02:25:43.697Z] #14 [stage-1 3/6] RUN apk --no-cache upgrade [2025-09-03T02:25:43.697Z] #14 0.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:43.697Z] #14 0.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T02:25:44.159Z] #14 0.718 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:25:44.159Z] #14 0.816 Executing busybox-1.36.1-r30.post-upgrade [2025-09-03T02:25:44.159Z] #14 0.854 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:25:44.159Z] #14 0.858 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:25:44.159Z] #14 0.888 Executing busybox-1.36.1-r30.trigger [2025-09-03T02:25:44.159Z] #14 0.891 OK: 8 MiB in 15 packages [2025-09-03T02:25:44.159Z] #14 DONE 1.0s [2025-09-03T02:25:44.159Z] [2025-09-03T02:25:44.159Z] #15 [builder 7/7] RUN make build [2025-09-03T02:25:44.159Z] #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 [2025-09-03T02:26:10.862Z] #15 DONE 25.0s [2025-09-03T02:26:10.862Z] [2025-09-03T02:26:10.862Z] #16 [stage-1 4/6] COPY --from=builder /device-mqtt-go/cmd / [2025-09-03T02:26:10.862Z] #16 DONE 0.2s [2025-09-03T02:26:10.862Z] [2025-09-03T02:26:10.862Z] #17 [stage-1 5/6] COPY --from=builder /device-mqtt-go/LICENSE / [2025-09-03T02:26:10.862Z] #17 DONE 0.0s [2025-09-03T02:26:10.862Z] [2025-09-03T02:26:10.862Z] #18 [stage-1 6/6] COPY --from=builder /device-mqtt-go/Attribution.txt / [2025-09-03T02:26:10.862Z] #18 DONE 0.0s [2025-09-03T02:26:10.862Z] [2025-09-03T02:26:10.862Z] #19 exporting to image [2025-09-03T02:26:10.862Z] #19 exporting layers [2025-09-03T02:26:10.862Z] #19 exporting layers 0.2s done [2025-09-03T02:26:10.862Z] #19 writing image sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:26:10.862Z] #19 naming to docker.io/library/device-mqtt done [2025-09-03T02:26:10.862Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T02:26:11.019Z] provisioning config files... [2025-09-03T02:26:11.030Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7618061505061965341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:26:11.328Z] ---> ****-login.sh [2025-09-03T02:26:11.329Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:26:11.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:26:11.329Z] Login Succeeded [2025-09-03T02:26:11.329Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:26:11.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:26:11.329Z] Login Succeeded [2025-09-03T02:26:11.329Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:26:11.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:26:11.725Z] Login Succeeded [2025-09-03T02:26:11.725Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:26:11.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:26:11.725Z] Login Succeeded [2025-09-03T02:26:11.725Z] ****.io [2025-09-03T02:26:11.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:26:11.983Z] Login Succeeded [2025-09-03T02:26:11.983Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:26:11.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T02:26:12.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:26:12.079Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2025-09-03T02:26:12.080Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:26:12.080Z] latest [2025-09-03T02:26:12.080Z] 4.1.0-dev.6 [2025-09-03T02:26:12.080Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:26:12.080Z] main [2025-09-03T02:26:12.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:12.419Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:12.745Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:26:12.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-09-03T02:26:12.746Z] 657869cec51c: Preparing [2025-09-03T02:26:12.746Z] 31ad418ef3e2: Preparing [2025-09-03T02:26:12.746Z] 72a085a059cc: Preparing [2025-09-03T02:26:12.746Z] 7ac40a4bdf54: Preparing [2025-09-03T02:26:12.746Z] bee86b416fab: Preparing [2025-09-03T02:26:12.746Z] 097100c76c15: Preparing [2025-09-03T02:26:12.746Z] 097100c76c15: Waiting [2025-09-03T02:26:12.746Z] 657869cec51c: Pushed [2025-09-03T02:26:12.746Z] 097100c76c15: Layer already exists [2025-09-03T02:26:12.746Z] 31ad418ef3e2: Pushed [2025-09-03T02:26:12.746Z] bee86b416fab: Pushed [2025-09-03T02:26:13.003Z] 7ac40a4bdf54: Pushed [2025-09-03T02:26:18.277Z] 72a085a059cc: Pushed [2025-09-03T02:26:18.278Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:18.614Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:18.939Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-09-03T02:26:18.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-09-03T02:26:18.939Z] 657869cec51c: Preparing [2025-09-03T02:26:18.939Z] 31ad418ef3e2: Preparing [2025-09-03T02:26:18.939Z] 72a085a059cc: Preparing [2025-09-03T02:26:18.939Z] 7ac40a4bdf54: Preparing [2025-09-03T02:26:18.939Z] bee86b416fab: Preparing [2025-09-03T02:26:18.939Z] 097100c76c15: Preparing [2025-09-03T02:26:18.939Z] 097100c76c15: Waiting [2025-09-03T02:26:18.939Z] 31ad418ef3e2: Layer already exists [2025-09-03T02:26:18.939Z] 657869cec51c: Layer already exists [2025-09-03T02:26:18.939Z] 72a085a059cc: Layer already exists [2025-09-03T02:26:18.939Z] 7ac40a4bdf54: Layer already exists [2025-09-03T02:26:18.939Z] bee86b416fab: Layer already exists [2025-09-03T02:26:18.939Z] 097100c76c15: Layer already exists [2025-09-03T02:26:18.939Z] latest: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:19.266Z] + 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 [2025-09-03T02:26:19.700Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [2025-09-03T02:26:19.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-09-03T02:26:19.700Z] 657869cec51c: Preparing [2025-09-03T02:26:19.700Z] 31ad418ef3e2: Preparing [2025-09-03T02:26:19.700Z] 72a085a059cc: Preparing [2025-09-03T02:26:19.700Z] 7ac40a4bdf54: Preparing [2025-09-03T02:26:19.700Z] bee86b416fab: Preparing [2025-09-03T02:26:19.700Z] 097100c76c15: Preparing [2025-09-03T02:26:19.700Z] 097100c76c15: Waiting [2025-09-03T02:26:19.700Z] 7ac40a4bdf54: Layer already exists [2025-09-03T02:26:19.700Z] 72a085a059cc: Layer already exists [2025-09-03T02:26:19.700Z] 31ad418ef3e2: Layer already exists [2025-09-03T02:26:19.700Z] bee86b416fab: Layer already exists [2025-09-03T02:26:19.700Z] 657869cec51c: Layer already exists [2025-09-03T02:26:19.700Z] 097100c76c15: Layer already exists [2025-09-03T02:26:19.700Z] 4.1.0-dev.6: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:20.268Z] + 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 [2025-09-03T02:26:20.590Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:26:20.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-09-03T02:26:20.591Z] 657869cec51c: Preparing [2025-09-03T02:26:20.591Z] 31ad418ef3e2: Preparing [2025-09-03T02:26:20.591Z] 72a085a059cc: Preparing [2025-09-03T02:26:20.591Z] 7ac40a4bdf54: Preparing [2025-09-03T02:26:20.591Z] bee86b416fab: Preparing [2025-09-03T02:26:20.591Z] 097100c76c15: Preparing [2025-09-03T02:26:20.591Z] 097100c76c15: Waiting [2025-09-03T02:26:20.591Z] 657869cec51c: Layer already exists [2025-09-03T02:26:20.591Z] 72a085a059cc: Layer already exists [2025-09-03T02:26:20.591Z] 7ac40a4bdf54: Layer already exists [2025-09-03T02:26:20.591Z] bee86b416fab: Layer already exists [2025-09-03T02:26:20.591Z] 31ad418ef3e2: Layer already exists [2025-09-03T02:26:20.591Z] 097100c76c15: Layer already exists [2025-09-03T02:26:20.591Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:20.904Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:26:21.233Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-09-03T02:26:21.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-09-03T02:26:21.234Z] 657869cec51c: Preparing [2025-09-03T02:26:21.234Z] 31ad418ef3e2: Preparing [2025-09-03T02:26:21.234Z] 72a085a059cc: Preparing [2025-09-03T02:26:21.234Z] 7ac40a4bdf54: Preparing [2025-09-03T02:26:21.234Z] bee86b416fab: Preparing [2025-09-03T02:26:21.234Z] 097100c76c15: Preparing [2025-09-03T02:26:21.234Z] 097100c76c15: Waiting [2025-09-03T02:26:21.234Z] bee86b416fab: Layer already exists [2025-09-03T02:26:21.234Z] 31ad418ef3e2: Layer already exists [2025-09-03T02:26:21.234Z] 72a085a059cc: Layer already exists [2025-09-03T02:26:21.234Z] 657869cec51c: Layer already exists [2025-09-03T02:26:21.234Z] 7ac40a4bdf54: Layer already exists [2025-09-03T02:26:21.234Z] 097100c76c15: Layer already exists [2025-09-03T02:26:21.234Z] main: digest: sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T02:26:21.296Z] ===================================================== [Pipeline] echo [2025-09-03T02:26:21.308Z] taggedImages: [2025-09-03T02:26:21.308Z] - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:26:21.308Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-09-03T02:26:21.308Z] - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [2025-09-03T02:26:21.308Z] - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:26:21.308Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] echo [2025-09-03T02:26:21.343Z] ========================================================= [2025-09-03T02:26:21.343Z] [edgeXBuildMultiArch] RAW Config: [2025-09-03T02:26:21.343Z] images: [2025-09-03T02:26:21.343Z] - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:26:21.343Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-09-03T02:26:21.343Z] - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [2025-09-03T02:26:21.343Z] - nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:26:21.343Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-09-03T02:26:21.343Z] settingsFile: [2025-09-03T02:26:21.343Z] device-mqtt-go-settings [2025-09-03T02:26:21.343Z] ========================================================= [Pipeline] node [2025-09-03T02:26:36.347Z] Still waiting to schedule task [2025-09-03T02:26:36.348Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-09-03T02:27:02.869Z] 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 [2025-09-03T02:27:02.926Z] provisioning config files... [2025-09-03T02:27:03.005Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10636123496451908148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:07.082Z] ---> ****-login.sh [2025-09-03T02:27:07.082Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:27:07.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:27:07.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:27:07.349Z] Configure a credential helper to remove this warning. See [2025-09-03T02:27:07.349Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:27:07.349Z] [2025-09-03T02:27:07.349Z] Login Succeeded [2025-09-03T02:27:07.349Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:27:07.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:27:07.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:27:07.350Z] Configure a credential helper to remove this warning. See [2025-09-03T02:27:07.350Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:27:07.350Z] [2025-09-03T02:27:07.350Z] Login Succeeded [2025-09-03T02:27:07.350Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:27:07.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:27:07.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:27:07.609Z] Configure a credential helper to remove this warning. See [2025-09-03T02:27:07.609Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:27:07.609Z] [2025-09-03T02:27:07.609Z] Login Succeeded [2025-09-03T02:27:07.609Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:07.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:27:07.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:27:07.609Z] Configure a credential helper to remove this warning. See [2025-09-03T02:27:07.609Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:27:07.609Z] [2025-09-03T02:27:07.609Z] Login Succeeded [2025-09-03T02:27:07.609Z] ****.io [2025-09-03T02:27:07.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:27:07.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:27:07.874Z] Configure a credential helper to remove this warning. See [2025-09-03T02:27:07.874Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:27:07.874Z] [2025-09-03T02:27:07.874Z] Login Succeeded [2025-09-03T02:27:07.874Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:27:07.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T02:27:08.273Z] + docker buildx ls [2025-09-03T02:27:08.538Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-03T02:27:08.538Z] default * docker [2025-09-03T02:27:08.538Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-03T02:27:08.848Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-09-03T02:27:08.848Z] edgex-builder [Pipeline] sh [2025-09-03T02:27:09.148Z] + docker buildx inspect --bootstrap [2025-09-03T02:27:09.148Z] #1 [internal] booting buildkit [2025-09-03T02:27:09.148Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-09-03T02:27:12.465Z] #1 pulling image moby/buildkit:buildx-stable-1 3.6s done [2025-09-03T02:27:12.726Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-09-03T02:27:14.645Z] #1 creating container buildx_buildkit_edgex-builder0 2.4s done [2025-09-03T02:27:14.645Z] #1 DONE 6.0s [2025-09-03T02:27:14.910Z] Name: edgex-builder [2025-09-03T02:27:14.910Z] Driver: docker-container [2025-09-03T02:27:14.910Z] [2025-09-03T02:27:14.910Z] Nodes: [2025-09-03T02:27:14.910Z] Name: edgex-builder0 [2025-09-03T02:27:14.910Z] Endpoint: unix:///var/run/docker.sock [2025-09-03T02:27:14.910Z] Status: running [2025-09-03T02:27:14.910Z] Buildkit: v0.23.2 [2025-09-03T02:27:14.910Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-09-03T02:27:15.241Z] + docker buildx ls [2025-09-03T02:27:15.241Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-03T02:27:15.241Z] edgex-builder * docker-container [2025-09-03T02:27:15.241Z] edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-09-03T02:27:15.241Z] default docker [2025-09-03T02:27:15.241Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-03T02:27:15.548Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d --push - [2025-09-03T02:27:15.548Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d' [2025-09-03T02:27:15.548Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:27:15.548Z] #1 transferring dockerfile: 196B done [2025-09-03T02:27:15.548Z] #1 DONE 0.0s [2025-09-03T02:27:15.548Z] [2025-09-03T02:27:15.548Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:27:15.548Z] #2 DONE 0.1s [2025-09-03T02:27:15.548Z] [2025-09-03T02:27:15.548Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:27:15.810Z] #3 DONE 0.1s [2025-09-03T02:27:15.810Z] [2025-09-03T02:27:15.810Z] #4 [internal] load .dockerignore [2025-09-03T02:27:15.810Z] #4 transferring context: 2B done [2025-09-03T02:27:15.810Z] #4 DONE 0.0s [2025-09-03T02:27:15.810Z] [2025-09-03T02:27:15.810Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:15.810Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:15.810Z] #5 DONE 0.0s [2025-09-03T02:27:15.810Z] [2025-09-03T02:27:15.810Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:15.810Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:15.810Z] #6 DONE 0.1s [2025-09-03T02:27:15.810Z] [2025-09-03T02:27:15.810Z] #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:15.810Z] #7 DONE 0.0s [2025-09-03T02:27:15.810Z] [2025-09-03T02:27:15.810Z] #8 exporting to image [2025-09-03T02:27:15.810Z] #8 exporting layers done [2025-09-03T02:27:15.810Z] #8 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done [2025-09-03T02:27:15.810Z] #8 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:27:15.810Z] #8 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done [2025-09-03T02:27:15.811Z] #8 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done [2025-09-03T02:27:15.811Z] #8 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done [2025-09-03T02:27:15.811Z] #8 pushing layers 0.1s done [2025-09-03T02:27:15.811Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 [2025-09-03T02:27:15.811Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-03T02:27:16.073Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done [2025-09-03T02:27:16.073Z] #8 DONE 0.2s [2025-09-03T02:27:16.073Z] [2025-09-03T02:27:16.073Z] 1 warning found (use --debug to expand): [2025-09-03T02:27:16.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-03T02:27:16.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest' [2025-09-03T02:27:16.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:latest --push - [2025-09-03T02:27:16.410Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:27:16.410Z] #1 transferring dockerfile: 162B done [2025-09-03T02:27:16.410Z] #1 DONE 0.0s [2025-09-03T02:27:16.410Z] [2025-09-03T02:27:16.410Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-09-03T02:27:16.410Z] #2 DONE 0.0s [2025-09-03T02:27:16.410Z] [2025-09-03T02:27:16.410Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-09-03T02:27:16.410Z] #3 DONE 0.0s [2025-09-03T02:27:16.410Z] [2025-09-03T02:27:16.410Z] #4 [internal] load .dockerignore [2025-09-03T02:27:16.410Z] #4 transferring context: 2B done [2025-09-03T02:27:16.410Z] #4 DONE 0.0s [2025-09-03T02:27:16.410Z] [2025-09-03T02:27:16.410Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:16.410Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d done [2025-09-03T02:27:16.410Z] #5 DONE 0.0s [2025-09-03T02:27:16.410Z] [2025-09-03T02:27:16.410Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:16.668Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:16.668Z] #6 CACHED [2025-09-03T02:27:16.668Z] [2025-09-03T02:27:16.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:16.668Z] #5 CACHED [2025-09-03T02:27:16.668Z] [2025-09-03T02:27:16.668Z] #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:16.668Z] #7 DONE 0.0s [2025-09-03T02:27:16.668Z] [2025-09-03T02:27:16.668Z] #8 exporting to image [2025-09-03T02:27:16.668Z] #8 exporting layers done [2025-09-03T02:27:16.668Z] #8 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done [2025-09-03T02:27:16.668Z] #8 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:27:16.668Z] #8 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done [2025-09-03T02:27:16.668Z] #8 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done [2025-09-03T02:27:16.668Z] #8 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done [2025-09-03T02:27:16.668Z] #8 pushing layers 0.0s done [2025-09-03T02:27:16.668Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done [2025-09-03T02:27:16.668Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-03T02:27:16.668Z] #8 DONE 0.1s [2025-09-03T02:27:16.668Z] [2025-09-03T02:27:16.668Z] 1 warning found (use --debug to expand): [2025-09-03T02:27:16.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-03T02:27:16.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6' [2025-09-03T02:27:16.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 --push - [2025-09-03T02:27:16.958Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:27:16.958Z] #1 transferring dockerfile: 167B done [2025-09-03T02:27:16.958Z] #1 DONE 0.0s [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [2025-09-03T02:27:16.958Z] #2 DONE 0.0s [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6 [2025-09-03T02:27:16.958Z] #3 DONE 0.0s [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #4 [internal] load .dockerignore [2025-09-03T02:27:16.958Z] #4 transferring context: 2B done [2025-09-03T02:27:16.958Z] #4 DONE 0.0s [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:16.958Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:16.958Z] #5 CACHED [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:16.958Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:16.958Z] #6 CACHED [2025-09-03T02:27:16.958Z] [2025-09-03T02:27:16.958Z] #7 exporting to image [2025-09-03T02:27:16.958Z] #7 exporting layers [2025-09-03T02:27:16.958Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-03T02:27:17.218Z] #7 exporting layers done [2025-09-03T02:27:17.218Z] #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done [2025-09-03T02:27:17.218Z] #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:27:17.218Z] #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done [2025-09-03T02:27:17.218Z] #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done [2025-09-03T02:27:17.218Z] #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done [2025-09-03T02:27:17.218Z] #7 pushing layers 0.0s done [2025-09-03T02:27:17.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.6@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done [2025-09-03T02:27:17.218Z] #7 DONE 0.1s [2025-09-03T02:27:17.218Z] [2025-09-03T02:27:17.219Z] #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:17.219Z] #8 DONE 0.0s [2025-09-03T02:27:17.219Z] [2025-09-03T02:27:17.219Z] 1 warning found (use --debug to expand): [2025-09-03T02:27:17.219Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-03T02:27:17.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6' [2025-09-03T02:27:17.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 --push - [2025-09-03T02:27:17.510Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:27:17.510Z] #1 transferring dockerfile: 208B done [2025-09-03T02:27:17.510Z] #1 DONE 0.0s [2025-09-03T02:27:17.510Z] [2025-09-03T02:27:17.511Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:27:17.511Z] #2 DONE 0.0s [2025-09-03T02:27:17.511Z] [2025-09-03T02:27:17.511Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:27:17.511Z] #3 DONE 0.0s [2025-09-03T02:27:17.511Z] [2025-09-03T02:27:17.511Z] #4 [internal] load .dockerignore [2025-09-03T02:27:17.511Z] #4 transferring context: 2B done [2025-09-03T02:27:17.511Z] #4 DONE 0.0s [2025-09-03T02:27:17.511Z] [2025-09-03T02:27:17.511Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:17.511Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:17.511Z] #5 CACHED [2025-09-03T02:27:17.511Z] [2025-09-03T02:27:17.511Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:17.511Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d done [2025-09-03T02:27:17.511Z] #6 CACHED [2025-09-03T02:27:17.511Z] [2025-09-03T02:27:17.511Z] #7 exporting to image [2025-09-03T02:27:17.511Z] #7 exporting layers [2025-09-03T02:27:17.511Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-03T02:27:17.772Z] #7 exporting layers done [2025-09-03T02:27:17.772Z] #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done [2025-09-03T02:27:17.772Z] #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:27:17.772Z] #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done [2025-09-03T02:27:17.772Z] #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done [2025-09-03T02:27:17.772Z] #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done [2025-09-03T02:27:17.772Z] #7 pushing layers 0.0s done [2025-09-03T02:27:17.772Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done [2025-09-03T02:27:17.772Z] #7 DONE 0.1s [2025-09-03T02:27:17.772Z] [2025-09-03T02:27:17.772Z] #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:17.772Z] #8 DONE 0.0s [2025-09-03T02:27:17.772Z] [2025-09-03T02:27:17.772Z] 1 warning found (use --debug to expand): [2025-09-03T02:27:17.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-03T02:27:18.067Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:main' [2025-09-03T02:27:18.067Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:main --push - [2025-09-03T02:27:18.067Z] #1 [internal] load build definition from Dockerfile [2025-09-03T02:27:18.067Z] #1 transferring dockerfile: 160B done [2025-09-03T02:27:18.067Z] #1 DONE 0.0s [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-09-03T02:27:18.067Z] #2 DONE 0.0s [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-09-03T02:27:18.067Z] #3 DONE 0.0s [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #4 [internal] load .dockerignore [2025-09-03T02:27:18.067Z] #4 transferring context: 2B done [2025-09-03T02:27:18.067Z] #4 DONE 0.0s [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:18.067Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:18.067Z] #5 CACHED [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d [2025-09-03T02:27:18.067Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:74117245502e06b00854eed503bc9374f6e2f6ca9bf11d4c9ddfabe2b2584f4d 0.0s done [2025-09-03T02:27:18.067Z] #6 CACHED [2025-09-03T02:27:18.067Z] [2025-09-03T02:27:18.067Z] #7 exporting to image [2025-09-03T02:27:18.067Z] #7 exporting layers done [2025-09-03T02:27:18.067Z] #7 exporting manifest sha256:e0f7a04a5a67495af45017a2073c187d2dc2e1005d5667d649ba553bc2f5e084 done [2025-09-03T02:27:18.067Z] #7 exporting config sha256:910aa97981e0f9339c532097e8d2f0484cdebd8b141abb9586734d9b73fc9027 done [2025-09-03T02:27:18.067Z] #7 exporting manifest sha256:965170b88c60c7404cd210d7dc4390c3ef9969a2eb6c19919b03abb2bf3f49f3 done [2025-09-03T02:27:18.067Z] #7 exporting config sha256:911744da80613553f20d0d273b6a43a037fe5b7712f0062d52237ad21efc5992 done [2025-09-03T02:27:18.067Z] #7 exporting manifest list sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 done [2025-09-03T02:27:18.067Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-03T02:27:18.332Z] #7 pushing layers 0.0s done [2025-09-03T02:27:18.332Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:06d18900f01fbfa90b3fc7deeb24142854b1195669c446d8ed81404f05afd300 0.1s done [2025-09-03T02:27:18.332Z] #7 DONE 0.1s [2025-09-03T02:27:18.332Z] [2025-09-03T02:27:18.332Z] #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-03T02:27:18.332Z] #8 DONE 0.0s [2025-09-03T02:27:18.332Z] [2025-09-03T02:27:18.332Z] 1 warning found (use --debug to expand): [2025-09-03T02:27:18.332Z]  - 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 [2025-09-03T02:27:18.726Z] + '[' -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:19.028Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:19.588Z] ---> package-listing.sh [2025-09-03T02:27:19.588Z] ++ facter osfamily [2025-09-03T02:27:19.588Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-03T02:27:19.848Z] + OS_FAMILY=redhat [2025-09-03T02:27:19.848Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2025-09-03T02:27:19.848Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-03T02:27:19.848Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-03T02:27:19.848Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-03T02:27:19.848Z] + PACKAGES=/tmp/packages_start.txt [2025-09-03T02:27:19.848Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-09-03T02:27:19.848Z] + PACKAGES=/tmp/packages_end.txt [2025-09-03T02:27:19.848Z] + case "${OS_FAMILY}" in [2025-09-03T02:27:19.848Z] + rpm -qa [2025-09-03T02:27:19.848Z] + sort [2025-09-03T02:27:20.417Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-03T02:27:20.417Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-03T02:27:20.417Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-03T02:27:20.417Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-09-03T02:27:20.417Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2025-09-03T02:27:20.417Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2025-09-03T02:27:20.428Z] 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 [2025-09-03T02:27:20.708Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:27:21.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:21.278Z] [2025-09-03T02:27:21.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:27:21.588Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:21.588Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-03T02:27:21.588Z] 5eb5b503b376: Pulling fs layer [2025-09-03T02:27:21.588Z] 5c69ac0246d0: Pulling fs layer [2025-09-03T02:27:21.588Z] ec43610c2a17: Pulling fs layer [2025-09-03T02:27:21.588Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-03T02:27:21.588Z] 33b1e0a273af: Pulling fs layer [2025-09-03T02:27:21.588Z] 5d3b04190fa2: Pulling fs layer [2025-09-03T02:27:21.588Z] 2f39f015ded8: Pulling fs layer [2025-09-03T02:27:21.588Z] 3a2ae6a8a46f: Waiting [2025-09-03T02:27:21.588Z] 33b1e0a273af: Waiting [2025-09-03T02:27:21.588Z] 5d3b04190fa2: Waiting [2025-09-03T02:27:21.588Z] 2f39f015ded8: Waiting [2025-09-03T02:27:21.588Z] 5c69ac0246d0: Verifying Checksum [2025-09-03T02:27:21.588Z] 5c69ac0246d0: Download complete [2025-09-03T02:27:21.588Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-03T02:27:21.588Z] 3a2ae6a8a46f: Download complete [2025-09-03T02:27:21.588Z] 33b1e0a273af: Verifying Checksum [2025-09-03T02:27:21.588Z] 33b1e0a273af: Download complete [2025-09-03T02:27:21.588Z] 5d3b04190fa2: Verifying Checksum [2025-09-03T02:27:21.588Z] 5d3b04190fa2: Download complete [2025-09-03T02:27:21.588Z] ec43610c2a17: Verifying Checksum [2025-09-03T02:27:21.588Z] ec43610c2a17: Download complete [2025-09-03T02:27:21.852Z] 5eb5b503b376: Verifying Checksum [2025-09-03T02:27:21.852Z] 5eb5b503b376: Download complete [2025-09-03T02:27:22.428Z] 2f39f015ded8: Verifying Checksum [2025-09-03T02:27:22.428Z] 2f39f015ded8: Download complete [2025-09-03T02:27:23.001Z] 5eb5b503b376: Pull complete [2025-09-03T02:27:23.269Z] 5c69ac0246d0: Pull complete [2025-09-03T02:27:23.531Z] ec43610c2a17: Pull complete [2025-09-03T02:27:23.792Z] 3a2ae6a8a46f: Pull complete [2025-09-03T02:27:24.056Z] 33b1e0a273af: Pull complete [2025-09-03T02:27:24.056Z] 5d3b04190fa2: Pull complete [2025-09-03T02:27:28.375Z] 2f39f015ded8: Pull complete [2025-09-03T02:27:28.375Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-03T02:27:28.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:28.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:27:28.569Z] prd-centos7-docker-4c-2g-8196 does not seem to be running inside a container [2025-09-03T02:27:28.623Z] $ 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 [2025-09-03T02:27:33.448Z] $ docker top 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:27:33.800Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-03T02:27:34.089Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-03T02:27:34.388Z] + ls /var/log/sa-host [2025-09-03T02:27:34.388Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T02:27:34.552Z] provisioning config files... [2025-09-03T02:27:34.561Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10702387169427490207tmp [Pipeline] { [Pipeline] echo [2025-09-03T02:27:34.578Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:34.877Z] ---> create-netrc.sh [Pipeline] } [2025-09-03T02:27:34.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:35.263Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-03T02:27:35.272Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:35.567Z] ---> sudo-logs.sh [2025-09-03T02:27:35.567Z] Archiving 'sudo' log.. [2025-09-03T02:27:35.567Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-8196.novalocal: Name or service not known [2025-09-03T02:27:35.567Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-8196.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-09-03T02:27:35.593Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:35.882Z] ---> job-cost.sh [2025-09-03T02:27:35.882Z] lf-activate-venv: SKIPPING [2025-09-03T02:27:35.882Z] INFO: No Stack... [2025-09-03T02:27:36.142Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-09-03T02:27:36.403Z] INFO: Archiving Costs [Pipeline] echo [2025-09-03T02:27:36.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:36.702Z] ---> logs-deploy.sh [2025-09-03T02:27:36.702Z] lf-activate-venv: SKIPPING [2025-09-03T02:27:36.702Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/201 [2025-09-03T02:27:36.702Z] INFO: archiving workspace using pattern(s): [2025-09-03T02:27:37.639Z] Archives upload complete. [2025-09-03T02:27:37.639Z] INFO: archiving logs to Nexus [2025-09-03T02:27:38.583Z] ---> uname -a: [2025-09-03T02:27:38.583Z] 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 [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] ---> lscpu: [2025-09-03T02:27:38.583Z] Architecture: x86_64 [2025-09-03T02:27:38.583Z] CPU op-mode(s): 32-bit, 64-bit [2025-09-03T02:27:38.583Z] Byte Order: Little Endian [2025-09-03T02:27:38.583Z] Address sizes: 40 bits physical, 48 bits virtual [2025-09-03T02:27:38.583Z] CPU(s): 2 [2025-09-03T02:27:38.583Z] On-line CPU(s) list: 0,1 [2025-09-03T02:27:38.583Z] Thread(s) per core: 1 [2025-09-03T02:27:38.583Z] Core(s) per socket: 1 [2025-09-03T02:27:38.583Z] Socket(s): 2 [2025-09-03T02:27:38.583Z] NUMA node(s): 1 [2025-09-03T02:27:38.583Z] Vendor ID: AuthenticAMD [2025-09-03T02:27:38.583Z] CPU family: 23 [2025-09-03T02:27:38.583Z] Model: 49 [2025-09-03T02:27:38.583Z] Model name: AMD EPYC-Rome Processor [2025-09-03T02:27:38.583Z] Stepping: 0 [2025-09-03T02:27:38.583Z] CPU MHz: 2799.998 [2025-09-03T02:27:38.583Z] BogoMIPS: 5599.99 [2025-09-03T02:27:38.583Z] Virtualization: AMD-V [2025-09-03T02:27:38.583Z] Hypervisor vendor: KVM [2025-09-03T02:27:38.583Z] Virtualization type: full [2025-09-03T02:27:38.583Z] L1d cache: 64 KiB [2025-09-03T02:27:38.583Z] L1i cache: 64 KiB [2025-09-03T02:27:38.583Z] L2 cache: 1 MiB [2025-09-03T02:27:38.583Z] L3 cache: 32 MiB [2025-09-03T02:27:38.583Z] NUMA node0 CPU(s): 0,1 [2025-09-03T02:27:38.583Z] Vulnerability Itlb multihit: Not affected [2025-09-03T02:27:38.583Z] Vulnerability L1tf: Not affected [2025-09-03T02:27:38.583Z] Vulnerability Mds: Not affected [2025-09-03T02:27:38.583Z] Vulnerability Meltdown: Not affected [2025-09-03T02:27:38.583Z] Vulnerability Mmio stale data: Not affected [2025-09-03T02:27:38.583Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-09-03T02:27:38.583Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-09-03T02:27:38.583Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-09-03T02:27:38.583Z] Vulnerability Srbds: Not affected [2025-09-03T02:27:38.583Z] Vulnerability Tsx async abort: Not affected [2025-09-03T02:27:38.583Z] 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 [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] ---> nproc: [2025-09-03T02:27:38.583Z] 2 [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] ---> df -h: [2025-09-03T02:27:38.583Z] Filesystem Size Used Avail Use% Mounted on [2025-09-03T02:27:38.583Z] overlay 40G 7.3G 33G 19% / [2025-09-03T02:27:38.583Z] tmpfs 64M 0 64M 0% /dev [2025-09-03T02:27:38.583Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-09-03T02:27:38.583Z] shm 64M 0 64M 0% /dev/shm [2025-09-03T02:27:38.583Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] [2025-09-03T02:27:38.583Z] Cannot open /var/log/sysstat/sa03: No such file or directory [2025-09-03T02:27:38.583Z] Please check if data collecting is enabled [2025-09-03T02:27:38.583Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T02:27:38.628Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-09-03T02:27:38.630Z] $ docker stop --time=1 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de [2025-09-03T02:27:39.762Z] $ docker rm -f --volumes 34db34427961e1671b02ca665c47269da0c2fc286891a9481b39674ad1dc68de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-09-03T02:27:39.858Z] [WS-CLEANUP] Deleting project workspace... [2025-09-03T02:27:39.858Z] [WS-CLEANUP] Deferred wipeout is used... [2025-09-03T02:27:39.875Z] [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 [2025-09-03T02:27:40.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:40.537Z] [2025-09-03T02:27:40.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:27:40.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:40.837Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-03T02:27:40.837Z] 5eb5b503b376: Pulling fs layer [2025-09-03T02:27:40.837Z] 5c69ac0246d0: Pulling fs layer [2025-09-03T02:27:40.837Z] ec43610c2a17: Pulling fs layer [2025-09-03T02:27:40.837Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-03T02:27:40.837Z] 33b1e0a273af: Pulling fs layer [2025-09-03T02:27:40.837Z] 5d3b04190fa2: Pulling fs layer [2025-09-03T02:27:40.837Z] 2f39f015ded8: Pulling fs layer [2025-09-03T02:27:40.837Z] 3a2ae6a8a46f: Waiting [2025-09-03T02:27:40.837Z] 33b1e0a273af: Waiting [2025-09-03T02:27:40.837Z] 2f39f015ded8: Waiting [2025-09-03T02:27:40.837Z] 5d3b04190fa2: Waiting [2025-09-03T02:27:40.837Z] 5c69ac0246d0: Verifying Checksum [2025-09-03T02:27:40.837Z] 5c69ac0246d0: Download complete [2025-09-03T02:27:40.837Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-03T02:27:40.837Z] 3a2ae6a8a46f: Download complete [2025-09-03T02:27:40.837Z] ec43610c2a17: Verifying Checksum [2025-09-03T02:27:40.837Z] ec43610c2a17: Download complete [2025-09-03T02:27:40.837Z] 33b1e0a273af: Verifying Checksum [2025-09-03T02:27:40.837Z] 33b1e0a273af: Download complete [2025-09-03T02:27:40.837Z] 5d3b04190fa2: Verifying Checksum [2025-09-03T02:27:40.837Z] 5d3b04190fa2: Download complete [2025-09-03T02:27:41.097Z] 5eb5b503b376: Download complete [2025-09-03T02:27:41.666Z] 2f39f015ded8: Verifying Checksum [2025-09-03T02:27:41.666Z] 2f39f015ded8: Download complete [2025-09-03T02:27:43.012Z] 5eb5b503b376: Pull complete [2025-09-03T02:27:43.012Z] 5c69ac0246d0: Pull complete [2025-09-03T02:27:43.012Z] ec43610c2a17: Pull complete [2025-09-03T02:27:43.012Z] 3a2ae6a8a46f: Pull complete [2025-09-03T02:27:43.276Z] 33b1e0a273af: Pull complete [2025-09-03T02:27:43.276Z] 5d3b04190fa2: Pull complete [2025-09-03T02:27:46.907Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8195 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2025-09-03T02:27:46.926Z] Running in /w/workspace/device-mqtt-go/201 [Pipeline] { [Pipeline] checkout [2025-09-03T02:27:49.837Z] 2f39f015ded8: Pull complete [2025-09-03T02:27:49.837Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-03T02:27:49.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:27:49.837Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:27:50.057Z] The recommended git tool is: git [2025-09-03T02:27:50.061Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:27:50.087Z] $ 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 [2025-09-03T02:27:51.582Z] $ docker top 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:27:52.007Z] ---> job-cost.sh [2025-09-03T02:27:52.008Z] lf-activate-venv: SKIPPING [2025-09-03T02:27:52.008Z] INFO: No Stack... [2025-09-03T02:27:52.267Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T02:27:52.527Z] INFO: Archiving Costs [Pipeline] sh [2025-09-03T02:27:52.821Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2025-09-03T02:27:52.821Z] + cut -d, -f6 [Pipeline] lock [2025-09-03T02:27:52.837Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [2025-09-03T02:27:52.844Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] did not exist. Created. [2025-09-03T02:27:52.850Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-03T02:27:53.155Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-09-03T02:27:53.191Z] Stashed 1 file(s) [Pipeline] } [2025-09-03T02:27:53.198Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-03T02:27:53.228Z] $ docker stop --time=1 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 [2025-09-03T02:27:54.379Z] $ docker rm -f --volumes 3501ba78d9b6bd99bfb47186c7663c7dbd8ad9b1cc1bfb6cd508d945914c8e64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-09-03T02:27:54.606Z] using credential edgex-jenkins-ssh [2025-09-03T02:27:54.630Z] Cloning the remote Git repository [2025-09-03T02:27:54.668Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2025-09-03T02:27:54.777Z] > git init /w/workspace/device-mqtt-go/201 # timeout=10 [2025-09-03T02:27:54.917Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2025-09-03T02:27:54.918Z] > git --version # timeout=10 [2025-09-03T02:27:54.943Z] > git --version # 'git version 2.25.1' [2025-09-03T02:27:54.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-09-03T02:27:55.100Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-03T02:27:58.677Z] Avoid second fetch [2025-09-03T02:27:58.678Z] Checking out Revision 67d472b9bba6da870f039b5b2a6b1373ade7203d (main) [2025-09-03T02:27:57.846Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2025-09-03T02:27:57.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-03T02:27:58.691Z] > git config core.sparsecheckout # timeout=10 [2025-09-03T02:27:58.768Z] > git checkout -f 67d472b9bba6da870f039b5b2a6b1373ade7203d # timeout=10 [2025-09-03T02:27:59.257Z] 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 [2025-09-03T02:28:03.474Z] provisioning config files... [2025-09-03T02:28:03.499Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/201@tmp/config14262396185105472369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:28:04.118Z] ---> ****-login.sh [2025-09-03T02:28:04.118Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:28:04.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:28:04.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:28:04.657Z] Configure a credential helper to remove this warning. See [2025-09-03T02:28:04.657Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:28:04.657Z] [2025-09-03T02:28:04.657Z] Login Succeeded [2025-09-03T02:28:04.657Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:28:04.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:28:05.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:28:05.199Z] Configure a credential helper to remove this warning. See [2025-09-03T02:28:05.199Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:28:05.199Z] [2025-09-03T02:28:05.199Z] Login Succeeded [2025-09-03T02:28:05.199Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:28:05.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:28:05.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:28:05.468Z] Configure a credential helper to remove this warning. See [2025-09-03T02:28:05.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:28:05.468Z] [2025-09-03T02:28:05.468Z] Login Succeeded [2025-09-03T02:28:05.468Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:28:05.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:28:05.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:28:05.739Z] Configure a credential helper to remove this warning. See [2025-09-03T02:28:05.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:28:05.739Z] [2025-09-03T02:28:05.739Z] Login Succeeded [2025-09-03T02:28:05.739Z] ****.io [2025-09-03T02:28:06.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:28:06.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:28:06.275Z] Configure a credential helper to remove this warning. See [2025-09-03T02:28:06.275Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:28:06.275Z] [2025-09-03T02:28:06.275Z] Login Succeeded [2025-09-03T02:28:06.275Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:28:06.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-09-03T02:28:06.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:28:06.654Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:28:06.675Z] ========================================================= [2025-09-03T02:28:06.675Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-09-03T02:28:06.675Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:28:07.043Z] + 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 . [2025-09-03T02:28:07.315Z] Sending build context to Docker daemon 15.48MB [2025-09-03T02:28:07.581Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-09-03T02:28:07.581Z] Step 2/12 : FROM ${BASE} AS builder [2025-09-03T02:28:07.581Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-09-03T02:28:07.581Z] 94e9d8af2201: Pulling fs layer [2025-09-03T02:28:07.581Z] a6c56e8762df: Pulling fs layer [2025-09-03T02:28:07.581Z] f0f3c8884826: Pulling fs layer [2025-09-03T02:28:07.581Z] c7e7622c144d: Pulling fs layer [2025-09-03T02:28:07.581Z] 4f4fb700ef54: Pulling fs layer [2025-09-03T02:28:07.581Z] b4c3b6d88c5a: Pulling fs layer [2025-09-03T02:28:07.581Z] ba8bce9d2590: Pulling fs layer [2025-09-03T02:28:07.581Z] ca778ea9c289: Pulling fs layer [2025-09-03T02:28:07.581Z] c7e7622c144d: Waiting [2025-09-03T02:28:07.581Z] 4f4fb700ef54: Waiting [2025-09-03T02:28:07.581Z] b4c3b6d88c5a: Waiting [2025-09-03T02:28:07.581Z] ba8bce9d2590: Waiting [2025-09-03T02:28:07.581Z] ca778ea9c289: Waiting [2025-09-03T02:28:07.581Z] a6c56e8762df: Verifying Checksum [2025-09-03T02:28:07.581Z] a6c56e8762df: Download complete [2025-09-03T02:28:07.581Z] c7e7622c144d: Download complete [2025-09-03T02:28:07.581Z] 4f4fb700ef54: Verifying Checksum [2025-09-03T02:28:07.581Z] 4f4fb700ef54: Download complete [2025-09-03T02:28:07.850Z] b4c3b6d88c5a: Download complete [2025-09-03T02:28:07.850Z] 94e9d8af2201: Verifying Checksum [2025-09-03T02:28:07.850Z] 94e9d8af2201: Download complete [2025-09-03T02:28:08.442Z] ca778ea9c289: Verifying Checksum [2025-09-03T02:28:08.442Z] ca778ea9c289: Download complete [2025-09-03T02:28:08.713Z] 94e9d8af2201: Pull complete [2025-09-03T02:28:09.301Z] a6c56e8762df: Pull complete [2025-09-03T02:28:09.890Z] f0f3c8884826: Verifying Checksum [2025-09-03T02:28:09.890Z] f0f3c8884826: Download complete [2025-09-03T02:28:10.483Z] ba8bce9d2590: Verifying Checksum [2025-09-03T02:28:10.483Z] ba8bce9d2590: Download complete [2025-09-03T02:28:25.535Z] f0f3c8884826: Pull complete [2025-09-03T02:28:25.535Z] c7e7622c144d: Pull complete [2025-09-03T02:28:25.535Z] 4f4fb700ef54: Pull complete [2025-09-03T02:28:25.535Z] b4c3b6d88c5a: Pull complete [2025-09-03T02:28:32.853Z] ba8bce9d2590: Pull complete [2025-09-03T02:28:34.803Z] ca778ea9c289: Pull complete [2025-09-03T02:28:34.803Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-09-03T02:28:34.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-03T02:28:34.803Z] ---> 47b25d7523d1 [2025-09-03T02:28:34.803Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-09-03T02:28:36.212Z] ---> Running in 0d561c738260 [2025-09-03T02:28:36.480Z] Removing intermediate container 0d561c738260 [2025-09-03T02:28:36.480Z] ---> e83f526a70e1 [2025-09-03T02:28:36.480Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-09-03T02:28:36.752Z] ---> Running in 397aff867fea [2025-09-03T02:28:37.020Z] Removing intermediate container 397aff867fea [2025-09-03T02:28:37.020Z] ---> 5e33a2f01c97 [2025-09-03T02:28:37.020Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-09-03T02:28:37.020Z] ---> Running in 5accbd77f503 [2025-09-03T02:28:37.288Z] Removing intermediate container 5accbd77f503 [2025-09-03T02:28:37.288Z] ---> 4c698103ebb4 [2025-09-03T02:28:37.288Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-09-03T02:28:37.561Z] ---> Running in 6e78a265ee5a [2025-09-03T02:28:37.828Z] Removing intermediate container 6e78a265ee5a [2025-09-03T02:28:37.828Z] ---> 2702e7d6e829 [2025-09-03T02:28:37.828Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-09-03T02:28:37.828Z] ---> Running in ac0ad44bc97e [2025-09-03T02:28:39.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T02:28:39.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T02:28:40.911Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-09-03T02:28:40.911Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-09-03T02:28:40.911Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-09-03T02:28:40.911Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-09-03T02:28:40.911Z] Executing busybox-1.36.1-r29.trigger [2025-09-03T02:28:40.911Z] OK: 244 MiB in 62 packages [2025-09-03T02:28:41.878Z] Removing intermediate container ac0ad44bc97e [2025-09-03T02:28:41.878Z] ---> 350e05f93011 [2025-09-03T02:28:41.878Z] Step 8/12 : WORKDIR /device-mqtt-go [2025-09-03T02:28:42.145Z] ---> Running in fb61932de1b8 [2025-09-03T02:28:42.411Z] Removing intermediate container fb61932de1b8 [2025-09-03T02:28:42.411Z] ---> 2c25a45fda2d [2025-09-03T02:28:42.411Z] Step 9/12 : COPY go.mod vendor* ./ [2025-09-03T02:28:42.994Z] ---> 46a7016c1837 [2025-09-03T02:28:42.994Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T02:28:42.994Z] ---> Running in f8eea524ef1f [2025-09-03T02:30:19.637Z] Removing intermediate container f8eea524ef1f [2025-09-03T02:30:19.637Z] ---> 3680cfeebd0c [2025-09-03T02:30:19.637Z] Step 11/12 : COPY . . [2025-09-03T02:30:19.903Z] ---> 922f5b01a899 [2025-09-03T02:30:19.903Z] Step 12/12 : RUN $MAKE [2025-09-03T02:30:19.903Z] ---> Running in 4c9f6d741704 [2025-09-03T02:30:20.870Z] noop [2025-09-03T02:30:21.452Z] Removing intermediate container 4c9f6d741704 [2025-09-03T02:30:21.452Z] ---> aaf70c57e4d6 [2025-09-03T02:30:21.452Z] Successfully built aaf70c57e4d6 [2025-09-03T02:30:21.452Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:30:21.812Z] + docker inspect -f . ci-base-image-arm64 [2025-09-03T02:30:21.812Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:30:22.024Z] prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container [2025-09-03T02:30:22.091Z] $ 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 [2025-09-03T02:30:23.376Z] $ docker top 8a67e11ecbfd8b28f3083464dd0fb0b03380648154cfa985323fbc8cbf4e1f42 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:30:24.213Z] + go version [2025-09-03T02:30:24.213Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-09-03T02:30:24.232Z] $ docker stop --time=1 8a67e11ecbfd8b28f3083464dd0fb0b03380648154cfa985323fbc8cbf4e1f42 [2025-09-03T02:30:25.851Z] $ 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 [2025-09-03T02:30:26.460Z] + docker inspect -f . ci-base-image-arm64 [2025-09-03T02:30:26.460Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:30:26.677Z] prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container [2025-09-03T02:30:26.756Z] $ 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 [2025-09-03T02:30:27.984Z] $ docker top a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:30:28.506Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/201 [Pipeline] fileExists [Pipeline] sh [2025-09-03T02:30:29.441Z] + make test [2025-09-03T02:30:29.441Z] go test ./... -coverprofile=coverage.out ./... [2025-09-03T02:30:36.108Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2025-09-03T02:33:57.981Z] github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements [2025-09-03T02:34:04.654Z] github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements [2025-09-03T02:34:04.654Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.054s coverage: 22.8% of statements [2025-09-03T02:34:04.921Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-09-03T02:34:04.921Z] go vet ./... [2025-09-03T02:34:51.758Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-03T02:34:51.758Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-03T02:34:51.758Z] ./bin/test-attribution-txt.sh [2025-09-03T02:34:52.023Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-03T02:34:52.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-09-03T02:34:52.060Z] $ docker stop --time=1 a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be [2025-09-03T02:34:53.987Z] $ docker rm -f --volumes a761f8bcd8bef16a45a1386a07f227baaf4ee92580ec2710d097148ecbfaf1be [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T02:34:55.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-09-03T02:34:55.673Z] Warning: overwriting stash ‘coverage-report’ [2025-09-03T02:34:56.155Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-03T02:34:56.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-09-03T02:34:56.882Z] + ls -al . [2025-09-03T02:34:56.882Z] total 248 [2025-09-03T02:34:56.882Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:30 . [2025-09-03T02:34:56.882Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 02:27 .. [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 3 02:27 .dockerignore [2025-09-03T02:34:56.882Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 02:28 .git [2025-09-03T02:34:56.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 .github [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 264 Sep 3 02:27 .gitignore [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 3 02:27 .golangci.yml [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 19745 Sep 3 02:27 Attribution.txt [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 19382 Sep 3 02:27 CHANGELOG.md [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 1803 Sep 3 02:27 Dockerfile [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 02:27 GOVERNANCE.md [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 657 Sep 3 02:27 Jenkinsfile [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 3 02:27 LICENSE [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 2545 Sep 3 02:27 Makefile [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 620 Sep 3 02:27 OWNERS.md [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 3599 Sep 3 02:27 README.md [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 02:24 VERSION [2025-09-03T02:34:56.882Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:27 bin [2025-09-03T02:34:56.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 cmd [2025-09-03T02:34:56.882Z] -rw-r--r-- 1 jenkins jenkins 21039 Sep 3 02:34 coverage.out [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 6255 Sep 3 02:27 go.mod [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 86944 Sep 3 02:27 go.sum [2025-09-03T02:34:56.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 02:27 internal [2025-09-03T02:34:56.882Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 02:27 mock [2025-09-03T02:34:56.882Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 3 02:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:34:57.230Z] + 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 . [2025-09-03T02:34:57.818Z] Sending build context to Docker daemon 15.5MB [2025-09-03T02:34:57.818Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2025-09-03T02:34:57.818Z] Step 2/25 : FROM ${BASE} AS builder [2025-09-03T02:34:57.818Z] ---> aaf70c57e4d6 [2025-09-03T02:34:57.818Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2025-09-03T02:34:57.818Z] ---> Running in 3376c57d91be [2025-09-03T02:34:58.090Z] Removing intermediate container 3376c57d91be [2025-09-03T02:34:58.090Z] ---> b9b27f06903a [2025-09-03T02:34:58.090Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-09-03T02:34:58.357Z] ---> Running in ddf999d5b0ee [2025-09-03T02:34:58.622Z] Removing intermediate container ddf999d5b0ee [2025-09-03T02:34:58.622Z] ---> 9132d8e5d773 [2025-09-03T02:34:58.622Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-09-03T02:34:58.622Z] ---> Running in 0779b2306b2b [2025-09-03T02:34:58.887Z] Removing intermediate container 0779b2306b2b [2025-09-03T02:34:58.887Z] ---> 96043f79d0a8 [2025-09-03T02:34:58.887Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2025-09-03T02:34:58.887Z] ---> Running in 0d4fbc66c180 [2025-09-03T02:34:59.157Z] Removing intermediate container 0d4fbc66c180 [2025-09-03T02:34:59.157Z] ---> 60536ce73206 [2025-09-03T02:34:59.157Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-09-03T02:34:59.157Z] ---> Running in 19fde9f7bd41 [2025-09-03T02:35:00.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T02:35:00.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T02:35:02.118Z] OK: 244 MiB in 62 packages [2025-09-03T02:35:02.703Z] Removing intermediate container 19fde9f7bd41 [2025-09-03T02:35:02.703Z] ---> 7471ae864174 [2025-09-03T02:35:02.703Z] Step 8/25 : WORKDIR /device-mqtt-go [2025-09-03T02:35:02.971Z] ---> Running in a8defc492aeb [2025-09-03T02:35:03.242Z] Removing intermediate container a8defc492aeb [2025-09-03T02:35:03.242Z] ---> 96099775b0bf [2025-09-03T02:35:03.242Z] Step 9/25 : COPY go.mod vendor* ./ [2025-09-03T02:35:03.509Z] ---> 4db2c1b5d32f [2025-09-03T02:35:03.509Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T02:35:03.777Z] ---> Running in 0be5902115a4 [2025-09-03T02:35:05.725Z] Removing intermediate container 0be5902115a4 [2025-09-03T02:35:05.725Z] ---> 8415bfdd0f3a [2025-09-03T02:35:05.725Z] Step 11/25 : COPY . . [2025-09-03T02:35:06.687Z] ---> 625ee7bd1eed [2025-09-03T02:35:06.687Z] Step 12/25 : RUN $MAKE [2025-09-03T02:35:06.954Z] ---> Running in a4fa04b18231 [2025-09-03T02:35:07.909Z] 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 [2025-09-03T02:38:29.679Z] Removing intermediate container a4fa04b18231 [2025-09-03T02:38:29.679Z] ---> 564cd96c07ee [2025-09-03T02:38:29.679Z] Step 13/25 : FROM alpine:3.20 [2025-09-03T02:38:29.679Z] 3.20: Pulling from library/alpine [2025-09-03T02:38:29.679Z] 13e713f82565: Pulling fs layer [2025-09-03T02:38:29.679Z] 13e713f82565: Verifying Checksum [2025-09-03T02:38:29.679Z] 13e713f82565: Download complete [2025-09-03T02:38:29.679Z] 13e713f82565: Pull complete [2025-09-03T02:38:29.679Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-03T02:38:29.679Z] Status: Downloaded newer image for alpine:3.20 [2025-09-03T02:38:29.679Z] ---> c88e9dceb6cb [2025-09-03T02:38:29.679Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2024: IoTech Ltd' [2025-09-03T02:38:29.679Z] ---> Running in 37752433f435 [2025-09-03T02:38:29.679Z] Removing intermediate container 37752433f435 [2025-09-03T02:38:29.679Z] ---> 9c220e006ba5 [2025-09-03T02:38:29.679Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2025-09-03T02:38:29.679Z] ---> Running in 81810aa7571e [2025-09-03T02:38:29.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T02:38:29.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T02:38:29.679Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-09-03T02:38:29.679Z] Executing busybox-1.36.1-r29.trigger [2025-09-03T02:38:29.679Z] OK: 9 MiB in 15 packages [2025-09-03T02:38:30.275Z] Removing intermediate container 81810aa7571e [2025-09-03T02:38:30.275Z] ---> 59c6ac9b0884 [2025-09-03T02:38:30.275Z] Step 16/25 : RUN apk --no-cache upgrade [2025-09-03T02:38:30.549Z] ---> Running in a07ace039f58 [2025-09-03T02:38:31.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T02:38:31.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T02:38:33.195Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:38:33.195Z] Executing busybox-1.36.1-r30.post-upgrade [2025-09-03T02:38:33.195Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:38:33.195Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T02:38:33.463Z] Executing busybox-1.36.1-r30.trigger [2025-09-03T02:38:33.463Z] OK: 9 MiB in 15 packages [2025-09-03T02:38:34.417Z] Removing intermediate container a07ace039f58 [2025-09-03T02:38:34.417Z] ---> 038954f305ae [2025-09-03T02:38:34.417Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2025-09-03T02:38:37.000Z] ---> e44d4a194ead [2025-09-03T02:38:37.000Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2025-09-03T02:38:37.000Z] ---> 369b05c3c507 [2025-09-03T02:38:37.000Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2025-09-03T02:38:37.586Z] ---> dae5cb1c9771 [2025-09-03T02:38:37.586Z] Step 20/25 : EXPOSE 59982 [2025-09-03T02:38:37.586Z] ---> Running in 782e2cad9ec3 [2025-09-03T02:38:37.852Z] Removing intermediate container 782e2cad9ec3 [2025-09-03T02:38:37.852Z] ---> 8b95d99d6120 [2025-09-03T02:38:37.852Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2025-09-03T02:38:37.852Z] ---> Running in 7a4a8aa19e41 [2025-09-03T02:38:38.119Z] Removing intermediate container 7a4a8aa19e41 [2025-09-03T02:38:38.119Z] ---> ff3431fa5d20 [2025-09-03T02:38:38.119Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-09-03T02:38:38.386Z] ---> Running in 4cc396aad66f [2025-09-03T02:38:38.652Z] Removing intermediate container 4cc396aad66f [2025-09-03T02:38:38.652Z] ---> 429bf3e4af7d [2025-09-03T02:38:38.652Z] Step 23/25 : LABEL arch=arm64 [2025-09-03T02:38:38.652Z] ---> Running in 4b21d67e099c [2025-09-03T02:38:38.918Z] Removing intermediate container 4b21d67e099c [2025-09-03T02:38:38.918Z] ---> d798377e12af [2025-09-03T02:38:38.918Z] Step 24/25 : LABEL git_sha=67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:38:38.918Z] ---> Running in ec9d6990ee8f [2025-09-03T02:38:39.186Z] Removing intermediate container ec9d6990ee8f [2025-09-03T02:38:39.186Z] ---> a7c192f054ec [2025-09-03T02:38:39.186Z] Step 25/25 : LABEL version=4.1.0-dev.6 [2025-09-03T02:38:39.186Z] ---> Running in fff552404914 [2025-09-03T02:38:39.450Z] Removing intermediate container fff552404914 [2025-09-03T02:38:39.450Z] ---> b080d4fcf433 [2025-09-03T02:38:39.450Z] [Warning] One or more build-args [ARCH] were not consumed [2025-09-03T02:38:39.450Z] Successfully built b080d4fcf433 [2025-09-03T02:38:39.450Z] 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 [2025-09-03T02:38:39.591Z] provisioning config files... [2025-09-03T02:38:39.607Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/201@tmp/config9591171439927996874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:38:39.949Z] ---> ****-login.sh [2025-09-03T02:38:39.949Z] nexus3.edgexfoundry.org:10001 [2025-09-03T02:38:39.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:38:40.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:38:40.216Z] Configure a credential helper to remove this warning. See [2025-09-03T02:38:40.216Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:38:40.216Z] [2025-09-03T02:38:40.216Z] Login Succeeded [2025-09-03T02:38:40.216Z] nexus3.edgexfoundry.org:10002 [2025-09-03T02:38:41.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:38:43.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:38:43.861Z] Configure a credential helper to remove this warning. See [2025-09-03T02:38:43.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:38:43.861Z] [2025-09-03T02:38:43.861Z] Login Succeeded [2025-09-03T02:38:43.861Z] nexus3.edgexfoundry.org:10003 [2025-09-03T02:38:44.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:38:44.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:38:44.131Z] Configure a credential helper to remove this warning. See [2025-09-03T02:38:44.131Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:38:44.131Z] [2025-09-03T02:38:44.131Z] Login Succeeded [2025-09-03T02:38:44.131Z] nexus3.edgexfoundry.org:10004 [2025-09-03T02:38:44.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:38:44.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:38:44.512Z] Configure a credential helper to remove this warning. See [2025-09-03T02:38:44.512Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:38:44.512Z] [2025-09-03T02:38:44.512Z] Login Succeeded [2025-09-03T02:38:44.512Z] ****.io [2025-09-03T02:38:44.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T02:38:45.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T02:38:45.046Z] Configure a credential helper to remove this warning. See [2025-09-03T02:38:45.046Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T02:38:45.046Z] [2025-09-03T02:38:45.046Z] Login Succeeded [2025-09-03T02:38:45.046Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T02:38:45.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T02:38:45.112Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T02:38:45.133Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2025-09-03T02:38:45.133Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:38:45.133Z] latest [2025-09-03T02:38:45.133Z] 4.1.0-dev.6 [2025-09-03T02:38:45.133Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:38:45.133Z] main [2025-09-03T02:38:45.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:45.504Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:45.861Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:38:45.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-09-03T02:38:45.861Z] d90f74da6b9f: Preparing [2025-09-03T02:38:45.861Z] 65ab57a9b213: Preparing [2025-09-03T02:38:45.861Z] f1f8a2c1e170: Preparing [2025-09-03T02:38:45.861Z] f78b8c1c9619: Preparing [2025-09-03T02:38:45.861Z] 1000254fa536: Preparing [2025-09-03T02:38:45.861Z] 1e890da81ec9: Preparing [2025-09-03T02:38:45.861Z] 1e890da81ec9: Waiting [2025-09-03T02:38:46.125Z] 65ab57a9b213: Pushed [2025-09-03T02:38:46.125Z] d90f74da6b9f: Pushed [2025-09-03T02:38:46.125Z] 1000254fa536: Pushed [2025-09-03T02:38:46.125Z] 1e890da81ec9: Layer already exists [2025-09-03T02:38:46.388Z] f78b8c1c9619: Pushed [2025-09-03T02:38:56.589Z] f1f8a2c1e170: Pushed [2025-09-03T02:38:57.169Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:57.522Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:57.874Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2025-09-03T02:38:57.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-09-03T02:38:57.874Z] d90f74da6b9f: Preparing [2025-09-03T02:38:57.874Z] 65ab57a9b213: Preparing [2025-09-03T02:38:57.874Z] f1f8a2c1e170: Preparing [2025-09-03T02:38:57.874Z] f78b8c1c9619: Preparing [2025-09-03T02:38:57.874Z] 1000254fa536: Preparing [2025-09-03T02:38:57.874Z] 1e890da81ec9: Preparing [2025-09-03T02:38:57.874Z] 1e890da81ec9: Waiting [2025-09-03T02:38:57.874Z] f78b8c1c9619: Layer already exists [2025-09-03T02:38:57.874Z] 65ab57a9b213: Layer already exists [2025-09-03T02:38:57.874Z] d90f74da6b9f: Layer already exists [2025-09-03T02:38:57.874Z] 1000254fa536: Layer already exists [2025-09-03T02:38:57.874Z] f1f8a2c1e170: Layer already exists [2025-09-03T02:38:57.874Z] 1e890da81ec9: Layer already exists [2025-09-03T02:38:58.138Z] latest: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:58.501Z] + 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 [2025-09-03T02:38:58.844Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 [2025-09-03T02:38:58.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-09-03T02:38:58.844Z] d90f74da6b9f: Preparing [2025-09-03T02:38:58.844Z] 65ab57a9b213: Preparing [2025-09-03T02:38:58.844Z] f1f8a2c1e170: Preparing [2025-09-03T02:38:58.844Z] f78b8c1c9619: Preparing [2025-09-03T02:38:58.844Z] 1000254fa536: Preparing [2025-09-03T02:38:58.844Z] 1e890da81ec9: Preparing [2025-09-03T02:38:58.844Z] 1e890da81ec9: Waiting [2025-09-03T02:38:58.844Z] 65ab57a9b213: Layer already exists [2025-09-03T02:38:58.844Z] f78b8c1c9619: Layer already exists [2025-09-03T02:38:58.844Z] 1000254fa536: Layer already exists [2025-09-03T02:38:58.844Z] d90f74da6b9f: Layer already exists [2025-09-03T02:38:58.844Z] f1f8a2c1e170: Layer already exists [2025-09-03T02:38:58.844Z] 1e890da81ec9: Layer already exists [2025-09-03T02:38:58.844Z] 4.1.0-dev.6: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:38:59.238Z] + 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 [2025-09-03T02:38:59.595Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:38:59.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-09-03T02:38:59.595Z] d90f74da6b9f: Preparing [2025-09-03T02:38:59.595Z] 65ab57a9b213: Preparing [2025-09-03T02:38:59.595Z] f1f8a2c1e170: Preparing [2025-09-03T02:38:59.595Z] f78b8c1c9619: Preparing [2025-09-03T02:38:59.595Z] 1000254fa536: Preparing [2025-09-03T02:38:59.595Z] 1e890da81ec9: Preparing [2025-09-03T02:38:59.595Z] 1e890da81ec9: Waiting [2025-09-03T02:38:59.595Z] d90f74da6b9f: Layer already exists [2025-09-03T02:38:59.595Z] 1000254fa536: Layer already exists [2025-09-03T02:38:59.595Z] 65ab57a9b213: Layer already exists [2025-09-03T02:38:59.595Z] f1f8a2c1e170: Layer already exists [2025-09-03T02:38:59.595Z] f78b8c1c9619: Layer already exists [2025-09-03T02:38:59.595Z] 1e890da81ec9: Layer already exists [2025-09-03T02:38:59.859Z] 67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:39:00.212Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:39:00.554Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2025-09-03T02:39:00.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-09-03T02:39:00.554Z] d90f74da6b9f: Preparing [2025-09-03T02:39:00.554Z] 65ab57a9b213: Preparing [2025-09-03T02:39:00.554Z] f1f8a2c1e170: Preparing [2025-09-03T02:39:00.554Z] f78b8c1c9619: Preparing [2025-09-03T02:39:00.554Z] 1000254fa536: Preparing [2025-09-03T02:39:00.554Z] 1e890da81ec9: Preparing [2025-09-03T02:39:00.554Z] 1e890da81ec9: Waiting [2025-09-03T02:39:00.554Z] f78b8c1c9619: Layer already exists [2025-09-03T02:39:00.554Z] f1f8a2c1e170: Layer already exists [2025-09-03T02:39:00.554Z] 1000254fa536: Layer already exists [2025-09-03T02:39:00.554Z] d90f74da6b9f: Layer already exists [2025-09-03T02:39:00.554Z] 65ab57a9b213: Layer already exists [2025-09-03T02:39:00.554Z] 1e890da81ec9: Layer already exists [2025-09-03T02:39:00.817Z] main: digest: sha256:aea2388a43d0c95de6c8a09ead789007101c8cc408e080b510fdfba2c2895965 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T02:39:00.881Z] ===================================================== [Pipeline] echo [2025-09-03T02:39:00.892Z] taggedImages: [2025-09-03T02:39:00.892Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [2025-09-03T02:39:00.892Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2025-09-03T02:39:00.892Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 [2025-09-03T02:39:00.892Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [2025-09-03T02:39:00.892Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] echo [2025-09-03T02:39:00.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] echo [2025-09-03T02:39:00.918Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] echo [2025-09-03T02:39:00.934Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.6 [Pipeline] echo [2025-09-03T02:39:00.944Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:67d472b9bba6da870f039b5b2a6b1373ade7203d-4.1.0-dev.6 [Pipeline] echo [2025-09-03T02:39:00.955Z] 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 [2025-09-03T02:39:01.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T02:39:01.318Z] [2025-09-03T02:39:01.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:39:01.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T02:39:01.641Z] arm64: Pulling from edgex-lftools-log-publisher [2025-09-03T02:39:01.641Z] 8998bd30e6a1: Pulling fs layer [2025-09-03T02:39:01.641Z] 04944245beec: Pulling fs layer [2025-09-03T02:39:01.641Z] 699f458cf7ca: Pulling fs layer [2025-09-03T02:39:01.641Z] 765212b225bb: Pulling fs layer [2025-09-03T02:39:01.641Z] f23df028b6ca: Pulling fs layer [2025-09-03T02:39:01.641Z] d65c8cfc05b1: Pulling fs layer [2025-09-03T02:39:01.641Z] 2437ff75d9bd: Pulling fs layer [2025-09-03T02:39:01.641Z] 765212b225bb: Waiting [2025-09-03T02:39:01.641Z] f23df028b6ca: Waiting [2025-09-03T02:39:01.641Z] d65c8cfc05b1: Waiting [2025-09-03T02:39:01.641Z] 2437ff75d9bd: Waiting [2025-09-03T02:39:01.907Z] 04944245beec: Verifying Checksum [2025-09-03T02:39:01.907Z] 04944245beec: Download complete [2025-09-03T02:39:01.907Z] 765212b225bb: Verifying Checksum [2025-09-03T02:39:01.907Z] 765212b225bb: Download complete [2025-09-03T02:39:01.907Z] f23df028b6ca: Download complete [2025-09-03T02:39:01.907Z] d65c8cfc05b1: Verifying Checksum [2025-09-03T02:39:01.907Z] d65c8cfc05b1: Download complete [2025-09-03T02:39:01.907Z] 699f458cf7ca: Verifying Checksum [2025-09-03T02:39:01.907Z] 699f458cf7ca: Download complete [2025-09-03T02:39:02.488Z] 8998bd30e6a1: Verifying Checksum [2025-09-03T02:39:02.488Z] 8998bd30e6a1: Download complete [2025-09-03T02:39:05.068Z] 2437ff75d9bd: Verifying Checksum [2025-09-03T02:39:05.068Z] 2437ff75d9bd: Download complete [2025-09-03T02:39:07.012Z] 8998bd30e6a1: Pull complete [2025-09-03T02:39:07.595Z] 04944245beec: Pull complete [2025-09-03T02:39:09.003Z] 699f458cf7ca: Pull complete [2025-09-03T02:39:09.269Z] 765212b225bb: Pull complete [2025-09-03T02:39:10.222Z] f23df028b6ca: Pull complete [2025-09-03T02:39:10.222Z] d65c8cfc05b1: Pull complete [2025-09-03T02:39:28.413Z] 2437ff75d9bd: Pull complete [2025-09-03T02:39:28.413Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-09-03T02:39:28.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T02:39:28.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:39:28.623Z] prd-ubuntu20.04-docker-arm64-4c-16g-8195 does not seem to be running inside a container [2025-09-03T02:39:28.690Z] $ 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 [2025-09-03T02:39:31.303Z] $ docker top 33afcf7d1515f0c4fa987d5f7905966bc6654782118a09bf534928147db974bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:39:32.167Z] ---> job-cost.sh [2025-09-03T02:39:32.168Z] lf-activate-venv: SKIPPING [2025-09-03T02:39:32.168Z] INFO: No Stack... [2025-09-03T02:39:32.746Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-09-03T02:39:33.325Z] INFO: Archiving Costs [Pipeline] sh [2025-09-03T02:39:34.218Z] + cat /w/workspace/device-mqtt-go/201/archives/cost.csv [2025-09-03T02:39:34.219Z] + cut -d, -f6 [Pipeline] lock [2025-09-03T02:39:34.367Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [2025-09-03T02:39:34.377Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] did not exist. Created. [2025-09-03T02:39:34.382Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-03T02:39:34.738Z] /w/workspace/device-mqtt-go/201@tmp/durable-e83062ed/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-09-03T02:39:35.433Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-09-03T02:39:35.461Z] Warning: overwriting stash ‘stack-cost’ [2025-09-03T02:39:35.518Z] Stashed 1 file(s) [Pipeline] } [2025-09-03T02:39:35.532Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-03T02:39:35.565Z] $ docker stop --time=1 33afcf7d1515f0c4fa987d5f7905966bc6654782118a09bf534928147db974bf [2025-09-03T02:39:37.109Z] $ 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 [2025-09-03T02:39:37.565Z] provisioning config files... [2025-09-03T02:39:37.572Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5537379312179856257tmp [Pipeline] { [Pipeline] sh [2025-09-03T02:39:37.872Z] + set +x [2025-09-03T02:39:37.872Z] + curl -s https://codecov.io/bash [2025-09-03T02:39:37.872Z] + bash -s -- [2025-09-03T02:39:37.872Z] [2025-09-03T02:39:37.872Z] _____ _ [2025-09-03T02:39:37.872Z] / ____| | | [2025-09-03T02:39:37.872Z] | | ___ __| | ___ ___ _____ __ [2025-09-03T02:39:37.872Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-09-03T02:39:37.872Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-09-03T02:39:37.872Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-09-03T02:39:37.872Z] Bash-1.0.6 [2025-09-03T02:39:37.872Z] [2025-09-03T02:39:37.872Z] [2025-09-03T02:39:37.872Z] ==> git version 2.25.1 found [2025-09-03T02:39:37.872Z] ==> 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 [2025-09-03T02:39:37.872Z] Release-Date: 2020-01-08 [2025-09-03T02:39:37.872Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-09-03T02:39:37.872Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-09-03T02:39:37.872Z] ==> Jenkins CI detected. [2025-09-03T02:39:37.872Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2025-09-03T02:39:37.873Z] project root: . [2025-09-03T02:39:37.873Z] --> token set from env [2025-09-03T02:39:37.873Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-09-03T02:39:37.873Z] ==> Running gcov in . (disable via -X gcov) [2025-09-03T02:39:37.873Z] ==> Python coveragepy not found [2025-09-03T02:39:37.873Z] ==> Searching for coverage reports in: [2025-09-03T02:39:37.873Z] + . [2025-09-03T02:39:37.873Z] -> Found 1 reports [2025-09-03T02:39:37.873Z] ==> Detecting git/mercurial file structure [2025-09-03T02:39:37.873Z] ==> Reading reports [2025-09-03T02:39:37.873Z] + ./coverage.out bytes=21039 [2025-09-03T02:39:37.873Z] ==> Appending adjustments [2025-09-03T02:39:37.873Z] https://docs.codecov.io/docs/fixing-reports [2025-09-03T02:39:38.133Z] + Found adjustments [2025-09-03T02:39:38.133Z] ==> Gzipping contents [2025-09-03T02:39:38.133Z] 4.0K /tmp/codecov.wbgN4h.gz [2025-09-03T02:39:38.133Z] ==> Uploading reports [2025-09-03T02:39:38.133Z] url: https://codecov.io [2025-09-03T02:39:38.133Z] 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= [2025-09-03T02:39:38.133Z] -> Pinging Codecov [2025-09-03T02:39:38.133Z] 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= [2025-09-03T02:39:38.395Z] -> Uploading to [2025-09-03T02:39:38.395Z] 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 [2025-09-03T02:39:38.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-03T02:39:38.395Z] Dload Upload Total Spent Left Speed [2025-09-03T02:39:38.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3346 0 0 100 3346 0 23236 --:--:-- --:--:-- --:--:-- 23236 [2025-09-03T02:39:38.395Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] } [2025-09-03T02:39:38.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-09-03T02:39:38.642Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-09-03T02:39:38.667Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:39:38.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-03T02:39:38.981Z] [2025-09-03T02:39:38.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:39:39.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-03T02:39:39.288Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-09-03T02:39:39.288Z] 0a9a5dfd008f: Already exists [2025-09-03T02:39:39.288Z] 36466aa92d05: Already exists [2025-09-03T02:39:39.288Z] e10405b45d13: Already exists [2025-09-03T02:39:39.288Z] 096b7ceb2af7: Already exists [2025-09-03T02:39:39.288Z] 4f4fb700ef54: Already exists [2025-09-03T02:39:39.288Z] e50aa161e22a: Pulling fs layer [2025-09-03T02:39:39.288Z] d3c8db5fb9df: Pulling fs layer [2025-09-03T02:39:39.547Z] e50aa161e22a: Verifying Checksum [2025-09-03T02:39:39.547Z] e50aa161e22a: Download complete [2025-09-03T02:39:39.808Z] e50aa161e22a: Pull complete [2025-09-03T02:39:40.747Z] d3c8db5fb9df: Verifying Checksum [2025-09-03T02:39:40.747Z] d3c8db5fb9df: Download complete [2025-09-03T02:39:44.940Z] d3c8db5fb9df: Pull complete [2025-09-03T02:39:44.940Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-09-03T02:39:44.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-03T02:39:44.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:39:45.034Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:39:45.061Z] $ 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 [2025-09-03T02:39:46.111Z] $ docker top e7f347a42832aac7dd3d7c500a5de4b62791ef87b5b9a03185d90731f422d224 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:39:46.460Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo [2025-09-03T02:39:46.469Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2025-09-03T02:39:46.743Z] + set -o pipefail [2025-09-03T02:39:46.743Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2025-09-03T02:39:58.960Z] [2025-09-03T02:39:58.960Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2025-09-03T02:39:58.960Z] [2025-09-03T02:39:58.960Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/a8d5b48b-8dfc-47d0-b92f-d197df238a23 [2025-09-03T02:39:58.960Z] [2025-09-03T02:39:58.960Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-09-03T02:39:58.960Z] [2025-09-03T02:39:58.960Z] [2025-09-03T02:39:58.960Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-09-03T02:39:58.960Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-09-03T02:39:58.965Z] $ docker stop --time=1 e7f347a42832aac7dd3d7c500a5de4b62791ef87b5b9a03185d90731f422d224 [2025-09-03T02:40:01.293Z] $ 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 [2025-09-03T02:40:02.231Z] + git log --format=format:%s -1 67d472b9bba6da870f039b5b2a6b1373ade7203d [Pipeline] sh [2025-09-03T02:40:02.528Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T02:40:02.528Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:02.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:40:02.837Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:40:02.909Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:40:02.930Z] $ 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 [2025-09-03T02:40:03.195Z] $ docker top 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 -eo pid,comm [2025-09-03T02:40:03.245Z] 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). [2025-09-03T02:40:03.245Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T02:40:03.298Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T02:40:03.298Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T02:40:03.418Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T02:40:03.416Z] $ docker exec 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 ssh-agent [2025-09-03T02:40:03.537Z] SSH_AUTH_SOCK=/tmp/ssh-jXvWz9OYe2cZ/agent.31 [2025-09-03T02:40:03.537Z] SSH_AGENT_PID=37 [2025-09-03T02:40:03.541Z] Running ssh-add (command line suppressed) [2025-09-03T02:40:03.643Z] 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) [2025-09-03T02:40:03.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T02:40:03.951Z] + git semver tag [2025-09-03T02:40:04.220Z] 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') [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,184 [run_tag] DEBUG tag force:False [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,185 [check_head_tag] DEBUG check head tag [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,185 [execute] INFO git cat-file --batch-check [2025-09-03T02:40:04.220Z] 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) [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,187 [execute] INFO git cat-file --batch [2025-09-03T02:40:04.220Z] 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) [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,196 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,196 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 [2025-09-03T02:40:04.220Z] 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) [2025-09-03T02:40:04.220Z] 2025-09-03 02:40:04,199 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:04.220Z] 4.1.0-dev.6 [Pipeline] } [2025-09-03T02:40:04.484Z] $ docker exec --env ******** --env ******** 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 ssh-agent -k [2025-09-03T02:40:04.576Z] unset SSH_AUTH_SOCK; [2025-09-03T02:40:04.577Z] unset SSH_AGENT_PID; [2025-09-03T02:40:04.577Z] echo Agent pid 37 killed; [2025-09-03T02:40:04.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T02:40:04.922Z] + git semver [Pipeline] } [2025-09-03T02:40:05.497Z] $ docker stop --time=1 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 [2025-09-03T02:40:06.749Z] $ docker rm -f --volumes 97d6faa4910848623a702fd6f78be1ff78ba4ceccce3db9c95e5d9c8ec5a9fd6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:07.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T02:40:07.169Z] [2025-09-03T02:40:07.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:07.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T02:40:07.473Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-09-03T02:40:07.473Z] ab5ef0e58194: Pulling fs layer [2025-09-03T02:40:07.473Z] 9712f1f96733: Pulling fs layer [2025-09-03T02:40:07.473Z] 63f879dbbcfc: Pulling fs layer [2025-09-03T02:40:07.473Z] 0d9ebad4ef96: Pulling fs layer [2025-09-03T02:40:07.473Z] e9a5061849ea: Pulling fs layer [2025-09-03T02:40:07.473Z] d747dcd14b5f: Pulling fs layer [2025-09-03T02:40:07.473Z] 2de7ff778b66: Pulling fs layer [2025-09-03T02:40:07.473Z] 0d9ebad4ef96: Waiting [2025-09-03T02:40:07.473Z] e9a5061849ea: Waiting [2025-09-03T02:40:07.473Z] d747dcd14b5f: Waiting [2025-09-03T02:40:07.473Z] 2de7ff778b66: Waiting [2025-09-03T02:40:07.473Z] 9712f1f96733: Verifying Checksum [2025-09-03T02:40:07.473Z] 9712f1f96733: Download complete [2025-09-03T02:40:07.731Z] 63f879dbbcfc: Verifying Checksum [2025-09-03T02:40:07.731Z] 63f879dbbcfc: Download complete [2025-09-03T02:40:07.990Z] e9a5061849ea: Verifying Checksum [2025-09-03T02:40:07.990Z] e9a5061849ea: Download complete [2025-09-03T02:40:07.990Z] d747dcd14b5f: Download complete [2025-09-03T02:40:07.990Z] ab5ef0e58194: Verifying Checksum [2025-09-03T02:40:07.990Z] ab5ef0e58194: Download complete [2025-09-03T02:40:08.249Z] 0d9ebad4ef96: Verifying Checksum [2025-09-03T02:40:08.249Z] 0d9ebad4ef96: Download complete [2025-09-03T02:40:08.249Z] 2de7ff778b66: Verifying Checksum [2025-09-03T02:40:08.249Z] 2de7ff778b66: Download complete [2025-09-03T02:40:12.441Z] ab5ef0e58194: Pull complete [2025-09-03T02:40:12.441Z] 9712f1f96733: Pull complete [2025-09-03T02:40:12.700Z] 63f879dbbcfc: Pull complete [2025-09-03T02:40:19.259Z] 0d9ebad4ef96: Pull complete [2025-09-03T02:40:19.259Z] e9a5061849ea: Pull complete [2025-09-03T02:40:19.259Z] d747dcd14b5f: Pull complete [2025-09-03T02:40:20.195Z] 2de7ff778b66: Pull complete [2025-09-03T02:40:20.196Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-09-03T02:40:20.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T02:40:20.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:40:20.361Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:40:20.446Z] $ 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 [2025-09-03T02:40:22.959Z] $ docker top 2ac02ad09e193919d33ae8326fb2c63be33f409122db9a86207d43a88a879e9c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-09-03T02:40:23.049Z] provisioning config files... [2025-09-03T02:40:23.266Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config903337059585401715tmp [2025-09-03T02:40:23.279Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13130227094190572979tmp [2025-09-03T02:40:23.288Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15091048236114136923tmp [Pipeline] { [Pipeline] echo [2025-09-03T02:40:23.319Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:23.623Z] ---> sigul-configuration.sh [2025-09-03T02:40:23.623Z] gpg: directory `/root/.gnupg' created [2025-09-03T02:40:23.623Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-09-03T02:40:23.623Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-09-03T02:40:23.623Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-09-03T02:40:23.623Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-09-03T02:40:23.623Z] gpg: CAST5 encrypted data [2025-09-03T02:40:23.623Z] gpg: encrypted with 1 passphrase [2025-09-03T02:40:23.623Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-09-03T02:40:23.920Z] + mkdir /home/jenkins [2025-09-03T02:40:23.920Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-09-03T02:40:24.216Z] + 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 [2025-09-03T02:40:24.230Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:24.522Z] ---> sigul-install.sh [2025-09-03T02:40:24.522Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-09-03T02:40:24.813Z] + git tag --list [2025-09-03T02:40:24.813Z] 0.7.1 [2025-09-03T02:40:24.813Z] v1.0.0 [2025-09-03T02:40:24.813Z] v1.1.0 [2025-09-03T02:40:24.813Z] v1.1.1 [2025-09-03T02:40:24.813Z] v1.2.2 [2025-09-03T02:40:24.813Z] v1.3.0 [2025-09-03T02:40:24.813Z] v1.3.1 [2025-09-03T02:40:24.813Z] v2.0.0 [2025-09-03T02:40:24.813Z] v2.1.0 [2025-09-03T02:40:24.813Z] v2.1.1 [2025-09-03T02:40:24.813Z] v2.2.0 [2025-09-03T02:40:24.813Z] v2.3.0 [2025-09-03T02:40:24.813Z] v3.0 [2025-09-03T02:40:24.813Z] v3.0.0 [2025-09-03T02:40:24.813Z] v3.1 [2025-09-03T02:40:24.813Z] v3.1.0 [2025-09-03T02:40:24.813Z] v3.1.1 [2025-09-03T02:40:24.813Z] v4.0 [2025-09-03T02:40:24.813Z] v4.0.0 [2025-09-03T02:40:24.813Z] v4.1.0-dev.1 [2025-09-03T02:40:24.813Z] v4.1.0-dev.2 [2025-09-03T02:40:24.813Z] v4.1.0-dev.3 [2025-09-03T02:40:24.813Z] v4.1.0-dev.4 [2025-09-03T02:40:24.813Z] v4.1.0-dev.5 [2025-09-03T02:40:24.813Z] v4.1.0-dev.6 [Pipeline] sh [2025-09-03T02:40:25.107Z] + lftools sign git-tag v4.1.0-dev.6 [2025-09-03T02:40:25.676Z] Signing Git tag with Sigul... [2025-09-03T02:40:25.676Z] Signing v4.1.0-dev.6 [Pipeline] echo [2025-09-03T02:40:26.627Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:26.938Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-09-03T02:40:26.946Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-09-03T02:40:27.000Z] $ docker stop --time=1 2ac02ad09e193919d33ae8326fb2c63be33f409122db9a86207d43a88a879e9c [2025-09-03T02:40:28.281Z] $ 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 [2025-09-03T02:40:28.728Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T02:40:28.728Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:29.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:40:29.032Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:40:29.099Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:40:29.125Z] $ 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 [2025-09-03T02:40:29.382Z] $ docker top ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f -eo pid,comm [2025-09-03T02:40:29.436Z] 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). [2025-09-03T02:40:29.436Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T02:40:29.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T02:40:29.490Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T02:40:29.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T02:40:29.599Z] $ docker exec ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f ssh-agent [2025-09-03T02:40:29.716Z] SSH_AUTH_SOCK=/tmp/ssh-y562joekT9tE/agent.33 [2025-09-03T02:40:29.716Z] SSH_AGENT_PID=39 [2025-09-03T02:40:29.720Z] Running ssh-add (command line suppressed) [2025-09-03T02:40:29.809Z] 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) [2025-09-03T02:40:29.827Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T02:40:30.120Z] + git semver bump pre [2025-09-03T02:40:30.378Z] 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') [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,349 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,350 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,350 [bump_version] DEBUG bumped version:4.1.0-dev.7 [2025-09-03T02:40:30.378Z] 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 [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,350 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,350 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,352 [execute] INFO git cat-file --batch-check [2025-09-03T02:40:30.378Z] 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) [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,357 [execute] INFO git cat-file --batch [2025-09-03T02:40:30.378Z] 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) [2025-09-03T02:40:30.378Z] 2025-09-03 02:40:30,360 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:30.378Z] 4.1.0-dev.7 [Pipeline] } [2025-09-03T02:40:30.641Z] $ docker exec --env ******** --env ******** ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f ssh-agent -k [2025-09-03T02:40:30.730Z] unset SSH_AUTH_SOCK; [2025-09-03T02:40:30.730Z] unset SSH_AGENT_PID; [2025-09-03T02:40:30.730Z] echo Agent pid 39 killed; [2025-09-03T02:40:30.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T02:40:31.062Z] + git semver [Pipeline] } [2025-09-03T02:40:31.637Z] $ docker stop --time=1 ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f [2025-09-03T02:40:32.927Z] $ docker rm -f --volumes ee183ceafd57ff3c77fa627c66890d69d1ea952eb495b5da6b3e0a620bba278f [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T02:40:33.446Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T02:40:33.446Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:33.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T02:40:33.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:40:33.828Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:40:33.852Z] $ 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 [2025-09-03T02:40:34.077Z] $ docker top 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc -eo pid,comm [2025-09-03T02:40:34.125Z] 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). [2025-09-03T02:40:34.125Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T02:40:34.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T02:40:34.182Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T02:40:34.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T02:40:34.291Z] $ docker exec 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc ssh-agent [2025-09-03T02:40:34.405Z] SSH_AUTH_SOCK=/tmp/ssh-2l9mhpiQnkoQ/agent.33 [2025-09-03T02:40:34.405Z] SSH_AGENT_PID=39 [2025-09-03T02:40:34.410Z] Running ssh-add (command line suppressed) [2025-09-03T02:40:34.507Z] 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) [2025-09-03T02:40:34.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T02:40:34.813Z] + git semver push [2025-09-03T02:40:35.071Z] 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') [2025-09-03T02:40:35.071Z] 2025-09-03 02:40:35,030 [run_push] DEBUG push [2025-09-03T02:40:35.071Z] 2025-09-03 02:40:35,031 [execute] INFO git cat-file --batch-check [2025-09-03T02:40:35.071Z] 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) [2025-09-03T02:40:35.071Z] 2025-09-03 02:40:35,033 [execute] INFO git rev-list 09ca7ae01df2b2242f58aee1c765766123da09f4 -- [2025-09-03T02:40:35.071Z] 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) [2025-09-03T02:40:35.071Z] 2025-09-03 02:40:35,042 [execute] INFO git fetch -v -- origin [2025-09-03T02:40:35.071Z] 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) [2025-09-03T02:40:35.639Z] 2025-09-03 02:40:35,491 [run_push] DEBUG no remote changes detected [2025-09-03T02:40:35.639Z] 2025-09-03 02:40:35,491 [execute] INFO git push origin semver [2025-09-03T02:40:35.639Z] 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) [2025-09-03T02:40:36.207Z] 2025-09-03 02:40:36,175 [run_push] DEBUG push all version tags [2025-09-03T02:40:36.207Z] 2025-09-03 02:40:36,175 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-09-03T02:40:36.207Z] 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) [2025-09-03T02:40:37.147Z] 2025-09-03 02:40:36,783 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-09-03T02:40:37.147Z] 4.1.0-dev.7 [Pipeline] } [2025-09-03T02:40:37.151Z] $ docker exec --env ******** --env ******** 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc ssh-agent -k [2025-09-03T02:40:37.253Z] unset SSH_AUTH_SOCK; [2025-09-03T02:40:37.253Z] unset SSH_AGENT_PID; [2025-09-03T02:40:37.253Z] echo Agent pid 39 killed; [2025-09-03T02:40:37.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T02:40:37.591Z] + git semver [Pipeline] } [2025-09-03T02:40:37.859Z] $ docker stop --time=1 758da62e286f2623bab758b45bc868b51a4b6692b2b241520f5ca9b72d02cbfc [2025-09-03T02:40:39.162Z] $ 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 [2025-09-03T02:40:39.773Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2025-09-03T02:40:39.773Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-09-03T02:40:39.773Z] total 16 [2025-09-03T02:40:39.773Z] drwxr-xr-x 3 root root 4096 Sep 3 02:27 . [2025-09-03T02:40:39.773Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 02:40 .. [2025-09-03T02:40:39.773Z] drwxr-xr-x 2 root root 4096 Sep 3 02:27 cost [2025-09-03T02:40:39.773Z] -rw-r--r-- 1 root root 86 Sep 3 02:27 cost.csv [2025-09-03T02:40:39.773Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-09-03T02:40:39.773Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-09-03T02:40:39.773Z] total 16 [2025-09-03T02:40:39.773Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 02:27 . [2025-09-03T02:40:39.773Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 02:40 .. [2025-09-03T02:40:39.773Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 02:27 cost [2025-09-03T02:40:39.773Z] -rw-r--r-- 1 jenkins jenkins 86 Sep 3 02:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:40.064Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:40.922Z] ---> package-listing.sh [2025-09-03T02:40:40.922Z] ++ facter osfamily [2025-09-03T02:40:40.922Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-03T02:40:41.181Z] + OS_FAMILY=debian [2025-09-03T02:40:41.181Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2025-09-03T02:40:41.181Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-03T02:40:41.181Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-03T02:40:41.181Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-03T02:40:41.181Z] + PACKAGES=/tmp/packages_start.txt [2025-09-03T02:40:41.181Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-09-03T02:40:41.181Z] + PACKAGES=/tmp/packages_end.txt [2025-09-03T02:40:41.181Z] + case "${OS_FAMILY}" in [2025-09-03T02:40:41.181Z] + dpkg -l [2025-09-03T02:40:41.181Z] + grep '^ii' [2025-09-03T02:40:41.181Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-03T02:40:41.181Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-03T02:40:41.181Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-03T02:40:41.181Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-09-03T02:40:41.181Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2025-09-03T02:40:41.181Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2025-09-03T02:40:41.191Z] 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 [2025-09-03T02:40:41.467Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T02:40:42.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T02:40:42.038Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T02:40:42.120Z] prd-ubuntu20.04-docker-8c-8g-8194 does not seem to be running inside a container [2025-09-03T02:40:42.142Z] $ 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 [2025-09-03T02:40:42.363Z] $ docker top dd59f2152861a0cf0346f6669db0d48d9559e404e213f44ff08466d76de83170 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T02:40:42.713Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-03T02:40:42.997Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-03T02:40:43.279Z] + ls /var/log/sa-host [2025-09-03T02:40:43.279Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T02:40:43.317Z] provisioning config files... [2025-09-03T02:40:43.328Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12432478861656382018tmp [Pipeline] { [Pipeline] echo [2025-09-03T02:40:43.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:43.636Z] ---> create-netrc.sh [Pipeline] } [2025-09-03T02:40:43.642Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:43.957Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-03T02:40:43.966Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:44.246Z] ---> sudo-logs.sh [2025-09-03T02:40:44.246Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-09-03T02:40:44.281Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:44.563Z] ---> job-cost.sh [2025-09-03T02:40:44.563Z] lf-activate-venv: SKIPPING [2025-09-03T02:40:44.563Z] DEBUG: total: 0.2199999988079071 [2025-09-03T02:40:44.563Z] INFO: Retrieving Stack Cost... [2025-09-03T02:40:44.823Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T02:40:45.082Z] INFO: Archiving Costs [Pipeline] echo [2025-09-03T02:40:45.356Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T02:40:45.638Z] ---> logs-deploy.sh [2025-09-03T02:40:45.638Z] lf-activate-venv: SKIPPING [2025-09-03T02:40:45.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/201 [2025-09-03T02:40:45.638Z] INFO: archiving workspace using pattern(s): [2025-09-03T02:40:46.575Z] Archives upload complete. [2025-09-03T02:40:46.575Z] INFO: archiving logs to Nexus