Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 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-ssh365251440311084936.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10962820184797364117.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-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-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3710158591678500766.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13335663744658983791.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-modbus-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-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16107321606943908263.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-modbus-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-modbus-go-settings PROJECT: device-modbus-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-modbus 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6830 in /w/workspace/gexfoundry_device-modbus-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-modbus-go.git > git init /w/workspace/gexfoundry_device-modbus-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b (main) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Commit message: "Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29" > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b # timeout=10 > git rev-list --no-walk 277c61b16e7c0648a3f514fe0f76a624f6ec5203 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-13T05:21:29.969Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-13T05:21:30.030Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-13T05:21:30.048Z] ========================================================= [2025-08-13T05:21:30.048Z] EdgeX Global Pipelines Version Info [2025-08-13T05:21:30.048Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:21:31.138Z] ------------------- [2025-08-13T05:21:31.138Z] stable info: [2025-08-13T05:21:31.138Z] ------------------- [2025-08-13T05:21:31.138Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-13T05:21:31.138Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-13T05:21:31.138Z] Message: update stable to v1.0.276 [2025-08-13T05:21:31.708Z] ------------------- [2025-08-13T05:21:31.708Z] experimental info: [2025-08-13T05:21:31.708Z] ------------------- [2025-08-13T05:21:31.708Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-13T05:21:31.708Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-13T05:21:31.708Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-13T05:21:31.786Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2025-08-13T05:21:31.808Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2025-08-13T05:21:31.829Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-13T05:21:31.855Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-13T05:21:31.878Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-13T05:21:31.899Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-13T05:21:31.922Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-13T05:21:31.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-13T05:21:31.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-13T05:21:31.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-13T05:21:32.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-13T05:21:32.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2025-08-13T05:21:32.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-13T05:21:32.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-13T05:21:32.108Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-13T05:21:32.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-13T05:21:32.148Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-13T05:21:32.173Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-13T05:21:32.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-13T05:21:32.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-13T05:21:32.241Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-13T05:21:32.262Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-13T05:21:32.282Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-13T05:21:32.303Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-13T05:21:32.326Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-13T05:21:32.347Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-13T05:21:32.376Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-13T05:21:32.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-13T05:21:32.417Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-13T05:21:32.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-13T05:21:32.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo [2025-08-13T05:21:32.484Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d8bab9 [Pipeline] echo [2025-08-13T05:21:32.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:21:32.573Z] provisioning config files... [2025-08-13T05:21:32.587Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5015000104264878085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:21:32.918Z] ---> ****-login.sh [2025-08-13T05:21:32.918Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:21:32.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:33.178Z] [2025-08-13T05:21:33.178Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-13T05:21:33.179Z] Configure a credential helper to remove this warning. See [2025-08-13T05:21:33.179Z] https://docs.****.com/go/credential-store/ [2025-08-13T05:21:33.179Z] [2025-08-13T05:21:33.179Z] Login Succeeded [2025-08-13T05:21:33.179Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:21:33.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:33.179Z] [2025-08-13T05:21:33.179Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-13T05:21:33.179Z] Configure a credential helper to remove this warning. See [2025-08-13T05:21:33.179Z] https://docs.****.com/go/credential-store/ [2025-08-13T05:21:33.179Z] [2025-08-13T05:21:33.179Z] Login Succeeded [2025-08-13T05:21:33.179Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:21:33.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:33.439Z] [2025-08-13T05:21:33.439Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-13T05:21:33.439Z] Configure a credential helper to remove this warning. See [2025-08-13T05:21:33.439Z] https://docs.****.com/go/credential-store/ [2025-08-13T05:21:33.439Z] [2025-08-13T05:21:33.439Z] Login Succeeded [2025-08-13T05:21:33.439Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:21:33.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:33.439Z] [2025-08-13T05:21:33.439Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-13T05:21:33.439Z] Configure a credential helper to remove this warning. See [2025-08-13T05:21:33.439Z] https://docs.****.com/go/credential-store/ [2025-08-13T05:21:33.439Z] [2025-08-13T05:21:33.439Z] Login Succeeded [2025-08-13T05:21:33.439Z] ****.io [2025-08-13T05:21:33.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:33.700Z] [2025-08-13T05:21:33.700Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-13T05:21:33.700Z] Configure a credential helper to remove this warning. See [2025-08-13T05:21:33.700Z] https://docs.****.com/go/credential-store/ [2025-08-13T05:21:33.700Z] [2025-08-13T05:21:33.700Z] Login Succeeded [2025-08-13T05:21:33.700Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:21:33.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-13T05:21:34.168Z] + git rev-list -1 --merges 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b~1..4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo [2025-08-13T05:21:34.199Z] -----------> git rev-list -1 --merges 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b~1..4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:21:34.199Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [false] [Pipeline] sh [2025-08-13T05:21:34.494Z] + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo [2025-08-13T05:21:34.509Z] ========================================================= [2025-08-13T05:21:34.509Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-13T05:21:34.509Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-13T05:21:34.852Z] + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo [2025-08-13T05:21:34.863Z] [semverPrep] GIT_COMMIT: 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b, Commit Message: Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29 [Pipeline] echo [2025-08-13T05:21:34.875Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-13T05:21:35.222Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-13T05:21:35.222Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-13T05:21:35.222Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-13T05:21:35.222Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-13T05:21:35.222Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-13T05:21:35.222Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-13T05:21:35.222Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:21:35.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:21:35.565Z] [2025-08-13T05:21:35.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:21:35.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:21:35.877Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-13T05:21:35.877Z] 3dae71ba6b94: Pulling fs layer [2025-08-13T05:21:35.877Z] 6bf1a483ea7c: Pulling fs layer [2025-08-13T05:21:35.877Z] f5dfc541a4d3: Pulling fs layer [2025-08-13T05:21:35.877Z] 461d9e800cba: Pulling fs layer [2025-08-13T05:21:35.877Z] 80192f66455f: Pulling fs layer [2025-08-13T05:21:35.877Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-13T05:21:35.877Z] a29436f7fd5d: Pulling fs layer [2025-08-13T05:21:35.877Z] 923cac83aea3: Pulling fs layer [2025-08-13T05:21:35.877Z] 25ad8b0a4227: Pulling fs layer [2025-08-13T05:21:35.877Z] db01528c6b51: Pulling fs layer [2025-08-13T05:21:35.877Z] 28988de357af: Pulling fs layer [2025-08-13T05:21:35.877Z] 461d9e800cba: Waiting [2025-08-13T05:21:35.877Z] 2e8e34ca0e6c: Waiting [2025-08-13T05:21:35.877Z] 80192f66455f: Waiting [2025-08-13T05:21:35.877Z] 923cac83aea3: Waiting [2025-08-13T05:21:35.877Z] db01528c6b51: Waiting [2025-08-13T05:21:35.877Z] 28988de357af: Waiting [2025-08-13T05:21:35.877Z] 25ad8b0a4227: Waiting [2025-08-13T05:21:35.877Z] a29436f7fd5d: Waiting [2025-08-13T05:21:35.877Z] 6bf1a483ea7c: Verifying Checksum [2025-08-13T05:21:35.877Z] 6bf1a483ea7c: Download complete [2025-08-13T05:21:35.877Z] 461d9e800cba: Download complete [2025-08-13T05:21:35.877Z] 80192f66455f: Download complete [2025-08-13T05:21:36.138Z] f5dfc541a4d3: Verifying Checksum [2025-08-13T05:21:36.138Z] f5dfc541a4d3: Download complete [2025-08-13T05:21:36.138Z] 3dae71ba6b94: Verifying Checksum [2025-08-13T05:21:36.138Z] 3dae71ba6b94: Download complete [2025-08-13T05:21:36.138Z] 923cac83aea3: Verifying Checksum [2025-08-13T05:21:36.138Z] 923cac83aea3: Download complete [2025-08-13T05:21:36.138Z] 25ad8b0a4227: Verifying Checksum [2025-08-13T05:21:36.138Z] 25ad8b0a4227: Download complete [2025-08-13T05:21:36.397Z] db01528c6b51: Verifying Checksum [2025-08-13T05:21:36.397Z] db01528c6b51: Download complete [2025-08-13T05:21:36.397Z] 28988de357af: Download complete [2025-08-13T05:21:36.397Z] a29436f7fd5d: Verifying Checksum [2025-08-13T05:21:36.397Z] a29436f7fd5d: Download complete [2025-08-13T05:21:36.968Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-13T05:21:36.968Z] 2e8e34ca0e6c: Download complete [2025-08-13T05:21:37.537Z] 3dae71ba6b94: Pull complete [2025-08-13T05:21:37.797Z] 6bf1a483ea7c: Pull complete [2025-08-13T05:21:38.735Z] f5dfc541a4d3: Pull complete [2025-08-13T05:21:38.735Z] 461d9e800cba: Pull complete [2025-08-13T05:21:38.735Z] 80192f66455f: Pull complete [2025-08-13T05:21:44.021Z] 2e8e34ca0e6c: Pull complete [2025-08-13T05:21:44.280Z] a29436f7fd5d: Pull complete [2025-08-13T05:21:44.280Z] 923cac83aea3: Pull complete [2025-08-13T05:21:44.539Z] 25ad8b0a4227: Pull complete [2025-08-13T05:21:44.539Z] db01528c6b51: Pull complete [2025-08-13T05:21:44.539Z] 28988de357af: Pull complete [2025-08-13T05:21:44.539Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-13T05:21:44.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:21:44.539Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:21:44.674Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:21:44.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-13T05:21:46.599Z] $ docker top 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c -eo pid,comm [2025-08-13T05:21:46.650Z] 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-08-13T05:21:46.650Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-13T05:21:46.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-13T05:21:46.706Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-13T05:21:46.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-13T05:21:46.823Z] $ docker exec 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent [2025-08-13T05:21:46.925Z] SSH_AUTH_SOCK=/tmp/ssh-EBcNRLVHUdN4/agent.32 [2025-08-13T05:21:46.925Z] SSH_AGENT_PID=38 [2025-08-13T05:21:46.931Z] Running ssh-add (command line suppressed) [2025-08-13T05:21:47.034Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8518285741955474571.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8518285741955474571.key) [2025-08-13T05:21:47.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-13T05:21:47.341Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] sh [2025-08-13T05:21:47.631Z] + git tag --points-at HEAD [Pipeline] } [2025-08-13T05:21:47.645Z] $ docker exec --env ******** --env ******** 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent -k [2025-08-13T05:21:47.734Z] unset SSH_AUTH_SOCK; [2025-08-13T05:21:47.734Z] unset SSH_AGENT_PID; [2025-08-13T05:21:47.734Z] echo Agent pid 38 killed; [2025-08-13T05:21:47.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-13T05:21:47.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-13T05:21:47.783Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-13T05:21:47.889Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-13T05:21:47.893Z] $ docker exec 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent [2025-08-13T05:21:47.994Z] SSH_AUTH_SOCK=/tmp/ssh-6fNRHBFxaPcD/agent.85 [2025-08-13T05:21:47.994Z] SSH_AGENT_PID=92 [2025-08-13T05:21:48.001Z] Running ssh-add (command line suppressed) [2025-08-13T05:21:48.094Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12518687920438319549.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12518687920438319549.key) [2025-08-13T05:21:48.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-13T05:21:48.394Z] + git semver init [2025-08-13T05:21:48.658Z] 2025-08-13 05:21:48,633 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-13T05:21:48.658Z] 2025-08-13 05:21:48,637 [run_init] DEBUG init version:0.0.0 force:False [2025-08-13T05:21:48.658Z] 2025-08-13 05:21:48,638 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver [2025-08-13T05:21:48.658Z] 2025-08-13 05:21:48,638 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver [2025-08-13T05:21:48.658Z] 2025-08-13 05:21:48,638 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-13T05:21:50.042Z] 2025-08-13 05:21:49,885 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude [2025-08-13T05:21:50.042Z] 2025-08-13 05:21:49,885 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False [2025-08-13T05:21:50.042Z] 2025-08-13 05:21:49,885 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:21:50.042Z] 2025-08-13 05:21:49,885 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:21:50.042Z] 4.1.0-dev.4 [Pipeline] } [2025-08-13T05:21:50.054Z] $ docker exec --env ******** --env ******** 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent -k [2025-08-13T05:21:50.161Z] unset SSH_AUTH_SOCK; [2025-08-13T05:21:50.162Z] unset SSH_AGENT_PID; [2025-08-13T05:21:50.162Z] echo Agent pid 92 killed; [2025-08-13T05:21:50.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-13T05:21:50.782Z] + git semver [Pipeline] } [2025-08-13T05:21:50.796Z] $ docker stop --time=1 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c [2025-08-13T05:21:52.083Z] $ docker rm -f --volumes 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-13T05:21:52.425Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-13T05:21:52.735Z] Stashed 1 file(s) [Pipeline] echo [2025-08-13T05:21:52.740Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [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-08-13T05:21:52.919Z] provisioning config files... [2025-08-13T05:21:52.928Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config16326039162649834846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:21:53.231Z] ---> ****-login.sh [2025-08-13T05:21:53.231Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:21:53.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:53.232Z] Login Succeeded [2025-08-13T05:21:53.232Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:21:53.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:53.232Z] Login Succeeded [2025-08-13T05:21:53.232Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:21:53.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:53.491Z] Login Succeeded [2025-08-13T05:21:53.491Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:21:53.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:53.491Z] Login Succeeded [2025-08-13T05:21:53.491Z] ****.io [2025-08-13T05:21:53.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:21:53.750Z] Login Succeeded [2025-08-13T05:21:53.750Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:21:53.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-13T05:21:53.855Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:21:53.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:21:53.893Z] ========================================================= [2025-08-13T05:21:53.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-13T05:21:53.893Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:21:54.225Z] + 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-08-13T05:21:54.795Z] #0 building with "default" instance using docker driver [2025-08-13T05:21:54.795Z] [2025-08-13T05:21:54.795Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:21:54.795Z] #1 transferring dockerfile: 1.52kB done [2025-08-13T05:21:54.795Z] #1 DONE 0.0s [2025-08-13T05:21:54.795Z] [2025-08-13T05:21:54.795Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-13T05:21:54.795Z] #2 DONE 0.1s [2025-08-13T05:21:55.054Z] [2025-08-13T05:21:55.054Z] #3 [internal] load .dockerignore [2025-08-13T05:21:55.054Z] #3 transferring context: 182B done [2025-08-13T05:21:55.054Z] #3 DONE 0.0s [2025-08-13T05:21:55.054Z] [2025-08-13T05:21:55.054Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-13T05:21:55.054Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-13T05:21:55.054Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-13T05:21:55.054Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-13T05:21:55.054Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-08-13T05:21:55.054Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-13T05:21:55.054Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s [2025-08-13T05:21:55.054Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-13T05:21:55.054Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 17.83MB / 74.06MB 0.2s [2025-08-13T05:21:55.054Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-13T05:21:55.054Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done [2025-08-13T05:21:55.054Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s [2025-08-13T05:21:55.054Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-13T05:21:55.054Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-13T05:21:55.054Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.2s [2025-08-13T05:21:55.054Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-13T05:21:55.315Z] #4 ... [2025-08-13T05:21:55.315Z] [2025-08-13T05:21:55.315Z] #5 [internal] load build context [2025-08-13T05:21:55.315Z] #5 transferring context: 27.90MB 0.2s done [2025-08-13T05:21:55.315Z] #5 DONE 0.2s [2025-08-13T05:21:55.315Z] [2025-08-13T05:21:55.315Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-13T05:21:55.315Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 33.55MB / 74.06MB 0.3s [2025-08-13T05:21:55.315Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-13T05:21:55.315Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-13T05:21:55.315Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 1.05MB / 13.29MB 0.3s [2025-08-13T05:21:55.315Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 66.06MB / 74.06MB 0.5s [2025-08-13T05:21:55.315Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 19.92MB / 103.05MB 0.5s [2025-08-13T05:21:55.315Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 11.53MB / 13.29MB 0.5s [2025-08-13T05:21:55.315Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-08-13T05:21:55.574Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-08-13T05:21:55.574Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 27.26MB / 103.05MB 0.6s [2025-08-13T05:21:55.574Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.6s [2025-08-13T05:21:55.574Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 44.04MB / 103.05MB 0.7s [2025-08-13T05:21:55.574Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-08-13T05:21:55.831Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-08-13T05:21:55.831Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 63.96MB / 103.05MB 0.8s [2025-08-13T05:21:55.831Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s done [2025-08-13T05:21:55.831Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 88.08MB / 103.05MB 0.9s [2025-08-13T05:21:56.090Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.0s [2025-08-13T05:21:56.090Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s done [2025-08-13T05:22:01.357Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done [2025-08-13T05:22:01.357Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-13T05:22:01.357Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-13T05:22:01.357Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-13T05:22:01.357Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-13T05:22:01.357Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-13T05:22:01.357Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-13T05:22:01.357Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-13T05:22:04.011Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done [2025-08-13T05:22:04.011Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-08-13T05:22:04.594Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.8s done [2025-08-13T05:22:04.594Z] #4 DONE 9.5s [2025-08-13T05:22:04.594Z] [2025-08-13T05:22:04.594Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh [2025-08-13T05:22:04.594Z] #6 0.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-13T05:22:04.865Z] #6 0.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-13T05:22:05.141Z] #6 0.570 (1/8) Installing openssh-keygen (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.579 (2/8) Installing libedit (20240517.3.1-r0) [2025-08-13T05:22:05.401Z] #6 0.584 (3/8) Installing openssh-client-common (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.609 (4/8) Installing openssh-client-default (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.620 (5/8) Installing openssh-sftp-server (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.625 (6/8) Installing openssh-server-common (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.628 (7/8) Installing openssh-server (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.642 (8/8) Installing openssh (9.7_p1-r5) [2025-08-13T05:22:05.401Z] #6 0.649 Executing busybox-1.36.1-r29.trigger [2025-08-13T05:22:05.401Z] #6 0.658 OK: 253 MiB in 66 packages [2025-08-13T05:22:07.007Z] #6 DONE 2.6s [2025-08-13T05:22:07.268Z] [2025-08-13T05:22:07.268Z] #7 [builder 3/7] WORKDIR /device-modbus-go [2025-08-13T05:22:07.268Z] #7 DONE 0.0s [2025-08-13T05:22:07.268Z] [2025-08-13T05:22:07.268Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-13T05:22:07.268Z] #8 DONE 0.0s [2025-08-13T05:22:07.268Z] [2025-08-13T05:22:07.268Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-13T05:22:07.877Z] Still waiting to schedule task [2025-08-13T05:22:07.877Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6828’ [2025-08-13T05:22:25.399Z] #9 DONE 16.6s [2025-08-13T05:22:25.399Z] [2025-08-13T05:22:25.399Z] #10 [builder 6/7] COPY . . [2025-08-13T05:22:25.399Z] #10 DONE 0.1s [2025-08-13T05:22:25.399Z] [2025-08-13T05:22:25.399Z] #11 [builder 7/7] RUN echo noop [2025-08-13T05:22:25.399Z] #11 0.195 noop [2025-08-13T05:22:25.399Z] #11 DONE 0.2s [2025-08-13T05:22:25.399Z] [2025-08-13T05:22:25.399Z] #12 exporting to image [2025-08-13T05:22:25.399Z] #12 exporting layers [2025-08-13T05:22:30.993Z] #12 exporting layers 6.8s done [2025-08-13T05:22:30.993Z] #12 writing image sha256:bf0d6a4d4c8ddcc372fb708ceb92514e65cc8fc6e45bdbbc8dc42e659b8d33ca done [2025-08-13T05:22:30.993Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-13T05:22:30.993Z] #12 DONE 6.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:22:31.336Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-13T05:22:31.336Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:22:31.423Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:22:31.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** ci-base-image-x86_64 cat [2025-08-13T05:22:31.769Z] $ docker top 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:22:32.106Z] + go version [2025-08-13T05:22:32.106Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-13T05:22:32.116Z] $ docker stop --time=1 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a [2025-08-13T05:22:33.382Z] $ docker rm -f --volumes 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:22:33.802Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-13T05:22:33.802Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:22:33.876Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:22:33.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** ci-base-image-x86_64 cat [2025-08-13T05:22:34.141Z] $ docker top a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:22:34.481Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh [2025-08-13T05:22:34.783Z] + make test [2025-08-13T05:22:34.783Z] go test ./... -coverprofile=coverage.out [2025-08-13T05:22:36.158Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2025-08-13T05:22:54.263Z] github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements [2025-08-13T05:22:54.263Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.009s coverage: 46.5% of statements [2025-08-13T05:23:02.417Z] go vet ./... [2025-08-13T05:23:07.748Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-13T05:23:07.748Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-13T05:23:07.748Z] ./bin/test-attribution-txt.sh [2025-08-13T05:23:07.748Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-13T05:23:07.761Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-13T05:23:07.782Z] $ docker stop --time=1 a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 [2025-08-13T05:23:10.241Z] $ docker rm -f --volumes a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-13T05:23:10.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-13T05:23:10.831Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-13T05:23:11.291Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-13T05:23:11.575Z] + ls -al . [2025-08-13T05:23:11.575Z] total 260 [2025-08-13T05:23:11.575Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 13 05:22 . [2025-08-13T05:23:11.575Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 13 05:21 .. [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 13 05:21 .dockerignore [2025-08-13T05:23:11.575Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:22 .git [2025-08-13T05:23:11.575Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 .github [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 266 Aug 13 05:21 .gitignore [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 13 05:21 .golangci.yml [2025-08-13T05:23:11.575Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 13 05:21 .semver [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 20445 Aug 13 05:21 Attribution.txt [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 18046 Aug 13 05:21 CHANGELOG.md [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 1479 Aug 13 05:21 Dockerfile [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 13 05:21 GOVERNANCE.md [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 658 Aug 13 05:21 Jenkinsfile [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 13 05:21 LICENSE [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 2524 Aug 13 05:21 Makefile [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 13 05:21 OWNERS.md [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 4463 Aug 13 05:21 README.md [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 13 05:21 VERSION [2025-08-13T05:23:11.575Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:21 bin [2025-08-13T05:23:11.575Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 cmd [2025-08-13T05:23:11.575Z] -rw-r--r-- 1 jenkins jenkins 27945 Aug 13 05:22 coverage.out [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 6427 Aug 13 05:21 go.mod [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 87545 Aug 13 05:21 go.sum [2025-08-13T05:23:11.575Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 internal [2025-08-13T05:23:11.575Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:21 simulator [2025-08-13T05:23:11.575Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 13 05:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:11.897Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --label arch=amd64 --label version=4.1.0-dev.4 . [2025-08-13T05:23:12.157Z] #0 building with "default" instance using docker driver [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:23:12.157Z] #1 transferring dockerfile: 1.52kB done [2025-08-13T05:23:12.157Z] #1 DONE 0.0s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-13T05:23:12.157Z] #2 DONE 0.0s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-13T05:23:12.157Z] #3 DONE 0.1s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #4 [internal] load .dockerignore [2025-08-13T05:23:12.157Z] #4 transferring context: [2025-08-13T05:23:12.157Z] #4 transferring context: 182B done [2025-08-13T05:23:12.157Z] #4 DONE 0.0s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #5 [internal] load build context [2025-08-13T05:23:12.157Z] #5 transferring context: 40.35kB 0.0s done [2025-08-13T05:23:12.157Z] #5 DONE 0.0s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-13T05:23:12.157Z] #6 DONE 0.1s [2025-08-13T05:23:12.157Z] [2025-08-13T05:23:12.157Z] #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-13T05:23:12.157Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-13T05:23:12.157Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-13T05:23:12.415Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-13T05:23:12.415Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-13T05:23:12.415Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-13T05:23:12.415Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-13T05:23:12.415Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-13T05:23:12.415Z] #7 DONE 0.3s [2025-08-13T05:23:12.415Z] [2025-08-13T05:23:12.415Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh [2025-08-13T05:23:12.415Z] #8 0.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:12.415Z] #8 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:12.981Z] #8 0.704 OK: 253 MiB in 66 packages [2025-08-13T05:23:12.981Z] #8 DONE 0.8s [2025-08-13T05:23:12.981Z] [2025-08-13T05:23:12.981Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-13T05:23:12.981Z] #9 0.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:12.981Z] #9 0.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:12.981Z] #9 0.528 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-13T05:23:12.981Z] #9 0.534 Executing busybox-1.36.1-r29.trigger [2025-08-13T05:23:12.981Z] #9 0.540 OK: 8 MiB in 15 packages [2025-08-13T05:23:13.239Z] #9 DONE 0.7s [2025-08-13T05:23:13.239Z] [2025-08-13T05:23:13.239Z] #10 [builder 3/7] WORKDIR /device-modbus-go [2025-08-13T05:23:13.239Z] #10 DONE 0.0s [2025-08-13T05:23:13.239Z] [2025-08-13T05:23:13.239Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-13T05:23:13.239Z] #11 DONE 0.0s [2025-08-13T05:23:13.239Z] [2025-08-13T05:23:13.239Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-13T05:23:13.497Z] #12 DONE 0.5s [2025-08-13T05:23:13.497Z] [2025-08-13T05:23:13.497Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-13T05:23:13.497Z] #13 0.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:13.497Z] #13 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-13T05:23:13.756Z] #13 ... [2025-08-13T05:23:13.756Z] [2025-08-13T05:23:13.756Z] #14 [builder 6/7] COPY . . [2025-08-13T05:23:13.756Z] #14 DONE 0.2s [2025-08-13T05:23:13.756Z] [2025-08-13T05:23:13.756Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-13T05:23:13.756Z] #13 0.709 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:23:13.756Z] #13 0.729 Executing busybox-1.36.1-r30.post-upgrade [2025-08-13T05:23:13.756Z] #13 0.759 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:23:13.756Z] #13 0.762 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:23:13.756Z] #13 0.766 Executing busybox-1.36.1-r30.trigger [2025-08-13T05:23:13.756Z] #13 0.773 OK: 8 MiB in 15 packages [2025-08-13T05:23:13.756Z] #13 DONE 0.9s [2025-08-13T05:23:13.756Z] [2025-08-13T05:23:13.756Z] #15 [builder 7/7] RUN make build [2025-08-13T05:23:14.015Z] #15 0.214 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd [2025-08-13T05:23:36.056Z] #15 DONE 22.0s [2025-08-13T05:23:36.056Z] [2025-08-13T05:23:36.056Z] #16 [stage-1 4/6] COPY --from=builder /device-modbus-go/cmd / [2025-08-13T05:23:36.056Z] #16 DONE 0.1s [2025-08-13T05:23:36.056Z] [2025-08-13T05:23:36.056Z] #17 [stage-1 5/6] COPY --from=builder /device-modbus-go/LICENSE / [2025-08-13T05:23:36.056Z] #17 DONE 0.0s [2025-08-13T05:23:36.056Z] [2025-08-13T05:23:36.056Z] #18 [stage-1 6/6] COPY --from=builder /device-modbus-go/Attribution.txt / [2025-08-13T05:23:36.056Z] #18 DONE 0.0s [2025-08-13T05:23:36.056Z] [2025-08-13T05:23:36.056Z] #19 exporting to image [2025-08-13T05:23:36.056Z] #19 exporting layers 0.1s done [2025-08-13T05:23:36.056Z] #19 writing image sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:23:36.056Z] #19 naming to docker.io/library/device-modbus done [2025-08-13T05:23:36.056Z] #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:23:36.202Z] provisioning config files... [2025-08-13T05:23:36.209Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3361262014340862527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:23:36.508Z] ---> ****-login.sh [2025-08-13T05:23:36.508Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:23:36.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:23:36.508Z] Login Succeeded [2025-08-13T05:23:36.508Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:23:36.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:23:36.509Z] Login Succeeded [2025-08-13T05:23:36.509Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:23:36.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:23:36.768Z] Login Succeeded [2025-08-13T05:23:36.768Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:23:36.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:23:36.768Z] Login Succeeded [2025-08-13T05:23:36.768Z] ****.io [2025-08-13T05:23:36.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:23:37.026Z] Login Succeeded [2025-08-13T05:23:37.026Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:23:37.032Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-13T05:23:37.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:23:37.112Z] [edgeXDocker.push] Tagging docker image device-modbus with the following tags: [2025-08-13T05:23:37.112Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:23:37.112Z] latest [2025-08-13T05:23:37.112Z] 4.1.0-dev.4 [2025-08-13T05:23:37.112Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:23:37.112Z] main [2025-08-13T05:23:37.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:37.448Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:37.764Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:23:37.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2025-08-13T05:23:37.764Z] d48ee1ee83d8: Preparing [2025-08-13T05:23:37.765Z] 2b0aad019138: Preparing [2025-08-13T05:23:37.765Z] d228e0bcdc24: Preparing [2025-08-13T05:23:37.765Z] e9576204f4a8: Preparing [2025-08-13T05:23:37.765Z] 3c2d6571ea14: Preparing [2025-08-13T05:23:37.765Z] 097100c76c15: Preparing [2025-08-13T05:23:37.765Z] 097100c76c15: Waiting [2025-08-13T05:23:37.765Z] 2b0aad019138: Pushed [2025-08-13T05:23:37.765Z] d48ee1ee83d8: Pushed [2025-08-13T05:23:37.765Z] 3c2d6571ea14: Pushed [2025-08-13T05:23:37.765Z] 097100c76c15: Layer already exists [2025-08-13T05:23:37.765Z] e9576204f4a8: Pushed [2025-08-13T05:23:41.048Z] d228e0bcdc24: Pushed [2025-08-13T05:23:41.048Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:41.379Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:41.701Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest [2025-08-13T05:23:41.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2025-08-13T05:23:41.701Z] d48ee1ee83d8: Preparing [2025-08-13T05:23:41.701Z] 2b0aad019138: Preparing [2025-08-13T05:23:41.701Z] d228e0bcdc24: Preparing [2025-08-13T05:23:41.701Z] e9576204f4a8: Preparing [2025-08-13T05:23:41.701Z] 3c2d6571ea14: Preparing [2025-08-13T05:23:41.701Z] 097100c76c15: Preparing [2025-08-13T05:23:41.701Z] 097100c76c15: Waiting [2025-08-13T05:23:41.701Z] e9576204f4a8: Layer already exists [2025-08-13T05:23:41.701Z] 3c2d6571ea14: Layer already exists [2025-08-13T05:23:41.701Z] d48ee1ee83d8: Layer already exists [2025-08-13T05:23:41.701Z] 2b0aad019138: Layer already exists [2025-08-13T05:23:41.701Z] d228e0bcdc24: Layer already exists [2025-08-13T05:23:41.701Z] 097100c76c15: Layer already exists [2025-08-13T05:23:41.701Z] latest: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:42.035Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:42.366Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [2025-08-13T05:23:42.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2025-08-13T05:23:42.366Z] d48ee1ee83d8: Preparing [2025-08-13T05:23:42.366Z] 2b0aad019138: Preparing [2025-08-13T05:23:42.366Z] d228e0bcdc24: Preparing [2025-08-13T05:23:42.366Z] e9576204f4a8: Preparing [2025-08-13T05:23:42.366Z] 3c2d6571ea14: Preparing [2025-08-13T05:23:42.366Z] 097100c76c15: Preparing [2025-08-13T05:23:42.366Z] 097100c76c15: Waiting [2025-08-13T05:23:42.366Z] d48ee1ee83d8: Layer already exists [2025-08-13T05:23:42.366Z] e9576204f4a8: Layer already exists [2025-08-13T05:23:42.366Z] 3c2d6571ea14: Layer already exists [2025-08-13T05:23:42.366Z] d228e0bcdc24: Layer already exists [2025-08-13T05:23:42.366Z] 2b0aad019138: Layer already exists [2025-08-13T05:23:42.366Z] 097100c76c15: Layer already exists [2025-08-13T05:23:42.366Z] 4.1.0-dev.4: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:42.697Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:43.025Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:23:43.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2025-08-13T05:23:43.025Z] d48ee1ee83d8: Preparing [2025-08-13T05:23:43.025Z] 2b0aad019138: Preparing [2025-08-13T05:23:43.025Z] d228e0bcdc24: Preparing [2025-08-13T05:23:43.025Z] e9576204f4a8: Preparing [2025-08-13T05:23:43.025Z] 3c2d6571ea14: Preparing [2025-08-13T05:23:43.025Z] 097100c76c15: Preparing [2025-08-13T05:23:43.025Z] 097100c76c15: Waiting [2025-08-13T05:23:43.025Z] e9576204f4a8: Layer already exists [2025-08-13T05:23:43.025Z] 3c2d6571ea14: Layer already exists [2025-08-13T05:23:43.025Z] d228e0bcdc24: Layer already exists [2025-08-13T05:23:43.025Z] 2b0aad019138: Layer already exists [2025-08-13T05:23:43.025Z] d48ee1ee83d8: Layer already exists [2025-08-13T05:23:43.025Z] 097100c76c15: Layer already exists [2025-08-13T05:23:43.025Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:43.350Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:23:43.675Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:main [2025-08-13T05:23:43.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2025-08-13T05:23:43.675Z] d48ee1ee83d8: Preparing [2025-08-13T05:23:43.675Z] 2b0aad019138: Preparing [2025-08-13T05:23:43.675Z] d228e0bcdc24: Preparing [2025-08-13T05:23:43.675Z] e9576204f4a8: Preparing [2025-08-13T05:23:43.675Z] 3c2d6571ea14: Preparing [2025-08-13T05:23:43.675Z] 097100c76c15: Preparing [2025-08-13T05:23:43.675Z] 097100c76c15: Waiting [2025-08-13T05:23:43.675Z] 3c2d6571ea14: Layer already exists [2025-08-13T05:23:43.675Z] 2b0aad019138: Layer already exists [2025-08-13T05:23:43.675Z] d48ee1ee83d8: Layer already exists [2025-08-13T05:23:43.675Z] d228e0bcdc24: Layer already exists [2025-08-13T05:23:43.675Z] e9576204f4a8: Layer already exists [2025-08-13T05:23:43.675Z] 097100c76c15: Layer already exists [2025-08-13T05:23:43.675Z] main: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-13T05:23:43.759Z] ===================================================== [Pipeline] echo [2025-08-13T05:23:43.771Z] taggedImages: [2025-08-13T05:23:43.771Z] - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:23:43.771Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2025-08-13T05:23:43.771Z] - nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [2025-08-13T05:23:43.771Z] - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:23:43.771Z] - nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] echo [2025-08-13T05:23:43.812Z] ========================================================= [2025-08-13T05:23:43.812Z] [edgeXBuildMultiArch] RAW Config: [2025-08-13T05:23:43.812Z] images: [2025-08-13T05:23:43.812Z] - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:23:43.812Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2025-08-13T05:23:43.812Z] - nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [2025-08-13T05:23:43.812Z] - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:23:43.812Z] - nexus3.edgexfoundry.org:10004/device-modbus:main [2025-08-13T05:23:43.812Z] settingsFile: [2025-08-13T05:23:43.812Z] device-modbus-go-settings [2025-08-13T05:23:43.812Z] ========================================================= [Pipeline] node [2025-08-13T05:23:58.815Z] Still waiting to schedule task [2025-08-13T05:23:58.815Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-13T05:24:33.510Z] Running on prd-centos7-docker-4c-2g-6831 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:24:33.560Z] provisioning config files... [2025-08-13T05:24:33.592Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config10541362336743339989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:24:37.625Z] ---> ****-login.sh [2025-08-13T05:24:37.625Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:24:37.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:24:37.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:24:37.887Z] Configure a credential helper to remove this warning. See [2025-08-13T05:24:37.887Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:24:37.887Z] [2025-08-13T05:24:37.887Z] Login Succeeded [2025-08-13T05:24:37.887Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:24:37.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:24:37.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:24:37.887Z] Configure a credential helper to remove this warning. See [2025-08-13T05:24:37.887Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:24:37.887Z] [2025-08-13T05:24:37.887Z] Login Succeeded [2025-08-13T05:24:37.887Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:24:38.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:24:38.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:24:38.150Z] Configure a credential helper to remove this warning. See [2025-08-13T05:24:38.150Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:24:38.150Z] [2025-08-13T05:24:38.150Z] Login Succeeded [2025-08-13T05:24:38.150Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:38.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:24:38.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:24:38.150Z] Configure a credential helper to remove this warning. See [2025-08-13T05:24:38.150Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:24:38.150Z] [2025-08-13T05:24:38.150Z] Login Succeeded [2025-08-13T05:24:38.150Z] ****.io [2025-08-13T05:24:38.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:24:38.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:24:38.416Z] Configure a credential helper to remove this warning. See [2025-08-13T05:24:38.416Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:24:38.416Z] [2025-08-13T05:24:38.416Z] Login Succeeded [2025-08-13T05:24:38.416Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:24:38.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-13T05:24:38.778Z] + docker buildx ls [2025-08-13T05:24:39.037Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-13T05:24:39.037Z] default * docker [2025-08-13T05:24:39.037Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-13T05:24:39.335Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-13T05:24:39.335Z] edgex-builder [Pipeline] sh [2025-08-13T05:24:39.643Z] + docker buildx inspect --bootstrap [2025-08-13T05:24:39.643Z] #1 [internal] booting buildkit [2025-08-13T05:24:39.643Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-13T05:24:42.951Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-08-13T05:24:42.951Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-13T05:24:44.336Z] #1 creating container buildx_buildkit_edgex-builder0 2.1s done [2025-08-13T05:24:44.336Z] #1 DONE 4.9s [2025-08-13T05:24:44.336Z] Name: edgex-builder [2025-08-13T05:24:44.336Z] Driver: docker-container [2025-08-13T05:24:44.336Z] [2025-08-13T05:24:44.336Z] Nodes: [2025-08-13T05:24:44.336Z] Name: edgex-builder0 [2025-08-13T05:24:44.336Z] Endpoint: unix:///var/run/docker.sock [2025-08-13T05:24:44.336Z] Status: running [2025-08-13T05:24:44.336Z] Buildkit: v0.22.0 [2025-08-13T05:24:44.336Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-13T05:24:44.632Z] + docker buildx ls [2025-08-13T05:24:44.632Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-13T05:24:44.632Z] edgex-builder * docker-container [2025-08-13T05:24:44.632Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-13T05:24:44.632Z] default docker [2025-08-13T05:24:44.632Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-13T05:24:44.922Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b' [2025-08-13T05:24:44.922Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --push - [2025-08-13T05:24:45.185Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:24:45.185Z] #1 transferring dockerfile: 198B done [2025-08-13T05:24:45.185Z] #1 DONE 0.0s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:24:45.185Z] #2 DONE 0.1s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:24:45.185Z] #3 DONE 0.1s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #4 [internal] load .dockerignore [2025-08-13T05:24:45.185Z] #4 transferring context: 2B done [2025-08-13T05:24:45.185Z] #4 DONE 0.0s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:45.185Z] #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:45.185Z] #5 DONE 0.0s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:45.185Z] #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:45.185Z] #6 DONE 0.1s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #7 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:45.185Z] #7 DONE 0.0s [2025-08-13T05:24:45.185Z] [2025-08-13T05:24:45.185Z] #8 exporting to image [2025-08-13T05:24:45.185Z] #8 exporting layers done [2025-08-13T05:24:45.185Z] #8 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done [2025-08-13T05:24:45.185Z] #8 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:24:45.185Z] #8 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done [2025-08-13T05:24:45.185Z] #8 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done [2025-08-13T05:24:45.185Z] #8 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done [2025-08-13T05:24:45.185Z] #8 pushing layers 0.1s done [2025-08-13T05:24:45.185Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc [2025-08-13T05:24:45.185Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-13T05:24:45.446Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done [2025-08-13T05:24:45.446Z] #8 DONE 0.2s [2025-08-13T05:24:45.446Z] [2025-08-13T05:24:45.446Z] 1 warning found (use --debug to expand): [2025-08-13T05:24:45.446Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-13T05:24:45.744Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:latest' [2025-08-13T05:24:45.744Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:latest --push - [2025-08-13T05:24:45.744Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:24:45.744Z] #1 transferring dockerfile: 164B done [2025-08-13T05:24:45.744Z] #1 DONE 0.0s [2025-08-13T05:24:45.744Z] [2025-08-13T05:24:45.744Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:latest [2025-08-13T05:24:45.744Z] #2 DONE 0.0s [2025-08-13T05:24:45.744Z] [2025-08-13T05:24:45.744Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:latest [2025-08-13T05:24:45.744Z] #3 DONE 0.0s [2025-08-13T05:24:45.744Z] [2025-08-13T05:24:45.744Z] #4 [internal] load .dockerignore [2025-08-13T05:24:45.744Z] #4 transferring context: 2B done [2025-08-13T05:24:45.744Z] #4 DONE 0.0s [2025-08-13T05:24:45.744Z] [2025-08-13T05:24:45.744Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:45.744Z] #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:45.744Z] #5 DONE 0.0s [2025-08-13T05:24:45.744Z] [2025-08-13T05:24:45.744Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.006Z] #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:46.006Z] #6 CACHED [2025-08-13T05:24:46.006Z] [2025-08-13T05:24:46.006Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.006Z] #5 CACHED [2025-08-13T05:24:46.006Z] [2025-08-13T05:24:46.006Z] #7 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:46.006Z] #7 DONE 0.0s [2025-08-13T05:24:46.006Z] [2025-08-13T05:24:46.006Z] #8 exporting to image [2025-08-13T05:24:46.006Z] #8 exporting layers done [2025-08-13T05:24:46.006Z] #8 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done [2025-08-13T05:24:46.006Z] #8 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:24:46.006Z] #8 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done [2025-08-13T05:24:46.006Z] #8 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done [2025-08-13T05:24:46.006Z] #8 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done [2025-08-13T05:24:46.006Z] #8 pushing layers 0.0s done [2025-08-13T05:24:46.006Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done [2025-08-13T05:24:46.006Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-13T05:24:46.006Z] #8 DONE 0.1s [2025-08-13T05:24:46.006Z] [2025-08-13T05:24:46.006Z] 1 warning found (use --debug to expand): [2025-08-13T05:24:46.006Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-13T05:24:46.299Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 --push - [2025-08-13T05:24:46.300Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4' [2025-08-13T05:24:46.300Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:24:46.300Z] #1 transferring dockerfile: 169B done [2025-08-13T05:24:46.300Z] #1 DONE 0.0s [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [2025-08-13T05:24:46.300Z] #2 DONE 0.0s [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [2025-08-13T05:24:46.300Z] #3 DONE 0.0s [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #4 [internal] load .dockerignore [2025-08-13T05:24:46.300Z] #4 transferring context: 2B done [2025-08-13T05:24:46.300Z] #4 DONE 0.0s [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.300Z] #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done [2025-08-13T05:24:46.300Z] #5 CACHED [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.300Z] #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done [2025-08-13T05:24:46.300Z] #6 CACHED [2025-08-13T05:24:46.300Z] [2025-08-13T05:24:46.300Z] #7 exporting to image [2025-08-13T05:24:46.300Z] #7 exporting layers done [2025-08-13T05:24:46.300Z] #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done [2025-08-13T05:24:46.300Z] #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:24:46.300Z] #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done [2025-08-13T05:24:46.300Z] #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done [2025-08-13T05:24:46.300Z] #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done [2025-08-13T05:24:46.300Z] #7 pushing layers [2025-08-13T05:24:46.300Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-13T05:24:46.562Z] #7 pushing layers 0.0s done [2025-08-13T05:24:46.562Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done [2025-08-13T05:24:46.562Z] #7 DONE 0.1s [2025-08-13T05:24:46.562Z] [2025-08-13T05:24:46.562Z] #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:46.562Z] #8 DONE 0.0s [2025-08-13T05:24:46.562Z] [2025-08-13T05:24:46.562Z] 1 warning found (use --debug to expand): [2025-08-13T05:24:46.562Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-13T05:24:46.868Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4' [2025-08-13T05:24:46.868Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 --push - [2025-08-13T05:24:46.868Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:24:46.868Z] #1 transferring dockerfile: 210B done [2025-08-13T05:24:46.868Z] #1 DONE 0.0s [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:24:46.868Z] #2 DONE 0.0s [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:24:46.868Z] #3 DONE 0.0s [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #4 [internal] load .dockerignore [2025-08-13T05:24:46.868Z] #4 transferring context: 2B done [2025-08-13T05:24:46.868Z] #4 DONE 0.0s [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.868Z] #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done [2025-08-13T05:24:46.868Z] #5 CACHED [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:46.868Z] #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done [2025-08-13T05:24:46.868Z] #6 CACHED [2025-08-13T05:24:46.868Z] [2025-08-13T05:24:46.868Z] #7 exporting to image [2025-08-13T05:24:46.868Z] #7 exporting layers done [2025-08-13T05:24:46.868Z] #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done [2025-08-13T05:24:46.868Z] #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:24:46.868Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-13T05:24:47.125Z] #7 ... [2025-08-13T05:24:47.125Z] [2025-08-13T05:24:47.125Z] #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:47.125Z] #8 DONE 0.0s [2025-08-13T05:24:47.125Z] [2025-08-13T05:24:47.125Z] #7 exporting to image [2025-08-13T05:24:47.125Z] #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done [2025-08-13T05:24:47.125Z] #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done [2025-08-13T05:24:47.125Z] #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done [2025-08-13T05:24:47.125Z] #7 pushing layers 0.0s done [2025-08-13T05:24:47.125Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done [2025-08-13T05:24:47.125Z] #7 DONE 0.1s [2025-08-13T05:24:47.125Z] [2025-08-13T05:24:47.125Z] 1 warning found (use --debug to expand): [2025-08-13T05:24:47.125Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-13T05:24:47.415Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:main' [2025-08-13T05:24:47.415Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:main --push - [2025-08-13T05:24:47.415Z] #1 [internal] load build definition from Dockerfile [2025-08-13T05:24:47.415Z] #1 transferring dockerfile: 162B done [2025-08-13T05:24:47.415Z] #1 DONE 0.0s [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:main [2025-08-13T05:24:47.415Z] #2 DONE 0.0s [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:main [2025-08-13T05:24:47.415Z] #3 DONE 0.0s [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #4 [internal] load .dockerignore [2025-08-13T05:24:47.415Z] #4 transferring context: 2B done [2025-08-13T05:24:47.415Z] #4 DONE 0.0s [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:47.415Z] #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:47.415Z] #5 CACHED [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a [2025-08-13T05:24:47.415Z] #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done [2025-08-13T05:24:47.415Z] #6 CACHED [2025-08-13T05:24:47.415Z] [2025-08-13T05:24:47.415Z] #7 exporting to image [2025-08-13T05:24:47.415Z] #7 exporting layers done [2025-08-13T05:24:47.415Z] #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done [2025-08-13T05:24:47.415Z] #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done [2025-08-13T05:24:47.415Z] #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done [2025-08-13T05:24:47.415Z] #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done [2025-08-13T05:24:47.415Z] #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done [2025-08-13T05:24:47.415Z] #7 pushing layers 0.0s done [2025-08-13T05:24:47.415Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc [2025-08-13T05:24:47.415Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-13T05:24:47.675Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done [2025-08-13T05:24:47.675Z] #7 DONE 0.1s [2025-08-13T05:24:47.675Z] [2025-08-13T05:24:47.675Z] #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-13T05:24:47.675Z] #8 DONE 0.0s [2025-08-13T05:24:47.675Z] [2025-08-13T05:24:47.675Z] 1 warning found (use --debug to expand): [2025-08-13T05:24:47.675Z]  - 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-08-13T05:24:48.065Z] + '[' -d /w/workspace/gexfoundry_device-modbus-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:24:48.362Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:24:48.916Z] ---> package-listing.sh [2025-08-13T05:24:48.916Z] ++ facter osfamily [2025-08-13T05:24:48.916Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-13T05:24:49.177Z] + OS_FAMILY=redhat [2025-08-13T05:24:49.177Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2025-08-13T05:24:49.177Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-13T05:24:49.177Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-13T05:24:49.177Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-13T05:24:49.177Z] + PACKAGES=/tmp/packages_start.txt [2025-08-13T05:24:49.177Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2025-08-13T05:24:49.177Z] + PACKAGES=/tmp/packages_end.txt [2025-08-13T05:24:49.177Z] + case "${OS_FAMILY}" in [2025-08-13T05:24:49.177Z] + rpm -qa [2025-08-13T05:24:49.177Z] + sort [2025-08-13T05:24:49.754Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-13T05:24:49.754Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-13T05:24:49.754Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-13T05:24:49.754Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2025-08-13T05:24:49.754Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2025-08-13T05:24:49.754Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo [2025-08-13T05:24:49.763Z] 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/gexfoundry_device-modbus-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-08-13T05:24:50.407Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:24:50.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:24:50.978Z] [2025-08-13T05:24:50.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:24:51.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:24:51.283Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-13T05:24:51.283Z] 5eb5b503b376: Pulling fs layer [2025-08-13T05:24:51.283Z] 5c69ac0246d0: Pulling fs layer [2025-08-13T05:24:51.283Z] ec43610c2a17: Pulling fs layer [2025-08-13T05:24:51.283Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-13T05:24:51.283Z] 33b1e0a273af: Pulling fs layer [2025-08-13T05:24:51.283Z] 5d3b04190fa2: Pulling fs layer [2025-08-13T05:24:51.283Z] 2f39f015ded8: Pulling fs layer [2025-08-13T05:24:51.283Z] 3a2ae6a8a46f: Waiting [2025-08-13T05:24:51.283Z] 33b1e0a273af: Waiting [2025-08-13T05:24:51.283Z] 5d3b04190fa2: Waiting [2025-08-13T05:24:51.283Z] 2f39f015ded8: Waiting [2025-08-13T05:24:51.283Z] 5c69ac0246d0: Verifying Checksum [2025-08-13T05:24:51.283Z] 5c69ac0246d0: Download complete [2025-08-13T05:24:51.283Z] 3a2ae6a8a46f: Download complete [2025-08-13T05:24:51.283Z] ec43610c2a17: Verifying Checksum [2025-08-13T05:24:51.283Z] ec43610c2a17: Download complete [2025-08-13T05:24:51.283Z] 33b1e0a273af: Verifying Checksum [2025-08-13T05:24:51.283Z] 33b1e0a273af: Download complete [2025-08-13T05:24:51.283Z] 5d3b04190fa2: Verifying Checksum [2025-08-13T05:24:51.283Z] 5d3b04190fa2: Download complete [2025-08-13T05:24:51.541Z] 5eb5b503b376: Verifying Checksum [2025-08-13T05:24:51.541Z] 5eb5b503b376: Download complete [2025-08-13T05:24:52.116Z] 2f39f015ded8: Download complete [2025-08-13T05:24:53.054Z] 5eb5b503b376: Pull complete [2025-08-13T05:24:53.054Z] 5c69ac0246d0: Pull complete [2025-08-13T05:24:53.319Z] ec43610c2a17: Pull complete [2025-08-13T05:24:53.319Z] 3a2ae6a8a46f: Pull complete [2025-08-13T05:24:53.579Z] 33b1e0a273af: Pull complete [2025-08-13T05:24:53.579Z] 5d3b04190fa2: Pull complete [2025-08-13T05:24:57.798Z] 2f39f015ded8: Pull complete [2025-08-13T05:24:57.798Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-13T05:24:57.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:24:57.798Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:24:57.940Z] prd-centos7-docker-4c-2g-6831 does not seem to be running inside a container [2025-08-13T05:24:57.973Z] $ 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/gexfoundry_device-modbus-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/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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-08-13T05:25:02.193Z] $ docker top c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:25:02.546Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-13T05:25:02.845Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-13T05:25:03.127Z] + ls /var/log/sa-host [2025-08-13T05:25:03.127Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:25:03.204Z] provisioning config files... [2025-08-13T05:25:03.212Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2885492593029449630tmp [Pipeline] { [Pipeline] echo [2025-08-13T05:25:03.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:03.526Z] ---> create-netrc.sh [Pipeline] } [2025-08-13T05:25:03.536Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:03.869Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-13T05:25:03.879Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:04.169Z] ---> sudo-logs.sh [2025-08-13T05:25:04.169Z] Archiving 'sudo' log.. [2025-08-13T05:25:04.169Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6831.novalocal: Name or service not known [2025-08-13T05:25:04.169Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6831.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-13T05:25:04.194Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:04.487Z] ---> job-cost.sh [2025-08-13T05:25:04.487Z] lf-activate-venv: SKIPPING [2025-08-13T05:25:04.487Z] INFO: No Stack... [2025-08-13T05:25:04.746Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-13T05:25:05.005Z] INFO: Archiving Costs [Pipeline] echo [2025-08-13T05:25:05.019Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:05.314Z] ---> logs-deploy.sh [2025-08-13T05:25:05.314Z] lf-activate-venv: SKIPPING [2025-08-13T05:25:05.314Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/194 [2025-08-13T05:25:05.314Z] INFO: archiving workspace using pattern(s): [2025-08-13T05:25:06.249Z] Archives upload complete. [2025-08-13T05:25:06.508Z] INFO: archiving logs to Nexus [2025-08-13T05:25:07.446Z] ---> uname -a: [2025-08-13T05:25:07.446Z] Linux prd-centos7-docker-4c-2g-6831.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-08-13T05:25:07.446Z] [2025-08-13T05:25:07.446Z] [2025-08-13T05:25:07.446Z] ---> lscpu: [2025-08-13T05:25:07.446Z] Architecture: x86_64 [2025-08-13T05:25:07.446Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-13T05:25:07.446Z] Byte Order: Little Endian [2025-08-13T05:25:07.446Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-13T05:25:07.446Z] CPU(s): 2 [2025-08-13T05:25:07.446Z] On-line CPU(s) list: 0,1 [2025-08-13T05:25:07.446Z] Thread(s) per core: 1 [2025-08-13T05:25:07.446Z] Core(s) per socket: 1 [2025-08-13T05:25:07.446Z] Socket(s): 2 [2025-08-13T05:25:07.446Z] NUMA node(s): 1 [2025-08-13T05:25:07.446Z] Vendor ID: AuthenticAMD [2025-08-13T05:25:07.446Z] CPU family: 23 [2025-08-13T05:25:07.446Z] Model: 49 [2025-08-13T05:25:07.447Z] Model name: AMD EPYC-Rome Processor [2025-08-13T05:25:07.447Z] Stepping: 0 [2025-08-13T05:25:07.447Z] CPU MHz: 2799.998 [2025-08-13T05:25:07.447Z] BogoMIPS: 5599.99 [2025-08-13T05:25:07.447Z] Virtualization: AMD-V [2025-08-13T05:25:07.447Z] Hypervisor vendor: KVM [2025-08-13T05:25:07.447Z] Virtualization type: full [2025-08-13T05:25:07.447Z] L1d cache: 64 KiB [2025-08-13T05:25:07.447Z] L1i cache: 64 KiB [2025-08-13T05:25:07.447Z] L2 cache: 1 MiB [2025-08-13T05:25:07.447Z] L3 cache: 32 MiB [2025-08-13T05:25:07.447Z] NUMA node0 CPU(s): 0,1 [2025-08-13T05:25:07.447Z] Vulnerability Itlb multihit: Not affected [2025-08-13T05:25:07.447Z] Vulnerability L1tf: Not affected [2025-08-13T05:25:07.447Z] Vulnerability Mds: Not affected [2025-08-13T05:25:07.447Z] Vulnerability Meltdown: Not affected [2025-08-13T05:25:07.447Z] Vulnerability Mmio stale data: Not affected [2025-08-13T05:25:07.447Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-13T05:25:07.447Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-13T05:25:07.447Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-13T05:25:07.447Z] Vulnerability Srbds: Not affected [2025-08-13T05:25:07.447Z] Vulnerability Tsx async abort: Not affected [2025-08-13T05:25:07.447Z] 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-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] ---> nproc: [2025-08-13T05:25:07.447Z] 2 [2025-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] ---> df -h: [2025-08-13T05:25:07.447Z] Filesystem Size Used Avail Use% Mounted on [2025-08-13T05:25:07.447Z] overlay 40G 7.3G 33G 19% / [2025-08-13T05:25:07.447Z] tmpfs 64M 0 64M 0% /dev [2025-08-13T05:25:07.447Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-13T05:25:07.447Z] shm 64M 0 64M 0% /dev/shm [2025-08-13T05:25:07.447Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] [2025-08-13T05:25:07.447Z] Cannot open /var/log/sysstat/sa13: No such file or directory [2025-08-13T05:25:07.447Z] Please check if data collecting is enabled [2025-08-13T05:25:07.447Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-13T05:25:07.474Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-13T05:25:07.479Z] $ docker stop --time=1 c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 [2025-08-13T05:25:08.616Z] $ docker rm -f --volumes c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-13T05:25:08.710Z] [WS-CLEANUP] Deleting project workspace... [2025-08-13T05:25:08.710Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-13T05:25:08.728Z] [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-08-13T05:25:09.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:25:09.173Z] [2025-08-13T05:25:09.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:25:09.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:25:09.476Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-13T05:25:09.476Z] 5eb5b503b376: Pulling fs layer [2025-08-13T05:25:09.476Z] 5c69ac0246d0: Pulling fs layer [2025-08-13T05:25:09.476Z] ec43610c2a17: Pulling fs layer [2025-08-13T05:25:09.476Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-13T05:25:09.476Z] 33b1e0a273af: Pulling fs layer [2025-08-13T05:25:09.476Z] 5d3b04190fa2: Pulling fs layer [2025-08-13T05:25:09.476Z] 2f39f015ded8: Pulling fs layer [2025-08-13T05:25:09.476Z] 3a2ae6a8a46f: Waiting [2025-08-13T05:25:09.476Z] 33b1e0a273af: Waiting [2025-08-13T05:25:09.476Z] 5d3b04190fa2: Waiting [2025-08-13T05:25:09.476Z] 2f39f015ded8: Waiting [2025-08-13T05:25:09.476Z] 5c69ac0246d0: Verifying Checksum [2025-08-13T05:25:09.476Z] 5c69ac0246d0: Download complete [2025-08-13T05:25:09.476Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-13T05:25:09.476Z] 3a2ae6a8a46f: Download complete [2025-08-13T05:25:09.476Z] 33b1e0a273af: Verifying Checksum [2025-08-13T05:25:09.476Z] 33b1e0a273af: Download complete [2025-08-13T05:25:09.476Z] 5d3b04190fa2: Download complete [2025-08-13T05:25:09.476Z] ec43610c2a17: Verifying Checksum [2025-08-13T05:25:09.476Z] ec43610c2a17: Download complete [2025-08-13T05:25:09.734Z] 5eb5b503b376: Verifying Checksum [2025-08-13T05:25:09.734Z] 5eb5b503b376: Download complete [2025-08-13T05:25:10.301Z] 2f39f015ded8: Download complete [2025-08-13T05:25:11.235Z] 5eb5b503b376: Pull complete [2025-08-13T05:25:11.494Z] 5c69ac0246d0: Pull complete [2025-08-13T05:25:11.753Z] ec43610c2a17: Pull complete [2025-08-13T05:25:11.753Z] 3a2ae6a8a46f: Pull complete [2025-08-13T05:25:12.014Z] 33b1e0a273af: Pull complete [2025-08-13T05:25:12.272Z] 5d3b04190fa2: Pull complete [2025-08-13T05:25:18.843Z] 2f39f015ded8: Pull complete [2025-08-13T05:25:18.843Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-13T05:25:18.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:25:18.843Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:25:18.946Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:25:18.974Z] $ 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/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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-08-13T05:25:20.470Z] $ docker top af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:25:20.849Z] ---> job-cost.sh [2025-08-13T05:25:20.849Z] lf-activate-venv: SKIPPING [2025-08-13T05:25:20.849Z] INFO: No Stack... [2025-08-13T05:25:21.108Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-13T05:25:21.675Z] INFO: Archiving Costs [Pipeline] sh [2025-08-13T05:25:21.967Z] + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv [2025-08-13T05:25:21.967Z] + cut -d, -f6 [Pipeline] lock [2025-08-13T05:25:21.985Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [2025-08-13T05:25:21.992Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] did not exist. Created. [2025-08-13T05:25:21.998Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-13T05:25:22.302Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-13T05:25:22.329Z] Stashed 1 file(s) [Pipeline] } [2025-08-13T05:25:22.336Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-13T05:25:22.361Z] $ docker stop --time=1 af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 [2025-08-13T05:25:23.496Z] $ docker rm -f --volumes af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-13T05:25:55.204Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6832 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws [2025-08-13T05:25:55.223Z] Running in /w/workspace/device-modbus-go/194 [Pipeline] { [Pipeline] checkout [2025-08-13T05:25:58.272Z] The recommended git tool is: git [2025-08-13T05:26:03.100Z] using credential edgex-jenkins-ssh [2025-08-13T05:26:03.123Z] Cloning the remote Git repository [2025-08-13T05:26:03.170Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2025-08-13T05:26:03.263Z] > git init /w/workspace/device-modbus-go/194 # timeout=10 [2025-08-13T05:26:03.398Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2025-08-13T05:26:03.399Z] > git --version # timeout=10 [2025-08-13T05:26:03.421Z] > git --version # 'git version 2.25.1' [2025-08-13T05:26:03.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-13T05:26:03.564Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-13T05:26:06.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2025-08-13T05:26:06.860Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-13T05:26:07.723Z] Avoid second fetch [2025-08-13T05:26:07.723Z] Checking out Revision 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b (main) [2025-08-13T05:26:08.405Z] Commit message: "Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29" [2025-08-13T05:26:07.741Z] > git config core.sparsecheckout # timeout=10 [2025-08-13T05:26:07.806Z] > git checkout -f 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:26:13.061Z] provisioning config files... [2025-08-13T05:26:13.090Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/194@tmp/config16851946422529022884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:26:13.781Z] ---> ****-login.sh [2025-08-13T05:26:13.781Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:26:14.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:26:14.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:26:14.323Z] Configure a credential helper to remove this warning. See [2025-08-13T05:26:14.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:26:14.323Z] [2025-08-13T05:26:14.323Z] Login Succeeded [2025-08-13T05:26:14.323Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:26:14.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:26:14.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:26:14.591Z] Configure a credential helper to remove this warning. See [2025-08-13T05:26:14.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:26:14.591Z] [2025-08-13T05:26:14.591Z] Login Succeeded [2025-08-13T05:26:14.592Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:26:14.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:26:14.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:26:14.859Z] Configure a credential helper to remove this warning. See [2025-08-13T05:26:14.859Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:26:14.859Z] [2025-08-13T05:26:14.859Z] Login Succeeded [2025-08-13T05:26:14.859Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:26:15.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:26:15.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:26:15.395Z] Configure a credential helper to remove this warning. See [2025-08-13T05:26:15.395Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:26:15.395Z] [2025-08-13T05:26:15.395Z] Login Succeeded [2025-08-13T05:26:15.395Z] ****.io [2025-08-13T05:26:15.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:26:15.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:26:15.665Z] Configure a credential helper to remove this warning. See [2025-08-13T05:26:15.665Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:26:15.665Z] [2025-08-13T05:26:15.665Z] Login Succeeded [2025-08-13T05:26:15.665Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:26:15.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-13T05:26:16.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:26:16.024Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:26:16.039Z] ========================================================= [2025-08-13T05:26:16.039Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-13T05:26:16.039Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:26:16.401Z] + 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-08-13T05:26:16.676Z] Sending build context to Docker daemon 14.13MB [2025-08-13T05:26:16.946Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-08-13T05:26:16.946Z] Step 2/10 : FROM ${BASE} AS builder [2025-08-13T05:26:17.916Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-13T05:26:17.916Z] 94e9d8af2201: Pulling fs layer [2025-08-13T05:26:17.916Z] a6c56e8762df: Pulling fs layer [2025-08-13T05:26:17.916Z] f0f3c8884826: Pulling fs layer [2025-08-13T05:26:17.916Z] c7e7622c144d: Pulling fs layer [2025-08-13T05:26:17.916Z] 4f4fb700ef54: Pulling fs layer [2025-08-13T05:26:17.916Z] b4c3b6d88c5a: Pulling fs layer [2025-08-13T05:26:17.916Z] ba8bce9d2590: Pulling fs layer [2025-08-13T05:26:17.916Z] c7e7622c144d: Waiting [2025-08-13T05:26:17.916Z] ca778ea9c289: Pulling fs layer [2025-08-13T05:26:17.916Z] 4f4fb700ef54: Waiting [2025-08-13T05:26:17.916Z] b4c3b6d88c5a: Waiting [2025-08-13T05:26:17.916Z] ba8bce9d2590: Waiting [2025-08-13T05:26:17.916Z] ca778ea9c289: Waiting [2025-08-13T05:26:17.916Z] a6c56e8762df: Verifying Checksum [2025-08-13T05:26:17.916Z] a6c56e8762df: Download complete [2025-08-13T05:26:17.916Z] c7e7622c144d: Verifying Checksum [2025-08-13T05:26:17.916Z] c7e7622c144d: Download complete [2025-08-13T05:26:17.916Z] 4f4fb700ef54: Verifying Checksum [2025-08-13T05:26:17.916Z] 4f4fb700ef54: Download complete [2025-08-13T05:26:17.916Z] b4c3b6d88c5a: Verifying Checksum [2025-08-13T05:26:17.916Z] b4c3b6d88c5a: Download complete [2025-08-13T05:26:17.916Z] 94e9d8af2201: Verifying Checksum [2025-08-13T05:26:17.916Z] 94e9d8af2201: Download complete [2025-08-13T05:26:18.504Z] ca778ea9c289: Verifying Checksum [2025-08-13T05:26:18.504Z] ca778ea9c289: Download complete [2025-08-13T05:26:19.088Z] 94e9d8af2201: Pull complete [2025-08-13T05:26:19.674Z] a6c56e8762df: Pull complete [2025-08-13T05:26:19.940Z] f0f3c8884826: Verifying Checksum [2025-08-13T05:26:19.940Z] f0f3c8884826: Download complete [2025-08-13T05:26:20.540Z] ba8bce9d2590: Verifying Checksum [2025-08-13T05:26:20.540Z] ba8bce9d2590: Download complete [2025-08-13T05:26:32.889Z] f0f3c8884826: Pull complete [2025-08-13T05:26:33.160Z] c7e7622c144d: Pull complete [2025-08-13T05:26:33.431Z] 4f4fb700ef54: Pull complete [2025-08-13T05:26:33.702Z] b4c3b6d88c5a: Pull complete [2025-08-13T05:26:41.936Z] ba8bce9d2590: Pull complete [2025-08-13T05:26:43.892Z] ca778ea9c289: Pull complete [2025-08-13T05:26:43.892Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-13T05:26:43.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-13T05:26:43.892Z] ---> 47b25d7523d1 [2025-08-13T05:26:43.892Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2025-08-13T05:26:45.849Z] ---> Running in c53f3341b99e [2025-08-13T05:26:45.849Z] Removing intermediate container c53f3341b99e [2025-08-13T05:26:45.849Z] ---> d83f19603e0a [2025-08-13T05:26:45.849Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-13T05:26:46.122Z] ---> Running in 7a692df5799c [2025-08-13T05:26:46.397Z] Removing intermediate container 7a692df5799c [2025-08-13T05:26:46.397Z] ---> 62a89aefb656 [2025-08-13T05:26:46.397Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2025-08-13T05:26:46.397Z] ---> Running in 005d38e20c72 [2025-08-13T05:26:47.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-13T05:26:47.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-13T05:26:49.370Z] (1/8) Installing openssh-keygen (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (2/8) Installing libedit (20240517.3.1-r0) [2025-08-13T05:26:49.370Z] (3/8) Installing openssh-client-common (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (4/8) Installing openssh-client-default (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (5/8) Installing openssh-sftp-server (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (6/8) Installing openssh-server-common (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (7/8) Installing openssh-server (9.7_p1-r5) [2025-08-13T05:26:49.370Z] (8/8) Installing openssh (9.7_p1-r5) [2025-08-13T05:26:49.637Z] Executing busybox-1.36.1-r29.trigger [2025-08-13T05:26:49.637Z] OK: 245 MiB in 66 packages [2025-08-13T05:26:50.611Z] Removing intermediate container 005d38e20c72 [2025-08-13T05:26:50.611Z] ---> 2748d80aba48 [2025-08-13T05:26:50.611Z] Step 6/10 : WORKDIR /device-modbus-go [2025-08-13T05:26:50.611Z] ---> Running in aa6376571cee [2025-08-13T05:26:50.881Z] Removing intermediate container aa6376571cee [2025-08-13T05:26:50.881Z] ---> 584e757b409f [2025-08-13T05:26:50.881Z] Step 7/10 : COPY go.mod vendor* ./ [2025-08-13T05:26:52.836Z] ---> 063963363b14 [2025-08-13T05:26:52.836Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-13T05:26:52.836Z] ---> Running in e879a926f6a7 [2025-08-13T05:28:44.517Z] Removing intermediate container e879a926f6a7 [2025-08-13T05:28:44.517Z] ---> f5a623da56bf [2025-08-13T05:28:44.517Z] Step 9/10 : COPY . . [2025-08-13T05:28:44.517Z] ---> 6821d244844c [2025-08-13T05:28:44.517Z] Step 10/10 : RUN ${MAKE} [2025-08-13T05:28:44.517Z] ---> Running in b1db4574f638 [2025-08-13T05:28:44.517Z] noop [2025-08-13T05:28:44.517Z] Removing intermediate container b1db4574f638 [2025-08-13T05:28:44.517Z] ---> 80ffc02387a3 [2025-08-13T05:28:44.517Z] Successfully built 80ffc02387a3 [2025-08-13T05:28:44.517Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:28:44.872Z] + docker inspect -f . ci-base-image-arm64 [2025-08-13T05:28:44.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:28:45.099Z] prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container [2025-08-13T05:28:45.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-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-08-13T05:28:46.345Z] $ docker top cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:28:47.182Z] + go version [2025-08-13T05:28:47.182Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-13T05:28:47.203Z] $ docker stop --time=1 cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 [2025-08-13T05:28:48.818Z] $ docker rm -f --volumes cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:28:49.379Z] + docker inspect -f . ci-base-image-arm64 [2025-08-13T05:28:49.379Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:28:49.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container [2025-08-13T05:28:49.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-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-08-13T05:28:50.817Z] $ docker top 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:28:51.332Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/194 [Pipeline] fileExists [Pipeline] sh [2025-08-13T05:28:52.248Z] + make test [2025-08-13T05:28:52.248Z] go test ./... -coverprofile=coverage.out [2025-08-13T05:28:58.896Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2025-08-13T05:32:05.602Z] github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements [2025-08-13T05:32:09.885Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.064s coverage: 46.5% of statements [2025-08-13T05:32:10.473Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-13T05:32:10.473Z] go vet ./... [2025-08-13T05:32:57.502Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-13T05:32:57.502Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-13T05:32:57.502Z] ./bin/test-attribution-txt.sh [2025-08-13T05:32:57.502Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-13T05:32:57.523Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-13T05:32:57.550Z] $ docker stop --time=1 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e [2025-08-13T05:32:59.433Z] $ docker rm -f --volumes 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-13T05:33:01.029Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-13T05:33:01.058Z] Warning: overwriting stash ‘coverage-report’ [2025-08-13T05:33:01.705Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-13T05:33:02.122Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-13T05:33:02.501Z] + ls -al . [2025-08-13T05:33:02.501Z] total 256 [2025-08-13T05:33:02.501Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:28 . [2025-08-13T05:33:02.501Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 13 05:26 .. [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 13 05:26 .dockerignore [2025-08-13T05:33:02.501Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:26 .git [2025-08-13T05:33:02.501Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 .github [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 266 Aug 13 05:26 .gitignore [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 13 05:26 .golangci.yml [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 20445 Aug 13 05:26 Attribution.txt [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 18046 Aug 13 05:26 CHANGELOG.md [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 1479 Aug 13 05:26 Dockerfile [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 13 05:26 GOVERNANCE.md [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 658 Aug 13 05:26 Jenkinsfile [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 13 05:26 LICENSE [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 2524 Aug 13 05:26 Makefile [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 13 05:26 OWNERS.md [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 4463 Aug 13 05:26 README.md [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 13 05:21 VERSION [2025-08-13T05:33:02.501Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:26 bin [2025-08-13T05:33:02.501Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 cmd [2025-08-13T05:33:02.501Z] -rw-r--r-- 1 jenkins jenkins 27945 Aug 13 05:32 coverage.out [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 6427 Aug 13 05:26 go.mod [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 87545 Aug 13 05:26 go.sum [2025-08-13T05:33:02.501Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 internal [2025-08-13T05:33:02.501Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:26 simulator [2025-08-13T05:33:02.501Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 13 05:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:33:02.886Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --label arch=arm64 --label version=4.1.0-dev.4 . [2025-08-13T05:33:03.481Z] Sending build context to Docker daemon 14.16MB [2025-08-13T05:33:03.481Z] Step 1/23 : ARG BASE=golang:1.23-alpine3.20 [2025-08-13T05:33:03.481Z] Step 2/23 : FROM ${BASE} AS builder [2025-08-13T05:33:03.481Z] ---> 80ffc02387a3 [2025-08-13T05:33:03.481Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2025-08-13T05:33:03.481Z] ---> Running in ebaf335b81d3 [2025-08-13T05:33:03.748Z] Removing intermediate container ebaf335b81d3 [2025-08-13T05:33:03.748Z] ---> 6b3348c84d32 [2025-08-13T05:33:03.748Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-13T05:33:04.021Z] ---> Running in b5943da91ec7 [2025-08-13T05:33:04.288Z] Removing intermediate container b5943da91ec7 [2025-08-13T05:33:04.288Z] ---> b21050c59897 [2025-08-13T05:33:04.288Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2025-08-13T05:33:04.288Z] ---> Running in 4b00cf7ae89d [2025-08-13T05:33:05.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-13T05:33:05.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-13T05:33:06.922Z] OK: 245 MiB in 66 packages [2025-08-13T05:33:07.884Z] Removing intermediate container 4b00cf7ae89d [2025-08-13T05:33:07.884Z] ---> c090f1d7f589 [2025-08-13T05:33:07.884Z] Step 6/23 : WORKDIR /device-modbus-go [2025-08-13T05:33:07.884Z] ---> Running in 5baa66fa3245 [2025-08-13T05:33:08.150Z] Removing intermediate container 5baa66fa3245 [2025-08-13T05:33:08.150Z] ---> c181d4bbc4f7 [2025-08-13T05:33:08.150Z] Step 7/23 : COPY go.mod vendor* ./ [2025-08-13T05:33:08.736Z] ---> f32c66a0876e [2025-08-13T05:33:08.736Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-13T05:33:08.736Z] ---> Running in 73d424cde24c [2025-08-13T05:33:11.332Z] Removing intermediate container 73d424cde24c [2025-08-13T05:33:11.332Z] ---> 275b5031bbf4 [2025-08-13T05:33:11.332Z] Step 9/23 : COPY . . [2025-08-13T05:33:12.320Z] ---> ca2d5cd06965 [2025-08-13T05:33:12.320Z] Step 10/23 : RUN ${MAKE} [2025-08-13T05:33:12.320Z] ---> Running in b2eb06117511 [2025-08-13T05:33:13.273Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd [2025-08-13T05:36:35.056Z] Removing intermediate container b2eb06117511 [2025-08-13T05:36:35.056Z] ---> 943a59edafb1 [2025-08-13T05:36:35.056Z] Step 11/23 : FROM alpine:3.20 [2025-08-13T05:36:35.056Z] 3.20: Pulling from library/alpine [2025-08-13T05:36:35.056Z] 13e713f82565: Pulling fs layer [2025-08-13T05:36:35.056Z] 13e713f82565: Verifying Checksum [2025-08-13T05:36:35.056Z] 13e713f82565: Download complete [2025-08-13T05:36:35.056Z] 13e713f82565: Pull complete [2025-08-13T05:36:35.056Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-13T05:36:35.056Z] Status: Downloaded newer image for alpine:3.20 [2025-08-13T05:36:35.056Z] ---> c88e9dceb6cb [2025-08-13T05:36:35.056Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' [2025-08-13T05:36:35.056Z] ---> Running in 62ad05b8621b [2025-08-13T05:36:35.056Z] Removing intermediate container 62ad05b8621b [2025-08-13T05:36:35.056Z] ---> f36d8537ea5b [2025-08-13T05:36:35.056Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2025-08-13T05:36:35.056Z] ---> Running in 3cb414a3e7cf [2025-08-13T05:36:35.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-13T05:36:35.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-13T05:36:35.056Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-08-13T05:36:35.056Z] Executing busybox-1.36.1-r29.trigger [2025-08-13T05:36:35.056Z] OK: 9 MiB in 15 packages [2025-08-13T05:36:35.056Z] Removing intermediate container 3cb414a3e7cf [2025-08-13T05:36:35.056Z] ---> e15ed1c80f22 [2025-08-13T05:36:35.056Z] Step 14/23 : RUN apk --no-cache upgrade [2025-08-13T05:36:35.056Z] ---> Running in 641a00fec899 [2025-08-13T05:36:35.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-13T05:36:35.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-13T05:36:36.012Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:36:36.012Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-13T05:36:36.012Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:36:36.012Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-13T05:36:36.012Z] Executing busybox-1.36.1-r30.trigger [2025-08-13T05:36:36.012Z] OK: 9 MiB in 15 packages [2025-08-13T05:36:36.967Z] Removing intermediate container 641a00fec899 [2025-08-13T05:36:36.967Z] ---> baed6143c518 [2025-08-13T05:36:36.968Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2025-08-13T05:36:38.908Z] ---> cf29259c9993 [2025-08-13T05:36:38.908Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2025-08-13T05:36:39.176Z] ---> 11ae347d26b8 [2025-08-13T05:36:39.176Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2025-08-13T05:36:39.759Z] ---> 93313e460d0e [2025-08-13T05:36:39.759Z] Step 18/23 : EXPOSE 59901 [2025-08-13T05:36:39.759Z] ---> Running in ebe3fa9ffc12 [2025-08-13T05:36:40.028Z] Removing intermediate container ebe3fa9ffc12 [2025-08-13T05:36:40.028Z] ---> 13d889e58c2b [2025-08-13T05:36:40.028Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2025-08-13T05:36:40.294Z] ---> Running in d901bebb9a1b [2025-08-13T05:36:40.566Z] Removing intermediate container d901bebb9a1b [2025-08-13T05:36:40.566Z] ---> 495094d0235a [2025-08-13T05:36:40.566Z] Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-13T05:36:40.566Z] ---> Running in 5cd04076b19f [2025-08-13T05:36:40.837Z] Removing intermediate container 5cd04076b19f [2025-08-13T05:36:40.837Z] ---> 5e43f05860b8 [2025-08-13T05:36:40.837Z] Step 21/23 : LABEL arch=arm64 [2025-08-13T05:36:40.837Z] ---> Running in 515199daf7a5 [2025-08-13T05:36:41.103Z] Removing intermediate container 515199daf7a5 [2025-08-13T05:36:41.103Z] ---> fa5bfd6e7d39 [2025-08-13T05:36:41.103Z] Step 22/23 : LABEL git_sha=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:36:41.103Z] ---> Running in f048d85dee56 [2025-08-13T05:36:41.372Z] Removing intermediate container f048d85dee56 [2025-08-13T05:36:41.372Z] ---> ced75d7d4646 [2025-08-13T05:36:41.372Z] Step 23/23 : LABEL version=4.1.0-dev.4 [2025-08-13T05:36:41.642Z] ---> Running in d5f95fdd979f [2025-08-13T05:36:41.906Z] Removing intermediate container d5f95fdd979f [2025-08-13T05:36:41.906Z] ---> 2717243debd5 [2025-08-13T05:36:41.906Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-13T05:36:41.906Z] Successfully built 2717243debd5 [2025-08-13T05:36:41.906Z] Successfully tagged device-modbus-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-08-13T05:36:42.054Z] provisioning config files... [2025-08-13T05:36:42.067Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/194@tmp/config4346950828237988782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:36:42.405Z] ---> ****-login.sh [2025-08-13T05:36:42.405Z] nexus3.edgexfoundry.org:10001 [2025-08-13T05:36:42.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:36:42.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:36:42.672Z] Configure a credential helper to remove this warning. See [2025-08-13T05:36:42.672Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:36:42.672Z] [2025-08-13T05:36:42.672Z] Login Succeeded [2025-08-13T05:36:42.672Z] nexus3.edgexfoundry.org:10002 [2025-08-13T05:36:42.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:36:42.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:36:42.939Z] Configure a credential helper to remove this warning. See [2025-08-13T05:36:42.939Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:36:42.939Z] [2025-08-13T05:36:42.939Z] Login Succeeded [2025-08-13T05:36:42.939Z] nexus3.edgexfoundry.org:10003 [2025-08-13T05:36:43.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:36:43.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:36:43.474Z] Configure a credential helper to remove this warning. See [2025-08-13T05:36:43.474Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:36:43.474Z] [2025-08-13T05:36:43.474Z] Login Succeeded [2025-08-13T05:36:43.474Z] nexus3.edgexfoundry.org:10004 [2025-08-13T05:36:43.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:36:43.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:36:43.741Z] Configure a credential helper to remove this warning. See [2025-08-13T05:36:43.741Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:36:43.741Z] [2025-08-13T05:36:43.741Z] Login Succeeded [2025-08-13T05:36:43.741Z] ****.io [2025-08-13T05:36:44.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-13T05:36:44.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-13T05:36:44.272Z] Configure a credential helper to remove this warning. See [2025-08-13T05:36:44.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-13T05:36:44.273Z] [2025-08-13T05:36:44.273Z] Login Succeeded [2025-08-13T05:36:44.273Z] ---> ****-login.sh ends [Pipeline] } [2025-08-13T05:36:44.286Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-13T05:36:44.331Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-13T05:36:44.362Z] [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: [2025-08-13T05:36:44.362Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:36:44.362Z] latest [2025-08-13T05:36:44.362Z] 4.1.0-dev.4 [2025-08-13T05:36:44.362Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:36:44.362Z] main [2025-08-13T05:36:44.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:44.748Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:46.060Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:36:46.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2025-08-13T05:36:46.060Z] 26a8b79a11c4: Preparing [2025-08-13T05:36:46.060Z] 614bc8b52ac9: Preparing [2025-08-13T05:36:46.060Z] f95cbf1cb82d: Preparing [2025-08-13T05:36:46.060Z] 3ca02271d270: Preparing [2025-08-13T05:36:46.060Z] 307dad90ff51: Preparing [2025-08-13T05:36:46.060Z] 1e890da81ec9: Preparing [2025-08-13T05:36:46.060Z] 1e890da81ec9: Waiting [2025-08-13T05:36:46.325Z] 614bc8b52ac9: Pushed [2025-08-13T05:36:46.325Z] 26a8b79a11c4: Pushed [2025-08-13T05:36:46.325Z] 307dad90ff51: Pushed [2025-08-13T05:36:46.325Z] 1e890da81ec9: Layer already exists [2025-08-13T05:36:46.591Z] 3ca02271d270: Pushed [2025-08-13T05:36:53.215Z] f95cbf1cb82d: Pushed [2025-08-13T05:36:53.479Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:53.839Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:54.191Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2025-08-13T05:36:54.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2025-08-13T05:36:54.191Z] 26a8b79a11c4: Preparing [2025-08-13T05:36:54.191Z] 614bc8b52ac9: Preparing [2025-08-13T05:36:54.191Z] f95cbf1cb82d: Preparing [2025-08-13T05:36:54.191Z] 3ca02271d270: Preparing [2025-08-13T05:36:54.191Z] 307dad90ff51: Preparing [2025-08-13T05:36:54.191Z] 1e890da81ec9: Preparing [2025-08-13T05:36:54.191Z] 1e890da81ec9: Waiting [2025-08-13T05:36:54.191Z] 26a8b79a11c4: Layer already exists [2025-08-13T05:36:54.191Z] f95cbf1cb82d: Layer already exists [2025-08-13T05:36:54.191Z] 3ca02271d270: Layer already exists [2025-08-13T05:36:54.191Z] 614bc8b52ac9: Layer already exists [2025-08-13T05:36:54.192Z] 307dad90ff51: Layer already exists [2025-08-13T05:36:54.192Z] 1e890da81ec9: Layer already exists [2025-08-13T05:36:54.192Z] latest: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:54.812Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:55.167Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [2025-08-13T05:36:55.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2025-08-13T05:36:55.167Z] 26a8b79a11c4: Preparing [2025-08-13T05:36:55.167Z] 614bc8b52ac9: Preparing [2025-08-13T05:36:55.167Z] f95cbf1cb82d: Preparing [2025-08-13T05:36:55.167Z] 3ca02271d270: Preparing [2025-08-13T05:36:55.167Z] 307dad90ff51: Preparing [2025-08-13T05:36:55.167Z] 1e890da81ec9: Preparing [2025-08-13T05:36:55.167Z] 1e890da81ec9: Waiting [2025-08-13T05:36:55.167Z] f95cbf1cb82d: Layer already exists [2025-08-13T05:36:55.167Z] 26a8b79a11c4: Layer already exists [2025-08-13T05:36:55.167Z] 3ca02271d270: Layer already exists [2025-08-13T05:36:55.167Z] 307dad90ff51: Layer already exists [2025-08-13T05:36:55.167Z] 614bc8b52ac9: Layer already exists [2025-08-13T05:36:55.167Z] 1e890da81ec9: Layer already exists [2025-08-13T05:36:55.167Z] 4.1.0-dev.4: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:55.519Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:55.876Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:36:55.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2025-08-13T05:36:55.877Z] 26a8b79a11c4: Preparing [2025-08-13T05:36:55.877Z] 614bc8b52ac9: Preparing [2025-08-13T05:36:55.877Z] f95cbf1cb82d: Preparing [2025-08-13T05:36:55.877Z] 3ca02271d270: Preparing [2025-08-13T05:36:55.877Z] 307dad90ff51: Preparing [2025-08-13T05:36:55.877Z] 1e890da81ec9: Preparing [2025-08-13T05:36:55.877Z] 1e890da81ec9: Waiting [2025-08-13T05:36:55.877Z] 614bc8b52ac9: Layer already exists [2025-08-13T05:36:55.877Z] 307dad90ff51: Layer already exists [2025-08-13T05:36:55.877Z] 26a8b79a11c4: Layer already exists [2025-08-13T05:36:55.877Z] f95cbf1cb82d: Layer already exists [2025-08-13T05:36:55.877Z] 3ca02271d270: Layer already exists [2025-08-13T05:36:55.877Z] 1e890da81ec9: Layer already exists [2025-08-13T05:36:55.877Z] 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:56.235Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:56.590Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [2025-08-13T05:36:56.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2025-08-13T05:36:56.590Z] 26a8b79a11c4: Preparing [2025-08-13T05:36:56.590Z] 614bc8b52ac9: Preparing [2025-08-13T05:36:56.590Z] f95cbf1cb82d: Preparing [2025-08-13T05:36:56.590Z] 3ca02271d270: Preparing [2025-08-13T05:36:56.590Z] 307dad90ff51: Preparing [2025-08-13T05:36:56.590Z] 1e890da81ec9: Preparing [2025-08-13T05:36:56.590Z] 1e890da81ec9: Waiting [2025-08-13T05:36:56.590Z] 3ca02271d270: Layer already exists [2025-08-13T05:36:56.590Z] 307dad90ff51: Layer already exists [2025-08-13T05:36:56.590Z] 26a8b79a11c4: Layer already exists [2025-08-13T05:36:56.590Z] 614bc8b52ac9: Layer already exists [2025-08-13T05:36:56.590Z] f95cbf1cb82d: Layer already exists [2025-08-13T05:36:56.590Z] 1e890da81ec9: Layer already exists [2025-08-13T05:36:56.857Z] main: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-13T05:36:56.932Z] ===================================================== [Pipeline] echo [2025-08-13T05:36:56.942Z] taggedImages: [2025-08-13T05:36:56.942Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [2025-08-13T05:36:56.942Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2025-08-13T05:36:56.942Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [2025-08-13T05:36:56.942Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [2025-08-13T05:36:56.942Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] echo [2025-08-13T05:36:56.956Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo [2025-08-13T05:36:56.968Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] echo [2025-08-13T05:36:56.982Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [Pipeline] echo [2025-08-13T05:36:56.994Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] echo [2025-08-13T05:36:57.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:57.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-13T05:36:57.396Z] [2025-08-13T05:36:57.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:36:57.733Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-13T05:36:57.734Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-13T05:36:57.734Z] 8998bd30e6a1: Pulling fs layer [2025-08-13T05:36:57.734Z] 04944245beec: Pulling fs layer [2025-08-13T05:36:57.734Z] 699f458cf7ca: Pulling fs layer [2025-08-13T05:36:57.734Z] 765212b225bb: Pulling fs layer [2025-08-13T05:36:57.734Z] f23df028b6ca: Pulling fs layer [2025-08-13T05:36:57.734Z] d65c8cfc05b1: Pulling fs layer [2025-08-13T05:36:57.734Z] 2437ff75d9bd: Pulling fs layer [2025-08-13T05:36:57.734Z] f23df028b6ca: Waiting [2025-08-13T05:36:57.734Z] d65c8cfc05b1: Waiting [2025-08-13T05:36:57.734Z] 2437ff75d9bd: Waiting [2025-08-13T05:36:57.734Z] 765212b225bb: Waiting [2025-08-13T05:36:58.004Z] 04944245beec: Verifying Checksum [2025-08-13T05:36:58.004Z] 04944245beec: Download complete [2025-08-13T05:36:58.004Z] 765212b225bb: Verifying Checksum [2025-08-13T05:36:58.004Z] 765212b225bb: Download complete [2025-08-13T05:36:58.004Z] f23df028b6ca: Verifying Checksum [2025-08-13T05:36:58.004Z] f23df028b6ca: Download complete [2025-08-13T05:36:58.004Z] d65c8cfc05b1: Verifying Checksum [2025-08-13T05:36:58.004Z] d65c8cfc05b1: Download complete [2025-08-13T05:36:58.004Z] 699f458cf7ca: Verifying Checksum [2025-08-13T05:36:58.004Z] 699f458cf7ca: Download complete [2025-08-13T05:36:58.588Z] 8998bd30e6a1: Verifying Checksum [2025-08-13T05:36:58.588Z] 8998bd30e6a1: Download complete [2025-08-13T05:37:01.165Z] 2437ff75d9bd: Verifying Checksum [2025-08-13T05:37:01.165Z] 2437ff75d9bd: Download complete [2025-08-13T05:37:03.113Z] 8998bd30e6a1: Pull complete [2025-08-13T05:37:03.380Z] 04944245beec: Pull complete [2025-08-13T05:37:05.331Z] 699f458cf7ca: Pull complete [2025-08-13T05:37:05.331Z] 765212b225bb: Pull complete [2025-08-13T05:37:05.915Z] f23df028b6ca: Pull complete [2025-08-13T05:37:06.182Z] d65c8cfc05b1: Pull complete [2025-08-13T05:37:24.387Z] 2437ff75d9bd: Pull complete [2025-08-13T05:37:24.387Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-13T05:37:24.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-13T05:37:24.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:37:24.606Z] prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container [2025-08-13T05:37:24.672Z] $ 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-modbus-go/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-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-08-13T05:37:27.273Z] $ docker top f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:37:27.783Z] ---> job-cost.sh [2025-08-13T05:37:28.047Z] lf-activate-venv: SKIPPING [2025-08-13T05:37:28.047Z] INFO: No Stack... [2025-08-13T05:37:28.314Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-13T05:37:29.264Z] INFO: Archiving Costs [Pipeline] sh [2025-08-13T05:37:29.578Z] + cat /w/workspace/device-modbus-go/194/archives/cost.csv [2025-08-13T05:37:29.578Z] + cut -d, -f6 [Pipeline] lock [2025-08-13T05:37:29.897Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [2025-08-13T05:37:29.903Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] did not exist. Created. [2025-08-13T05:37:29.908Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-13T05:37:30.554Z] /w/workspace/device-modbus-go/194@tmp/durable-969452d7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-13T05:37:30.879Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-13T05:37:30.896Z] Warning: overwriting stash ‘stack-cost’ [2025-08-13T05:37:30.948Z] Stashed 1 file(s) [Pipeline] } [2025-08-13T05:37:30.956Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-13T05:37:30.990Z] $ docker stop --time=1 f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 [2025-08-13T05:37:32.432Z] $ docker rm -f --volumes f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 [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-08-13T05:37:32.865Z] provisioning config files... [2025-08-13T05:37:32.872Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2211542623818829699tmp [Pipeline] { [Pipeline] sh [2025-08-13T05:37:33.164Z] + set +x [2025-08-13T05:37:33.164Z] + + curl -s https://codecov.io/bash [2025-08-13T05:37:33.164Z] bash -s -- [2025-08-13T05:37:33.164Z] [2025-08-13T05:37:33.164Z] _____ _ [2025-08-13T05:37:33.164Z] / ____| | | [2025-08-13T05:37:33.164Z] | | ___ __| | ___ ___ _____ __ [2025-08-13T05:37:33.164Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-13T05:37:33.164Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-13T05:37:33.164Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-13T05:37:33.164Z] Bash-1.0.6 [2025-08-13T05:37:33.164Z] [2025-08-13T05:37:33.164Z] [2025-08-13T05:37:33.164Z] ==> git version 2.25.1 found [2025-08-13T05:37:33.164Z] ==> 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-08-13T05:37:33.164Z] Release-Date: 2020-01-08 [2025-08-13T05:37:33.164Z] 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-08-13T05:37:33.164Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-13T05:37:33.164Z] ==> Jenkins CI detected. [2025-08-13T05:37:33.164Z] current dir:  /w/workspace/gexfoundry_device-modbus-go_main [2025-08-13T05:37:33.164Z] project root: . [2025-08-13T05:37:33.164Z] --> token set from env [2025-08-13T05:37:33.164Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-13T05:37:33.423Z] ==> Running gcov in . (disable via -X gcov) [2025-08-13T05:37:33.423Z] ==> Python coveragepy not found [2025-08-13T05:37:33.423Z] ==> Searching for coverage reports in: [2025-08-13T05:37:33.423Z] + . [2025-08-13T05:37:33.423Z] -> Found 1 reports [2025-08-13T05:37:33.423Z] ==> Detecting git/mercurial file structure [2025-08-13T05:37:33.423Z] ==> Reading reports [2025-08-13T05:37:33.423Z] + ./coverage.out bytes=27945 [2025-08-13T05:37:33.423Z] ==> Appending adjustments [2025-08-13T05:37:33.423Z] https://docs.codecov.io/docs/fixing-reports [2025-08-13T05:37:33.423Z] + Found adjustments [2025-08-13T05:37:33.423Z] ==> Gzipping contents [2025-08-13T05:37:33.423Z] 8.0K /tmp/codecov.niVoyo.gz [2025-08-13T05:37:33.423Z] ==> Uploading reports [2025-08-13T05:37:33.423Z] url: https://codecov.io [2025-08-13T05:37:33.423Z] query: branch=main&commit=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-13T05:37:33.423Z] -> Pinging Codecov [2025-08-13T05:37:33.423Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-13T05:37:33.682Z] -> Uploading to [2025-08-13T05:37:33.682Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-modbus-go/4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b/1c20b22f-40fb-4e8f-87b2-660504607072.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250813%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250813T053733Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f40c7c369f1839d79aa2b26f1c350bdaf2a9d017477d250ad27908b35546ef17 [2025-08-13T05:37:33.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-13T05:37:33.682Z] Dload Upload Total Spent Left Speed [2025-08-13T05:37:33.941Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4287 0 0 100 4287 0 28019 --:--:-- --:--:-- --:--:-- 28019 [2025-08-13T05:37:33.942Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } [2025-08-13T05:37:33.949Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-13T05:37:34.085Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-13T05:37:34.102Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:37:34.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-13T05:37:34.414Z] [2025-08-13T05:37:34.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:37:34.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-13T05:37:34.723Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-13T05:37:34.723Z] 0a9a5dfd008f: Already exists [2025-08-13T05:37:34.723Z] 36466aa92d05: Already exists [2025-08-13T05:37:34.723Z] e10405b45d13: Already exists [2025-08-13T05:37:34.723Z] 096b7ceb2af7: Already exists [2025-08-13T05:37:34.723Z] 4f4fb700ef54: Already exists [2025-08-13T05:37:34.723Z] e50aa161e22a: Pulling fs layer [2025-08-13T05:37:34.723Z] d3c8db5fb9df: Pulling fs layer [2025-08-13T05:37:34.980Z] e50aa161e22a: Download complete [2025-08-13T05:37:35.238Z] e50aa161e22a: Pull complete [2025-08-13T05:37:36.172Z] d3c8db5fb9df: Verifying Checksum [2025-08-13T05:37:36.172Z] d3c8db5fb9df: Download complete [2025-08-13T05:37:39.449Z] d3c8db5fb9df: Pull complete [2025-08-13T05:37:39.449Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-13T05:37:39.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-13T05:37:39.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:37:39.548Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:37:39.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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/edgex-snyk-go:latest cat [2025-08-13T05:37:40.848Z] $ docker top 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:37:41.188Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] echo [2025-08-13T05:37:41.198Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh [2025-08-13T05:37:41.477Z] + set -o pipefail [2025-08-13T05:37:41.478Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0a0805b9-8982-40eb-8dbc-845f1ef902a3/history/a7b891bf-346c-49e7-a3cf-1a802a258234 [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] [2025-08-13T05:37:51.455Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-13T05:37:51.455Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-13T05:37:51.463Z] $ docker stop --time=1 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d [2025-08-13T05:37:53.871Z] $ docker rm -f --volumes 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d [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-08-13T05:37:54.701Z] + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] sh [2025-08-13T05:37:54.993Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-13T05:37:54.993Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:37:55.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:37:55.295Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:37:55.364Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:37:55.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-13T05:37:55.645Z] $ docker top bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 -eo pid,comm [2025-08-13T05:37:55.688Z] 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-08-13T05:37:55.688Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-13T05:37:55.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-13T05:37:55.734Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-13T05:37:55.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-13T05:37:55.829Z] $ docker exec bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 ssh-agent [2025-08-13T05:37:55.919Z] SSH_AUTH_SOCK=/tmp/ssh-nAzDvxXVKu4v/agent.32 [2025-08-13T05:37:55.919Z] SSH_AGENT_PID=38 [2025-08-13T05:37:55.924Z] Running ssh-add (command line suppressed) [2025-08-13T05:37:56.009Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5149302228382531042.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5149302228382531042.key) [2025-08-13T05:37:56.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-13T05:37:56.317Z] + git semver tag [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,518 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,522 [run_tag] DEBUG tag force:False [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,522 [check_head_tag] DEBUG check head tag [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,522 [execute] INFO git cat-file --batch-check [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=, shell=False, universal_newlines=False) [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,525 [execute] INFO git cat-file --batch [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=, shell=False, universal_newlines=False) [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,533 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,533 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,533 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-13T05:37:56.576Z] 2025-08-13 05:37:56,535 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:37:56.576Z] 4.1.0-dev.4 [Pipeline] } [2025-08-13T05:37:56.582Z] $ docker exec --env ******** --env ******** bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 ssh-agent -k [2025-08-13T05:37:56.671Z] unset SSH_AUTH_SOCK; [2025-08-13T05:37:56.672Z] unset SSH_AGENT_PID; [2025-08-13T05:37:56.672Z] echo Agent pid 38 killed; [2025-08-13T05:37:56.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-13T05:37:57.003Z] + git semver [Pipeline] } [2025-08-13T05:37:57.268Z] $ docker stop --time=1 bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 [2025-08-13T05:37:58.536Z] $ docker rm -f --volumes bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:37:58.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-13T05:37:58.933Z] [2025-08-13T05:37:58.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:37:59.231Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-13T05:37:59.231Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-13T05:37:59.231Z] ab5ef0e58194: Pulling fs layer [2025-08-13T05:37:59.231Z] 9712f1f96733: Pulling fs layer [2025-08-13T05:37:59.231Z] 63f879dbbcfc: Pulling fs layer [2025-08-13T05:37:59.231Z] 0d9ebad4ef96: Pulling fs layer [2025-08-13T05:37:59.231Z] e9a5061849ea: Pulling fs layer [2025-08-13T05:37:59.231Z] d747dcd14b5f: Pulling fs layer [2025-08-13T05:37:59.231Z] 2de7ff778b66: Pulling fs layer [2025-08-13T05:37:59.231Z] 0d9ebad4ef96: Waiting [2025-08-13T05:37:59.231Z] e9a5061849ea: Waiting [2025-08-13T05:37:59.231Z] d747dcd14b5f: Waiting [2025-08-13T05:37:59.231Z] 9712f1f96733: Verifying Checksum [2025-08-13T05:37:59.231Z] 9712f1f96733: Download complete [2025-08-13T05:37:59.489Z] 63f879dbbcfc: Verifying Checksum [2025-08-13T05:37:59.489Z] 63f879dbbcfc: Download complete [2025-08-13T05:37:59.747Z] e9a5061849ea: Verifying Checksum [2025-08-13T05:37:59.747Z] e9a5061849ea: Download complete [2025-08-13T05:37:59.747Z] d747dcd14b5f: Download complete [2025-08-13T05:37:59.747Z] 0d9ebad4ef96: Verifying Checksum [2025-08-13T05:37:59.747Z] 0d9ebad4ef96: Download complete [2025-08-13T05:38:00.005Z] 2de7ff778b66: Verifying Checksum [2025-08-13T05:38:00.005Z] 2de7ff778b66: Download complete [2025-08-13T05:38:00.005Z] ab5ef0e58194: Verifying Checksum [2025-08-13T05:38:00.005Z] ab5ef0e58194: Download complete [2025-08-13T05:38:04.195Z] ab5ef0e58194: Pull complete [2025-08-13T05:38:04.195Z] 9712f1f96733: Pull complete [2025-08-13T05:38:04.195Z] 63f879dbbcfc: Pull complete [2025-08-13T05:38:10.756Z] 0d9ebad4ef96: Pull complete [2025-08-13T05:38:10.756Z] e9a5061849ea: Pull complete [2025-08-13T05:38:10.756Z] d747dcd14b5f: Pull complete [2025-08-13T05:38:11.690Z] 2de7ff778b66: Pull complete [2025-08-13T05:38:11.690Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-13T05:38:11.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-13T05:38:11.690Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:38:11.796Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:38:11.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-08-13T05:38:13.896Z] $ docker top d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:38:13.974Z] provisioning config files... [2025-08-13T05:38:13.979Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12693320166153320463tmp [2025-08-13T05:38:13.989Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5625080645284942334tmp [2025-08-13T05:38:13.996Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12377590181793609786tmp [Pipeline] { [Pipeline] echo [2025-08-13T05:38:14.076Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:14.384Z] ---> sigul-configuration.sh [2025-08-13T05:38:14.384Z] gpg: directory `/root/.gnupg' created [2025-08-13T05:38:14.384Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-13T05:38:14.384Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-13T05:38:14.384Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-13T05:38:14.384Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-13T05:38:14.384Z] gpg: CAST5 encrypted data [2025-08-13T05:38:14.384Z] gpg: encrypted with 1 passphrase [2025-08-13T05:38:14.384Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-13T05:38:14.746Z] + mkdir /home/jenkins [2025-08-13T05:38:14.746Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-13T05:38:15.126Z] + 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-08-13T05:38:15.138Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:15.433Z] ---> sigul-install.sh [2025-08-13T05:38:15.433Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-13T05:38:15.726Z] + git tag --list [2025-08-13T05:38:15.726Z] 0.7.1 [2025-08-13T05:38:15.726Z] v1.0.0 [2025-08-13T05:38:15.726Z] v1.1.0 [2025-08-13T05:38:15.726Z] v1.1.1 [2025-08-13T05:38:15.726Z] v1.2.2 [2025-08-13T05:38:15.726Z] v1.3.0 [2025-08-13T05:38:15.726Z] v1.3.1 [2025-08-13T05:38:15.726Z] v2.0.0 [2025-08-13T05:38:15.726Z] v2.1.0 [2025-08-13T05:38:15.726Z] v2.1.1 [2025-08-13T05:38:15.726Z] v2.2.0 [2025-08-13T05:38:15.726Z] v2.3.0 [2025-08-13T05:38:15.726Z] v3.0 [2025-08-13T05:38:15.726Z] v3.0.0 [2025-08-13T05:38:15.726Z] v3.1 [2025-08-13T05:38:15.726Z] v3.1.0 [2025-08-13T05:38:15.726Z] v3.1.1 [2025-08-13T05:38:15.726Z] v4.0 [2025-08-13T05:38:15.726Z] v4.0.0 [2025-08-13T05:38:15.726Z] v4.1.0-dev.1 [2025-08-13T05:38:15.726Z] v4.1.0-dev.2 [2025-08-13T05:38:15.726Z] v4.1.0-dev.3 [2025-08-13T05:38:15.726Z] v4.1.0-dev.4 [Pipeline] sh [2025-08-13T05:38:16.077Z] + lftools sign git-tag v4.1.0-dev.4 [2025-08-13T05:38:16.643Z] Signing Git tag with Sigul... [2025-08-13T05:38:16.643Z] Signing v4.1.0-dev.4 [Pipeline] echo [2025-08-13T05:38:16.917Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:17.208Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-13T05:38:17.214Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-13T05:38:17.234Z] $ docker stop --time=1 d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 [2025-08-13T05:38:18.515Z] $ docker rm -f --volumes d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-13T05:38:18.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-13T05:38:18.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:38:19.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:38:19.271Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:38:19.352Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:38:19.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-13T05:38:19.613Z] $ docker top 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc -eo pid,comm [2025-08-13T05:38:19.660Z] 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-08-13T05:38:19.660Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-13T05:38:19.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-13T05:38:19.725Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-13T05:38:19.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-13T05:38:19.846Z] $ docker exec 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc ssh-agent [2025-08-13T05:38:19.949Z] SSH_AUTH_SOCK=/tmp/ssh-D4860u5YT2vC/agent.32 [2025-08-13T05:38:19.949Z] SSH_AGENT_PID=38 [2025-08-13T05:38:19.954Z] Running ssh-add (command line suppressed) [2025-08-13T05:38:20.052Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7261643968188754265.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7261643968188754265.key) [2025-08-13T05:38:20.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-13T05:38:20.356Z] + git semver bump pre [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,577 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [bump_version] DEBUG bumped version:4.1.0-dev.5 [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,580 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,582 [execute] INFO git cat-file --batch-check [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,582 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,585 [execute] INFO git cat-file --batch [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,585 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-13T05:38:20.614Z] 2025-08-13 05:38:20,588 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:38:20.614Z] 4.1.0-dev.5 [Pipeline] } [2025-08-13T05:38:20.621Z] $ docker exec --env ******** --env ******** 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc ssh-agent -k [2025-08-13T05:38:20.707Z] unset SSH_AUTH_SOCK; [2025-08-13T05:38:20.707Z] unset SSH_AGENT_PID; [2025-08-13T05:38:20.707Z] echo Agent pid 38 killed; [2025-08-13T05:38:20.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-13T05:38:21.042Z] + git semver [Pipeline] } [2025-08-13T05:38:21.312Z] $ docker stop --time=1 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc [2025-08-13T05:38:22.570Z] $ docker rm -f --volumes 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-13T05:38:22.921Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-13T05:38:22.921Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:38:23.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-13T05:38:23.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:38:23.300Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:38:23.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-13T05:38:23.548Z] $ docker top 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b -eo pid,comm [2025-08-13T05:38:23.590Z] 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-08-13T05:38:23.590Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-13T05:38:23.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-13T05:38:23.646Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-13T05:38:23.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-13T05:38:23.745Z] $ docker exec 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b ssh-agent [2025-08-13T05:38:23.836Z] SSH_AUTH_SOCK=/tmp/ssh-1CnA95wEme24/agent.32 [2025-08-13T05:38:23.836Z] SSH_AGENT_PID=38 [2025-08-13T05:38:23.840Z] Running ssh-add (command line suppressed) [2025-08-13T05:38:23.937Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8753671867343636009.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8753671867343636009.key) [2025-08-13T05:38:23.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-13T05:38:24.238Z] + git semver push [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,422 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,426 [run_push] DEBUG push [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,427 [execute] INFO git cat-file --batch-check [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,429 [execute] INFO git rev-list 053bd7a317b21672ed2e8e42f4e935cb770c8777 -- [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,430 [execute] DEBUG Popen(['git', 'rev-list', '053bd7a317b21672ed2e8e42f4e935cb770c8777', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,438 [execute] INFO git fetch -v -- origin [2025-08-13T05:38:24.497Z] 2025-08-13 05:38:24,438 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-13T05:38:25.064Z] 2025-08-13 05:38:24,904 [run_push] DEBUG no remote changes detected [2025-08-13T05:38:25.064Z] 2025-08-13 05:38:24,904 [execute] INFO git push origin semver [2025-08-13T05:38:25.064Z] 2025-08-13 05:38:24,905 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-13T05:38:26.000Z] 2025-08-13 05:38:25,870 [run_push] DEBUG push all version tags [2025-08-13T05:38:26.000Z] 2025-08-13 05:38:25,871 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-13T05:38:26.000Z] 2025-08-13 05:38:25,871 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-13T05:38:26.936Z] 2025-08-13 05:38:26,712 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2025-08-13T05:38:26.936Z] 4.1.0-dev.5 [Pipeline] } [2025-08-13T05:38:26.944Z] $ docker exec --env ******** --env ******** 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b ssh-agent -k [2025-08-13T05:38:27.035Z] unset SSH_AUTH_SOCK; [2025-08-13T05:38:27.036Z] unset SSH_AGENT_PID; [2025-08-13T05:38:27.036Z] echo Agent pid 38 killed; [2025-08-13T05:38:27.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-13T05:38:27.378Z] + git semver [Pipeline] } [2025-08-13T05:38:27.646Z] $ docker stop --time=1 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b [2025-08-13T05:38:28.914Z] $ docker rm -f --volumes 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b [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-08-13T05:38:29.493Z] + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] [2025-08-13T05:38:29.493Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2025-08-13T05:38:29.493Z] total 16 [2025-08-13T05:38:29.493Z] drwxr-xr-x 3 root root 4096 Aug 13 05:25 . [2025-08-13T05:38:29.493Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 13 05:38 .. [2025-08-13T05:38:29.493Z] drwxr-xr-x 2 root root 4096 Aug 13 05:25 cost [2025-08-13T05:38:29.493Z] -rw-r--r-- 1 root root 88 Aug 13 05:25 cost.csv [2025-08-13T05:38:29.493Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives [2025-08-13T05:38:29.493Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2025-08-13T05:38:29.493Z] total 16 [2025-08-13T05:38:29.493Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 13 05:25 . [2025-08-13T05:38:29.493Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 13 05:38 .. [2025-08-13T05:38:29.493Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 13 05:25 cost [2025-08-13T05:38:29.493Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 13 05:25 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:29.780Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:30.632Z] ---> package-listing.sh [2025-08-13T05:38:30.632Z] ++ facter osfamily [2025-08-13T05:38:30.632Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-13T05:38:30.891Z] + OS_FAMILY=debian [2025-08-13T05:38:30.891Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2025-08-13T05:38:30.891Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-13T05:38:30.891Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-13T05:38:30.891Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-13T05:38:30.891Z] + PACKAGES=/tmp/packages_start.txt [2025-08-13T05:38:30.891Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2025-08-13T05:38:30.891Z] + PACKAGES=/tmp/packages_end.txt [2025-08-13T05:38:30.891Z] + case "${OS_FAMILY}" in [2025-08-13T05:38:30.891Z] + dpkg -l [2025-08-13T05:38:30.891Z] + grep '^ii' [2025-08-13T05:38:30.891Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-13T05:38:30.891Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-13T05:38:30.891Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-13T05:38:30.891Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2025-08-13T05:38:30.891Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2025-08-13T05:38:30.891Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo [2025-08-13T05:38:30.901Z] 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/gexfoundry_device-modbus-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-08-13T05:38:31.177Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-13T05:38:31.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-13T05:38:31.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-13T05:38:31.816Z] prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container [2025-08-13T05:38:31.836Z] $ 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/gexfoundry_device-modbus-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/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-13T05:38:32.048Z] $ docker top 2428f7d18f41587d4fec0bfc4d03f5f831e7bf8184957e52df8cb8e844adcc50 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-13T05:38:32.389Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-13T05:38:32.673Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-13T05:38:32.954Z] + ls /var/log/sa-host [2025-08-13T05:38:32.954Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-13T05:38:32.990Z] provisioning config files... [2025-08-13T05:38:32.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12676408673890614525tmp [Pipeline] { [Pipeline] echo [2025-08-13T05:38:33.017Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:33.302Z] ---> create-netrc.sh [Pipeline] } [2025-08-13T05:38:33.308Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:33.621Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-13T05:38:33.631Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:33.916Z] ---> sudo-logs.sh [2025-08-13T05:38:33.916Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-13T05:38:33.948Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:34.230Z] ---> job-cost.sh [2025-08-13T05:38:34.230Z] lf-activate-venv: SKIPPING [2025-08-13T05:38:34.230Z] DEBUG: total: 0.2199999988079071 [2025-08-13T05:38:34.230Z] INFO: Retrieving Stack Cost... [2025-08-13T05:38:34.490Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-13T05:38:35.058Z] INFO: Archiving Costs [Pipeline] echo [2025-08-13T05:38:35.073Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-13T05:38:35.357Z] ---> logs-deploy.sh [2025-08-13T05:38:35.357Z] lf-activate-venv: SKIPPING [2025-08-13T05:38:35.357Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/194 [2025-08-13T05:38:35.357Z] INFO: archiving workspace using pattern(s): [2025-08-13T05:38:36.294Z] Archives upload complete. [2025-08-13T05:38:36.294Z] INFO: archiving logs to Nexus