Pull request #589 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of TysonBoer-eaton for edgexfoundry/device-sdk-c Loading trusted files from base branch main at 7947cf6c8d5ee2541ef832c94516ea6b0ba2afe8 rather than 6a748421089a373bbc5f870c3cc0f6c0675ecb04 Obtained Jenkinsfile from 7947cf6c8d5ee2541ef832c94516ea6b0ba2afe8 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-ssh3321081051105476147.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh11237473802326587331.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 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5028708235573806765.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5256775450401679814.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh13162934279589574527.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-589/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-589/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh542365268982226940.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 67d2f908f88f8156fbe481f59f373e57362cafe7 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-772875 in /w/workspace/edgexfoundry_device-sdk-c_PR-589 [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_PR-589 # 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 > 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 remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/589/head:refs/remotes/origin/PR-589 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7947cf6c8d5ee2541ef832c94516ea6b0ba2afe8 into PR head commit 6a748421089a373bbc5f870c3cc0f6c0675ecb04 Merge succeeded, producing 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac Checking out Revision 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac (PR-589) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a748421089a373bbc5f870c3cc0f6c0675ecb04 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7947cf6c8d5ee2541ef832c94516ea6b0ba2afe8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac # timeout=10 Commit message: "Merge commit '7947cf6c8d5ee2541ef832c94516ea6b0ba2afe8' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 67d2f908f88f8156fbe481f59f373e57362cafe7 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-11-10T12:55:15.105Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-11-10T12:55:15.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-11-10T12:55:15.405Z] ========================================================= [2025-11-10T12:55:15.405Z] EdgeX Global Pipelines Version Info [2025-11-10T12:55:15.405Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:55:16.546Z] ------------------- [2025-11-10T12:55:16.546Z] stable info: [2025-11-10T12:55:16.546Z] ------------------- [2025-11-10T12:55:16.546Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-11-10T12:55:16.546Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-11-10T12:55:16.546Z] Message: update stable to v1.0.278 [2025-11-10T12:55:17.116Z] ------------------- [2025-11-10T12:55:17.116Z] experimental info: [2025-11-10T12:55:17.116Z] ------------------- [2025-11-10T12:55:17.116Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-11-10T12:55:17.116Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-11-10T12:55:17.116Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-11-10T12:55:17.320Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2025-11-10T12:55:17.371Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2025-11-10T12:55:17.419Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-11-10T12:55:17.472Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-11-10T12:55:17.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-11-10T12:55:17.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2025-11-10T12:55:17.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2025-11-10T12:55:17.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-11-10T12:55:17.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-11-10T12:55:17.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2025-11-10T12:55:17.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-11-10T12:55:17.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-11-10T12:55:17.940Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-11-10T12:55:17.993Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-11-10T12:55:18.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-11-10T12:55:18.101Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-11-10T12:55:18.158Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-11-10T12:55:18.206Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-589 [Pipeline] echo [2025-11-10T12:55:18.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-589 [Pipeline] echo [2025-11-10T12:55:18.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-589 [Pipeline] echo [2025-11-10T12:55:18.359Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [Pipeline] echo [2025-11-10T12:55:18.407Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c52ca3 [Pipeline] echo [2025-11-10T12:55:18.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-10T12:55:18.598Z] provisioning config files... [2025-11-10T12:55:18.612Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/config321589994341267855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:55:18.989Z] ---> ****-login.sh [2025-11-10T12:55:18.989Z] nexus3.edgexfoundry.org:10001 [2025-11-10T12:55:18.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:19.559Z] [2025-11-10T12:55:19.559Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-10T12:55:19.559Z] Configure a credential helper to remove this warning. See [2025-11-10T12:55:19.559Z] https://docs.****.com/go/credential-store/ [2025-11-10T12:55:19.559Z] [2025-11-10T12:55:19.559Z] Login Succeeded [2025-11-10T12:55:19.559Z] nexus3.edgexfoundry.org:10002 [2025-11-10T12:55:19.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:19.559Z] [2025-11-10T12:55:19.560Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-10T12:55:19.560Z] Configure a credential helper to remove this warning. See [2025-11-10T12:55:19.560Z] https://docs.****.com/go/credential-store/ [2025-11-10T12:55:19.560Z] [2025-11-10T12:55:19.560Z] Login Succeeded [2025-11-10T12:55:19.560Z] nexus3.edgexfoundry.org:10003 [2025-11-10T12:55:19.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:19.560Z] [2025-11-10T12:55:19.560Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-10T12:55:19.560Z] Configure a credential helper to remove this warning. See [2025-11-10T12:55:19.560Z] https://docs.****.com/go/credential-store/ [2025-11-10T12:55:19.560Z] [2025-11-10T12:55:19.560Z] Login Succeeded [2025-11-10T12:55:19.560Z] nexus3.edgexfoundry.org:10004 [2025-11-10T12:55:19.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:19.821Z] [2025-11-10T12:55:19.821Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-10T12:55:19.821Z] Configure a credential helper to remove this warning. See [2025-11-10T12:55:19.821Z] https://docs.****.com/go/credential-store/ [2025-11-10T12:55:19.821Z] [2025-11-10T12:55:19.821Z] Login Succeeded [2025-11-10T12:55:19.821Z] ****.io [2025-11-10T12:55:19.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:19.821Z] [2025-11-10T12:55:19.821Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-10T12:55:19.821Z] Configure a credential helper to remove this warning. See [2025-11-10T12:55:19.821Z] https://docs.****.com/go/credential-store/ [2025-11-10T12:55:19.821Z] [2025-11-10T12:55:19.821Z] Login Succeeded [2025-11-10T12:55:19.821Z] ---> ****-login.sh ends [Pipeline] } [2025-11-10T12:55:19.850Z] 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-11-10T12:55:20.496Z] + git rev-list -1 --merges 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac~1..1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [Pipeline] echo [2025-11-10T12:55:20.545Z] -----------> git rev-list -1 --merges 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac~1..1c52ca32999357cd0e61ee3bd4a8a54d91d112ac 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [2025-11-10T12:55:20.545Z] 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [false] [Pipeline] sh [2025-11-10T12:55:20.866Z] + git log --format=format:%s -1 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [Pipeline] echo [2025-11-10T12:55:20.905Z] ========================================================= [2025-11-10T12:55:20.905Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-11-10T12:55:20.905Z] ========================================================= 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-11-10T12:55:21.862Z] + git rev-list -1 --merges 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac~1..1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [Pipeline] echo [2025-11-10T12:55:21.896Z] -----------> git rev-list -1 --merges 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac~1..1c52ca32999357cd0e61ee3bd4a8a54d91d112ac 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [2025-11-10T12:55:21.896Z] 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [false] [Pipeline] sh [2025-11-10T12:55:22.229Z] + git log --format=format:%s -1 1c52ca32999357cd0e61ee3bd4a8a54d91d112ac [Pipeline] echo [2025-11-10T12:55:22.267Z] ========================================================= [2025-11-10T12:55:22.267Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-11-10T12:55:22.267Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-11-10T12:55:22.788Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-10T12:55:22.788Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-11-10T12:55:22.788Z] + [ -e /tmp/ssh_known_hosts ] [2025-11-10T12:55:22.788Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-11-10T12:55:22.788Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-11-10T12:55:22.788Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-11-10T12:55:22.788Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:55:23.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-10T12:55:23.310Z] [2025-11-10T12:55:23.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:55:23.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-10T12:55:23.736Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-11-10T12:55:23.736Z] 3dae71ba6b94: Pulling fs layer [2025-11-10T12:55:23.736Z] 6bf1a483ea7c: Pulling fs layer [2025-11-10T12:55:23.736Z] f5dfc541a4d3: Pulling fs layer [2025-11-10T12:55:23.736Z] 461d9e800cba: Pulling fs layer [2025-11-10T12:55:23.736Z] 80192f66455f: Pulling fs layer [2025-11-10T12:55:23.736Z] 2e8e34ca0e6c: Pulling fs layer [2025-11-10T12:55:23.736Z] a29436f7fd5d: Pulling fs layer [2025-11-10T12:55:23.736Z] 923cac83aea3: Pulling fs layer [2025-11-10T12:55:23.736Z] 25ad8b0a4227: Pulling fs layer [2025-11-10T12:55:23.736Z] db01528c6b51: Pulling fs layer [2025-11-10T12:55:23.736Z] 28988de357af: Pulling fs layer [2025-11-10T12:55:23.736Z] 80192f66455f: Waiting [2025-11-10T12:55:23.736Z] 461d9e800cba: Waiting [2025-11-10T12:55:23.736Z] 2e8e34ca0e6c: Waiting [2025-11-10T12:55:23.736Z] a29436f7fd5d: Waiting [2025-11-10T12:55:23.736Z] 923cac83aea3: Waiting [2025-11-10T12:55:23.736Z] 25ad8b0a4227: Waiting [2025-11-10T12:55:23.736Z] db01528c6b51: Waiting [2025-11-10T12:55:23.736Z] 28988de357af: Waiting [2025-11-10T12:55:23.736Z] 6bf1a483ea7c: Verifying Checksum [2025-11-10T12:55:23.736Z] 6bf1a483ea7c: Download complete [2025-11-10T12:55:23.736Z] 461d9e800cba: Verifying Checksum [2025-11-10T12:55:23.736Z] 461d9e800cba: Download complete [2025-11-10T12:55:23.736Z] 80192f66455f: Download complete [2025-11-10T12:55:24.000Z] f5dfc541a4d3: Verifying Checksum [2025-11-10T12:55:24.000Z] f5dfc541a4d3: Download complete [2025-11-10T12:55:24.000Z] 3dae71ba6b94: Verifying Checksum [2025-11-10T12:55:24.000Z] 3dae71ba6b94: Download complete [2025-11-10T12:55:24.000Z] 923cac83aea3: Verifying Checksum [2025-11-10T12:55:24.000Z] 923cac83aea3: Download complete [2025-11-10T12:55:24.000Z] 25ad8b0a4227: Verifying Checksum [2025-11-10T12:55:24.000Z] 25ad8b0a4227: Download complete [2025-11-10T12:55:24.000Z] db01528c6b51: Verifying Checksum [2025-11-10T12:55:24.000Z] db01528c6b51: Download complete [2025-11-10T12:55:24.269Z] 28988de357af: Download complete [2025-11-10T12:55:24.269Z] a29436f7fd5d: Verifying Checksum [2025-11-10T12:55:24.269Z] a29436f7fd5d: Download complete [2025-11-10T12:55:24.530Z] 2e8e34ca0e6c: Verifying Checksum [2025-11-10T12:55:25.470Z] 3dae71ba6b94: Pull complete [2025-11-10T12:55:25.730Z] 6bf1a483ea7c: Pull complete [2025-11-10T12:55:26.670Z] f5dfc541a4d3: Pull complete [2025-11-10T12:55:26.670Z] 461d9e800cba: Pull complete [2025-11-10T12:55:26.670Z] 80192f66455f: Pull complete [2025-11-10T12:55:31.943Z] 2e8e34ca0e6c: Pull complete [2025-11-10T12:55:32.521Z] a29436f7fd5d: Pull complete [2025-11-10T12:55:32.784Z] 923cac83aea3: Pull complete [2025-11-10T12:55:32.784Z] 25ad8b0a4227: Pull complete [2025-11-10T12:55:32.784Z] db01528c6b51: Pull complete [2025-11-10T12:55:32.784Z] 28988de357af: Pull complete [2025-11-10T12:55:33.043Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-11-10T12:55:33.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-10T12:55:33.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-10T12:55:33.315Z] prd-ubuntu20.04-docker-8c-8g-772875 does not seem to be running inside a container [2025-11-10T12:55:33.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-589 -v /w/workspace/edgexfoundry_device-sdk-c_PR-589:/w/workspace/edgexfoundry_device-sdk-c_PR-589:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-589@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-devops/py-git-semver:0.1.4 cat [2025-11-10T12:55:35.190Z] $ docker top 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca -eo pid,comm [2025-11-10T12:55:35.245Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-11-10T12:55:35.245Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-10T12:55:35.399Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-10T12:55:35.399Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-10T12:55:35.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-10T12:55:35.512Z] $ docker exec 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca ssh-agent [2025-11-10T12:55:35.631Z] SSH_AUTH_SOCK=/tmp/ssh-avpEnRGeGbDU/agent.33 [2025-11-10T12:55:35.631Z] SSH_AGENT_PID=39 [2025-11-10T12:55:35.637Z] Running ssh-add (command line suppressed) [2025-11-10T12:55:35.738Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/private_key_1909417589558562981.key (/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/private_key_1909417589558562981.key) [2025-11-10T12:55:35.756Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-10T12:55:36.089Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-c_PR-589 [Pipeline] sh [2025-11-10T12:55:36.402Z] + git tag --points-at HEAD [Pipeline] } [2025-11-10T12:55:36.424Z] $ docker exec --env ******** --env ******** 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca ssh-agent -k [2025-11-10T12:55:36.522Z] unset SSH_AUTH_SOCK; [2025-11-10T12:55:36.523Z] unset SSH_AGENT_PID; [2025-11-10T12:55:36.523Z] echo Agent pid 39 killed; [2025-11-10T12:55:36.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-11-10T12:55:36.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-10T12:55:36.635Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-10T12:55:36.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-10T12:55:36.748Z] $ docker exec 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca ssh-agent [2025-11-10T12:55:36.859Z] SSH_AUTH_SOCK=/tmp/ssh-miR1tNXvDBQI/agent.86 [2025-11-10T12:55:36.859Z] SSH_AGENT_PID=92 [2025-11-10T12:55:36.865Z] Running ssh-add (command line suppressed) [2025-11-10T12:55:36.968Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/private_key_12192772275532864543.key (/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/private_key_12192772275532864543.key) [2025-11-10T12:55:36.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-10T12:55:37.318Z] + git semver init [2025-11-10T12:55:37.577Z] 2025-11-10 12:55:37,548 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-10T12:55:37.577Z] 2025-11-10 12:55:37,553 [run_init] DEBUG init version:0.0.0 force:False [2025-11-10T12:55:37.577Z] 2025-11-10 12:55:37,554 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver [2025-11-10T12:55:37.577Z] 2025-11-10 12:55:37,554 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver [2025-11-10T12:55:37.577Z] 2025-11-10 12:55:37,555 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-589, stdin=None, shell=False, universal_newlines=False) [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,459 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_PR-589/.git/info/exclude [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,460 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver/PR-589 with force:False [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,460 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver/PR-589 [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,464 [execute] INFO git cat-file --batch-check [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,468 [execute] INFO git cat-file --batch [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-10T12:55:38.513Z] 2025-11-10 12:55:38,471 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_PR-589/.semver/PR-589 [2025-11-10T12:55:38.513Z] 0.0.0 [Pipeline] } [2025-11-10T12:55:38.536Z] $ docker exec --env ******** --env ******** 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca ssh-agent -k [2025-11-10T12:55:38.629Z] unset SSH_AUTH_SOCK; [2025-11-10T12:55:38.629Z] unset SSH_AGENT_PID; [2025-11-10T12:55:38.630Z] echo Agent pid 92 killed; [2025-11-10T12:55:38.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-10T12:55:39.160Z] + git semver [Pipeline] } [2025-11-10T12:55:39.443Z] $ docker stop --time=1 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca [2025-11-10T12:55:40.742Z] $ docker rm -f --volumes 326cde3c7f23d7db024513a6d60b689aceecdbd32a54167343c3ec7bd5532dca [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-10T12:55:41.152Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-11-10T12:55:41.495Z] Stashed 1 file(s) [Pipeline] echo [2025-11-10T12:55:41.522Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] stage [Pipeline] { (Prep) [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-11-10T12:55:42.426Z] provisioning config files... [2025-11-10T12:55:42.460Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/config3826117583157592221tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:55:42.896Z] ---> ****-login.sh [2025-11-10T12:55:42.896Z] nexus3.edgexfoundry.org:10001 [2025-11-10T12:55:42.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:42.896Z] Login Succeeded [2025-11-10T12:55:42.896Z] nexus3.edgexfoundry.org:10002 [2025-11-10T12:55:42.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:42.896Z] Login Succeeded [2025-11-10T12:55:42.896Z] nexus3.edgexfoundry.org:10003 [2025-11-10T12:55:43.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:43.155Z] Login Succeeded [2025-11-10T12:55:43.155Z] nexus3.edgexfoundry.org:10004 [2025-11-10T12:55:43.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:43.156Z] Login Succeeded [2025-11-10T12:55:43.156Z] ****.io [2025-11-10T12:55:43.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-10T12:55:43.416Z] Login Succeeded [2025-11-10T12:55:43.416Z] ---> ****-login.sh ends [Pipeline] } [2025-11-10T12:55:43.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-11-10T12:55:43.661Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-10T12:55:43.701Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2025-11-10T12:55:43.744Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-10T12:55:43.786Z] ========================================================= [2025-11-10T12:55:43.786Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2025-11-10T12:55:43.786Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:55:44.214Z] + 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-11-10T12:55:44.783Z] #0 building with "default" instance using docker driver [2025-11-10T12:55:44.783Z] [2025-11-10T12:55:44.783Z] #1 [internal] load build definition from Dockerfile.alpine-base [2025-11-10T12:55:44.783Z] #1 transferring dockerfile: 2.13kB done [2025-11-10T12:55:44.783Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [2025-11-10T12:55:44.783Z] #1 DONE 0.0s [2025-11-10T12:55:44.783Z] [2025-11-10T12:55:44.783Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2025-11-10T12:55:44.783Z] #2 DONE 0.1s [2025-11-10T12:55:45.043Z] [2025-11-10T12:55:45.043Z] #3 [internal] load .dockerignore [2025-11-10T12:55:45.043Z] #3 transferring context: 2B done [2025-11-10T12:55:45.043Z] #3 DONE 0.0s [2025-11-10T12:55:45.043Z] [2025-11-10T12:55:45.043Z] #4 [builder 1/12] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-11-10T12:55:45.043Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 0.0s done [2025-11-10T12:55:45.043Z] #4 ... [2025-11-10T12:55:45.043Z] [2025-11-10T12:55:45.043Z] #5 [internal] load build context [2025-11-10T12:55:45.043Z] #5 transferring context: 658.10kB 0.0s done [2025-11-10T12:55:45.043Z] #5 DONE 0.1s [2025-11-10T12:55:45.043Z] [2025-11-10T12:55:45.044Z] #4 [builder 1/12] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-11-10T12:55:45.044Z] #4 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.1s done [2025-11-10T12:55:45.044Z] #4 sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 741B / 741B done [2025-11-10T12:55:45.044Z] #4 sha256:6605166a5db42c9ef4e3b8366138377c430980df3f34fe18e3a1340b6ab951b9 2.56kB / 2.56kB done [2025-11-10T12:55:45.044Z] #4 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.1s done [2025-11-10T12:55:45.044Z] #4 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.19MB / 118.14MB 0.1s [2025-11-10T12:55:45.302Z] #4 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 36.70MB / 118.14MB 0.3s [2025-11-10T12:55:45.302Z] #4 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 91.23MB / 118.14MB 0.5s [2025-11-10T12:55:45.561Z] #4 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.7s [2025-11-10T12:55:45.821Z] #4 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.8s done [2025-11-10T12:55:45.821Z] #4 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d [2025-11-10T12:55:51.096Z] #4 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.4s done [2025-11-10T12:55:51.096Z] #4 DONE 5.4s [2025-11-10T12:55:51.096Z] [2025-11-10T12:55:51.096Z] #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-11-10T12:55:51.096Z] #6 0.302 Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-11-10T12:55:51.096Z] #6 0.714 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-11-10T12:55:51.096Z] #6 0.714 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-11-10T12:55:51.096Z] #6 0.714 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-11-10T12:55:51.666Z] #6 DONE 1.5s [2025-11-10T12:55:51.927Z] [2025-11-10T12:55:51.927Z] #7 [builder 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2025-11-10T12:55:51.927Z] #7 DONE 0.3s [2025-11-10T12:55:52.185Z] [2025-11-10T12:55:52.185Z] #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.6 dumb-init [2025-11-10T12:55:52.445Z] #8 0.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:52.445Z] #8 0.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:53.010Z] #8 0.826 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:53.576Z] #8 1.408 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:55:53.576Z] #8 1.416 (1/11) Installing libpsl (0.21.5-r0) [2025-11-10T12:55:53.576Z] #8 1.420 (2/11) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2025-11-10T12:55:53.576Z] #8 1.429 (3/11) Installing curl (8.12.1-r0) [2025-11-10T12:55:53.576Z] #8 1.436 (4/11) Installing libpsl-utils (0.21.5-r0) [2025-11-10T12:55:53.576Z] #8 1.440 (5/11) Installing libpsl-dev (0.21.5-r0) [2025-11-10T12:55:53.576Z] #8 1.444 (6/11) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2025-11-10T12:55:53.576Z] #8 1.452 (7/11) Installing dumb-init (1.2.5-r2) [2025-11-10T12:55:53.576Z] #8 1.459 (8/11) Installing libcbor (0.10.2-r1) [2025-11-10T12:55:53.576Z] #8 1.462 (9/11) Installing iotech-iot-1.6 (1.6.2-r0) [2025-11-10T12:55:54.511Z] #8 2.204 (10/11) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) [2025-11-10T12:55:54.770Z] #8 2.647 (11/11) Installing libuuid (2.38.1-r8) [2025-11-10T12:55:54.770Z] #8 2.651 Executing busybox-1.36.1-r4.trigger [2025-11-10T12:55:54.770Z] #8 2.665 OK: 331 MiB in 91 packages [2025-11-10T12:55:54.770Z] #8 DONE 2.8s [2025-11-10T12:55:54.770Z] [2025-11-10T12:55:54.770Z] #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.6-dev [2025-11-10T12:55:54.770Z] #9 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:54.770Z] #9 0.564 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:54.770Z] #9 0.829 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:54.770Z] #9 1.417 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:55:54.770Z] #9 1.426 (1/15) Installing libcbor (0.10.2-r1) [2025-11-10T12:55:54.770Z] #9 1.433 (2/15) Installing iotech-iot-1.6 (1.6.2-r0) [2025-11-10T12:55:54.770Z] #9 2.192 (3/15) Installing iotech-iot-1.6-dev (1.6.2-r0) [2025-11-10T12:55:54.770Z] #9 2.351 (4/15) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) [2025-11-10T12:55:54.770Z] #9 2.635 (5/15) Installing libcbor-dev (0.10.2-r1) [2025-11-10T12:55:54.770Z] #9 2.641 (6/15) Installing libmenuw (6.4_p20230506-r0) [2025-11-10T12:55:54.770Z] #9 2.645 (7/15) Installing libpanelw (6.4_p20230506-r0) [2025-11-10T12:55:54.770Z] #9 2.649 (8/15) Installing libncurses++ (6.4_p20230506-r0) [2025-11-10T12:55:54.771Z] #9 2.659 (9/15) Installing ncurses-dev (6.4_p20230506-r0) [2025-11-10T12:55:54.771Z] #9 2.666 (10/15) Installing libblkid (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.673 (11/15) Installing libuuid (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.677 (12/15) Installing libfdisk (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.687 (13/15) Installing libmount (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.700 (14/15) Installing libsmartcols (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.712 (15/15) Installing util-linux-dev (2.38.1-r8) [2025-11-10T12:55:54.771Z] #9 2.738 Executing busybox-1.36.1-r4.trigger [2025-11-10T12:55:54.771Z] #9 2.750 OK: 335 MiB in 97 packages [2025-11-10T12:55:54.771Z] #9 DONE 2.9s [2025-11-10T12:55:54.771Z] [2025-11-10T12:55:54.771Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-11-10T12:55:55.338Z] #10 0.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:55.338Z] #10 ... [2025-11-10T12:55:55.338Z] [2025-11-10T12:55:55.338Z] #11 [builder 5/12] RUN mkdir /tmp/sdk [2025-11-10T12:55:55.338Z] #11 DONE 0.4s [2025-11-10T12:55:55.338Z] [2025-11-10T12:55:55.338Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-11-10T12:55:55.338Z] #10 0.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:55.338Z] #10 ... [2025-11-10T12:55:55.338Z] [2025-11-10T12:55:55.338Z] #12 [builder 6/12] COPY VERSION /tmp/sdk [2025-11-10T12:55:55.338Z] #12 DONE 0.1s [2025-11-10T12:55:55.338Z] [2025-11-10T12:55:55.338Z] #13 [builder 7/12] COPY src /tmp/sdk/src [2025-11-10T12:55:55.338Z] #13 DONE 0.1s [2025-11-10T12:55:55.338Z] [2025-11-10T12:55:55.338Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-11-10T12:55:55.338Z] #10 0.551 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:55.598Z] #10 ... [2025-11-10T12:55:55.598Z] [2025-11-10T12:55:55.598Z] #14 [builder 8/12] COPY include /tmp/sdk/include [2025-11-10T12:55:55.598Z] #14 DONE 0.0s [2025-11-10T12:55:55.598Z] [2025-11-10T12:55:55.598Z] #15 [builder 9/12] COPY scripts /tmp/sdk/scripts [2025-11-10T12:55:55.598Z] #15 DONE 0.0s [2025-11-10T12:55:55.598Z] [2025-11-10T12:55:55.598Z] #16 [builder 10/12] COPY LICENSE /tmp/sdk [2025-11-10T12:55:55.598Z] #16 DONE 0.0s [2025-11-10T12:55:55.598Z] [2025-11-10T12:55:55.598Z] #17 [builder 11/12] COPY Attribution.txt /tmp/sdk [2025-11-10T12:55:55.598Z] #17 DONE 0.0s [2025-11-10T12:55:55.598Z] [2025-11-10T12:55:55.598Z] #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2025-11-10T12:55:55.857Z] #18 0.242 + CPPCHECK=false [2025-11-10T12:55:55.857Z] #18 0.242 + DOCGEN=false [2025-11-10T12:55:55.857Z] #18 0.242 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-11-10T12:55:55.857Z] #18 0.242 + '[' 0 -gt 0 ] [2025-11-10T12:55:55.857Z] #18 0.243 + readlink -f ./scripts/build.sh [2025-11-10T12:55:55.857Z] #18 0.244 + dirname /tmp/sdk/scripts/build.sh [2025-11-10T12:55:55.857Z] #18 0.245 + dirname /tmp/sdk/scripts [2025-11-10T12:55:55.857Z] #18 0.246 + ROOT=/tmp/sdk [2025-11-10T12:55:55.857Z] #18 0.246 + cd /tmp/sdk [2025-11-10T12:55:55.857Z] #18 0.246 + mkdir -p /tmp/sdk/build/release [2025-11-10T12:55:55.857Z] #18 0.248 + cd /tmp/sdk/build/release [2025-11-10T12:55:55.857Z] #18 0.248 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2025-11-10T12:55:55.857Z] #18 0.334 -- The C compiler identification is GNU 12.2.1 [2025-11-10T12:55:56.117Z] #18 0.351 -- Detecting C compiler ABI info [2025-11-10T12:55:56.117Z] #18 0.441 -- Detecting C compiler ABI info - done [2025-11-10T12:55:56.117Z] #18 0.460 -- Check for working C compiler: /usr/bin/cc - skipped [2025-11-10T12:55:56.117Z] #18 0.461 -- Detecting C compile features [2025-11-10T12:55:56.117Z] #18 0.461 -- Detecting C compile features - done [2025-11-10T12:55:56.117Z] #18 0.465 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-11-10T12:55:56.117Z] #18 0.525 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-11-10T12:55:56.117Z] #18 0.529 -- Found LIBYAML: /usr/lib/libyaml.so [2025-11-10T12:55:56.117Z] #18 0.532 -- Found LIBUUID: /usr/lib/libuuid.so [2025-11-10T12:55:56.117Z] #18 0.534 -- Found LIBCBOR: /usr/lib/libcbor.so [2025-11-10T12:55:56.117Z] #18 0.536 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-11-10T12:55:56.117Z] #18 0.539 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2025-11-10T12:55:56.117Z] #18 0.539 -- /opt/iotech/iot/1.6/include [2025-11-10T12:55:56.117Z] #18 0.539 -- C SDK 0.0.0 for Linux [2025-11-10T12:55:56.117Z] #18 0.541 -- Performing Test CSDK_HAVE_ATOMIC [2025-11-10T12:55:56.376Z] #18 0.633 -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-11-10T12:55:56.376Z] #18 0.687 -- Found Curses: /usr/lib/libcurses.so [2025-11-10T12:55:56.376Z] #18 0.708 -- Configuring done (0.5s) [2025-11-10T12:55:56.376Z] #18 0.739 -- Generating done (0.0s) [2025-11-10T12:55:56.376Z] #18 0.741 -- Build files have been written to: /tmp/sdk/build/release [2025-11-10T12:55:56.376Z] #18 0.746 + make all package [2025-11-10T12:55:56.376Z] #18 0.746 + tee release.log [2025-11-10T12:55:56.376Z] #18 0.789 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-11-10T12:55:56.376Z] #18 0.898 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-11-10T12:55:56.635Z] #18 1.054 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-11-10T12:55:56.894Z] #18 1.187 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-11-10T12:55:56.894Z] #18 1.291 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-11-10T12:55:57.152Z] #18 1.592 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-11-10T12:55:57.411Z] #18 1.630 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-11-10T12:55:57.411Z] #18 1.795 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-11-10T12:55:57.682Z] #18 ... [2025-11-10T12:55:57.683Z] [2025-11-10T12:55:57.683Z] #10 [stage-1 5/8] RUN apk --no-cache upgrade [2025-11-10T12:55:57.683Z] #10 1.061 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:55:57.683Z] #10 1.072 Upgrading critical system libraries and apk-tools: [2025-11-10T12:55:57.683Z] #10 1.072 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2025-11-10T12:55:57.683Z] #10 1.112 Executing busybox-1.36.1-r4.trigger [2025-11-10T12:55:57.683Z] #10 1.182 Continuing the upgrade transaction with new apk-tools: [2025-11-10T12:55:57.683Z] #10 1.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:57.683Z] #10 1.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:57.683Z] #10 1.373 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:55:57.683Z] #10 1.885 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:55:57.683Z] #10 1.895 (1/22) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2025-11-10T12:55:57.683Z] #10 1.908 (2/22) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2025-11-10T12:55:57.683Z] #10 1.924 Executing busybox-1.36.1-r7.post-upgrade [2025-11-10T12:55:57.683Z] #10 1.945 (3/22) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2025-11-10T12:55:57.683Z] #10 1.953 (4/22) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2025-11-10T12:55:57.683Z] #10 1.964 (5/22) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2025-11-10T12:55:57.683Z] #10 2.004 (6/22) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2025-11-10T12:55:57.683Z] #10 2.015 (7/22) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2025-11-10T12:55:57.683Z] #10 2.019 (8/22) Upgrading binutils (2.40-r7 -> 2.40-r8) [2025-11-10T12:55:57.683Z] #10 2.077 (9/22) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2025-11-10T12:55:57.683Z] #10 2.136 (10/22) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) [2025-11-10T12:55:57.683Z] #10 2.142 (11/22) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) [2025-11-10T12:55:57.683Z] #10 2.149 (12/22) Upgrading libarchive (3.7.2-r0 -> 3.8.0-r0) [2025-11-10T12:55:57.683Z] #10 2.161 (13/22) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2025-11-10T12:55:57.683Z] #10 2.178 (14/22) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2025-11-10T12:55:57.683Z] #10 2.200 (15/22) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2025-11-10T12:55:57.683Z] #10 2.254 (16/22) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2025-11-10T12:55:57.683Z] #10 2.259 (17/22) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2025-11-10T12:55:57.683Z] #10 2.264 (18/22) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2025-11-10T12:55:57.683Z] #10 2.287 (19/22) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2025-11-10T12:55:57.683Z] #10 2.292 (20/22) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2025-11-10T12:55:57.683Z] #10 2.296 (21/22) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2025-11-10T12:55:57.683Z] #10 2.301 (22/22) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2025-11-10T12:55:57.683Z] #10 2.310 Executing busybox-1.36.1-r7.trigger [2025-11-10T12:55:57.683Z] #10 2.317 Executing ca-certificates-20241121-r1.trigger [2025-11-10T12:55:57.683Z] #10 2.367 OK: 331 MiB in 91 packages [2025-11-10T12:55:57.683Z] #10 DONE 2.6s [2025-11-10T12:55:57.683Z] [2025-11-10T12:55:57.683Z] #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2025-11-10T12:55:57.683Z] #18 2.095 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-11-10T12:55:57.683Z] #18 2.196 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-11-10T12:55:57.942Z] #18 2.333 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-11-10T12:55:57.942Z] #18 2.459 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-11-10T12:55:58.201Z] #18 2.553 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-11-10T12:55:58.201Z] #18 2.715 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-11-10T12:55:58.460Z] #18 2.771 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-11-10T12:55:58.722Z] #18 3.092 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-11-10T12:55:58.982Z] #18 3.156 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-11-10T12:55:58.982Z] #18 3.393 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-11-10T12:55:58.982Z] #18 3.496 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-11-10T12:55:59.242Z] #18 3.717 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-11-10T12:55:59.502Z] #18 3.807 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-11-10T12:56:00.439Z] #18 4.812 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-11-10T12:56:00.439Z] #18 4.924 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-11-10T12:56:00.698Z] #18 4.993 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-11-10T12:56:00.698Z] #18 5.081 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-11-10T12:56:00.965Z] #18 5.137 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-11-10T12:56:00.965Z] #18 5.368 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-11-10T12:56:01.225Z] #18 5.715 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-11-10T12:56:01.485Z] #18 5.791 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-11-10T12:56:01.485Z] #18 5.922 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-11-10T12:56:01.745Z] #18 6.013 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-11-10T12:56:02.006Z] #18 6.436 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-11-10T12:56:02.006Z] #18 6.552 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-11-10T12:56:02.266Z] #18 6.619 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-11-10T12:56:02.266Z] #18 6.731 [ 68%] Linking C shared library libcsdk.so [2025-11-10T12:56:02.527Z] #18 6.783 [ 68%] Built target csdk [2025-11-10T12:56:02.527Z] #18 6.804 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-11-10T12:56:02.527Z] #18 6.936 [ 72%] Linking C executable template [2025-11-10T12:56:02.788Z] #18 6.963 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:02.788Z] #18 7.005 [ 72%] Built target template [2025-11-10T12:56:02.788Z] #18 7.022 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-11-10T12:56:02.788Z] #18 7.116 [ 76%] Linking C executable device-counter [2025-11-10T12:56:02.788Z] #18 7.141 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:02.788Z] #18 7.180 [ 76%] Built target device-counter [2025-11-10T12:56:02.788Z] #18 7.199 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-11-10T12:56:02.788Z] #18 7.289 [ 80%] Linking C executable device-random [2025-11-10T12:56:03.049Z] #18 7.315 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:03.049Z] #18 7.359 [ 80%] Built target device-random [2025-11-10T12:56:03.049Z] #18 7.376 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-11-10T12:56:03.049Z] #18 7.456 [ 84%] Linking C executable device-gyro [2025-11-10T12:56:03.309Z] #18 7.479 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:03.309Z] #18 7.521 [ 84%] Built target device-gyro [2025-11-10T12:56:03.309Z] #18 7.539 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-11-10T12:56:03.309Z] #18 7.630 [ 88%] Linking C executable device-bitfields [2025-11-10T12:56:03.569Z] #18 7.656 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:03.569Z] #18 7.698 [ 88%] Built target device-bitfields [2025-11-10T12:56:03.569Z] #18 7.717 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-11-10T12:56:03.569Z] #18 7.874 [ 92%] Linking C executable template-discovery [2025-11-10T12:56:03.569Z] #18 7.901 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:03.569Z] #18 7.947 [ 92%] Built target template-discovery [2025-11-10T12:56:03.569Z] #18 7.963 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-11-10T12:56:03.569Z] #18 8.078 [ 96%] Linking C executable device-file [2025-11-10T12:56:03.827Z] #18 8.101 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:03.827Z] #18 8.146 [ 96%] Built target device-file [2025-11-10T12:56:03.827Z] #18 8.166 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-11-10T12:56:03.827Z] #18 8.263 [100%] Linking C executable device-terminal [2025-11-10T12:56:04.085Z] #18 8.291 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:04.085Z] #18 8.332 [100%] Built target device-terminal [2025-11-10T12:56:04.085Z] #18 8.348 Run CPack packaging tool... [2025-11-10T12:56:04.085Z] #18 8.361 CPack: Create package using TGZ [2025-11-10T12:56:04.085Z] #18 8.361 CPack: Install projects [2025-11-10T12:56:04.085Z] #18 8.361 CPack: - Run preinstall target for: Csdk [2025-11-10T12:56:04.085Z] #18 8.599 CPack: - Install project: Csdk [] [2025-11-10T12:56:04.345Z] #18 8.607 CPack: Create package [2025-11-10T12:56:04.345Z] #18 8.630 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2025-11-10T12:56:04.345Z] #18 8.632 + '[' false '=' true ] [2025-11-10T12:56:04.345Z] #18 8.632 + '[' false '=' true ] [2025-11-10T12:56:04.345Z] #18 8.632 + mkdir -p /tmp/sdk/build/debug [2025-11-10T12:56:04.345Z] #18 8.633 + cd /tmp/sdk/build/debug [2025-11-10T12:56:04.345Z] #18 8.633 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2025-11-10T12:56:04.345Z] #18 8.710 -- The C compiler identification is GNU 12.2.1 [2025-11-10T12:56:04.345Z] #18 8.726 -- Detecting C compiler ABI info [2025-11-10T12:56:04.345Z] #18 8.816 -- Detecting C compiler ABI info - done [2025-11-10T12:56:04.604Z] #18 8.838 -- Check for working C compiler: /usr/bin/cc - skipped [2025-11-10T12:56:04.604Z] #18 8.839 -- Detecting C compile features [2025-11-10T12:56:04.604Z] #18 8.840 -- Detecting C compile features - done [2025-11-10T12:56:04.604Z] #18 8.843 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-11-10T12:56:04.604Z] #18 8.893 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-11-10T12:56:04.604Z] #18 8.897 -- Found LIBYAML: /usr/lib/libyaml.so [2025-11-10T12:56:04.604Z] #18 8.900 -- Found LIBUUID: /usr/lib/libuuid.so [2025-11-10T12:56:04.604Z] #18 8.903 -- Found LIBCBOR: /usr/lib/libcbor.so [2025-11-10T12:56:04.604Z] #18 8.907 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-11-10T12:56:04.604Z] #18 8.910 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2025-11-10T12:56:04.604Z] #18 8.910 -- /opt/iotech/iot/1.6/include [2025-11-10T12:56:04.604Z] #18 8.910 -- C SDK 0.0.0 for Linux [2025-11-10T12:56:04.604Z] #18 8.913 -- Performing Test CSDK_HAVE_ATOMIC [2025-11-10T12:56:04.604Z] #18 8.996 -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-11-10T12:56:04.604Z] #18 9.048 -- Found Curses: /usr/lib/libcurses.so [2025-11-10T12:56:04.604Z] #18 9.069 -- Configuring done (0.4s) [2025-11-10T12:56:04.604Z] #18 9.099 -- Generating done (0.0s) [2025-11-10T12:56:04.862Z] #18 9.101 -- Build files have been written to: /tmp/sdk/build/debug [2025-11-10T12:56:04.862Z] #18 9.105 + make [2025-11-10T12:56:04.862Z] #18 9.105 + tee debug.log [2025-11-10T12:56:04.862Z] #18 9.144 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-11-10T12:56:04.862Z] #18 9.221 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-11-10T12:56:04.862Z] #18 9.300 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-11-10T12:56:04.862Z] #18 9.379 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-11-10T12:56:05.123Z] #18 9.452 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-11-10T12:56:05.123Z] #18 9.576 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-11-10T12:56:05.382Z] #18 9.612 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-11-10T12:56:05.382Z] #18 9.690 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-11-10T12:56:05.382Z] #18 9.808 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-11-10T12:56:05.641Z] #18 9.880 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-11-10T12:56:05.641Z] #18 9.958 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-11-10T12:56:05.641Z] #18 10.03 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-11-10T12:56:05.641Z] #18 10.10 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-11-10T12:56:05.900Z] #18 10.16 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-11-10T12:56:05.900Z] #18 10.20 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-11-10T12:56:05.900Z] #18 10.34 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-11-10T12:56:06.159Z] #18 10.39 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-11-10T12:56:06.159Z] #18 10.50 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-11-10T12:56:06.159Z] #18 10.54 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-11-10T12:56:06.159Z] #18 10.66 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-11-10T12:56:06.419Z] #18 10.73 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-11-10T12:56:06.419Z] #18 10.93 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-11-10T12:56:06.678Z] #18 11.00 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-11-10T12:56:06.678Z] #18 11.06 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-11-10T12:56:06.678Z] #18 11.11 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-11-10T12:56:06.678Z] #18 11.17 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-11-10T12:56:06.938Z] #18 11.27 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-11-10T12:56:06.938Z] #18 11.49 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-11-10T12:56:07.197Z] #18 11.54 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-11-10T12:56:07.197Z] #18 11.61 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-11-10T12:56:07.456Z] #18 11.68 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-11-10T12:56:07.456Z] #18 11.83 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-11-10T12:56:07.456Z] #18 11.90 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-11-10T12:56:07.456Z] #18 11.96 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-11-10T12:56:07.716Z] #18 12.03 [ 68%] Linking C shared library libcsdk.so [2025-11-10T12:56:07.716Z] #18 12.09 [ 68%] Built target csdk [2025-11-10T12:56:07.716Z] #18 12.11 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-11-10T12:56:07.716Z] #18 12.19 [ 72%] Linking C executable template [2025-11-10T12:56:07.716Z] #18 12.21 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:07.977Z] #18 12.25 [ 72%] Built target template [2025-11-10T12:56:07.977Z] #18 12.27 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-11-10T12:56:07.977Z] #18 12.33 [ 76%] Linking C executable device-counter [2025-11-10T12:56:07.977Z] #18 12.36 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:07.977Z] #18 12.40 [ 76%] Built target device-counter [2025-11-10T12:56:07.977Z] #18 12.42 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-11-10T12:56:07.977Z] #18 12.49 [ 80%] Linking C executable device-random [2025-11-10T12:56:08.236Z] #18 12.52 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:08.236Z] #18 12.56 [ 80%] Built target device-random [2025-11-10T12:56:08.236Z] #18 12.58 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-11-10T12:56:08.236Z] #18 12.64 [ 84%] Linking C executable device-gyro [2025-11-10T12:56:08.498Z] #18 12.67 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:08.498Z] #18 12.71 [ 84%] Built target device-gyro [2025-11-10T12:56:08.498Z] #18 12.74 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-11-10T12:56:08.498Z] #18 12.80 [ 88%] Linking C executable device-bitfields [2025-11-10T12:56:08.498Z] #18 12.83 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:08.498Z] #18 12.87 [ 88%] Built target device-bitfields [2025-11-10T12:56:08.498Z] #18 12.89 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-11-10T12:56:08.498Z] #18 12.97 [ 92%] Linking C executable template-discovery [2025-11-10T12:56:08.756Z] #18 13.00 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:08.756Z] #18 13.04 [ 92%] Built target template-discovery [2025-11-10T12:56:08.756Z] #18 13.05 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-11-10T12:56:08.756Z] #18 13.12 [ 96%] Linking C executable device-file [2025-11-10T12:56:08.756Z] #18 13.14 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:08.756Z] #18 13.19 [ 96%] Built target device-file [2025-11-10T12:56:08.756Z] #18 13.21 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-11-10T12:56:08.756Z] #18 13.28 [100%] Linking C executable device-terminal [2025-11-10T12:56:09.015Z] #18 13.31 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.12, needed by /opt/iotech/iot/1.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-11-10T12:56:09.015Z] #18 13.35 [100%] Built target device-terminal [2025-11-10T12:56:09.015Z] #18 13.37 make: Entering directory '/tmp/sdk/build/release' [2025-11-10T12:56:09.015Z] #18 13.42 [ 68%] Built target csdk [2025-11-10T12:56:09.015Z] #18 13.44 [ 72%] Built target template [2025-11-10T12:56:09.015Z] #18 13.46 [ 76%] Built target device-counter [2025-11-10T12:56:09.015Z] #18 13.48 [ 80%] Built target device-random [2025-11-10T12:56:09.015Z] #18 13.50 [ 84%] Built target device-gyro [2025-11-10T12:56:09.015Z] #18 13.52 [ 88%] Built target device-bitfields [2025-11-10T12:56:09.274Z] #18 13.54 [ 92%] Built target template-discovery [2025-11-10T12:56:09.274Z] #18 13.56 [ 96%] Built target device-file [2025-11-10T12:56:09.274Z] #18 13.58 [100%] Built target device-terminal [2025-11-10T12:56:09.274Z] #18 13.60 Install the project... [2025-11-10T12:56:09.274Z] #18 13.61 -- Install configuration: "Release" [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/lib/libcsdk.so [2025-11-10T12:56:09.274Z] #18 13.61 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/devsdk [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/devsdk/devsdk.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/devsdk/devsdk-base.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/edgex.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/devices.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/profiles.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/edgex-base.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/rest-server.h [2025-11-10T12:56:09.274Z] #18 13.61 -- Installing: /usr/local/include/edgex/csdk-defs.h [2025-11-10T12:56:09.274Z] #18 13.62 -- Installing: /usr/local/share/device-sdk-c/LICENSE [2025-11-10T12:56:09.274Z] #18 13.62 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2025-11-10T12:56:09.274Z] #18 13.62 make: Leaving directory '/tmp/sdk/build/release' [2025-11-10T12:56:09.274Z] #18 DONE 13.7s [2025-11-10T12:56:09.274Z] [2025-11-10T12:56:09.274Z] #19 [stage-1 6/8] COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2025-11-10T12:56:09.274Z] #19 DONE 0.1s [2025-11-10T12:56:09.274Z] [2025-11-10T12:56:09.274Z] #20 [stage-1 7/8] COPY --from=builder /usr/local/lib /usr/local/lib [2025-11-10T12:56:09.274Z] #20 DONE 0.0s [2025-11-10T12:56:09.533Z] [2025-11-10T12:56:09.533Z] #21 [stage-1 8/8] COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2025-11-10T12:56:09.533Z] #21 DONE 0.0s [2025-11-10T12:56:09.533Z] [2025-11-10T12:56:09.533Z] #22 exporting to image [2025-11-10T12:56:09.533Z] #22 exporting layers [2025-11-10T12:56:09.791Z] #22 exporting layers 0.3s done [2025-11-10T12:56:09.791Z] #22 writing image sha256:cb7b936bb6643dfd873c6e03fb05e31bd4f5f56b3a2b796e5f024345d298c290 done [2025-11-10T12:56:09.791Z] #22 naming to docker.io/library/ci-base-image-x86_64 done [2025-11-10T12:56:09.791Z] #22 DONE 0.3s [2025-11-10T12:56:09.791Z] [2025-11-10T12:56:09.791Z] 1 warning found (use docker --debug to expand): [2025-11-10T12:56:09.791Z]  - 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-11-10T12:56:10.501Z] + docker inspect -f . ci-base-image-x86_64 [2025-11-10T12:56:10.501Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-10T12:56:10.664Z] prd-ubuntu20.04-docker-8c-8g-772875 does not seem to be running inside a container [2025-11-10T12:56:10.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_PR-589 -v /w/workspace/edgexfoundry_device-sdk-c_PR-589:/w/workspace/edgexfoundry_device-sdk-c_PR-589:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-11-10T12:56:10.965Z] $ docker top a44459e1f0101f9b2dcc24c49ea08f6cf6a53a922da8b6393cb76c24dd3515f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-10T12:56:11.367Z] + make test [2025-11-10T12:56:11.367Z] echo "make test" [2025-11-10T12:56:11.367Z] make test [Pipeline] } [2025-11-10T12:56:11.401Z] $ docker stop --time=1 a44459e1f0101f9b2dcc24c49ea08f6cf6a53a922da8b6393cb76c24dd3515f9 [2025-11-10T12:56:12.672Z] $ docker rm -f --volumes a44459e1f0101f9b2dcc24c49ea08f6cf6a53a922da8b6393cb76c24dd3515f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-11-10T12:56:13.558Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-11-10T12:56:13.875Z] + ls -al . [2025-11-10T12:56:13.875Z] total 220 [2025-11-10T12:56:13.875Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 10 12:55 . [2025-11-10T12:56:13.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 12:55 .. [2025-11-10T12:56:13.875Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 12:55 .git [2025-11-10T12:56:13.875Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 12:55 .github [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 176 Nov 10 12:55 .gitignore [2025-11-10T12:56:13.875Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 10 12:55 .semver [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 2908 Nov 10 12:55 Attribution.txt [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 17404 Nov 10 12:55 CHANGELOG.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 108574 Nov 10 12:55 Doxyfile [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 10 12:55 GOVERNANCE.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 784 Nov 10 12:55 Jenkinsfile [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 10 12:55 LICENSE [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 444 Nov 10 12:55 Makefile [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 10 12:55 OWNERS.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 1651 Nov 10 12:55 README.IOT.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 4173 Nov 10 12:55 README.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 1245 Nov 10 12:55 README.v3.md [2025-11-10T12:56:13.875Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 10 12:55 VERSION [2025-11-10T12:56:13.875Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 12:55 docs [2025-11-10T12:56:13.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 12:55 include [2025-11-10T12:56:13.875Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 12:55 scripts [2025-11-10T12:56:13.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 12:55 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:56:14.279Z] + 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=1c52ca32999357cd0e61ee3bd4a8a54d91d112ac --label arch=amd64 --label version=0.0.0 . [2025-11-10T12:56:14.538Z] #0 building with "default" instance using docker driver [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #1 [internal] load build definition from Dockerfile.alpine [2025-11-10T12:56:14.538Z] #1 transferring dockerfile: 1.52kB done [2025-11-10T12:56:14.538Z] #1 DONE 0.0s [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-11-10T12:56:14.538Z] #2 DONE 0.0s [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #3 [internal] load .dockerignore [2025-11-10T12:56:14.538Z] #3 transferring context: 2B done [2025-11-10T12:56:14.538Z] #3 DONE 0.0s [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #4 [internal] load build context [2025-11-10T12:56:14.538Z] #4 transferring context: 8.53kB 0.0s done [2025-11-10T12:56:14.538Z] #4 DONE 0.0s [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #5 [ 1/11] FROM docker.io/library/ci-base-image-x86_64:latest [2025-11-10T12:56:14.538Z] #5 DONE 0.1s [2025-11-10T12:56:14.538Z] [2025-11-10T12:56:14.538Z] #6 [ 2/11] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-11-10T12:56:14.798Z] #6 0.223 Connecting to iotech.jfrog.io (54.73.4.50:443) [2025-11-10T12:56:15.058Z] #6 0.634 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-11-10T12:56:15.320Z] #6 0.636 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-11-10T12:56:15.320Z] #6 0.636 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-11-10T12:56:15.320Z] #6 DONE 0.7s [2025-11-10T12:56:15.320Z] [2025-11-10T12:56:15.320Z] #7 [ 3/11] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2025-11-10T12:56:15.320Z] #7 DONE 0.3s [2025-11-10T12:56:15.580Z] [2025-11-10T12:56:15.580Z] #8 [ 4/11] 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.6-dev dumb-init && mkdir -p /edgex-c-sdk/build [2025-11-10T12:56:15.580Z] #8 0.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:15.841Z] #8 0.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:16.101Z] #8 0.623 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:16.672Z] #8 1.105 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:56:16.672Z] #8 1.115 (1/11) Installing iotech-iot-1.6-dev (1.6.2-r0) [2025-11-10T12:56:16.933Z] #8 1.390 (2/11) Installing libcbor-dev (0.10.2-r1) [2025-11-10T12:56:16.933Z] #8 1.397 (3/11) Installing libmenuw (6.4_p20230506-r0) [2025-11-10T12:56:16.933Z] #8 1.401 (4/11) Installing libpanelw (6.4_p20230506-r0) [2025-11-10T12:56:16.933Z] #8 1.405 (5/11) Installing libncurses++ (6.4_p20230506-r0) [2025-11-10T12:56:16.933Z] #8 1.410 (6/11) Installing ncurses-dev (6.4_p20230506-r0) [2025-11-10T12:56:16.933Z] #8 1.420 (7/11) Installing libblkid (2.38.1-r8) [2025-11-10T12:56:16.933Z] #8 1.428 (8/11) Installing libfdisk (2.38.1-r8) [2025-11-10T12:56:16.933Z] #8 1.436 (9/11) Installing libmount (2.38.1-r8) [2025-11-10T12:56:16.933Z] #8 1.444 (10/11) Installing libsmartcols (2.38.1-r8) [2025-11-10T12:56:16.933Z] #8 1.450 (11/11) Installing util-linux-dev (2.38.1-r8) [2025-11-10T12:56:16.933Z] #8 1.474 Executing busybox-1.36.1-r7.trigger [2025-11-10T12:56:16.933Z] #8 1.483 OK: 336 MiB in 102 packages [2025-11-10T12:56:16.933Z] #8 DONE 1.6s [2025-11-10T12:56:17.193Z] [2025-11-10T12:56:17.193Z] #9 [ 5/11] RUN apk --no-cache upgrade [2025-11-10T12:56:17.193Z] #9 0.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:17.456Z] #9 0.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:17.456Z] #9 0.426 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-10T12:56:18.027Z] #9 0.922 WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-11-10T12:56:18.027Z] #9 0.934 OK: 336 MiB in 102 packages [2025-11-10T12:56:18.027Z] #9 DONE 1.0s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #10 [ 6/11] COPY src /edgex-c-sdk/src/ [2025-11-10T12:56:18.288Z] #10 DONE 0.1s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #11 [ 7/11] COPY include /edgex-c-sdk/include/ [2025-11-10T12:56:18.288Z] #11 DONE 0.0s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #12 [ 8/11] COPY scripts /edgex-c-sdk/scripts [2025-11-10T12:56:18.288Z] #12 DONE 0.0s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #13 [ 9/11] COPY LICENSE /edgex-c-sdk/ [2025-11-10T12:56:18.288Z] #13 DONE 0.0s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #14 [10/11] COPY Attribution.txt /edgex-c-sdk/ [2025-11-10T12:56:18.288Z] #14 DONE 0.0s [2025-11-10T12:56:18.288Z] [2025-11-10T12:56:18.288Z] #15 [11/11] WORKDIR /edgex-c-sdk [2025-11-10T12:56:18.548Z] #15 DONE 0.0s [2025-11-10T12:56:18.548Z] [2025-11-10T12:56:18.548Z] #16 exporting to image [2025-11-10T12:56:18.548Z] #16 exporting layers 0.1s done [2025-11-10T12:56:18.548Z] #16 writing image sha256:1e0482e1343aef943ada14af3aab9ce58e4aa3fc24f810e95f54fbe4984d1c11 done [2025-11-10T12:56:18.548Z] #16 naming to docker.io/library/device-sdk done [2025-11-10T12:56:18.548Z] #16 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-11-10T12:56:19.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-10T12:56:19.581Z] [2025-11-10T12:56:19.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:56:19.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-10T12:56:19.980Z] latest: Pulling from edgex-lftools-log-publisher [2025-11-10T12:56:19.980Z] 5eb5b503b376: Pulling fs layer [2025-11-10T12:56:19.980Z] 5c69ac0246d0: Pulling fs layer [2025-11-10T12:56:19.980Z] ec43610c2a17: Pulling fs layer [2025-11-10T12:56:19.980Z] 3a2ae6a8a46f: Pulling fs layer [2025-11-10T12:56:19.980Z] 33b1e0a273af: Pulling fs layer [2025-11-10T12:56:19.980Z] 5d3b04190fa2: Pulling fs layer [2025-11-10T12:56:19.980Z] 2f39f015ded8: Pulling fs layer [2025-11-10T12:56:19.980Z] 3a2ae6a8a46f: Waiting [2025-11-10T12:56:19.980Z] 5d3b04190fa2: Waiting [2025-11-10T12:56:19.980Z] 33b1e0a273af: Waiting [2025-11-10T12:56:19.980Z] 2f39f015ded8: Waiting [2025-11-10T12:56:19.980Z] 5c69ac0246d0: Verifying Checksum [2025-11-10T12:56:19.980Z] 5c69ac0246d0: Download complete [2025-11-10T12:56:19.980Z] 3a2ae6a8a46f: Verifying Checksum [2025-11-10T12:56:19.980Z] 3a2ae6a8a46f: Download complete [2025-11-10T12:56:19.980Z] 33b1e0a273af: Verifying Checksum [2025-11-10T12:56:19.980Z] 33b1e0a273af: Download complete [2025-11-10T12:56:19.980Z] 5d3b04190fa2: Verifying Checksum [2025-11-10T12:56:19.980Z] 5d3b04190fa2: Download complete [2025-11-10T12:56:19.980Z] ec43610c2a17: Verifying Checksum [2025-11-10T12:56:19.980Z] ec43610c2a17: Download complete [2025-11-10T12:56:20.548Z] 5eb5b503b376: Verifying Checksum [2025-11-10T12:56:20.548Z] 5eb5b503b376: Download complete [2025-11-10T12:56:20.806Z] 2f39f015ded8: Verifying Checksum [2025-11-10T12:56:20.806Z] 2f39f015ded8: Download complete [2025-11-10T12:56:22.183Z] 5eb5b503b376: Pull complete [2025-11-10T12:56:22.183Z] 5c69ac0246d0: Pull complete [2025-11-10T12:56:22.750Z] ec43610c2a17: Pull complete [2025-11-10T12:56:22.750Z] 3a2ae6a8a46f: Pull complete [2025-11-10T12:56:23.009Z] 33b1e0a273af: Pull complete [2025-11-10T12:56:23.009Z] 5d3b04190fa2: Pull complete [2025-11-10T12:56:29.569Z] 2f39f015ded8: Pull complete [2025-11-10T12:56:29.569Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-11-10T12:56:29.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-10T12:56:29.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-10T12:56:29.803Z] prd-ubuntu20.04-docker-8c-8g-772875 does not seem to be running inside a container [2025-11-10T12:56:29.836Z] $ 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_PR-589 -v /w/workspace/edgexfoundry_device-sdk-c_PR-589:/w/workspace/edgexfoundry_device-sdk-c_PR-589:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-11-10T12:56:31.250Z] $ docker top d8ab1eae203952eab1f34d25f824ca9192ba285b89658a94538d035cc5a8d1c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:31.719Z] ---> job-cost.sh [2025-11-10T12:56:31.719Z] lf-activate-venv: SKIPPING [2025-11-10T12:56:31.719Z] INFO: No Stack... [2025-11-10T12:56:32.286Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-10T12:56:32.545Z] INFO: Archiving Costs [Pipeline] sh [2025-11-10T12:56:32.864Z] + cat /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives/cost.csv [2025-11-10T12:56:32.864Z] + cut -d, -f6 [Pipeline] lock [2025-11-10T12:56:32.917Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-c-PR-589-1-stack-cost] [2025-11-10T12:56:32.925Z] Resource [jenkins-edgexfoundry-device-sdk-c-PR-589-1-stack-cost] did not exist. Created. [2025-11-10T12:56:32.931Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-c-PR-589-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-10T12:56:33.331Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-11-10T12:56:33.399Z] Stashed 1 file(s) [Pipeline] } [2025-11-10T12:56:33.417Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-c-PR-589-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-11-10T12:56:33.499Z] $ docker stop --time=1 d8ab1eae203952eab1f34d25f824ca9192ba285b89658a94538d035cc5a8d1c3 [2025-11-10T12:56:34.652Z] $ docker rm -f --volumes d8ab1eae203952eab1f34d25f824ca9192ba285b89658a94538d035cc5a8d1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-11-10T12:56:36.291Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives ] [2025-11-10T12:56:36.291Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives [2025-11-10T12:56:36.291Z] total 16 [2025-11-10T12:56:36.291Z] drwxr-xr-x 3 root root 4096 Nov 10 12:56 . [2025-11-10T12:56:36.291Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 10 12:56 .. [2025-11-10T12:56:36.291Z] drwxr-xr-x 2 root root 4096 Nov 10 12:56 cost [2025-11-10T12:56:36.291Z] -rw-r--r-- 1 root root 84 Nov 10 12:56 cost.csv [2025-11-10T12:56:36.291Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives [2025-11-10T12:56:36.291Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives [2025-11-10T12:56:36.291Z] total 16 [2025-11-10T12:56:36.291Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 10 12:56 . [2025-11-10T12:56:36.291Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 10 12:56 .. [2025-11-10T12:56:36.291Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 10 12:56 cost [2025-11-10T12:56:36.291Z] -rw-r--r-- 1 jenkins jenkins 84 Nov 10 12:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:36.622Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:37.521Z] ---> package-listing.sh [2025-11-10T12:56:37.521Z] ++ facter osfamily [2025-11-10T12:56:37.521Z] ++ tr '[:upper:]' '[:lower:]' [2025-11-10T12:56:37.780Z] + OS_FAMILY=debian [2025-11-10T12:56:37.780Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-589 [2025-11-10T12:56:37.780Z] + START_PACKAGES=/tmp/packages_start.txt [2025-11-10T12:56:37.780Z] + END_PACKAGES=/tmp/packages_end.txt [2025-11-10T12:56:37.780Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-11-10T12:56:37.780Z] + PACKAGES=/tmp/packages_start.txt [2025-11-10T12:56:37.780Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-589 ']' [2025-11-10T12:56:37.780Z] + PACKAGES=/tmp/packages_end.txt [2025-11-10T12:56:37.780Z] + case "${OS_FAMILY}" in [2025-11-10T12:56:37.780Z] + grep '^ii' [2025-11-10T12:56:37.780Z] + dpkg -l [2025-11-10T12:56:37.780Z] + '[' -f /tmp/packages_start.txt ']' [2025-11-10T12:56:37.780Z] + '[' -f /tmp/packages_end.txt ']' [2025-11-10T12:56:37.780Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-11-10T12:56:37.780Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-589 ']' [2025-11-10T12:56:37.780Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives/ [2025-11-10T12:56:37.780Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-589/archives/ [Pipeline] echo [2025-11-10T12:56:37.823Z] 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_PR-589/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-11-10T12:56:38.119Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-10T12:56:38.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-10T12:56:38.772Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-10T12:56:39.017Z] prd-ubuntu20.04-docker-8c-8g-772875 does not seem to be running inside a container [2025-11-10T12:56:39.047Z] $ 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_PR-589/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_PR-589 -v /w/workspace/edgexfoundry_device-sdk-c_PR-589:/w/workspace/edgexfoundry_device-sdk-c_PR-589:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-11-10T12:56:39.267Z] $ docker top 47a2ec2b1ca77b2c714faa8d652ef082dbe54b4a51cde9b081e9391f020ced44 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-10T12:56:39.667Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-11-10T12:56:39.981Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-11-10T12:56:40.293Z] + ls /var/log/sa-host [2025-11-10T12:56:40.293Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-10T12:56:40.531Z] provisioning config files... [2025-11-10T12:56:40.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-589@tmp/config12198772099210980677tmp [Pipeline] { [Pipeline] echo [2025-11-10T12:56:40.599Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:40.912Z] ---> create-netrc.sh [Pipeline] } [2025-11-10T12:56:40.945Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:41.356Z] ---> python-tools-install.sh [Pipeline] echo [2025-11-10T12:56:41.385Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:41.709Z] ---> sudo-logs.sh [2025-11-10T12:56:41.709Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-11-10T12:56:41.813Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:42.131Z] ---> job-cost.sh [2025-11-10T12:56:42.131Z] lf-activate-venv: SKIPPING [2025-11-10T12:56:42.131Z] DEBUG: total: 0.2199999988079071 [2025-11-10T12:56:42.131Z] INFO: Retrieving Stack Cost... [2025-11-10T12:56:42.131Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-10T12:56:42.388Z] INFO: Archiving Costs [Pipeline] echo [2025-11-10T12:56:42.436Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-10T12:56:42.757Z] ---> logs-deploy.sh [2025-11-10T12:56:42.757Z] lf-activate-venv: SKIPPING [2025-11-10T12:56:42.757Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-589/1 [2025-11-10T12:56:42.757Z] INFO: archiving workspace using pattern(s): [2025-11-10T12:56:43.693Z] Archives upload complete. [2025-11-10T12:56:43.693Z] INFO: archiving logs to Nexus