Pull request #110 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 sabrina-lin527 for edgexfoundry/device-bacnet-c Loading trusted files from base branch main at 5aa9c514b6e12aa0f5c2a4a64851cbf92bb8e5d9 rather than d61ab653e8332e27402aac2fc2d40de320febdb0 Obtained Jenkinsfile from 5aa9c514b6e12aa0f5c2a4a64851cbf92bb8e5d9 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-ssh10897870853002069956.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9e33b5f99b7cedde76767482fee1377374ce7877 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-ssh2479115213098515828.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 9e33b5f99b7cedde76767482fee1377374ce7877 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-bacnet-c/branches/PR-110/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-bacnet-c/branches/PR-110/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15439657103420467503.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-bacnet-c/branches/PR-110/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2928949501273466310.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9e33b5f99b7cedde76767482fee1377374ce7877 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9e33b5f99b7cedde76767482fee1377374ce7877 # timeout=10 Commit message: "ci: add palau to release stream (#479)" > 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-ssh12282110264691081187.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-bacnet-c/branches/PR-110/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-bacnet-c/branches/PR-110/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9316449761920073404.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 9e33b5f99b7cedde76767482fee1377374ce7877 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-bacnet-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine] ========================================================= [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-bacnet-c-settings PROJECT: device-bacnet-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-bacnet DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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-10422 in /w/workspace/exfoundry_device-bacnet-c_PR-110 [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-bacnet-c.git > git init /w/workspace/exfoundry_device-bacnet-c_PR-110 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-bacnet-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-bacnet-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 5aa9c514b6e12aa0f5c2a4a64851cbf92bb8e5d9 into PR head commit d61ab653e8332e27402aac2fc2d40de320febdb0 > git config remote.origin.url git@github.com:edgexfoundry/device-bacnet-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-bacnet-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-bacnet-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-bacnet-c.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing d61ab653e8332e27402aac2fc2d40de320febdb0 Checking out Revision d61ab653e8332e27402aac2fc2d40de320febdb0 (PR-110) > git checkout -f d61ab653e8332e27402aac2fc2d40de320febdb0 # 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 5aa9c514b6e12aa0f5c2a4a64851cbf92bb8e5d9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d61ab653e8332e27402aac2fc2d40de320febdb0 # timeout=10 Commit message: "docs: update changelog for 4.0.2 release" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 9e33b5f99b7cedde76767482fee1377374ce7877 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-05-22T08:25:10.254Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-05-22T08:25:10.461Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-05-22T08:25:10.575Z] ========================================================= [2026-05-22T08:25:10.575Z] EdgeX Global Pipelines Version Info [2026-05-22T08:25:10.575Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:25:11.711Z] ------------------- [2026-05-22T08:25:11.711Z] stable info: [2026-05-22T08:25:11.711Z] ------------------- [2026-05-22T08:25:11.711Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-05-22T08:25:11.711Z] Commit SHA: 9e33b5f99b7cedde76767482fee1377374ce7877 [2026-05-22T08:25:11.711Z] Message: update stable to v1.0.280 [2026-05-22T08:25:12.281Z] ------------------- [2026-05-22T08:25:12.281Z] experimental info: [2026-05-22T08:25:12.281Z] ------------------- [2026-05-22T08:25:12.281Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-05-22T08:25:12.281Z] Commit SHA: 9e33b5f99b7cedde76767482fee1377374ce7877 [2026-05-22T08:25:12.281Z] Message: update experimental to v1.0.280 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-05-22T08:25:12.590Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-bacnet-c-settings [Pipeline] echo [2026-05-22T08:25:12.646Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-bacnet-c [Pipeline] echo [2026-05-22T08:25:12.702Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-05-22T08:25:12.749Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-05-22T08:25:12.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-05-22T08:25:12.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2026-05-22T08:25:12.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2026-05-22T08:25:12.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-05-22T08:25:13.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-05-22T08:25:13.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-bacnet [Pipeline] echo [2026-05-22T08:25:13.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-05-22T08:25:13.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-05-22T08:25:13.236Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-05-22T08:25:13.281Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-05-22T08:25:13.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-05-22T08:25:13.505Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-05-22T08:25:13.548Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-05-22T08:25:13.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-110 [Pipeline] echo [2026-05-22T08:25:13.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-110 [Pipeline] echo [2026-05-22T08:25:13.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-110 [Pipeline] echo [2026-05-22T08:25:13.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d61ab653e8332e27402aac2fc2d40de320febdb0 [Pipeline] echo [2026-05-22T08:25:13.781Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d61ab65 [Pipeline] echo [2026-05-22T08:25:13.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-22T08:25:13.968Z] provisioning config files... [2026-05-22T08:25:13.993Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/config7530320975910507800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:25:14.363Z] ---> ****-login.sh [2026-05-22T08:25:14.363Z] nexus3.edgexfoundry.org:10001 [2026-05-22T08:25:14.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:14.624Z] [2026-05-22T08:25:14.624Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-22T08:25:14.624Z] Configure a credential helper to remove this warning. See [2026-05-22T08:25:14.624Z] https://docs.****.com/go/credential-store/ [2026-05-22T08:25:14.624Z] [2026-05-22T08:25:14.624Z] Login Succeeded [2026-05-22T08:25:14.624Z] nexus3.edgexfoundry.org:10002 [2026-05-22T08:25:14.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:14.883Z] [2026-05-22T08:25:14.883Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-22T08:25:14.883Z] Configure a credential helper to remove this warning. See [2026-05-22T08:25:14.883Z] https://docs.****.com/go/credential-store/ [2026-05-22T08:25:14.883Z] [2026-05-22T08:25:14.883Z] Login Succeeded [2026-05-22T08:25:14.883Z] nexus3.edgexfoundry.org:10003 [2026-05-22T08:25:14.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:14.883Z] [2026-05-22T08:25:14.883Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-22T08:25:14.883Z] Configure a credential helper to remove this warning. See [2026-05-22T08:25:14.883Z] https://docs.****.com/go/credential-store/ [2026-05-22T08:25:14.883Z] [2026-05-22T08:25:14.884Z] Login Succeeded [2026-05-22T08:25:14.884Z] nexus3.edgexfoundry.org:10004 [2026-05-22T08:25:14.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:14.884Z] [2026-05-22T08:25:14.884Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-22T08:25:14.884Z] Configure a credential helper to remove this warning. See [2026-05-22T08:25:14.884Z] https://docs.****.com/go/credential-store/ [2026-05-22T08:25:14.884Z] [2026-05-22T08:25:14.884Z] Login Succeeded [2026-05-22T08:25:14.884Z] ****.io [2026-05-22T08:25:15.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:15.144Z] [2026-05-22T08:25:15.144Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-22T08:25:15.144Z] Configure a credential helper to remove this warning. See [2026-05-22T08:25:15.144Z] https://docs.****.com/go/credential-store/ [2026-05-22T08:25:15.144Z] [2026-05-22T08:25:15.144Z] Login Succeeded [2026-05-22T08:25:15.144Z] ---> ****-login.sh ends [Pipeline] } [2026-05-22T08:25:15.172Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2026-05-22T08:25:15.779Z] + git rev-list -1 --merges d61ab653e8332e27402aac2fc2d40de320febdb0~1..d61ab653e8332e27402aac2fc2d40de320febdb0 [Pipeline] echo [2026-05-22T08:25:15.824Z] -----------> git rev-list -1 --merges d61ab653e8332e27402aac2fc2d40de320febdb0~1..d61ab653e8332e27402aac2fc2d40de320febdb0 d61ab653e8332e27402aac2fc2d40de320febdb0 [false] [Pipeline] sh [2026-05-22T08:25:16.149Z] + git log --format=format:%s -1 d61ab653e8332e27402aac2fc2d40de320febdb0 [Pipeline] echo [2026-05-22T08:25:16.186Z] ========================================================= [2026-05-22T08:25:16.186Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-05-22T08:25:16.186Z] ========================================================= 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 [2026-05-22T08:25:17.201Z] + git rev-list -1 --merges d61ab653e8332e27402aac2fc2d40de320febdb0~1..d61ab653e8332e27402aac2fc2d40de320febdb0 [Pipeline] echo [2026-05-22T08:25:17.233Z] -----------> git rev-list -1 --merges d61ab653e8332e27402aac2fc2d40de320febdb0~1..d61ab653e8332e27402aac2fc2d40de320febdb0 d61ab653e8332e27402aac2fc2d40de320febdb0 [false] [Pipeline] sh [2026-05-22T08:25:17.547Z] + git log --format=format:%s -1 d61ab653e8332e27402aac2fc2d40de320febdb0 [Pipeline] echo [2026-05-22T08:25:17.581Z] ========================================================= [2026-05-22T08:25:17.581Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-05-22T08:25:17.581Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-05-22T08:25:18.074Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-05-22T08:25:18.074Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-05-22T08:25:18.074Z] + [ -e /tmp/ssh_known_hosts ] [2026-05-22T08:25:18.074Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-05-22T08:25:18.074Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2026-05-22T08:25:18.074Z] sudo tee -a /etc/ssh/ssh_known_hosts [2026-05-22T08:25:18.074Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:25:18.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-22T08:25:18.575Z] [2026-05-22T08:25:18.575Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:25:18.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-22T08:25:18.943Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-05-22T08:25:18.943Z] 3dae71ba6b94: Pulling fs layer [2026-05-22T08:25:18.943Z] 6bf1a483ea7c: Pulling fs layer [2026-05-22T08:25:18.943Z] f5dfc541a4d3: Pulling fs layer [2026-05-22T08:25:18.943Z] 461d9e800cba: Pulling fs layer [2026-05-22T08:25:18.943Z] 80192f66455f: Pulling fs layer [2026-05-22T08:25:18.943Z] 2e8e34ca0e6c: Pulling fs layer [2026-05-22T08:25:18.943Z] a29436f7fd5d: Pulling fs layer [2026-05-22T08:25:18.943Z] 923cac83aea3: Pulling fs layer [2026-05-22T08:25:18.943Z] 25ad8b0a4227: Pulling fs layer [2026-05-22T08:25:18.943Z] db01528c6b51: Pulling fs layer [2026-05-22T08:25:18.943Z] 28988de357af: Pulling fs layer [2026-05-22T08:25:18.943Z] 461d9e800cba: Waiting [2026-05-22T08:25:18.943Z] 80192f66455f: Waiting [2026-05-22T08:25:18.943Z] 2e8e34ca0e6c: Waiting [2026-05-22T08:25:18.943Z] 25ad8b0a4227: Waiting [2026-05-22T08:25:18.943Z] a29436f7fd5d: Waiting [2026-05-22T08:25:18.943Z] db01528c6b51: Waiting [2026-05-22T08:25:18.943Z] 923cac83aea3: Waiting [2026-05-22T08:25:18.943Z] 6bf1a483ea7c: Verifying Checksum [2026-05-22T08:25:18.943Z] 6bf1a483ea7c: Download complete [2026-05-22T08:25:19.202Z] 461d9e800cba: Verifying Checksum [2026-05-22T08:25:19.202Z] 461d9e800cba: Download complete [2026-05-22T08:25:19.202Z] 80192f66455f: Download complete [2026-05-22T08:25:19.202Z] f5dfc541a4d3: Verifying Checksum [2026-05-22T08:25:19.202Z] f5dfc541a4d3: Download complete [2026-05-22T08:25:19.202Z] 3dae71ba6b94: Download complete [2026-05-22T08:25:19.202Z] 923cac83aea3: Download complete [2026-05-22T08:25:19.202Z] 25ad8b0a4227: Verifying Checksum [2026-05-22T08:25:19.202Z] 25ad8b0a4227: Download complete [2026-05-22T08:25:19.202Z] db01528c6b51: Verifying Checksum [2026-05-22T08:25:19.202Z] db01528c6b51: Download complete [2026-05-22T08:25:19.461Z] 28988de357af: Verifying Checksum [2026-05-22T08:25:19.461Z] 28988de357af: Download complete [2026-05-22T08:25:19.461Z] a29436f7fd5d: Verifying Checksum [2026-05-22T08:25:19.461Z] a29436f7fd5d: Download complete [2026-05-22T08:25:20.027Z] 2e8e34ca0e6c: Verifying Checksum [2026-05-22T08:25:20.594Z] 3dae71ba6b94: Pull complete [2026-05-22T08:25:20.594Z] 6bf1a483ea7c: Pull complete [2026-05-22T08:25:21.532Z] f5dfc541a4d3: Pull complete [2026-05-22T08:25:21.532Z] 461d9e800cba: Pull complete [2026-05-22T08:25:21.532Z] 80192f66455f: Pull complete [2026-05-22T08:25:25.739Z] 2e8e34ca0e6c: Pull complete [2026-05-22T08:25:26.000Z] a29436f7fd5d: Pull complete [2026-05-22T08:25:26.000Z] 923cac83aea3: Pull complete [2026-05-22T08:25:26.260Z] 25ad8b0a4227: Pull complete [2026-05-22T08:25:26.260Z] db01528c6b51: Pull complete [2026-05-22T08:25:26.260Z] 28988de357af: Pull complete [2026-05-22T08:25:26.260Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-05-22T08:25:26.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-22T08:25:26.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-22T08:25:26.533Z] prd-ubuntu20.04-docker-8c-8g-10422 does not seem to be running inside a container [2026-05-22T08:25:26.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-bacnet-c_PR-110 -v /w/workspace/exfoundry_device-bacnet-c_PR-110:/w/workspace/exfoundry_device-bacnet-c_PR-110:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-110@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-05-22T08:25:28.471Z] $ docker top 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 -eo pid,comm [2026-05-22T08:25:28.504Z] 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). [2026-05-22T08:25:28.504Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-05-22T08:25:28.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-22T08:25:28.663Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-22T08:25:28.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-22T08:25:28.780Z] $ docker exec 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 ssh-agent [2026-05-22T08:25:28.872Z] SSH_AUTH_SOCK=/tmp/ssh-wXPrQ4g1WbiM/agent.32 [2026-05-22T08:25:28.872Z] SSH_AGENT_PID=38 [2026-05-22T08:25:28.877Z] Running ssh-add (command line suppressed) [2026-05-22T08:25:28.980Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/private_key_5539093533042461313.key (/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/private_key_5539093533042461313.key) [2026-05-22T08:25:28.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-22T08:25:29.460Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-bacnet-c_PR-110 [Pipeline] sh [2026-05-22T08:25:29.813Z] + git tag --points-at HEAD [Pipeline] } [2026-05-22T08:25:29.846Z] $ docker exec --env ******** --env ******** 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 ssh-agent -k [2026-05-22T08:25:29.935Z] unset SSH_AUTH_SOCK; [2026-05-22T08:25:29.936Z] unset SSH_AGENT_PID; [2026-05-22T08:25:29.936Z] echo Agent pid 38 killed; [2026-05-22T08:25:29.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-05-22T08:25:30.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-22T08:25:30.085Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-22T08:25:30.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-22T08:25:30.215Z] $ docker exec 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 ssh-agent [2026-05-22T08:25:30.303Z] SSH_AUTH_SOCK=/tmp/ssh-xL5SB2rekkV3/agent.85 [2026-05-22T08:25:30.303Z] SSH_AGENT_PID=91 [2026-05-22T08:25:30.307Z] Running ssh-add (command line suppressed) [2026-05-22T08:25:30.411Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/private_key_14415057065282876669.key (/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/private_key_14415057065282876669.key) [2026-05-22T08:25:30.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-22T08:25:30.848Z] + git semver init [2026-05-22T08:25:31.105Z] 2026-05-22 08:25:31,045 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-05-22T08:25:31.105Z] 2026-05-22 08:25:31,051 [run_init] DEBUG init version:0.0.0 force:False [2026-05-22T08:25:31.105Z] 2026-05-22 08:25:31,051 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver [2026-05-22T08:25:31.105Z] 2026-05-22 08:25:31,052 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-bacnet-c.git /w/workspace/exfoundry_device-bacnet-c_PR-110/.semver [2026-05-22T08:25:31.105Z] 2026-05-22 08:25:31,052 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-bacnet-c.git', '/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-110, stdin=None, shell=False, universal_newlines=False) [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,770 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-bacnet-c_PR-110/.git/info/exclude [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,770 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver/PR-110 with force:False [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,770 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver/PR-110 [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,775 [execute] INFO git cat-file --batch-check [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,775 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver, stdin=, shell=False, universal_newlines=False) [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,781 [execute] INFO git cat-file --batch [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,781 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-110/.semver, stdin=, shell=False, universal_newlines=False) [2026-05-22T08:25:32.089Z] 2026-05-22 08:25:31,785 [read_version] DEBUG read version from /w/workspace/exfoundry_device-bacnet-c_PR-110/.semver/PR-110 [2026-05-22T08:25:32.089Z] 0.0.0 [Pipeline] } [2026-05-22T08:25:32.117Z] $ docker exec --env ******** --env ******** 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 ssh-agent -k [2026-05-22T08:25:32.212Z] unset SSH_AUTH_SOCK; [2026-05-22T08:25:32.212Z] unset SSH_AGENT_PID; [2026-05-22T08:25:32.212Z] echo Agent pid 91 killed; [2026-05-22T08:25:32.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-05-22T08:25:32.644Z] + git semver [Pipeline] } [2026-05-22T08:25:32.932Z] $ docker stop --time=1 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 [2026-05-22T08:25:34.241Z] $ docker rm -f --volumes 1b8d5e262dee733dfa06e8ed399d68b452017ce437b83ecfde9defba80bbca51 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-22T08:25:34.702Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-05-22T08:25:35.110Z] Stashed 1 file(s) [Pipeline] echo [2026-05-22T08:25:35.129Z] [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 [2026-05-22T08:25:36.094Z] provisioning config files... [2026-05-22T08:25:36.122Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/config1389625158633948903tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:25:36.685Z] ---> ****-login.sh [2026-05-22T08:25:36.685Z] nexus3.edgexfoundry.org:10001 [2026-05-22T08:25:36.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:36.685Z] Login Succeeded [2026-05-22T08:25:36.685Z] nexus3.edgexfoundry.org:10002 [2026-05-22T08:25:36.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:36.685Z] Login Succeeded [2026-05-22T08:25:36.685Z] nexus3.edgexfoundry.org:10003 [2026-05-22T08:25:36.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:36.945Z] Login Succeeded [2026-05-22T08:25:36.946Z] nexus3.edgexfoundry.org:10004 [2026-05-22T08:25:36.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:36.946Z] Login Succeeded [2026-05-22T08:25:36.946Z] ****.io [2026-05-22T08:25:36.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-22T08:25:37.204Z] Login Succeeded [2026-05-22T08:25:37.204Z] ---> ****-login.sh ends [Pipeline] } [2026-05-22T08:25:37.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2026-05-22T08:25:37.452Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-05-22T08:25:37.488Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2026-05-22T08:25:37.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-05-22T08:25:37.565Z] ========================================================= [2026-05-22T08:25:37.565Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2026-05-22T08:25:37.565Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:25:37.993Z] + 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 . [2026-05-22T08:25:38.932Z] #0 building with "default" instance using docker driver [2026-05-22T08:25:38.932Z] [2026-05-22T08:25:38.932Z] #1 [internal] load build definition from Dockerfile.alpine-base [2026-05-22T08:25:38.932Z] #1 transferring dockerfile: 1.45kB done [2026-05-22T08:25:38.932Z] #1 DONE 0.0s [2026-05-22T08:25:38.932Z] [2026-05-22T08:25:38.932Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2026-05-22T08:25:38.932Z] #2 DONE 0.1s [2026-05-22T08:25:38.932Z] [2026-05-22T08:25:38.932Z] #3 [internal] load .dockerignore [2026-05-22T08:25:38.932Z] #3 transferring context: 2B done [2026-05-22T08:25:38.932Z] #3 DONE 0.0s [2026-05-22T08:25:38.932Z] [2026-05-22T08:25:38.932Z] #4 [internal] load build context [2026-05-22T08:25:38.932Z] #4 transferring context: 85.88kB 0.0s done [2026-05-22T08:25:38.932Z] #4 DONE 0.0s [2026-05-22T08:25:38.932Z] [2026-05-22T08:25:38.932Z] #5 [ 1/11] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2026-05-22T08:25:38.932Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 0.0s done [2026-05-22T08:25:38.932Z] #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa [2026-05-22T08:25:38.932Z] #5 sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 741B / 741B done [2026-05-22T08:25:38.932Z] #5 sha256:6605166a5db42c9ef4e3b8366138377c430980df3f34fe18e3a1340b6ab951b9 2.56kB / 2.56kB done [2026-05-22T08:25:38.932Z] #5 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.1s done [2026-05-22T08:25:38.932Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.19MB / 118.14MB 0.1s [2026-05-22T08:25:39.197Z] #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.1s done [2026-05-22T08:25:39.197Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 28.31MB / 118.14MB 0.3s [2026-05-22T08:25:39.197Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 48.23MB / 118.14MB 0.4s [2026-05-22T08:25:39.458Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 104.86MB / 118.14MB 0.6s [2026-05-22T08:25:39.458Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.7s [2026-05-22T08:25:39.722Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.9s done [2026-05-22T08:25:39.722Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 0.1s [2026-05-22T08:25:45.003Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.8s done [2026-05-22T08:25:45.003Z] #5 DONE 5.9s [2026-05-22T08:25:45.003Z] [2026-05-22T08:25:45.003Z] #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 [2026-05-22T08:25:45.003Z] #6 0.287 Connecting to iotech.jfrog.io (34.247.22.236:443) [2026-05-22T08:25:45.261Z] #6 0.693 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-05-22T08:25:45.261Z] #6 0.693 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-05-22T08:25:45.520Z] #6 0.694 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-05-22T08:25:46.463Z] #6 DONE 1.8s [2026-05-22T08:25:46.463Z] [2026-05-22T08:25:46.463Z] #7 [ 3/11] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-05-22T08:25:46.724Z] #7 DONE 0.3s [2026-05-22T08:25:46.985Z] [2026-05-22T08:25:46.985Z] #8 [ 4/11] RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev dumb-init [2026-05-22T08:25:46.985Z] #8 0.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:47.246Z] #8 0.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:47.246Z] #8 0.626 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:48.184Z] #8 1.279 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:25:48.184Z] #8 1.286 (1/18) Installing dumb-init (1.2.5-r2) [2026-05-22T08:25:48.184Z] #8 1.372 (2/18) Installing hiredis (1.1.0-r2) [2026-05-22T08:25:48.184Z] #8 1.460 (3/18) Installing hiredis-dev (1.1.0-r2) [2026-05-22T08:25:48.751Z] #8 1.952 (4/18) Installing libcbor (0.10.2-r1) [2026-05-22T08:25:48.751Z] #8 1.955 (5/18) Installing iotech-iot-1.5 (1.5.7-r0) [2026-05-22T08:25:49.317Z] #8 2.700 (6/18) Installing iotech-iot-1.5-dev (1.5.7-r0) [2026-05-22T08:25:49.575Z] #8 2.870 (7/18) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.136-r0) [2026-05-22T08:25:49.833Z] #8 3.202 (8/18) Installing libcbor-dev (0.10.2-r1) [2026-05-22T08:25:50.092Z] #8 3.290 (9/18) Installing libmenuw (6.4_p20230506-r0) [2026-05-22T08:25:50.092Z] #8 3.295 (10/18) Installing libpanelw (6.4_p20230506-r0) [2026-05-22T08:25:50.092Z] #8 3.298 (11/18) Installing libncurses++ (6.4_p20230506-r0) [2026-05-22T08:25:50.092Z] #8 3.302 (12/18) Installing ncurses-dev (6.4_p20230506-r0) [2026-05-22T08:25:50.351Z] #8 3.312 (13/18) Installing libblkid (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.319 (14/18) Installing libuuid (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.323 (15/18) Installing libfdisk (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.331 (16/18) Installing libmount (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.339 (17/18) Installing libsmartcols (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.345 (18/18) Installing util-linux-dev (2.38.1-r8) [2026-05-22T08:25:50.351Z] #8 3.371 Executing busybox-1.36.1-r4.trigger [2026-05-22T08:25:50.351Z] #8 3.378 OK: 336 MiB in 100 packages [2026-05-22T08:25:50.351Z] #8 DONE 3.6s [2026-05-22T08:25:50.351Z] [2026-05-22T08:25:50.351Z] #9 [ 5/11] RUN apk --no-cache upgrade [2026-05-22T08:25:50.610Z] #9 0.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:50.869Z] #9 0.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:50.869Z] #9 0.446 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:51.437Z] #9 1.050 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:25:51.437Z] #9 1.059 Upgrading critical system libraries and apk-tools: [2026-05-22T08:25:51.437Z] #9 1.059 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2026-05-22T08:25:51.437Z] #9 1.067 Executing busybox-1.36.1-r4.trigger [2026-05-22T08:25:51.437Z] #9 1.127 Continuing the upgrade transaction with new apk-tools: [2026-05-22T08:25:51.437Z] #9 1.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:51.437Z] #9 1.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:51.697Z] #9 1.316 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:25:52.264Z] #9 1.871 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:25:52.265Z] #9 1.878 (1/27) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2026-05-22T08:25:52.265Z] #9 1.891 (2/27) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2026-05-22T08:25:52.265Z] #9 1.905 Executing busybox-1.36.1-r7.post-upgrade [2026-05-22T08:25:52.265Z] #9 1.920 (3/27) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2026-05-22T08:25:52.265Z] #9 1.924 (4/27) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2026-05-22T08:25:52.265Z] #9 1.933 (5/27) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2026-05-22T08:25:52.525Z] #9 2.251 (6/27) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2026-05-22T08:25:52.792Z] #9 2.258 (7/27) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2026-05-22T08:25:52.792Z] #9 2.261 (8/27) Upgrading binutils (2.40-r7 -> 2.40-r8) [2026-05-22T08:25:52.792Z] #9 2.319 (9/27) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2026-05-22T08:25:52.792Z] #9 2.381 (10/27) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) [2026-05-22T08:25:52.792Z] #9 2.385 (11/27) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) [2026-05-22T08:25:52.792Z] #9 2.392 (12/27) Upgrading libarchive (3.7.2-r0 -> 3.8.0-r0) [2026-05-22T08:25:52.792Z] #9 2.403 (13/27) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2026-05-22T08:25:52.792Z] #9 2.418 (14/27) Installing libpsl (0.21.5-r0) [2026-05-22T08:25:52.792Z] #9 2.422 (15/27) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2026-05-22T08:25:52.792Z] #9 2.431 (16/27) Installing libpsl-utils (0.21.5-r0) [2026-05-22T08:25:52.792Z] #9 2.434 (17/27) Installing libpsl-dev (0.21.5-r0) [2026-05-22T08:25:52.792Z] #9 2.521 (18/27) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2026-05-22T08:25:53.054Z] #9 2.547 (19/27) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2026-05-22T08:25:53.054Z] #9 2.554 (20/27) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2026-05-22T08:25:53.054Z] #9 2.608 (21/27) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2026-05-22T08:25:53.054Z] #9 2.612 (22/27) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2026-05-22T08:25:53.054Z] #9 2.615 (23/27) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2026-05-22T08:25:53.054Z] #9 2.639 (24/27) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2026-05-22T08:25:53.054Z] #9 2.643 (25/27) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2026-05-22T08:25:53.054Z] #9 2.647 (26/27) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2026-05-22T08:25:53.054Z] #9 2.650 (27/27) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2026-05-22T08:25:53.054Z] #9 2.659 Executing busybox-1.36.1-r7.trigger [2026-05-22T08:25:53.054Z] #9 2.664 Executing ca-certificates-20241121-r1.trigger [2026-05-22T08:25:53.054Z] #9 2.711 OK: 337 MiB in 103 packages [2026-05-22T08:25:53.314Z] #9 DONE 3.1s [2026-05-22T08:25:53.572Z] [2026-05-22T08:25:53.572Z] #10 [ 6/11] COPY scripts /device-bacnet-c/scripts [2026-05-22T08:25:53.572Z] #10 DONE 0.1s [2026-05-22T08:25:53.572Z] [2026-05-22T08:25:53.572Z] #11 [ 7/11] COPY src /device-bacnet-c/src/ [2026-05-22T08:25:53.572Z] #11 DONE 0.1s [2026-05-22T08:25:53.830Z] [2026-05-22T08:25:53.830Z] #12 [ 8/11] COPY VERSION /device-bacnet-c/ [2026-05-22T08:25:53.830Z] #12 DONE 0.0s [2026-05-22T08:25:53.830Z] [2026-05-22T08:25:53.830Z] #13 [ 9/11] WORKDIR /device-bacnet-c [2026-05-22T08:25:53.830Z] #13 DONE 0.0s [2026-05-22T08:25:53.830Z] [2026-05-22T08:25:53.830Z] #14 [10/11] RUN /device-bacnet-c/scripts/build_deps.sh [2026-05-22T08:25:53.830Z] #14 0.210 + CSDK_VER=4.0.0 [2026-05-22T08:25:53.830Z] #14 0.210 + '[' '!' -d deps ] [2026-05-22T08:25:53.830Z] #14 0.210 + mkdir deps [2026-05-22T08:25:54.088Z] #14 0.211 + cd /device-bacnet-c/deps [2026-05-22T08:25:54.088Z] #14 0.211 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0.zip [2026-05-22T08:25:54.088Z] #14 0.214 Connecting to github.com (140.82.112.4:443) [2026-05-22T08:25:54.088Z] #14 0.579 Connecting to codeload.github.com (140.82.114.9:443) [2026-05-22T08:25:54.347Z] #14 0.851 saving to 'v4.0.0.zip' [2026-05-22T08:25:54.606Z] #14 0.913 v4.0.0.zip 100% |********************************| 245k 0:00:00 ETA [2026-05-22T08:25:54.606Z] #14 0.913 'v4.0.0.zip' saved [2026-05-22T08:25:54.606Z] #14 0.913 + unzip v4.0.0.zip [2026-05-22T08:25:54.606Z] #14 0.914 Archive: v4.0.0.zip [2026-05-22T08:25:54.606Z] #14 0.920 creating: device-sdk-c-4.0.0/ [2026-05-22T08:25:54.606Z] #14 0.920 creating: device-sdk-c-4.0.0/.github/ [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/.github/Contributing.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/.github/PULL_REQUEST_TEMPLATE.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/.github/semantic.yml [2026-05-22T08:25:54.606Z] #14 0.920 creating: device-sdk-c-4.0.0/.github/workflows/ [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/.github/workflows/release.yml [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/.gitignore [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/Attribution.txt [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/CHANGELOG.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/Doxyfile [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/GOVERNANCE.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/Jenkinsfile [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/LICENSE [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/Makefile [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/OWNERS.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/README.IOT.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/README.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/README.v3.md [2026-05-22T08:25:54.606Z] #14 0.920 creating: device-sdk-c-4.0.0/docs/ [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/docs/configuration.md [2026-05-22T08:25:54.606Z] #14 0.920 inflating: device-sdk-c-4.0.0/docs/deviceprofiles.md [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/docs/metrics.md [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/docs/servicewritersguide.md [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/docs/startup.md [2026-05-22T08:25:54.606Z] #14 0.921 creating: device-sdk-c-4.0.0/include/ [2026-05-22T08:25:54.606Z] #14 0.921 creating: device-sdk-c-4.0.0/include/devsdk/ [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/devsdk/devsdk-base.h [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/devsdk/devsdk.h [2026-05-22T08:25:54.606Z] #14 0.921 creating: device-sdk-c-4.0.0/include/edgex/ [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/edgex/devices.h [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/edgex/edgex-base.h [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/edgex/edgex.h [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/edgex/profiles.h [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/include/edgex/rest-server.h [2026-05-22T08:25:54.606Z] #14 0.921 creating: device-sdk-c-4.0.0/scripts/ [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine-base [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/scripts/build.sh [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/scripts/entrypoint.sh [2026-05-22T08:25:54.606Z] #14 0.921 creating: device-sdk-c-4.0.0/src/ [2026-05-22T08:25:54.606Z] #14 0.921 inflating: device-sdk-c-4.0.0/src/CMakeLists.txt [2026-05-22T08:25:54.606Z] #14 0.924 creating: device-sdk-c-4.0.0/src/c/ [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/CMakeLists.txt [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/api.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/autoevent.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/autoevent.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/bus-impl.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/bus-mqtt.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/bus.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/bus.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/callback3.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/callback3.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/cmdinfo.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/config.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/config.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/correlation.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/correlation.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/data.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/data.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/defs.h.in [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/device.c [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/device.h [2026-05-22T08:25:54.606Z] #14 0.924 inflating: device-sdk-c-4.0.0/src/c/devman.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/devmap.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/devmap.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/devsdk-base.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/devutil.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/discovery.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/discovery.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/dto-read.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/dto-read.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/edgex-logging.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/edgex-logging.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/edgex-rest.c [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/edgex-rest.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/edgex2.h [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/errorlist.h [2026-05-22T08:25:54.606Z] #14 0.925 creating: device-sdk-c-4.0.0/src/c/examples/ [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/examples/CMakeLists.txt [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/examples/README.md [2026-05-22T08:25:54.606Z] #14 0.925 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/ [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/CMakeLists.txt [2026-05-22T08:25:54.606Z] #14 0.925 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/README.md [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/device-bitfields.c [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/configuration.yaml [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/Bitfields.json [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/counters/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/counters/CMakeLists.txt [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/counters/README.md [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/counters/device-counter.c [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/configuration.yaml [2026-05-22T08:25:54.606Z] #14 0.926 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/ [2026-05-22T08:25:54.606Z] #14 0.926 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/Counters.json [2026-05-22T08:25:54.607Z] #14 0.927 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/Counter.json [2026-05-22T08:25:54.607Z] #14 0.927 creating: device-sdk-c-4.0.0/src/c/examples/discovery/ [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/CMakeLists.txt [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/README.md [2026-05-22T08:25:54.607Z] #14 0.927 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/ [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.927 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/readme.txt [2026-05-22T08:25:54.607Z] #14 0.927 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/template.c [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher1.json [2026-05-22T08:25:54.607Z] #14 0.927 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher2.json [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/file/ [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/CMakeLists.txt [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/README.md [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/device-file.c [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/file/res/ [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/file1.json [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/lorem.txt [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/gyro/ [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/CMakeLists.txt [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/README.md [2026-05-22T08:25:54.607Z] #14 0.928 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/device-gyro.c [2026-05-22T08:25:54.607Z] #14 0.928 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/gyro.json [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/Gyro.json [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/random/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/CMakeLists.txt [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/README.md [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/device-random.c [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/random/res/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/randomdevice1.json [2026-05-22T08:25:54.607Z] #14 0.929 creating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.929 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/res/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/res/devices/device1.json [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/res/profiles/TemplateProfile.json [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/template.c [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/terminal/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/CMakeLists.txt [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/README.md [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/device-terminal.c [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/configuration.yaml [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/ [2026-05-22T08:25:54.607Z] #14 0.930 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/terminal.json [2026-05-22T08:25:54.607Z] #14 0.930 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/ [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/Terminal.json [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/filesys.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/filesys.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/keeper.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/keeper.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/map.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/map.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/metadata.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/metadata.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/metrics.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/opstate.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/opstate.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/parson.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/parson.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/profiles.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/profiles.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/registry-impl.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/registry.c [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/registry.h [2026-05-22T08:25:54.607Z] #14 0.932 inflating: device-sdk-c-4.0.0/src/c/reqdata.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/reqdata.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/request_auth.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/request_auth.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/rest-server.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/rest-server.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/rest.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/rest.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets-impl.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets-vault.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets-vault.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/secrets.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/service.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/service.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/transform.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/transform.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/validate.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/validate.h [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/watchers.c [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/c/watchers.h [2026-05-22T08:25:54.607Z] #14 0.935 creating: device-sdk-c-4.0.0/src/cmake/ [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindIOT.cmake [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBCBOR.cmake [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBMICROHTTP.cmake [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBPAHO.cmake [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBUUID.cmake [2026-05-22T08:25:54.607Z] #14 0.935 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBYAML.cmake [2026-05-22T08:25:54.607Z] #14 0.935 + cd device-sdk-c-4.0.0 [2026-05-22T08:25:54.607Z] #14 0.935 + ./scripts/build.sh [2026-05-22T08:25:54.607Z] #14 0.936 + CPPCHECK=false [2026-05-22T08:25:54.607Z] #14 0.936 + DOCGEN=false [2026-05-22T08:25:54.607Z] #14 0.936 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-05-22T08:25:54.607Z] #14 0.936 + '[' 0 -gt 0 ] [2026-05-22T08:25:54.607Z] #14 0.938 + readlink -f ./scripts/build.sh [2026-05-22T08:25:54.607Z] #14 0.938 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts/build.sh [2026-05-22T08:25:54.607Z] #14 0.939 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts [2026-05-22T08:25:54.607Z] #14 0.939 + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.0 [2026-05-22T08:25:54.607Z] #14 0.940 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0 [2026-05-22T08:25:54.607Z] #14 0.940 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:25:54.607Z] #14 0.941 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:25:54.607Z] #14 0.941 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2026-05-22T08:25:54.607Z] #14 1.017 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:25:54.607Z] #14 1.033 -- Detecting C compiler ABI info [2026-05-22T08:25:54.607Z] #14 1.120 -- Detecting C compiler ABI info - done [2026-05-22T08:25:54.867Z] #14 1.144 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:25:54.867Z] #14 1.145 -- Detecting C compile features [2026-05-22T08:25:54.867Z] #14 1.145 -- Detecting C compile features - done [2026-05-22T08:25:54.867Z] #14 1.149 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-05-22T08:25:54.867Z] #14 1.225 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-05-22T08:25:54.867Z] #14 1.229 -- Found LIBYAML: /usr/lib/libyaml.so [2026-05-22T08:25:54.867Z] #14 1.232 -- Found LIBUUID: /usr/lib/libuuid.so [2026-05-22T08:25:54.867Z] #14 1.234 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-05-22T08:25:54.867Z] #14 1.236 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-05-22T08:25:54.867Z] #14 1.239 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:25:54.867Z] #14 1.239 -- /opt/iotech/iot/1.5/include [2026-05-22T08:25:54.867Z] #14 1.239 -- C SDK 0.0.0 for Linux [2026-05-22T08:25:54.867Z] #14 1.241 -- Performing Test CSDK_HAVE_ATOMIC [2026-05-22T08:25:54.867Z] #14 1.330 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-05-22T08:25:55.204Z] #14 1.383 -- Found Curses: /usr/lib/libcurses.so [2026-05-22T08:25:55.204Z] #14 1.405 -- Configuring done (0.5s) [2026-05-22T08:25:55.204Z] #14 1.438 -- Generating done (0.0s) [2026-05-22T08:25:55.204Z] #14 1.440 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:25:55.204Z] #14 1.444 + make all package [2026-05-22T08:25:55.204Z] #14 1.445 + tee release.log [2026-05-22T08:25:55.204Z] #14 1.487 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-05-22T08:25:55.204Z] #14 1.600 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-05-22T08:25:55.475Z] #14 1.774 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-05-22T08:25:55.475Z] #14 1.919 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-05-22T08:25:55.748Z] #14 2.016 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-05-22T08:25:56.019Z] #14 2.333 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-05-22T08:25:56.019Z] #14 2.380 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-05-22T08:25:56.019Z] #14 2.513 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-05-22T08:25:56.299Z] #14 2.816 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-05-22T08:25:56.563Z] #14 2.911 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-05-22T08:25:56.563Z] #14 3.048 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-05-22T08:25:56.840Z] #14 3.172 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-05-22T08:25:56.840Z] #14 3.296 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-05-22T08:25:57.112Z] #14 3.455 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-05-22T08:25:57.375Z] #14 3.512 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-05-22T08:25:57.375Z] #14 3.828 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-05-22T08:25:57.639Z] #14 3.888 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-05-22T08:25:57.639Z] #14 4.125 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-05-22T08:25:57.897Z] #14 4.234 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-05-22T08:25:58.163Z] #14 4.432 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-05-22T08:25:58.163Z] #14 4.516 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-05-22T08:25:59.100Z] #14 5.529 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-05-22T08:25:59.359Z] #14 5.641 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-05-22T08:25:59.359Z] #14 5.714 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-05-22T08:25:59.359Z] #14 5.806 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-05-22T08:25:59.617Z] #14 5.864 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-05-22T08:25:59.617Z] #14 6.092 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-05-22T08:26:00.184Z] #14 6.421 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-05-22T08:26:00.184Z] #14 6.488 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-05-22T08:26:00.184Z] #14 6.617 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-05-22T08:26:00.441Z] #14 6.708 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-05-22T08:26:00.700Z] #14 6.991 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c: In function 'devsdk_service_start': [2026-05-22T08:26:00.701Z] #14 6.991 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2026-05-22T08:26:00.701Z] #14 6.991 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2026-05-22T08:26:00.701Z] #14 6.991 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-05-22T08:26:00.701Z] #14 6.991 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2026-05-22T08:26:00.701Z] #14 6.991 875 | const iot_data_t *deviceservices_config; [2026-05-22T08:26:00.701Z] #14 6.991 | ^~~~~~~~~~~~~~~~~~~~~ [2026-05-22T08:26:00.701Z] #14 7.139 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-05-22T08:26:00.959Z] #14 7.269 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-05-22T08:26:00.959Z] #14 7.331 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-05-22T08:26:00.959Z] #14 7.422 [ 68%] Linking C shared library libcsdk.so [2026-05-22T08:26:01.223Z] #14 7.477 [ 68%] Built target csdk [2026-05-22T08:26:01.223Z] #14 7.496 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-05-22T08:26:01.223Z] #14 7.630 [ 72%] Linking C executable template [2026-05-22T08:26:01.482Z] #14 7.654 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:01.482Z] #14 7.695 [ 72%] Built target template [2026-05-22T08:26:01.482Z] #14 7.709 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-05-22T08:26:01.482Z] #14 7.793 [ 76%] Linking C executable device-counter [2026-05-22T08:26:01.482Z] #14 7.820 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:01.482Z] #14 7.862 [ 76%] Built target device-counter [2026-05-22T08:26:01.482Z] #14 7.881 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-05-22T08:26:01.482Z] #14 7.969 [ 80%] Linking C executable device-random [2026-05-22T08:26:01.740Z] #14 7.995 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:01.740Z] #14 8.038 [ 80%] Built target device-random [2026-05-22T08:26:01.740Z] #14 8.057 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-05-22T08:26:01.740Z] #14 8.134 [ 84%] Linking C executable device-gyro [2026-05-22T08:26:01.999Z] #14 8.159 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:01.999Z] #14 8.200 [ 84%] Built target device-gyro [2026-05-22T08:26:01.999Z] #14 8.222 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-05-22T08:26:01.999Z] #14 8.307 [ 88%] Linking C executable device-bitfields [2026-05-22T08:26:02.262Z] #14 8.328 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:02.262Z] #14 8.370 [ 88%] Built target device-bitfields [2026-05-22T08:26:02.262Z] #14 8.390 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-05-22T08:26:02.262Z] #14 8.540 [ 92%] Linking C executable template-discovery [2026-05-22T08:26:02.262Z] #14 8.567 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:02.262Z] #14 8.609 [ 92%] Built target template-discovery [2026-05-22T08:26:02.262Z] #14 8.627 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-05-22T08:26:02.262Z] #14 8.744 [ 96%] Linking C executable device-file [2026-05-22T08:26:02.520Z] #14 8.774 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:02.520Z] #14 8.819 [ 96%] Built target device-file [2026-05-22T08:26:02.520Z] #14 8.842 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-05-22T08:26:02.520Z] #14 8.945 [100%] Linking C executable device-terminal [2026-05-22T08:26:02.778Z] #14 8.975 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:02.779Z] #14 9.017 [100%] Built target device-terminal [2026-05-22T08:26:02.779Z] #14 9.039 Run CPack packaging tool... [2026-05-22T08:26:02.779Z] #14 9.054 CPack: Create package using TGZ [2026-05-22T08:26:02.779Z] #14 9.055 CPack: Install projects [2026-05-22T08:26:02.779Z] #14 9.055 CPack: - Run preinstall target for: Csdk [2026-05-22T08:26:03.039Z] #14 9.311 CPack: - Install project: Csdk [] [2026-05-22T08:26:03.039Z] #14 9.313 CPack: Create package [2026-05-22T08:26:03.039Z] #14 9.336 CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release/csdk-0.0.0.tar.gz generated. [2026-05-22T08:26:03.039Z] #14 9.337 + '[' false '=' true ] [2026-05-22T08:26:03.039Z] #14 9.337 + '[' false '=' true ] [2026-05-22T08:26:03.039Z] #14 9.338 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:03.039Z] #14 9.339 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:03.039Z] #14 9.339 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2026-05-22T08:26:03.039Z] #14 9.415 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:26:03.039Z] #14 9.431 -- Detecting C compiler ABI info [2026-05-22T08:26:03.039Z] #14 9.524 -- Detecting C compiler ABI info - done [2026-05-22T08:26:03.371Z] #14 9.546 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:26:03.371Z] #14 9.547 -- Detecting C compile features [2026-05-22T08:26:03.371Z] #14 9.547 -- Detecting C compile features - done [2026-05-22T08:26:03.371Z] #14 9.551 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-05-22T08:26:03.371Z] #14 9.630 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-05-22T08:26:03.371Z] #14 9.635 -- Found LIBYAML: /usr/lib/libyaml.so [2026-05-22T08:26:03.371Z] #14 9.637 -- Found LIBUUID: /usr/lib/libuuid.so [2026-05-22T08:26:03.371Z] #14 9.639 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-05-22T08:26:03.371Z] #14 9.642 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-05-22T08:26:03.371Z] #14 9.644 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:26:03.371Z] #14 9.644 -- /opt/iotech/iot/1.5/include [2026-05-22T08:26:03.371Z] #14 9.644 -- C SDK 0.0.0 for Linux [2026-05-22T08:26:03.371Z] #14 9.647 -- Performing Test CSDK_HAVE_ATOMIC [2026-05-22T08:26:03.371Z] #14 9.739 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-05-22T08:26:03.371Z] #14 9.790 -- Found Curses: /usr/lib/libcurses.so [2026-05-22T08:26:03.371Z] #14 9.811 -- Configuring done (0.5s) [2026-05-22T08:26:03.371Z] #14 9.844 -- Generating done (0.0s) [2026-05-22T08:26:03.635Z] #14 9.847 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:03.635Z] #14 9.851 + make [2026-05-22T08:26:03.635Z] #14 9.851 + tee debug.log [2026-05-22T08:26:03.635Z] #14 9.898 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-05-22T08:26:03.635Z] #14 9.980 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-05-22T08:26:03.635Z] #14 10.06 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-05-22T08:26:03.635Z] #14 10.13 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-05-22T08:26:03.900Z] #14 10.21 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-05-22T08:26:03.900Z] #14 10.34 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-05-22T08:26:04.160Z] #14 10.38 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-05-22T08:26:04.160Z] #14 10.46 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-05-22T08:26:04.160Z] #14 10.57 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-05-22T08:26:04.420Z] #14 10.64 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-05-22T08:26:04.420Z] #14 10.72 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-05-22T08:26:04.420Z] #14 10.79 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-05-22T08:26:04.420Z] #14 10.86 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-05-22T08:26:04.686Z] #14 10.94 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-05-22T08:26:04.686Z] #14 10.98 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-05-22T08:26:04.686Z] #14 11.12 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-05-22T08:26:04.961Z] #14 11.16 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-05-22T08:26:04.961Z] #14 11.27 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-05-22T08:26:04.961Z] #14 11.32 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-05-22T08:26:04.961Z] #14 11.43 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-05-22T08:26:05.230Z] #14 11.49 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-05-22T08:26:05.230Z] #14 11.68 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-05-22T08:26:05.490Z] #14 11.75 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-05-22T08:26:05.490Z] #14 11.81 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-05-22T08:26:05.490Z] #14 11.86 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-05-22T08:26:05.490Z] #14 11.92 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-05-22T08:26:05.753Z] #14 12.01 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-05-22T08:26:05.753Z] #14 12.22 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-05-22T08:26:06.033Z] #14 12.27 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-05-22T08:26:06.033Z] #14 12.34 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-05-22T08:26:06.033Z] #14 12.41 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-05-22T08:26:06.033Z] #14 12.55 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-05-22T08:26:06.302Z] #14 12.62 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-05-22T08:26:06.302Z] #14 12.67 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-05-22T08:26:06.302Z] #14 12.73 [ 68%] Linking C shared library libcsdk.so [2026-05-22T08:26:06.302Z] #14 12.79 [ 68%] Built target csdk [2026-05-22T08:26:06.592Z] #14 12.80 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-05-22T08:26:06.592Z] #14 12.87 [ 72%] Linking C executable template [2026-05-22T08:26:06.592Z] #14 12.90 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:06.592Z] #14 12.94 [ 72%] Built target template [2026-05-22T08:26:06.592Z] #14 12.96 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-05-22T08:26:06.592Z] #14 13.02 [ 76%] Linking C executable device-counter [2026-05-22T08:26:06.863Z] #14 13.05 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:06.863Z] #14 13.09 [ 76%] Built target device-counter [2026-05-22T08:26:06.863Z] #14 13.10 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-05-22T08:26:06.863Z] #14 13.16 [ 80%] Linking C executable device-random [2026-05-22T08:26:06.863Z] #14 13.19 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:06.863Z] #14 13.23 [ 80%] Built target device-random [2026-05-22T08:26:06.863Z] #14 13.25 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-05-22T08:26:06.863Z] #14 13.31 [ 84%] Linking C executable device-gyro [2026-05-22T08:26:07.135Z] #14 13.33 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:07.135Z] #14 13.37 [ 84%] Built target device-gyro [2026-05-22T08:26:07.135Z] #14 13.39 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-05-22T08:26:07.135Z] #14 13.45 [ 88%] Linking C executable device-bitfields [2026-05-22T08:26:07.135Z] #14 13.47 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:07.135Z] #14 13.51 [ 88%] Built target device-bitfields [2026-05-22T08:26:07.135Z] #14 13.53 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-05-22T08:26:07.135Z] #14 13.60 [ 92%] Linking C executable template-discovery [2026-05-22T08:26:07.408Z] #14 13.63 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:07.408Z] #14 13.67 [ 92%] Built target template-discovery [2026-05-22T08:26:07.408Z] #14 13.68 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-05-22T08:26:07.408Z] #14 13.75 [ 96%] Linking C executable device-file [2026-05-22T08:26:07.408Z] #14 13.77 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:07.408Z] #14 13.81 [ 96%] Built target device-file [2026-05-22T08:26:07.408Z] #14 13.83 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-05-22T08:26:07.408Z] #14 13.90 [100%] Linking C executable device-terminal [2026-05-22T08:26:07.682Z] #14 13.93 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:07.682Z] #14 13.97 [100%] Built target device-terminal [2026-05-22T08:26:07.682Z] #14 13.98 + cp -rf include/devsdk include/edgex /usr/include/ [2026-05-22T08:26:07.682Z] #14 13.98 + cp build/release/c/libcsdk.so /usr/lib/ [2026-05-22T08:26:07.682Z] #14 13.98 + mkdir -p /usr/share/doc/edgex-csdk [2026-05-22T08:26:07.682Z] #14 13.99 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-05-22T08:26:07.682Z] #14 13.99 + cp LICENSE /usr/share/doc/edgex-csdk [2026-05-22T08:26:07.682Z] #14 13.99 + rm -rf /device-bacnet-c/deps [2026-05-22T08:26:07.682Z] #14 DONE 14.1s [2026-05-22T08:26:07.950Z] [2026-05-22T08:26:07.950Z] #15 [11/11] RUN /device-bacnet-c/scripts/build.sh [2026-05-22T08:26:07.950Z] #15 0.292 + readlink -f /device-bacnet-c/scripts/build.sh [2026-05-22T08:26:08.229Z] #15 0.293 + dirname /device-bacnet-c/scripts/build.sh [2026-05-22T08:26:08.229Z] #15 0.294 + dirname /device-bacnet-c/scripts [2026-05-22T08:26:08.229Z] #15 0.294 + ROOT=/device-bacnet-c [2026-05-22T08:26:08.229Z] #15 0.294 + echo /device-bacnet-c [2026-05-22T08:26:08.229Z] #15 0.294 /device-bacnet-c [2026-05-22T08:26:08.229Z] #15 0.294 + cd /device-bacnet-c [2026-05-22T08:26:08.229Z] #15 0.294 + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2026-05-22T08:26:08.229Z] #15 0.294 + '[' '!' -d /device-bacnet-c/bacnet-stack ] [2026-05-22T08:26:08.229Z] #15 0.294 + git clone https://github.com/IOTechSystems/bacnet-stack.git [2026-05-22T08:26:08.229Z] #15 0.296 Cloning into 'bacnet-stack'... [2026-05-22T08:26:10.787Z] #15 2.964 + cd /device-bacnet-c/bacnet-stack [2026-05-22T08:26:10.787Z] #15 2.964 + git checkout v0.8.6-IOTech [2026-05-22T08:26:11.380Z] #15 3.742 Note: switching to 'v0.8.6-IOTech'. [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 You are in 'detached HEAD' state. You can look around, make experimental [2026-05-22T08:26:11.380Z] #15 3.742 changes and commit them, and you can discard any commits you make in this [2026-05-22T08:26:11.380Z] #15 3.742 state without impacting any branches by switching back to a branch. [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 If you want to create a new branch to retain commits you create, you may [2026-05-22T08:26:11.380Z] #15 3.742 do so (now or later) by using -c with the switch command. Example: [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 git switch -c [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 Or undo this operation with: [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 git switch - [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 Turn off this advice by setting config variable advice.detachedHead to false [2026-05-22T08:26:11.380Z] #15 3.742 [2026-05-22T08:26:11.380Z] #15 3.742 HEAD is now at 8b67b7f2 Changes for BACnet device service [2026-05-22T08:26:11.644Z] #15 3.743 + mkdir -p /device-bacnet-c/lib/ip [2026-05-22T08:26:11.644Z] #15 3.744 + mkdir -p /device-bacnet-c/lib/mstp [2026-05-22T08:26:11.644Z] #15 3.745 + make 'BACDL_DEFINE=-DBACDL_MSTP=1' clean library [2026-05-22T08:26:11.644Z] #15 3.748 make -s -C lib clean [2026-05-22T08:26:11.644Z] #15 3.753 make -s -C demo clean [2026-05-22T08:26:11.644Z] #15 3.808 make -s -C demo/router clean [2026-05-22T08:26:11.644Z] #15 3.811 make -s -C demo/router-ipv6 clean [2026-05-22T08:26:11.644Z] #15 3.814 make -s -C demo/gateway clean [2026-05-22T08:26:11.644Z] #15 3.818 make -s -C lib all [2026-05-22T08:26:16.012Z] #15 7.738 ../ports/linux/dlmstp.c: In function 'dlmstp_cleanup': [2026-05-22T08:26:16.012Z] #15 7.738 ../ports/linux/dlmstp.c:147:20: warning: passing argument 1 of 'pthread_cancel' makes pointer from integer without a cast [-Wint-conversion] [2026-05-22T08:26:16.012Z] #15 7.738 147 | pthread_cancel(hThread); [2026-05-22T08:26:16.012Z] #15 7.738 | ^~~~~~~ [2026-05-22T08:26:16.012Z] #15 7.738 | | [2026-05-22T08:26:16.012Z] #15 7.738 | long unsigned int [2026-05-22T08:26:16.012Z] #15 7.738 In file included from ../ports/linux/net.h:73, [2026-05-22T08:26:16.012Z] #15 7.738 from ../ports/linux/dlmstp.c:43: [2026-05-22T08:26:16.012Z] #15 7.738 /usr/include/pthread.h:98:20: note: expected 'pthread_t' {aka 'struct __pthread *'} but argument is of type 'long unsigned int' [2026-05-22T08:26:16.012Z] #15 7.738 98 | int pthread_cancel(pthread_t); [2026-05-22T08:26:16.012Z] #15 7.738 | ^~~~~~~~~ [2026-05-22T08:26:16.012Z] #15 7.740 ../ports/linux/dlmstp.c: In function 'dlmstp_init': [2026-05-22T08:26:16.012Z] #15 7.740 ../ports/linux/dlmstp.c:727:25: warning: passing argument 1 of 'pthread_create' from incompatible pointer type [-Wincompatible-pointer-types] [2026-05-22T08:26:16.012Z] #15 7.740 727 | rv = pthread_create(&hThread, NULL, dlmstp_master_fsm_task, NULL); [2026-05-22T08:26:16.012Z] #15 7.740 | ^~~~~~~~ [2026-05-22T08:26:16.012Z] #15 7.740 | | [2026-05-22T08:26:16.012Z] #15 7.740 | long unsigned int * [2026-05-22T08:26:16.012Z] #15 7.740 /usr/include/pthread.h:80:20: note: expected 'struct __pthread ** restrict' but argument is of type 'long unsigned int *' [2026-05-22T08:26:16.012Z] #15 7.740 80 | int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict); [2026-05-22T08:26:16.012Z] #15 7.740 | ^ [2026-05-22T08:26:19.367Z] #15 11.06 + cp lib/libbacnet.a /device-bacnet-c/lib/mstp [2026-05-22T08:26:19.367Z] #15 11.06 + make 'BACDL_DEFINE=-DBACDL_BIP=1' clean library [2026-05-22T08:26:19.367Z] #15 11.06 make -s -C lib clean [2026-05-22T08:26:19.367Z] #15 11.07 make -s -C demo clean [2026-05-22T08:26:19.367Z] #15 11.13 make -s -C demo/router clean [2026-05-22T08:26:19.367Z] #15 11.13 make -s -C demo/router-ipv6 clean [2026-05-22T08:26:19.367Z] #15 11.14 make -s -C demo/gateway clean [2026-05-22T08:26:19.367Z] #15 11.14 make -s -C lib all [2026-05-22T08:26:27.660Z] #15 19.17 + cp lib/libbacnet.a /device-bacnet-c/lib/ip [2026-05-22T08:26:27.660Z] #15 19.17 + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:26:27.660Z] #15 19.17 + cd /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:26:27.660Z] #15 19.17 + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-05-22T08:26:27.660Z] #15 19.24 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:26:27.660Z] #15 19.25 -- Detecting C compiler ABI info [2026-05-22T08:26:27.660Z] #15 19.35 -- Detecting C compiler ABI info - done [2026-05-22T08:26:27.660Z] #15 19.36 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:26:27.660Z] #15 19.36 -- Detecting C compile features [2026-05-22T08:26:27.660Z] #15 19.36 -- Detecting C compile features - done [2026-05-22T08:26:27.660Z] #15 19.37 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2026-05-22T08:26:27.660Z] #15 19.47 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2026-05-22T08:26:27.660Z] #15 19.47 -- Found Threads: TRUE [2026-05-22T08:26:27.660Z] #15 19.48 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:26:27.660Z] #15 19.48 -- /opt/iotech/iot/1.5/include [2026-05-22T08:26:27.660Z] #15 19.48 -- Configuring done (0.3s) [2026-05-22T08:26:27.660Z] #15 19.48 -- Generating done (0.0s) [2026-05-22T08:26:27.660Z] #15 19.49 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:26:27.660Z] #15 19.49 + make [2026-05-22T08:26:27.660Z] #15 19.49 + tee release.log [2026-05-22T08:26:27.660Z] #15 19.53 [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2026-05-22T08:26:27.660Z] #15 19.74 [ 22%] Linking C static library libbacnet_objects.a [2026-05-22T08:26:27.660Z] #15 19.77 [ 22%] Built target bacnet_objects [2026-05-22T08:26:27.660Z] #15 19.79 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-05-22T08:26:27.660Z] #15 19.98 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2026-05-22T08:26:27.919Z] #15 20.07 [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2026-05-22T08:26:27.919Z] #15 20.13 [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2026-05-22T08:26:28.179Z] #15 20.20 [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-05-22T08:26:28.179Z] #15 20.47 [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2026-05-22T08:26:28.438Z] #15 20.54 [100%] Linking C executable device-bacnet-c [2026-05-22T08:26:28.438Z] #15 20.56 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:28.438Z] #15 20.61 [100%] Built target device-bacnet-c [2026-05-22T08:26:28.438Z] #15 20.62 + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:26:28.438Z] #15 20.62 + cd /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:26:28.438Z] #15 20.62 + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-05-22T08:26:28.438Z] #15 20.68 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:26:28.438Z] #15 20.70 -- Detecting C compiler ABI info [2026-05-22T08:26:28.438Z] #15 20.78 -- Detecting C compiler ABI info - done [2026-05-22T08:26:28.703Z] #15 20.80 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:26:28.703Z] #15 20.80 -- Detecting C compile features [2026-05-22T08:26:28.703Z] #15 20.80 -- Detecting C compile features - done [2026-05-22T08:26:28.703Z] #15 20.80 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2026-05-22T08:26:28.703Z] #15 20.89 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2026-05-22T08:26:28.703Z] #15 20.89 -- Found Threads: TRUE [2026-05-22T08:26:28.703Z] #15 20.90 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:26:28.703Z] #15 20.90 -- /opt/iotech/iot/1.5/include [2026-05-22T08:26:28.703Z] #15 20.90 -- Configuring done (0.3s) [2026-05-22T08:26:28.703Z] #15 20.90 -- Generating done (0.0s) [2026-05-22T08:26:28.703Z] #15 20.91 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:26:28.703Z] #15 20.91 + make [2026-05-22T08:26:28.703Z] #15 20.91 + tee release.log [2026-05-22T08:26:28.703Z] #15 20.95 [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2026-05-22T08:26:28.960Z] #15 21.15 [ 22%] Linking C static library libbacnet_objects.a [2026-05-22T08:26:28.960Z] #15 21.18 [ 22%] Built target bacnet_objects [2026-05-22T08:26:28.960Z] #15 21.20 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-05-22T08:26:28.960Z] #15 21.37 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2026-05-22T08:26:29.219Z] #15 21.46 [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2026-05-22T08:26:29.219Z] #15 21.52 [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2026-05-22T08:26:29.478Z] #15 21.58 [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-05-22T08:26:29.478Z] #15 21.88 [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2026-05-22T08:26:29.744Z] #15 21.95 [100%] Linking C executable device-bacnet-c [2026-05-22T08:26:29.744Z] #15 21.98 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:29.744Z] #15 22.03 [100%] Built target device-bacnet-c [2026-05-22T08:26:30.004Z] #15 DONE 22.2s [2026-05-22T08:26:30.004Z] [2026-05-22T08:26:30.004Z] #16 exporting to image [2026-05-22T08:26:30.004Z] #16 exporting layers [2026-05-22T08:26:30.267Z] #16 exporting layers 0.3s done [2026-05-22T08:26:30.267Z] #16 writing image sha256:ae5a8524de43ebcbd5e6a223bb0a74069622a85b8c3321fa04c94102febe6163 done [2026-05-22T08:26:30.267Z] #16 naming to docker.io/library/ci-base-image-x86_64 done [2026-05-22T08:26:30.267Z] #16 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:26:31.070Z] + docker inspect -f . ci-base-image-x86_64 [2026-05-22T08:26:31.070Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-22T08:26:31.231Z] prd-ubuntu20.04-docker-8c-8g-10422 does not seem to be running inside a container [2026-05-22T08:26:31.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-bacnet-c_PR-110 -v /w/workspace/exfoundry_device-bacnet-c_PR-110:/w/workspace/exfoundry_device-bacnet-c_PR-110:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-05-22T08:26:31.490Z] $ docker top e6d6d0a6eb38138d5c9be646cdc4e0ec374f5b61cbdab6a897e095f06884c63e -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-22T08:26:31.875Z] + make test [2026-05-22T08:26:31.876Z] build/release/device-bacnet-c/device-bacnet-c [Pipeline] } [2026-05-22T08:26:31.911Z] $ docker stop --time=1 e6d6d0a6eb38138d5c9be646cdc4e0ec374f5b61cbdab6a897e095f06884c63e [2026-05-22T08:26:34.516Z] $ docker rm -f --volumes e6d6d0a6eb38138d5c9be646cdc4e0ec374f5b61cbdab6a897e095f06884c63e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-05-22T08:26:36.371Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-05-22T08:26:36.678Z] + ls -al . [2026-05-22T08:26:36.678Z] total 88 [2026-05-22T08:26:36.678Z] drwxrwxr-x 10 jenkins jenkins 4096 May 22 08:25 . [2026-05-22T08:26:36.678Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 08:25 .. [2026-05-22T08:26:36.678Z] drwxrwxr-x 8 jenkins jenkins 4096 May 22 08:25 .git [2026-05-22T08:26:36.678Z] drwxrwxr-x 3 jenkins jenkins 4096 May 22 08:25 .github [2026-05-22T08:26:36.678Z] drwxr-xr-x 3 jenkins jenkins 4096 May 22 08:25 .semver [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 1563 May 22 08:25 Attribution.txt [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 1172 May 22 08:25 CHANGELOG.md [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 677 May 22 08:25 GOVERNANCE.md [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 764 May 22 08:25 Jenkinsfile [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 22 08:25 LICENSE [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 837 May 22 08:25 Makefile [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 621 May 22 08:25 OWNERS.md [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 5503 May 22 08:25 README.md [2026-05-22T08:26:36.678Z] -rw-rw-r-- 1 jenkins jenkins 5 May 22 08:25 VERSION [2026-05-22T08:26:36.678Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 08:25 docs [2026-05-22T08:26:36.678Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 08:25 res [2026-05-22T08:26:36.678Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 08:25 sample-profiles [2026-05-22T08:26:36.678Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 08:25 scripts [2026-05-22T08:26:36.678Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 08:25 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:26:37.218Z] + docker build -t device-bacnet -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d61ab653e8332e27402aac2fc2d40de320febdb0 --label arch=amd64 --label version=0.0.0 . [2026-05-22T08:26:37.483Z] #0 building with "default" instance using docker driver [2026-05-22T08:26:37.483Z] [2026-05-22T08:26:37.483Z] #1 [internal] load build definition from Dockerfile.alpine [2026-05-22T08:26:37.483Z] #1 transferring dockerfile: 2.40kB done [2026-05-22T08:26:37.747Z] #1 DONE 0.3s [2026-05-22T08:26:38.015Z] [2026-05-22T08:26:38.015Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-22T08:26:38.015Z] #2 DONE 0.0s [2026-05-22T08:26:38.015Z] [2026-05-22T08:26:38.015Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2026-05-22T08:26:40.608Z] #3 DONE 2.7s [2026-05-22T08:26:40.608Z] [2026-05-22T08:26:40.608Z] #4 [internal] load .dockerignore [2026-05-22T08:26:40.608Z] #4 transferring context: [2026-05-22T08:26:40.608Z] #4 transferring context: 2B done [2026-05-22T08:26:41.260Z] #4 DONE 0.7s [2026-05-22T08:26:41.863Z] [2026-05-22T08:26:41.863Z] #5 [stage-1 1/12] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-05-22T08:26:41.863Z] #5 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-05-22T08:26:42.826Z] #5 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 1.4s done [2026-05-22T08:26:43.086Z] #5 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done [2026-05-22T08:26:43.086Z] #5 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done [2026-05-22T08:26:43.368Z] #5 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done [2026-05-22T08:26:43.629Z] #5 ... [2026-05-22T08:26:43.629Z] [2026-05-22T08:26:43.629Z] #6 [internal] load build context [2026-05-22T08:26:43.629Z] #6 transferring context: 20.43kB done [2026-05-22T08:26:43.629Z] #6 DONE 2.0s [2026-05-22T08:26:43.629Z] [2026-05-22T08:26:43.629Z] #7 [builder 1/10] FROM docker.io/library/ci-base-image-x86_64:latest [2026-05-22T08:26:46.940Z] #7 ... [2026-05-22T08:26:46.940Z] [2026-05-22T08:26:46.940Z] #5 [stage-1 1/12] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-05-22T08:26:46.940Z] #5 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 1.1s done [2026-05-22T08:26:46.940Z] #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.4s done [2026-05-22T08:26:46.940Z] #5 DONE 4.9s [2026-05-22T08:26:46.940Z] [2026-05-22T08:26:46.940Z] #7 [builder 1/10] FROM docker.io/library/ci-base-image-x86_64:latest [2026-05-22T08:26:46.940Z] #7 DONE 5.1s [2026-05-22T08:26:46.940Z] [2026-05-22T08:26:46.940Z] #8 [stage-1 2/12] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-05-22T08:26:46.940Z] #8 0.281 Connecting to iotech.jfrog.io (34.246.139.145:443) [2026-05-22T08:26:47.222Z] #8 0.693 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-05-22T08:26:47.222Z] #8 0.695 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-05-22T08:26:47.222Z] #8 0.695 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-05-22T08:26:47.485Z] #8 DONE 0.8s [2026-05-22T08:26:47.485Z] [2026-05-22T08:26:47.485Z] #9 [builder 2/10] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-05-22T08:26:47.485Z] #9 0.246 Connecting to iotech.jfrog.io (34.247.22.236:443) [2026-05-22T08:26:47.485Z] #9 0.683 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-05-22T08:26:47.485Z] #9 0.683 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-05-22T08:26:47.485Z] #9 0.683 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-05-22T08:26:47.485Z] #9 DONE 0.7s [2026-05-22T08:26:47.485Z] [2026-05-22T08:26:47.485Z] #10 [builder 3/10] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-05-22T08:26:47.485Z] #10 ... [2026-05-22T08:26:47.485Z] [2026-05-22T08:26:47.485Z] #11 [stage-1 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-05-22T08:26:47.485Z] #11 DONE 0.3s [2026-05-22T08:26:47.743Z] [2026-05-22T08:26:47.743Z] #12 [stage-1 4/12] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 dumb-init [2026-05-22T08:26:47.743Z] #12 ... [2026-05-22T08:26:47.743Z] [2026-05-22T08:26:47.743Z] #10 [builder 3/10] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-05-22T08:26:47.743Z] #10 DONE 0.5s [2026-05-22T08:26:48.006Z] [2026-05-22T08:26:48.006Z] #12 [stage-1 4/12] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 dumb-init [2026-05-22T08:26:48.006Z] #12 0.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:48.272Z] #12 0.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:48.541Z] #12 0.732 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:48.830Z] #12 1.318 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:26:49.093Z] #12 1.328 (1/27) Installing ca-certificates (20260413-r0) [2026-05-22T08:26:49.093Z] #12 1.342 (2/27) Installing brotli-libs (1.1.0-r2) [2026-05-22T08:26:49.093Z] #12 1.354 (3/27) Installing c-ares (1.33.1-r0) [2026-05-22T08:26:49.093Z] #12 1.358 (4/27) Installing libunistring (1.2-r0) [2026-05-22T08:26:49.093Z] #12 1.377 (5/27) Installing libidn2 (2.3.7-r0) [2026-05-22T08:26:49.093Z] #12 1.382 (6/27) Installing nghttp2-libs (1.62.1-r0) [2026-05-22T08:26:49.093Z] #12 1.387 (7/27) Installing libpsl (0.21.5-r1) [2026-05-22T08:26:49.093Z] #12 1.391 (8/27) Installing zstd-libs (1.5.6-r0) [2026-05-22T08:26:49.093Z] #12 1.402 (9/27) Installing libcurl (8.14.1-r2) [2026-05-22T08:26:49.093Z] #12 1.412 (10/27) Installing curl (8.14.1-r2) [2026-05-22T08:26:49.093Z] #12 1.417 (11/27) Installing dumb-init (1.2.5-r3) [2026-05-22T08:26:49.093Z] #12 1.421 (12/27) Installing hiredis (1.2.0-r0) [2026-05-22T08:26:49.093Z] #12 1.508 (13/27) Installing yaml (0.2.5-r2) [2026-05-22T08:26:49.093Z] #12 1.568 (14/27) Installing libcbor (0.11.0-r0) [2026-05-22T08:26:49.356Z] #12 ... [2026-05-22T08:26:49.356Z] [2026-05-22T08:26:49.356Z] #13 [builder 4/10] RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev [2026-05-22T08:26:49.356Z] #13 0.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:49.356Z] #13 0.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:49.356Z] #13 0.621 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:49.356Z] #13 1.165 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:26:49.356Z] #13 1.175 OK: 337 MiB in 103 packages [2026-05-22T08:26:49.356Z] #13 DONE 1.4s [2026-05-22T08:26:49.356Z] [2026-05-22T08:26:49.356Z] #14 [builder 5/10] COPY scripts /device-bacnet-c/scripts [2026-05-22T08:26:49.356Z] #14 DONE 0.1s [2026-05-22T08:26:49.356Z] [2026-05-22T08:26:49.356Z] #12 [stage-1 4/12] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 dumb-init [2026-05-22T08:26:49.356Z] #12 1.659 (15/27) Installing iotech-iot-1.5 (1.5.7-r0) [2026-05-22T08:26:49.356Z] #12 ... [2026-05-22T08:26:49.356Z] [2026-05-22T08:26:49.356Z] #15 [builder 6/10] COPY src /device-bacnet-c/src/ [2026-05-22T08:26:49.356Z] #15 DONE 0.1s [2026-05-22T08:26:49.356Z] [2026-05-22T08:26:49.356Z] #16 [builder 7/10] COPY VERSION /device-bacnet-c/ [2026-05-22T08:26:49.356Z] #16 DONE 0.1s [2026-05-22T08:26:49.626Z] [2026-05-22T08:26:49.626Z] #17 [builder 8/10] WORKDIR /device-bacnet-c [2026-05-22T08:26:49.626Z] #17 DONE 0.1s [2026-05-22T08:26:49.626Z] [2026-05-22T08:26:49.626Z] #18 [builder 9/10] RUN /device-bacnet-c/scripts/build_deps.sh [2026-05-22T08:26:49.895Z] #18 0.263 + CSDK_VER=4.0.0 [2026-05-22T08:26:49.895Z] #18 0.263 + '[' '!' -d deps ] [2026-05-22T08:26:49.895Z] #18 0.263 + mkdir deps [2026-05-22T08:26:49.895Z] #18 0.264 + cd /device-bacnet-c/deps [2026-05-22T08:26:49.895Z] #18 0.264 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0.zip [2026-05-22T08:26:49.895Z] #18 0.266 Connecting to github.com (140.82.113.4:443) [2026-05-22T08:26:50.154Z] #18 0.547 Connecting to codeload.github.com (140.82.114.9:443) [2026-05-22T08:26:50.154Z] #18 0.656 saving to 'v4.0.0.zip' [2026-05-22T08:26:50.414Z] #18 0.719 v4.0.0.zip 100% |********************************| 245k 0:00:00 ETA [2026-05-22T08:26:50.414Z] #18 0.719 'v4.0.0.zip' saved [2026-05-22T08:26:50.414Z] #18 0.719 + unzip v4.0.0.zip [2026-05-22T08:26:50.414Z] #18 0.720 Archive: v4.0.0.zip [2026-05-22T08:26:50.414Z] #18 0.726 creating: device-sdk-c-4.0.0/ [2026-05-22T08:26:50.414Z] #18 0.726 creating: device-sdk-c-4.0.0/.github/ [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/.github/Contributing.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/.github/PULL_REQUEST_TEMPLATE.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/.github/semantic.yml [2026-05-22T08:26:50.414Z] #18 0.726 creating: device-sdk-c-4.0.0/.github/workflows/ [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/.github/workflows/release.yml [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/.gitignore [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/Attribution.txt [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/CHANGELOG.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/Doxyfile [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/GOVERNANCE.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/Jenkinsfile [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/LICENSE [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/Makefile [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/OWNERS.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/README.IOT.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/README.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/README.v3.md [2026-05-22T08:26:50.414Z] #18 0.726 creating: device-sdk-c-4.0.0/docs/ [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/docs/configuration.md [2026-05-22T08:26:50.414Z] #18 0.726 inflating: device-sdk-c-4.0.0/docs/deviceprofiles.md [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/docs/metrics.md [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/docs/servicewritersguide.md [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/docs/startup.md [2026-05-22T08:26:50.414Z] #18 0.728 creating: device-sdk-c-4.0.0/include/ [2026-05-22T08:26:50.414Z] #18 0.728 creating: device-sdk-c-4.0.0/include/devsdk/ [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/devsdk/devsdk-base.h [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/devsdk/devsdk.h [2026-05-22T08:26:50.414Z] #18 0.728 creating: device-sdk-c-4.0.0/include/edgex/ [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/edgex/devices.h [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/edgex/edgex-base.h [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/edgex/edgex.h [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/edgex/profiles.h [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/include/edgex/rest-server.h [2026-05-22T08:26:50.414Z] #18 0.728 creating: device-sdk-c-4.0.0/scripts/ [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine-base [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/scripts/build.sh [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/scripts/entrypoint.sh [2026-05-22T08:26:50.414Z] #18 0.728 creating: device-sdk-c-4.0.0/src/ [2026-05-22T08:26:50.414Z] #18 0.728 inflating: device-sdk-c-4.0.0/src/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.732 creating: device-sdk-c-4.0.0/src/c/ [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/api.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/autoevent.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/autoevent.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/bus-impl.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/bus-mqtt.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/bus.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/bus.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/callback3.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/callback3.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/cmdinfo.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/config.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/config.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/correlation.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/correlation.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/data.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/data.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/defs.h.in [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/device.c [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/device.h [2026-05-22T08:26:50.414Z] #18 0.732 inflating: device-sdk-c-4.0.0/src/c/devman.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/devmap.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/devmap.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/devsdk-base.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/devutil.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/discovery.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/discovery.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/dto-read.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/dto-read.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/edgex-logging.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/edgex-logging.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/edgex-rest.c [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/edgex-rest.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/edgex2.h [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/errorlist.h [2026-05-22T08:26:50.414Z] #18 0.734 creating: device-sdk-c-4.0.0/src/c/examples/ [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/examples/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/examples/README.md [2026-05-22T08:26:50.414Z] #18 0.734 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/ [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.734 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/README.md [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/device-bitfields.c [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/configuration.yaml [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/Bitfields.json [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/counters/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/counters/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/counters/README.md [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/counters/device-counter.c [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/configuration.yaml [2026-05-22T08:26:50.414Z] #18 0.736 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/ [2026-05-22T08:26:50.414Z] #18 0.736 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/Counters.json [2026-05-22T08:26:50.414Z] #18 0.737 creating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/ [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/Counter.json [2026-05-22T08:26:50.414Z] #18 0.737 creating: device-sdk-c-4.0.0/src/c/examples/discovery/ [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/README.md [2026-05-22T08:26:50.414Z] #18 0.737 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/ [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/configuration.yaml [2026-05-22T08:26:50.414Z] #18 0.737 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/ [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/readme.txt [2026-05-22T08:26:50.414Z] #18 0.737 creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/ [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/template.c [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher1.json [2026-05-22T08:26:50.414Z] #18 0.737 inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher2.json [2026-05-22T08:26:50.414Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/file/ [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/CMakeLists.txt [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/README.md [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/device-file.c [2026-05-22T08:26:50.414Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/file/res/ [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/configuration.yaml [2026-05-22T08:26:50.414Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/ [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/file1.json [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/lorem.txt [2026-05-22T08:26:50.414Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/ [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-05-22T08:26:50.414Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/gyro/ [2026-05-22T08:26:50.414Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/CMakeLists.txt [2026-05-22T08:26:50.415Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/README.md [2026-05-22T08:26:50.415Z] #18 0.739 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/device-gyro.c [2026-05-22T08:26:50.415Z] #18 0.739 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/configuration.yaml [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/gyro.json [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/Gyro.json [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/random/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/CMakeLists.txt [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/README.md [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/device-random.c [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/random/res/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/configuration.yaml [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/randomdevice1.json [2026-05-22T08:26:50.415Z] #18 0.740 creating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/ [2026-05-22T08:26:50.415Z] #18 0.740 inflating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/res/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/res/configuration.yaml [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/res/devices/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/res/devices/device1.json [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/res/profiles/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/res/profiles/TemplateProfile.json [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/template.c [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/terminal/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/CMakeLists.txt [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/README.md [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/device-terminal.c [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/configuration.yaml [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/ [2026-05-22T08:26:50.415Z] #18 0.741 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/terminal.json [2026-05-22T08:26:50.415Z] #18 0.741 creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/ [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/Terminal.json [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/filesys.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/filesys.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/keeper.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/keeper.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/map.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/map.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/metadata.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/metadata.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/metrics.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/opstate.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/opstate.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/parson.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/parson.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/profiles.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/profiles.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/registry-impl.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/registry.c [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/registry.h [2026-05-22T08:26:50.415Z] #18 0.743 inflating: device-sdk-c-4.0.0/src/c/reqdata.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/reqdata.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/request_auth.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/request_auth.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/rest-server.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/rest-server.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/rest.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/rest.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets-impl.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets-vault.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets-vault.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/secrets.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/service.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/service.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/transform.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/transform.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/validate.c [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/validate.h [2026-05-22T08:26:50.415Z] #18 0.745 inflating: device-sdk-c-4.0.0/src/c/watchers.c [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/c/watchers.h [2026-05-22T08:26:50.415Z] #18 0.746 creating: device-sdk-c-4.0.0/src/cmake/ [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindIOT.cmake [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBCBOR.cmake [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBMICROHTTP.cmake [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBPAHO.cmake [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBUUID.cmake [2026-05-22T08:26:50.415Z] #18 0.746 inflating: device-sdk-c-4.0.0/src/cmake/FindLIBYAML.cmake [2026-05-22T08:26:50.415Z] #18 0.746 + cd device-sdk-c-4.0.0 [2026-05-22T08:26:50.415Z] #18 0.746 + ./scripts/build.sh [2026-05-22T08:26:50.415Z] #18 0.747 + CPPCHECK=false [2026-05-22T08:26:50.415Z] #18 0.747 + DOCGEN=false [2026-05-22T08:26:50.415Z] #18 0.747 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-05-22T08:26:50.415Z] #18 0.747 + '[' 0 -gt 0 ] [2026-05-22T08:26:50.415Z] #18 0.747 + readlink -f ./scripts/build.sh [2026-05-22T08:26:50.415Z] #18 0.748 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts/build.sh [2026-05-22T08:26:50.415Z] #18 0.748 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts [2026-05-22T08:26:50.415Z] #18 0.749 + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.0 [2026-05-22T08:26:50.415Z] #18 0.749 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0 [2026-05-22T08:26:50.415Z] #18 0.749 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:26:50.415Z] #18 0.750 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:26:50.415Z] #18 0.750 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2026-05-22T08:26:50.415Z] #18 0.826 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:26:50.415Z] #18 0.843 -- Detecting C compiler ABI info [2026-05-22T08:26:50.415Z] #18 0.944 -- Detecting C compiler ABI info - done [2026-05-22T08:26:50.678Z] #18 0.966 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:26:50.678Z] #18 0.966 -- Detecting C compile features [2026-05-22T08:26:50.678Z] #18 0.967 -- Detecting C compile features - done [2026-05-22T08:26:50.678Z] #18 0.970 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-05-22T08:26:50.678Z] #18 1.047 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-05-22T08:26:50.678Z] #18 1.051 -- Found LIBYAML: /usr/lib/libyaml.so [2026-05-22T08:26:50.678Z] #18 1.054 -- Found LIBUUID: /usr/lib/libuuid.so [2026-05-22T08:26:50.678Z] #18 1.056 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-05-22T08:26:50.678Z] #18 1.058 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-05-22T08:26:50.678Z] #18 1.061 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:26:50.678Z] #18 1.061 -- /opt/iotech/iot/1.5/include [2026-05-22T08:26:50.678Z] #18 1.061 -- C SDK 0.0.0 for Linux [2026-05-22T08:26:50.678Z] #18 1.063 -- Performing Test CSDK_HAVE_ATOMIC [2026-05-22T08:26:50.678Z] #18 1.157 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-05-22T08:26:50.678Z] #18 1.208 -- Found Curses: /usr/lib/libcurses.so [2026-05-22T08:26:50.678Z] #18 1.230 -- Configuring done (0.5s) [2026-05-22T08:26:50.939Z] #18 1.262 -- Generating done (0.0s) [2026-05-22T08:26:50.939Z] #18 1.265 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2026-05-22T08:26:50.939Z] #18 1.269 + make all package [2026-05-22T08:26:50.939Z] #18 1.269 + tee release.log [2026-05-22T08:26:50.939Z] #18 1.308 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-05-22T08:26:50.939Z] #18 1.414 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-05-22T08:26:51.272Z] #18 1.574 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-05-22T08:26:51.272Z] #18 1.708 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-05-22T08:26:51.532Z] #18 1.888 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-05-22T08:26:51.532Z] #18 ... [2026-05-22T08:26:51.532Z] [2026-05-22T08:26:51.532Z] #12 [stage-1 4/12] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 dumb-init [2026-05-22T08:26:51.532Z] #12 2.307 (16/27) Installing pkgconf (2.2.0-r0) [2026-05-22T08:26:51.532Z] #12 2.311 (17/27) Installing openssl-dev (3.3.7-r0) [2026-05-22T08:26:51.532Z] #12 2.334 (18/27) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.136-r0) [2026-05-22T08:26:51.532Z] #12 3.115 (19/27) Installing gmp (6.3.0-r1) [2026-05-22T08:26:51.532Z] #12 3.124 (20/27) Installing nettle (3.10.2-r0) [2026-05-22T08:26:51.532Z] #12 3.134 (21/27) Installing libffi (3.4.6-r0) [2026-05-22T08:26:51.532Z] #12 3.137 (22/27) Installing libtasn1 (4.21.0-r0) [2026-05-22T08:26:51.532Z] #12 3.142 (23/27) Installing p11-kit (0.25.3-r0) [2026-05-22T08:26:51.532Z] #12 3.158 (24/27) Installing gnutls (3.8.13-r0) [2026-05-22T08:26:51.532Z] #12 3.179 (25/27) Installing libmicrohttpd (0.9.77-r0) [2026-05-22T08:26:51.532Z] #12 3.271 (26/27) Installing libuuid (2.40.1-r1) [2026-05-22T08:26:51.532Z] #12 3.357 (27/27) Installing linux-headers (6.6-r0) [2026-05-22T08:26:51.532Z] #12 3.438 Executing busybox-1.36.1-r31.trigger [2026-05-22T08:26:51.532Z] #12 3.444 Executing ca-certificates-20260413-r0.trigger [2026-05-22T08:26:51.532Z] #12 3.486 OK: 30 MiB in 41 packages [2026-05-22T08:26:51.532Z] #12 DONE 3.9s [2026-05-22T08:26:51.803Z] [2026-05-22T08:26:51.803Z] #18 [builder 9/10] RUN /device-bacnet-c/scripts/build_deps.sh [2026-05-22T08:26:51.803Z] #18 2.188 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-05-22T08:26:51.803Z] #18 2.227 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-05-22T08:26:51.803Z] #18 2.361 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-05-22T08:26:52.064Z] #18 2.646 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-05-22T08:26:52.324Z] #18 2.744 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-05-22T08:26:52.324Z] #18 2.874 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-05-22T08:26:52.584Z] #18 2.994 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-05-22T08:26:52.845Z] #18 3.083 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-05-22T08:26:52.845Z] #18 ... [2026-05-22T08:26:52.845Z] [2026-05-22T08:26:52.845Z] #19 [stage-1 5/12] RUN apk --no-cache upgrade [2026-05-22T08:26:52.845Z] #19 0.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:52.845Z] #19 0.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:52.845Z] #19 0.447 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-05-22T08:26:52.845Z] #19 1.060 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-05-22T08:26:52.845Z] #19 1.070 OK: 30 MiB in 41 packages [2026-05-22T08:26:52.845Z] #19 DONE 1.4s [2026-05-22T08:26:53.104Z] [2026-05-22T08:26:53.104Z] #18 [builder 9/10] RUN /device-bacnet-c/scripts/build_deps.sh [2026-05-22T08:26:53.104Z] #18 3.379 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-05-22T08:26:53.104Z] #18 3.436 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-05-22T08:26:53.374Z] #18 3.747 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-05-22T08:26:53.374Z] #18 3.808 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-05-22T08:26:53.635Z] #18 4.057 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-05-22T08:26:53.635Z] #18 4.162 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-05-22T08:26:53.893Z] #18 4.361 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-05-22T08:26:54.158Z] #18 4.449 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-05-22T08:26:55.159Z] #18 5.439 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-05-22T08:26:55.159Z] #18 5.538 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-05-22T08:26:55.159Z] #18 5.609 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-05-22T08:26:55.159Z] #18 5.696 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-05-22T08:26:55.159Z] #18 5.751 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-05-22T08:26:55.422Z] #18 5.970 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-05-22T08:26:55.689Z] #18 6.286 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-05-22T08:26:55.957Z] #18 6.357 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-05-22T08:26:55.957Z] #18 6.484 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-05-22T08:26:56.225Z] #18 6.578 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-05-22T08:26:56.494Z] #18 6.842 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c: In function 'devsdk_service_start': [2026-05-22T08:26:56.494Z] #18 6.843 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2026-05-22T08:26:56.494Z] #18 6.843 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2026-05-22T08:26:56.494Z] #18 6.843 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-05-22T08:26:56.494Z] #18 6.843 /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2026-05-22T08:26:56.494Z] #18 6.843 875 | const iot_data_t *deviceservices_config; [2026-05-22T08:26:56.494Z] #18 6.843 | ^~~~~~~~~~~~~~~~~~~~~ [2026-05-22T08:26:56.494Z] #18 6.979 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-05-22T08:26:56.494Z] #18 7.093 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-05-22T08:26:56.755Z] #18 7.154 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-05-22T08:26:56.755Z] #18 7.242 [ 68%] Linking C shared library libcsdk.so [2026-05-22T08:26:57.026Z] #18 7.293 [ 68%] Built target csdk [2026-05-22T08:26:57.026Z] #18 7.313 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-05-22T08:26:57.026Z] #18 7.448 [ 72%] Linking C executable template [2026-05-22T08:26:57.026Z] #18 7.475 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:57.026Z] #18 7.516 [ 72%] Built target template [2026-05-22T08:26:57.026Z] #18 7.537 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-05-22T08:26:57.026Z] #18 7.628 [ 76%] Linking C executable device-counter [2026-05-22T08:26:57.324Z] #18 7.650 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:57.324Z] #18 7.691 [ 76%] Built target device-counter [2026-05-22T08:26:57.324Z] #18 7.702 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-05-22T08:26:57.324Z] #18 7.790 [ 80%] Linking C executable device-random [2026-05-22T08:26:57.606Z] #18 7.817 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:57.606Z] #18 7.857 [ 80%] Built target device-random [2026-05-22T08:26:57.606Z] #18 7.877 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-05-22T08:26:57.606Z] #18 7.956 [ 84%] Linking C executable device-gyro [2026-05-22T08:26:57.606Z] #18 7.982 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:57.606Z] #18 8.021 [ 84%] Built target device-gyro [2026-05-22T08:26:57.606Z] #18 8.037 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-05-22T08:26:57.606Z] #18 8.119 [ 88%] Linking C executable device-bitfields [2026-05-22T08:26:57.872Z] #18 8.145 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:57.872Z] #18 8.186 [ 88%] Built target device-bitfields [2026-05-22T08:26:57.872Z] #18 8.207 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-05-22T08:26:57.872Z] #18 8.353 [ 92%] Linking C executable template-discovery [2026-05-22T08:26:58.135Z] #18 8.383 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:58.135Z] #18 8.426 [ 92%] Built target template-discovery [2026-05-22T08:26:58.135Z] #18 8.444 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-05-22T08:26:58.135Z] #18 8.557 [ 96%] Linking C executable device-file [2026-05-22T08:26:58.393Z] #18 8.581 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:58.393Z] #18 8.622 [ 96%] Built target device-file [2026-05-22T08:26:58.393Z] #18 8.639 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-05-22T08:26:58.393Z] #18 8.738 [100%] Linking C executable device-terminal [2026-05-22T08:26:58.393Z] #18 8.766 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:26:58.393Z] #18 8.804 [100%] Built target device-terminal [2026-05-22T08:26:58.393Z] #18 8.820 Run CPack packaging tool... [2026-05-22T08:26:58.393Z] #18 8.834 CPack: Create package using TGZ [2026-05-22T08:26:58.393Z] #18 8.834 CPack: Install projects [2026-05-22T08:26:58.393Z] #18 8.835 CPack: - Run preinstall target for: Csdk [2026-05-22T08:26:58.678Z] #18 9.090 CPack: - Install project: Csdk [] [2026-05-22T08:26:58.678Z] #18 9.092 CPack: Create package [2026-05-22T08:26:58.678Z] #18 9.113 CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release/csdk-0.0.0.tar.gz generated. [2026-05-22T08:26:58.678Z] #18 9.114 + '[' false '=' true ] [2026-05-22T08:26:58.678Z] #18 9.114 + '[' false '=' true ] [2026-05-22T08:26:58.678Z] #18 9.114 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:58.678Z] #18 9.115 + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:58.678Z] #18 9.115 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2026-05-22T08:26:58.678Z] #18 9.190 -- The C compiler identification is GNU 12.2.1 [2026-05-22T08:26:58.678Z] #18 9.206 -- Detecting C compiler ABI info [2026-05-22T08:26:58.953Z] #18 9.291 -- Detecting C compiler ABI info - done [2026-05-22T08:26:58.953Z] #18 9.311 -- Check for working C compiler: /usr/bin/cc - skipped [2026-05-22T08:26:58.953Z] #18 9.311 -- Detecting C compile features [2026-05-22T08:26:58.953Z] #18 9.312 -- Detecting C compile features - done [2026-05-22T08:26:58.953Z] #18 9.315 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-05-22T08:26:58.953Z] #18 9.391 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-05-22T08:26:58.953Z] #18 9.394 -- Found LIBYAML: /usr/lib/libyaml.so [2026-05-22T08:26:58.953Z] #18 9.397 -- Found LIBUUID: /usr/lib/libuuid.so [2026-05-22T08:26:58.953Z] #18 9.400 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-05-22T08:26:58.953Z] #18 9.403 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-05-22T08:26:58.953Z] #18 9.405 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2026-05-22T08:26:58.953Z] #18 9.405 -- /opt/iotech/iot/1.5/include [2026-05-22T08:26:58.953Z] #18 9.405 -- C SDK 0.0.0 for Linux [2026-05-22T08:26:58.953Z] #18 9.408 -- Performing Test CSDK_HAVE_ATOMIC [2026-05-22T08:26:58.953Z] #18 9.490 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-05-22T08:26:59.221Z] #18 9.536 -- Found Curses: /usr/lib/libcurses.so [2026-05-22T08:26:59.221Z] #18 9.556 -- Configuring done (0.4s) [2026-05-22T08:26:59.221Z] #18 9.588 -- Generating done (0.0s) [2026-05-22T08:26:59.221Z] #18 9.591 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2026-05-22T08:26:59.221Z] #18 9.594 + make [2026-05-22T08:26:59.221Z] #18 9.594 + tee debug.log [2026-05-22T08:26:59.221Z] #18 9.641 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-05-22T08:26:59.221Z] #18 9.715 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-05-22T08:26:59.506Z] #18 9.791 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-05-22T08:26:59.506Z] #18 9.868 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-05-22T08:26:59.506Z] #18 9.933 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-05-22T08:26:59.506Z] #18 10.06 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-05-22T08:26:59.785Z] #18 10.09 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-05-22T08:26:59.785Z] #18 10.17 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-05-22T08:26:59.785Z] #18 10.28 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-05-22T08:27:00.054Z] #18 10.35 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-05-22T08:27:00.054Z] #18 10.43 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-05-22T08:27:00.054Z] #18 10.50 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-05-22T08:27:00.054Z] #18 10.57 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-05-22T08:27:00.347Z] #18 10.65 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-05-22T08:27:00.347Z] #18 10.69 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-05-22T08:27:00.347Z] #18 10.83 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-05-22T08:27:00.635Z] #18 10.88 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-05-22T08:27:00.635Z] #18 10.97 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-05-22T08:27:00.635Z] #18 11.02 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-05-22T08:27:00.635Z] #18 11.13 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-05-22T08:27:00.941Z] #18 11.19 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-05-22T08:27:00.941Z] #18 11.39 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-05-22T08:27:00.941Z] #18 11.46 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-05-22T08:27:00.941Z] #18 11.51 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-05-22T08:27:01.222Z] #18 11.57 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-05-22T08:27:01.222Z] #18 11.63 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-05-22T08:27:01.513Z] #18 11.72 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-05-22T08:27:01.513Z] #18 11.93 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-05-22T08:27:01.513Z] #18 11.98 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-05-22T08:27:01.513Z] #18 12.05 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-05-22T08:27:01.790Z] #18 12.12 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-05-22T08:27:01.790Z] #18 12.27 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-05-22T08:27:01.790Z] #18 12.34 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-05-22T08:27:01.790Z] #18 12.39 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-05-22T08:27:02.116Z] #18 12.44 [ 68%] Linking C shared library libcsdk.so [2026-05-22T08:27:02.116Z] #18 12.52 [ 68%] Built target csdk [2026-05-22T08:27:02.116Z] #18 12.53 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-05-22T08:27:02.116Z] #18 12.60 [ 72%] Linking C executable template [2026-05-22T08:27:02.116Z] #18 12.62 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:02.422Z] #18 12.66 [ 72%] Built target template [2026-05-22T08:27:02.422Z] #18 12.68 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-05-22T08:27:02.422Z] #18 12.74 [ 76%] Linking C executable device-counter [2026-05-22T08:27:02.422Z] #18 12.77 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:02.422Z] #18 12.81 [ 76%] Built target device-counter [2026-05-22T08:27:02.422Z] #18 12.83 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-05-22T08:27:02.422Z] #18 12.89 [ 80%] Linking C executable device-random [2026-05-22T08:27:02.744Z] #18 12.91 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:02.744Z] #18 12.95 [ 80%] Built target device-random [2026-05-22T08:27:02.744Z] #18 12.97 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-05-22T08:27:02.744Z] #18 13.03 [ 84%] Linking C executable device-gyro [2026-05-22T08:27:02.744Z] #18 13.06 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:02.744Z] #18 13.10 [ 84%] Built target device-gyro [2026-05-22T08:27:02.744Z] #18 13.12 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-05-22T08:27:02.744Z] #18 13.17 [ 88%] Linking C executable device-bitfields [2026-05-22T08:27:02.744Z] #18 13.19 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:02.744Z] #18 13.23 [ 88%] Built target device-bitfields [2026-05-22T08:27:02.744Z] #18 13.25 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-05-22T08:27:02.744Z] #18 13.32 [ 92%] Linking C executable template-discovery [2026-05-22T08:27:03.021Z] #18 13.34 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:03.021Z] #18 13.38 [ 92%] Built target template-discovery [2026-05-22T08:27:03.021Z] #18 13.40 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-05-22T08:27:03.021Z] #18 13.46 [ 96%] Linking C executable device-file [2026-05-22T08:27:03.021Z] #18 13.48 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:03.021Z] #18 13.52 [ 96%] Built target device-file [2026-05-22T08:27:03.021Z] #18 13.54 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-05-22T08:27:03.021Z] #18 13.60 [100%] Linking C executable device-terminal [2026-05-22T08:27:03.295Z] #18 13.62 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:03.295Z] #18 13.66 [100%] Built target device-terminal [2026-05-22T08:27:03.295Z] #18 13.68 + cp -rf include/devsdk include/edgex /usr/include/ [2026-05-22T08:27:03.295Z] #18 13.68 + cp build/release/c/libcsdk.so /usr/lib/ [2026-05-22T08:27:03.295Z] #18 13.68 + mkdir -p /usr/share/doc/edgex-csdk [2026-05-22T08:27:03.295Z] #18 13.68 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-05-22T08:27:03.295Z] #18 13.68 + cp LICENSE /usr/share/doc/edgex-csdk [2026-05-22T08:27:03.295Z] #18 13.68 + rm -rf /device-bacnet-c/deps [2026-05-22T08:27:03.295Z] #18 DONE 13.8s [2026-05-22T08:27:03.581Z] [2026-05-22T08:27:03.581Z] #20 [builder 10/10] RUN /device-bacnet-c/scripts/build.sh [2026-05-22T08:27:03.581Z] #20 0.216 + readlink -f /device-bacnet-c/scripts/build.sh [2026-05-22T08:27:03.857Z] #20 0.217 + dirname /device-bacnet-c/scripts/build.sh [2026-05-22T08:27:03.857Z] #20 0.217 + dirname /device-bacnet-c/scripts [2026-05-22T08:27:03.857Z] #20 0.218 + ROOT=/device-bacnet-c [2026-05-22T08:27:03.857Z] #20 0.218 + echo /device-bacnet-c [2026-05-22T08:27:03.857Z] #20 0.218 + cd /device-bacnet-c [2026-05-22T08:27:03.857Z] #20 0.218 + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2026-05-22T08:27:03.857Z] #20 0.218 /device-bacnet-c [2026-05-22T08:27:03.857Z] #20 0.218 + '[' '!' -f /device-bacnet-c/lib/mstp/libbacnet.a ] [2026-05-22T08:27:03.857Z] #20 0.218 + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:27:03.857Z] #20 0.219 + cd /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:27:03.857Z] #20 0.219 + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-05-22T08:27:03.857Z] #20 0.238 -- /opt/iotech/iot/1.5/include [2026-05-22T08:27:03.857Z] #20 0.239 -- Configuring done (0.0s) [2026-05-22T08:27:03.857Z] #20 0.245 -- Generating done (0.0s) [2026-05-22T08:27:03.857Z] #20 0.246 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2026-05-22T08:27:03.857Z] #20 0.247 + make [2026-05-22T08:27:03.857Z] #20 0.247 + tee release.log [2026-05-22T08:27:03.857Z] #20 0.288 [ 22%] Built target bacnet_objects [2026-05-22T08:27:03.857Z] #20 0.313 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-05-22T08:27:03.857Z] #20 0.494 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-05-22T08:27:04.158Z] #20 0.762 [ 55%] Linking C executable device-bacnet-c [2026-05-22T08:27:04.158Z] #20 0.788 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:04.158Z] #20 0.829 [100%] Built target device-bacnet-c [2026-05-22T08:27:04.158Z] #20 0.836 + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:27:04.158Z] #20 0.836 + cd /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:27:04.158Z] #20 0.836 + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-05-22T08:27:04.159Z] #20 0.852 -- /opt/iotech/iot/1.5/include [2026-05-22T08:27:04.159Z] #20 0.853 -- Configuring done (0.0s) [2026-05-22T08:27:04.159Z] #20 0.858 -- Generating done (0.0s) [2026-05-22T08:27:04.159Z] #20 0.859 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2026-05-22T08:27:04.159Z] #20 0.860 + make [2026-05-22T08:27:04.159Z] #20 0.860 + tee release.log [2026-05-22T08:27:04.159Z] #20 0.898 [ 22%] Built target bacnet_objects [2026-05-22T08:27:04.435Z] #20 0.919 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-05-22T08:27:04.435Z] #20 1.088 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-05-22T08:27:04.717Z] #20 1.361 [ 55%] Linking C executable device-bacnet-c [2026-05-22T08:27:04.717Z] #20 1.388 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-05-22T08:27:04.717Z] #20 1.432 [100%] Built target device-bacnet-c [2026-05-22T08:27:04.717Z] #20 DONE 1.5s [2026-05-22T08:27:04.982Z] [2026-05-22T08:27:04.982Z] #21 [stage-1 6/12] COPY --from=builder /device-bacnet-c/build/release/ / [2026-05-22T08:27:04.982Z] #21 DONE 0.1s [2026-05-22T08:27:04.982Z] [2026-05-22T08:27:04.982Z] #22 [stage-1 7/12] COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2026-05-22T08:27:04.982Z] #22 DONE 0.0s [2026-05-22T08:27:04.982Z] [2026-05-22T08:27:04.982Z] #23 [stage-1 8/12] COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk [2026-05-22T08:27:04.982Z] #23 DONE 0.1s [2026-05-22T08:27:04.982Z] [2026-05-22T08:27:04.982Z] #24 [stage-1 9/12] COPY LICENSE /. [2026-05-22T08:27:05.245Z] #24 DONE 0.0s [2026-05-22T08:27:05.245Z] [2026-05-22T08:27:05.245Z] #25 [stage-1 10/12] COPY Attribution.txt /. [2026-05-22T08:27:05.245Z] #25 DONE 0.0s [2026-05-22T08:27:05.245Z] [2026-05-22T08:27:05.245Z] #26 [stage-1 11/12] COPY res /res [2026-05-22T08:27:05.245Z] #26 DONE 0.0s [2026-05-22T08:27:05.245Z] [2026-05-22T08:27:05.245Z] #27 [stage-1 12/12] COPY sample-profiles /sample-profiles [2026-05-22T08:27:05.508Z] #27 DONE 0.3s [2026-05-22T08:27:05.769Z] [2026-05-22T08:27:05.769Z] #28 exporting to image [2026-05-22T08:27:05.769Z] #28 exporting layers [2026-05-22T08:27:05.769Z] #28 exporting layers 0.4s done [2026-05-22T08:27:06.032Z] #28 writing image sha256:46665ecb49962bc5b36dc34589375264efdf5fda900c5dbce26e0ff33f0f9ae1 done [2026-05-22T08:27:06.032Z] #28 naming to docker.io/library/device-bacnet done [2026-05-22T08:27:06.032Z] #28 DONE 0.4s [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 [2026-05-22T08:27:07.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-22T08:27:07.761Z] [2026-05-22T08:27:07.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:27:08.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-22T08:27:08.163Z] latest: Pulling from edgex-lftools-log-publisher [2026-05-22T08:27:08.163Z] 5eb5b503b376: Pulling fs layer [2026-05-22T08:27:08.163Z] 5c69ac0246d0: Pulling fs layer [2026-05-22T08:27:08.163Z] ec43610c2a17: Pulling fs layer [2026-05-22T08:27:08.163Z] 3a2ae6a8a46f: Pulling fs layer [2026-05-22T08:27:08.163Z] 33b1e0a273af: Pulling fs layer [2026-05-22T08:27:08.163Z] 5d3b04190fa2: Pulling fs layer [2026-05-22T08:27:08.163Z] 3a2ae6a8a46f: Waiting [2026-05-22T08:27:08.163Z] 33b1e0a273af: Waiting [2026-05-22T08:27:08.163Z] 2f39f015ded8: Pulling fs layer [2026-05-22T08:27:08.163Z] 5d3b04190fa2: Waiting [2026-05-22T08:27:08.163Z] 2f39f015ded8: Waiting [2026-05-22T08:27:08.163Z] 5c69ac0246d0: Verifying Checksum [2026-05-22T08:27:08.163Z] 5c69ac0246d0: Download complete [2026-05-22T08:27:08.163Z] 3a2ae6a8a46f: Verifying Checksum [2026-05-22T08:27:08.163Z] 3a2ae6a8a46f: Download complete [2026-05-22T08:27:08.163Z] 33b1e0a273af: Verifying Checksum [2026-05-22T08:27:08.163Z] 33b1e0a273af: Download complete [2026-05-22T08:27:08.163Z] 5d3b04190fa2: Download complete [2026-05-22T08:27:08.163Z] ec43610c2a17: Verifying Checksum [2026-05-22T08:27:08.421Z] 5eb5b503b376: Verifying Checksum [2026-05-22T08:27:08.421Z] 5eb5b503b376: Download complete [2026-05-22T08:27:08.987Z] 2f39f015ded8: Download complete [2026-05-22T08:27:09.924Z] 5eb5b503b376: Pull complete [2026-05-22T08:27:10.182Z] 5c69ac0246d0: Pull complete [2026-05-22T08:27:10.756Z] ec43610c2a17: Pull complete [2026-05-22T08:27:10.756Z] 3a2ae6a8a46f: Pull complete [2026-05-22T08:27:11.015Z] 33b1e0a273af: Pull complete [2026-05-22T08:27:11.015Z] 5d3b04190fa2: Pull complete [2026-05-22T08:27:16.295Z] 2f39f015ded8: Pull complete [2026-05-22T08:27:16.295Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-05-22T08:27:16.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-22T08:27:16.295Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-22T08:27:16.505Z] prd-ubuntu20.04-docker-8c-8g-10422 does not seem to be running inside a container [2026-05-22T08:27:16.593Z] $ 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/exfoundry_device-bacnet-c_PR-110 -v /w/workspace/exfoundry_device-bacnet-c_PR-110:/w/workspace/exfoundry_device-bacnet-c_PR-110:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-05-22T08:27:20.280Z] $ docker top 52e3dafa32d449f566357f26096a8eb1b90d09b9248a35f664d53a1f202de3c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:20.742Z] ---> job-cost.sh [2026-05-22T08:27:20.742Z] lf-activate-venv: SKIPPING [2026-05-22T08:27:20.742Z] INFO: No Stack... [2026-05-22T08:27:21.003Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-05-22T08:27:21.598Z] INFO: Archiving Costs [Pipeline] sh [2026-05-22T08:27:21.915Z] + cat /w/workspace/exfoundry_device-bacnet-c_PR-110/archives/cost.csv [2026-05-22T08:27:21.915Z] + cut -d, -f6 [Pipeline] lock [2026-05-22T08:27:21.952Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-110-1-stack-cost] [2026-05-22T08:27:21.957Z] Resource [jenkins-edgexfoundry-device-bacnet-c-PR-110-1-stack-cost] did not exist. Created. [2026-05-22T08:27:21.964Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-110-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-05-22T08:27:22.403Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-05-22T08:27:22.461Z] Stashed 1 file(s) [Pipeline] } [2026-05-22T08:27:22.484Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-110-1-stack-cost] [Pipeline] // lock [Pipeline] } [2026-05-22T08:27:22.597Z] $ docker stop --time=1 52e3dafa32d449f566357f26096a8eb1b90d09b9248a35f664d53a1f202de3c2 [2026-05-22T08:27:23.833Z] $ docker rm -f --volumes 52e3dafa32d449f566357f26096a8eb1b90d09b9248a35f664d53a1f202de3c2 [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 [2026-05-22T08:27:25.568Z] + [ -d /w/workspace/exfoundry_device-bacnet-c_PR-110/archives ] [2026-05-22T08:27:25.568Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-110/archives [2026-05-22T08:27:25.568Z] total 16 [2026-05-22T08:27:25.568Z] drwxr-xr-x 3 root root 4096 May 22 08:27 . [2026-05-22T08:27:25.568Z] drwxrwxr-x 11 jenkins jenkins 4096 May 22 08:27 .. [2026-05-22T08:27:25.568Z] drwxr-xr-x 2 root root 4096 May 22 08:27 cost [2026-05-22T08:27:25.568Z] -rw-r--r-- 1 root root 87 May 22 08:27 cost.csv [2026-05-22T08:27:25.568Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-bacnet-c_PR-110/archives [2026-05-22T08:27:25.568Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-110/archives [2026-05-22T08:27:25.568Z] total 16 [2026-05-22T08:27:25.568Z] drwxr-xr-x 3 jenkins jenkins 4096 May 22 08:27 . [2026-05-22T08:27:25.568Z] drwxrwxr-x 11 jenkins jenkins 4096 May 22 08:27 .. [2026-05-22T08:27:25.568Z] drwxr-xr-x 2 jenkins jenkins 4096 May 22 08:27 cost [2026-05-22T08:27:25.568Z] -rw-r--r-- 1 jenkins jenkins 87 May 22 08:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:25.909Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:26.812Z] ---> package-listing.sh [2026-05-22T08:27:26.812Z] ++ facter osfamily [2026-05-22T08:27:26.812Z] ++ tr '[:upper:]' '[:lower:]' [2026-05-22T08:27:27.073Z] + OS_FAMILY=debian [2026-05-22T08:27:27.073Z] + workspace=/w/workspace/exfoundry_device-bacnet-c_PR-110 [2026-05-22T08:27:27.073Z] + START_PACKAGES=/tmp/packages_start.txt [2026-05-22T08:27:27.073Z] + END_PACKAGES=/tmp/packages_end.txt [2026-05-22T08:27:27.073Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-05-22T08:27:27.073Z] + PACKAGES=/tmp/packages_start.txt [2026-05-22T08:27:27.073Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-110 ']' [2026-05-22T08:27:27.073Z] + PACKAGES=/tmp/packages_end.txt [2026-05-22T08:27:27.073Z] + case "${OS_FAMILY}" in [2026-05-22T08:27:27.073Z] + dpkg -l [2026-05-22T08:27:27.073Z] + grep '^ii' [2026-05-22T08:27:27.073Z] + '[' -f /tmp/packages_start.txt ']' [2026-05-22T08:27:27.073Z] + '[' -f /tmp/packages_end.txt ']' [2026-05-22T08:27:27.073Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-05-22T08:27:27.073Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-110 ']' [2026-05-22T08:27:27.073Z] + mkdir -p /w/workspace/exfoundry_device-bacnet-c_PR-110/archives/ [2026-05-22T08:27:27.073Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-bacnet-c_PR-110/archives/ [Pipeline] echo [2026-05-22T08:27:27.111Z] 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/exfoundry_device-bacnet-c_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-05-22T08:27:27.403Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-22T08:27:28.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-22T08:27:28.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-22T08:27:28.247Z] prd-ubuntu20.04-docker-8c-8g-10422 does not seem to be running inside a container [2026-05-22T08:27:28.308Z] $ 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/exfoundry_device-bacnet-c_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-bacnet-c_PR-110 -v /w/workspace/exfoundry_device-bacnet-c_PR-110:/w/workspace/exfoundry_device-bacnet-c_PR-110:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-110@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-110@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 [2026-05-22T08:27:28.502Z] $ docker top e02ea2eb5649a5065bcf897d46558b087a25fdf0f92480c750fb8dc9a168f2c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-22T08:27:28.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-05-22T08:27:29.222Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-05-22T08:27:29.537Z] + ls /var/log/sa-host [2026-05-22T08:27:29.537Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-22T08:27:29.777Z] provisioning config files... [2026-05-22T08:27:29.788Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-110@tmp/config4436879383268439058tmp [Pipeline] { [Pipeline] echo [2026-05-22T08:27:29.844Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:30.161Z] ---> create-netrc.sh [Pipeline] } [2026-05-22T08:27:30.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:30.615Z] ---> python-tools-install.sh [Pipeline] echo [2026-05-22T08:27:30.653Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:30.976Z] ---> sudo-logs.sh [2026-05-22T08:27:30.976Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-05-22T08:27:31.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:31.375Z] ---> job-cost.sh [2026-05-22T08:27:31.375Z] lf-activate-venv: SKIPPING [2026-05-22T08:27:31.375Z] DEBUG: total: 0.2199999988079071 [2026-05-22T08:27:31.375Z] INFO: Retrieving Stack Cost... [2026-05-22T08:27:31.375Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-05-22T08:27:31.641Z] INFO: Archiving Costs [Pipeline] echo [2026-05-22T08:27:31.672Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-22T08:27:31.987Z] ---> logs-deploy.sh [2026-05-22T08:27:31.987Z] lf-activate-venv: SKIPPING [2026-05-22T08:27:31.987Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-bacnet-c/PR-110/1 [2026-05-22T08:27:31.987Z] INFO: archiving workspace using pattern(s): [2026-05-22T08:27:32.926Z] Archives upload complete. [2026-05-22T08:27:32.926Z] INFO: archiving logs to Nexus