Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 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-ssh15347712080102085459.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-ssh10825195792616400638.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-sdk-c/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-sdk-c/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13352679140475687792.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-ssh12570094616552954036.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-sdk-c/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-sdk-c/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9212225070833341797.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 ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [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 ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [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-8233 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.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-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 (main) Commit message: "Merge pull request #583 from TuhinDasgupta-eaton/profile_mgmt" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 # timeout=10 > git rev-list --no-walk 6ea8aab50cb346ee5d4bc267de38db4953cd0811 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-09-03T12:28:43.150Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-09-03T12:28:43.210Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-09-03T12:28:43.229Z] ========================================================= [2025-09-03T12:28:43.229Z] EdgeX Global Pipelines Version Info [2025-09-03T12:28:43.229Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:28:44.298Z] ------------------- [2025-09-03T12:28:44.298Z] stable info: [2025-09-03T12:28:44.298Z] ------------------- [2025-09-03T12:28:44.298Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-09-03T12:28:44.298Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T12:28:44.298Z] Message: update stable to v1.0.276 [2025-09-03T12:28:44.883Z] ------------------- [2025-09-03T12:28:44.883Z] experimental info: [2025-09-03T12:28:44.883Z] ------------------- [2025-09-03T12:28:44.883Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-09-03T12:28:44.883Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T12:28:44.883Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-09-03T12:28:44.972Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2025-09-03T12:28:44.992Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2025-09-03T12:28:45.008Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-09-03T12:28:45.022Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-09-03T12:28:45.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-09-03T12:28:45.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2025-09-03T12:28:45.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2025-09-03T12:28:45.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-09-03T12:28:45.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-09-03T12:28:45.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2025-09-03T12:28:45.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-09-03T12:28:45.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-09-03T12:28:45.519Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-09-03T12:28:45.539Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-09-03T12:28:45.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-09-03T12:28:45.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-09-03T12:28:45.595Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-09-03T12:28:45.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-09-03T12:28:45.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-09-03T12:28:45.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-09-03T12:28:45.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo [2025-09-03T12:28:45.698Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ba0fe2 [Pipeline] echo [2025-09-03T12:28:45.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:28:45.766Z] provisioning config files... [2025-09-03T12:28:45.784Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config17604694208648749711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:28:46.117Z] ---> ****-login.sh [2025-09-03T12:28:46.117Z] nexus3.edgexfoundry.org:10001 [2025-09-03T12:28:46.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:28:46.378Z] [2025-09-03T12:28:46.378Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T12:28:46.378Z] Configure a credential helper to remove this warning. See [2025-09-03T12:28:46.378Z] https://docs.****.com/go/credential-store/ [2025-09-03T12:28:46.378Z] [2025-09-03T12:28:46.378Z] Login Succeeded [2025-09-03T12:28:46.378Z] nexus3.edgexfoundry.org:10002 [2025-09-03T12:28:46.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:28:46.378Z] [2025-09-03T12:28:46.378Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T12:28:46.378Z] Configure a credential helper to remove this warning. See [2025-09-03T12:28:46.378Z] https://docs.****.com/go/credential-store/ [2025-09-03T12:28:46.378Z] [2025-09-03T12:28:46.378Z] Login Succeeded [2025-09-03T12:28:46.378Z] nexus3.edgexfoundry.org:10003 [2025-09-03T12:28:46.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:28:46.637Z] [2025-09-03T12:28:46.637Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T12:28:46.637Z] Configure a credential helper to remove this warning. See [2025-09-03T12:28:46.637Z] https://docs.****.com/go/credential-store/ [2025-09-03T12:28:46.637Z] [2025-09-03T12:28:46.637Z] Login Succeeded [2025-09-03T12:28:46.637Z] nexus3.edgexfoundry.org:10004 [2025-09-03T12:28:46.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:28:46.638Z] [2025-09-03T12:28:46.638Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T12:28:46.638Z] Configure a credential helper to remove this warning. See [2025-09-03T12:28:46.638Z] https://docs.****.com/go/credential-store/ [2025-09-03T12:28:46.638Z] [2025-09-03T12:28:46.638Z] Login Succeeded [2025-09-03T12:28:46.638Z] ****.io [2025-09-03T12:28:46.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:28:46.897Z] [2025-09-03T12:28:46.897Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T12:28:46.897Z] Configure a credential helper to remove this warning. See [2025-09-03T12:28:46.897Z] https://docs.****.com/go/credential-store/ [2025-09-03T12:28:46.897Z] [2025-09-03T12:28:46.897Z] Login Succeeded [2025-09-03T12:28:46.897Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T12:28:46.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2025-09-03T12:28:47.288Z] + git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo [2025-09-03T12:28:47.316Z] -----------> git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [2025-09-03T12:28:47.316Z] 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [false] [Pipeline] sh [2025-09-03T12:28:47.609Z] + git log --format=format:%s -1 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo [2025-09-03T12:28:47.626Z] ========================================================= [2025-09-03T12:28:47.626Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-03T12:28:47.626Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-09-03T12:28:48.077Z] + git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo [2025-09-03T12:28:48.282Z] -----------> git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [2025-09-03T12:28:48.282Z] 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [false] [Pipeline] sh [2025-09-03T12:28:48.589Z] + git log --format=format:%s -1 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo [2025-09-03T12:28:48.777Z] ========================================================= [2025-09-03T12:28:48.777Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-03T12:28:48.777Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-09-03T12:28:49.201Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T12:28:49.201Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-09-03T12:28:49.201Z] + [ -e /tmp/ssh_known_hosts ] [2025-09-03T12:28:49.201Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-09-03T12:28:49.201Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-09-03T12:28:49.201Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-09-03T12:28:49.201Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:28:49.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:28:49.545Z] [2025-09-03T12:28:49.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:28:49.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:28:49.850Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-09-03T12:28:49.850Z] 3dae71ba6b94: Pulling fs layer [2025-09-03T12:28:49.850Z] 6bf1a483ea7c: Pulling fs layer [2025-09-03T12:28:49.850Z] f5dfc541a4d3: Pulling fs layer [2025-09-03T12:28:49.850Z] 461d9e800cba: Pulling fs layer [2025-09-03T12:28:49.850Z] 80192f66455f: Pulling fs layer [2025-09-03T12:28:49.850Z] 2e8e34ca0e6c: Pulling fs layer [2025-09-03T12:28:49.850Z] a29436f7fd5d: Pulling fs layer [2025-09-03T12:28:49.850Z] 923cac83aea3: Pulling fs layer [2025-09-03T12:28:49.850Z] 25ad8b0a4227: Pulling fs layer [2025-09-03T12:28:49.850Z] db01528c6b51: Pulling fs layer [2025-09-03T12:28:49.850Z] 28988de357af: Pulling fs layer [2025-09-03T12:28:49.850Z] 80192f66455f: Waiting [2025-09-03T12:28:49.850Z] 2e8e34ca0e6c: Waiting [2025-09-03T12:28:49.850Z] a29436f7fd5d: Waiting [2025-09-03T12:28:49.850Z] 923cac83aea3: Waiting [2025-09-03T12:28:49.850Z] 25ad8b0a4227: Waiting [2025-09-03T12:28:49.850Z] db01528c6b51: Waiting [2025-09-03T12:28:49.850Z] 28988de357af: Waiting [2025-09-03T12:28:49.850Z] 461d9e800cba: Waiting [2025-09-03T12:28:49.850Z] 6bf1a483ea7c: Verifying Checksum [2025-09-03T12:28:49.850Z] 6bf1a483ea7c: Download complete [2025-09-03T12:28:50.109Z] 461d9e800cba: Download complete [2025-09-03T12:28:50.109Z] 80192f66455f: Verifying Checksum [2025-09-03T12:28:50.109Z] 80192f66455f: Download complete [2025-09-03T12:28:50.109Z] f5dfc541a4d3: Verifying Checksum [2025-09-03T12:28:50.109Z] f5dfc541a4d3: Download complete [2025-09-03T12:28:50.109Z] 3dae71ba6b94: Download complete [2025-09-03T12:28:50.109Z] 923cac83aea3: Download complete [2025-09-03T12:28:50.368Z] 25ad8b0a4227: Verifying Checksum [2025-09-03T12:28:50.368Z] 25ad8b0a4227: Download complete [2025-09-03T12:28:50.368Z] db01528c6b51: Verifying Checksum [2025-09-03T12:28:50.368Z] db01528c6b51: Download complete [2025-09-03T12:28:50.368Z] 28988de357af: Verifying Checksum [2025-09-03T12:28:50.368Z] a29436f7fd5d: Verifying Checksum [2025-09-03T12:28:50.368Z] a29436f7fd5d: Download complete [2025-09-03T12:28:50.626Z] 2e8e34ca0e6c: Verifying Checksum [2025-09-03T12:28:50.626Z] 2e8e34ca0e6c: Download complete [2025-09-03T12:28:51.588Z] 3dae71ba6b94: Pull complete [2025-09-03T12:28:51.847Z] 6bf1a483ea7c: Pull complete [2025-09-03T12:28:52.781Z] f5dfc541a4d3: Pull complete [2025-09-03T12:28:52.781Z] 461d9e800cba: Pull complete [2025-09-03T12:28:52.781Z] 80192f66455f: Pull complete [2025-09-03T12:28:58.061Z] 2e8e34ca0e6c: Pull complete [2025-09-03T12:28:58.320Z] a29436f7fd5d: Pull complete [2025-09-03T12:28:58.320Z] 923cac83aea3: Pull complete [2025-09-03T12:28:58.579Z] 25ad8b0a4227: Pull complete [2025-09-03T12:28:58.579Z] db01528c6b51: Pull complete [2025-09-03T12:28:58.579Z] 28988de357af: Pull complete [2025-09-03T12:28:58.579Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-09-03T12:28:58.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:28:58.579Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:28:58.728Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:28:58.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-03T12:29:00.414Z] $ docker top 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a -eo pid,comm [2025-09-03T12:29:00.471Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-03T12:29:00.471Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T12:29:00.530Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T12:29:00.530Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T12:29:00.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T12:29:00.650Z] $ docker exec 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent [2025-09-03T12:29:00.767Z] SSH_AUTH_SOCK=/tmp/ssh-k3xIzEeeNFPM/agent.33 [2025-09-03T12:29:00.767Z] SSH_AGENT_PID=39 [2025-09-03T12:29:00.774Z] Running ssh-add (command line suppressed) [2025-09-03T12:29:00.871Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9567344476953705128.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9567344476953705128.key) [2025-09-03T12:29:00.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T12:29:01.189Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] sh [2025-09-03T12:29:01.491Z] + git tag --points-at HEAD [Pipeline] } [2025-09-03T12:29:01.497Z] $ docker exec --env ******** --env ******** 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent -k [2025-09-03T12:29:01.588Z] unset SSH_AUTH_SOCK; [2025-09-03T12:29:01.589Z] unset SSH_AGENT_PID; [2025-09-03T12:29:01.589Z] echo Agent pid 39 killed; [2025-09-03T12:29:01.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-09-03T12:29:01.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T12:29:01.644Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T12:29:01.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T12:29:01.756Z] $ docker exec 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent [2025-09-03T12:29:01.879Z] SSH_AUTH_SOCK=/tmp/ssh-YpYMjpJYE411/agent.86 [2025-09-03T12:29:01.879Z] SSH_AGENT_PID=92 [2025-09-03T12:29:01.882Z] Running ssh-add (command line suppressed) [2025-09-03T12:29:01.991Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3747764998010748808.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3747764998010748808.key) [2025-09-03T12:29:02.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T12:29:02.306Z] + git semver init [2025-09-03T12:29:02.565Z] 2025-09-03 12:29:02,533 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-03T12:29:02.565Z] 2025-09-03 12:29:02,537 [run_init] DEBUG init version:0.0.0 force:False [2025-09-03T12:29:02.565Z] 2025-09-03 12:29:02,538 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2025-09-03T12:29:02.565Z] 2025-09-03 12:29:02,539 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2025-09-03T12:29:02.565Z] 2025-09-03 12:29:02,539 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=None, shell=False, universal_newlines=False) [2025-09-03T12:29:03.505Z] 2025-09-03 12:29:03,313 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2025-09-03T12:29:03.505Z] 2025-09-03 12:29:03,313 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2025-09-03T12:29:03.505Z] 2025-09-03 12:29:03,313 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:29:03.505Z] 2025-09-03 12:29:03,313 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:29:03.505Z] 4.1.0-dev.7 [Pipeline] } [2025-09-03T12:29:03.509Z] $ docker exec --env ******** --env ******** 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent -k [2025-09-03T12:29:03.608Z] unset SSH_AUTH_SOCK; [2025-09-03T12:29:03.608Z] unset SSH_AGENT_PID; [2025-09-03T12:29:03.608Z] echo Agent pid 92 killed; [2025-09-03T12:29:03.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T12:29:04.221Z] + git semver [Pipeline] } [2025-09-03T12:29:04.488Z] $ docker stop --time=1 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a [2025-09-03T12:29:05.776Z] $ docker rm -f --volumes 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T12:29:06.128Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-09-03T12:29:06.454Z] Stashed 1 file(s) [Pipeline] echo [2025-09-03T12:29:06.458Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:29:06.669Z] provisioning config files... [Pipeline] // stage [Pipeline] } [2025-09-03T12:29:06.678Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config455754513603261419tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:29:06.988Z] ---> ****-login.sh [2025-09-03T12:29:06.988Z] nexus3.edgexfoundry.org:10001 [2025-09-03T12:29:06.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:29:06.988Z] Login Succeeded [2025-09-03T12:29:06.988Z] nexus3.edgexfoundry.org:10002 [2025-09-03T12:29:06.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:29:06.989Z] Login Succeeded [2025-09-03T12:29:06.989Z] nexus3.edgexfoundry.org:10003 [2025-09-03T12:29:07.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:29:07.247Z] Login Succeeded [2025-09-03T12:29:07.247Z] nexus3.edgexfoundry.org:10004 [2025-09-03T12:29:07.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:29:07.247Z] Login Succeeded [2025-09-03T12:29:07.248Z] ****.io [2025-09-03T12:29:07.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T12:29:07.506Z] Login Succeeded [2025-09-03T12:29:07.506Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T12:29:07.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-09-03T12:29:07.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T12:29:07.597Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2025-09-03T12:29:07.611Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T12:29:07.625Z] ========================================================= [2025-09-03T12:29:07.625Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2025-09-03T12:29:07.625Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:07.932Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2025-09-03T12:29:08.502Z] #0 building with "default" instance using docker driver [2025-09-03T12:29:08.502Z] [2025-09-03T12:29:08.502Z] #1 [internal] load build definition from Dockerfile.alpine-base [2025-09-03T12:29:08.502Z] #1 transferring dockerfile: 2.13kB done [2025-09-03T12:29:08.502Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [2025-09-03T12:29:08.502Z] #1 DONE 0.0s [2025-09-03T12:29:08.502Z] [2025-09-03T12:29:08.502Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2025-09-03T12:29:08.502Z] #2 DONE 0.1s [2025-09-03T12:29:08.762Z] [2025-09-03T12:29:08.762Z] #3 [internal] load .dockerignore [2025-09-03T12:29:08.762Z] #3 transferring context: 2B done [2025-09-03T12:29:08.762Z] #3 DONE 0.0s [2025-09-03T12:29:08.762Z] [2025-09-03T12:29:08.762Z] #4 [internal] load build context [2025-09-03T12:29:08.762Z] #4 transferring context: 646.06kB 0.0s done [2025-09-03T12:29:08.762Z] #4 DONE 0.1s [2025-09-03T12:29:08.762Z] [2025-09-03T12:29:08.762Z] #5 [builder 1/12] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-09-03T12:29:08.762Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 0.0s done [2025-09-03T12:29:08.762Z] #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.1s done [2025-09-03T12:29:08.762Z] #5 sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 741B / 741B done [2025-09-03T12:29:08.762Z] #5 sha256:6605166a5db42c9ef4e3b8366138377c430980df3f34fe18e3a1340b6ab951b9 2.56kB / 2.56kB done [2025-09-03T12:29:08.762Z] #5 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.1s done [2025-09-03T12:29:08.762Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 3.15MB / 118.14MB 0.1s [2025-09-03T12:29:09.020Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 33.55MB / 118.14MB 0.3s [2025-09-03T12:29:09.020Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 54.53MB / 118.14MB 0.4s [2025-09-03T12:29:09.279Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 109.05MB / 118.14MB 0.6s [2025-09-03T12:29:09.279Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.8s [2025-09-03T12:29:09.537Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.8s done [2025-09-03T12:29:09.537Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 0.1s [2025-09-03T12:29:14.098Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.3s done [2025-09-03T12:29:14.098Z] #5 DONE 5.3s [2025-09-03T12:29:14.098Z] [2025-09-03T12:29:14.098Z] #6 [builder 2/12] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-09-03T12:29:14.360Z] #6 0.404 Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-09-03T12:29:14.929Z] #6 0.914 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-09-03T12:29:14.929Z] #6 0.914 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-09-03T12:29:14.929Z] #6 0.916 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-09-03T12:29:15.501Z] #6 DONE 1.7s [2025-09-03T12:29:15.765Z] [2025-09-03T12:29:15.765Z] #7 [builder 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2025-09-03T12:29:15.765Z] #7 DONE 0.3s [2025-09-03T12:29:16.024Z] [2025-09-03T12:29:16.024Z] #8 [stage-1 4/8] RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5 dumb-init [2025-09-03T12:29:16.024Z] #8 0.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:16.282Z] #8 0.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:16.854Z] #8 0.703 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:17.437Z] #8 1.434 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:17.437Z] #8 1.442 (1/11) Installing libpsl (0.21.5-r0) [2025-09-03T12:29:17.437Z] #8 1.447 (2/11) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2025-09-03T12:29:17.437Z] #8 1.457 (3/11) Installing curl (8.12.1-r0) [2025-09-03T12:29:17.437Z] #8 1.466 (4/11) Installing libpsl-utils (0.21.5-r0) [2025-09-03T12:29:17.437Z] #8 1.469 (5/11) Installing libpsl-dev (0.21.5-r0) [2025-09-03T12:29:17.437Z] #8 1.473 (6/11) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2025-09-03T12:29:17.437Z] #8 1.480 (7/11) Installing dumb-init (1.2.5-r2) [2025-09-03T12:29:17.437Z] #8 1.484 (8/11) Installing libcbor (0.10.2-r1) [2025-09-03T12:29:17.437Z] #8 1.488 (9/11) Installing iotech-iot-1.5 (1.5.7-r0) [2025-09-03T12:29:18.013Z] #8 2.160 (10/11) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) [2025-09-03T12:29:18.280Z] #8 2.361 (11/11) Installing libuuid (2.38.1-r8) [2025-09-03T12:29:18.280Z] #8 2.364 Executing busybox-1.36.1-r4.trigger [2025-09-03T12:29:18.280Z] #8 2.377 OK: 331 MiB in 91 packages [2025-09-03T12:29:18.822Z] #8 DONE 2.5s [2025-09-03T12:29:18.822Z] [2025-09-03T12:29:18.822Z] #9 [builder 4/12] RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev [2025-09-03T12:29:18.822Z] #9 0.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:18.822Z] #9 0.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:18.822Z] #9 0.689 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:18.822Z] #9 1.327 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:18.822Z] #9 1.341 (1/15) Installing libcbor (0.10.2-r1) [2025-09-03T12:29:18.822Z] #9 1.346 (2/15) Installing iotech-iot-1.5 (1.5.7-r0) [2025-09-03T12:29:18.822Z] #9 2.059 (3/15) Installing iotech-iot-1.5-dev (1.5.7-r0) [2025-09-03T12:29:18.822Z] #9 2.167 (4/15) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) [2025-09-03T12:29:18.822Z] #9 2.378 (5/15) Installing libcbor-dev (0.10.2-r1) [2025-09-03T12:29:18.822Z] #9 2.384 (6/15) Installing libmenuw (6.4_p20230506-r0) [2025-09-03T12:29:18.822Z] #9 2.387 (7/15) Installing libpanelw (6.4_p20230506-r0) [2025-09-03T12:29:18.822Z] #9 2.390 (8/15) Installing libncurses++ (6.4_p20230506-r0) [2025-09-03T12:29:18.822Z] #9 2.395 (9/15) Installing ncurses-dev (6.4_p20230506-r0) [2025-09-03T12:29:18.822Z] #9 2.405 (10/15) Installing libblkid (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.412 (11/15) Installing libuuid (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.415 (12/15) Installing libfdisk (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.423 (13/15) Installing libmount (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.431 (14/15) Installing libsmartcols (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.437 (15/15) Installing util-linux-dev (2.38.1-r8) [2025-09-03T12:29:18.822Z] #9 2.460 Executing busybox-1.36.1-r4.trigger [2025-09-03T12:29:18.822Z] #9 2.476 OK: 336 MiB in 97 packages [2025-09-03T12:29:18.822Z] #9 DONE 2.6s [2025-09-03T12:29:18.822Z] [2025-09-03T12:29:18.822Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-09-03T12:29:18.822Z] #10 0.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:18.822Z] #10 ... [2025-09-03T12:29:18.822Z] [2025-09-03T12:29:18.822Z] #11 [builder 5/12] RUN mkdir /tmp/sdk [2025-09-03T12:29:18.822Z] #11 DONE 0.3s [2025-09-03T12:29:18.822Z] [2025-09-03T12:29:18.822Z] #12 [builder 6/12] COPY VERSION /tmp/sdk [2025-09-03T12:29:18.822Z] #12 DONE 0.1s [2025-09-03T12:29:18.822Z] [2025-09-03T12:29:18.822Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-09-03T12:29:18.822Z] #10 0.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:19.083Z] #10 ... [2025-09-03T12:29:19.083Z] [2025-09-03T12:29:19.083Z] #13 [builder 7/12] COPY src /tmp/sdk/src [2025-09-03T12:29:19.083Z] #13 DONE 0.1s [2025-09-03T12:29:19.083Z] [2025-09-03T12:29:19.083Z] #14 [builder 8/12] COPY include /tmp/sdk/include [2025-09-03T12:29:19.083Z] #14 DONE 0.1s [2025-09-03T12:29:19.083Z] [2025-09-03T12:29:19.083Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-09-03T12:29:19.083Z] #10 0.535 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:19.083Z] #10 ... [2025-09-03T12:29:19.083Z] [2025-09-03T12:29:19.083Z] #15 [builder 9/12] COPY scripts /tmp/sdk/scripts [2025-09-03T12:29:19.083Z] #15 DONE 0.1s [2025-09-03T12:29:19.083Z] [2025-09-03T12:29:19.083Z] #16 [builder 10/12] COPY LICENSE /tmp/sdk [2025-09-03T12:29:19.083Z] #16 DONE 0.0s [2025-09-03T12:29:19.350Z] [2025-09-03T12:29:19.350Z] #17 [builder 11/12] COPY Attribution.txt /tmp/sdk [2025-09-03T12:29:19.350Z] #17 DONE 0.0s [2025-09-03T12:29:19.350Z] [2025-09-03T12:29:19.350Z] #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2025-09-03T12:29:19.350Z] #18 0.244 + CPPCHECK=false [2025-09-03T12:29:19.350Z] #18 0.244 + DOCGEN=false [2025-09-03T12:29:19.350Z] #18 0.244 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-09-03T12:29:19.350Z] #18 0.244 + '[' 0 -gt 0 ] [2025-09-03T12:29:19.615Z] #18 0.245 + readlink -f ./scripts/build.sh [2025-09-03T12:29:19.615Z] #18 0.247 + dirname /tmp/sdk/scripts/build.sh [2025-09-03T12:29:19.615Z] #18 0.247 + dirname /tmp/sdk/scripts [2025-09-03T12:29:19.615Z] #18 0.248 + ROOT=/tmp/sdk [2025-09-03T12:29:19.615Z] #18 0.248 + cd /tmp/sdk [2025-09-03T12:29:19.615Z] #18 0.248 + mkdir -p /tmp/sdk/build/release [2025-09-03T12:29:19.615Z] #18 0.249 + cd /tmp/sdk/build/release [2025-09-03T12:29:19.615Z] #18 0.250 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2025-09-03T12:29:19.615Z] #18 0.331 -- The C compiler identification is GNU 12.2.1 [2025-09-03T12:29:19.615Z] #18 0.347 -- Detecting C compiler ABI info [2025-09-03T12:29:19.615Z] #18 0.434 -- Detecting C compiler ABI info - done [2025-09-03T12:29:19.615Z] #18 0.455 -- Check for working C compiler: /usr/bin/cc - skipped [2025-09-03T12:29:19.615Z] #18 0.455 -- Detecting C compile features [2025-09-03T12:29:19.615Z] #18 0.456 -- Detecting C compile features - done [2025-09-03T12:29:19.615Z] #18 0.459 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-09-03T12:29:19.615Z] #18 0.517 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-09-03T12:29:19.615Z] #18 0.522 -- Found LIBYAML: /usr/lib/libyaml.so [2025-09-03T12:29:19.615Z] #18 0.525 -- Found LIBUUID: /usr/lib/libuuid.so [2025-09-03T12:29:19.615Z] #18 0.527 -- Found LIBCBOR: /usr/lib/libcbor.so [2025-09-03T12:29:19.615Z] #18 0.530 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-09-03T12:29:19.615Z] #18 0.532 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-09-03T12:29:19.615Z] #18 0.532 -- /opt/iotech/iot/1.5/include [2025-09-03T12:29:19.615Z] #18 0.532 -- C SDK 0.0.0 for Linux [2025-09-03T12:29:19.615Z] #18 0.535 -- Performing Test CSDK_HAVE_ATOMIC [2025-09-03T12:29:19.881Z] #18 0.623 -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-09-03T12:29:19.881Z] #18 0.675 -- Found Curses: /usr/lib/libcurses.so [2025-09-03T12:29:19.881Z] #18 0.695 -- Configuring done (0.4s) [2025-09-03T12:29:19.881Z] #18 0.726 -- Generating done (0.0s) [2025-09-03T12:29:20.144Z] #18 0.728 -- Build files have been written to: /tmp/sdk/build/release [2025-09-03T12:29:20.144Z] #18 0.734 + make all package [2025-09-03T12:29:20.144Z] #18 0.734 + tee release.log [2025-09-03T12:29:20.144Z] #18 0.774 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-09-03T12:29:20.144Z] #18 0.885 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-09-03T12:29:20.144Z] #18 1.032 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-09-03T12:29:20.405Z] #18 1.163 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-09-03T12:29:20.405Z] #18 1.269 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-09-03T12:29:20.669Z] #18 1.577 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-09-03T12:29:20.930Z] #18 1.620 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-09-03T12:29:20.930Z] #18 1.753 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-09-03T12:29:21.191Z] #18 ... [2025-09-03T12:29:21.191Z] [2025-09-03T12:29:21.191Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-09-03T12:29:21.191Z] #10 1.275 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:21.191Z] #10 1.284 Upgrading critical system libraries and apk-tools: [2025-09-03T12:29:21.191Z] #10 1.284 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2025-09-03T12:29:21.191Z] #10 1.295 Executing busybox-1.36.1-r4.trigger [2025-09-03T12:29:21.191Z] #10 1.379 Continuing the upgrade transaction with new apk-tools: [2025-09-03T12:29:21.191Z] #10 1.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:21.191Z] #10 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:21.191Z] #10 1.574 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:21.191Z] #10 2.158 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:21.191Z] #10 2.166 (1/22) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2025-09-03T12:29:21.191Z] #10 2.176 (2/22) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2025-09-03T12:29:21.191Z] #10 2.196 Executing busybox-1.36.1-r7.post-upgrade [2025-09-03T12:29:21.191Z] #10 2.211 (3/22) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2025-09-03T12:29:21.191Z] #10 2.214 (4/22) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2025-09-03T12:29:21.191Z] #10 2.221 (5/22) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2025-09-03T12:29:21.191Z] #10 2.256 (6/22) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2025-09-03T12:29:21.191Z] #10 2.265 (7/22) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2025-09-03T12:29:21.191Z] #10 2.268 (8/22) Upgrading binutils (2.40-r7 -> 2.40-r8) [2025-09-03T12:29:21.191Z] #10 2.323 (9/22) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2025-09-03T12:29:21.191Z] #10 2.381 (10/22) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) [2025-09-03T12:29:21.191Z] #10 2.385 (11/22) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) [2025-09-03T12:29:21.191Z] #10 2.391 (12/22) Upgrading libarchive (3.7.2-r0 -> 3.8.0-r0) [2025-09-03T12:29:21.191Z] #10 2.402 (13/22) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2025-09-03T12:29:21.191Z] #10 2.416 (14/22) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2025-09-03T12:29:21.191Z] #10 2.438 (15/22) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2025-09-03T12:29:21.191Z] #10 2.491 (16/22) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2025-09-03T12:29:21.191Z] #10 2.495 (17/22) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2025-09-03T12:29:21.191Z] #10 2.499 (18/22) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2025-09-03T12:29:21.191Z] #10 2.518 (19/22) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2025-09-03T12:29:21.191Z] #10 2.523 (20/22) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2025-09-03T12:29:21.191Z] #10 2.526 (21/22) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2025-09-03T12:29:21.191Z] #10 2.529 (22/22) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2025-09-03T12:29:21.191Z] #10 2.540 Executing busybox-1.36.1-r7.trigger [2025-09-03T12:29:21.191Z] #10 2.545 Executing ca-certificates-20241121-r1.trigger [2025-09-03T12:29:21.191Z] #10 2.594 OK: 331 MiB in 91 packages [2025-09-03T12:29:21.191Z] #10 DONE 2.8s [2025-09-03T12:29:21.191Z] [2025-09-03T12:29:21.191Z] #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2025-09-03T12:29:21.191Z] #18 2.064 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-09-03T12:29:21.191Z] #18 2.169 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-09-03T12:29:21.450Z] #18 2.303 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-09-03T12:29:21.450Z] #18 2.428 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-09-03T12:29:21.708Z] #18 2.525 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-09-03T12:29:21.708Z] #18 2.685 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-09-03T12:29:21.967Z] #18 2.743 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-09-03T12:29:22.227Z] #18 3.058 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-09-03T12:29:22.486Z] #18 3.119 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-09-03T12:29:22.486Z] #18 3.362 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-09-03T12:29:22.486Z] #18 3.466 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-09-03T12:29:22.745Z] #18 3.675 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-09-03T12:29:23.005Z] #18 3.762 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-09-03T12:29:23.942Z] #18 4.757 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-09-03T12:29:23.942Z] #18 4.859 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-09-03T12:29:24.201Z] #18 4.929 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-09-03T12:29:24.201Z] #18 5.017 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-09-03T12:29:24.460Z] #18 5.073 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-09-03T12:29:24.460Z] #18 5.303 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-09-03T12:29:24.721Z] #18 5.645 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-09-03T12:29:24.980Z] #18 5.721 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-09-03T12:29:24.980Z] #18 5.852 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-09-03T12:29:25.240Z] #18 5.944 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-09-03T12:29:25.500Z] #18 6.355 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-09-03T12:29:25.500Z] #18 6.470 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-09-03T12:29:25.759Z] #18 6.536 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-09-03T12:29:25.759Z] #18 6.628 [ 68%] Linking C shared library libcsdk.so [2025-09-03T12:29:26.019Z] #18 6.677 [ 68%] Built target csdk [2025-09-03T12:29:26.019Z] #18 6.699 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-09-03T12:29:26.019Z] #18 6.835 [ 72%] Linking C executable template [2025-09-03T12:29:26.279Z] #18 6.905 [ 72%] Built target template [2025-09-03T12:29:26.279Z] #18 6.925 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-09-03T12:29:26.279Z] #18 7.018 [ 76%] Linking C executable device-counter [2025-09-03T12:29:26.279Z] #18 7.082 [ 76%] Built target device-counter [2025-09-03T12:29:26.279Z] #18 7.103 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-09-03T12:29:26.279Z] #18 7.189 [ 80%] Linking C executable device-random [2025-09-03T12:29:26.538Z] #18 7.257 [ 80%] Built target device-random [2025-09-03T12:29:26.538Z] #18 7.278 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-09-03T12:29:26.538Z] #18 7.356 [ 84%] Linking C executable device-gyro [2025-09-03T12:29:26.538Z] #18 7.423 [ 84%] Built target device-gyro [2025-09-03T12:29:26.538Z] #18 7.443 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-09-03T12:29:26.538Z] #18 7.527 [ 88%] Linking C executable device-bitfields [2025-09-03T12:29:26.797Z] #18 7.599 [ 88%] Built target device-bitfields [2025-09-03T12:29:26.797Z] #18 7.615 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-09-03T12:29:26.797Z] #18 7.766 [ 92%] Linking C executable template-discovery [2025-09-03T12:29:27.057Z] #18 7.831 [ 92%] Built target template-discovery [2025-09-03T12:29:27.057Z] #18 7.853 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-09-03T12:29:27.057Z] #18 7.968 [ 96%] Linking C executable device-file [2025-09-03T12:29:27.316Z] #18 8.034 [ 96%] Built target device-file [2025-09-03T12:29:27.316Z] #18 8.054 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-09-03T12:29:27.316Z] #18 8.152 [100%] Linking C executable device-terminal [2025-09-03T12:29:27.316Z] #18 8.226 [100%] Built target device-terminal [2025-09-03T12:29:27.316Z] #18 8.248 Run CPack packaging tool... [2025-09-03T12:29:27.316Z] #18 8.263 CPack: Create package using TGZ [2025-09-03T12:29:27.575Z] #18 8.263 CPack: Install projects [2025-09-03T12:29:27.575Z] #18 8.263 CPack: - Run preinstall target for: Csdk [2025-09-03T12:29:27.575Z] #18 8.509 CPack: - Install project: Csdk [] [2025-09-03T12:29:27.835Z] #18 8.518 CPack: Create package [2025-09-03T12:29:27.835Z] #18 8.541 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2025-09-03T12:29:27.835Z] #18 8.543 + '[' false '=' true ] [2025-09-03T12:29:27.835Z] #18 8.543 + '[' false '=' true ] [2025-09-03T12:29:27.835Z] #18 8.543 + mkdir -p /tmp/sdk/build/debug [2025-09-03T12:29:27.835Z] #18 8.544 + cd /tmp/sdk/build/debug [2025-09-03T12:29:27.835Z] #18 8.544 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2025-09-03T12:29:27.835Z] #18 8.614 -- The C compiler identification is GNU 12.2.1 [2025-09-03T12:29:27.835Z] #18 8.630 -- Detecting C compiler ABI info [2025-09-03T12:29:27.835Z] #18 8.722 -- Detecting C compiler ABI info - done [2025-09-03T12:29:28.095Z] #18 8.742 -- Check for working C compiler: /usr/bin/cc - skipped [2025-09-03T12:29:28.095Z] #18 8.743 -- Detecting C compile features [2025-09-03T12:29:28.095Z] #18 8.744 -- Detecting C compile features - done [2025-09-03T12:29:28.095Z] #18 8.747 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-09-03T12:29:28.095Z] #18 8.799 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-09-03T12:29:28.095Z] #18 8.802 -- Found LIBYAML: /usr/lib/libyaml.so [2025-09-03T12:29:28.095Z] #18 8.805 -- Found LIBUUID: /usr/lib/libuuid.so [2025-09-03T12:29:28.095Z] #18 8.808 -- Found LIBCBOR: /usr/lib/libcbor.so [2025-09-03T12:29:28.095Z] #18 8.810 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-09-03T12:29:28.095Z] #18 8.813 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-09-03T12:29:28.095Z] #18 8.813 -- /opt/iotech/iot/1.5/include [2025-09-03T12:29:28.095Z] #18 8.813 -- C SDK 0.0.0 for Linux [2025-09-03T12:29:28.095Z] #18 8.815 -- Performing Test CSDK_HAVE_ATOMIC [2025-09-03T12:29:28.095Z] #18 8.912 -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-09-03T12:29:28.095Z] #18 8.963 -- Found Curses: /usr/lib/libcurses.so [2025-09-03T12:29:28.095Z] #18 8.985 -- Configuring done (0.4s) [2025-09-03T12:29:28.095Z] #18 9.015 -- Generating done (0.0s) [2025-09-03T12:29:28.354Z] #18 9.018 -- Build files have been written to: /tmp/sdk/build/debug [2025-09-03T12:29:28.354Z] #18 9.023 + + tee debug.log [2025-09-03T12:29:28.354Z] #18 9.023 make [2025-09-03T12:29:28.354Z] #18 9.073 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-09-03T12:29:28.354Z] #18 9.151 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-09-03T12:29:28.354Z] #18 9.230 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-09-03T12:29:28.354Z] #18 9.306 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-09-03T12:29:28.613Z] #18 9.379 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-09-03T12:29:28.613Z] #18 9.500 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-09-03T12:29:28.872Z] #18 9.537 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-09-03T12:29:28.872Z] #18 9.617 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-09-03T12:29:28.872Z] #18 9.735 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-09-03T12:29:29.132Z] #18 9.797 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-09-03T12:29:29.132Z] #18 9.870 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-09-03T12:29:29.132Z] #18 9.945 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-09-03T12:29:29.132Z] #18 10.01 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-09-03T12:29:29.391Z] #18 10.09 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-09-03T12:29:29.391Z] #18 10.14 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-09-03T12:29:29.391Z] #18 10.27 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-09-03T12:29:29.649Z] #18 10.32 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-09-03T12:29:29.650Z] #18 10.42 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-09-03T12:29:29.650Z] #18 10.47 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-09-03T12:29:29.650Z] #18 10.58 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-09-03T12:29:29.907Z] #18 10.64 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-09-03T12:29:29.907Z] #18 10.85 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-09-03T12:29:30.166Z] #18 10.92 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-09-03T12:29:30.166Z] #18 10.98 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-09-03T12:29:30.166Z] #18 11.04 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-09-03T12:29:30.166Z] #18 11.09 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-09-03T12:29:30.425Z] #18 11.18 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-09-03T12:29:30.425Z] #18 11.39 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-09-03T12:29:30.685Z] #18 11.44 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-09-03T12:29:30.685Z] #18 11.51 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-09-03T12:29:30.944Z] #18 11.58 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-09-03T12:29:30.944Z] #18 11.72 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-09-03T12:29:30.944Z] #18 11.78 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-09-03T12:29:30.944Z] #18 11.84 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-09-03T12:29:31.203Z] #18 11.89 [ 68%] Linking C shared library libcsdk.so [2025-09-03T12:29:31.203Z] #18 11.96 [ 68%] Built target csdk [2025-09-03T12:29:31.203Z] #18 11.98 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-09-03T12:29:31.203Z] #18 12.05 [ 72%] Linking C executable template [2025-09-03T12:29:31.203Z] #18 12.11 [ 72%] Built target template [2025-09-03T12:29:31.463Z] #18 12.14 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-09-03T12:29:31.463Z] #18 12.20 [ 76%] Linking C executable device-counter [2025-09-03T12:29:31.463Z] #18 12.26 [ 76%] Built target device-counter [2025-09-03T12:29:31.463Z] #18 12.29 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-09-03T12:29:31.463Z] #18 12.35 [ 80%] Linking C executable device-random [2025-09-03T12:29:31.463Z] #18 12.43 [ 80%] Built target device-random [2025-09-03T12:29:31.723Z] #18 12.45 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-09-03T12:29:31.723Z] #18 12.51 [ 84%] Linking C executable device-gyro [2025-09-03T12:29:31.723Z] #18 12.58 [ 84%] Built target device-gyro [2025-09-03T12:29:31.982Z] #18 12.61 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-09-03T12:29:31.982Z] #18 12.67 [ 88%] Linking C executable device-bitfields [2025-09-03T12:29:31.982Z] #18 12.74 [ 88%] Built target device-bitfields [2025-09-03T12:29:31.982Z] #18 12.76 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-09-03T12:29:31.982Z] #18 12.83 [ 92%] Linking C executable template-discovery [2025-09-03T12:29:31.982Z] #18 12.91 [ 92%] Built target template-discovery [2025-09-03T12:29:32.243Z] #18 12.93 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-09-03T12:29:32.243Z] #18 12.99 [ 96%] Linking C executable device-file [2025-09-03T12:29:32.243Z] #18 13.06 [ 96%] Built target device-file [2025-09-03T12:29:32.243Z] #18 13.08 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-09-03T12:29:32.243Z] #18 13.15 [100%] Linking C executable device-terminal [2025-09-03T12:29:32.243Z] #18 13.23 [100%] Built target device-terminal [2025-09-03T12:29:32.503Z] #18 13.24 make: Entering directory '/tmp/sdk/build/release' [2025-09-03T12:29:32.503Z] #18 13.30 [ 68%] Built target csdk [2025-09-03T12:29:32.503Z] #18 13.32 [ 72%] Built target template [2025-09-03T12:29:32.503Z] #18 13.34 [ 76%] Built target device-counter [2025-09-03T12:29:32.503Z] #18 13.36 [ 80%] Built target device-random [2025-09-03T12:29:32.503Z] #18 13.38 [ 84%] Built target device-gyro [2025-09-03T12:29:32.503Z] #18 13.40 [ 88%] Built target device-bitfields [2025-09-03T12:29:32.503Z] #18 13.42 [ 92%] Built target template-discovery [2025-09-03T12:29:32.503Z] #18 13.44 [ 96%] Built target device-file [2025-09-03T12:29:32.762Z] #18 13.46 [100%] Built target device-terminal [2025-09-03T12:29:32.762Z] #18 13.48 Install the project... [2025-09-03T12:29:32.762Z] #18 13.49 -- Install configuration: "Release" [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/lib/libcsdk.so [2025-09-03T12:29:32.762Z] #18 13.49 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/devsdk [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/devsdk/devsdk.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/devsdk/devsdk-base.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/edgex.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/devices.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/profiles.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/edgex-base.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/rest-server.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/include/edgex/csdk-defs.h [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/share/device-sdk-c/LICENSE [2025-09-03T12:29:32.762Z] #18 13.49 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2025-09-03T12:29:32.762Z] #18 13.49 make: Leaving directory '/tmp/sdk/build/release' [2025-09-03T12:29:32.762Z] #18 DONE 13.6s [2025-09-03T12:29:32.762Z] [2025-09-03T12:29:32.762Z] #19 [stage-1 6/8] COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2025-09-03T12:29:32.762Z] #19 DONE 0.1s [2025-09-03T12:29:32.762Z] [2025-09-03T12:29:32.762Z] #20 [stage-1 7/8] COPY --from=builder /usr/local/lib /usr/local/lib [2025-09-03T12:29:32.762Z] #20 DONE 0.0s [2025-09-03T12:29:33.023Z] [2025-09-03T12:29:33.023Z] #21 [stage-1 8/8] COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2025-09-03T12:29:33.023Z] #21 DONE 0.0s [2025-09-03T12:29:33.023Z] [2025-09-03T12:29:33.023Z] #22 exporting to image [2025-09-03T12:29:33.023Z] #22 exporting layers [2025-09-03T12:29:33.023Z] #22 exporting layers 0.3s done [2025-09-03T12:29:33.283Z] #22 writing image sha256:8ceaf77819e0e0610178fad109eebf8c2b7797be715b1e79f74540e01a440a1a done [2025-09-03T12:29:33.283Z] #22 naming to docker.io/library/ci-base-image-x86_64 done [2025-09-03T12:29:33.283Z] #22 DONE 0.3s [2025-09-03T12:29:33.283Z] [2025-09-03T12:29:33.283Z] 1 warning found (use docker --debug to expand): [2025-09-03T12:29:33.283Z]  - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:33.670Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-03T12:29:33.670Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:29:33.744Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:29:33.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** ci-base-image-x86_64 cat [2025-09-03T12:29:34.009Z] $ docker top 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T12:29:34.352Z] + make test [2025-09-03T12:29:34.352Z] echo "make test" [2025-09-03T12:29:34.352Z] make test [Pipeline] } [2025-09-03T12:29:34.359Z] $ docker stop --time=1 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 [2025-09-03T12:29:35.628Z] $ docker rm -f --volumes 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-03T12:29:36.415Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-09-03T12:29:36.700Z] + ls -al . [2025-09-03T12:29:36.700Z] total 220 [2025-09-03T12:29:36.700Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 12:29 . [2025-09-03T12:29:36.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 .. [2025-09-03T12:29:36.700Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 12:29 .git [2025-09-03T12:29:36.700Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 12:28 .github [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 176 Sep 3 12:28 .gitignore [2025-09-03T12:29:36.700Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:29 .semver [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 2908 Sep 3 12:28 Attribution.txt [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 17404 Sep 3 12:28 CHANGELOG.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 108574 Sep 3 12:28 Doxyfile [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 12:28 GOVERNANCE.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 784 Sep 3 12:28 Jenkinsfile [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 3 12:28 LICENSE [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 3 12:28 Makefile [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 3 12:28 OWNERS.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 1651 Sep 3 12:28 README.IOT.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 4173 Sep 3 12:28 README.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 1245 Sep 3 12:28 README.v3.md [2025-09-03T12:29:36.700Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 12:29 VERSION [2025-09-03T12:29:36.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 12:28 docs [2025-09-03T12:29:36.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 include [2025-09-03T12:29:36.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 12:28 scripts [2025-09-03T12:29:36.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:37.009Z] + docker build -t device-sdk -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 --label arch=amd64 --label version=4.1.0-dev.7 . [2025-09-03T12:29:37.268Z] #0 building with "default" instance using docker driver [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #1 [internal] load build definition from Dockerfile.alpine [2025-09-03T12:29:37.268Z] #1 transferring dockerfile: 1.55kB done [2025-09-03T12:29:37.268Z] #1 DONE 0.0s [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-03T12:29:37.268Z] #2 DONE 0.0s [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #3 [internal] load .dockerignore [2025-09-03T12:29:37.268Z] #3 transferring context: 2B done [2025-09-03T12:29:37.268Z] #3 DONE 0.0s [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #4 [internal] load build context [2025-09-03T12:29:37.268Z] #4 transferring context: 8.48kB 0.0s done [2025-09-03T12:29:37.268Z] #4 DONE 0.0s [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #5 [ 1/12] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-03T12:29:37.268Z] #5 DONE 0.1s [2025-09-03T12:29:37.268Z] [2025-09-03T12:29:37.268Z] #6 [ 2/12] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-09-03T12:29:37.268Z] #6 0.193 Connecting to iotech.jfrog.io (54.73.4.50:443) [2025-09-03T12:29:37.834Z] #6 0.599 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-09-03T12:29:37.834Z] #6 0.599 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-09-03T12:29:37.834Z] #6 0.600 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-09-03T12:29:37.834Z] #6 DONE 0.7s [2025-09-03T12:29:37.834Z] [2025-09-03T12:29:37.834Z] #7 [ 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2025-09-03T12:29:38.095Z] #7 DONE 0.3s [2025-09-03T12:29:38.355Z] [2025-09-03T12:29:38.355Z] #8 [ 4/12] RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev dumb-init && mkdir -p /edgex-c-sdk/build [2025-09-03T12:29:38.355Z] #8 0.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:38.613Z] #8 0.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:38.871Z] #8 0.664 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:39.439Z] #8 1.333 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:39.697Z] #8 1.343 (1/11) Installing iotech-iot-1.5-dev (1.5.7-r0) [2025-09-03T12:29:39.697Z] #8 1.575 (2/11) Installing libcbor-dev (0.10.2-r1) [2025-09-03T12:29:39.697Z] #8 1.622 (3/11) Installing libmenuw (6.4_p20230506-r0) [2025-09-03T12:29:39.697Z] #8 1.625 (4/11) Installing libpanelw (6.4_p20230506-r0) [2025-09-03T12:29:39.697Z] #8 1.629 (5/11) Installing libncurses++ (6.4_p20230506-r0) [2025-09-03T12:29:39.697Z] #8 1.633 (6/11) Installing ncurses-dev (6.4_p20230506-r0) [2025-09-03T12:29:39.697Z] #8 1.641 (7/11) Installing libblkid (2.38.1-r8) [2025-09-03T12:29:39.697Z] #8 1.648 (8/11) Installing libfdisk (2.38.1-r8) [2025-09-03T12:29:39.697Z] #8 1.658 (9/11) Installing libmount (2.38.1-r8) [2025-09-03T12:29:39.697Z] #8 1.666 (10/11) Installing libsmartcols (2.38.1-r8) [2025-09-03T12:29:39.697Z] #8 1.696 (11/11) Installing util-linux-dev (2.38.1-r8) [2025-09-03T12:29:39.956Z] #8 1.720 Executing busybox-1.36.1-r7.trigger [2025-09-03T12:29:39.956Z] #8 1.732 OK: 336 MiB in 102 packages [2025-09-03T12:29:39.956Z] #8 DONE 1.9s [2025-09-03T12:29:40.216Z] [2025-09-03T12:29:40.216Z] #9 [ 5/12] RUN apk --no-cache upgrade [2025-09-03T12:29:40.216Z] #9 0.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:40.488Z] #9 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:40.488Z] #9 0.490 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-09-03T12:29:41.057Z] #9 1.074 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-09-03T12:29:41.057Z] #9 1.084 OK: 336 MiB in 102 packages [2025-09-03T12:29:41.057Z] #9 DONE 1.2s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #10 [ 6/12] COPY VERSION /edgex-c-sdk/ [2025-09-03T12:29:41.314Z] #10 DONE 0.0s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #11 [ 7/12] COPY src /edgex-c-sdk/src/ [2025-09-03T12:29:41.314Z] #11 DONE 0.1s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #12 [ 8/12] COPY include /edgex-c-sdk/include/ [2025-09-03T12:29:41.314Z] #12 DONE 0.0s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #13 [ 9/12] COPY scripts /edgex-c-sdk/scripts [2025-09-03T12:29:41.314Z] #13 DONE 0.0s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #14 [10/12] COPY LICENSE /edgex-c-sdk/ [2025-09-03T12:29:41.314Z] #14 DONE 0.0s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #15 [11/12] COPY Attribution.txt /edgex-c-sdk/ [2025-09-03T12:29:41.314Z] #15 DONE 0.0s [2025-09-03T12:29:41.314Z] [2025-09-03T12:29:41.314Z] #16 [12/12] WORKDIR /edgex-c-sdk [2025-09-03T12:29:41.314Z] #16 DONE 0.0s [2025-09-03T12:29:41.574Z] [2025-09-03T12:29:41.574Z] #17 exporting to image [2025-09-03T12:29:41.574Z] #17 exporting layers 0.1s done [2025-09-03T12:29:41.574Z] #17 writing image sha256:b32d6d675123ccac110cd9ada702801229e6f2f089a71f5f5ae2aef4268a7424 done [2025-09-03T12:29:41.574Z] #17 naming to docker.io/library/device-sdk done [2025-09-03T12:29:41.574Z] #17 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:42.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:29:42.036Z] [2025-09-03T12:29:42.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:42.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:29:42.344Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-03T12:29:42.344Z] 5eb5b503b376: Pulling fs layer [2025-09-03T12:29:42.344Z] 5c69ac0246d0: Pulling fs layer [2025-09-03T12:29:42.344Z] ec43610c2a17: Pulling fs layer [2025-09-03T12:29:42.344Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-03T12:29:42.344Z] 33b1e0a273af: Pulling fs layer [2025-09-03T12:29:42.344Z] 5d3b04190fa2: Pulling fs layer [2025-09-03T12:29:42.344Z] 2f39f015ded8: Pulling fs layer [2025-09-03T12:29:42.344Z] 33b1e0a273af: Waiting [2025-09-03T12:29:42.344Z] 5d3b04190fa2: Waiting [2025-09-03T12:29:42.344Z] 2f39f015ded8: Waiting [2025-09-03T12:29:42.344Z] 3a2ae6a8a46f: Waiting [2025-09-03T12:29:42.344Z] 5c69ac0246d0: Download complete [2025-09-03T12:29:42.344Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-03T12:29:42.344Z] 3a2ae6a8a46f: Download complete [2025-09-03T12:29:42.344Z] 33b1e0a273af: Download complete [2025-09-03T12:29:42.344Z] 5d3b04190fa2: Download complete [2025-09-03T12:29:42.344Z] ec43610c2a17: Verifying Checksum [2025-09-03T12:29:42.344Z] ec43610c2a17: Download complete [2025-09-03T12:29:42.610Z] 5eb5b503b376: Verifying Checksum [2025-09-03T12:29:42.610Z] 5eb5b503b376: Download complete [2025-09-03T12:29:43.178Z] 2f39f015ded8: Verifying Checksum [2025-09-03T12:29:43.179Z] 2f39f015ded8: Download complete [2025-09-03T12:29:44.116Z] 5eb5b503b376: Pull complete [2025-09-03T12:29:44.375Z] 5c69ac0246d0: Pull complete [2025-09-03T12:29:44.943Z] ec43610c2a17: Pull complete [2025-09-03T12:29:44.943Z] 3a2ae6a8a46f: Pull complete [2025-09-03T12:29:45.203Z] 33b1e0a273af: Pull complete [2025-09-03T12:29:45.203Z] 5d3b04190fa2: Pull complete [2025-09-03T12:29:51.768Z] 2f39f015ded8: Pull complete [2025-09-03T12:29:51.768Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-03T12:29:51.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:29:51.768Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:29:51.867Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:29:51.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-03T12:29:53.190Z] $ docker top b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:29:53.749Z] ---> job-cost.sh [2025-09-03T12:29:53.749Z] lf-activate-venv: SKIPPING [2025-09-03T12:29:53.749Z] INFO: No Stack... [2025-09-03T12:29:53.749Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T12:29:54.007Z] INFO: Archiving Costs [Pipeline] sh [2025-09-03T12:29:54.295Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2025-09-03T12:29:54.295Z] + cut -d, -f6 [Pipeline] lock [2025-09-03T12:29:54.310Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] [2025-09-03T12:29:54.317Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] did not exist. Created. [2025-09-03T12:29:54.323Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-03T12:29:54.626Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-09-03T12:29:54.671Z] Stashed 1 file(s) [Pipeline] } [2025-09-03T12:29:54.680Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-03T12:29:54.703Z] $ docker stop --time=1 b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 [2025-09-03T12:29:55.846Z] $ docker rm -f --volumes b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-09-03T12:29:56.365Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T12:29:56.365Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:29:56.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:29:56.671Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:29:56.749Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:29:56.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-03T12:29:57.018Z] $ docker top c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed -eo pid,comm [2025-09-03T12:29:57.068Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-03T12:29:57.068Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T12:29:57.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T12:29:57.119Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T12:29:57.230Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T12:29:57.231Z] $ docker exec c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed ssh-agent [2025-09-03T12:29:57.339Z] SSH_AUTH_SOCK=/tmp/ssh-rVnp8DKVbpkK/agent.31 [2025-09-03T12:29:57.339Z] SSH_AGENT_PID=37 [2025-09-03T12:29:57.343Z] Running ssh-add (command line suppressed) [2025-09-03T12:29:57.442Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4853302000193503431.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4853302000193503431.key) [2025-09-03T12:29:57.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T12:29:57.751Z] + git semver tag [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,976 [run_tag] DEBUG tag force:False [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,976 [check_head_tag] DEBUG check head tag [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,976 [execute] INFO git cat-file --batch-check [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=, shell=False, universal_newlines=False) [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,979 [execute] INFO git cat-file --batch [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=, shell=False, universal_newlines=False) [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,990 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,990 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,990 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=None, shell=False, universal_newlines=False) [2025-09-03T12:29:58.009Z] 2025-09-03 12:29:57,993 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:29:58.009Z] 4.1.0-dev.7 [Pipeline] } [2025-09-03T12:29:58.277Z] $ docker exec --env ******** --env ******** c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed ssh-agent -k [2025-09-03T12:29:58.384Z] unset SSH_AUTH_SOCK; [2025-09-03T12:29:58.384Z] unset SSH_AGENT_PID; [2025-09-03T12:29:58.385Z] echo Agent pid 37 killed; [2025-09-03T12:29:58.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T12:29:58.710Z] + git semver [Pipeline] } [2025-09-03T12:29:59.288Z] $ docker stop --time=1 c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed [2025-09-03T12:30:00.570Z] $ docker rm -f --volumes c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:30:00.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T12:30:00.975Z] [2025-09-03T12:30:00.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:30:01.274Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T12:30:01.274Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-09-03T12:30:01.274Z] ab5ef0e58194: Pulling fs layer [2025-09-03T12:30:01.274Z] 9712f1f96733: Pulling fs layer [2025-09-03T12:30:01.274Z] 63f879dbbcfc: Pulling fs layer [2025-09-03T12:30:01.274Z] 0d9ebad4ef96: Pulling fs layer [2025-09-03T12:30:01.274Z] e9a5061849ea: Pulling fs layer [2025-09-03T12:30:01.274Z] d747dcd14b5f: Pulling fs layer [2025-09-03T12:30:01.274Z] 2de7ff778b66: Pulling fs layer [2025-09-03T12:30:01.274Z] 2de7ff778b66: Waiting [2025-09-03T12:30:01.274Z] e9a5061849ea: Waiting [2025-09-03T12:30:01.274Z] d747dcd14b5f: Waiting [2025-09-03T12:30:01.274Z] 0d9ebad4ef96: Waiting [2025-09-03T12:30:01.274Z] 9712f1f96733: Verifying Checksum [2025-09-03T12:30:01.274Z] 9712f1f96733: Download complete [2025-09-03T12:30:01.849Z] 63f879dbbcfc: Verifying Checksum [2025-09-03T12:30:01.849Z] 63f879dbbcfc: Download complete [2025-09-03T12:30:01.849Z] e9a5061849ea: Verifying Checksum [2025-09-03T12:30:01.849Z] e9a5061849ea: Download complete [2025-09-03T12:30:01.849Z] d747dcd14b5f: Verifying Checksum [2025-09-03T12:30:01.849Z] d747dcd14b5f: Download complete [2025-09-03T12:30:01.849Z] ab5ef0e58194: Verifying Checksum [2025-09-03T12:30:01.849Z] ab5ef0e58194: Download complete [2025-09-03T12:30:01.849Z] 0d9ebad4ef96: Verifying Checksum [2025-09-03T12:30:01.849Z] 0d9ebad4ef96: Download complete [2025-09-03T12:30:02.107Z] 2de7ff778b66: Verifying Checksum [2025-09-03T12:30:02.107Z] 2de7ff778b66: Download complete [2025-09-03T12:30:06.291Z] ab5ef0e58194: Pull complete [2025-09-03T12:30:06.291Z] 9712f1f96733: Pull complete [2025-09-03T12:30:06.865Z] 63f879dbbcfc: Pull complete [2025-09-03T12:30:14.004Z] 0d9ebad4ef96: Pull complete [2025-09-03T12:30:14.004Z] e9a5061849ea: Pull complete [2025-09-03T12:30:14.004Z] d747dcd14b5f: Pull complete [2025-09-03T12:30:14.941Z] 2de7ff778b66: Pull complete [2025-09-03T12:30:14.941Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-09-03T12:30:14.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-03T12:30:14.941Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:30:15.038Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:30:15.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-09-03T12:30:16.823Z] $ docker top 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:30:16.902Z] provisioning config files... [2025-09-03T12:30:16.910Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config12861123210660643588tmp [2025-09-03T12:30:16.919Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config4674723661972429292tmp [2025-09-03T12:30:16.927Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config8688366464153914044tmp [Pipeline] { [Pipeline] echo [2025-09-03T12:30:16.957Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:17.256Z] ---> sigul-configuration.sh [2025-09-03T12:30:17.256Z] gpg: directory `/root/.gnupg' created [2025-09-03T12:30:17.256Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-09-03T12:30:17.256Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-09-03T12:30:17.256Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-09-03T12:30:17.256Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-09-03T12:30:17.256Z] gpg: CAST5 encrypted data [2025-09-03T12:30:17.256Z] gpg: encrypted with 1 passphrase [2025-09-03T12:30:17.256Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-09-03T12:30:17.553Z] + mkdir /home/jenkins [2025-09-03T12:30:17.554Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-09-03T12:30:17.847Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-09-03T12:30:17.860Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:18.153Z] ---> sigul-install.sh [2025-09-03T12:30:18.153Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-09-03T12:30:18.447Z] + git tag --list [2025-09-03T12:30:18.447Z] 0.7.0 [2025-09-03T12:30:18.447Z] 0.7.1 [2025-09-03T12:30:18.447Z] 1.0.0 [2025-09-03T12:30:18.447Z] v1.0.1 [2025-09-03T12:30:18.447Z] v1.0.2 [2025-09-03T12:30:18.447Z] v1.0.3 [2025-09-03T12:30:18.447Z] v1.1.0 [2025-09-03T12:30:18.447Z] v1.1.1 [2025-09-03T12:30:18.447Z] v1.2.0 [2025-09-03T12:30:18.447Z] v1.2.1 [2025-09-03T12:30:18.447Z] v1.2.2 [2025-09-03T12:30:18.447Z] v1.3.0 [2025-09-03T12:30:18.447Z] v1.3.1 [2025-09-03T12:30:18.447Z] v2.0.0 [2025-09-03T12:30:18.447Z] v2.1.0 [2025-09-03T12:30:18.447Z] v2.2.0 [2025-09-03T12:30:18.447Z] v2.3.0 [2025-09-03T12:30:18.447Z] v3.0 [2025-09-03T12:30:18.447Z] v3.0.0 [2025-09-03T12:30:18.447Z] v3.0.1 [2025-09-03T12:30:18.447Z] v3.0.2 [2025-09-03T12:30:18.447Z] v3.1 [2025-09-03T12:30:18.447Z] v3.1.0 [2025-09-03T12:30:18.447Z] v3.1.1 [2025-09-03T12:30:18.447Z] v4.0 [2025-09-03T12:30:18.447Z] v4.0.0 [2025-09-03T12:30:18.447Z] v4.1.0-dev.1 [2025-09-03T12:30:18.447Z] v4.1.0-dev.2 [2025-09-03T12:30:18.447Z] v4.1.0-dev.3 [2025-09-03T12:30:18.447Z] v4.1.0-dev.4 [2025-09-03T12:30:18.447Z] v4.1.0-dev.5 [2025-09-03T12:30:18.447Z] v4.1.0-dev.6 [2025-09-03T12:30:18.447Z] v4.1.0-dev.7 [Pipeline] sh [2025-09-03T12:30:18.742Z] + lftools sign git-tag v4.1.0-dev.7 [2025-09-03T12:30:19.310Z] Signing Git tag with Sigul... [2025-09-03T12:30:19.310Z] Signing v4.1.0-dev.7 [Pipeline] echo [2025-09-03T12:30:19.891Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:20.186Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-09-03T12:30:20.192Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-09-03T12:30:20.213Z] $ docker stop --time=1 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 [2025-09-03T12:30:21.502Z] $ docker rm -f --volumes 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-09-03T12:30:21.908Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T12:30:21.908Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:30:22.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:30:22.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:30:22.290Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:30:22.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-03T12:30:22.558Z] $ docker top 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c -eo pid,comm [2025-09-03T12:30:22.609Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-03T12:30:22.609Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T12:30:22.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T12:30:22.662Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T12:30:22.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T12:30:22.775Z] $ docker exec 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c ssh-agent [2025-09-03T12:30:22.887Z] SSH_AUTH_SOCK=/tmp/ssh-TAuh1F0onGlL/agent.32 [2025-09-03T12:30:22.887Z] SSH_AGENT_PID=38 [2025-09-03T12:30:22.891Z] Running ssh-add (command line suppressed) [2025-09-03T12:30:22.994Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10035091445320573443.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10035091445320573443.key) [2025-09-03T12:30:23.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T12:30:23.301Z] + git semver bump pre [2025-09-03T12:30:23.560Z] 2025-09-03 12:30:23,549 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [bump_version] DEBUG bumped version:4.1.0-dev.8 [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,554 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,556 [execute] INFO git cat-file --batch-check [2025-09-03T12:30:23.561Z] 2025-09-03 12:30:23,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-03T12:30:23.819Z] 2025-09-03 12:30:23,560 [execute] INFO git cat-file --batch [2025-09-03T12:30:23.819Z] 2025-09-03 12:30:23,560 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-03T12:30:23.819Z] 2025-09-03 12:30:23,564 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:30:23.819Z] 4.1.0-dev.8 [Pipeline] } [2025-09-03T12:30:23.827Z] $ docker exec --env ******** --env ******** 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c ssh-agent -k [2025-09-03T12:30:23.931Z] unset SSH_AUTH_SOCK; [2025-09-03T12:30:23.931Z] unset SSH_AGENT_PID; [2025-09-03T12:30:23.931Z] echo Agent pid 38 killed; [2025-09-03T12:30:23.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T12:30:24.258Z] + git semver [Pipeline] } [2025-09-03T12:30:24.836Z] $ docker stop --time=1 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c [2025-09-03T12:30:26.100Z] $ docker rm -f --volumes 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T12:30:26.451Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T12:30:26.451Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:30:26.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T12:30:26.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:30:26.836Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:30:26.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-03T12:30:27.146Z] $ docker top 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 -eo pid,comm [2025-09-03T12:30:27.194Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-03T12:30:27.194Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T12:30:27.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T12:30:27.240Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T12:30:27.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T12:30:27.356Z] $ docker exec 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 ssh-agent [2025-09-03T12:30:27.476Z] SSH_AUTH_SOCK=/tmp/ssh-OZQxnHRjkfEO/agent.32 [2025-09-03T12:30:27.476Z] SSH_AGENT_PID=38 [2025-09-03T12:30:27.480Z] Running ssh-add (command line suppressed) [2025-09-03T12:30:27.585Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8147155766350888850.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8147155766350888850.key) [2025-09-03T12:30:27.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T12:30:27.893Z] + git semver push [2025-09-03T12:30:28.152Z] 2025-09-03 12:30:28,115 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,119 [run_push] DEBUG push [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,120 [execute] INFO git cat-file --batch-check [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,123 [execute] INFO git rev-list f9a1f1109d07918a8a5f442c496f1e882d6fa329 -- [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,123 [execute] DEBUG Popen(['git', 'rev-list', 'f9a1f1109d07918a8a5f442c496f1e882d6fa329', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,130 [execute] INFO git fetch -v -- origin [2025-09-03T12:30:28.153Z] 2025-09-03 12:30:28,130 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-09-03T12:30:28.720Z] 2025-09-03 12:30:28,586 [run_push] DEBUG no remote changes detected [2025-09-03T12:30:28.720Z] 2025-09-03 12:30:28,586 [execute] INFO git push origin semver [2025-09-03T12:30:28.720Z] 2025-09-03 12:30:28,587 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-03T12:30:29.294Z] 2025-09-03 12:30:29,273 [run_push] DEBUG push all version tags [2025-09-03T12:30:29.294Z] 2025-09-03 12:30:29,274 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-09-03T12:30:29.294Z] 2025-09-03 12:30:29,274 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=None, shell=False, universal_newlines=False) [2025-09-03T12:30:30.231Z] 2025-09-03 12:30:29,935 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-09-03T12:30:30.231Z] 4.1.0-dev.8 [Pipeline] } [2025-09-03T12:30:30.240Z] $ docker exec --env ******** --env ******** 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 ssh-agent -k [2025-09-03T12:30:30.332Z] unset SSH_AUTH_SOCK; [2025-09-03T12:30:30.332Z] unset SSH_AGENT_PID; [2025-09-03T12:30:30.332Z] echo Agent pid 38 killed; [2025-09-03T12:30:30.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T12:30:30.663Z] + git semver [Pipeline] } [2025-09-03T12:30:30.936Z] $ docker stop --time=1 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 [2025-09-03T12:30:32.217Z] $ docker rm -f --volumes 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-03T12:30:32.705Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2025-09-03T12:30:32.706Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-09-03T12:30:32.706Z] total 16 [2025-09-03T12:30:32.706Z] drwxr-xr-x 3 root root 4096 Sep 3 12:29 . [2025-09-03T12:30:32.706Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:30 .. [2025-09-03T12:30:32.706Z] drwxr-xr-x 2 root root 4096 Sep 3 12:29 cost [2025-09-03T12:30:32.706Z] -rw-r--r-- 1 root root 84 Sep 3 12:29 cost.csv [2025-09-03T12:30:32.706Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-09-03T12:30:32.706Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-09-03T12:30:32.706Z] total 16 [2025-09-03T12:30:32.706Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:29 . [2025-09-03T12:30:32.706Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:30 .. [2025-09-03T12:30:32.706Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 12:29 cost [2025-09-03T12:30:32.706Z] -rw-r--r-- 1 jenkins jenkins 84 Sep 3 12:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:32.990Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:33.841Z] ---> package-listing.sh [2025-09-03T12:30:33.841Z] ++ facter osfamily [2025-09-03T12:30:33.841Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-03T12:30:34.099Z] + OS_FAMILY=debian [2025-09-03T12:30:34.099Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2025-09-03T12:30:34.099Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-03T12:30:34.099Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-03T12:30:34.099Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-03T12:30:34.099Z] + PACKAGES=/tmp/packages_start.txt [2025-09-03T12:30:34.099Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2025-09-03T12:30:34.099Z] + PACKAGES=/tmp/packages_end.txt [2025-09-03T12:30:34.099Z] + case "${OS_FAMILY}" in [2025-09-03T12:30:34.099Z] + dpkg -l [2025-09-03T12:30:34.099Z] + grep '^ii' [2025-09-03T12:30:34.099Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-03T12:30:34.099Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-03T12:30:34.099Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-03T12:30:34.099Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2025-09-03T12:30:34.099Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2025-09-03T12:30:34.099Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [Pipeline] echo [2025-09-03T12:30:34.109Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-09-03T12:30:34.382Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:30:34.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:30:34.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:30:35.021Z] prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container [2025-09-03T12:30:35.049Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-03T12:30:35.270Z] $ docker top a1de59313df771989b10ae7ca56611601fb8846b2358108576b4f47c09a88146 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T12:30:35.622Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-03T12:30:35.907Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-03T12:30:36.195Z] + ls /var/log/sa-host [2025-09-03T12:30:36.195Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:30:36.283Z] provisioning config files... [2025-09-03T12:30:36.291Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config2623964070939326895tmp [Pipeline] { [Pipeline] echo [2025-09-03T12:30:36.308Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:36.591Z] ---> create-netrc.sh [Pipeline] } [2025-09-03T12:30:36.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:36.925Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-03T12:30:36.936Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:37.252Z] ---> sudo-logs.sh [2025-09-03T12:30:37.252Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-09-03T12:30:37.316Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:37.637Z] ---> job-cost.sh [2025-09-03T12:30:37.637Z] lf-activate-venv: SKIPPING [2025-09-03T12:30:37.638Z] DEBUG: total: 0.2199999988079071 [2025-09-03T12:30:37.638Z] INFO: Retrieving Stack Cost... [2025-09-03T12:30:37.917Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T12:30:38.204Z] INFO: Archiving Costs [Pipeline] echo [2025-09-03T12:30:38.240Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:30:38.519Z] ---> logs-deploy.sh [2025-09-03T12:30:38.519Z] lf-activate-venv: SKIPPING [2025-09-03T12:30:38.519Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/107 [2025-09-03T12:30:38.519Z] INFO: archiving workspace using pattern(s): [2025-09-03T12:30:39.456Z] Archives upload complete. [2025-09-03T12:30:39.715Z] INFO: archiving logs to Nexus [2025-09-03T12:30:40.286Z] ---> uname -a: [2025-09-03T12:30:40.286Z] Linux prd-ubuntu20-04-docker-8c-8g-8233 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] ---> lscpu: [2025-09-03T12:30:40.286Z] Architecture: x86_64 [2025-09-03T12:30:40.286Z] CPU op-mode(s): 32-bit, 64-bit [2025-09-03T12:30:40.286Z] Byte Order: Little Endian [2025-09-03T12:30:40.286Z] Address sizes: 40 bits physical, 48 bits virtual [2025-09-03T12:30:40.286Z] CPU(s): 8 [2025-09-03T12:30:40.286Z] On-line CPU(s) list: 0-7 [2025-09-03T12:30:40.286Z] Thread(s) per core: 1 [2025-09-03T12:30:40.286Z] Core(s) per socket: 1 [2025-09-03T12:30:40.286Z] Socket(s): 8 [2025-09-03T12:30:40.286Z] NUMA node(s): 1 [2025-09-03T12:30:40.286Z] Vendor ID: AuthenticAMD [2025-09-03T12:30:40.286Z] CPU family: 23 [2025-09-03T12:30:40.286Z] Model: 49 [2025-09-03T12:30:40.286Z] Model name: AMD EPYC-Rome Processor [2025-09-03T12:30:40.286Z] Stepping: 0 [2025-09-03T12:30:40.286Z] CPU MHz: 2799.998 [2025-09-03T12:30:40.286Z] BogoMIPS: 5599.99 [2025-09-03T12:30:40.286Z] Virtualization: AMD-V [2025-09-03T12:30:40.286Z] Hypervisor vendor: KVM [2025-09-03T12:30:40.286Z] Virtualization type: full [2025-09-03T12:30:40.286Z] L1d cache: 256 KiB [2025-09-03T12:30:40.286Z] L1i cache: 256 KiB [2025-09-03T12:30:40.286Z] L2 cache: 4 MiB [2025-09-03T12:30:40.286Z] L3 cache: 128 MiB [2025-09-03T12:30:40.286Z] NUMA node0 CPU(s): 0-7 [2025-09-03T12:30:40.286Z] Vulnerability Gather data sampling: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Itlb multihit: Not affected [2025-09-03T12:30:40.286Z] Vulnerability L1tf: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Mds: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Meltdown: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Mmio stale data: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Retbleed: Vulnerable [2025-09-03T12:30:40.286Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-09-03T12:30:40.286Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-09-03T12:30:40.286Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-09-03T12:30:40.286Z] Vulnerability Srbds: Not affected [2025-09-03T12:30:40.286Z] Vulnerability Tsx async abort: Not affected [2025-09-03T12:30:40.286Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] ---> nproc: [2025-09-03T12:30:40.286Z] 8 [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] ---> df -h: [2025-09-03T12:30:40.286Z] Filesystem Size Used Avail Use% Mounted on [2025-09-03T12:30:40.286Z] overlay 155G 12G 144G 8% / [2025-09-03T12:30:40.286Z] tmpfs 64M 0 64M 0% /dev [2025-09-03T12:30:40.286Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-09-03T12:30:40.286Z] shm 64M 0 64M 0% /dev/shm [2025-09-03T12:30:40.286Z] /dev/vda1 155G 12G 144G 8% /facter-os [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] ---> sar -b -r -n DEV: [2025-09-03T12:30:40.286Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8233) 09/03/25 _x86_64_ (8 CPU) [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] 12:28:04 LINUX RESTART (8 CPU) [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] 12:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-09-03T12:30:40.286Z] 12:30:01 259.19 10.56 248.63 0.00 1741.58 37465.76 0.00 [2025-09-03T12:30:40.286Z] Average: 259.19 10.56 248.63 0.00 1741.58 37465.76 0.00 [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] 12:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-09-03T12:30:40.286Z] 12:30:01 28046488 31491684 785548 2.39 104904 3575752 1851080 5.46 1209136 3155032 163688 [2025-09-03T12:30:40.286Z] Average: 28046488 31491684 785548 2.39 104904 3575752 1851080 5.46 1209136 3155032 163688 [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z] 12:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-09-03T12:30:40.286Z] 12:30:01 docker0 26.75 40.79 1.91 530.78 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] 12:30:01 lo 3.47 3.47 0.36 0.36 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] 12:30:01 ens3 378.50 237.09 7974.91 87.47 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] Average: docker0 26.75 40.79 1.91 530.78 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] Average: lo 3.47 3.47 0.36 0.36 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] Average: ens3 378.50 237.09 7974.91 87.47 0.00 0.00 0.00 0.00 [2025-09-03T12:30:40.286Z] [2025-09-03T12:30:40.286Z]