Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fe4f556c946f4493b6493c09fb17b56dde351f31 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-ssh7267488393523340820.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3627429934624747885.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh5671157924595578132.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11368244726986160046.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-ssh7360439557274931667.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-4839’ Running on prd-ubuntu20.04-docker-8c-8g-4847 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 fe4f556c946f4493b6493c09fb17b56dde351f31 (main) > 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 fe4f556c946f4493b6493c09fb17b56dde351f31 # timeout=10 Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#744)" > git rev-list --no-walk cd3c9672bc7e677ee544375ab4ea4dc728bfac3d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-09T10:53:13.821Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-09T10:53:13.897Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-09T10:53:13.922Z] ========================================================= [2025-07-09T10:53:13.922Z] EdgeX Global Pipelines Version Info [2025-07-09T10:53:13.922Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:14.641Z] ------------------- [2025-07-09T10:53:14.641Z] stable info: [2025-07-09T10:53:14.641Z] ------------------- [2025-07-09T10:53:14.641Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-09T10:53:14.641Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-09T10:53:14.641Z] Message: update stable to v1.0.274 [2025-07-09T10:53:15.210Z] ------------------- [2025-07-09T10:53:15.210Z] experimental info: [2025-07-09T10:53:15.210Z] ------------------- [2025-07-09T10:53:15.210Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-09T10:53:15.210Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-09T10:53:15.210Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-09T10:53:15.296Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2025-07-09T10:53:15.318Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2025-07-09T10:53:15.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-09T10:53:15.369Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-09T10:53:15.398Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-09T10:53:15.427Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-09T10:53:15.450Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-09T10:53:15.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-09T10:53:15.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-09T10:53:15.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-09T10:53:15.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-09T10:53:15.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2025-07-09T10:53:15.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-09T10:53:15.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-09T10:53:15.654Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-09T10:53:15.682Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-09T10:53:15.708Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-09T10:53:15.733Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-09T10:53:15.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-09T10:53:15.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-09T10:53:15.823Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-09T10:53:15.853Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-09T10:53:15.879Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-09T10:53:15.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-09T10:53:15.931Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-09T10:53:15.952Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-09T10:53:15.979Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-09T10:53:16.005Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-09T10:53:16.030Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-09T10:53:16.052Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-09T10:53:16.077Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo [2025-07-09T10:53:16.099Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe4f556 [Pipeline] echo [2025-07-09T10:53:16.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:53:16.190Z] provisioning config files... [2025-07-09T10:53:16.204Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1037354917541088907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:16.603Z] ---> ****-login.sh [2025-07-09T10:53:16.604Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:53:16.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:16.604Z] [2025-07-09T10:53:16.604Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:16.604Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:16.604Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:16.604Z] [2025-07-09T10:53:16.604Z] Login Succeeded [2025-07-09T10:53:16.604Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:53:16.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:16.891Z] [2025-07-09T10:53:16.891Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:16.891Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:16.891Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:16.891Z] [2025-07-09T10:53:16.891Z] Login Succeeded [2025-07-09T10:53:16.891Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:53:16.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:16.891Z] [2025-07-09T10:53:16.891Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:16.892Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:16.892Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:16.892Z] [2025-07-09T10:53:16.892Z] Login Succeeded [2025-07-09T10:53:16.892Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:53:16.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:17.150Z] [2025-07-09T10:53:17.150Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:17.151Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:17.151Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:17.151Z] [2025-07-09T10:53:17.151Z] Login Succeeded [2025-07-09T10:53:17.151Z] ****.io [2025-07-09T10:53:17.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:17.151Z] [2025-07-09T10:53:17.151Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:17.151Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:17.151Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:17.151Z] [2025-07-09T10:53:17.151Z] Login Succeeded [2025-07-09T10:53:17.151Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:53:17.158Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-09T10:53:17.565Z] + git rev-list -1 --merges fe4f556c946f4493b6493c09fb17b56dde351f31~1..fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo [2025-07-09T10:53:17.595Z] -----------> git rev-list -1 --merges fe4f556c946f4493b6493c09fb17b56dde351f31~1..fe4f556c946f4493b6493c09fb17b56dde351f31 fe4f556c946f4493b6493c09fb17b56dde351f31 [false] [Pipeline] sh [2025-07-09T10:53:17.893Z] + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo [2025-07-09T10:53:17.909Z] ========================================================= [2025-07-09T10:53:17.909Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-09T10:53:17.909Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T10:53:18.246Z] + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo [2025-07-09T10:53:18.257Z] [semverPrep] GIT_COMMIT: fe4f556c946f4493b6493c09fb17b56dde351f31, Commit Message: build: Upgrade SDK to v4.1.0-dev.21 (#744) [Pipeline] echo [2025-07-09T10:53:18.273Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-09T10:53:18.652Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T10:53:18.652Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-09T10:53:18.652Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-09T10:53:18.652Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-09T10:53:18.652Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-09T10:53:18.652Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-09T10:53:18.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:53:19.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:19.008Z] [2025-07-09T10:53:19.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:53:19.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:19.327Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-09T10:53:19.327Z] 3dae71ba6b94: Pulling fs layer [2025-07-09T10:53:19.327Z] 6bf1a483ea7c: Pulling fs layer [2025-07-09T10:53:19.327Z] f5dfc541a4d3: Pulling fs layer [2025-07-09T10:53:19.327Z] 461d9e800cba: Pulling fs layer [2025-07-09T10:53:19.327Z] 80192f66455f: Pulling fs layer [2025-07-09T10:53:19.327Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-09T10:53:19.327Z] a29436f7fd5d: Pulling fs layer [2025-07-09T10:53:19.327Z] 923cac83aea3: Pulling fs layer [2025-07-09T10:53:19.327Z] 25ad8b0a4227: Pulling fs layer [2025-07-09T10:53:19.327Z] db01528c6b51: Pulling fs layer [2025-07-09T10:53:19.327Z] 28988de357af: Pulling fs layer [2025-07-09T10:53:19.327Z] 80192f66455f: Waiting [2025-07-09T10:53:19.327Z] 2e8e34ca0e6c: Waiting [2025-07-09T10:53:19.327Z] a29436f7fd5d: Waiting [2025-07-09T10:53:19.327Z] 923cac83aea3: Waiting [2025-07-09T10:53:19.327Z] 25ad8b0a4227: Waiting [2025-07-09T10:53:19.327Z] db01528c6b51: Waiting [2025-07-09T10:53:19.327Z] 28988de357af: Waiting [2025-07-09T10:53:19.327Z] 461d9e800cba: Waiting [2025-07-09T10:53:19.327Z] 6bf1a483ea7c: Verifying Checksum [2025-07-09T10:53:19.327Z] 6bf1a483ea7c: Download complete [2025-07-09T10:53:19.327Z] 461d9e800cba: Verifying Checksum [2025-07-09T10:53:19.327Z] 461d9e800cba: Download complete [2025-07-09T10:53:19.327Z] 80192f66455f: Verifying Checksum [2025-07-09T10:53:19.327Z] 80192f66455f: Download complete [2025-07-09T10:53:19.586Z] f5dfc541a4d3: Verifying Checksum [2025-07-09T10:53:19.587Z] f5dfc541a4d3: Download complete [2025-07-09T10:53:19.587Z] 3dae71ba6b94: Verifying Checksum [2025-07-09T10:53:19.587Z] 3dae71ba6b94: Download complete [2025-07-09T10:53:19.587Z] 923cac83aea3: Verifying Checksum [2025-07-09T10:53:19.587Z] 923cac83aea3: Download complete [2025-07-09T10:53:19.587Z] 25ad8b0a4227: Verifying Checksum [2025-07-09T10:53:19.587Z] 25ad8b0a4227: Download complete [2025-07-09T10:53:19.587Z] db01528c6b51: Download complete [2025-07-09T10:53:19.845Z] 28988de357af: Verifying Checksum [2025-07-09T10:53:19.845Z] 28988de357af: Download complete [2025-07-09T10:53:19.845Z] a29436f7fd5d: Verifying Checksum [2025-07-09T10:53:19.845Z] a29436f7fd5d: Download complete [2025-07-09T10:53:20.411Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-09T10:53:20.411Z] 2e8e34ca0e6c: Download complete [2025-07-09T10:53:20.980Z] 3dae71ba6b94: Pull complete [2025-07-09T10:53:20.980Z] 6bf1a483ea7c: Pull complete [2025-07-09T10:53:21.546Z] f5dfc541a4d3: Pull complete [2025-07-09T10:53:21.547Z] 461d9e800cba: Pull complete [2025-07-09T10:53:21.547Z] 80192f66455f: Pull complete [2025-07-09T10:53:24.825Z] 2e8e34ca0e6c: Pull complete [2025-07-09T10:53:25.389Z] a29436f7fd5d: Pull complete [2025-07-09T10:53:25.389Z] 923cac83aea3: Pull complete [2025-07-09T10:53:25.389Z] 25ad8b0a4227: Pull complete [2025-07-09T10:53:25.389Z] db01528c6b51: Pull complete [2025-07-09T10:53:25.649Z] 28988de357af: Pull complete [2025-07-09T10:53:25.649Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-09T10:53:25.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:25.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:53:25.795Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T10:53:25.824Z] $ 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-07-09T10:53:28.487Z] $ docker top 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 -eo pid,comm [2025-07-09T10:53:28.530Z] 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-07-09T10:53:28.530Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T10:53:28.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T10:53:28.588Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T10:53:28.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T10:53:28.696Z] $ docker exec 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent [2025-07-09T10:53:28.803Z] SSH_AUTH_SOCK=/tmp/ssh-XxQEHUu5tX25/agent.31 [2025-07-09T10:53:28.803Z] SSH_AGENT_PID=37 [2025-07-09T10:53:28.809Z] Running ssh-add (command line suppressed) [2025-07-09T10:53:28.901Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6157206214049646429.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6157206214049646429.key) [2025-07-09T10:53:28.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T10:53:29.200Z] + git tag --points-at HEAD [Pipeline] } [2025-07-09T10:53:29.209Z] $ docker exec --env ******** --env ******** 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent -k [2025-07-09T10:53:29.306Z] unset SSH_AUTH_SOCK; [2025-07-09T10:53:29.306Z] unset SSH_AGENT_PID; [2025-07-09T10:53:29.306Z] echo Agent pid 37 killed; [2025-07-09T10:53:29.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-09T10:53:29.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T10:53:29.364Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T10:53:29.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T10:53:29.462Z] $ docker exec 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent [2025-07-09T10:53:29.568Z] SSH_AUTH_SOCK=/tmp/ssh-xpCh0vmtrmKA/agent.70 [2025-07-09T10:53:29.568Z] SSH_AGENT_PID=76 [2025-07-09T10:53:29.572Z] Running ssh-add (command line suppressed) [2025-07-09T10:53:29.661Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_18031259962651460222.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_18031259962651460222.key) [2025-07-09T10:53:29.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T10:53:29.964Z] + git semver init [2025-07-09T10:53:30.222Z] 2025-07-09 10:53:30,168 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T10:53:30.222Z] 2025-07-09 10:53:30,172 [run_init] DEBUG init version:0.0.0 force:False [2025-07-09T10:53:30.222Z] 2025-07-09 10:53:30,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2025-07-09T10:53:30.222Z] 2025-07-09 10:53:30,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2025-07-09T10:53:30.222Z] 2025-07-09 10:53:30,174 [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-07-09T10:53:31.605Z] 2025-07-09 10:53:31,490 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2025-07-09T10:53:31.605Z] 2025-07-09 10:53:31,491 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2025-07-09T10:53:31.605Z] 2025-07-09 10:53:31,491 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T10:53:31.605Z] 2025-07-09 10:53:31,491 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T10:53:31.605Z] 4.1.0-dev.1 [Pipeline] } [2025-07-09T10:53:31.612Z] $ docker exec --env ******** --env ******** 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent -k [2025-07-09T10:53:31.728Z] unset SSH_AUTH_SOCK; [2025-07-09T10:53:31.729Z] unset SSH_AGENT_PID; [2025-07-09T10:53:31.729Z] echo Agent pid 76 killed; [2025-07-09T10:53:31.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T10:53:32.073Z] + git semver [Pipeline] } [2025-07-09T10:53:32.341Z] $ docker stop --time=1 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 [2025-07-09T10:53:33.614Z] $ docker rm -f --volumes 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T10:53:33.957Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-09T10:53:34.168Z] Stashed 1 file(s) [Pipeline] echo [2025-07-09T10:53:34.172Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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-07-09T10:53:34.350Z] provisioning config files... [2025-07-09T10:53:34.359Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3834293997349949463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:34.663Z] ---> ****-login.sh [2025-07-09T10:53:34.663Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:53:34.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:34.663Z] Login Succeeded [2025-07-09T10:53:34.663Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:53:34.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:34.663Z] Login Succeeded [2025-07-09T10:53:34.663Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:53:34.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:34.930Z] Login Succeeded [2025-07-09T10:53:34.930Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:53:34.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:34.930Z] Login Succeeded [2025-07-09T10:53:34.931Z] ****.io [2025-07-09T10:53:34.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:35.192Z] Login Succeeded [2025-07-09T10:53:35.192Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:53:35.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-09T10:53:35.360Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:53:35.387Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:53:35.408Z] ========================================================= [2025-07-09T10:53:35.408Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-09T10:53:35.408Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:53:35.738Z] + 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-07-09T10:53:36.305Z] #0 building with "default" instance using docker driver [2025-07-09T10:53:36.305Z] [2025-07-09T10:53:36.305Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:53:36.305Z] #1 transferring dockerfile: 1.84kB done [2025-07-09T10:53:36.305Z] #1 DONE 0.0s [2025-07-09T10:53:36.305Z] [2025-07-09T10:53:36.305Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-09T10:53:36.305Z] #2 DONE 0.1s [2025-07-09T10:53:36.566Z] [2025-07-09T10:53:36.566Z] #3 [internal] load .dockerignore [2025-07-09T10:53:36.566Z] #3 transferring context: 182B done [2025-07-09T10:53:36.566Z] #3 DONE 0.0s [2025-07-09T10:53:36.566Z] [2025-07-09T10:53:36.566Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-09T10:53:36.566Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-09T10:53:36.566Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-09T10:53:36.566Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s [2025-07-09T10:53:36.566Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-09T10:53:36.566Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 1.05MB / 74.06MB 0.1s [2025-07-09T10:53:36.566Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-07-09T10:53:36.566Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-09T10:53:36.566Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-09T10:53:36.566Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-09T10:53:36.566Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 9.44MB / 74.06MB 0.2s [2025-07-09T10:53:36.566Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-09T10:53:36.566Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-09T10:53:36.566Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-09T10:53:36.566Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0B / 2.38MB 0.2s [2025-07-09T10:53:36.566Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0B / 100.52MB 0.2s [2025-07-09T10:53:36.566Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-09T10:53:36.826Z] #4 ... [2025-07-09T10:53:36.826Z] [2025-07-09T10:53:36.826Z] #5 [internal] load build context [2025-07-09T10:53:36.826Z] #5 transferring context: 30.62MB 0.2s done [2025-07-09T10:53:36.826Z] #5 DONE 0.3s [2025-07-09T10:53:36.826Z] [2025-07-09T10:53:36.827Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-09T10:53:36.827Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 20.97MB / 74.06MB 0.3s [2025-07-09T10:53:36.827Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-09T10:53:36.827Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-09T10:53:36.827Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-07-09T10:53:36.827Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s [2025-07-09T10:53:36.827Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.4s [2025-07-09T10:53:36.827Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 2.10MB / 13.29MB 0.4s [2025-07-09T10:53:36.827Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-07-09T10:53:37.089Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.6s [2025-07-09T10:53:37.089Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 27.26MB / 100.52MB 0.6s [2025-07-09T10:53:37.089Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s [2025-07-09T10:53:37.354Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s [2025-07-09T10:53:37.354Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 51.38MB / 100.52MB 0.8s [2025-07-09T10:53:37.354Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s done [2025-07-09T10:53:37.354Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.9s done [2025-07-09T10:53:37.354Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 67.11MB / 100.52MB 0.9s [2025-07-09T10:53:37.354Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-09T10:53:37.614Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 85.98MB / 100.52MB 1.0s [2025-07-09T10:53:37.614Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s [2025-07-09T10:53:37.872Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done [2025-07-09T10:53:41.152Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.6s done [2025-07-09T10:53:41.411Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-09T10:53:41.411Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-09T10:53:41.411Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-09T10:53:41.411Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-09T10:53:41.411Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-09T10:53:41.670Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-09T10:53:41.670Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-09T10:53:43.571Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.9s done [2025-07-09T10:53:43.571Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-09T10:53:44.137Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.4s done [2025-07-09T10:53:44.137Z] #4 DONE 7.5s [2025-07-09T10:53:44.137Z] [2025-07-09T10:53:44.137Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-09T10:53:44.137Z] #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:53:44.395Z] #6 0.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:53:44.653Z] #6 0.684 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-09T10:53:44.921Z] #6 0.691 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-09T10:53:44.921Z] #6 0.696 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-09T10:53:44.921Z] #6 0.720 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-09T10:53:44.921Z] #6 0.730 Executing busybox-1.36.1-r29.trigger [2025-07-09T10:53:44.921Z] #6 0.739 OK: 252 MiB in 62 packages [2025-07-09T10:53:47.471Z] #6 DONE 3.5s [2025-07-09T10:53:47.731Z] [2025-07-09T10:53:47.731Z] #7 [builder 3/7] WORKDIR /device-mqtt-go [2025-07-09T10:53:47.731Z] #7 DONE 0.0s [2025-07-09T10:53:47.731Z] [2025-07-09T10:53:47.731Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-09T10:53:47.731Z] #8 DONE 0.0s [2025-07-09T10:53:47.731Z] [2025-07-09T10:53:47.731Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:53:49.309Z] Still waiting to schedule task [2025-07-09T10:53:49.309Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-09T10:54:34.413Z] #9 DONE 40.9s [2025-07-09T10:54:34.413Z] [2025-07-09T10:54:34.413Z] #10 [builder 6/7] COPY . . [2025-07-09T10:54:34.413Z] #10 DONE 0.2s [2025-07-09T10:54:34.413Z] [2025-07-09T10:54:34.413Z] #11 [builder 7/7] RUN echo noop [2025-07-09T10:54:34.413Z] #11 0.185 noop [2025-07-09T10:54:34.413Z] #11 DONE 0.2s [2025-07-09T10:54:34.413Z] [2025-07-09T10:54:34.413Z] #12 exporting to image [2025-07-09T10:54:34.413Z] #12 exporting layers [2025-07-09T10:54:35.347Z] #12 exporting layers 6.5s done [2025-07-09T10:54:35.347Z] #12 writing image sha256:6865df5726c1c9fcf63f86dbd00768b0a3181a0a9391c972a7be9356763db5c2 done [2025-07-09T10:54:35.347Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-09T10:54:35.347Z] #12 DONE 6.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:54:35.692Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-09T10:54:35.692Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:54:35.780Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T10:54:35.809Z] $ 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-07-09T10:54:36.118Z] $ docker top d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:54:36.468Z] + go version [2025-07-09T10:54:36.468Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-09T10:54:36.476Z] $ docker stop --time=1 d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a [2025-07-09T10:54:37.724Z] $ docker rm -f --volumes d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:54:38.174Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-09T10:54:38.174Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:54:38.252Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T10:54:38.277Z] $ 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-07-09T10:54:38.518Z] $ docker top a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:54:38.874Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-09T10:54:39.174Z] + make test [2025-07-09T10:54:39.174Z] go test ./... -coverprofile=coverage.out ./... [2025-07-09T10:54:40.550Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2025-07-09T10:54:58.663Z] github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements [2025-07-09T10:54:58.663Z] github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements [2025-07-09T10:54:58.663Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 22.8% of statements [2025-07-09T10:55:06.772Z] go vet ./... [2025-07-09T10:55:12.028Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-09T10:55:12.028Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-09T10:55:12.028Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-09T10:55:12.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-09T10:55:12.050Z] $ docker stop --time=1 a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa [2025-07-09T10:55:14.880Z] $ docker rm -f --volumes a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T10:55:15.404Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-09T10:55:15.447Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-09T10:55:15.902Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-09T10:55:16.181Z] + ls -al . [2025-07-09T10:55:16.181Z] total 252 [2025-07-09T10:55:16.181Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 9 10:54 . [2025-07-09T10:55:16.181Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:53 .. [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 9 10:53 .dockerignore [2025-07-09T10:55:16.181Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:54 .git [2025-07-09T10:55:16.181Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 .github [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 9 10:53 .gitignore [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 9 10:53 .golangci.yml [2025-07-09T10:55:16.181Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:53 .semver [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 19745 Jul 9 10:53 Attribution.txt [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 19382 Jul 9 10:53 CHANGELOG.md [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 1803 Jul 9 10:53 Dockerfile [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 9 10:53 GOVERNANCE.md [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 9 10:53 Jenkinsfile [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 9 10:53 LICENSE [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 2545 Jul 9 10:53 Makefile [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 9 10:53 OWNERS.md [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jul 9 10:53 README.md [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION [2025-07-09T10:55:16.181Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:53 bin [2025-07-09T10:55:16.181Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 cmd [2025-07-09T10:55:16.181Z] -rw-r--r-- 1 jenkins jenkins 21039 Jul 9 10:54 coverage.out [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 6203 Jul 9 10:53 go.mod [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 9 10:53 go.sum [2025-07-09T10:55:16.181Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 internal [2025-07-09T10:55:16.181Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:53 mock [2025-07-09T10:55:16.181Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 9 10:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:16.499Z] + 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=fe4f556c946f4493b6493c09fb17b56dde351f31 --label arch=amd64 --label version=4.1.0-dev.1 . [2025-07-09T10:55:16.758Z] #0 building with "default" instance using docker driver [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:55:16.758Z] #1 transferring dockerfile: 1.84kB done [2025-07-09T10:55:16.758Z] #1 DONE 0.0s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-09T10:55:16.758Z] #2 DONE 0.0s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-09T10:55:16.758Z] #3 DONE 0.1s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #4 [internal] load .dockerignore [2025-07-09T10:55:16.758Z] #4 transferring context: 182B done [2025-07-09T10:55:16.758Z] #4 DONE 0.0s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #5 [internal] load build context [2025-07-09T10:55:16.758Z] #5 transferring context: 33.79kB 0.0s done [2025-07-09T10:55:16.758Z] #5 DONE 0.0s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-09T10:55:16.758Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-09T10:55:16.758Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-09T10:55:16.758Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-09T10:55:16.758Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-09T10:55:16.758Z] #6 DONE 0.1s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-09T10:55:16.758Z] #7 DONE 0.1s [2025-07-09T10:55:16.758Z] [2025-07-09T10:55:16.758Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-09T10:55:17.016Z] #8 0.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:17.016Z] #8 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:17.272Z] #8 0.524 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-09T10:55:17.272Z] #8 0.529 Executing busybox-1.36.1-r29.trigger [2025-07-09T10:55:17.272Z] #8 0.534 OK: 8 MiB in 15 packages [2025-07-09T10:55:17.272Z] #8 DONE 0.6s [2025-07-09T10:55:17.272Z] [2025-07-09T10:55:17.272Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-09T10:55:17.272Z] #9 0.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:17.272Z] #9 0.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:17.528Z] #9 0.700 OK: 252 MiB in 62 packages [2025-07-09T10:55:17.528Z] #9 DONE 0.8s [2025-07-09T10:55:17.528Z] [2025-07-09T10:55:17.528Z] #10 [builder 3/7] WORKDIR /device-mqtt-go [2025-07-09T10:55:17.528Z] #10 DONE 0.0s [2025-07-09T10:55:17.528Z] [2025-07-09T10:55:17.528Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-09T10:55:17.528Z] #11 DONE 0.0s [2025-07-09T10:55:17.528Z] [2025-07-09T10:55:17.528Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:55:18.459Z] #12 DONE 0.4s [2025-07-09T10:55:18.459Z] [2025-07-09T10:55:18.459Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-09T10:55:18.459Z] #13 0.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:18.459Z] #13 0.382 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:18.459Z] #13 0.632 OK: 8 MiB in 15 packages [2025-07-09T10:55:18.459Z] #13 DONE 0.7s [2025-07-09T10:55:18.459Z] [2025-07-09T10:55:18.459Z] #14 [builder 6/7] COPY . . [2025-07-09T10:55:18.459Z] #14 DONE 0.3s [2025-07-09T10:55:18.459Z] [2025-07-09T10:55:18.459Z] #15 [builder 7/7] RUN make build [2025-07-09T10:55:18.715Z] #15 0.285 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2025-07-09T10:55:40.801Z] #15 DONE 22.1s [2025-07-09T10:55:40.801Z] [2025-07-09T10:55:40.801Z] #16 [stage-1 4/6] COPY --from=builder /device-mqtt-go/cmd / [2025-07-09T10:55:40.801Z] #16 DONE 0.2s [2025-07-09T10:55:40.801Z] [2025-07-09T10:55:40.801Z] #17 [stage-1 5/6] COPY --from=builder /device-mqtt-go/LICENSE / [2025-07-09T10:55:40.801Z] #17 DONE 0.0s [2025-07-09T10:55:40.801Z] [2025-07-09T10:55:40.801Z] #18 [stage-1 6/6] COPY --from=builder /device-mqtt-go/Attribution.txt / [2025-07-09T10:55:40.801Z] #18 DONE 0.0s [2025-07-09T10:55:40.801Z] [2025-07-09T10:55:40.801Z] #19 exporting to image [2025-07-09T10:55:40.801Z] #19 exporting layers 0.1s done [2025-07-09T10:55:41.059Z] #19 writing image sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:55:41.059Z] #19 naming to docker.io/library/device-mqtt done [2025-07-09T10:55:41.059Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:55:41.171Z] provisioning config files... [2025-07-09T10:55:41.183Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5060379650892173592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:55:41.508Z] ---> ****-login.sh [2025-07-09T10:55:41.508Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:55:41.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:41.508Z] Login Succeeded [2025-07-09T10:55:41.508Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:55:41.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:41.508Z] Login Succeeded [2025-07-09T10:55:41.508Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:55:41.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:41.773Z] Login Succeeded [2025-07-09T10:55:41.773Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:55:41.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:41.773Z] Login Succeeded [2025-07-09T10:55:41.773Z] ****.io [2025-07-09T10:55:41.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:42.039Z] Login Succeeded [2025-07-09T10:55:42.039Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:55:42.051Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:55:42.104Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:55:42.135Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2025-07-09T10:55:42.135Z] fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:55:42.135Z] latest [2025-07-09T10:55:42.135Z] 4.1.0-dev.1 [2025-07-09T10:55:42.135Z] fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:55:42.135Z] main [2025-07-09T10:55:42.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:42.535Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:42.864Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:55:42.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-07-09T10:55:42.864Z] 7cad887c7a4b: Preparing [2025-07-09T10:55:42.864Z] bc157b743cbb: Preparing [2025-07-09T10:55:42.864Z] 31aa8c214b95: Preparing [2025-07-09T10:55:42.864Z] 12ccbaf89021: Preparing [2025-07-09T10:55:42.864Z] a41218c5a26f: Preparing [2025-07-09T10:55:42.864Z] 994456c4fd7b: Preparing [2025-07-09T10:55:42.864Z] 994456c4fd7b: Waiting [2025-07-09T10:55:42.864Z] 7cad887c7a4b: Pushed [2025-07-09T10:55:42.864Z] bc157b743cbb: Pushed [2025-07-09T10:55:42.864Z] 12ccbaf89021: Pushed [2025-07-09T10:55:42.864Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:42.864Z] a41218c5a26f: Pushed [2025-07-09T10:55:47.058Z] 31aa8c214b95: Pushed [2025-07-09T10:55:47.316Z] fe4f556c946f4493b6493c09fb17b56dde351f31: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:47.649Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:47.988Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-07-09T10:55:47.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-07-09T10:55:47.988Z] 7cad887c7a4b: Preparing [2025-07-09T10:55:47.988Z] bc157b743cbb: Preparing [2025-07-09T10:55:47.988Z] 31aa8c214b95: Preparing [2025-07-09T10:55:47.988Z] 12ccbaf89021: Preparing [2025-07-09T10:55:47.988Z] a41218c5a26f: Preparing [2025-07-09T10:55:47.988Z] 994456c4fd7b: Preparing [2025-07-09T10:55:47.988Z] 994456c4fd7b: Waiting [2025-07-09T10:55:47.988Z] bc157b743cbb: Layer already exists [2025-07-09T10:55:47.988Z] 31aa8c214b95: Layer already exists [2025-07-09T10:55:47.988Z] 7cad887c7a4b: Layer already exists [2025-07-09T10:55:47.988Z] a41218c5a26f: Layer already exists [2025-07-09T10:55:47.988Z] 12ccbaf89021: Layer already exists [2025-07-09T10:55:47.988Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:47.988Z] latest: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:48.314Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:48.641Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [2025-07-09T10:55:48.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-07-09T10:55:48.641Z] 7cad887c7a4b: Preparing [2025-07-09T10:55:48.641Z] bc157b743cbb: Preparing [2025-07-09T10:55:48.641Z] 31aa8c214b95: Preparing [2025-07-09T10:55:48.641Z] 12ccbaf89021: Preparing [2025-07-09T10:55:48.641Z] a41218c5a26f: Preparing [2025-07-09T10:55:48.641Z] 994456c4fd7b: Preparing [2025-07-09T10:55:48.641Z] 994456c4fd7b: Waiting [2025-07-09T10:55:48.641Z] 31aa8c214b95: Layer already exists [2025-07-09T10:55:48.641Z] 7cad887c7a4b: Layer already exists [2025-07-09T10:55:48.641Z] 12ccbaf89021: Layer already exists [2025-07-09T10:55:48.641Z] a41218c5a26f: Layer already exists [2025-07-09T10:55:48.641Z] bc157b743cbb: Layer already exists [2025-07-09T10:55:48.641Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:48.641Z] 4.1.0-dev.1: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:48.972Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:49.299Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:55:49.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-07-09T10:55:49.299Z] 7cad887c7a4b: Preparing [2025-07-09T10:55:49.299Z] bc157b743cbb: Preparing [2025-07-09T10:55:49.299Z] 31aa8c214b95: Preparing [2025-07-09T10:55:49.299Z] 12ccbaf89021: Preparing [2025-07-09T10:55:49.299Z] a41218c5a26f: Preparing [2025-07-09T10:55:49.299Z] 994456c4fd7b: Preparing [2025-07-09T10:55:49.299Z] 994456c4fd7b: Waiting [2025-07-09T10:55:49.299Z] a41218c5a26f: Layer already exists [2025-07-09T10:55:49.299Z] 12ccbaf89021: Layer already exists [2025-07-09T10:55:49.299Z] bc157b743cbb: Layer already exists [2025-07-09T10:55:49.299Z] 31aa8c214b95: Layer already exists [2025-07-09T10:55:49.299Z] 7cad887c7a4b: Layer already exists [2025-07-09T10:55:49.299Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:49.299Z] fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:49.694Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:50.019Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-07-09T10:55:50.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2025-07-09T10:55:50.019Z] 7cad887c7a4b: Preparing [2025-07-09T10:55:50.019Z] bc157b743cbb: Preparing [2025-07-09T10:55:50.019Z] 31aa8c214b95: Preparing [2025-07-09T10:55:50.019Z] 12ccbaf89021: Preparing [2025-07-09T10:55:50.019Z] a41218c5a26f: Preparing [2025-07-09T10:55:50.019Z] 994456c4fd7b: Preparing [2025-07-09T10:55:50.019Z] 994456c4fd7b: Waiting [2025-07-09T10:55:50.019Z] a41218c5a26f: Layer already exists [2025-07-09T10:55:50.019Z] 7cad887c7a4b: Layer already exists [2025-07-09T10:55:50.019Z] 31aa8c214b95: Layer already exists [2025-07-09T10:55:50.019Z] bc157b743cbb: Layer already exists [2025-07-09T10:55:50.019Z] 12ccbaf89021: Layer already exists [2025-07-09T10:55:50.019Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:50.019Z] main: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:55:50.114Z] ===================================================== [Pipeline] echo [2025-07-09T10:55:50.130Z] taggedImages: [2025-07-09T10:55:50.130Z] - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:55:50.130Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-07-09T10:55:50.130Z] - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [2025-07-09T10:55:50.130Z] - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:55:50.130Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] echo [2025-07-09T10:55:50.169Z] ========================================================= [2025-07-09T10:55:50.169Z] [edgeXBuildMultiArch] RAW Config: [2025-07-09T10:55:50.169Z] images: [2025-07-09T10:55:50.169Z] - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:55:50.169Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-07-09T10:55:50.169Z] - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [2025-07-09T10:55:50.169Z] - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:55:50.169Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-07-09T10:55:50.169Z] settingsFile: [2025-07-09T10:55:50.169Z] device-mqtt-go-settings [2025-07-09T10:55:50.169Z] ========================================================= [Pipeline] node [2025-07-09T10:56:05.172Z] Still waiting to schedule task [2025-07-09T10:56:05.173Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4843’ [2025-07-09T10:56:41.201Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4854 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2025-07-09T10:56:41.220Z] Running in /w/workspace/device-mqtt-go/194 [Pipeline] { [Pipeline] checkout [2025-07-09T10:56:44.281Z] The recommended git tool is: git [2025-07-09T10:56:50.903Z] using credential edgex-jenkins-ssh [2025-07-09T10:56:50.929Z] Cloning the remote Git repository [2025-07-09T10:56:50.991Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2025-07-09T10:56:51.117Z] > git init /w/workspace/device-mqtt-go/194 # timeout=10 [2025-07-09T10:56:51.454Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2025-07-09T10:56:51.456Z] > git --version # timeout=10 [2025-07-09T10:56:51.493Z] > git --version # 'git version 2.25.1' [2025-07-09T10:56:51.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-09T10:56:51.767Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-09T10:56:55.550Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2025-07-09T10:56:55.588Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-09T10:56:56.961Z] Avoid second fetch [2025-07-09T10:56:56.962Z] Checking out Revision fe4f556c946f4493b6493c09fb17b56dde351f31 (main) [2025-07-09T10:56:56.987Z] > git config core.sparsecheckout # timeout=10 [2025-07-09T10:56:57.077Z] > git checkout -f fe4f556c946f4493b6493c09fb17b56dde351f31 # timeout=10 [2025-07-09T10:56:57.804Z] Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#744)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T10:57:28.731Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-09T10:57:28.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-09T10:57:28.731Z] Dload Upload Total Spent Left Speed [2025-07-09T10:57:28.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh [2025-07-09T10:57:29.110Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-09T10:57:29.463Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-09T10:57:29.463Z] + sudo tee /etc/docker/daemon.new [2025-07-09T10:57:29.463Z] { [2025-07-09T10:57:29.463Z] "registry-mirrors": [ [2025-07-09T10:57:29.463Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-09T10:57:29.463Z] ], [2025-07-09T10:57:29.463Z] "bip": "10.250.0.254/24", [2025-07-09T10:57:29.463Z] "hosts": [ [2025-07-09T10:57:29.463Z] "tcp://0.0.0.0:5555", [2025-07-09T10:57:29.463Z] "unix:///var/run/docker.sock" [2025-07-09T10:57:29.463Z] ], [2025-07-09T10:57:29.463Z] "mtu": 1458, [2025-07-09T10:57:29.463Z] "selinux-enabled": true, [2025-07-09T10:57:29.463Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-09T10:57:29.463Z] } [Pipeline] sh [2025-07-09T10:57:29.823Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-09T10:57:30.178Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:57:48.600Z] provisioning config files... [2025-07-09T10:57:48.630Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/194@tmp/config16910117648595786509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:49.067Z] ---> ****-login.sh [2025-07-09T10:57:49.067Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:57:49.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:49.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:49.651Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:49.651Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:49.651Z] [2025-07-09T10:57:49.651Z] Login Succeeded [2025-07-09T10:57:49.651Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:57:49.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:50.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:50.189Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:50.189Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:50.189Z] [2025-07-09T10:57:50.189Z] Login Succeeded [2025-07-09T10:57:50.189Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:57:50.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:50.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:50.458Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:50.459Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:50.459Z] [2025-07-09T10:57:50.459Z] Login Succeeded [2025-07-09T10:57:50.459Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:50.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:51.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:51.004Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:51.004Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:51.004Z] [2025-07-09T10:57:51.004Z] Login Succeeded [2025-07-09T10:57:51.004Z] ****.io [2025-07-09T10:57:51.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:51.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:51.273Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:51.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:51.273Z] [2025-07-09T10:57:51.273Z] Login Succeeded [2025-07-09T10:57:51.273Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:57:51.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-09T10:57:51.638Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:57:51.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:57:51.679Z] ========================================================= [2025-07-09T10:57:51.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-09T10:57:51.679Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:57:52.069Z] + 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-07-09T10:57:52.681Z] Sending build context to Docker daemon 15.47MB [2025-07-09T10:57:52.681Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-09T10:57:52.681Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-09T10:57:52.681Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-09T10:57:52.681Z] 94e9d8af2201: Pulling fs layer [2025-07-09T10:57:52.681Z] a6c56e8762df: Pulling fs layer [2025-07-09T10:57:52.681Z] f0f3c8884826: Pulling fs layer [2025-07-09T10:57:52.681Z] c7e7622c144d: Pulling fs layer [2025-07-09T10:57:52.681Z] 4f4fb700ef54: Pulling fs layer [2025-07-09T10:57:52.681Z] e8859aadc426: Pulling fs layer [2025-07-09T10:57:52.681Z] b4813487a9f6: Pulling fs layer [2025-07-09T10:57:52.681Z] 502a3d64fb4b: Pulling fs layer [2025-07-09T10:57:52.681Z] e8859aadc426: Waiting [2025-07-09T10:57:52.681Z] c7e7622c144d: Waiting [2025-07-09T10:57:52.681Z] 4f4fb700ef54: Waiting [2025-07-09T10:57:52.681Z] b4813487a9f6: Waiting [2025-07-09T10:57:52.681Z] 502a3d64fb4b: Waiting [2025-07-09T10:57:52.681Z] a6c56e8762df: Verifying Checksum [2025-07-09T10:57:52.681Z] a6c56e8762df: Download complete [2025-07-09T10:57:52.681Z] c7e7622c144d: Verifying Checksum [2025-07-09T10:57:52.681Z] c7e7622c144d: Download complete [2025-07-09T10:57:52.681Z] 4f4fb700ef54: Verifying Checksum [2025-07-09T10:57:52.681Z] 4f4fb700ef54: Download complete [2025-07-09T10:57:52.949Z] e8859aadc426: Verifying Checksum [2025-07-09T10:57:52.949Z] e8859aadc426: Download complete [2025-07-09T10:57:52.949Z] 94e9d8af2201: Download complete [2025-07-09T10:57:53.217Z] 502a3d64fb4b: Verifying Checksum [2025-07-09T10:57:53.217Z] 502a3d64fb4b: Download complete [2025-07-09T10:57:53.804Z] 94e9d8af2201: Pull complete [2025-07-09T10:57:54.391Z] a6c56e8762df: Pull complete [2025-07-09T10:57:54.663Z] f0f3c8884826: Verifying Checksum [2025-07-09T10:57:54.663Z] f0f3c8884826: Download complete [2025-07-09T10:57:55.636Z] b4813487a9f6: Verifying Checksum [2025-07-09T10:57:55.636Z] b4813487a9f6: Download complete [2025-07-09T10:58:05.725Z] Running on prd-centos7-docker-4c-2g-4860 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:58:05.771Z] provisioning config files... [2025-07-09T10:58:05.795Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17039932758591311608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:07.842Z] ---> ****-login.sh [2025-07-09T10:58:07.842Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:58:08.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:58:08.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:58:08.861Z] Configure a credential helper to remove this warning. See [2025-07-09T10:58:08.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:58:08.861Z] [2025-07-09T10:58:08.861Z] Login Succeeded [2025-07-09T10:58:08.861Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:58:09.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:58:09.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:58:09.139Z] Configure a credential helper to remove this warning. See [2025-07-09T10:58:09.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:58:09.139Z] [2025-07-09T10:58:09.139Z] Login Succeeded [2025-07-09T10:58:09.139Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:58:09.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:58:09.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:58:09.429Z] Configure a credential helper to remove this warning. See [2025-07-09T10:58:09.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:58:09.429Z] [2025-07-09T10:58:09.429Z] Login Succeeded [2025-07-09T10:58:09.429Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:09.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:58:09.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:58:09.429Z] Configure a credential helper to remove this warning. See [2025-07-09T10:58:09.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:58:09.429Z] [2025-07-09T10:58:09.429Z] Login Succeeded [2025-07-09T10:58:09.429Z] ****.io [2025-07-09T10:58:09.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:58:09.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:58:09.696Z] Configure a credential helper to remove this warning. See [2025-07-09T10:58:09.696Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:58:09.696Z] [2025-07-09T10:58:09.696Z] Login Succeeded [2025-07-09T10:58:09.696Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:58:09.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T10:58:10.090Z] + docker buildx ls [2025-07-09T10:58:10.090Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-09T10:58:10.090Z] default * docker [2025-07-09T10:58:10.090Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-09T10:58:10.420Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-09T10:58:10.420Z] edgex-builder [Pipeline] sh [2025-07-09T10:58:10.675Z] f0f3c8884826: Pull complete [2025-07-09T10:58:10.675Z] c7e7622c144d: Pull complete [2025-07-09T10:58:10.675Z] 4f4fb700ef54: Pull complete [2025-07-09T10:58:10.675Z] e8859aadc426: Pull complete [2025-07-09T10:58:10.713Z] + docker buildx inspect --bootstrap [2025-07-09T10:58:10.713Z] #1 [internal] booting buildkit [2025-07-09T10:58:10.713Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-09T10:58:14.026Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-07-09T10:58:14.026Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-09T10:58:14.976Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-07-09T10:58:14.976Z] #1 DONE 4.3s [2025-07-09T10:58:14.976Z] Name: edgex-builder [2025-07-09T10:58:14.976Z] Driver: docker-container [2025-07-09T10:58:14.976Z] [2025-07-09T10:58:14.976Z] Nodes: [2025-07-09T10:58:14.976Z] Name: edgex-builder0 [2025-07-09T10:58:14.976Z] Endpoint: unix:///var/run/docker.sock [2025-07-09T10:58:14.976Z] Status: running [2025-07-09T10:58:14.976Z] Buildkit: v0.22.0 [2025-07-09T10:58:14.976Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-09T10:58:15.289Z] + docker buildx ls [2025-07-09T10:58:15.289Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-09T10:58:15.289Z] edgex-builder * docker-container [2025-07-09T10:58:15.289Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-09T10:58:15.289Z] default docker [2025-07-09T10:58:15.289Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-09T10:58:15.578Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31' [2025-07-09T10:58:15.578Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 --push - [2025-07-09T10:58:15.840Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:58:15.840Z] #1 transferring dockerfile: 196B done [2025-07-09T10:58:15.840Z] #1 DONE 0.0s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:58:15.840Z] #2 DONE 0.1s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T10:58:15.840Z] #3 DONE 0.1s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #4 [internal] load .dockerignore [2025-07-09T10:58:15.840Z] #4 transferring context: 2B done [2025-07-09T10:58:15.840Z] #4 DONE 0.0s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:15.840Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:15.840Z] #5 DONE 0.0s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:15.840Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:15.840Z] #6 DONE 0.1s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:15.840Z] #7 DONE 0.0s [2025-07-09T10:58:15.840Z] [2025-07-09T10:58:15.840Z] #8 exporting to image [2025-07-09T10:58:15.840Z] #8 exporting layers done [2025-07-09T10:58:15.840Z] #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done [2025-07-09T10:58:15.840Z] #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:58:15.840Z] #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done [2025-07-09T10:58:15.840Z] #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done [2025-07-09T10:58:15.840Z] #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done [2025-07-09T10:58:15.840Z] #8 pushing layers 0.1s done [2025-07-09T10:58:15.840Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d [2025-07-09T10:58:15.840Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:58:16.099Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done [2025-07-09T10:58:16.099Z] #8 DONE 0.2s [2025-07-09T10:58:16.099Z] [2025-07-09T10:58:16.099Z] 1 warning found (use --debug to expand): [2025-07-09T10:58:16.099Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:58:16.395Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest' [2025-07-09T10:58:16.395Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:latest --push - [2025-07-09T10:58:16.658Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:58:16.658Z] #1 transferring dockerfile: 162B done [2025-07-09T10:58:16.658Z] #1 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-07-09T10:58:16.658Z] #2 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest [2025-07-09T10:58:16.658Z] #3 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #4 [internal] load .dockerignore [2025-07-09T10:58:16.658Z] #4 transferring context: 2B done [2025-07-09T10:58:16.658Z] #4 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:16.658Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:16.658Z] #5 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:16.658Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:16.658Z] #6 CACHED [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:16.658Z] #5 CACHED [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:16.658Z] #7 DONE 0.0s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] #8 exporting to image [2025-07-09T10:58:16.658Z] #8 exporting layers done [2025-07-09T10:58:16.658Z] #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done [2025-07-09T10:58:16.658Z] #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:58:16.658Z] #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done [2025-07-09T10:58:16.658Z] #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done [2025-07-09T10:58:16.658Z] #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done [2025-07-09T10:58:16.658Z] #8 pushing layers 0.0s done [2025-07-09T10:58:16.658Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done [2025-07-09T10:58:16.658Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:58:16.658Z] #8 DONE 0.1s [2025-07-09T10:58:16.658Z] [2025-07-09T10:58:16.658Z] 1 warning found (use --debug to expand): [2025-07-09T10:58:16.658Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:58:16.961Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1' [2025-07-09T10:58:16.961Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 --push - [2025-07-09T10:58:17.227Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:58:17.228Z] #1 transferring dockerfile: 167B done [2025-07-09T10:58:17.228Z] #1 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [2025-07-09T10:58:17.228Z] #2 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [2025-07-09T10:58:17.228Z] #3 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #4 [internal] load .dockerignore [2025-07-09T10:58:17.228Z] #4 transferring context: 2B done [2025-07-09T10:58:17.228Z] #4 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:17.228Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done [2025-07-09T10:58:17.228Z] #5 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:17.228Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done [2025-07-09T10:58:17.228Z] #6 CACHED [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:17.228Z] #5 CACHED [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:17.228Z] #7 DONE 0.0s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] #8 exporting to image [2025-07-09T10:58:17.228Z] #8 exporting layers done [2025-07-09T10:58:17.228Z] #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done [2025-07-09T10:58:17.228Z] #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:58:17.228Z] #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done [2025-07-09T10:58:17.228Z] #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done [2025-07-09T10:58:17.228Z] #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done [2025-07-09T10:58:17.228Z] #8 pushing layers 0.0s done [2025-07-09T10:58:17.228Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done [2025-07-09T10:58:17.228Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:58:17.228Z] #8 DONE 0.1s [2025-07-09T10:58:17.228Z] [2025-07-09T10:58:17.228Z] 1 warning found (use --debug to expand): [2025-07-09T10:58:17.228Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:58:17.521Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1' [2025-07-09T10:58:17.521Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 --push - [2025-07-09T10:58:17.521Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:58:17.521Z] #1 transferring dockerfile: 208B done [2025-07-09T10:58:17.521Z] #1 DONE 0.0s [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:58:17.521Z] #2 DONE 0.0s [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T10:58:17.521Z] #3 DONE 0.0s [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #4 [internal] load .dockerignore [2025-07-09T10:58:17.521Z] #4 transferring context: 2B done [2025-07-09T10:58:17.521Z] #4 DONE 0.0s [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:17.521Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:17.521Z] #5 CACHED [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:17.521Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done [2025-07-09T10:58:17.521Z] #6 CACHED [2025-07-09T10:58:17.521Z] [2025-07-09T10:58:17.521Z] #7 exporting to image [2025-07-09T10:58:17.521Z] #7 exporting layers done [2025-07-09T10:58:17.521Z] #7 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done [2025-07-09T10:58:17.521Z] #7 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:58:17.521Z] #7 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done [2025-07-09T10:58:17.521Z] #7 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done [2025-07-09T10:58:17.521Z] #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done [2025-07-09T10:58:17.521Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:58:17.781Z] #7 pushing layers 0.0s done [2025-07-09T10:58:17.781Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done [2025-07-09T10:58:17.781Z] #7 DONE 0.1s [2025-07-09T10:58:17.781Z] [2025-07-09T10:58:17.781Z] #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:17.781Z] #8 DONE 0.0s [2025-07-09T10:58:17.781Z] [2025-07-09T10:58:17.781Z] 1 warning found (use --debug to expand): [2025-07-09T10:58:17.781Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:58:18.075Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:main' [2025-07-09T10:58:18.075Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:main --push - [2025-07-09T10:58:18.075Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:58:18.075Z] #1 transferring dockerfile: 160B done [2025-07-09T10:58:18.075Z] #1 DONE 0.0s [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-07-09T10:58:18.075Z] #2 DONE 0.0s [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main [2025-07-09T10:58:18.075Z] #3 DONE 0.0s [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #4 [internal] load .dockerignore [2025-07-09T10:58:18.075Z] #4 transferring context: 2B done [2025-07-09T10:58:18.075Z] #4 DONE 0.0s [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:18.075Z] #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done [2025-07-09T10:58:18.075Z] #5 CACHED [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd [2025-07-09T10:58:18.075Z] #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done [2025-07-09T10:58:18.075Z] #6 CACHED [2025-07-09T10:58:18.075Z] [2025-07-09T10:58:18.075Z] #7 exporting to image [2025-07-09T10:58:18.075Z] #7 exporting layers done [2025-07-09T10:58:18.075Z] #7 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done [2025-07-09T10:58:18.075Z] #7 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done [2025-07-09T10:58:18.075Z] #7 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done [2025-07-09T10:58:18.075Z] #7 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done [2025-07-09T10:58:18.075Z] #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d [2025-07-09T10:58:18.075Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:58:18.334Z] #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done [2025-07-09T10:58:18.334Z] #7 pushing layers 0.0s done [2025-07-09T10:58:18.334Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done [2025-07-09T10:58:18.334Z] #7 DONE 0.1s [2025-07-09T10:58:18.334Z] [2025-07-09T10:58:18.334Z] #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:58:18.334Z] #8 DONE 0.0s [2025-07-09T10:58:18.334Z] [2025-07-09T10:58:18.334Z] 1 warning found (use --debug to expand): [2025-07-09T10:58:18.334Z]  - 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-07-09T10:58:18.708Z] + '[' -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:18.923Z] b4813487a9f6: Pull complete [2025-07-09T10:58:18.994Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:19.548Z] ---> package-listing.sh [2025-07-09T10:58:19.548Z] ++ facter osfamily [2025-07-09T10:58:19.548Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-09T10:58:19.821Z] + OS_FAMILY=redhat [2025-07-09T10:58:19.821Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2025-07-09T10:58:19.821Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-09T10:58:19.821Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-09T10:58:19.821Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-09T10:58:19.821Z] + PACKAGES=/tmp/packages_start.txt [2025-07-09T10:58:19.821Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-07-09T10:58:19.821Z] + PACKAGES=/tmp/packages_end.txt [2025-07-09T10:58:19.821Z] + case "${OS_FAMILY}" in [2025-07-09T10:58:19.821Z] + rpm -qa [2025-07-09T10:58:19.821Z] + sort [2025-07-09T10:58:20.347Z] 502a3d64fb4b: Pull complete [2025-07-09T10:58:20.347Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-09T10:58:20.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-09T10:58:20.347Z] ---> 3bb21d53e231 [2025-07-09T10:58:20.347Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-09T10:58:20.391Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-09T10:58:20.391Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-09T10:58:20.391Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-09T10:58:20.391Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-07-09T10:58:20.391Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2025-07-09T10:58:20.391Z] + 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-07-09T10:58:20.405Z] 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-07-09T10:58:20.683Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:58:21.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:21.267Z] [2025-07-09T10:58:21.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:58:21.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:21.639Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-09T10:58:21.639Z] 5eb5b503b376: Pulling fs layer [2025-07-09T10:58:21.639Z] 5c69ac0246d0: Pulling fs layer [2025-07-09T10:58:21.639Z] ec43610c2a17: Pulling fs layer [2025-07-09T10:58:21.639Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-09T10:58:21.639Z] 33b1e0a273af: Pulling fs layer [2025-07-09T10:58:21.639Z] 5d3b04190fa2: Pulling fs layer [2025-07-09T10:58:21.639Z] 2f39f015ded8: Pulling fs layer [2025-07-09T10:58:21.639Z] 3a2ae6a8a46f: Waiting [2025-07-09T10:58:21.639Z] 33b1e0a273af: Waiting [2025-07-09T10:58:21.639Z] 5d3b04190fa2: Waiting [2025-07-09T10:58:21.639Z] 2f39f015ded8: Waiting [2025-07-09T10:58:21.639Z] 5c69ac0246d0: Verifying Checksum [2025-07-09T10:58:21.639Z] 5c69ac0246d0: Download complete [2025-07-09T10:58:21.639Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-09T10:58:21.639Z] 3a2ae6a8a46f: Download complete [2025-07-09T10:58:21.639Z] ec43610c2a17: Verifying Checksum [2025-07-09T10:58:21.639Z] ec43610c2a17: Download complete [2025-07-09T10:58:21.639Z] 33b1e0a273af: Verifying Checksum [2025-07-09T10:58:21.639Z] 33b1e0a273af: Download complete [2025-07-09T10:58:21.639Z] 5d3b04190fa2: Verifying Checksum [2025-07-09T10:58:21.639Z] 5d3b04190fa2: Download complete [2025-07-09T10:58:21.904Z] 5eb5b503b376: Verifying Checksum [2025-07-09T10:58:21.904Z] 5eb5b503b376: Download complete [2025-07-09T10:58:22.312Z] ---> Running in d5786274fda2 [2025-07-09T10:58:22.312Z] Removing intermediate container d5786274fda2 [2025-07-09T10:58:22.312Z] ---> ceebde7a1803 [2025-07-09T10:58:22.312Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-09T10:58:22.477Z] 2f39f015ded8: Verifying Checksum [2025-07-09T10:58:22.477Z] 2f39f015ded8: Download complete [2025-07-09T10:58:22.583Z] ---> Running in d0a885c04cc5 [2025-07-09T10:58:22.854Z] Removing intermediate container d0a885c04cc5 [2025-07-09T10:58:22.854Z] ---> ce21859e3de9 [2025-07-09T10:58:22.854Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-09T10:58:23.137Z] ---> Running in 018e2d125f09 [2025-07-09T10:58:23.410Z] Removing intermediate container 018e2d125f09 [2025-07-09T10:58:23.410Z] ---> d2f1467fdaf7 [2025-07-09T10:58:23.410Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-09T10:58:23.410Z] ---> Running in 43fd9d921f71 [2025-07-09T10:58:23.416Z] 5eb5b503b376: Pull complete [2025-07-09T10:58:23.416Z] 5c69ac0246d0: Pull complete [2025-07-09T10:58:23.680Z] ec43610c2a17: Pull complete [2025-07-09T10:58:23.680Z] 3a2ae6a8a46f: Pull complete [2025-07-09T10:58:23.939Z] 33b1e0a273af: Pull complete [2025-07-09T10:58:23.939Z] 5d3b04190fa2: Pull complete [2025-07-09T10:58:24.013Z] Removing intermediate container 43fd9d921f71 [2025-07-09T10:58:24.013Z] ---> cd816531e67e [2025-07-09T10:58:24.013Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-09T10:58:24.013Z] ---> Running in 0a5b35052a75 [2025-07-09T10:58:25.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T10:58:26.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T10:58:28.019Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-09T10:58:28.019Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-09T10:58:28.019Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-09T10:58:28.019Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-09T10:58:28.019Z] Executing busybox-1.36.1-r29.trigger [2025-07-09T10:58:28.019Z] OK: 244 MiB in 62 packages [2025-07-09T10:58:28.144Z] 2f39f015ded8: Pull complete [2025-07-09T10:58:28.144Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-09T10:58:28.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:28.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:58:28.304Z] prd-centos7-docker-4c-2g-4860 does not seem to be running inside a container [2025-07-09T10:58:28.338Z] $ 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-07-09T10:58:29.005Z] Removing intermediate container 0a5b35052a75 [2025-07-09T10:58:29.005Z] ---> dc66e39ea359 [2025-07-09T10:58:29.005Z] Step 8/12 : WORKDIR /device-mqtt-go [2025-07-09T10:58:29.005Z] ---> Running in c1b110ff151a [2025-07-09T10:58:29.285Z] Removing intermediate container c1b110ff151a [2025-07-09T10:58:29.285Z] ---> f4e6a39fa3f4 [2025-07-09T10:58:29.285Z] Step 9/12 : COPY go.mod vendor* ./ [2025-07-09T10:58:29.868Z] ---> df3465452432 [2025-07-09T10:58:29.868Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:58:29.868Z] ---> Running in b001a880e69b [2025-07-09T10:58:31.427Z] $ docker top 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:58:31.784Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-09T10:58:32.072Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-09T10:58:32.369Z] + ls /var/log/sa-host [2025-07-09T10:58:32.369Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:58:32.450Z] provisioning config files... [2025-07-09T10:58:32.460Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1519645414684387874tmp [Pipeline] { [Pipeline] echo [2025-07-09T10:58:32.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:32.773Z] ---> create-netrc.sh [Pipeline] } [2025-07-09T10:58:32.780Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:33.121Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-09T10:58:33.129Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:33.414Z] ---> sudo-logs.sh [2025-07-09T10:58:33.414Z] Archiving 'sudo' log.. [2025-07-09T10:58:33.414Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4860.novalocal: Name or service not known [2025-07-09T10:58:33.414Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4860.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-09T10:58:33.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:33.730Z] ---> job-cost.sh [2025-07-09T10:58:33.731Z] lf-activate-venv: SKIPPING [2025-07-09T10:58:33.731Z] INFO: No Stack... [2025-07-09T10:58:33.990Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-09T10:58:34.249Z] INFO: Archiving Costs [Pipeline] echo [2025-07-09T10:58:34.263Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:34.547Z] ---> logs-deploy.sh [2025-07-09T10:58:34.547Z] lf-activate-venv: SKIPPING [2025-07-09T10:58:34.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/194 [2025-07-09T10:58:34.547Z] INFO: archiving workspace using pattern(s): [2025-07-09T10:58:35.481Z] Archives upload complete. [2025-07-09T10:58:35.481Z] INFO: archiving logs to Nexus [2025-07-09T10:58:36.048Z] ---> uname -a: [2025-07-09T10:58:36.048Z] Linux prd-centos7-docker-4c-2g-4860.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-07-09T10:58:36.048Z] [2025-07-09T10:58:36.048Z] [2025-07-09T10:58:36.048Z] ---> lscpu: [2025-07-09T10:58:36.048Z] Architecture: x86_64 [2025-07-09T10:58:36.048Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-09T10:58:36.048Z] Byte Order: Little Endian [2025-07-09T10:58:36.048Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-09T10:58:36.048Z] CPU(s): 2 [2025-07-09T10:58:36.048Z] On-line CPU(s) list: 0,1 [2025-07-09T10:58:36.048Z] Thread(s) per core: 1 [2025-07-09T10:58:36.048Z] Core(s) per socket: 1 [2025-07-09T10:58:36.048Z] Socket(s): 2 [2025-07-09T10:58:36.048Z] NUMA node(s): 1 [2025-07-09T10:58:36.048Z] Vendor ID: AuthenticAMD [2025-07-09T10:58:36.048Z] CPU family: 23 [2025-07-09T10:58:36.048Z] Model: 49 [2025-07-09T10:58:36.048Z] Model name: AMD EPYC-Rome Processor [2025-07-09T10:58:36.048Z] Stepping: 0 [2025-07-09T10:58:36.048Z] CPU MHz: 2800.000 [2025-07-09T10:58:36.048Z] BogoMIPS: 5600.00 [2025-07-09T10:58:36.048Z] Virtualization: AMD-V [2025-07-09T10:58:36.048Z] Hypervisor vendor: KVM [2025-07-09T10:58:36.048Z] Virtualization type: full [2025-07-09T10:58:36.048Z] L1d cache: 64 KiB [2025-07-09T10:58:36.048Z] L1i cache: 64 KiB [2025-07-09T10:58:36.048Z] L2 cache: 1 MiB [2025-07-09T10:58:36.048Z] L3 cache: 32 MiB [2025-07-09T10:58:36.048Z] NUMA node0 CPU(s): 0,1 [2025-07-09T10:58:36.048Z] Vulnerability Itlb multihit: Not affected [2025-07-09T10:58:36.048Z] Vulnerability L1tf: Not affected [2025-07-09T10:58:36.048Z] Vulnerability Mds: Not affected [2025-07-09T10:58:36.048Z] Vulnerability Meltdown: Not affected [2025-07-09T10:58:36.048Z] Vulnerability Mmio stale data: Not affected [2025-07-09T10:58:36.048Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-09T10:58:36.048Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-09T10:58:36.048Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-09T10:58:36.048Z] Vulnerability Srbds: Not affected [2025-07-09T10:58:36.048Z] Vulnerability Tsx async abort: Not affected [2025-07-09T10:58:36.048Z] 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-07-09T10:58:36.048Z] [2025-07-09T10:58:36.048Z] [2025-07-09T10:58:36.048Z] ---> nproc: [2025-07-09T10:58:36.048Z] 2 [2025-07-09T10:58:36.048Z] [2025-07-09T10:58:36.048Z] [2025-07-09T10:58:36.307Z] ---> df -h: [2025-07-09T10:58:36.307Z] Filesystem Size Used Avail Use% Mounted on [2025-07-09T10:58:36.307Z] overlay 40G 7.3G 33G 19% / [2025-07-09T10:58:36.307Z] tmpfs 64M 0 64M 0% /dev [2025-07-09T10:58:36.307Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-09T10:58:36.307Z] shm 64M 0 64M 0% /dev/shm [2025-07-09T10:58:36.307Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-09T10:58:36.307Z] [2025-07-09T10:58:36.307Z] [2025-07-09T10:58:36.307Z] Cannot open /var/log/sysstat/sa09: No such file or directory [2025-07-09T10:58:36.307Z] Please check if data collecting is enabled [2025-07-09T10:58:36.307Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:58:36.350Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-09T10:58:36.353Z] $ docker stop --time=1 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f [2025-07-09T10:58:37.486Z] $ docker rm -f --volumes 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-09T10:58:37.580Z] [WS-CLEANUP] Deleting project workspace... [2025-07-09T10:58:37.580Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-09T10:58:37.596Z] [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-07-09T10:58:38.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:38.058Z] [2025-07-09T10:58:38.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:58:38.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:38.362Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-09T10:58:38.362Z] 5eb5b503b376: Pulling fs layer [2025-07-09T10:58:38.362Z] 5c69ac0246d0: Pulling fs layer [2025-07-09T10:58:38.362Z] ec43610c2a17: Pulling fs layer [2025-07-09T10:58:38.362Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-09T10:58:38.362Z] 33b1e0a273af: Pulling fs layer [2025-07-09T10:58:38.362Z] 5d3b04190fa2: Pulling fs layer [2025-07-09T10:58:38.362Z] 2f39f015ded8: Pulling fs layer [2025-07-09T10:58:38.362Z] 33b1e0a273af: Waiting [2025-07-09T10:58:38.362Z] 5d3b04190fa2: Waiting [2025-07-09T10:58:38.362Z] 2f39f015ded8: Waiting [2025-07-09T10:58:38.362Z] 3a2ae6a8a46f: Waiting [2025-07-09T10:58:38.362Z] 5c69ac0246d0: Download complete [2025-07-09T10:58:38.362Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-09T10:58:38.362Z] 3a2ae6a8a46f: Download complete [2025-07-09T10:58:38.362Z] 33b1e0a273af: Verifying Checksum [2025-07-09T10:58:38.362Z] 33b1e0a273af: Download complete [2025-07-09T10:58:38.362Z] ec43610c2a17: Verifying Checksum [2025-07-09T10:58:38.362Z] ec43610c2a17: Download complete [2025-07-09T10:58:38.620Z] 5d3b04190fa2: Download complete [2025-07-09T10:58:38.620Z] 5eb5b503b376: Verifying Checksum [2025-07-09T10:58:38.620Z] 5eb5b503b376: Download complete [2025-07-09T10:58:39.185Z] 2f39f015ded8: Verifying Checksum [2025-07-09T10:58:39.185Z] 2f39f015ded8: Download complete [2025-07-09T10:58:40.119Z] 5eb5b503b376: Pull complete [2025-07-09T10:58:40.119Z] 5c69ac0246d0: Pull complete [2025-07-09T10:58:40.687Z] ec43610c2a17: Pull complete [2025-07-09T10:58:40.687Z] 3a2ae6a8a46f: Pull complete [2025-07-09T10:58:40.687Z] 33b1e0a273af: Pull complete [2025-07-09T10:58:40.687Z] 5d3b04190fa2: Pull complete [2025-07-09T10:58:45.971Z] 2f39f015ded8: Pull complete [2025-07-09T10:58:45.971Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-09T10:58:45.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:45.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:58:46.116Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T10:58:46.140Z] $ 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-07-09T10:58:48.408Z] $ docker top 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:48.791Z] ---> job-cost.sh [2025-07-09T10:58:48.791Z] lf-activate-venv: SKIPPING [2025-07-09T10:58:48.791Z] INFO: No Stack... [2025-07-09T10:58:49.052Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-09T10:58:49.310Z] INFO: Archiving Costs [Pipeline] sh [2025-07-09T10:58:49.599Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2025-07-09T10:58:49.599Z] + cut -d, -f6 [Pipeline] lock [2025-07-09T10:58:49.617Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [2025-07-09T10:58:49.623Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] did not exist. Created. [2025-07-09T10:58:49.628Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-09T10:58:49.931Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-09T10:58:49.972Z] Stashed 1 file(s) [Pipeline] } [2025-07-09T10:58:49.979Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-09T10:58:50.006Z] $ docker stop --time=1 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 [2025-07-09T10:58:51.131Z] $ docker rm -f --volumes 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-09T11:00:51.607Z] Removing intermediate container b001a880e69b [2025-07-09T11:00:51.607Z] ---> e37340caf789 [2025-07-09T11:00:51.607Z] Step 11/12 : COPY . . [2025-07-09T11:00:53.017Z] ---> 4f5865c4480c [2025-07-09T11:00:53.017Z] Step 12/12 : RUN $MAKE [2025-07-09T11:00:53.017Z] ---> Running in e08115f8c47f [2025-07-09T11:00:53.982Z] noop [2025-07-09T11:00:55.402Z] Removing intermediate container e08115f8c47f [2025-07-09T11:00:55.402Z] ---> 4aba8ce0050c [2025-07-09T11:00:55.402Z] Successfully built 4aba8ce0050c [2025-07-09T11:00:55.402Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:00:55.789Z] + docker inspect -f . ci-base-image-arm64 [2025-07-09T11:00:55.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:00:56.033Z] prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container [2025-07-09T11:00:56.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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-07-09T11:00:57.439Z] $ docker top 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:00:58.331Z] + go version [2025-07-09T11:00:58.331Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-09T11:00:58.351Z] $ docker stop --time=1 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 [2025-07-09T11:01:00.089Z] $ docker rm -f --volumes 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:01:00.762Z] + docker inspect -f . ci-base-image-arm64 [2025-07-09T11:01:00.762Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:01:00.981Z] prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container [2025-07-09T11:01:01.059Z] $ 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/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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-07-09T11:01:02.396Z] $ docker top 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:01:03.260Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/194 [Pipeline] fileExists [Pipeline] sh [2025-07-09T11:01:03.920Z] + make test [2025-07-09T11:01:03.920Z] go test ./... -coverprofile=coverage.out ./... [2025-07-09T11:01:10.633Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2025-07-09T11:05:17.486Z] github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements [2025-07-09T11:05:17.486Z] github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements [2025-07-09T11:05:17.486Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.060s coverage: 22.8% of statements [2025-07-09T11:05:17.486Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-09T11:05:17.486Z] go vet ./... [2025-07-09T11:06:13.913Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-09T11:06:13.913Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-09T11:06:13.913Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-09T11:06:13.933Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-09T11:06:13.954Z] $ docker stop --time=1 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b [2025-07-09T11:06:15.992Z] $ docker rm -f --volumes 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T11:06:17.940Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-09T11:06:17.957Z] Warning: overwriting stash ‘coverage-report’ [2025-07-09T11:06:18.506Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T11:06:18.926Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-09T11:06:19.251Z] + ls -al . [2025-07-09T11:06:19.251Z] total 248 [2025-07-09T11:06:19.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 11:01 . [2025-07-09T11:06:19.251Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 .. [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 9 10:56 .dockerignore [2025-07-09T11:06:19.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:57 .git [2025-07-09T11:06:19.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 .github [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 9 10:56 .gitignore [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 9 10:56 .golangci.yml [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 19745 Jul 9 10:56 Attribution.txt [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 19382 Jul 9 10:56 CHANGELOG.md [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 1803 Jul 9 10:56 Dockerfile [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 9 10:56 GOVERNANCE.md [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 9 10:56 Jenkinsfile [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 9 10:56 LICENSE [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 2545 Jul 9 10:56 Makefile [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 9 10:56 OWNERS.md [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jul 9 10:56 README.md [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION [2025-07-09T11:06:19.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 bin [2025-07-09T11:06:19.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 cmd [2025-07-09T11:06:19.251Z] -rw-r--r-- 1 jenkins jenkins 21039 Jul 9 11:05 coverage.out [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 6203 Jul 9 10:56 go.mod [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 9 10:56 go.sum [2025-07-09T11:06:19.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 internal [2025-07-09T11:06:19.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 mock [2025-07-09T11:06:19.251Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 9 10:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:06:19.603Z] + 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=fe4f556c946f4493b6493c09fb17b56dde351f31 --label arch=arm64 --label version=4.1.0-dev.1 . [2025-07-09T11:06:20.189Z] Sending build context to Docker daemon 15.49MB [2025-07-09T11:06:20.189Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2025-07-09T11:06:20.189Z] Step 2/25 : FROM ${BASE} AS builder [2025-07-09T11:06:20.189Z] ---> 4aba8ce0050c [2025-07-09T11:06:20.189Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2025-07-09T11:06:20.455Z] ---> Running in f27a0dd9a1c2 [2025-07-09T11:06:20.722Z] Removing intermediate container f27a0dd9a1c2 [2025-07-09T11:06:20.722Z] ---> 1b2c4f6023ff [2025-07-09T11:06:20.722Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-09T11:06:20.722Z] ---> Running in 5ea9f7caf8f5 [2025-07-09T11:06:21.308Z] Removing intermediate container 5ea9f7caf8f5 [2025-07-09T11:06:21.308Z] ---> 42e5b5622e2c [2025-07-09T11:06:21.308Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-09T11:06:21.308Z] ---> Running in ebaa1db833fb [2025-07-09T11:06:21.577Z] Removing intermediate container ebaa1db833fb [2025-07-09T11:06:21.577Z] ---> 4c73c39a47cd [2025-07-09T11:06:21.577Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2025-07-09T11:06:21.577Z] ---> Running in c223de8498b9 [2025-07-09T11:06:22.166Z] Removing intermediate container c223de8498b9 [2025-07-09T11:06:22.166Z] ---> 8e6a72ef2ad6 [2025-07-09T11:06:22.166Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-09T11:06:22.166Z] ---> Running in 64739b7f6198 [2025-07-09T11:06:23.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:06:23.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:06:25.240Z] OK: 244 MiB in 62 packages [2025-07-09T11:06:26.203Z] Removing intermediate container 64739b7f6198 [2025-07-09T11:06:26.203Z] ---> 718daae9ccdf [2025-07-09T11:06:26.203Z] Step 8/25 : WORKDIR /device-mqtt-go [2025-07-09T11:06:26.471Z] ---> Running in 4fb16969c1d1 [2025-07-09T11:06:26.739Z] Removing intermediate container 4fb16969c1d1 [2025-07-09T11:06:26.739Z] ---> 21277615b119 [2025-07-09T11:06:26.739Z] Step 9/25 : COPY go.mod vendor* ./ [2025-07-09T11:06:27.335Z] ---> 4153d5fd8cab [2025-07-09T11:06:27.335Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T11:06:27.335Z] ---> Running in d304ab2e965e [2025-07-09T11:06:29.909Z] Removing intermediate container d304ab2e965e [2025-07-09T11:06:29.909Z] ---> 3d3bc187c3f3 [2025-07-09T11:06:29.909Z] Step 11/25 : COPY . . [2025-07-09T11:06:30.865Z] ---> 44340294d643 [2025-07-09T11:06:30.865Z] Step 12/25 : RUN $MAKE [2025-07-09T11:06:31.137Z] ---> Running in c9e891d36811 [2025-07-09T11:06:32.102Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2025-07-09T11:10:40.521Z] Removing intermediate container c9e891d36811 [2025-07-09T11:10:40.522Z] ---> 67cda12e8673 [2025-07-09T11:10:40.522Z] Step 13/25 : FROM alpine:3.20 [2025-07-09T11:10:40.522Z] 3.20: Pulling from library/alpine [2025-07-09T11:10:40.522Z] 94e9d8af2201: Already exists [2025-07-09T11:10:40.522Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-09T11:10:40.522Z] Status: Downloaded newer image for alpine:3.20 [2025-07-09T11:10:40.522Z] ---> 7aab056cecc6 [2025-07-09T11:10:40.522Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2024: IoTech Ltd' [2025-07-09T11:10:40.522Z] ---> Running in d9747570fc3a [2025-07-09T11:10:40.522Z] Removing intermediate container d9747570fc3a [2025-07-09T11:10:40.522Z] ---> 05c6a2ec1468 [2025-07-09T11:10:40.522Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2025-07-09T11:10:40.522Z] ---> Running in 3d51fd5d1895 [2025-07-09T11:10:40.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:40.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:41.930Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-09T11:10:41.930Z] Executing busybox-1.36.1-r29.trigger [2025-07-09T11:10:41.930Z] OK: 9 MiB in 15 packages [2025-07-09T11:10:42.907Z] Removing intermediate container 3d51fd5d1895 [2025-07-09T11:10:42.907Z] ---> 4bd518112352 [2025-07-09T11:10:42.907Z] Step 16/25 : RUN apk --no-cache upgrade [2025-07-09T11:10:43.174Z] ---> Running in 7b20571f66de [2025-07-09T11:10:44.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:44.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:46.350Z] OK: 9 MiB in 15 packages [2025-07-09T11:10:47.322Z] Removing intermediate container 7b20571f66de [2025-07-09T11:10:47.322Z] ---> 0b630c9d9206 [2025-07-09T11:10:47.322Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2025-07-09T11:10:49.919Z] ---> 1523fce9d5c6 [2025-07-09T11:10:49.919Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2025-07-09T11:10:50.509Z] ---> 2221d8170185 [2025-07-09T11:10:50.509Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2025-07-09T11:10:51.096Z] ---> beaae57993c0 [2025-07-09T11:10:51.096Z] Step 20/25 : EXPOSE 59982 [2025-07-09T11:10:51.366Z] ---> Running in d60d785840c6 [2025-07-09T11:10:51.636Z] Removing intermediate container d60d785840c6 [2025-07-09T11:10:51.636Z] ---> 9e2c01fbfa0f [2025-07-09T11:10:51.636Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2025-07-09T11:10:51.636Z] ---> Running in 491672eac96c [2025-07-09T11:10:52.228Z] Removing intermediate container 491672eac96c [2025-07-09T11:10:52.228Z] ---> 8d087d1e8a2c [2025-07-09T11:10:52.228Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-09T11:10:52.228Z] ---> Running in 170ff324f27a [2025-07-09T11:10:52.501Z] Removing intermediate container 170ff324f27a [2025-07-09T11:10:52.501Z] ---> 199178a61f16 [2025-07-09T11:10:52.501Z] Step 23/25 : LABEL arch=arm64 [2025-07-09T11:10:52.501Z] ---> Running in a80b18b4b918 [2025-07-09T11:10:53.087Z] Removing intermediate container a80b18b4b918 [2025-07-09T11:10:53.087Z] ---> 09c72616b789 [2025-07-09T11:10:53.087Z] Step 24/25 : LABEL git_sha=fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T11:10:53.087Z] ---> Running in c8e6a422d186 [2025-07-09T11:10:53.675Z] Removing intermediate container c8e6a422d186 [2025-07-09T11:10:53.675Z] ---> f884bb2d24d1 [2025-07-09T11:10:53.675Z] Step 25/25 : LABEL version=4.1.0-dev.1 [2025-07-09T11:10:53.675Z] ---> Running in 91894470dcae [2025-07-09T11:10:53.944Z] Removing intermediate container 91894470dcae [2025-07-09T11:10:53.944Z] ---> 64306dd2f2de [2025-07-09T11:10:53.944Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-09T11:10:53.944Z] Successfully built 64306dd2f2de [2025-07-09T11:10:53.944Z] 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-07-09T11:10:54.094Z] provisioning config files... [2025-07-09T11:10:54.111Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/194@tmp/config7549844417689551120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:10:54.473Z] ---> ****-login.sh [2025-07-09T11:10:54.473Z] nexus3.edgexfoundry.org:10001 [2025-07-09T11:10:54.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:54.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:54.740Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:54.740Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:54.740Z] [2025-07-09T11:10:54.740Z] Login Succeeded [2025-07-09T11:10:54.740Z] nexus3.edgexfoundry.org:10002 [2025-07-09T11:10:55.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:55.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:55.279Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:55.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:55.279Z] [2025-07-09T11:10:55.279Z] Login Succeeded [2025-07-09T11:10:55.279Z] nexus3.edgexfoundry.org:10003 [2025-07-09T11:10:55.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:55.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:55.820Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:55.820Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:55.820Z] [2025-07-09T11:10:55.820Z] Login Succeeded [2025-07-09T11:10:55.820Z] nexus3.edgexfoundry.org:10004 [2025-07-09T11:10:56.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:56.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:56.091Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:56.091Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:56.091Z] [2025-07-09T11:10:56.091Z] Login Succeeded [2025-07-09T11:10:56.091Z] ****.io [2025-07-09T11:10:56.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:56.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:56.675Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:56.675Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:56.675Z] [2025-07-09T11:10:56.675Z] Login Succeeded [2025-07-09T11:10:56.676Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T11:10:56.689Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T11:10:56.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T11:10:56.781Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2025-07-09T11:10:56.781Z] fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T11:10:56.781Z] latest [2025-07-09T11:10:56.781Z] 4.1.0-dev.1 [2025-07-09T11:10:56.781Z] fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T11:10:56.781Z] main [2025-07-09T11:10:56.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:10:57.190Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:10:57.622Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T11:10:57.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-07-09T11:10:57.622Z] 5400184a1400: Preparing [2025-07-09T11:10:57.622Z] 53c382e50b66: Preparing [2025-07-09T11:10:57.622Z] 83e81243abc9: Preparing [2025-07-09T11:10:57.622Z] 4039ead456e0: Preparing [2025-07-09T11:10:57.622Z] dc0e7751d160: Preparing [2025-07-09T11:10:57.622Z] dd9c8f8612c8: Preparing [2025-07-09T11:10:57.622Z] dd9c8f8612c8: Waiting [2025-07-09T11:10:57.893Z] dc0e7751d160: Pushed [2025-07-09T11:10:57.893Z] 5400184a1400: Pushed [2025-07-09T11:10:57.893Z] 4039ead456e0: Pushed [2025-07-09T11:10:57.893Z] 53c382e50b66: Pushed [2025-07-09T11:10:57.893Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:07.981Z] 83e81243abc9: Pushed [2025-07-09T11:11:07.981Z] fe4f556c946f4493b6493c09fb17b56dde351f31: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:08.373Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:08.756Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2025-07-09T11:11:08.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-07-09T11:11:08.756Z] 5400184a1400: Preparing [2025-07-09T11:11:08.756Z] 53c382e50b66: Preparing [2025-07-09T11:11:08.756Z] 83e81243abc9: Preparing [2025-07-09T11:11:08.756Z] 4039ead456e0: Preparing [2025-07-09T11:11:08.756Z] dc0e7751d160: Preparing [2025-07-09T11:11:08.756Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:08.756Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:08.756Z] 53c382e50b66: Layer already exists [2025-07-09T11:11:08.756Z] 83e81243abc9: Layer already exists [2025-07-09T11:11:08.756Z] dc0e7751d160: Layer already exists [2025-07-09T11:11:08.756Z] 4039ead456e0: Layer already exists [2025-07-09T11:11:08.756Z] 5400184a1400: Layer already exists [2025-07-09T11:11:08.756Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:09.025Z] latest: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:09.404Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:09.783Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [2025-07-09T11:11:09.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-07-09T11:11:09.783Z] 5400184a1400: Preparing [2025-07-09T11:11:09.783Z] 53c382e50b66: Preparing [2025-07-09T11:11:09.783Z] 83e81243abc9: Preparing [2025-07-09T11:11:09.783Z] 4039ead456e0: Preparing [2025-07-09T11:11:09.783Z] dc0e7751d160: Preparing [2025-07-09T11:11:09.783Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:09.783Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:09.783Z] 5400184a1400: Layer already exists [2025-07-09T11:11:09.783Z] dc0e7751d160: Layer already exists [2025-07-09T11:11:09.783Z] 53c382e50b66: Layer already exists [2025-07-09T11:11:09.783Z] 4039ead456e0: Layer already exists [2025-07-09T11:11:09.783Z] 83e81243abc9: Layer already exists [2025-07-09T11:11:09.783Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:10.051Z] 4.1.0-dev.1: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:10.452Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:10.841Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T11:11:10.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-07-09T11:11:10.841Z] 5400184a1400: Preparing [2025-07-09T11:11:10.841Z] 53c382e50b66: Preparing [2025-07-09T11:11:10.841Z] 83e81243abc9: Preparing [2025-07-09T11:11:10.841Z] 4039ead456e0: Preparing [2025-07-09T11:11:10.841Z] dc0e7751d160: Preparing [2025-07-09T11:11:10.841Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:10.841Z] 4039ead456e0: Layer already exists [2025-07-09T11:11:10.841Z] 53c382e50b66: Layer already exists [2025-07-09T11:11:10.841Z] 5400184a1400: Layer already exists [2025-07-09T11:11:10.841Z] 83e81243abc9: Layer already exists [2025-07-09T11:11:10.841Z] dc0e7751d160: Layer already exists [2025-07-09T11:11:10.841Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:11.110Z] fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:11.507Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:11.879Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2025-07-09T11:11:11.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2025-07-09T11:11:11.879Z] 5400184a1400: Preparing [2025-07-09T11:11:11.879Z] 53c382e50b66: Preparing [2025-07-09T11:11:11.879Z] 83e81243abc9: Preparing [2025-07-09T11:11:11.879Z] 4039ead456e0: Preparing [2025-07-09T11:11:11.879Z] dc0e7751d160: Preparing [2025-07-09T11:11:11.879Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:11.879Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:11.879Z] dc0e7751d160: Layer already exists [2025-07-09T11:11:11.879Z] 83e81243abc9: Layer already exists [2025-07-09T11:11:11.879Z] 5400184a1400: Layer already exists [2025-07-09T11:11:11.879Z] 53c382e50b66: Layer already exists [2025-07-09T11:11:11.879Z] 4039ead456e0: Layer already exists [2025-07-09T11:11:11.879Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:12.150Z] main: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T11:11:12.250Z] ===================================================== [Pipeline] echo [2025-07-09T11:11:12.268Z] taggedImages: [2025-07-09T11:11:12.268Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [2025-07-09T11:11:12.268Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2025-07-09T11:11:12.268Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [2025-07-09T11:11:12.268Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [2025-07-09T11:11:12.268Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] echo [2025-07-09T11:11:12.282Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo [2025-07-09T11:11:12.297Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] echo [2025-07-09T11:11:12.309Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [Pipeline] echo [2025-07-09T11:11:12.321Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] echo [2025-07-09T11:11:12.337Z] 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-07-09T11:11:12.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:12.756Z] [2025-07-09T11:11:12.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:13.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:13.380Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-09T11:11:13.380Z] 8998bd30e6a1: Pulling fs layer [2025-07-09T11:11:13.380Z] 04944245beec: Pulling fs layer [2025-07-09T11:11:13.380Z] 699f458cf7ca: Pulling fs layer [2025-07-09T11:11:13.380Z] 765212b225bb: Pulling fs layer [2025-07-09T11:11:13.380Z] f23df028b6ca: Pulling fs layer [2025-07-09T11:11:13.380Z] d65c8cfc05b1: Pulling fs layer [2025-07-09T11:11:13.380Z] 2437ff75d9bd: Pulling fs layer [2025-07-09T11:11:13.380Z] f23df028b6ca: Waiting [2025-07-09T11:11:13.380Z] d65c8cfc05b1: Waiting [2025-07-09T11:11:13.380Z] 765212b225bb: Waiting [2025-07-09T11:11:13.380Z] 04944245beec: Verifying Checksum [2025-07-09T11:11:13.380Z] 04944245beec: Download complete [2025-07-09T11:11:13.380Z] 765212b225bb: Verifying Checksum [2025-07-09T11:11:13.380Z] 765212b225bb: Download complete [2025-07-09T11:11:13.647Z] f23df028b6ca: Verifying Checksum [2025-07-09T11:11:13.647Z] f23df028b6ca: Download complete [2025-07-09T11:11:13.647Z] d65c8cfc05b1: Verifying Checksum [2025-07-09T11:11:13.647Z] d65c8cfc05b1: Download complete [2025-07-09T11:11:13.647Z] 699f458cf7ca: Verifying Checksum [2025-07-09T11:11:13.647Z] 699f458cf7ca: Download complete [2025-07-09T11:11:14.229Z] 8998bd30e6a1: Download complete [2025-07-09T11:11:16.805Z] 2437ff75d9bd: Verifying Checksum [2025-07-09T11:11:16.805Z] 2437ff75d9bd: Download complete [2025-07-09T11:11:19.391Z] 8998bd30e6a1: Pull complete [2025-07-09T11:11:19.658Z] 04944245beec: Pull complete [2025-07-09T11:11:21.606Z] 699f458cf7ca: Pull complete [2025-07-09T11:11:21.606Z] 765212b225bb: Pull complete [2025-07-09T11:11:22.569Z] f23df028b6ca: Pull complete [2025-07-09T11:11:22.837Z] d65c8cfc05b1: Pull complete [2025-07-09T11:11:41.055Z] 2437ff75d9bd: Pull complete [2025-07-09T11:11:41.055Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-09T11:11:41.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:41.055Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:11:41.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container [2025-07-09T11:11:41.375Z] $ 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/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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-07-09T11:11:44.759Z] $ docker top dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:11:45.642Z] ---> job-cost.sh [2025-07-09T11:11:45.642Z] lf-activate-venv: SKIPPING [2025-07-09T11:11:45.642Z] INFO: No Stack... [2025-07-09T11:11:46.226Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-09T11:11:47.187Z] INFO: Archiving Costs [Pipeline] sh [2025-07-09T11:11:47.830Z] + cat /w/workspace/device-mqtt-go/194/archives/cost.csv [2025-07-09T11:11:47.830Z] + cut -d, -f6 [Pipeline] lock [2025-07-09T11:11:47.894Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [2025-07-09T11:11:47.899Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] did not exist. Created. [2025-07-09T11:11:47.904Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-09T11:11:48.561Z] /w/workspace/device-mqtt-go/194@tmp/durable-af53a520/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-09T11:11:49.203Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-09T11:11:49.231Z] Warning: overwriting stash ‘stack-cost’ [2025-07-09T11:11:49.282Z] Stashed 1 file(s) [Pipeline] } [2025-07-09T11:11:49.290Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-09T11:11:49.321Z] $ docker stop --time=1 dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 [2025-07-09T11:11:50.866Z] $ docker rm -f --volumes dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 [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-07-09T11:11:51.352Z] provisioning config files... [2025-07-09T11:11:51.359Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13702606895689328784tmp [Pipeline] { [Pipeline] sh [2025-07-09T11:11:51.651Z] + set +x [2025-07-09T11:11:51.651Z] + curl -s https://codecov.io/bash [2025-07-09T11:11:51.651Z] + bash -s -- [2025-07-09T11:11:51.651Z] [2025-07-09T11:11:51.651Z] _____ _ [2025-07-09T11:11:51.651Z] / ____| | | [2025-07-09T11:11:51.651Z] | | ___ __| | ___ ___ _____ __ [2025-07-09T11:11:51.651Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-09T11:11:51.651Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-09T11:11:51.651Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-09T11:11:51.651Z] Bash-1.0.6 [2025-07-09T11:11:51.651Z] [2025-07-09T11:11:51.651Z] [2025-07-09T11:11:51.651Z] ==> git version 2.25.1 found [2025-07-09T11:11:51.651Z] ==> 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-07-09T11:11:51.651Z] Release-Date: 2020-01-08 [2025-07-09T11:11:51.651Z] 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-07-09T11:11:51.651Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-09T11:11:51.651Z] ==> Jenkins CI detected. [2025-07-09T11:11:51.651Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2025-07-09T11:11:51.651Z] project root: . [2025-07-09T11:11:51.651Z] --> token set from env [2025-07-09T11:11:51.651Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-09T11:11:51.651Z] ==> Running gcov in . (disable via -X gcov) [2025-07-09T11:11:51.651Z] ==> Python coveragepy not found [2025-07-09T11:11:51.651Z] ==> Searching for coverage reports in: [2025-07-09T11:11:51.651Z] + . [2025-07-09T11:11:51.651Z] -> Found 1 reports [2025-07-09T11:11:51.651Z] ==> Detecting git/mercurial file structure [2025-07-09T11:11:51.651Z] ==> Reading reports [2025-07-09T11:11:51.651Z] + ./coverage.out bytes=21039 [2025-07-09T11:11:51.651Z] ==> Appending adjustments [2025-07-09T11:11:51.651Z] https://docs.codecov.io/docs/fixing-reports [2025-07-09T11:11:51.910Z] + Found adjustments [2025-07-09T11:11:51.910Z] ==> Gzipping contents [2025-07-09T11:11:51.910Z] 4.0K /tmp/codecov.N93ONU.gz [2025-07-09T11:11:51.910Z] ==> Uploading reports [2025-07-09T11:11:51.910Z] url: https://codecov.io [2025-07-09T11:11:51.910Z] query: branch=main&commit=fe4f556c946f4493b6493c09fb17b56dde351f31&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-09T11:11:51.910Z] -> Pinging Codecov [2025-07-09T11:11:51.910Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fe4f556c946f4493b6493c09fb17b56dde351f31&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-09T11:11:52.169Z] -> Uploading to [2025-07-09T11:11:52.169Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-mqtt-go/fe4f556c946f4493b6493c09fb17b56dde351f31/9c6762f5-d596-454b-b116-93cda514e900.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250709%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250709T111151Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b1a945b08e31129f287a15a776adf59105c5e481323b08349c148d2cfdd8fb74 [2025-07-09T11:11:52.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-09T11:11:52.169Z] Dload Upload Total Spent Left Speed [2025-07-09T11:11:52.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3346 0 0 100 3346 0 14740 --:--:-- --:--:-- --:--:-- 14675 [2025-07-09T11:11:52.169Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } [2025-07-09T11:11:52.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-09T11:11:52.323Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-09T11:11:52.338Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:52.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:52.637Z] [2025-07-09T11:11:52.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:52.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:52.938Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-09T11:11:52.938Z] 0a9a5dfd008f: Already exists [2025-07-09T11:11:52.938Z] 36466aa92d05: Already exists [2025-07-09T11:11:52.938Z] e10405b45d13: Already exists [2025-07-09T11:11:52.938Z] 096b7ceb2af7: Already exists [2025-07-09T11:11:52.938Z] 4f4fb700ef54: Already exists [2025-07-09T11:11:52.938Z] e50aa161e22a: Pulling fs layer [2025-07-09T11:11:52.938Z] d3c8db5fb9df: Pulling fs layer [2025-07-09T11:11:53.197Z] e50aa161e22a: Verifying Checksum [2025-07-09T11:11:53.197Z] e50aa161e22a: Download complete [2025-07-09T11:11:53.456Z] e50aa161e22a: Pull complete [2025-07-09T11:11:53.456Z] d3c8db5fb9df: Verifying Checksum [2025-07-09T11:11:53.456Z] d3c8db5fb9df: Download complete [2025-07-09T11:11:56.737Z] d3c8db5fb9df: Pull complete [2025-07-09T11:11:56.737Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-09T11:11:56.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:56.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:11:56.823Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:11:56.845Z] $ 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-07-09T11:11:58.409Z] $ docker top 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:11:58.763Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo [2025-07-09T11:11:58.773Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2025-07-09T11:11:59.048Z] + set -o pipefail [2025-07-09T11:11:59.048Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2025-07-09T11:12:07.169Z] [2025-07-09T11:12:07.169Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2025-07-09T11:12:07.169Z] [2025-07-09T11:12:07.169Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/5410e892-b197-43bb-a152-1f13af7c4b4e [2025-07-09T11:12:07.169Z] [2025-07-09T11:12:07.169Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-09T11:12:07.169Z] [Pipeline] } [2025-07-09T11:12:07.427Z] $ docker stop --time=1 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 [2025-07-09T11:12:10.329Z] $ docker rm -f --volumes 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 [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-07-09T11:12:11.189Z] + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] sh [2025-07-09T11:12:11.474Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:11.474Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:11.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:11.776Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:11.849Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:12:11.861Z] $ 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-07-09T11:12:12.127Z] $ docker top 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee -eo pid,comm [2025-07-09T11:12:12.175Z] 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-07-09T11:12:12.175Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:12.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:12.231Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:12.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:12.314Z] $ docker exec 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee ssh-agent [2025-07-09T11:12:12.417Z] SSH_AUTH_SOCK=/tmp/ssh-tjTLp6xZMceN/agent.33 [2025-07-09T11:12:12.417Z] SSH_AGENT_PID=39 [2025-07-09T11:12:12.422Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:12.501Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16192361944399385415.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16192361944399385415.key) [2025-07-09T11:12:12.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:12.819Z] + git semver tag [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,041 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,044 [run_tag] DEBUG tag force:False [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,044 [check_head_tag] DEBUG check head tag [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,045 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,047 [execute] INFO git cat-file --batch [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,047 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,055 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,056 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,056 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-09T11:12:13.078Z] 2025-07-09 11:12:13,059 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:13.078Z] 4.1.0-dev.1 [Pipeline] } [2025-07-09T11:12:13.332Z] $ docker exec --env ******** --env ******** 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee ssh-agent -k [2025-07-09T11:12:13.434Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:13.434Z] unset SSH_AGENT_PID; [2025-07-09T11:12:13.434Z] echo Agent pid 39 killed; [2025-07-09T11:12:13.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:13.782Z] + git semver [Pipeline] } [2025-07-09T11:12:14.043Z] $ docker stop --time=1 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee [2025-07-09T11:12:15.334Z] $ docker rm -f --volumes 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:15.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:15.753Z] [2025-07-09T11:12:15.753Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:16.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:16.052Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-09T11:12:16.052Z] ab5ef0e58194: Pulling fs layer [2025-07-09T11:12:16.052Z] 9712f1f96733: Pulling fs layer [2025-07-09T11:12:16.052Z] 63f879dbbcfc: Pulling fs layer [2025-07-09T11:12:16.052Z] 0d9ebad4ef96: Pulling fs layer [2025-07-09T11:12:16.052Z] e9a5061849ea: Pulling fs layer [2025-07-09T11:12:16.052Z] d747dcd14b5f: Pulling fs layer [2025-07-09T11:12:16.052Z] 2de7ff778b66: Pulling fs layer [2025-07-09T11:12:16.052Z] e9a5061849ea: Waiting [2025-07-09T11:12:16.052Z] d747dcd14b5f: Waiting [2025-07-09T11:12:16.052Z] 2de7ff778b66: Waiting [2025-07-09T11:12:16.052Z] 0d9ebad4ef96: Waiting [2025-07-09T11:12:16.052Z] 9712f1f96733: Verifying Checksum [2025-07-09T11:12:16.052Z] 9712f1f96733: Download complete [2025-07-09T11:12:16.311Z] 63f879dbbcfc: Verifying Checksum [2025-07-09T11:12:16.311Z] 63f879dbbcfc: Download complete [2025-07-09T11:12:16.569Z] 0d9ebad4ef96: Verifying Checksum [2025-07-09T11:12:16.569Z] 0d9ebad4ef96: Download complete [2025-07-09T11:12:16.569Z] d747dcd14b5f: Verifying Checksum [2025-07-09T11:12:16.569Z] d747dcd14b5f: Download complete [2025-07-09T11:12:16.569Z] ab5ef0e58194: Verifying Checksum [2025-07-09T11:12:16.569Z] ab5ef0e58194: Download complete [2025-07-09T11:12:16.569Z] e9a5061849ea: Verifying Checksum [2025-07-09T11:12:16.569Z] e9a5061849ea: Download complete [2025-07-09T11:12:16.569Z] 2de7ff778b66: Verifying Checksum [2025-07-09T11:12:16.569Z] 2de7ff778b66: Download complete [2025-07-09T11:12:19.855Z] ab5ef0e58194: Pull complete [2025-07-09T11:12:19.855Z] 9712f1f96733: Pull complete [2025-07-09T11:12:19.855Z] 63f879dbbcfc: Pull complete [2025-07-09T11:12:25.118Z] 0d9ebad4ef96: Pull complete [2025-07-09T11:12:25.118Z] e9a5061849ea: Pull complete [2025-07-09T11:12:25.118Z] d747dcd14b5f: Pull complete [2025-07-09T11:12:26.053Z] 2de7ff778b66: Pull complete [2025-07-09T11:12:26.053Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-09T11:12:26.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:26.053Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:26.154Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:12:26.175Z] $ 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-07-09T11:12:28.872Z] $ docker top 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-09T11:12:28.958Z] provisioning config files... [2025-07-09T11:12:28.964Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12185410015609615032tmp [2025-07-09T11:12:28.972Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14585584220383797980tmp [2025-07-09T11:12:28.981Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10690377268166758376tmp [Pipeline] { [Pipeline] echo [2025-07-09T11:12:29.012Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:29.307Z] ---> sigul-configuration.sh [2025-07-09T11:12:29.307Z] gpg: directory `/root/.gnupg' created [2025-07-09T11:12:29.307Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-09T11:12:29.307Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-09T11:12:29.307Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-09T11:12:29.307Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-09T11:12:29.307Z] gpg: CAST5 encrypted data [2025-07-09T11:12:29.307Z] gpg: encrypted with 1 passphrase [2025-07-09T11:12:29.307Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-09T11:12:29.681Z] + mkdir /home/jenkins [2025-07-09T11:12:29.681Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-09T11:12:30.029Z] + 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-07-09T11:12:30.048Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:30.382Z] ---> sigul-install.sh [2025-07-09T11:12:30.382Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-09T11:12:30.680Z] + git tag --list [2025-07-09T11:12:30.680Z] 0.7.1 [2025-07-09T11:12:30.680Z] v1.0.0 [2025-07-09T11:12:30.680Z] v1.1.0 [2025-07-09T11:12:30.680Z] v1.1.1 [2025-07-09T11:12:30.680Z] v1.2.2 [2025-07-09T11:12:30.680Z] v1.3.0 [2025-07-09T11:12:30.680Z] v1.3.1 [2025-07-09T11:12:30.680Z] v2.0.0 [2025-07-09T11:12:30.680Z] v2.1.0 [2025-07-09T11:12:30.680Z] v2.1.1 [2025-07-09T11:12:30.680Z] v2.2.0 [2025-07-09T11:12:30.680Z] v2.3.0 [2025-07-09T11:12:30.680Z] v3.0 [2025-07-09T11:12:30.680Z] v3.0.0 [2025-07-09T11:12:30.680Z] v3.1 [2025-07-09T11:12:30.680Z] v3.1.0 [2025-07-09T11:12:30.680Z] v3.1.1 [2025-07-09T11:12:30.680Z] v4.0 [2025-07-09T11:12:30.680Z] v4.0.0 [2025-07-09T11:12:30.680Z] v4.1.0-dev.1 [Pipeline] sh [2025-07-09T11:12:30.970Z] + lftools sign git-tag v4.1.0-dev.1 [2025-07-09T11:12:31.543Z] Signing Git tag with Sigul... [2025-07-09T11:12:31.543Z] Signing v4.1.0-dev.1 [Pipeline] echo [2025-07-09T11:12:31.815Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:32.105Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-09T11:12:32.112Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-09T11:12:32.126Z] $ docker stop --time=1 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 [2025-07-09T11:12:33.368Z] $ docker rm -f --volumes 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-09T11:12:33.817Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:33.817Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:34.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:34.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:34.183Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:12:34.209Z] $ 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-07-09T11:12:34.600Z] $ docker top 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b -eo pid,comm [2025-07-09T11:12:34.664Z] 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-07-09T11:12:34.664Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:34.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:34.710Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:34.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:34.821Z] $ docker exec 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b ssh-agent [2025-07-09T11:12:34.928Z] SSH_AUTH_SOCK=/tmp/ssh-A3MRxcmmD95m/agent.32 [2025-07-09T11:12:34.928Z] SSH_AGENT_PID=38 [2025-07-09T11:12:34.932Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:35.015Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10636725365440089721.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10636725365440089721.key) [2025-07-09T11:12:35.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:35.331Z] + git semver bump pre [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,541 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [bump_version] DEBUG bumped version:4.1.0-dev.2 [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,545 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,548 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,552 [execute] INFO git cat-file --batch [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:35.590Z] 2025-07-09 11:12:35,555 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:35.590Z] 4.1.0-dev.2 [Pipeline] } [2025-07-09T11:12:35.845Z] $ docker exec --env ******** --env ******** 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b ssh-agent -k [2025-07-09T11:12:35.939Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:35.939Z] unset SSH_AGENT_PID; [2025-07-09T11:12:35.939Z] echo Agent pid 38 killed; [2025-07-09T11:12:35.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:36.281Z] + git semver [Pipeline] } [2025-07-09T11:12:36.539Z] $ docker stop --time=1 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b [2025-07-09T11:12:37.904Z] $ docker rm -f --volumes 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T11:12:38.277Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:38.277Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:38.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:38.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:38.658Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:12:38.675Z] $ 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-07-09T11:12:38.918Z] $ docker top bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e -eo pid,comm [2025-07-09T11:12:38.969Z] 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-07-09T11:12:38.969Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:39.024Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:39.024Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:39.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:39.131Z] $ docker exec bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e ssh-agent [2025-07-09T11:12:39.235Z] SSH_AUTH_SOCK=/tmp/ssh-tvmpTU0hs1k5/agent.32 [2025-07-09T11:12:39.235Z] SSH_AGENT_PID=38 [2025-07-09T11:12:39.239Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:39.314Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10464410408933381020.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10464410408933381020.key) [2025-07-09T11:12:39.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:39.630Z] + git semver push [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,828 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,832 [run_push] DEBUG push [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,832 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,833 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,835 [execute] INFO git rev-list 088b2bcfc16e0de8b252b5317dc3f903d8aa82e0 -- [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,835 [execute] DEBUG Popen(['git', 'rev-list', '088b2bcfc16e0de8b252b5317dc3f903d8aa82e0', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,843 [execute] INFO git fetch -v -- origin [2025-07-09T11:12:39.888Z] 2025-07-09 11:12:39,844 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-09T11:12:40.455Z] 2025-07-09 11:12:40,308 [run_push] DEBUG no remote changes detected [2025-07-09T11:12:40.455Z] 2025-07-09 11:12:40,308 [execute] INFO git push origin semver [2025-07-09T11:12:40.455Z] 2025-07-09 11:12:40,309 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-09T11:12:41.404Z] 2025-07-09 11:12:41,064 [run_push] DEBUG push all version tags [2025-07-09T11:12:41.404Z] 2025-07-09 11:12:41,064 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-09T11:12:41.404Z] 2025-07-09 11:12:41,065 [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-07-09T11:12:41.972Z] 2025-07-09 11:12:41,772 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2025-07-09T11:12:41.972Z] 4.1.0-dev.2 [Pipeline] } [2025-07-09T11:12:41.969Z] $ docker exec --env ******** --env ******** bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e ssh-agent -k [2025-07-09T11:12:42.060Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:42.062Z] unset SSH_AGENT_PID; [2025-07-09T11:12:42.062Z] echo Agent pid 38 killed; [2025-07-09T11:12:42.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:42.406Z] + git semver [Pipeline] } [2025-07-09T11:12:42.665Z] $ docker stop --time=1 bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e [2025-07-09T11:12:43.921Z] $ docker rm -f --volumes bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e [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-07-09T11:12:44.528Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2025-07-09T11:12:44.528Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-07-09T11:12:44.528Z] total 16 [2025-07-09T11:12:44.528Z] drwxr-xr-x 3 root root 4096 Jul 9 10:58 . [2025-07-09T11:12:44.528Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. [2025-07-09T11:12:44.528Z] drwxr-xr-x 2 root root 4096 Jul 9 10:58 cost [2025-07-09T11:12:44.528Z] -rw-r--r-- 1 root root 86 Jul 9 10:58 cost.csv [2025-07-09T11:12:44.528Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-07-09T11:12:44.528Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2025-07-09T11:12:44.528Z] total 16 [2025-07-09T11:12:44.528Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:58 . [2025-07-09T11:12:44.528Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. [2025-07-09T11:12:44.528Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 9 10:58 cost [2025-07-09T11:12:44.528Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 9 10:58 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:44.818Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:45.676Z] ---> package-listing.sh [2025-07-09T11:12:45.676Z] ++ facter osfamily [2025-07-09T11:12:45.676Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-09T11:12:45.936Z] + OS_FAMILY=debian [2025-07-09T11:12:45.936Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2025-07-09T11:12:45.936Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-09T11:12:45.936Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-09T11:12:45.936Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-09T11:12:45.936Z] + PACKAGES=/tmp/packages_start.txt [2025-07-09T11:12:45.936Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-07-09T11:12:45.936Z] + PACKAGES=/tmp/packages_end.txt [2025-07-09T11:12:45.936Z] + case "${OS_FAMILY}" in [2025-07-09T11:12:45.936Z] + dpkg -l [2025-07-09T11:12:45.936Z] + grep '^ii' [2025-07-09T11:12:45.936Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-09T11:12:45.936Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-09T11:12:45.936Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-09T11:12:45.936Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2025-07-09T11:12:45.936Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2025-07-09T11:12:45.936Z] + 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-07-09T11:12:45.949Z] 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-07-09T11:12:46.228Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:46.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T11:12:46.791Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:46.867Z] prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container [2025-07-09T11:12:46.883Z] $ 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-07-09T11:12:47.106Z] $ docker top 0e1fd4ca3cb26dbbac9d5d85633fedb871ee4071a099a99db76b9718d9a58177 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:12:47.462Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-09T11:12:47.748Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-09T11:12:48.031Z] + ls /var/log/sa-host [2025-07-09T11:12:48.031Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T11:12:48.069Z] provisioning config files... [2025-07-09T11:12:48.077Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config11410913218295609432tmp [Pipeline] { [Pipeline] echo [2025-07-09T11:12:48.095Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:48.374Z] ---> create-netrc.sh [Pipeline] } [2025-07-09T11:12:48.381Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:48.693Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-09T11:12:48.704Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:48.986Z] ---> sudo-logs.sh [2025-07-09T11:12:48.986Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-09T11:12:49.016Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:49.297Z] ---> job-cost.sh [2025-07-09T11:12:49.298Z] lf-activate-venv: SKIPPING [2025-07-09T11:12:49.298Z] DEBUG: total: 0.2199999988079071 [2025-07-09T11:12:49.298Z] INFO: Retrieving Stack Cost... [2025-07-09T11:12:49.555Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-09T11:12:50.123Z] INFO: Archiving Costs [Pipeline] echo [2025-07-09T11:12:50.137Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:50.420Z] ---> logs-deploy.sh [2025-07-09T11:12:50.420Z] lf-activate-venv: SKIPPING [2025-07-09T11:12:50.420Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/194 [2025-07-09T11:12:50.420Z] INFO: archiving workspace using pattern(s): [2025-07-09T11:12:51.356Z] Archives upload complete. [2025-07-09T11:12:51.356Z] INFO: archiving logs to Nexus