Pull request #115 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 arccat-114 for edgexfoundry/device-bacnet-c Loading trusted files from base branch main at 652c4c721f17326d85c096634bcaaa8a720b44aa rather than 7e9544727282a46fb909e28189aab49ebdbfaac7 Obtained Jenkinsfile from 652c4c721f17326d85c096634bcaaa8a720b44aa 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-ssh14324589074442258625.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh10802651908625906657.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-115/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-115/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14610814193532865431.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-115/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16870258607538713482.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh15529857146489190898.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-115/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-115/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12587578259198921124.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1053 in /w/workspace/exfoundry_device-bacnet-c_PR-115 [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-115 # 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 > 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/115/head:refs/remotes/origin/PR-115 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 652c4c721f17326d85c096634bcaaa8a720b44aa into PR head commit 7e9544727282a46fb909e28189aab49ebdbfaac7 Merge succeeded, producing 7e9544727282a46fb909e28189aab49ebdbfaac7 Checking out Revision 7e9544727282a46fb909e28189aab49ebdbfaac7 (PR-115) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9544727282a46fb909e28189aab49ebdbfaac7 # 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 652c4c721f17326d85c096634bcaaa8a720b44aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9544727282a46fb909e28189aab49ebdbfaac7 # timeout=10 Commit message: "fix: bundle the matching libcbor runtime" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-08-28T11:10:06.621Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-08-28T11:10:06.810Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-08-28T11:10:06.921Z] ========================================================= [2026-08-28T11:10:06.921Z] EdgeX Global Pipelines Version Info [2026-08-28T11:10:06.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:10:08.538Z] ------------------- [2026-08-28T11:10:08.538Z] stable info: [2026-08-28T11:10:08.538Z] ------------------- [2026-08-28T11:10:08.538Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-08-28T11:10:08.538Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-08-28T11:10:08.538Z] Message: update stable to v1.0.281 [2026-08-28T11:10:09.929Z] ------------------- [2026-08-28T11:10:09.929Z] experimental info: [2026-08-28T11:10:09.929Z] ------------------- [2026-08-28T11:10:09.929Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-08-28T11:10:09.929Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-08-28T11:10:09.929Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-08-28T11:10:10.143Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-bacnet-c-settings [Pipeline] echo [2026-08-28T11:10:10.193Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-bacnet-c [Pipeline] echo [2026-08-28T11:10:10.246Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-08-28T11:10:10.300Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-08-28T11:10:10.353Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-08-28T11:10:10.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2026-08-28T11:10:10.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2026-08-28T11:10:10.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-08-28T11:10:10.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-08-28T11:10:10.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-bacnet [Pipeline] echo [2026-08-28T11:10:10.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-08-28T11:10:10.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-08-28T11:10:10.758Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-08-28T11:10:10.805Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-08-28T11:10:10.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-08-28T11:10:10.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-08-28T11:10:10.952Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-08-28T11:10:11.001Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-115 [Pipeline] echo [2026-08-28T11:10:11.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-115 [Pipeline] echo [2026-08-28T11:10:11.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-115 [Pipeline] echo [2026-08-28T11:10:11.143Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e9544727282a46fb909e28189aab49ebdbfaac7 [Pipeline] echo [2026-08-28T11:10:11.194Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e95447 [Pipeline] echo [2026-08-28T11:10:11.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-08-28T11:10:11.380Z] provisioning config files... [2026-08-28T11:10:11.393Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/config5400756836761779843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:10:11.785Z] ---> ****-login.sh [2026-08-28T11:10:11.785Z] nexus3.edgexfoundry.org:10001 [2026-08-28T11:10:11.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:12.050Z] [2026-08-28T11:10:12.050Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-28T11:10:12.050Z] Configure a credential helper to remove this warning. See [2026-08-28T11:10:12.050Z] https://docs.****.com/go/credential-store/ [2026-08-28T11:10:12.050Z] [2026-08-28T11:10:12.050Z] Login Succeeded [2026-08-28T11:10:12.050Z] nexus3.edgexfoundry.org:10002 [2026-08-28T11:10:12.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:12.050Z] [2026-08-28T11:10:12.050Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-28T11:10:12.050Z] Configure a credential helper to remove this warning. See [2026-08-28T11:10:12.051Z] https://docs.****.com/go/credential-store/ [2026-08-28T11:10:12.051Z] [2026-08-28T11:10:12.051Z] Login Succeeded [2026-08-28T11:10:12.051Z] nexus3.edgexfoundry.org:10003 [2026-08-28T11:10:12.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:12.314Z] [2026-08-28T11:10:12.314Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-28T11:10:12.314Z] Configure a credential helper to remove this warning. See [2026-08-28T11:10:12.314Z] https://docs.****.com/go/credential-store/ [2026-08-28T11:10:12.314Z] [2026-08-28T11:10:12.314Z] Login Succeeded [2026-08-28T11:10:12.314Z] nexus3.edgexfoundry.org:10004 [2026-08-28T11:10:12.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:12.314Z] [2026-08-28T11:10:12.314Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-28T11:10:12.314Z] Configure a credential helper to remove this warning. See [2026-08-28T11:10:12.314Z] https://docs.****.com/go/credential-store/ [2026-08-28T11:10:12.314Z] [2026-08-28T11:10:12.314Z] Login Succeeded [2026-08-28T11:10:12.314Z] ****.io [2026-08-28T11:10:12.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:12.578Z] [2026-08-28T11:10:12.578Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-28T11:10:12.578Z] Configure a credential helper to remove this warning. See [2026-08-28T11:10:12.578Z] https://docs.****.com/go/credential-store/ [2026-08-28T11:10:12.578Z] [2026-08-28T11:10:12.578Z] Login Succeeded [2026-08-28T11:10:12.578Z] ---> ****-login.sh ends [Pipeline] } [2026-08-28T11:10:12.602Z] 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-08-28T11:10:13.243Z] + git rev-list -1 --merges 7e9544727282a46fb909e28189aab49ebdbfaac7~1..7e9544727282a46fb909e28189aab49ebdbfaac7 [Pipeline] echo [2026-08-28T11:10:13.293Z] -----------> git rev-list -1 --merges 7e9544727282a46fb909e28189aab49ebdbfaac7~1..7e9544727282a46fb909e28189aab49ebdbfaac7 7e9544727282a46fb909e28189aab49ebdbfaac7 [false] [Pipeline] sh [2026-08-28T11:10:13.615Z] + git log --format=format:%s -1 7e9544727282a46fb909e28189aab49ebdbfaac7 [Pipeline] echo [2026-08-28T11:10:13.657Z] ========================================================= [2026-08-28T11:10:13.657Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-08-28T11:10:13.657Z] ========================================================= 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-08-28T11:10:14.623Z] + git rev-list -1 --merges 7e9544727282a46fb909e28189aab49ebdbfaac7~1..7e9544727282a46fb909e28189aab49ebdbfaac7 [Pipeline] echo [2026-08-28T11:10:14.658Z] -----------> git rev-list -1 --merges 7e9544727282a46fb909e28189aab49ebdbfaac7~1..7e9544727282a46fb909e28189aab49ebdbfaac7 7e9544727282a46fb909e28189aab49ebdbfaac7 [false] [Pipeline] sh [2026-08-28T11:10:31.251Z] + git log --format=format:%s -1 7e9544727282a46fb909e28189aab49ebdbfaac7 [Pipeline] echo [2026-08-28T11:10:31.295Z] ========================================================= [2026-08-28T11:10:31.295Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-08-28T11:10:31.295Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-08-28T11:10:31.799Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-08-28T11:10:31.799Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-08-28T11:10:31.799Z] + [ -e /tmp/ssh_known_hosts ] [2026-08-28T11:10:31.799Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-08-28T11:10:31.799Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-08-28T11:10:31.799Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-08-28T11:10:31.799Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:10:32.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-28T11:10:32.318Z] [2026-08-28T11:10:32.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:10:32.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-28T11:10:32.701Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-08-28T11:10:32.963Z] 3dae71ba6b94: Pulling fs layer [2026-08-28T11:10:32.963Z] 6bf1a483ea7c: Pulling fs layer [2026-08-28T11:10:32.963Z] f5dfc541a4d3: Pulling fs layer [2026-08-28T11:10:32.963Z] 461d9e800cba: Pulling fs layer [2026-08-28T11:10:32.963Z] 80192f66455f: Pulling fs layer [2026-08-28T11:10:32.963Z] 2e8e34ca0e6c: Pulling fs layer [2026-08-28T11:10:32.963Z] a29436f7fd5d: Pulling fs layer [2026-08-28T11:10:32.963Z] 923cac83aea3: Pulling fs layer [2026-08-28T11:10:32.963Z] 25ad8b0a4227: Pulling fs layer [2026-08-28T11:10:32.963Z] db01528c6b51: Pulling fs layer [2026-08-28T11:10:32.963Z] 461d9e800cba: Waiting [2026-08-28T11:10:32.963Z] 80192f66455f: Waiting [2026-08-28T11:10:32.963Z] 28988de357af: Pulling fs layer [2026-08-28T11:10:32.963Z] 2e8e34ca0e6c: Waiting [2026-08-28T11:10:32.963Z] a29436f7fd5d: Waiting [2026-08-28T11:10:32.963Z] 923cac83aea3: Waiting [2026-08-28T11:10:32.963Z] 25ad8b0a4227: Waiting [2026-08-28T11:10:32.963Z] 28988de357af: Waiting [2026-08-28T11:10:32.963Z] 6bf1a483ea7c: Verifying Checksum [2026-08-28T11:10:32.963Z] 6bf1a483ea7c: Download complete [2026-08-28T11:10:32.963Z] 461d9e800cba: Verifying Checksum [2026-08-28T11:10:32.963Z] 461d9e800cba: Download complete [2026-08-28T11:10:32.963Z] 80192f66455f: Verifying Checksum [2026-08-28T11:10:32.963Z] 80192f66455f: Download complete [2026-08-28T11:10:32.963Z] f5dfc541a4d3: Verifying Checksum [2026-08-28T11:10:32.963Z] f5dfc541a4d3: Download complete [2026-08-28T11:10:33.223Z] 3dae71ba6b94: Download complete [2026-08-28T11:10:33.223Z] 923cac83aea3: Verifying Checksum [2026-08-28T11:10:33.223Z] 923cac83aea3: Download complete [2026-08-28T11:10:33.223Z] 25ad8b0a4227: Verifying Checksum [2026-08-28T11:10:33.223Z] 25ad8b0a4227: Download complete [2026-08-28T11:10:33.223Z] db01528c6b51: Verifying Checksum [2026-08-28T11:10:33.223Z] db01528c6b51: Download complete [2026-08-28T11:10:33.223Z] 28988de357af: Verifying Checksum [2026-08-28T11:10:33.223Z] 28988de357af: Download complete [2026-08-28T11:10:33.490Z] a29436f7fd5d: Verifying Checksum [2026-08-28T11:10:33.490Z] a29436f7fd5d: Download complete [2026-08-28T11:10:33.750Z] 2e8e34ca0e6c: Verifying Checksum [2026-08-28T11:10:33.750Z] 2e8e34ca0e6c: Download complete [2026-08-28T11:10:34.321Z] 3dae71ba6b94: Pull complete [2026-08-28T11:10:34.321Z] 6bf1a483ea7c: Pull complete [2026-08-28T11:10:35.262Z] f5dfc541a4d3: Pull complete [2026-08-28T11:10:35.262Z] 461d9e800cba: Pull complete [2026-08-28T11:10:35.262Z] 80192f66455f: Pull complete [2026-08-28T11:10:38.557Z] 2e8e34ca0e6c: Pull complete [2026-08-28T11:10:38.818Z] a29436f7fd5d: Pull complete [2026-08-28T11:10:38.818Z] 923cac83aea3: Pull complete [2026-08-28T11:10:38.818Z] 25ad8b0a4227: Pull complete [2026-08-28T11:10:38.818Z] db01528c6b51: Pull complete [2026-08-28T11:10:38.818Z] 28988de357af: Pull complete [2026-08-28T11:10:39.079Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-08-28T11:10:39.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-28T11:10:39.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-28T11:10:39.326Z] prd-ubuntu20.04-docker-8c-8g-1053 does not seem to be running inside a container [2026-08-28T11:10:39.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-bacnet-c_PR-115 -v /w/workspace/exfoundry_device-bacnet-c_PR-115:/w/workspace/exfoundry_device-bacnet-c_PR-115:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-08-28T11:10:40.928Z] $ docker top 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a -eo pid,comm [2026-08-28T11:10:40.996Z] 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-08-28T11:10:40.996Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-08-28T11:10:41.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-28T11:10:41.154Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-28T11:10:41.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-28T11:10:41.265Z] $ docker exec 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a ssh-agent [2026-08-28T11:10:41.399Z] SSH_AUTH_SOCK=/tmp/ssh-SNQgvk5olNv9/agent.32 [2026-08-28T11:10:41.399Z] SSH_AGENT_PID=38 [2026-08-28T11:10:41.406Z] Running ssh-add (command line suppressed) [2026-08-28T11:10:41.500Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/private_key_4924995689560436618.key (/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/private_key_4924995689560436618.key) [2026-08-28T11:10:41.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-28T11:10:41.882Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-bacnet-c_PR-115 [Pipeline] sh [2026-08-28T11:10:42.203Z] + git tag --points-at HEAD [Pipeline] } [2026-08-28T11:10:42.210Z] $ docker exec --env ******** --env ******** 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a ssh-agent -k [2026-08-28T11:10:42.319Z] unset SSH_AUTH_SOCK; [2026-08-28T11:10:42.320Z] unset SSH_AGENT_PID; [2026-08-28T11:10:42.320Z] echo Agent pid 38 killed; [2026-08-28T11:10:42.350Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-08-28T11:10:42.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-28T11:10:42.458Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-28T11:10:42.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-28T11:10:42.558Z] $ docker exec 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a ssh-agent [2026-08-28T11:10:42.687Z] SSH_AUTH_SOCK=/tmp/ssh-Pky52YeY2xhR/agent.85 [2026-08-28T11:10:42.687Z] SSH_AGENT_PID=91 [2026-08-28T11:10:42.692Z] Running ssh-add (command line suppressed) [2026-08-28T11:10:42.788Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/private_key_14444829181669910511.key (/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/private_key_14444829181669910511.key) [2026-08-28T11:10:42.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-28T11:10:43.162Z] + git semver init [2026-08-28T11:10:43.424Z] 2026-08-28 11:10:43,388 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-08-28T11:10:43.424Z] 2026-08-28 11:10:43,391 [run_init] DEBUG init version:0.0.0 force:False [2026-08-28T11:10:43.424Z] 2026-08-28 11:10:43,391 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver [2026-08-28T11:10:43.424Z] 2026-08-28 11:10:43,392 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-bacnet-c.git /w/workspace/exfoundry_device-bacnet-c_PR-115/.semver [2026-08-28T11:10:43.424Z] 2026-08-28 11:10:43,392 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-bacnet-c.git', '/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-115, stdin=None, shell=False, universal_newlines=False) [2026-08-28T11:10:44.371Z] 2026-08-28 11:10:44,347 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-bacnet-c_PR-115/.git/info/exclude [2026-08-28T11:10:44.371Z] 2026-08-28 11:10:44,348 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver/PR-115 with force:False [2026-08-28T11:10:44.371Z] 2026-08-28 11:10:44,348 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver/PR-115 [2026-08-28T11:10:44.632Z] 2026-08-28 11:10:44,352 [execute] INFO git cat-file --batch-check [2026-08-28T11:10:44.632Z] 2026-08-28 11:10:44,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver, stdin=, shell=False, universal_newlines=False) [2026-08-28T11:10:44.632Z] 2026-08-28 11:10:44,357 [execute] INFO git cat-file --batch [2026-08-28T11:10:44.632Z] 2026-08-28 11:10:44,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-115/.semver, stdin=, shell=False, universal_newlines=False) [2026-08-28T11:10:44.632Z] 2026-08-28 11:10:44,361 [read_version] DEBUG read version from /w/workspace/exfoundry_device-bacnet-c_PR-115/.semver/PR-115 [2026-08-28T11:10:44.632Z] 0.0.0 [Pipeline] } [2026-08-28T11:10:44.642Z] $ docker exec --env ******** --env ******** 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a ssh-agent -k [2026-08-28T11:10:44.741Z] unset SSH_AUTH_SOCK; [2026-08-28T11:10:44.742Z] unset SSH_AGENT_PID; [2026-08-28T11:10:44.742Z] echo Agent pid 91 killed; [2026-08-28T11:10:44.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-08-28T11:10:45.225Z] + git semver [Pipeline] } [2026-08-28T11:10:45.806Z] $ docker stop --time=1 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a [2026-08-28T11:10:47.097Z] $ docker rm -f --volumes 3bd022861eac55ae77c77f0c161cd0666550b8e79fcbed46a77612e3ecd8098a [Pipeline] // withDockerContainer [Pipeline] sh [2026-08-28T11:10:47.542Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-08-28T11:10:47.946Z] Stashed 1 file(s) [Pipeline] echo [2026-08-28T11:10:47.970Z] [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-08-28T11:10:48.871Z] provisioning config files... [2026-08-28T11:10:48.895Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/config5539325374602324992tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:10:49.330Z] ---> ****-login.sh [2026-08-28T11:10:49.330Z] nexus3.edgexfoundry.org:10001 [2026-08-28T11:10:49.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:49.330Z] Login Succeeded [2026-08-28T11:10:49.330Z] nexus3.edgexfoundry.org:10002 [2026-08-28T11:10:49.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:49.330Z] Login Succeeded [2026-08-28T11:10:49.330Z] nexus3.edgexfoundry.org:10003 [2026-08-28T11:10:49.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:49.591Z] Login Succeeded [2026-08-28T11:10:49.591Z] nexus3.edgexfoundry.org:10004 [2026-08-28T11:10:49.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:49.591Z] Login Succeeded [2026-08-28T11:10:49.591Z] ****.io [2026-08-28T11:10:49.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-28T11:10:49.854Z] Login Succeeded [2026-08-28T11:10:49.854Z] ---> ****-login.sh ends [Pipeline] } [2026-08-28T11:10:49.880Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2026-08-28T11:10:50.084Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-08-28T11:10:50.122Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2026-08-28T11:10:50.160Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-08-28T11:10:50.197Z] ========================================================= [2026-08-28T11:10:50.197Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2026-08-28T11:10:50.197Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:10:50.843Z] + 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-08-28T11:10:51.414Z] #0 building with "default" instance using docker driver [2026-08-28T11:10:51.414Z] [2026-08-28T11:10:51.414Z] #1 [internal] load build definition from Dockerfile.alpine-base [2026-08-28T11:10:51.414Z] #1 transferring dockerfile: 1.45kB done [2026-08-28T11:10:51.414Z] #1 DONE 0.0s [2026-08-28T11:10:51.414Z] [2026-08-28T11:10:51.414Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2026-08-28T11:10:51.414Z] #2 DONE 0.1s [2026-08-28T11:10:51.685Z] [2026-08-28T11:10:51.685Z] #3 [internal] load .dockerignore [2026-08-28T11:10:51.685Z] #3 transferring context: 2B done [2026-08-28T11:10:51.685Z] #3 DONE 0.0s [2026-08-28T11:10:51.685Z] [2026-08-28T11:10:51.685Z] #4 [internal] load build context [2026-08-28T11:10:51.685Z] #4 transferring context: 85.95kB done [2026-08-28T11:10:51.685Z] #4 DONE 0.0s [2026-08-28T11:10:51.685Z] [2026-08-28T11:10:51.685Z] #5 [ 1/11] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2026-08-28T11:10:51.685Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 0.0s done [2026-08-28T11:10:51.685Z] #5 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 2.10MB / 3.40MB 0.1s [2026-08-28T11:10:51.685Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 9.44MB / 118.14MB 0.1s [2026-08-28T11:10:51.685Z] #5 sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 741B / 741B done [2026-08-28T11:10:51.685Z] #5 sha256:6605166a5db42c9ef4e3b8366138377c430980df3f34fe18e3a1340b6ab951b9 2.56kB / 2.56kB done [2026-08-28T11:10:51.685Z] #5 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.1s done [2026-08-28T11:10:51.685Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 34.60MB / 118.14MB 0.2s [2026-08-28T11:10:51.685Z] #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa [2026-08-28T11:10:51.948Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 58.72MB / 118.14MB 0.3s [2026-08-28T11:10:51.948Z] #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.1s done [2026-08-28T11:10:52.210Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 113.25MB / 118.14MB 0.5s [2026-08-28T11:10:52.210Z] #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.7s done [2026-08-28T11:10:52.210Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d [2026-08-28T11:10:55.505Z] #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 2.7s done [2026-08-28T11:10:55.505Z] #5 DONE 3.5s [2026-08-28T11:10:55.505Z] [2026-08-28T11:10:55.505Z] #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-08-28T11:10:55.505Z] #6 0.337 Connecting to iotech.jfrog.io (52.30.167.63:443) [2026-08-28T11:10:55.766Z] #6 0.762 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-08-28T11:10:55.766Z] #6 0.762 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-08-28T11:10:55.766Z] #6 0.762 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-08-28T11:10:56.711Z] #6 DONE 1.5s [2026-08-28T11:10:56.711Z] [2026-08-28T11:10:56.711Z] #7 [ 3/11] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-08-28T11:10:56.973Z] #7 DONE 0.3s [2026-08-28T11:10:56.973Z] [2026-08-28T11:10:56.973Z] #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.6-dev dumb-init [2026-08-28T11:10:56.973Z] #8 0.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:10:57.545Z] #8 0.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:10:57.545Z] #8 0.719 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:10:58.118Z] #8 1.301 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:10:58.380Z] #8 1.306 (1/18) Installing dumb-init (1.2.5-r2) [2026-08-28T11:10:58.380Z] #8 1.400 (2/18) Installing hiredis (1.1.0-r2) [2026-08-28T11:10:58.380Z] #8 1.488 (3/18) Installing hiredis-dev (1.1.0-r2) [2026-08-28T11:10:58.380Z] #8 1.644 (4/18) Installing libcbor (0.10.2-r1) [2026-08-28T11:10:58.641Z] #8 1.742 (5/18) Installing iotech-iot-1.6 (1.6.3-r0) [2026-08-28T11:10:59.215Z] #8 2.418 (6/18) Installing iotech-iot-1.6-dev (1.6.3-r0) [2026-08-28T11:10:59.477Z] #8 2.521 (7/18) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-08-28T11:10:59.739Z] #8 2.926 (8/18) Installing libcbor-dev (0.10.2-r1) [2026-08-28T11:11:00.002Z] #8 3.014 (9/18) Installing libmenuw (6.4_p20230506-r0) [2026-08-28T11:11:00.002Z] #8 3.019 (10/18) Installing libpanelw (6.4_p20230506-r0) [2026-08-28T11:11:00.002Z] #8 3.024 (11/18) Installing libncurses++ (6.4_p20230506-r0) [2026-08-28T11:11:00.002Z] #8 3.111 (12/18) Installing ncurses-dev (6.4_p20230506-r0) [2026-08-28T11:11:00.002Z] #8 3.204 (13/18) Installing libblkid (2.38.1-r8) [2026-08-28T11:11:00.002Z] #8 3.215 (14/18) Installing libuuid (2.38.1-r8) [2026-08-28T11:11:00.264Z] #8 3.301 (15/18) Installing libfdisk (2.38.1-r8) [2026-08-28T11:11:00.264Z] #8 3.312 (16/18) Installing libmount (2.38.1-r8) [2026-08-28T11:11:00.264Z] #8 3.323 (17/18) Installing libsmartcols (2.38.1-r8) [2026-08-28T11:11:00.264Z] #8 3.420 (18/18) Installing util-linux-dev (2.38.1-r8) [2026-08-28T11:11:00.264Z] #8 3.456 Executing busybox-1.36.1-r4.trigger [2026-08-28T11:11:00.528Z] #8 3.468 OK: 338 MiB in 100 packages [2026-08-28T11:11:00.528Z] #8 DONE 3.6s [2026-08-28T11:11:00.528Z] [2026-08-28T11:11:00.528Z] #9 [ 5/11] RUN apk --no-cache upgrade [2026-08-28T11:11:00.790Z] #9 0.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:00.790Z] #9 0.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:01.052Z] #9 0.525 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:01.625Z] #9 1.124 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:11:01.625Z] #9 1.128 Upgrading critical system libraries and apk-tools: [2026-08-28T11:11:01.625Z] #9 1.128 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2026-08-28T11:11:01.625Z] #9 1.136 Executing busybox-1.36.1-r4.trigger [2026-08-28T11:11:01.625Z] #9 1.175 Continuing the upgrade transaction with new apk-tools: [2026-08-28T11:11:01.625Z] #9 1.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:01.625Z] #9 1.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:01.887Z] #9 1.353 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:02.459Z] #9 1.924 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:11:02.460Z] #9 1.928 (1/27) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2026-08-28T11:11:02.460Z] #9 1.942 (2/27) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2026-08-28T11:11:02.460Z] #9 2.044 Executing busybox-1.36.1-r7.post-upgrade [2026-08-28T11:11:02.723Z] #9 2.060 (3/27) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2026-08-28T11:11:02.723Z] #9 2.146 (4/27) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2026-08-28T11:11:02.723Z] #9 2.153 (5/27) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2026-08-28T11:11:02.723Z] #9 2.187 (6/27) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2026-08-28T11:11:02.723Z] #9 2.198 (7/27) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2026-08-28T11:11:02.723Z] #9 2.283 (8/27) Upgrading binutils (2.40-r7 -> 2.40-r8) [2026-08-28T11:11:02.723Z] #9 2.334 (9/27) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2026-08-28T11:11:02.723Z] #9 2.393 (10/27) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) [2026-08-28T11:11:02.984Z] #9 2.397 (11/27) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) [2026-08-28T11:11:02.984Z] #9 2.405 (12/27) Upgrading libarchive (3.7.2-r0 -> 3.8.0-r0) [2026-08-28T11:11:02.984Z] #9 2.502 (13/27) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2026-08-28T11:11:02.984Z] #9 2.515 (14/27) Installing libpsl (0.21.5-r0) [2026-08-28T11:11:02.984Z] #9 2.519 (15/27) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2026-08-28T11:11:02.984Z] #9 2.527 (16/27) Installing libpsl-utils (0.21.5-r0) [2026-08-28T11:11:02.984Z] #9 2.620 (17/27) Installing libpsl-dev (0.21.5-r0) [2026-08-28T11:11:03.246Z] #9 2.624 (18/27) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2026-08-28T11:11:03.246Z] #9 2.642 (19/27) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2026-08-28T11:11:03.246Z] #9 2.649 (20/27) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2026-08-28T11:11:03.246Z] #9 2.709 (21/27) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2026-08-28T11:11:03.246Z] #9 2.715 (22/27) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2026-08-28T11:11:03.246Z] #9 2.722 (23/27) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2026-08-28T11:11:03.246Z] #9 2.755 (24/27) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2026-08-28T11:11:03.246Z] #9 2.842 (25/27) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2026-08-28T11:11:03.507Z] #9 2.936 (26/27) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2026-08-28T11:11:03.507Z] #9 3.023 (27/27) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2026-08-28T11:11:03.507Z] #9 3.115 Executing busybox-1.36.1-r7.trigger [2026-08-28T11:11:03.507Z] #9 3.120 Executing ca-certificates-20241121-r1.trigger [2026-08-28T11:11:03.507Z] #9 3.185 OK: 338 MiB in 103 packages [2026-08-28T11:11:03.770Z] #9 DONE 3.4s [2026-08-28T11:11:04.033Z] [2026-08-28T11:11:04.033Z] #10 [ 6/11] COPY scripts /device-bacnet-c/scripts [2026-08-28T11:11:04.033Z] #10 DONE 0.0s [2026-08-28T11:11:04.033Z] [2026-08-28T11:11:04.033Z] #11 [ 7/11] COPY src /device-bacnet-c/src/ [2026-08-28T11:11:04.033Z] #11 DONE 0.0s [2026-08-28T11:11:04.033Z] [2026-08-28T11:11:04.033Z] #12 [ 8/11] COPY VERSION /device-bacnet-c/ [2026-08-28T11:11:04.033Z] #12 DONE 0.0s [2026-08-28T11:11:04.033Z] [2026-08-28T11:11:04.033Z] #13 [ 9/11] WORKDIR /device-bacnet-c [2026-08-28T11:11:04.033Z] #13 DONE 0.0s [2026-08-28T11:11:04.033Z] [2026-08-28T11:11:04.033Z] #14 [10/11] RUN /device-bacnet-c/scripts/build_deps.sh [2026-08-28T11:11:04.297Z] #14 0.251 + CSDK_VER=4.0.2 [2026-08-28T11:11:04.297Z] #14 0.251 + '[' '!' -d deps ] [2026-08-28T11:11:04.297Z] #14 0.251 + mkdir deps [2026-08-28T11:11:04.297Z] #14 0.253 + cd /device-bacnet-c/deps [2026-08-28T11:11:04.297Z] #14 0.253 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-08-28T11:11:04.297Z] #14 0.259 Connecting to github.com (140.82.114.4:443) [2026-08-28T11:11:04.559Z] #14 0.548 Connecting to codeload.github.com (140.82.112.9:443) [2026-08-28T11:11:04.822Z] #14 0.723 saving to 'v4.0.2.zip' [2026-08-28T11:11:04.822Z] #14 0.786 v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-08-28T11:11:04.822Z] #14 0.786 'v4.0.2.zip' saved [2026-08-28T11:11:04.822Z] #14 0.787 + unzip v4.0.2.zip [2026-08-28T11:11:04.822Z] #14 0.788 Archive: v4.0.2.zip [2026-08-28T11:11:04.822Z] #14 0.794 creating: device-sdk-c-4.0.2/ [2026-08-28T11:11:04.822Z] #14 0.794 creating: device-sdk-c-4.0.2/.github/ [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-08-28T11:11:04.822Z] #14 0.794 creating: device-sdk-c-4.0.2/.github/workflows/ [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/.gitignore [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/Attribution.txt [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/Doxyfile [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/LICENSE [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/Makefile [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/OWNERS.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/README.IOT.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/README.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/README.v3.md [2026-08-28T11:11:04.822Z] #14 0.794 creating: device-sdk-c-4.0.2/docs/ [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-08-28T11:11:04.822Z] #14 0.794 inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/docs/startup.md [2026-08-28T11:11:04.822Z] #14 0.797 creating: device-sdk-c-4.0.2/include/ [2026-08-28T11:11:04.822Z] #14 0.797 creating: device-sdk-c-4.0.2/include/devsdk/ [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-08-28T11:11:04.822Z] #14 0.797 creating: device-sdk-c-4.0.2/include/edgex/ [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-08-28T11:11:04.822Z] #14 0.797 creating: device-sdk-c-4.0.2/scripts/ [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-08-28T11:11:04.822Z] #14 0.797 creating: device-sdk-c-4.0.2/src/ [2026-08-28T11:11:04.822Z] #14 0.797 inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-08-28T11:11:04.822Z] #14 0.802 creating: device-sdk-c-4.0.2/src/c/ [2026-08-28T11:11:04.822Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-08-28T11:11:04.822Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/api.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/command.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/command.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/config.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/config.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/data.c [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/data.h [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-08-28T11:11:04.823Z] #14 0.802 inflating: device-sdk-c-4.0.2/src/c/device.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/device.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-08-28T11:11:04.823Z] #14 0.806 creating: device-sdk-c-4.0.2/src/c/examples/ [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-08-28T11:11:04.823Z] #14 0.806 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-08-28T11:11:04.823Z] #14 0.806 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-08-28T11:11:04.823Z] #14 0.808 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.808 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-08-28T11:11:04.823Z] #14 0.808 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-08-28T11:11:04.823Z] #14 0.808 creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-08-28T11:11:04.823Z] #14 0.808 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-08-28T11:11:04.823Z] #14 0.808 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.810 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-08-28T11:11:04.823Z] #14 0.810 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-08-28T11:11:04.823Z] #14 0.813 creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-08-28T11:11:04.823Z] #14 0.813 creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.813 creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-08-28T11:11:04.823Z] #14 0.813 creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.813 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-08-28T11:11:04.823Z] #14 0.813 creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-08-28T11:11:04.823Z] #14 0.815 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.815 creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-08-28T11:11:04.823Z] #14 0.817 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-08-28T11:11:04.823Z] #14 0.817 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-08-28T11:11:04.823Z] #14 0.821 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-08-28T11:11:04.823Z] #14 0.821 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/map.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/map.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-08-28T11:11:04.823Z] #14 0.821 inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/service.c [2026-08-28T11:11:04.823Z] #14 0.826 inflating: device-sdk-c-4.0.2/src/c/service.h [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-08-28T11:11:04.823Z] #14 0.828 creating: device-sdk-c-4.0.2/src/cmake/ [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-08-28T11:11:04.823Z] #14 0.828 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-08-28T11:11:04.823Z] #14 0.828 + cd device-sdk-c-4.0.2 [2026-08-28T11:11:04.823Z] #14 0.828 + ./scripts/build.sh [2026-08-28T11:11:04.823Z] #14 0.829 + CPPCHECK=false [2026-08-28T11:11:04.823Z] #14 0.829 + DOCGEN=false [2026-08-28T11:11:04.823Z] #14 0.829 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-08-28T11:11:04.823Z] #14 0.829 + '[' 0 -gt 0 ] [2026-08-28T11:11:04.823Z] #14 0.830 + readlink -f ./scripts/build.sh [2026-08-28T11:11:04.823Z] #14 0.831 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-08-28T11:11:04.823Z] #14 0.832 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.2/scripts [2026-08-28T11:11:04.823Z] #14 0.833 + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.2 [2026-08-28T11:11:04.823Z] #14 0.833 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2 [2026-08-28T11:11:04.823Z] #14 0.833 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:11:04.823Z] #14 0.834 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:11:04.823Z] #14 0.834 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.2/src [2026-08-28T11:11:04.823Z] #14 0.945 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:11:05.086Z] #14 0.973 -- Detecting C compiler ABI info [2026-08-28T11:11:05.086Z] #14 1.079 -- Detecting C compiler ABI info - done [2026-08-28T11:11:05.086Z] #14 1.114 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:11:05.086Z] #14 1.115 -- Detecting C compile features [2026-08-28T11:11:05.086Z] #14 1.116 -- Detecting C compile features - done [2026-08-28T11:11:05.086Z] #14 1.121 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-08-28T11:11:05.086Z] #14 1.203 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-08-28T11:11:05.347Z] #14 1.208 -- Found LIBYAML: /usr/lib/libyaml.so [2026-08-28T11:11:05.347Z] #14 1.213 -- Found LIBUUID: /usr/lib/libuuid.so [2026-08-28T11:11:05.347Z] #14 1.218 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-08-28T11:11:05.347Z] #14 1.222 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-08-28T11:11:05.347Z] #14 1.225 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:11:05.347Z] #14 1.225 -- /opt/iotech/iot/1.6/include [2026-08-28T11:11:05.347Z] #14 1.225 -- C SDK 0.0.0 for Linux [2026-08-28T11:11:05.347Z] #14 1.229 -- Performing Test CSDK_HAVE_ATOMIC [2026-08-28T11:11:05.347Z] #14 1.328 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-08-28T11:11:05.347Z] #14 1.391 -- Found Curses: /usr/lib/libcurses.so [2026-08-28T11:11:05.347Z] #14 1.424 -- Configuring done (0.6s) [2026-08-28T11:11:05.347Z] #14 1.459 -- Generating done (0.0s) [2026-08-28T11:11:05.610Z] #14 1.462 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:11:05.610Z] #14 1.466 + make all package [2026-08-28T11:11:05.610Z] #14 1.466 + tee release.log [2026-08-28T11:11:05.610Z] #14 1.516 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-08-28T11:11:05.610Z] #14 1.712 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-08-28T11:11:05.871Z] #14 1.887 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-08-28T11:11:06.132Z] #14 2.044 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-08-28T11:11:06.132Z] #14 2.137 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-08-28T11:11:06.132Z] #14 2.189 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-08-28T11:11:06.132Z] #14 2.189 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-08-28T11:11:06.132Z] #14 2.189 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-08-28T11:11:06.132Z] #14 2.189 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-08-28T11:11:06.395Z] #14 2.281 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-08-28T11:11:06.658Z] #14 2.616 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-08-28T11:11:06.919Z] #14 2.672 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-08-28T11:11:06.919Z] #14 2.840 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-08-28T11:11:07.179Z] #14 3.108 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-08-28T11:11:07.440Z] #14 3.192 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-08-28T11:11:07.440Z] #14 3.341 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-08-28T11:11:07.440Z] #14 3.469 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-08-28T11:11:07.713Z] #14 3.582 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-08-28T11:11:07.713Z] #14 3.726 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-08-28T11:11:07.976Z] #14 3.800 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-08-28T11:11:07.976Z] #14 4.107 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-08-28T11:11:08.245Z] #14 4.161 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-08-28T11:11:08.508Z] #14 4.415 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-08-28T11:11:08.770Z] #14 4.508 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-08-28T11:11:08.770Z] #14 4.752 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-08-28T11:11:08.770Z] #14 4.864 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-08-28T11:11:10.162Z] #14 5.885 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-08-28T11:11:10.162Z] #14 6.014 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-08-28T11:11:10.162Z] #14 6.108 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-08-28T11:11:10.162Z] #14 6.186 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-08-28T11:11:10.423Z] #14 6.267 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-08-28T11:11:10.423Z] #14 6.505 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-08-28T11:11:10.995Z] #14 6.849 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-08-28T11:11:10.995Z] #14 6.914 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-08-28T11:11:10.995Z] #14 7.029 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-08-28T11:11:11.257Z] #14 7.146 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-08-28T11:11:11.519Z] #14 7.610 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-08-28T11:11:11.780Z] #14 7.748 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-08-28T11:11:11.780Z] #14 7.810 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-08-28T11:11:11.780Z] #14 7.909 [ 69%] Linking C shared library libcsdk.so [2026-08-28T11:11:12.042Z] #14 7.955 [ 69%] Built target csdk [2026-08-28T11:11:12.042Z] #14 7.973 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-08-28T11:11:12.042Z] #14 8.124 [ 73%] Linking C executable template [2026-08-28T11:11:12.303Z] #14 8.154 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:12.303Z] #14 8.213 [ 73%] Built target template [2026-08-28T11:11:12.303Z] #14 8.231 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-08-28T11:11:12.303Z] #14 8.339 [ 76%] Linking C executable device-counter [2026-08-28T11:11:12.564Z] #14 8.368 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:12.564Z] #14 8.427 [ 76%] Built target device-counter [2026-08-28T11:11:12.564Z] #14 8.446 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-08-28T11:11:12.564Z] #14 8.551 [ 80%] Linking C executable device-random [2026-08-28T11:11:12.564Z] #14 8.576 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:12.564Z] #14 8.633 [ 80%] Built target device-random [2026-08-28T11:11:12.564Z] #14 8.652 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-08-28T11:11:12.825Z] #14 8.751 [ 84%] Linking C executable device-gyro [2026-08-28T11:11:12.825Z] #14 8.778 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:13.086Z] #14 8.833 [ 84%] Built target device-gyro [2026-08-28T11:11:13.087Z] #14 8.855 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-08-28T11:11:13.087Z] #14 8.960 [ 88%] Linking C executable device-bitfields [2026-08-28T11:11:13.087Z] #14 8.990 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:13.087Z] #14 9.050 [ 88%] Built target device-bitfields [2026-08-28T11:11:13.087Z] #14 9.070 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-08-28T11:11:13.348Z] #14 9.227 [ 92%] Linking C executable template-discovery [2026-08-28T11:11:13.348Z] #14 9.257 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:13.348Z] #14 9.314 [ 92%] Built target template-discovery [2026-08-28T11:11:13.348Z] #14 9.336 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-08-28T11:11:13.348Z] #14 9.472 [ 96%] Linking C executable device-file [2026-08-28T11:11:13.611Z] #14 9.495 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:13.611Z] #14 9.539 [ 96%] Built target device-file [2026-08-28T11:11:13.611Z] #14 9.555 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-08-28T11:11:13.611Z] #14 9.671 [100%] Linking C executable device-terminal [2026-08-28T11:11:13.873Z] #14 9.707 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:13.873Z] #14 9.761 [100%] Built target device-terminal [2026-08-28T11:11:13.873Z] #14 9.780 Run CPack packaging tool... [2026-08-28T11:11:13.873Z] #14 9.797 CPack: Create package using TGZ [2026-08-28T11:11:13.873Z] #14 9.797 CPack: Install projects [2026-08-28T11:11:13.873Z] #14 9.798 CPack: - Run preinstall target for: Csdk [2026-08-28T11:11:14.134Z] #14 10.07 CPack: - Install project: Csdk [] [2026-08-28T11:11:14.134Z] #14 10.08 CPack: Create package [2026-08-28T11:11:14.134Z] #14 10.12 CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-08-28T11:11:14.134Z] #14 10.12 + '[' false '=' true ] [2026-08-28T11:11:14.134Z] #14 10.12 + '[' false '=' true ] [2026-08-28T11:11:14.134Z] #14 10.12 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:11:14.134Z] #14 10.12 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:11:14.134Z] #14 10.12 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.2/src [2026-08-28T11:11:14.134Z] #14 10.22 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:11:14.398Z] #14 10.25 -- Detecting C compiler ABI info [2026-08-28T11:11:14.398Z] #14 10.36 -- Detecting C compiler ABI info - done [2026-08-28T11:11:14.398Z] #14 10.39 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:11:14.398Z] #14 10.39 -- Detecting C compile features [2026-08-28T11:11:14.398Z] #14 10.39 -- Detecting C compile features - done [2026-08-28T11:11:14.398Z] #14 10.40 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-08-28T11:11:14.398Z] #14 10.48 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-08-28T11:11:14.660Z] #14 10.48 -- Found LIBYAML: /usr/lib/libyaml.so [2026-08-28T11:11:14.660Z] #14 10.49 -- Found LIBUUID: /usr/lib/libuuid.so [2026-08-28T11:11:14.660Z] #14 10.49 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-08-28T11:11:14.660Z] #14 10.50 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-08-28T11:11:14.660Z] #14 10.50 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:11:14.660Z] #14 10.50 -- /opt/iotech/iot/1.6/include [2026-08-28T11:11:14.660Z] #14 10.50 -- C SDK 0.0.0 for Linux [2026-08-28T11:11:14.660Z] #14 10.50 -- Performing Test CSDK_HAVE_ATOMIC [2026-08-28T11:11:14.660Z] #14 10.60 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-08-28T11:11:14.660Z] #14 10.66 -- Found Curses: /usr/lib/libcurses.so [2026-08-28T11:11:14.660Z] #14 10.69 -- Configuring done (0.6s) [2026-08-28T11:11:14.660Z] #14 10.72 -- Generating done (0.0s) [2026-08-28T11:11:14.922Z] #14 10.72 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:11:14.922Z] #14 10.73 + + teemake [2026-08-28T11:11:14.922Z] #14 10.73 debug.log [2026-08-28T11:11:14.922Z] #14 10.77 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-08-28T11:11:14.922Z] #14 10.88 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-08-28T11:11:14.922Z] #14 10.99 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-08-28T11:11:15.183Z] #14 11.09 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-08-28T11:11:15.183Z] #14 11.18 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-08-28T11:11:15.183Z] #14 11.25 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-08-28T11:11:15.183Z] #14 11.25 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-08-28T11:11:15.183Z] #14 11.25 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-08-28T11:11:15.183Z] #14 11.25 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-08-28T11:11:15.445Z] #14 11.30 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-08-28T11:11:15.445Z] #14 11.42 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-08-28T11:11:15.706Z] #14 11.45 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-08-28T11:11:15.706Z] #14 11.52 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-08-28T11:11:15.706Z] #14 11.67 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-08-28T11:11:15.968Z] #14 11.76 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-08-28T11:11:15.968Z] #14 11.86 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-08-28T11:11:15.968Z] #14 11.96 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-08-28T11:11:15.968Z] #14 12.05 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-08-28T11:11:16.229Z] #14 12.14 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-08-28T11:11:16.229Z] #14 12.21 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-08-28T11:11:16.491Z] #14 12.37 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-08-28T11:11:16.491Z] #14 12.44 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-08-28T11:11:16.491Z] #14 12.57 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-08-28T11:11:16.752Z] #14 12.63 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-08-28T11:11:16.752Z] #14 12.77 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-08-28T11:11:17.014Z] #14 12.85 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-08-28T11:11:17.014Z] #14 13.06 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-08-28T11:11:17.275Z] #14 13.16 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-08-28T11:11:17.275Z] #14 13.23 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-08-28T11:11:17.275Z] #14 13.31 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-08-28T11:11:17.275Z] #14 13.38 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-08-28T11:11:17.535Z] #14 13.49 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-08-28T11:11:17.797Z] #14 13.73 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-08-28T11:11:17.797Z] #14 13.80 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-08-28T11:11:17.797Z] #14 13.89 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-08-28T11:11:18.058Z] #14 13.98 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-08-28T11:11:18.058Z] #14 14.17 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-08-28T11:11:18.318Z] #14 14.27 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-08-28T11:11:18.318Z] #14 14.35 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-08-28T11:11:18.579Z] #14 14.44 [ 69%] Linking C shared library libcsdk.so [2026-08-28T11:11:18.579Z] #14 14.51 [ 69%] Built target csdk [2026-08-28T11:11:18.579Z] #14 14.53 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-08-28T11:11:18.579Z] #14 14.62 [ 73%] Linking C executable template [2026-08-28T11:11:18.840Z] #14 14.66 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:18.840Z] #14 14.71 [ 73%] Built target template [2026-08-28T11:11:18.840Z] #14 14.73 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-08-28T11:11:18.840Z] #14 14.82 [ 76%] Linking C executable device-counter [2026-08-28T11:11:18.840Z] #14 14.85 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.100Z] #14 14.90 [ 76%] Built target device-counter [2026-08-28T11:11:19.100Z] #14 14.92 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-08-28T11:11:19.100Z] #14 15.00 [ 80%] Linking C executable device-random [2026-08-28T11:11:19.100Z] #14 15.03 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.100Z] #14 15.09 [ 80%] Built target device-random [2026-08-28T11:11:19.100Z] #14 15.11 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-08-28T11:11:19.100Z] #14 15.19 [ 84%] Linking C executable device-gyro [2026-08-28T11:11:19.100Z] #14 15.22 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.360Z] #14 15.27 [ 84%] Built target device-gyro [2026-08-28T11:11:19.360Z] #14 15.30 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-08-28T11:11:19.361Z] #14 15.37 [ 88%] Linking C executable device-bitfields [2026-08-28T11:11:19.361Z] #14 15.40 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.361Z] #14 15.45 [ 88%] Built target device-bitfields [2026-08-28T11:11:19.361Z] #14 15.47 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-08-28T11:11:19.622Z] #14 15.57 [ 92%] Linking C executable template-discovery [2026-08-28T11:11:19.622Z] #14 15.60 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.622Z] #14 15.65 [ 92%] Built target template-discovery [2026-08-28T11:11:19.622Z] #14 15.67 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-08-28T11:11:19.622Z] #14 15.75 [ 96%] Linking C executable device-file [2026-08-28T11:11:19.906Z] #14 15.78 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:19.906Z] #14 15.84 [ 96%] Built target device-file [2026-08-28T11:11:19.906Z] #14 15.86 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-08-28T11:11:19.906Z] #14 15.96 [100%] Linking C executable device-terminal [2026-08-28T11:11:19.906Z] #14 15.99 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:20.170Z] #14 16.05 [100%] Built target device-terminal [2026-08-28T11:11:20.170Z] #14 16.06 + cp -rf include/devsdk include/edgex /usr/include/ [2026-08-28T11:11:20.170Z] #14 16.06 + cp build/release/c/libcsdk.so /usr/lib/ [2026-08-28T11:11:20.170Z] #14 16.07 + mkdir -p /usr/share/doc/edgex-csdk [2026-08-28T11:11:20.170Z] #14 16.07 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-08-28T11:11:20.170Z] #14 16.07 + cp LICENSE /usr/share/doc/edgex-csdk [2026-08-28T11:11:20.170Z] #14 16.07 + rm -rf /device-bacnet-c/deps [2026-08-28T11:11:20.170Z] #14 DONE 16.2s [2026-08-28T11:11:20.432Z] [2026-08-28T11:11:20.432Z] #15 [11/11] RUN /device-bacnet-c/scripts/build.sh [2026-08-28T11:11:20.432Z] #15 0.332 + readlink -f /device-bacnet-c/scripts/build.sh [2026-08-28T11:11:20.694Z] #15 0.333 + dirname /device-bacnet-c/scripts/build.sh [2026-08-28T11:11:20.694Z] #15 0.334 + dirname /device-bacnet-c/scripts [2026-08-28T11:11:20.694Z] #15 0.334 + ROOT=/device-bacnet-c [2026-08-28T11:11:20.694Z] #15 0.334 + echo /device-bacnet-c [2026-08-28T11:11:20.694Z] #15 0.334 + cd /device-bacnet-c [2026-08-28T11:11:20.694Z] #15 0.334 /device-bacnet-c [2026-08-28T11:11:20.694Z] #15 0.334 + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2026-08-28T11:11:20.694Z] #15 0.335 + '[' '!' -d /device-bacnet-c/bacnet-stack ] [2026-08-28T11:11:20.694Z] #15 0.335 + git clone https://github.com/IOTechSystems/bacnet-stack.git [2026-08-28T11:11:20.694Z] #15 0.336 Cloning into 'bacnet-stack'... [2026-08-28T11:11:27.288Z] #15 6.572 + cd /device-bacnet-c/bacnet-stack [2026-08-28T11:11:27.288Z] #15 6.572 + git checkout v0.8.6-IOTech [2026-08-28T11:11:27.550Z] #15 7.328 Note: switching to 'v0.8.6-IOTech'. [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 You are in 'detached HEAD' state. You can look around, make experimental [2026-08-28T11:11:27.550Z] #15 7.328 changes and commit them, and you can discard any commits you make in this [2026-08-28T11:11:27.550Z] #15 7.328 state without impacting any branches by switching back to a branch. [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 If you want to create a new branch to retain commits you create, you may [2026-08-28T11:11:27.550Z] #15 7.328 do so (now or later) by using -c with the switch command. Example: [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 git switch -c [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 Or undo this operation with: [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 git switch - [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 Turn off this advice by setting config variable advice.detachedHead to false [2026-08-28T11:11:27.550Z] #15 7.328 [2026-08-28T11:11:27.550Z] #15 7.328 HEAD is now at 8b67b7f2 Changes for BACnet device service [2026-08-28T11:11:27.811Z] #15 7.329 + mkdir -p /device-bacnet-c/lib/ip [2026-08-28T11:11:27.811Z] #15 7.330 + mkdir -p /device-bacnet-c/lib/mstp [2026-08-28T11:11:27.811Z] #15 7.331 + make 'BACDL_DEFINE=-DBACDL_MSTP=1' clean library [2026-08-28T11:11:27.811Z] #15 7.333 make -s -C lib clean [2026-08-28T11:11:27.811Z] #15 7.338 make -s -C demo clean [2026-08-28T11:11:27.811Z] #15 7.394 make -s -C demo/router clean [2026-08-28T11:11:27.811Z] #15 7.397 make -s -C demo/router-ipv6 clean [2026-08-28T11:11:27.811Z] #15 7.400 make -s -C demo/gateway clean [2026-08-28T11:11:27.811Z] #15 7.404 make -s -C lib all [2026-08-28T11:11:32.042Z] #15 11.91 ../ports/linux/dlmstp.c: In function 'dlmstp_cleanup': [2026-08-28T11:11:32.042Z] #15 11.91 ../ports/linux/dlmstp.c:147:20: warning: passing argument 1 of 'pthread_cancel' makes pointer from integer without a cast [-Wint-conversion] [2026-08-28T11:11:32.042Z] #15 11.91 147 | pthread_cancel(hThread); [2026-08-28T11:11:32.042Z] #15 11.91 | ^~~~~~~ [2026-08-28T11:11:32.042Z] #15 11.91 | | [2026-08-28T11:11:32.042Z] #15 11.91 | long unsigned int [2026-08-28T11:11:32.303Z] #15 11.92 In file included from ../ports/linux/net.h:73, [2026-08-28T11:11:32.303Z] #15 11.92 from ../ports/linux/dlmstp.c:43: [2026-08-28T11:11:32.303Z] #15 11.92 /usr/include/pthread.h:98:20: note: expected 'pthread_t' {aka 'struct __pthread *'} but argument is of type 'long unsigned int' [2026-08-28T11:11:32.303Z] #15 11.92 98 | int pthread_cancel(pthread_t); [2026-08-28T11:11:32.303Z] #15 11.92 | ^~~~~~~~~ [2026-08-28T11:11:32.303Z] #15 11.92 ../ports/linux/dlmstp.c: In function 'dlmstp_init': [2026-08-28T11:11:32.303Z] #15 11.92 ../ports/linux/dlmstp.c:727:25: warning: passing argument 1 of 'pthread_create' from incompatible pointer type [-Wincompatible-pointer-types] [2026-08-28T11:11:32.303Z] #15 11.92 727 | rv = pthread_create(&hThread, NULL, dlmstp_master_fsm_task, NULL); [2026-08-28T11:11:32.303Z] #15 11.92 | ^~~~~~~~ [2026-08-28T11:11:32.303Z] #15 11.92 | | [2026-08-28T11:11:32.303Z] #15 11.92 | long unsigned int * [2026-08-28T11:11:32.303Z] #15 11.92 /usr/include/pthread.h:80:20: note: expected 'struct __pthread ** restrict' but argument is of type 'long unsigned int *' [2026-08-28T11:11:32.303Z] #15 11.92 80 | int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict); [2026-08-28T11:11:32.303Z] #15 11.92 | ^ [2026-08-28T11:11:36.512Z] #15 16.07 + cp lib/libbacnet.a /device-bacnet-c/lib/mstp [2026-08-28T11:11:36.512Z] #15 16.08 + make 'BACDL_DEFINE=-DBACDL_BIP=1' clean library [2026-08-28T11:11:36.512Z] #15 16.08 make -s -C lib clean [2026-08-28T11:11:36.512Z] #15 16.08 make -s -C demo clean [2026-08-28T11:11:36.512Z] #15 16.14 make -s -C demo/router clean [2026-08-28T11:11:36.512Z] #15 16.15 make -s -C demo/router-ipv6 clean [2026-08-28T11:11:36.512Z] #15 16.15 make -s -C demo/gateway clean [2026-08-28T11:11:36.512Z] #15 16.15 make -s -C lib all [2026-08-28T11:11:46.533Z] #15 25.60 + cp lib/libbacnet.a /device-bacnet-c/lib/ip [2026-08-28T11:11:46.533Z] #15 25.60 + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:11:46.533Z] #15 25.60 + cd /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:11:46.533Z] #15 25.60 + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-08-28T11:11:46.533Z] #15 25.69 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:11:46.533Z] #15 25.71 -- Detecting C compiler ABI info [2026-08-28T11:11:46.533Z] #15 25.80 -- Detecting C compiler ABI info - done [2026-08-28T11:11:46.533Z] #15 25.83 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:11:46.533Z] #15 25.83 -- Detecting C compile features [2026-08-28T11:11:46.533Z] #15 25.83 -- Detecting C compile features - done [2026-08-28T11:11:46.533Z] #15 25.83 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2026-08-28T11:11:46.533Z] #15 25.93 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2026-08-28T11:11:46.533Z] #15 25.93 -- Found Threads: TRUE [2026-08-28T11:11:46.533Z] #15 25.94 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:11:46.533Z] #15 25.94 -- /opt/iotech/iot/1.6/include [2026-08-28T11:11:46.533Z] #15 25.94 -- Configuring done (0.3s) [2026-08-28T11:11:46.533Z] #15 25.95 -- Generating done (0.0s) [2026-08-28T11:11:46.533Z] #15 25.96 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:11:46.533Z] #15 25.96 + make [2026-08-28T11:11:46.533Z] #15 25.96 + tee release.log [2026-08-28T11:11:46.533Z] #15 25.99 [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2026-08-28T11:11:46.533Z] #15 26.21 [ 22%] Linking C static library libbacnet_objects.a [2026-08-28T11:11:46.533Z] #15 26.24 [ 22%] Built target bacnet_objects [2026-08-28T11:11:46.533Z] #15 26.26 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-08-28T11:11:46.533Z] #15 26.46 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2026-08-28T11:11:46.796Z] #15 26.56 [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2026-08-28T11:11:46.796Z] #15 26.64 [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2026-08-28T11:11:46.796Z] #15 26.73 [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-08-28T11:11:47.058Z] #15 27.00 [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2026-08-28T11:11:47.321Z] #15 27.06 [100%] Linking C executable device-bacnet-c [2026-08-28T11:11:47.321Z] #15 27.09 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:47.321Z] #15 27.15 [100%] Built target device-bacnet-c [2026-08-28T11:11:47.321Z] #15 27.16 + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:11:47.321Z] #15 27.16 + cd /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:11:47.321Z] #15 27.16 + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-08-28T11:11:47.321Z] #15 27.25 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:11:47.321Z] #15 27.27 -- Detecting C compiler ABI info [2026-08-28T11:11:47.582Z] #15 27.37 -- Detecting C compiler ABI info - done [2026-08-28T11:11:47.582Z] #15 27.40 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:11:47.582Z] #15 27.40 -- Detecting C compile features [2026-08-28T11:11:47.582Z] #15 27.40 -- Detecting C compile features - done [2026-08-28T11:11:47.582Z] #15 27.40 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2026-08-28T11:11:47.582Z] #15 27.51 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2026-08-28T11:11:47.845Z] #15 27.51 -- Found Threads: TRUE [2026-08-28T11:11:47.845Z] #15 27.52 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:11:47.845Z] #15 27.52 -- /opt/iotech/iot/1.6/include [2026-08-28T11:11:47.845Z] #15 27.52 -- Configuring done (0.4s) [2026-08-28T11:11:47.845Z] #15 27.53 -- Generating done (0.0s) [2026-08-28T11:11:47.845Z] #15 27.53 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:11:47.845Z] #15 27.54 + make [2026-08-28T11:11:47.845Z] #15 27.54 + tee release.log [2026-08-28T11:11:47.845Z] #15 27.57 [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2026-08-28T11:11:47.845Z] #15 27.79 [ 22%] Linking C static library libbacnet_objects.a [2026-08-28T11:11:48.106Z] #15 27.81 [ 22%] Built target bacnet_objects [2026-08-28T11:11:48.106Z] #15 27.83 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-08-28T11:11:48.106Z] #15 28.02 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2026-08-28T11:11:48.369Z] #15 28.10 [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2026-08-28T11:11:48.369Z] #15 28.17 [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2026-08-28T11:11:48.633Z] #15 28.26 [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-08-28T11:11:48.633Z] #15 28.54 [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2026-08-28T11:11:48.903Z] #15 28.63 [100%] Linking C executable device-bacnet-c [2026-08-28T11:11:48.903Z] #15 28.66 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:11:48.903Z] #15 28.71 [100%] Built target device-bacnet-c [2026-08-28T11:11:48.903Z] #15 DONE 28.8s [2026-08-28T11:11:49.166Z] [2026-08-28T11:11:49.166Z] #16 exporting to image [2026-08-28T11:11:49.166Z] #16 exporting layers [2026-08-28T11:11:49.426Z] #16 exporting layers 0.4s done [2026-08-28T11:11:49.426Z] #16 writing image sha256:faf586dc30bdf43bb1eecd6d4088861ad151829cf8d32abc0767850bf803b792 done [2026-08-28T11:11:49.426Z] #16 naming to docker.io/library/ci-base-image-x86_64 done [2026-08-28T11:11:49.426Z] #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-08-28T11:11:50.135Z] + docker inspect -f . ci-base-image-x86_64 [2026-08-28T11:11:50.135Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-28T11:11:50.290Z] prd-ubuntu20.04-docker-8c-8g-1053 does not seem to be running inside a container [2026-08-28T11:11:50.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-bacnet-c_PR-115 -v /w/workspace/exfoundry_device-bacnet-c_PR-115:/w/workspace/exfoundry_device-bacnet-c_PR-115:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-115@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 ******** ci-base-image-x86_64 cat [2026-08-28T11:11:50.594Z] $ docker top b222578c6b0a8fb8585345163c11c749bec6b58ad08c5212c52dbf9b03afb0c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-08-28T11:11:51.003Z] + make test [2026-08-28T11:11:51.003Z] build/release/device-bacnet-c/device-bacnet-c [Pipeline] } [2026-08-28T11:11:51.023Z] $ docker stop --time=1 b222578c6b0a8fb8585345163c11c749bec6b58ad08c5212c52dbf9b03afb0c8 [2026-08-28T11:11:52.309Z] $ docker rm -f --volumes b222578c6b0a8fb8585345163c11c749bec6b58ad08c5212c52dbf9b03afb0c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-08-28T11:11:53.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-08-28T11:11:53.601Z] + ls -al . [2026-08-28T11:11:53.601Z] total 88 [2026-08-28T11:11:53.601Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 28 11:10 . [2026-08-28T11:11:53.601Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:10 .. [2026-08-28T11:11:53.601Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:10 .git [2026-08-28T11:11:53.601Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:10 .github [2026-08-28T11:11:53.601Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 11:10 .semver [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 1563 Aug 28 11:10 Attribution.txt [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 1172 Aug 28 11:10 CHANGELOG.md [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 28 11:10 GOVERNANCE.md [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 764 Aug 28 11:10 Jenkinsfile [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 28 11:10 LICENSE [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 837 Aug 28 11:10 Makefile [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 621 Aug 28 11:10 OWNERS.md [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 5503 Aug 28 11:10 README.md [2026-08-28T11:11:53.601Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 28 11:10 VERSION [2026-08-28T11:11:53.601Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:10 docs [2026-08-28T11:11:53.601Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:10 res [2026-08-28T11:11:53.601Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:10 sample-profiles [2026-08-28T11:11:53.601Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:10 scripts [2026-08-28T11:11:53.601Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:10 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:11:54.017Z] + 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=7e9544727282a46fb909e28189aab49ebdbfaac7 --label arch=amd64 --label version=0.0.0 . [2026-08-28T11:11:54.278Z] #0 building with "default" instance using docker driver [2026-08-28T11:11:54.278Z] [2026-08-28T11:11:54.278Z] #1 [internal] load build definition from Dockerfile.alpine [2026-08-28T11:11:54.278Z] #1 transferring dockerfile: 2.44kB done [2026-08-28T11:11:54.278Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [2026-08-28T11:11:54.278Z] #1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 34) [2026-08-28T11:11:54.278Z] #1 DONE 0.0s [2026-08-28T11:11:54.278Z] [2026-08-28T11:11:54.278Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-08-28T11:11:54.278Z] #2 DONE 0.0s [2026-08-28T11:11:54.278Z] [2026-08-28T11:11:54.278Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2026-08-28T11:11:54.850Z] #3 DONE 0.6s [2026-08-28T11:11:54.850Z] [2026-08-28T11:11:54.850Z] #4 [internal] load .dockerignore [2026-08-28T11:11:54.850Z] #4 transferring context: 2B done [2026-08-28T11:11:54.850Z] #4 DONE 0.0s [2026-08-28T11:11:54.850Z] [2026-08-28T11:11:54.850Z] #5 [internal] load build context [2026-08-28T11:11:54.850Z] #5 transferring context: 20.43kB done [2026-08-28T11:11:54.850Z] #5 DONE 0.0s [2026-08-28T11:11:54.850Z] [2026-08-28T11:11:54.850Z] #6 [stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-08-28T11:11:54.850Z] #6 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 0.0s done [2026-08-28T11:11:54.850Z] #6 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 [2026-08-28T11:11:54.850Z] #6 ... [2026-08-28T11:11:54.850Z] [2026-08-28T11:11:54.850Z] #7 [builder 1/10] FROM docker.io/library/ci-base-image-x86_64:latest [2026-08-28T11:11:54.850Z] #7 DONE 0.2s [2026-08-28T11:11:54.850Z] [2026-08-28T11:11:54.850Z] #6 [stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-08-28T11:11:54.850Z] #6 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done [2026-08-28T11:11:54.850Z] #6 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done [2026-08-28T11:11:54.850Z] #6 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done [2026-08-28T11:11:54.850Z] #6 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 0.1s done [2026-08-28T11:11:55.111Z] #6 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s done [2026-08-28T11:11:55.111Z] #6 DONE 0.3s [2026-08-28T11:11:55.111Z] [2026-08-28T11:11:55.111Z] #8 [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-08-28T11:11:55.111Z] #8 0.268 Connecting to iotech.jfrog.io (108.133.30.231:443) [2026-08-28T11:11:55.689Z] #8 0.699 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-08-28T11:11:55.689Z] #8 0.699 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-08-28T11:11:55.689Z] #8 0.699 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-08-28T11:11:55.689Z] #8 DONE 0.8s [2026-08-28T11:11:55.689Z] [2026-08-28T11:11:55.689Z] #9 [builder 3/10] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-08-28T11:11:55.950Z] #9 ... [2026-08-28T11:11:55.950Z] [2026-08-28T11:11:55.950Z] #10 [stage-1 2/13] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-08-28T11:11:55.950Z] #10 0.305 Connecting to iotech.jfrog.io (52.30.167.63:443) [2026-08-28T11:11:55.950Z] #10 0.708 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-08-28T11:11:55.950Z] #10 0.708 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-08-28T11:11:55.950Z] #10 0.708 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-08-28T11:11:55.950Z] #10 DONE 0.8s [2026-08-28T11:11:55.950Z] [2026-08-28T11:11:55.950Z] #9 [builder 3/10] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-08-28T11:11:55.950Z] #9 DONE 0.4s [2026-08-28T11:11:55.950Z] [2026-08-28T11:11:55.950Z] #11 [stage-1 3/13] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2026-08-28T11:11:56.222Z] #11 DONE 0.5s [2026-08-28T11:11:56.222Z] [2026-08-28T11:11:56.222Z] #12 [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.6-dev [2026-08-28T11:11:56.484Z] #12 0.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:56.745Z] #12 0.589 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:57.007Z] #12 0.809 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:57.268Z] #12 1.400 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:11:57.528Z] #12 1.407 OK: 338 MiB in 103 packages [2026-08-28T11:11:57.528Z] #12 DONE 1.5s [2026-08-28T11:11:57.528Z] [2026-08-28T11:11:57.528Z] #13 [builder 5/10] COPY scripts /device-bacnet-c/scripts [2026-08-28T11:11:57.528Z] #13 DONE 0.0s [2026-08-28T11:11:57.528Z] [2026-08-28T11:11:57.528Z] #14 [stage-1 4/13] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis iotech-iot-1.6 dumb-init [2026-08-28T11:11:57.528Z] #14 0.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:57.528Z] #14 0.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:57.528Z] #14 0.773 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:11:57.528Z] #14 ... [2026-08-28T11:11:57.528Z] [2026-08-28T11:11:57.528Z] #15 [builder 6/10] COPY src /device-bacnet-c/src/ [2026-08-28T11:11:57.528Z] #15 DONE 0.1s [2026-08-28T11:11:57.528Z] [2026-08-28T11:11:57.528Z] #16 [builder 7/10] COPY VERSION /device-bacnet-c/ [2026-08-28T11:11:57.528Z] #16 DONE 0.0s [2026-08-28T11:11:57.790Z] [2026-08-28T11:11:57.790Z] #17 [builder 8/10] WORKDIR /device-bacnet-c [2026-08-28T11:11:57.790Z] #17 DONE 0.0s [2026-08-28T11:11:57.790Z] [2026-08-28T11:11:57.790Z] #14 [stage-1 4/13] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis iotech-iot-1.6 dumb-init [2026-08-28T11:11:57.790Z] #14 1.411 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:11:57.790Z] #14 1.427 (1/27) Installing ca-certificates (20260413-r0) [2026-08-28T11:11:57.790Z] #14 1.455 (2/27) Installing brotli-libs (1.1.0-r2) [2026-08-28T11:11:57.790Z] #14 1.472 (3/27) Installing c-ares (1.33.1-r0) [2026-08-28T11:11:57.790Z] #14 1.478 (4/27) Installing libunistring (1.2-r0) [2026-08-28T11:11:57.790Z] #14 1.501 (5/27) Installing libidn2 (2.3.7-r0) [2026-08-28T11:11:57.790Z] #14 1.510 (6/27) Installing nghttp2-libs (1.62.1-r0) [2026-08-28T11:11:57.790Z] #14 1.512 (7/27) Installing libpsl (0.21.5-r1) [2026-08-28T11:11:57.790Z] #14 1.516 (8/27) Installing zstd-libs (1.5.6-r0) [2026-08-28T11:11:57.790Z] #14 1.529 (9/27) Installing libcurl (8.14.1-r2) [2026-08-28T11:11:57.790Z] #14 1.540 (10/27) Installing curl (8.14.1-r2) [2026-08-28T11:11:57.790Z] #14 1.548 (11/27) Installing dumb-init (1.2.5-r3) [2026-08-28T11:11:57.790Z] #14 1.553 (12/27) Installing hiredis (1.2.0-r0) [2026-08-28T11:11:57.790Z] #14 1.640 (13/27) Installing yaml (0.2.5-r2) [2026-08-28T11:11:58.051Z] #14 1.647 (14/27) Installing libcbor (0.11.0-r0) [2026-08-28T11:11:58.051Z] #14 1.735 (15/27) Installing iotech-iot-1.6 (1.6.3-r0) [2026-08-28T11:11:58.622Z] #14 2.399 (16/27) Installing pkgconf (2.2.0-r0) [2026-08-28T11:11:58.622Z] #14 2.406 (17/27) Installing openssl-dev (3.3.7-r0) [2026-08-28T11:11:58.622Z] #14 2.443 (18/27) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-08-28T11:11:59.565Z] #14 3.375 (19/27) Installing gmp (6.3.0-r1) [2026-08-28T11:11:59.565Z] #14 3.386 (20/27) Installing nettle (3.10.2-r0) [2026-08-28T11:11:59.827Z] #14 3.488 (21/27) Installing libffi (3.4.6-r0) [2026-08-28T11:11:59.827Z] #14 3.492 (22/27) Installing libtasn1 (4.21.0-r0) [2026-08-28T11:11:59.827Z] #14 3.496 (23/27) Installing p11-kit (0.25.3-r0) [2026-08-28T11:11:59.827Z] #14 3.513 (24/27) Installing gnutls (3.8.13-r0) [2026-08-28T11:11:59.827Z] #14 3.546 (25/27) Installing libmicrohttpd (0.9.77-r0) [2026-08-28T11:11:59.827Z] #14 3.641 (26/27) Installing libuuid (2.40.1-r1) [2026-08-28T11:12:00.089Z] #14 3.645 (27/27) Installing linux-headers (6.6-r0) [2026-08-28T11:12:00.089Z] #14 3.744 Executing busybox-1.36.1-r31.trigger [2026-08-28T11:12:00.089Z] #14 3.749 Executing ca-certificates-20260413-r0.trigger [2026-08-28T11:12:00.089Z] #14 3.798 OK: 31 MiB in 41 packages [2026-08-28T11:12:00.351Z] #14 DONE 4.0s [2026-08-28T11:12:00.351Z] [2026-08-28T11:12:00.351Z] #18 [builder 9/10] RUN /device-bacnet-c/scripts/build_deps.sh [2026-08-28T11:12:00.351Z] #18 0.235 + CSDK_VER=4.0.2 [2026-08-28T11:12:00.351Z] #18 0.235 + '[' '!' -d deps ] [2026-08-28T11:12:00.351Z] #18 0.235 + mkdir deps [2026-08-28T11:12:00.351Z] #18 0.236 + cd /device-bacnet-c/deps [2026-08-28T11:12:00.351Z] #18 0.237 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-08-28T11:12:00.351Z] #18 0.239 Connecting to github.com (140.82.114.4:443) [2026-08-28T11:12:00.351Z] #18 0.358 Connecting to codeload.github.com (140.82.112.9:443) [2026-08-28T11:12:00.351Z] #18 0.504 saving to 'v4.0.2.zip' [2026-08-28T11:12:00.351Z] #18 0.568 v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-08-28T11:12:00.351Z] #18 0.568 'v4.0.2.zip' saved [2026-08-28T11:12:00.351Z] #18 0.568 + unzip v4.0.2.zip [2026-08-28T11:12:00.351Z] #18 0.569 Archive: v4.0.2.zip [2026-08-28T11:12:00.351Z] #18 0.574 creating: device-sdk-c-4.0.2/ [2026-08-28T11:12:00.351Z] #18 0.574 creating: device-sdk-c-4.0.2/.github/ [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-08-28T11:12:00.351Z] #18 0.574 creating: device-sdk-c-4.0.2/.github/workflows/ [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/.gitignore [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/Attribution.txt [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/Doxyfile [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/LICENSE [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/Makefile [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/OWNERS.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/README.IOT.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/README.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/README.v3.md [2026-08-28T11:12:00.351Z] #18 0.574 creating: device-sdk-c-4.0.2/docs/ [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-08-28T11:12:00.351Z] #18 0.574 inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/docs/startup.md [2026-08-28T11:12:00.351Z] #18 0.578 creating: device-sdk-c-4.0.2/include/ [2026-08-28T11:12:00.351Z] #18 0.578 creating: device-sdk-c-4.0.2/include/devsdk/ [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-08-28T11:12:00.351Z] #18 0.578 creating: device-sdk-c-4.0.2/include/edgex/ [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-08-28T11:12:00.351Z] #18 0.578 creating: device-sdk-c-4.0.2/scripts/ [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-08-28T11:12:00.351Z] #18 0.578 creating: device-sdk-c-4.0.2/src/ [2026-08-28T11:12:00.351Z] #18 0.578 inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.582 creating: device-sdk-c-4.0.2/src/c/ [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/api.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/command.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/command.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/config.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/config.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/data.c [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/data.h [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-08-28T11:12:00.351Z] #18 0.582 inflating: device-sdk-c-4.0.2/src/c/device.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/device.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-08-28T11:12:00.351Z] #18 0.586 creating: device-sdk-c-4.0.2/src/c/examples/ [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-08-28T11:12:00.351Z] #18 0.586 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-08-28T11:12:00.351Z] #18 0.586 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-08-28T11:12:00.351Z] #18 0.588 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.588 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-08-28T11:12:00.351Z] #18 0.588 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-08-28T11:12:00.351Z] #18 0.588 creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-08-28T11:12:00.351Z] #18 0.588 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-08-28T11:12:00.351Z] #18 0.588 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.590 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-08-28T11:12:00.351Z] #18 0.590 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-08-28T11:12:00.351Z] #18 0.593 creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-08-28T11:12:00.351Z] #18 0.593 creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.593 creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-08-28T11:12:00.351Z] #18 0.593 creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.593 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-08-28T11:12:00.351Z] #18 0.593 creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-08-28T11:12:00.351Z] #18 0.595 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.595 creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-08-28T11:12:00.351Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-08-28T11:12:00.351Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-08-28T11:12:00.351Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-08-28T11:12:00.351Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-08-28T11:12:00.351Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-08-28T11:12:00.351Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-08-28T11:12:00.351Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-08-28T11:12:00.352Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-08-28T11:12:00.352Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-08-28T11:12:00.352Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-08-28T11:12:00.352Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-08-28T11:12:00.352Z] #18 0.597 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-08-28T11:12:00.352Z] #18 0.597 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-08-28T11:12:00.352Z] #18 0.601 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-08-28T11:12:00.352Z] #18 0.601 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/map.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/map.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-08-28T11:12:00.352Z] #18 0.601 inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/service.c [2026-08-28T11:12:00.352Z] #18 0.606 inflating: device-sdk-c-4.0.2/src/c/service.h [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-08-28T11:12:00.352Z] #18 0.608 creating: device-sdk-c-4.0.2/src/cmake/ [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-08-28T11:12:00.352Z] #18 0.608 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-08-28T11:12:00.352Z] #18 0.608 + cd device-sdk-c-4.0.2 [2026-08-28T11:12:00.352Z] #18 0.608 + ./scripts/build.sh [2026-08-28T11:12:00.352Z] #18 0.609 + CPPCHECK=false [2026-08-28T11:12:00.352Z] #18 0.609 + DOCGEN=false [2026-08-28T11:12:00.352Z] #18 0.609 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-08-28T11:12:00.352Z] #18 0.609 + '[' 0 -gt 0 ] [2026-08-28T11:12:00.352Z] #18 0.610 + readlink -f ./scripts/build.sh [2026-08-28T11:12:00.352Z] #18 0.610 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-08-28T11:12:00.352Z] #18 0.611 + dirname /device-bacnet-c/deps/device-sdk-c-4.0.2/scripts [2026-08-28T11:12:00.352Z] #18 0.611 + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.2 [2026-08-28T11:12:00.352Z] #18 0.611 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2 [2026-08-28T11:12:00.352Z] #18 0.611 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:12:00.352Z] #18 0.612 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:12:00.352Z] #18 0.612 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.2/src [2026-08-28T11:12:00.352Z] #18 0.710 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:12:00.352Z] #18 0.736 -- Detecting C compiler ABI info [2026-08-28T11:12:00.352Z] #18 0.841 -- Detecting C compiler ABI info - done [2026-08-28T11:12:00.352Z] #18 0.875 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:12:00.352Z] #18 0.876 -- Detecting C compile features [2026-08-28T11:12:00.352Z] #18 0.877 -- Detecting C compile features - done [2026-08-28T11:12:00.352Z] #18 0.882 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-08-28T11:12:00.352Z] #18 0.959 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-08-28T11:12:00.352Z] #18 0.965 -- Found LIBYAML: /usr/lib/libyaml.so [2026-08-28T11:12:00.352Z] #18 0.970 -- Found LIBUUID: /usr/lib/libuuid.so [2026-08-28T11:12:00.352Z] #18 0.974 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-08-28T11:12:00.352Z] #18 0.979 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-08-28T11:12:00.352Z] #18 0.982 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:12:00.352Z] #18 0.982 -- /opt/iotech/iot/1.6/include [2026-08-28T11:12:00.352Z] #18 0.983 -- C SDK 0.0.0 for Linux [2026-08-28T11:12:00.352Z] #18 0.985 -- Performing Test CSDK_HAVE_ATOMIC [2026-08-28T11:12:00.352Z] #18 1.062 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-08-28T11:12:00.352Z] #18 1.110 -- Found Curses: /usr/lib/libcurses.so [2026-08-28T11:12:00.352Z] #18 1.135 -- Configuring done (0.5s) [2026-08-28T11:12:00.352Z] #18 1.166 -- Generating done (0.0s) [2026-08-28T11:12:00.352Z] #18 1.168 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release [2026-08-28T11:12:00.352Z] #18 1.172 + make all package [2026-08-28T11:12:00.352Z] #18 1.172 + tee release.log [2026-08-28T11:12:00.352Z] #18 1.208 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-08-28T11:12:00.352Z] #18 1.362 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-08-28T11:12:00.352Z] #18 1.540 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-08-28T11:12:00.352Z] #18 1.700 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-08-28T11:12:00.352Z] #18 1.792 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-08-28T11:12:00.352Z] #18 1.858 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-08-28T11:12:00.352Z] #18 1.858 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-08-28T11:12:00.352Z] #18 1.858 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-08-28T11:12:00.352Z] #18 1.858 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-08-28T11:12:00.352Z] #18 1.956 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-08-28T11:12:00.352Z] #18 2.279 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-08-28T11:12:00.352Z] #18 2.342 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-08-28T11:12:00.352Z] #18 2.560 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-08-28T11:12:00.613Z] #18 2.848 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-08-28T11:12:00.613Z] #18 2.963 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-08-28T11:12:00.874Z] #18 3.124 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-08-28T11:12:00.874Z] #18 3.249 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-08-28T11:12:01.135Z] #18 3.333 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-08-28T11:12:01.135Z] #18 3.506 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-08-28T11:12:01.409Z] #18 3.584 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-08-28T11:12:01.671Z] #18 ... [2026-08-28T11:12:01.671Z] [2026-08-28T11:12:01.671Z] #19 [stage-1 5/13] RUN apk --no-cache upgrade [2026-08-28T11:12:01.671Z] #19 0.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:12:01.671Z] #19 0.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-28T11:12:01.671Z] #19 0.547 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-28T11:12:01.671Z] #19 1.133 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-08-28T11:12:01.671Z] #19 1.140 OK: 31 MiB in 41 packages [2026-08-28T11:12:01.671Z] #19 DONE 1.2s [2026-08-28T11:12:01.671Z] [2026-08-28T11:12:01.671Z] #18 [builder 9/10] RUN /device-bacnet-c/scripts/build_deps.sh [2026-08-28T11:12:01.671Z] #18 3.914 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-08-28T11:12:01.671Z] #18 3.966 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-08-28T11:12:01.934Z] #18 4.218 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-08-28T11:12:02.206Z] #18 4.311 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-08-28T11:12:02.206Z] #18 4.522 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-08-28T11:12:02.206Z] #18 4.626 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-08-28T11:12:03.153Z] #18 5.594 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-08-28T11:12:03.416Z] #18 5.691 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-08-28T11:12:03.416Z] #18 5.753 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-08-28T11:12:03.416Z] #18 5.861 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-08-28T11:12:03.678Z] #18 5.918 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-08-28T11:12:03.678Z] #18 6.120 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-08-28T11:12:04.252Z] #18 6.476 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-08-28T11:12:04.252Z] #18 6.541 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-08-28T11:12:04.252Z] #18 6.688 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-08-28T11:12:04.514Z] #18 6.803 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-08-28T11:12:05.086Z] #18 7.276 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-08-28T11:12:05.086Z] #18 7.414 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-08-28T11:12:05.347Z] #18 7.497 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-08-28T11:12:05.347Z] #18 7.623 [ 69%] Linking C shared library libcsdk.so [2026-08-28T11:12:05.609Z] #18 7.684 [ 69%] Built target csdk [2026-08-28T11:12:05.609Z] #18 7.704 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-08-28T11:12:05.609Z] #18 7.856 [ 73%] Linking C executable template [2026-08-28T11:12:05.609Z] #18 7.876 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:05.609Z] #18 7.915 [ 73%] Built target template [2026-08-28T11:12:05.609Z] #18 7.934 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-08-28T11:12:05.609Z] #18 8.042 [ 76%] Linking C executable device-counter [2026-08-28T11:12:05.871Z] #18 8.071 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:05.871Z] #18 8.130 [ 76%] Built target device-counter [2026-08-28T11:12:05.871Z] #18 8.147 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-08-28T11:12:05.871Z] #18 8.255 [ 80%] Linking C executable device-random [2026-08-28T11:12:06.133Z] #18 8.273 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:06.133Z] #18 8.318 [ 80%] Built target device-random [2026-08-28T11:12:06.133Z] #18 8.336 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-08-28T11:12:06.133Z] #18 8.435 [ 84%] Linking C executable device-gyro [2026-08-28T11:12:06.394Z] #18 8.461 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:06.394Z] #18 8.504 [ 84%] Built target device-gyro [2026-08-28T11:12:06.394Z] #18 8.522 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-08-28T11:12:06.394Z] #18 8.629 [ 88%] Linking C executable device-bitfields [2026-08-28T11:12:06.394Z] #18 8.659 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:06.394Z] #18 8.718 [ 88%] Built target device-bitfields [2026-08-28T11:12:06.394Z] #18 8.735 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-08-28T11:12:06.655Z] #18 8.886 [ 92%] Linking C executable template-discovery [2026-08-28T11:12:06.655Z] #18 8.915 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:06.655Z] #18 8.975 [ 92%] Built target template-discovery [2026-08-28T11:12:06.655Z] #18 8.994 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-08-28T11:12:06.915Z] #18 9.127 [ 96%] Linking C executable device-file [2026-08-28T11:12:06.915Z] #18 9.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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:06.915Z] #18 9.216 [ 96%] Built target device-file [2026-08-28T11:12:06.915Z] #18 9.237 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-08-28T11:12:06.915Z] #18 9.358 [100%] Linking C executable device-terminal [2026-08-28T11:12:07.176Z] #18 9.391 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:07.176Z] #18 9.441 [100%] Built target device-terminal [2026-08-28T11:12:07.176Z] #18 9.461 Run CPack packaging tool... [2026-08-28T11:12:07.176Z] #18 9.477 CPack: Create package using TGZ [2026-08-28T11:12:07.176Z] #18 9.477 CPack: Install projects [2026-08-28T11:12:07.176Z] #18 9.478 CPack: - Run preinstall target for: Csdk [2026-08-28T11:12:07.436Z] #18 9.748 CPack: - Install project: Csdk [] [2026-08-28T11:12:07.697Z] #18 9.759 CPack: Create package [2026-08-28T11:12:07.697Z] #18 9.799 CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-08-28T11:12:07.697Z] #18 9.800 + '[' false '=' true ] [2026-08-28T11:12:07.697Z] #18 9.800 + '[' false '=' true ] [2026-08-28T11:12:07.697Z] #18 9.800 + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:12:07.697Z] #18 9.801 + cd /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:12:07.697Z] #18 9.801 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.2/src [2026-08-28T11:12:07.697Z] #18 9.902 -- The C compiler identification is GNU 12.2.1 [2026-08-28T11:12:07.697Z] #18 9.928 -- Detecting C compiler ABI info [2026-08-28T11:12:07.697Z] #18 10.03 -- Detecting C compiler ABI info - done [2026-08-28T11:12:07.697Z] #18 10.07 -- Check for working C compiler: /usr/bin/cc - skipped [2026-08-28T11:12:07.697Z] #18 10.07 -- Detecting C compile features [2026-08-28T11:12:07.697Z] #18 10.07 -- Detecting C compile features - done [2026-08-28T11:12:07.697Z] #18 10.07 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-08-28T11:12:07.697Z] #18 10.15 -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2026-08-28T11:12:07.958Z] #18 10.16 -- Found LIBYAML: /usr/lib/libyaml.so [2026-08-28T11:12:07.958Z] #18 10.16 -- Found LIBUUID: /usr/lib/libuuid.so [2026-08-28T11:12:07.958Z] #18 10.17 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-08-28T11:12:07.958Z] #18 10.17 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-08-28T11:12:07.958Z] #18 10.18 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-08-28T11:12:07.958Z] #18 10.18 -- /opt/iotech/iot/1.6/include [2026-08-28T11:12:07.958Z] #18 10.18 -- C SDK 0.0.0 for Linux [2026-08-28T11:12:07.958Z] #18 10.18 -- Performing Test CSDK_HAVE_ATOMIC [2026-08-28T11:12:07.958Z] #18 10.27 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-08-28T11:12:07.958Z] #18 10.33 -- Found Curses: /usr/lib/libcurses.so [2026-08-28T11:12:07.958Z] #18 10.36 -- Configuring done (0.6s) [2026-08-28T11:12:07.958Z] #18 10.40 -- Generating done (0.0s) [2026-08-28T11:12:08.219Z] #18 10.40 -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.2/build/debug [2026-08-28T11:12:08.219Z] #18 10.40 + make [2026-08-28T11:12:08.219Z] #18 10.40 + tee debug.log [2026-08-28T11:12:08.219Z] #18 10.44 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-08-28T11:12:08.219Z] #18 10.55 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-08-28T11:12:08.479Z] #18 10.65 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-08-28T11:12:08.479Z] #18 10.75 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-08-28T11:12:08.479Z] #18 10.84 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-08-28T11:12:08.479Z] #18 10.90 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-08-28T11:12:08.479Z] #18 10.90 /device-bacnet-c/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-08-28T11:12:08.479Z] #18 10.90 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-08-28T11:12:08.479Z] #18 10.90 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-08-28T11:12:08.740Z] #18 10.96 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-08-28T11:12:08.740Z] #18 11.10 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-08-28T11:12:09.001Z] #18 11.15 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-08-28T11:12:09.001Z] #18 11.24 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-08-28T11:12:09.001Z] #18 11.39 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-08-28T11:12:09.262Z] #18 11.48 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-08-28T11:12:09.262Z] #18 11.58 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-08-28T11:12:09.522Z] #18 11.67 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-08-28T11:12:09.522Z] #18 11.76 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-08-28T11:12:09.522Z] #18 11.86 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-08-28T11:12:09.522Z] #18 11.91 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-08-28T11:12:09.784Z] #18 12.08 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-08-28T11:12:10.045Z] #18 12.14 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-08-28T11:12:10.045Z] #18 12.26 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-08-28T11:12:10.045Z] #18 12.32 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-08-28T11:12:10.045Z] #18 12.46 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-08-28T11:12:10.306Z] #18 12.53 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-08-28T11:12:10.306Z] #18 12.75 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-08-28T11:12:10.567Z] #18 12.85 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-08-28T11:12:10.567Z] #18 12.92 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-08-28T11:12:10.828Z] #18 13.00 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-08-28T11:12:10.828Z] #18 13.06 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-08-28T11:12:10.828Z] #18 13.18 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-08-28T11:12:11.089Z] #18 13.42 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-08-28T11:12:11.349Z] #18 13.49 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-08-28T11:12:11.349Z] #18 13.59 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-08-28T11:12:11.613Z] #18 13.68 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-08-28T11:12:11.613Z] #18 13.86 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-08-28T11:12:11.613Z] #18 13.92 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-08-28T11:12:11.613Z] #18 14.00 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-08-28T11:12:11.874Z] #18 14.09 [ 69%] Linking C shared library libcsdk.so [2026-08-28T11:12:11.874Z] #18 14.16 [ 69%] Built target csdk [2026-08-28T11:12:11.874Z] #18 14.18 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-08-28T11:12:11.874Z] #18 14.27 [ 73%] Linking C executable template [2026-08-28T11:12:12.135Z] #18 14.30 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.135Z] #18 14.36 [ 73%] Built target template [2026-08-28T11:12:12.135Z] #18 14.38 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-08-28T11:12:12.135Z] #18 14.45 [ 76%] Linking C executable device-counter [2026-08-28T11:12:12.135Z] #18 14.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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.135Z] #18 14.52 [ 76%] Built target device-counter [2026-08-28T11:12:12.396Z] #18 14.53 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-08-28T11:12:12.396Z] #18 14.59 [ 80%] Linking C executable device-random [2026-08-28T11:12:12.396Z] #18 14.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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.396Z] #18 14.68 [ 80%] Built target device-random [2026-08-28T11:12:12.396Z] #18 14.70 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-08-28T11:12:12.396Z] #18 14.77 [ 84%] Linking C executable device-gyro [2026-08-28T11:12:12.656Z] #18 14.80 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.656Z] #18 14.86 [ 84%] Built target device-gyro [2026-08-28T11:12:12.656Z] #18 14.88 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-08-28T11:12:12.656Z] #18 14.96 [ 88%] Linking C executable device-bitfields [2026-08-28T11:12:12.656Z] #18 14.99 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.918Z] #18 15.04 [ 88%] Built target device-bitfields [2026-08-28T11:12:12.918Z] #18 15.06 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-08-28T11:12:12.918Z] #18 15.16 [ 92%] Linking C executable template-discovery [2026-08-28T11:12:12.918Z] #18 15.20 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:12.918Z] #18 15.24 [ 92%] Built target template-discovery [2026-08-28T11:12:12.918Z] #18 15.26 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-08-28T11:12:12.918Z] #18 15.35 [ 96%] Linking C executable device-file [2026-08-28T11:12:13.178Z] #18 15.38 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:13.178Z] #18 15.44 [ 96%] Built target device-file [2026-08-28T11:12:13.178Z] #18 15.46 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-08-28T11:12:13.178Z] #18 15.54 [100%] Linking C executable device-terminal [2026-08-28T11:12:13.178Z] #18 15.57 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:13.439Z] #18 15.63 [100%] Built target device-terminal [2026-08-28T11:12:13.439Z] #18 15.64 + cp -rf include/devsdk include/edgex /usr/include/ [2026-08-28T11:12:13.439Z] #18 15.64 + cp build/release/c/libcsdk.so /usr/lib/ [2026-08-28T11:12:13.439Z] #18 15.64 + mkdir -p /usr/share/doc/edgex-csdk [2026-08-28T11:12:13.439Z] #18 15.64 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-08-28T11:12:13.440Z] #18 15.64 + cp LICENSE /usr/share/doc/edgex-csdk [2026-08-28T11:12:13.440Z] #18 15.64 + rm -rf /device-bacnet-c/deps [2026-08-28T11:12:13.440Z] #18 DONE 15.7s [2026-08-28T11:12:13.440Z] [2026-08-28T11:12:13.440Z] #20 [builder 10/10] RUN /device-bacnet-c/scripts/build.sh [2026-08-28T11:12:13.700Z] #20 0.309 + readlink -f /device-bacnet-c/scripts/build.sh [2026-08-28T11:12:13.961Z] #20 0.310 + dirname /device-bacnet-c/scripts/build.sh [2026-08-28T11:12:13.961Z] #20 0.310 + dirname /device-bacnet-c/scripts [2026-08-28T11:12:13.961Z] #20 0.311 + ROOT=/device-bacnet-c [2026-08-28T11:12:13.961Z] #20 0.311 /device-bacnet-c [2026-08-28T11:12:13.961Z] #20 0.311 + echo /device-bacnet-c [2026-08-28T11:12:13.961Z] #20 0.311 + cd /device-bacnet-c [2026-08-28T11:12:13.961Z] #20 0.311 + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2026-08-28T11:12:13.961Z] #20 0.311 + '[' '!' -f /device-bacnet-c/lib/mstp/libbacnet.a ] [2026-08-28T11:12:13.961Z] #20 0.311 + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:12:13.961Z] #20 0.312 + cd /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:12:13.961Z] #20 0.312 + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-08-28T11:12:13.961Z] #20 0.345 -- /opt/iotech/iot/1.6/include [2026-08-28T11:12:13.961Z] #20 0.346 -- Configuring done (0.0s) [2026-08-28T11:12:13.961Z] #20 0.357 -- Generating done (0.0s) [2026-08-28T11:12:13.961Z] #20 0.358 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2026-08-28T11:12:13.961Z] #20 0.359 + make [2026-08-28T11:12:13.961Z] #20 0.360 + tee release.log [2026-08-28T11:12:13.961Z] #20 0.403 [ 22%] Built target bacnet_objects [2026-08-28T11:12:13.961Z] #20 0.440 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-08-28T11:12:13.961Z] #20 0.643 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-08-28T11:12:14.221Z] #20 0.939 [ 55%] Linking C executable device-bacnet-c [2026-08-28T11:12:14.482Z] #20 0.969 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:14.482Z] #20 1.027 [100%] Built target device-bacnet-c [2026-08-28T11:12:14.482Z] #20 1.036 + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:12:14.482Z] #20 1.037 + cd /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:12:14.482Z] #20 1.037 + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2026-08-28T11:12:14.482Z] #20 1.067 -- /opt/iotech/iot/1.6/include [2026-08-28T11:12:14.748Z] #20 1.068 -- Configuring done (0.0s) [2026-08-28T11:12:14.748Z] #20 1.078 -- Generating done (0.0s) [2026-08-28T11:12:14.748Z] #20 1.079 -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2026-08-28T11:12:14.748Z] #20 1.080 + make [2026-08-28T11:12:14.748Z] #20 1.080 + tee release.log [2026-08-28T11:12:14.748Z] #20 1.124 [ 22%] Built target bacnet_objects [2026-08-28T11:12:14.748Z] #20 1.154 [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2026-08-28T11:12:14.748Z] #20 1.345 [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2026-08-28T11:12:15.008Z] #20 1.622 [ 55%] Linking C executable device-bacnet-c [2026-08-28T11:12:15.270Z] #20 1.653 /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.6/lib/libiot.so, not found (try using -rpath or -rpath-link) [2026-08-28T11:12:15.270Z] #20 1.714 [100%] Built target device-bacnet-c [2026-08-28T11:12:15.270Z] #20 DONE 1.8s [2026-08-28T11:12:15.270Z] [2026-08-28T11:12:15.270Z] #21 [stage-1 6/13] COPY --from=builder /device-bacnet-c/build/release/ / [2026-08-28T11:12:15.270Z] #21 DONE 0.1s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #22 [stage-1 7/13] COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2026-08-28T11:12:15.531Z] #22 DONE 0.1s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #23 [stage-1 8/13] COPY --from=builder /usr/lib/libcbor.so* /usr/lib/ [2026-08-28T11:12:15.531Z] #23 DONE 0.1s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #24 [stage-1 9/13] COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk [2026-08-28T11:12:15.531Z] #24 DONE 0.0s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #25 [stage-1 10/13] COPY LICENSE /. [2026-08-28T11:12:15.531Z] #25 DONE 0.1s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #26 [stage-1 11/13] COPY Attribution.txt /. [2026-08-28T11:12:15.531Z] #26 DONE 0.0s [2026-08-28T11:12:15.531Z] [2026-08-28T11:12:15.531Z] #27 [stage-1 12/13] COPY res /res [2026-08-28T11:12:15.791Z] #27 DONE 0.1s [2026-08-28T11:12:15.791Z] [2026-08-28T11:12:15.791Z] #28 [stage-1 13/13] COPY sample-profiles /sample-profiles [2026-08-28T11:12:15.791Z] #28 DONE 0.0s [2026-08-28T11:12:15.791Z] [2026-08-28T11:12:15.791Z] #29 exporting to image [2026-08-28T11:12:15.791Z] #29 exporting layers [2026-08-28T11:12:16.052Z] #29 exporting layers 0.4s done [2026-08-28T11:12:16.313Z] #29 writing image sha256:30c31b518032680679478ecaaac47e5b5ce4c7cb1f89c7c282dffd675eab9d93 done [2026-08-28T11:12:16.313Z] #29 naming to docker.io/library/device-bacnet done [2026-08-28T11:12:16.313Z] #29 DONE 0.4s [2026-08-28T11:12:16.313Z] [2026-08-28T11:12:16.313Z] 2 warnings found (use docker --debug to expand): [2026-08-28T11:12:16.313Z]  - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [2026-08-28T11:12:16.313Z] - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 34) [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-08-28T11:12:17.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-28T11:12:17.268Z] [2026-08-28T11:12:17.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:12:17.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-28T11:12:17.649Z] latest: Pulling from edgex-lftools-log-publisher [2026-08-28T11:12:17.649Z] 5eb5b503b376: Pulling fs layer [2026-08-28T11:12:17.649Z] 5c69ac0246d0: Pulling fs layer [2026-08-28T11:12:17.649Z] ec43610c2a17: Pulling fs layer [2026-08-28T11:12:17.649Z] 3a2ae6a8a46f: Pulling fs layer [2026-08-28T11:12:17.649Z] 33b1e0a273af: Pulling fs layer [2026-08-28T11:12:17.649Z] 5d3b04190fa2: Pulling fs layer [2026-08-28T11:12:17.649Z] 2f39f015ded8: Pulling fs layer [2026-08-28T11:12:17.649Z] 3a2ae6a8a46f: Waiting [2026-08-28T11:12:17.649Z] 33b1e0a273af: Waiting [2026-08-28T11:12:17.649Z] 5d3b04190fa2: Waiting [2026-08-28T11:12:17.649Z] 2f39f015ded8: Waiting [2026-08-28T11:12:17.649Z] 5c69ac0246d0: Download complete [2026-08-28T11:12:17.649Z] 3a2ae6a8a46f: Verifying Checksum [2026-08-28T11:12:17.649Z] 3a2ae6a8a46f: Download complete [2026-08-28T11:12:17.649Z] ec43610c2a17: Verifying Checksum [2026-08-28T11:12:17.649Z] ec43610c2a17: Download complete [2026-08-28T11:12:17.649Z] 5d3b04190fa2: Verifying Checksum [2026-08-28T11:12:17.649Z] 5d3b04190fa2: Download complete [2026-08-28T11:12:17.909Z] 33b1e0a273af: Verifying Checksum [2026-08-28T11:12:17.909Z] 33b1e0a273af: Download complete [2026-08-28T11:12:17.909Z] 5eb5b503b376: Verifying Checksum [2026-08-28T11:12:17.909Z] 5eb5b503b376: Download complete [2026-08-28T11:12:18.168Z] 2f39f015ded8: Verifying Checksum [2026-08-28T11:12:18.168Z] 2f39f015ded8: Download complete [2026-08-28T11:12:19.548Z] 5eb5b503b376: Pull complete [2026-08-28T11:12:19.548Z] 5c69ac0246d0: Pull complete [2026-08-28T11:12:19.809Z] ec43610c2a17: Pull complete [2026-08-28T11:12:19.809Z] 3a2ae6a8a46f: Pull complete [2026-08-28T11:12:20.068Z] 33b1e0a273af: Pull complete [2026-08-28T11:12:20.068Z] 5d3b04190fa2: Pull complete [2026-08-28T11:12:25.346Z] 2f39f015ded8: Pull complete [2026-08-28T11:12:25.346Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-08-28T11:12:25.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-28T11:12:25.346Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-28T11:12:25.567Z] prd-ubuntu20.04-docker-8c-8g-1053 does not seem to be running inside a container [2026-08-28T11:12:25.600Z] $ 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-115 -v /w/workspace/exfoundry_device-bacnet-c_PR-115:/w/workspace/exfoundry_device-bacnet-c_PR-115:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-08-28T11:12:26.834Z] $ docker top 61548f804ca53d938bf29cfe55ce2627f6d535f896eee6b7fe82e1373b290be2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:27.326Z] ---> job-cost.sh [2026-08-28T11:12:27.326Z] lf-activate-venv: SKIPPING [2026-08-28T11:12:27.326Z] INFO: No Stack... [2026-08-28T11:12:27.585Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-08-28T11:12:27.846Z] INFO: Archiving Costs [Pipeline] sh [2026-08-28T11:12:28.168Z] + cat /w/workspace/exfoundry_device-bacnet-c_PR-115/archives/cost.csv [2026-08-28T11:12:28.168Z] + cut -d, -f6 [Pipeline] lock [2026-08-28T11:12:28.216Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-115-1-stack-cost] [2026-08-28T11:12:28.222Z] Resource [jenkins-edgexfoundry-device-bacnet-c-PR-115-1-stack-cost] did not exist. Created. [2026-08-28T11:12:28.229Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-115-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-08-28T11:12:28.633Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-08-28T11:12:28.700Z] Stashed 1 file(s) [Pipeline] } [2026-08-28T11:12:28.718Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-115-1-stack-cost] [Pipeline] // lock [Pipeline] } [2026-08-28T11:12:28.797Z] $ docker stop --time=1 61548f804ca53d938bf29cfe55ce2627f6d535f896eee6b7fe82e1373b290be2 [2026-08-28T11:12:29.945Z] $ docker rm -f --volumes 61548f804ca53d938bf29cfe55ce2627f6d535f896eee6b7fe82e1373b290be2 [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-08-28T11:12:31.454Z] + [ -d /w/workspace/exfoundry_device-bacnet-c_PR-115/archives ] [2026-08-28T11:12:31.455Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-115/archives [2026-08-28T11:12:31.455Z] total 16 [2026-08-28T11:12:31.455Z] drwxr-xr-x 3 root root 4096 Aug 28 11:12 . [2026-08-28T11:12:31.455Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 28 11:12 .. [2026-08-28T11:12:31.455Z] drwxr-xr-x 2 root root 4096 Aug 28 11:12 cost [2026-08-28T11:12:31.455Z] -rw-r--r-- 1 root root 87 Aug 28 11:12 cost.csv [2026-08-28T11:12:31.455Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-bacnet-c_PR-115/archives [2026-08-28T11:12:31.455Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-115/archives [2026-08-28T11:12:31.455Z] total 16 [2026-08-28T11:12:31.455Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 11:12 . [2026-08-28T11:12:31.455Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 28 11:12 .. [2026-08-28T11:12:31.455Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 28 11:12 cost [2026-08-28T11:12:31.455Z] -rw-r--r-- 1 jenkins jenkins 87 Aug 28 11:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:31.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:32.706Z] ---> package-listing.sh [2026-08-28T11:12:32.707Z] ++ facter osfamily [2026-08-28T11:12:32.707Z] ++ tr '[:upper:]' '[:lower:]' [2026-08-28T11:12:32.967Z] + OS_FAMILY=debian [2026-08-28T11:12:32.967Z] + workspace=/w/workspace/exfoundry_device-bacnet-c_PR-115 [2026-08-28T11:12:32.967Z] + START_PACKAGES=/tmp/packages_start.txt [2026-08-28T11:12:32.967Z] + END_PACKAGES=/tmp/packages_end.txt [2026-08-28T11:12:32.967Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-08-28T11:12:32.967Z] + PACKAGES=/tmp/packages_start.txt [2026-08-28T11:12:32.967Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-115 ']' [2026-08-28T11:12:32.967Z] + PACKAGES=/tmp/packages_end.txt [2026-08-28T11:12:32.967Z] + case "${OS_FAMILY}" in [2026-08-28T11:12:32.967Z] + grep '^ii' [2026-08-28T11:12:32.967Z] + dpkg -l [2026-08-28T11:12:32.967Z] + '[' -f /tmp/packages_start.txt ']' [2026-08-28T11:12:32.967Z] + '[' -f /tmp/packages_end.txt ']' [2026-08-28T11:12:32.967Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-08-28T11:12:32.967Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-115 ']' [2026-08-28T11:12:32.967Z] + mkdir -p /w/workspace/exfoundry_device-bacnet-c_PR-115/archives/ [2026-08-28T11:12:32.967Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-bacnet-c_PR-115/archives/ [Pipeline] echo [2026-08-28T11:12:33.002Z] 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-115/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-08-28T11:12:33.300Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-28T11:12:33.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-28T11:12:33.956Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-28T11:12:34.115Z] prd-ubuntu20.04-docker-8c-8g-1053 does not seem to be running inside a container [2026-08-28T11:12:34.153Z] $ 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-115/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-115 -v /w/workspace/exfoundry_device-bacnet-c_PR-115:/w/workspace/exfoundry_device-bacnet-c_PR-115:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-115@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-115@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-lftools-log-publisher:latest cat [2026-08-28T11:12:34.408Z] $ docker top 241e928eb9a912e49b6357d18c86846aa4c8d969d261632b81231f480dd6bbbf -eo pid,comm [Pipeline] { [Pipeline] sh [2026-08-28T11:12:34.812Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-08-28T11:12:35.128Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-08-28T11:12:35.447Z] + ls /var/log/sa-host [2026-08-28T11:12:35.447Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-08-28T11:12:35.664Z] provisioning config files... [2026-08-28T11:12:35.673Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-115@tmp/config3844811654107522480tmp [Pipeline] { [Pipeline] echo [2026-08-28T11:12:35.740Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:36.069Z] ---> create-netrc.sh [Pipeline] } [2026-08-28T11:12:36.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:36.537Z] ---> python-tools-install.sh [Pipeline] echo [2026-08-28T11:12:36.576Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:36.906Z] ---> sudo-logs.sh [2026-08-28T11:12:36.906Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-08-28T11:12:37.003Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:37.331Z] ---> job-cost.sh [2026-08-28T11:12:37.331Z] lf-activate-venv: SKIPPING [2026-08-28T11:12:37.331Z] DEBUG: total: 0.2199999988079071 [2026-08-28T11:12:37.331Z] INFO: Retrieving Stack Cost... [2026-08-28T11:12:37.331Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-08-28T11:12:37.904Z] INFO: Archiving Costs [Pipeline] echo [2026-08-28T11:12:37.949Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-28T11:12:38.279Z] ---> logs-deploy.sh [2026-08-28T11:12:38.279Z] lf-activate-venv: SKIPPING [2026-08-28T11:12:38.279Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-bacnet-c/PR-115/1 [2026-08-28T11:12:38.279Z] INFO: archiving workspace using pattern(s): [2026-08-28T11:12:39.221Z] Archives upload complete. [2026-08-28T11:12:39.221Z] INFO: archiving logs to Nexus