Pull request #102 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 FelixTing for edgexfoundry/device-bacnet-c Obtained Jenkinsfile from 22e8dff36da7d5dbc3012339e25a084e1cd74c3a+11dab76be4e7d729cbb51d1712275157f21268b1 (0680a18631818e5d0dd79584f48f3f71ef0f0efd) 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-ssh733188780766184968.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5f16b0674693bda8419e7356c8caa12f8ebbbe1e 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-ssh8471882560294985559.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 5f16b0674693bda8419e7356c8caa12f8ebbbe1e 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-102/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-102/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13919508348115490337.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-102/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13788216895014920955.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5f16b0674693bda8419e7356c8caa12f8ebbbe1e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f16b0674693bda8419e7356c8caa12f8ebbbe1e # timeout=10 Commit message: "Merge pull request #468 from cherrycl/issue-467" > 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-ssh6495310892285483466.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-102/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-102/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14782071634187340206.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 5f16b0674693bda8419e7356c8caa12f8ebbbe1e 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-41244 in /w/workspace/exfoundry_device-bacnet-c_PR-102 [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-102 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-bacnet-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-bacnet-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 11dab76be4e7d729cbb51d1712275157f21268b1 into PR head commit 22e8dff36da7d5dbc3012339e25a084e1cd74c3a Merge succeeded, producing 22e8dff36da7d5dbc3012339e25a084e1cd74c3a Checking out Revision 22e8dff36da7d5dbc3012339e25a084e1cd74c3a (PR-102) > 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/102/head:refs/remotes/origin/PR-102 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22e8dff36da7d5dbc3012339e25a084e1cd74c3a # 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 11dab76be4e7d729cbb51d1712275157f21268b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22e8dff36da7d5dbc3012339e25a084e1cd74c3a # timeout=10 Commit message: "fix: Simplify configuration.yaml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 5f16b0674693bda8419e7356c8caa12f8ebbbe1e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-13T05:55:03.433Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-13T05:55:03.610Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-13T05:55:03.725Z] ========================================================= [2025-03-13T05:55:03.725Z] EdgeX Global Pipelines Version Info [2025-03-13T05:55:03.725Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:55:04.852Z] ------------------- [2025-03-13T05:55:04.852Z] stable info: [2025-03-13T05:55:04.852Z] ------------------- [2025-03-13T05:55:04.852Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-13T05:55:04.852Z] Commit SHA: 5f16b0674693bda8419e7356c8caa12f8ebbbe1e [2025-03-13T05:55:04.852Z] Message: update stable to v1.0.272 [2025-03-13T05:55:05.111Z] ------------------- [2025-03-13T05:55:05.111Z] experimental info: [2025-03-13T05:55:05.111Z] ------------------- [2025-03-13T05:55:05.111Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-13T05:55:05.111Z] Commit SHA: 5f16b0674693bda8419e7356c8caa12f8ebbbe1e [2025-03-13T05:55:05.111Z] Message: update experimental to v1.0.272 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-13T05:55:05.304Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-bacnet-c-settings [Pipeline] echo [2025-03-13T05:55:05.355Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-bacnet-c [Pipeline] echo [2025-03-13T05:55:05.405Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-13T05:55:05.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-13T05:55:05.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-13T05:55:05.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2025-03-13T05:55:05.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2025-03-13T05:55:05.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-13T05:55:05.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-13T05:55:05.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-bacnet [Pipeline] echo [2025-03-13T05:55:05.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-13T05:55:05.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-13T05:55:05.918Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-13T05:55:05.962Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-13T05:55:06.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-13T05:55:06.057Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-13T05:55:06.113Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-13T05:55:06.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-102 [Pipeline] echo [2025-03-13T05:55:06.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-102 [Pipeline] echo [2025-03-13T05:55:06.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-102 [Pipeline] echo [2025-03-13T05:55:06.327Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22e8dff36da7d5dbc3012339e25a084e1cd74c3a [Pipeline] echo [2025-03-13T05:55:06.380Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22e8dff [Pipeline] echo [2025-03-13T05:55:06.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-13T05:55:06.573Z] provisioning config files... [2025-03-13T05:55:06.586Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/config3899613419023634750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:55:06.963Z] ---> ****-login.sh [2025-03-13T05:55:06.963Z] nexus3.edgexfoundry.org:10001 [2025-03-13T05:55:07.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:07.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:07.222Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:07.222Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:07.222Z] [2025-03-13T05:55:07.222Z] Login Succeeded [2025-03-13T05:55:07.222Z] nexus3.edgexfoundry.org:10002 [2025-03-13T05:55:07.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:07.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:07.222Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:07.222Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:07.222Z] [2025-03-13T05:55:07.222Z] Login Succeeded [2025-03-13T05:55:07.222Z] nexus3.edgexfoundry.org:10003 [2025-03-13T05:55:07.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:07.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:07.483Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:07.483Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:07.483Z] [2025-03-13T05:55:07.483Z] Login Succeeded [2025-03-13T05:55:07.483Z] nexus3.edgexfoundry.org:10004 [2025-03-13T05:55:07.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:07.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:07.484Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:07.484Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:07.484Z] [2025-03-13T05:55:07.484Z] Login Succeeded [2025-03-13T05:55:07.484Z] ****.io [2025-03-13T05:55:07.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:07.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:07.742Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:07.742Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:07.742Z] [2025-03-13T05:55:07.742Z] Login Succeeded [2025-03-13T05:55:07.742Z] ---> ****-login.sh ends [Pipeline] } [2025-03-13T05:55:07.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2025-03-13T05:55:08.421Z] + git rev-list -1 --merges 22e8dff36da7d5dbc3012339e25a084e1cd74c3a~1..22e8dff36da7d5dbc3012339e25a084e1cd74c3a [Pipeline] echo [2025-03-13T05:55:08.464Z] -----------> git rev-list -1 --merges 22e8dff36da7d5dbc3012339e25a084e1cd74c3a~1..22e8dff36da7d5dbc3012339e25a084e1cd74c3a 22e8dff36da7d5dbc3012339e25a084e1cd74c3a [false] [Pipeline] sh [2025-03-13T05:55:08.782Z] + git log --format=format:%s -1 22e8dff36da7d5dbc3012339e25a084e1cd74c3a [Pipeline] echo [2025-03-13T05:55:08.823Z] ========================================================= [2025-03-13T05:55:08.823Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-13T05:55:08.823Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-13T05:55:09.732Z] + git rev-list -1 --merges 22e8dff36da7d5dbc3012339e25a084e1cd74c3a~1..22e8dff36da7d5dbc3012339e25a084e1cd74c3a [Pipeline] echo [2025-03-13T05:55:09.766Z] -----------> git rev-list -1 --merges 22e8dff36da7d5dbc3012339e25a084e1cd74c3a~1..22e8dff36da7d5dbc3012339e25a084e1cd74c3a 22e8dff36da7d5dbc3012339e25a084e1cd74c3a [false] [Pipeline] sh [2025-03-13T05:55:10.076Z] + git log --format=format:%s -1 22e8dff36da7d5dbc3012339e25a084e1cd74c3a [Pipeline] echo [2025-03-13T05:55:10.107Z] ========================================================= [2025-03-13T05:55:10.107Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-13T05:55:10.107Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-03-13T05:55:10.543Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-13T05:55:10.543Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-13T05:55:10.543Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-13T05:55:10.543Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-13T05:55:10.543Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-13T05:55:10.543Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-13T05:55:10.543Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:55:10.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-13T05:55:10.981Z] [2025-03-13T05:55:10.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:55:11.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-13T05:55:11.352Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-13T05:55:11.352Z] b85a868b505f: Pulling fs layer [2025-03-13T05:55:11.352Z] e2be974225ed: Pulling fs layer [2025-03-13T05:55:11.352Z] 339a4e72a1f5: Pulling fs layer [2025-03-13T05:55:11.352Z] 988bab9f4d93: Pulling fs layer [2025-03-13T05:55:11.352Z] 1469e6f7b9e6: Pulling fs layer [2025-03-13T05:55:11.352Z] eaf3925da568: Pulling fs layer [2025-03-13T05:55:11.352Z] bab4dde63d76: Pulling fs layer [2025-03-13T05:55:11.352Z] bde34c3a00c8: Pulling fs layer [2025-03-13T05:55:11.352Z] b352a97aabf1: Pulling fs layer [2025-03-13T05:55:11.352Z] 4872d77fe225: Pulling fs layer [2025-03-13T05:55:11.352Z] 5851b861e8e6: Pulling fs layer [2025-03-13T05:55:11.352Z] 1469e6f7b9e6: Waiting [2025-03-13T05:55:11.352Z] eaf3925da568: Waiting [2025-03-13T05:55:11.352Z] b352a97aabf1: Waiting [2025-03-13T05:55:11.352Z] 4872d77fe225: Waiting [2025-03-13T05:55:11.352Z] bab4dde63d76: Waiting [2025-03-13T05:55:11.352Z] 5851b861e8e6: Waiting [2025-03-13T05:55:11.352Z] 988bab9f4d93: Waiting [2025-03-13T05:55:11.352Z] e2be974225ed: Download complete [2025-03-13T05:55:11.352Z] 988bab9f4d93: Verifying Checksum [2025-03-13T05:55:11.352Z] 988bab9f4d93: Download complete [2025-03-13T05:55:11.352Z] 1469e6f7b9e6: Verifying Checksum [2025-03-13T05:55:11.352Z] 1469e6f7b9e6: Download complete [2025-03-13T05:55:11.352Z] eaf3925da568: Verifying Checksum [2025-03-13T05:55:11.352Z] eaf3925da568: Download complete [2025-03-13T05:55:11.611Z] 339a4e72a1f5: Verifying Checksum [2025-03-13T05:55:11.611Z] 339a4e72a1f5: Download complete [2025-03-13T05:55:11.611Z] bde34c3a00c8: Download complete [2025-03-13T05:55:11.611Z] b352a97aabf1: Verifying Checksum [2025-03-13T05:55:11.611Z] b352a97aabf1: Download complete [2025-03-13T05:55:11.611Z] 4872d77fe225: Verifying Checksum [2025-03-13T05:55:11.611Z] 4872d77fe225: Download complete [2025-03-13T05:55:11.611Z] 5851b861e8e6: Verifying Checksum [2025-03-13T05:55:11.611Z] 5851b861e8e6: Download complete [2025-03-13T05:55:11.611Z] b85a868b505f: Verifying Checksum [2025-03-13T05:55:11.611Z] b85a868b505f: Download complete [2025-03-13T05:55:11.870Z] bab4dde63d76: Verifying Checksum [2025-03-13T05:55:11.870Z] bab4dde63d76: Download complete [2025-03-13T05:55:12.805Z] b85a868b505f: Pull complete [2025-03-13T05:55:12.805Z] e2be974225ed: Pull complete [2025-03-13T05:55:13.371Z] 339a4e72a1f5: Pull complete [2025-03-13T05:55:13.371Z] 988bab9f4d93: Pull complete [2025-03-13T05:55:13.629Z] 1469e6f7b9e6: Pull complete [2025-03-13T05:55:13.629Z] eaf3925da568: Pull complete [2025-03-13T05:55:15.004Z] bab4dde63d76: Pull complete [2025-03-13T05:55:15.004Z] bde34c3a00c8: Pull complete [2025-03-13T05:55:15.261Z] b352a97aabf1: Pull complete [2025-03-13T05:55:15.261Z] 4872d77fe225: Pull complete [2025-03-13T05:55:15.261Z] 5851b861e8e6: Pull complete [2025-03-13T05:55:15.261Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-13T05:55:15.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-13T05:55:15.520Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-13T05:55:15.776Z] prd-ubuntu20.04-docker-8c-8g-41244 does not seem to be running inside a container [2025-03-13T05:55:15.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-bacnet-c_PR-102 -v /w/workspace/exfoundry_device-bacnet-c_PR-102:/w/workspace/exfoundry_device-bacnet-c_PR-102:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-13T05:55:17.203Z] $ docker top 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd -eo pid,comm [2025-03-13T05:55:17.262Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-13T05:55:17.262Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-13T05:55:17.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-13T05:55:17.415Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-13T05:55:17.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-13T05:55:17.523Z] $ docker exec 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd ssh-agent [2025-03-13T05:55:17.614Z] SSH_AUTH_SOCK=/tmp/ssh-8rU5nAyLQdgz/agent.31 [2025-03-13T05:55:17.614Z] SSH_AGENT_PID=37 [2025-03-13T05:55:17.619Z] Running ssh-add (command line suppressed) [2025-03-13T05:55:17.708Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/private_key_2326380202314611013.key (/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/private_key_2326380202314611013.key) [2025-03-13T05:55:17.721Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-13T05:55:18.136Z] + git tag --points-at HEAD [Pipeline] } [2025-03-13T05:55:18.162Z] $ docker exec --env ******** --env ******** 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd ssh-agent -k [2025-03-13T05:55:18.259Z] unset SSH_AUTH_SOCK; [2025-03-13T05:55:18.260Z] unset SSH_AGENT_PID; [2025-03-13T05:55:18.260Z] echo Agent pid 37 killed; [2025-03-13T05:55:18.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-13T05:55:18.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-13T05:55:18.372Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-13T05:55:18.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-13T05:55:18.481Z] $ docker exec 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd ssh-agent [2025-03-13T05:55:18.594Z] SSH_AUTH_SOCK=/tmp/ssh-WS8zxv1qTFmh/agent.70 [2025-03-13T05:55:18.594Z] SSH_AGENT_PID=76 [2025-03-13T05:55:18.597Z] Running ssh-add (command line suppressed) [2025-03-13T05:55:18.700Z] Identity added: /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/private_key_9154552383000582973.key (/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/private_key_9154552383000582973.key) [2025-03-13T05:55:18.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-13T05:55:19.048Z] + git semver init [2025-03-13T05:55:19.308Z] 2025-03-13 05:55:19,231 [run_init] DEBUG init version:0.0.0 force:False [2025-03-13T05:55:19.308Z] 2025-03-13 05:55:19,232 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver [2025-03-13T05:55:19.308Z] 2025-03-13 05:55:19,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-bacnet-c.git /w/workspace/exfoundry_device-bacnet-c_PR-102/.semver [2025-03-13T05:55:19.308Z] 2025-03-13 05:55:19,233 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-bacnet-c.git', '/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-102, universal_newlines=False, shell=None, istream=None) [2025-03-13T05:55:19.972Z] 2025-03-13 05:55:19,962 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-bacnet-c_PR-102/.git/info/exclude [2025-03-13T05:55:19.972Z] 2025-03-13 05:55:19,962 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver/PR-102 with force:False [2025-03-13T05:55:19.972Z] 2025-03-13 05:55:19,963 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver/PR-102 [2025-03-13T05:55:19.972Z] 2025-03-13 05:55:19,967 [execute] INFO git cat-file --batch-check [2025-03-13T05:55:19.972Z] 2025-03-13 05:55:19,967 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver, universal_newlines=False, shell=None, istream=) [2025-03-13T05:55:20.232Z] 2025-03-13 05:55:19,974 [execute] INFO git cat-file --batch [2025-03-13T05:55:20.232Z] 2025-03-13 05:55:19,975 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-bacnet-c_PR-102/.semver, universal_newlines=False, shell=None, istream=) [2025-03-13T05:55:20.232Z] 2025-03-13 05:55:19,980 [read_version] DEBUG read version from /w/workspace/exfoundry_device-bacnet-c_PR-102/.semver/PR-102 [2025-03-13T05:55:20.232Z] 0.0.0 [Pipeline] } [2025-03-13T05:55:20.254Z] $ docker exec --env ******** --env ******** 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd ssh-agent -k [2025-03-13T05:55:20.367Z] unset SSH_AUTH_SOCK; [2025-03-13T05:55:20.367Z] unset SSH_AGENT_PID; [2025-03-13T05:55:20.367Z] echo Agent pid 76 killed; [2025-03-13T05:55:20.379Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-13T05:55:20.802Z] + git semver [Pipeline] } [2025-03-13T05:55:21.085Z] $ docker stop --time=1 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd [2025-03-13T05:55:22.360Z] $ docker rm -f --volumes 03df9b9fa7d36d5207744f0a367ef7505d5afee640bfa6fa599c96bb3d56c6bd [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-13T05:55:22.776Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-13T05:55:23.052Z] Stashed 1 file(s) [Pipeline] echo [2025-03-13T05:55:23.074Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-13T05:55:24.009Z] provisioning config files... [2025-03-13T05:55:24.018Z] copy managed file [device-bacnet-c-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/config16216772776370472365tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:55:24.491Z] ---> ****-login.sh [2025-03-13T05:55:24.491Z] nexus3.edgexfoundry.org:10001 [2025-03-13T05:55:24.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:24.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:24.491Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:24.491Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:24.491Z] [2025-03-13T05:55:24.491Z] Login Succeeded [2025-03-13T05:55:24.491Z] nexus3.edgexfoundry.org:10002 [2025-03-13T05:55:24.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:24.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:24.491Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:24.491Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:24.491Z] [2025-03-13T05:55:24.491Z] Login Succeeded [2025-03-13T05:55:24.491Z] nexus3.edgexfoundry.org:10003 [2025-03-13T05:55:24.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:24.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:24.750Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:24.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:24.750Z] [2025-03-13T05:55:24.750Z] Login Succeeded [2025-03-13T05:55:24.750Z] nexus3.edgexfoundry.org:10004 [2025-03-13T05:55:24.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:24.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:24.750Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:24.751Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:24.751Z] [2025-03-13T05:55:24.751Z] Login Succeeded [2025-03-13T05:55:24.751Z] ****.io [2025-03-13T05:55:24.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-13T05:55:25.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-13T05:55:25.013Z] Configure a credential helper to remove this warning. See [2025-03-13T05:55:25.014Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-13T05:55:25.014Z] [2025-03-13T05:55:25.014Z] Login Succeeded [2025-03-13T05:55:25.014Z] ---> ****-login.sh ends [Pipeline] } [2025-03-13T05:55:25.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-13T05:55:25.235Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-13T05:55:25.276Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2025-03-13T05:55:25.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-13T05:55:25.356Z] ========================================================= [2025-03-13T05:55:25.356Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2025-03-13T05:55:25.356Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:55:25.786Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2025-03-13T05:55:25.786Z] Sending build context to Docker daemon 798.7kB [2025-03-13T05:55:25.786Z] Step 1/12 : ARG BASE=alpine:3.20 [2025-03-13T05:55:25.786Z] Step 2/12 : FROM ${BASE} [2025-03-13T05:55:25.786Z] latest: Pulling from edgex-devops/edgex-gcc-base [2025-03-13T05:55:25.786Z] 96526aa774ef: Pulling fs layer [2025-03-13T05:55:25.786Z] da60e534fd72: Pulling fs layer [2025-03-13T05:55:25.786Z] 96526aa774ef: Verifying Checksum [2025-03-13T05:55:25.786Z] 96526aa774ef: Download complete [2025-03-13T05:55:26.044Z] 96526aa774ef: Pull complete [2025-03-13T05:55:26.610Z] da60e534fd72: Verifying Checksum [2025-03-13T05:55:26.610Z] da60e534fd72: Download complete [2025-03-13T05:55:29.885Z] da60e534fd72: Pull complete [2025-03-13T05:55:29.885Z] Digest: sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-03-13T05:55:29.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2025-03-13T05:55:29.885Z] ---> 6605166a5db4 [2025-03-13T05:55:29.885Z] Step 3/12 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-03-13T05:55:30.451Z] ---> Running in 01a4e387ddeb [2025-03-13T05:55:30.709Z] Connecting to iotech.jfrog.io (34.246.139.145:443) [2025-03-13T05:55:31.277Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-03-13T05:55:31.277Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-03-13T05:55:31.277Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-03-13T05:55:31.277Z] Removing intermediate container 01a4e387ddeb [2025-03-13T05:55:31.277Z] ---> 326293f9727d [2025-03-13T05:55:31.277Z] Step 4/12 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-03-13T05:55:31.535Z] ---> Running in 48d704cb388b [2025-03-13T05:55:32.106Z] Removing intermediate container 48d704cb388b [2025-03-13T05:55:32.106Z] ---> f6818eddc971 [2025-03-13T05:55:32.106Z] Step 5/12 : RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev dumb-init [2025-03-13T05:55:32.106Z] ---> Running in 123507e53cf6 [2025-03-13T05:55:32.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:32.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:32.621Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:33.188Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:55:33.188Z] (1/18) Installing dumb-init (1.2.5-r2) [2025-03-13T05:55:33.188Z] (2/18) Installing hiredis (1.1.0-r2) [2025-03-13T05:55:33.188Z] (3/18) Installing hiredis-dev (1.1.0-r2) [2025-03-13T05:55:33.188Z] (4/18) Installing libcbor (0.10.2-r1) [2025-03-13T05:55:33.188Z] (5/18) Installing iotech-iot-1.5 (1.5.5-r0) [2025-03-13T05:55:33.754Z] (6/18) Installing iotech-iot-1.5-dev (1.5.5-r0) [2025-03-13T05:55:33.754Z] (7/18) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) [2025-03-13T05:55:34.011Z] (8/18) Installing libcbor-dev (0.10.2-r1) [2025-03-13T05:55:34.011Z] (9/18) Installing libmenuw (6.4_p20230506-r0) [2025-03-13T05:55:34.011Z] (10/18) Installing libpanelw (6.4_p20230506-r0) [2025-03-13T05:55:34.011Z] (11/18) Installing libncurses++ (6.4_p20230506-r0) [2025-03-13T05:55:34.011Z] (12/18) Installing ncurses-dev (6.4_p20230506-r0) [2025-03-13T05:55:34.011Z] (13/18) Installing libblkid (2.38.1-r8) [2025-03-13T05:55:34.011Z] (14/18) Installing libuuid (2.38.1-r8) [2025-03-13T05:55:34.011Z] (15/18) Installing libfdisk (2.38.1-r8) [2025-03-13T05:55:34.011Z] (16/18) Installing libmount (2.38.1-r8) [2025-03-13T05:55:34.011Z] (17/18) Installing libsmartcols (2.38.1-r8) [2025-03-13T05:55:34.011Z] (18/18) Installing util-linux-dev (2.38.1-r8) [2025-03-13T05:55:34.270Z] Executing busybox-1.36.1-r4.trigger [2025-03-13T05:55:34.270Z] OK: 336 MiB in 100 packages [2025-03-13T05:55:34.528Z] Removing intermediate container 123507e53cf6 [2025-03-13T05:55:34.528Z] ---> 51b182824a53 [2025-03-13T05:55:34.528Z] Step 6/12 : RUN apk --no-cache upgrade [2025-03-13T05:55:34.786Z] ---> Running in 2f2bbca83288 [2025-03-13T05:55:35.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:35.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:35.043Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:35.609Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:55:35.609Z] Upgrading critical system libraries and apk-tools: [2025-03-13T05:55:35.609Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2025-03-13T05:55:35.609Z] Executing busybox-1.36.1-r4.trigger [2025-03-13T05:55:35.609Z] Continuing the upgrade transaction with new apk-tools: [2025-03-13T05:55:35.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:35.870Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:35.870Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:55:36.438Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:55:36.438Z] (1/25) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2025-03-13T05:55:36.438Z] (2/25) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2025-03-13T05:55:36.438Z] Executing busybox-1.36.1-r7.post-upgrade [2025-03-13T05:55:36.438Z] (3/25) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2025-03-13T05:55:36.438Z] (4/25) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2025-03-13T05:55:36.438Z] (5/25) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2025-03-13T05:55:36.438Z] (6/25) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2025-03-13T05:55:36.438Z] (7/25) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2025-03-13T05:55:36.438Z] (8/25) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2025-03-13T05:55:36.438Z] (9/25) Upgrading libexpat (2.5.0-r1 -> 2.6.4-r0) [2025-03-13T05:55:36.438Z] (10/25) Upgrading libarchive (3.7.2-r0 -> 3.7.7-r0) [2025-03-13T05:55:36.438Z] (11/25) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2025-03-13T05:55:36.438Z] (12/25) Installing libpsl (0.21.5-r0) [2025-03-13T05:55:36.438Z] (13/25) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2025-03-13T05:55:36.438Z] (14/25) Installing libpsl-utils (0.21.5-r0) [2025-03-13T05:55:36.438Z] (15/25) Installing libpsl-dev (0.21.5-r0) [2025-03-13T05:55:36.438Z] (16/25) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2025-03-13T05:55:36.697Z] (17/25) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2025-03-13T05:55:36.697Z] (18/25) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2025-03-13T05:55:36.697Z] (19/25) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2025-03-13T05:55:36.697Z] (20/25) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2025-03-13T05:55:36.697Z] (21/25) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2025-03-13T05:55:36.697Z] (22/25) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2025-03-13T05:55:36.697Z] (23/25) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2025-03-13T05:55:36.697Z] (24/25) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2025-03-13T05:55:36.697Z] (25/25) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2025-03-13T05:55:36.697Z] Executing busybox-1.36.1-r7.trigger [2025-03-13T05:55:36.697Z] Executing ca-certificates-20241121-r1.trigger [2025-03-13T05:55:36.697Z] OK: 337 MiB in 103 packages [2025-03-13T05:55:37.632Z] Removing intermediate container 2f2bbca83288 [2025-03-13T05:55:37.632Z] ---> 7a4312da3a8a [2025-03-13T05:55:37.632Z] Step 7/12 : COPY scripts /device-bacnet-c/scripts [2025-03-13T05:55:37.891Z] ---> c5561b0ac329 [2025-03-13T05:55:37.891Z] Step 8/12 : COPY src /device-bacnet-c/src/ [2025-03-13T05:55:37.891Z] ---> b2092a3ed1c3 [2025-03-13T05:55:37.891Z] Step 9/12 : COPY VERSION /device-bacnet-c/ [2025-03-13T05:55:38.149Z] ---> 5f3bac072457 [2025-03-13T05:55:38.149Z] Step 10/12 : WORKDIR /device-bacnet-c [2025-03-13T05:55:38.149Z] ---> Running in d654c8afa429 [2025-03-13T05:55:38.149Z] Removing intermediate container d654c8afa429 [2025-03-13T05:55:38.149Z] ---> d1942ff51864 [2025-03-13T05:55:38.149Z] Step 11/12 : RUN /device-bacnet-c/scripts/build_deps.sh [2025-03-13T05:55:38.149Z] ---> Running in 270927047b52 [2025-03-13T05:55:38.407Z] + CSDK_VER=4.0.0 [2025-03-13T05:55:38.407Z] + '[' '!' -d deps ] [2025-03-13T05:55:38.407Z] + mkdir deps [2025-03-13T05:55:38.407Z] + cd /device-bacnet-c/deps [2025-03-13T05:55:38.407Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0.zip [2025-03-13T05:55:38.407Z] Connecting to github.com (140.82.114.4:443) [2025-03-13T05:55:38.664Z] Connecting to codeload.github.com (140.82.112.9:443) [2025-03-13T05:55:38.922Z] saving to 'v4.0.0.zip' [2025-03-13T05:55:38.922Z] v4.0.0.zip 100% |********************************| 245k 0:00:00 ETA [2025-03-13T05:55:38.922Z] 'v4.0.0.zip' saved [2025-03-13T05:55:38.922Z] + unzip v4.0.0.zip [2025-03-13T05:55:38.922Z] Archive: v4.0.0.zip [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/ [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/.github/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/.github/Contributing.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/.github/PULL_REQUEST_TEMPLATE.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/.github/semantic.yml [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/.github/workflows/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/.github/workflows/release.yml [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/.gitignore [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/Attribution.txt [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/CHANGELOG.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/Doxyfile [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/GOVERNANCE.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/Jenkinsfile [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/LICENSE [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/Makefile [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/OWNERS.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/README.IOT.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/README.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/README.v3.md [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/docs/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/docs/configuration.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/docs/deviceprofiles.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/docs/metrics.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/docs/servicewritersguide.md [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/docs/startup.md [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/include/ [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/include/devsdk/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/devsdk/devsdk-base.h [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/devsdk/devsdk.h [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/include/edgex/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/edgex/devices.h [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/edgex/edgex-base.h [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/edgex/edgex.h [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/edgex/profiles.h [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/include/edgex/rest-server.h [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/scripts/ [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine-base [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/scripts/build.sh [2025-03-13T05:55:38.922Z] inflating: device-sdk-c-4.0.0/scripts/entrypoint.sh [2025-03-13T05:55:38.922Z] creating: device-sdk-c-4.0.0/src/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/CMakeLists.txt [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/api.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/autoevent.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/autoevent.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/bus-impl.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/bus-mqtt.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/bus.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/bus.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/callback3.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/callback3.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/cmdinfo.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/config.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/config.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/correlation.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/correlation.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/data.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/data.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/defs.h.in [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/device.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/device.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/devman.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/devmap.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/devmap.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/devsdk-base.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/devutil.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/discovery.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/discovery.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/dto-read.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/dto-read.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/edgex-logging.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/edgex-logging.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/edgex-rest.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/edgex-rest.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/edgex2.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/errorlist.h [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/README.md [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/device-bitfields.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/Bitfields.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/device-counter.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/Counters.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/Counter.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/README.md [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/readme.txt [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/TemplateProfile.json [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/template.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher1.json [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher2.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/file/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/device-file.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/file1.json [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/lorem.txt [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/FileExampleProfile.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/device-gyro.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/gyro.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/Gyro.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/random/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/device-random.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/randomdevice1.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/RandomExampleProfile.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/devices/device1.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/profiles/TemplateProfile.json [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/template.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/CMakeLists.txt [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/README.md [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/device-terminal.c [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/configuration.yaml [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/terminal.json [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/Terminal.json [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/filesys.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/filesys.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/keeper.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/keeper.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/map.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/map.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/metadata.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/metadata.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/metrics.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/opstate.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/opstate.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/parson.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/parson.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/profiles.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/profiles.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/registry-impl.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/registry.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/registry.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/reqdata.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/reqdata.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/request_auth.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/request_auth.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/rest-server.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/rest-server.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/rest.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/rest.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets-impl.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets-vault.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets-vault.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/secrets.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/service.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/service.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/transform.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/transform.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/validate.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/validate.h [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/watchers.c [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/c/watchers.h [2025-03-13T05:55:38.923Z] creating: device-sdk-c-4.0.0/src/cmake/ [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindIOT.cmake [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBCBOR.cmake [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBMICROHTTP.cmake [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBPAHO.cmake [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBUUID.cmake [2025-03-13T05:55:38.923Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBYAML.cmake [2025-03-13T05:55:38.923Z] + cd device-sdk-c-4.0.0 [2025-03-13T05:55:38.923Z] + ./scripts/build.sh [2025-03-13T05:55:38.923Z] + CPPCHECK=false [2025-03-13T05:55:38.923Z] + DOCGEN=false [2025-03-13T05:55:38.923Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-03-13T05:55:38.923Z] + '[' 0 -gt 0 ] [2025-03-13T05:55:38.923Z] + readlink -f ./scripts/build.sh [2025-03-13T05:55:38.923Z] + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts/build.sh [2025-03-13T05:55:38.923Z] + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts [2025-03-13T05:55:38.923Z] + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.0 [2025-03-13T05:55:38.923Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0 [2025-03-13T05:55:38.923Z] + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:55:38.923Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:55:38.923Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2025-03-13T05:55:38.923Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:55:38.923Z] -- Detecting C compiler ABI info [2025-03-13T05:55:39.182Z] -- Detecting C compiler ABI info - done [2025-03-13T05:55:39.182Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:55:39.182Z] -- Detecting C compile features [2025-03-13T05:55:39.182Z] -- Detecting C compile features - done [2025-03-13T05:55:39.182Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-03-13T05:55:39.182Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2025-03-13T05:55:39.182Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-03-13T05:55:39.182Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-03-13T05:55:39.182Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-03-13T05:55:39.182Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-03-13T05:55:39.182Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:55:39.182Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:55:39.182Z] -- C SDK 0.0.0 for Linux [2025-03-13T05:55:39.182Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-03-13T05:55:39.182Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-03-13T05:55:39.442Z] -- Found Curses: /usr/lib/libcurses.so [2025-03-13T05:55:39.442Z] -- Configuring done (0.4s) [2025-03-13T05:55:39.442Z] -- Generating done (0.0s) [2025-03-13T05:55:39.442Z] -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:55:39.442Z] + make all package [2025-03-13T05:55:39.442Z] + tee release.log [2025-03-13T05:55:39.442Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-03-13T05:55:39.442Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-03-13T05:55:39.700Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-03-13T05:55:39.958Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-03-13T05:55:39.958Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-03-13T05:55:40.218Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-03-13T05:55:40.218Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-03-13T05:55:40.476Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-03-13T05:55:40.734Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-03-13T05:55:40.734Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-03-13T05:55:40.992Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-03-13T05:55:40.992Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-03-13T05:55:40.992Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-03-13T05:55:41.250Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-03-13T05:55:41.250Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-03-13T05:55:41.510Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-03-13T05:55:41.777Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-03-13T05:55:41.777Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-03-13T05:55:42.094Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-03-13T05:55:42.094Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-03-13T05:55:42.353Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-03-13T05:55:43.290Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-03-13T05:55:43.290Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-03-13T05:55:43.290Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-03-13T05:55:43.548Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-03-13T05:55:43.548Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-03-13T05:55:43.807Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-03-13T05:55:44.066Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-03-13T05:55:44.066Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-03-13T05:55:44.323Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-03-13T05:55:44.323Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-03-13T05:55:44.587Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c: In function 'devsdk_service_start': [2025-03-13T05:55:44.587Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2025-03-13T05:55:44.587Z] 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2025-03-13T05:55:44.587Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-03-13T05:55:44.587Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2025-03-13T05:55:44.587Z] 875 | const iot_data_t *deviceservices_config; [2025-03-13T05:55:44.587Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-03-13T05:55:44.846Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-03-13T05:55:44.846Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-03-13T05:55:44.846Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-03-13T05:55:45.104Z] [ 68%] Linking C shared library libcsdk.so [2025-03-13T05:55:45.104Z] [ 68%] Built target csdk [2025-03-13T05:55:45.104Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-03-13T05:55:45.104Z] [ 72%] Linking C executable template [2025-03-13T05:55:45.104Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:45.362Z] [ 72%] Built target template [2025-03-13T05:55:45.362Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-03-13T05:55:45.362Z] [ 76%] Linking C executable device-counter [2025-03-13T05:55:45.362Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:45.362Z] [ 76%] Built target device-counter [2025-03-13T05:55:45.362Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-03-13T05:55:45.621Z] [ 80%] Linking C executable device-random [2025-03-13T05:55:45.621Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:45.621Z] [ 80%] Built target device-random [2025-03-13T05:55:45.621Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-03-13T05:55:45.621Z] [ 84%] Linking C executable device-gyro [2025-03-13T05:55:45.621Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:45.621Z] [ 84%] Built target device-gyro [2025-03-13T05:55:45.881Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-03-13T05:55:45.881Z] [ 88%] Linking C executable device-bitfields [2025-03-13T05:55:45.881Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:45.881Z] [ 88%] Built target device-bitfields [2025-03-13T05:55:45.881Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-03-13T05:55:46.140Z] [ 92%] Linking C executable template-discovery [2025-03-13T05:55:46.140Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:46.140Z] [ 92%] Built target template-discovery [2025-03-13T05:55:46.140Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-03-13T05:55:46.140Z] [ 96%] Linking C executable device-file [2025-03-13T05:55:46.400Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:46.400Z] [ 96%] Built target device-file [2025-03-13T05:55:46.400Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-03-13T05:55:46.400Z] [100%] Linking C executable device-terminal [2025-03-13T05:55:46.400Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:46.400Z] [100%] Built target device-terminal [2025-03-13T05:55:46.657Z] Run CPack packaging tool... [2025-03-13T05:55:46.657Z] CPack: Create package using TGZ [2025-03-13T05:55:46.657Z] CPack: Install projects [2025-03-13T05:55:46.657Z] CPack: - Run preinstall target for: Csdk [2025-03-13T05:55:46.657Z] CPack: - Install project: Csdk [] [2025-03-13T05:55:46.657Z] CPack: Create package [2025-03-13T05:55:46.915Z] CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release/csdk-0.0.0.tar.gz generated. [2025-03-13T05:55:46.915Z] + '[' false '=' true ] [2025-03-13T05:55:46.915Z] + '[' false '=' true ] [2025-03-13T05:55:46.915Z] + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:55:46.915Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:55:46.915Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2025-03-13T05:55:46.915Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:55:46.915Z] -- Detecting C compiler ABI info [2025-03-13T05:55:46.915Z] -- Detecting C compiler ABI info - done [2025-03-13T05:55:46.915Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:55:46.915Z] -- Detecting C compile features [2025-03-13T05:55:46.915Z] -- Detecting C compile features - done [2025-03-13T05:55:46.915Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-03-13T05:55:47.173Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2025-03-13T05:55:47.173Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-03-13T05:55:47.173Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-03-13T05:55:47.173Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-03-13T05:55:47.173Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-03-13T05:55:47.173Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:55:47.173Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:55:47.173Z] -- C SDK 0.0.0 for Linux [2025-03-13T05:55:47.173Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-03-13T05:55:47.173Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-03-13T05:55:47.173Z] -- Found Curses: /usr/lib/libcurses.so [2025-03-13T05:55:47.173Z] -- Configuring done (0.4s) [2025-03-13T05:55:47.173Z] -- Generating done (0.0s) [2025-03-13T05:55:47.173Z] -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:55:47.173Z] + make [2025-03-13T05:55:47.173Z] + tee debug.log [2025-03-13T05:55:47.431Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-03-13T05:55:47.431Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-03-13T05:55:47.431Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-03-13T05:55:47.431Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-03-13T05:55:47.690Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-03-13T05:55:47.690Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-03-13T05:55:47.690Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-03-13T05:55:47.948Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-03-13T05:55:47.948Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-03-13T05:55:47.948Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-03-13T05:55:48.206Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-03-13T05:55:48.206Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-03-13T05:55:48.206Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-03-13T05:55:48.206Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-03-13T05:55:48.464Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-03-13T05:55:48.464Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-03-13T05:55:48.464Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-03-13T05:55:48.724Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-03-13T05:55:48.724Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-03-13T05:55:48.724Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-03-13T05:55:48.724Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-03-13T05:55:48.982Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-03-13T05:55:48.982Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-03-13T05:55:49.239Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-03-13T05:55:49.239Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-03-13T05:55:49.239Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-03-13T05:55:49.239Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-03-13T05:55:49.500Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-03-13T05:55:49.500Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-03-13T05:55:49.759Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-03-13T05:55:49.759Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-03-13T05:55:50.017Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-03-13T05:55:50.017Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-03-13T05:55:50.017Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-03-13T05:55:50.017Z] [ 68%] Linking C shared library libcsdk.so [2025-03-13T05:55:50.017Z] [ 68%] Built target csdk [2025-03-13T05:55:50.017Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-03-13T05:55:50.276Z] [ 72%] Linking C executable template [2025-03-13T05:55:50.276Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:50.276Z] [ 72%] Built target template [2025-03-13T05:55:50.276Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-03-13T05:55:50.276Z] [ 76%] Linking C executable device-counter [2025-03-13T05:55:50.276Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:50.276Z] [ 76%] Built target device-counter [2025-03-13T05:55:50.534Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-03-13T05:55:50.534Z] [ 80%] Linking C executable device-random [2025-03-13T05:55:50.534Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:50.534Z] [ 80%] Built target device-random [2025-03-13T05:55:50.534Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-03-13T05:55:50.534Z] [ 84%] Linking C executable device-gyro [2025-03-13T05:55:50.534Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:50.534Z] [ 84%] Built target device-gyro [2025-03-13T05:55:50.810Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-03-13T05:55:50.810Z] [ 88%] Linking C executable device-bitfields [2025-03-13T05:55:50.810Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:50.810Z] [ 88%] Built target device-bitfields [2025-03-13T05:55:50.810Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-03-13T05:55:50.810Z] [ 92%] Linking C executable template-discovery [2025-03-13T05:55:50.810Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:51.071Z] [ 92%] Built target template-discovery [2025-03-13T05:55:51.071Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-03-13T05:55:51.071Z] [ 96%] Linking C executable device-file [2025-03-13T05:55:51.071Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:51.071Z] [ 96%] Built target device-file [2025-03-13T05:55:51.071Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-03-13T05:55:51.071Z] [100%] Linking C executable device-terminal [2025-03-13T05:55:51.329Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:55:51.329Z] [100%] Built target device-terminal [2025-03-13T05:55:51.329Z] + cp -rf include/devsdk include/edgex /usr/include/ [2025-03-13T05:55:51.329Z] + cp build/release/c/libcsdk.so /usr/lib/ [2025-03-13T05:55:51.329Z] + mkdir -p /usr/share/doc/edgex-csdk [2025-03-13T05:55:51.329Z] + cp Attribution.txt /usr/share/doc/edgex-csdk [2025-03-13T05:55:51.329Z] + cp LICENSE /usr/share/doc/edgex-csdk [2025-03-13T05:55:51.329Z] + rm -rf /device-bacnet-c/deps [2025-03-13T05:55:51.588Z] Removing intermediate container 270927047b52 [2025-03-13T05:55:51.588Z] ---> 2801190a09fb [2025-03-13T05:55:51.588Z] Step 12/12 : RUN /device-bacnet-c/scripts/build.sh [2025-03-13T05:55:51.588Z] ---> Running in 3ba5235a7245 [2025-03-13T05:55:51.846Z] + readlink -f /device-bacnet-c/scripts/build.sh [2025-03-13T05:55:51.846Z] + dirname /device-bacnet-c/scripts/build.sh [2025-03-13T05:55:51.846Z] + dirname /device-bacnet-c/scripts [2025-03-13T05:55:51.847Z] + ROOT=/device-bacnet-c [2025-03-13T05:55:51.847Z] + echo /device-bacnet-c [2025-03-13T05:55:51.847Z] /device-bacnet-c [2025-03-13T05:55:51.847Z] + cd /device-bacnet-c [2025-03-13T05:55:51.847Z] + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2025-03-13T05:55:51.847Z] + '[' '!' -d /device-bacnet-c/bacnet-stack ] [2025-03-13T05:55:51.847Z] + git clone https://github.com/IOTechSystems/bacnet-stack.git [2025-03-13T05:55:51.847Z] Cloning into 'bacnet-stack'... [2025-03-13T05:55:54.375Z] + cd /device-bacnet-c/bacnet-stack [2025-03-13T05:55:54.375Z] + git checkout v0.8.6-IOTech [2025-03-13T05:55:55.307Z] Note: switching to 'v0.8.6-IOTech'. [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] You are in 'detached HEAD' state. You can look around, make experimental [2025-03-13T05:55:55.307Z] changes and commit them, and you can discard any commits you make in this [2025-03-13T05:55:55.307Z] state without impacting any branches by switching back to a branch. [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] If you want to create a new branch to retain commits you create, you may [2025-03-13T05:55:55.307Z] do so (now or later) by using -c with the switch command. Example: [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] git switch -c [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] Or undo this operation with: [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] git switch - [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] Turn off this advice by setting config variable advice.detachedHead to false [2025-03-13T05:55:55.307Z] [2025-03-13T05:55:55.307Z] HEAD is now at 8b67b7f2 Changes for BACnet device service [2025-03-13T05:55:55.307Z] + mkdir -p /device-bacnet-c/lib/ip [2025-03-13T05:55:55.307Z] + mkdir -p /device-bacnet-c/lib/mstp [2025-03-13T05:55:55.307Z] + make 'BACDL_DEFINE=-DBACDL_MSTP=1' clean library [2025-03-13T05:55:55.307Z] make -s -C lib clean [2025-03-13T05:55:55.307Z] make -s -C demo clean [2025-03-13T05:55:55.307Z] make -s -C demo/router clean [2025-03-13T05:55:55.307Z] make -s -C demo/router-ipv6 clean [2025-03-13T05:55:55.307Z] make -s -C demo/gateway clean [2025-03-13T05:55:55.307Z] make -s -C lib all [2025-03-13T05:55:59.488Z] ../ports/linux/dlmstp.c: In function 'dlmstp_cleanup': [2025-03-13T05:55:59.488Z] ../ports/linux/dlmstp.c:147:20: warning: passing argument 1 of 'pthread_cancel' makes pointer from integer without a cast [-Wint-conversion] [2025-03-13T05:55:59.488Z] 147 | pthread_cancel(hThread); [2025-03-13T05:55:59.488Z] | ^~~~~~~ [2025-03-13T05:55:59.488Z] | | [2025-03-13T05:55:59.488Z] | long unsigned int [2025-03-13T05:55:59.488Z] In file included from ../ports/linux/net.h:73, [2025-03-13T05:55:59.488Z] from ../ports/linux/dlmstp.c:43: [2025-03-13T05:55:59.488Z] /usr/include/pthread.h:98:20: note: expected 'pthread_t' {aka 'struct __pthread *'} but argument is of type 'long unsigned int' [2025-03-13T05:55:59.488Z] 98 | int pthread_cancel(pthread_t); [2025-03-13T05:55:59.488Z] | ^~~~~~~~~ [2025-03-13T05:55:59.488Z] ../ports/linux/dlmstp.c: In function 'dlmstp_init': [2025-03-13T05:55:59.488Z] ../ports/linux/dlmstp.c:727:25: warning: passing argument 1 of 'pthread_create' from incompatible pointer type [-Wincompatible-pointer-types] [2025-03-13T05:55:59.488Z] 727 | rv = pthread_create(&hThread, NULL, dlmstp_master_fsm_task, NULL); [2025-03-13T05:55:59.488Z] | ^~~~~~~~ [2025-03-13T05:55:59.488Z] | | [2025-03-13T05:55:59.488Z] | long unsigned int * [2025-03-13T05:55:59.488Z] /usr/include/pthread.h:80:20: note: expected 'struct __pthread ** restrict' but argument is of type 'long unsigned int *' [2025-03-13T05:55:59.488Z] 80 | int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict); [2025-03-13T05:55:59.488Z] | ^ [2025-03-13T05:56:02.015Z] + cp lib/libbacnet.a /device-bacnet-c/lib/mstp [2025-03-13T05:56:02.015Z] + make 'BACDL_DEFINE=-DBACDL_BIP=1' clean library [2025-03-13T05:56:02.015Z] make -s -C lib clean [2025-03-13T05:56:02.015Z] make -s -C demo clean [2025-03-13T05:56:02.273Z] make -s -C demo/router clean [2025-03-13T05:56:02.273Z] make -s -C demo/router-ipv6 clean [2025-03-13T05:56:02.273Z] make -s -C demo/gateway clean [2025-03-13T05:56:02.273Z] make -s -C lib all [2025-03-13T05:56:10.405Z] + cp lib/libbacnet.a /device-bacnet-c/lib/ip [2025-03-13T05:56:10.405Z] + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:10.405Z] + cd /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:10.405Z] + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2025-03-13T05:56:10.405Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:56:10.405Z] -- Detecting C compiler ABI info [2025-03-13T05:56:10.405Z] -- Detecting C compiler ABI info - done [2025-03-13T05:56:10.405Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:56:10.405Z] -- Detecting C compile features [2025-03-13T05:56:10.405Z] -- Detecting C compile features - done [2025-03-13T05:56:10.405Z] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2025-03-13T05:56:10.405Z] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2025-03-13T05:56:10.405Z] -- Found Threads: TRUE [2025-03-13T05:56:10.405Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:56:10.405Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:10.405Z] -- Configuring done (0.3s) [2025-03-13T05:56:10.405Z] -- Generating done (0.0s) [2025-03-13T05:56:10.405Z] -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:10.405Z] + make [2025-03-13T05:56:10.405Z] + tee release.log [2025-03-13T05:56:10.405Z] [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2025-03-13T05:56:10.405Z] [ 22%] Linking C static library libbacnet_objects.a [2025-03-13T05:56:10.662Z] [ 22%] Built target bacnet_objects [2025-03-13T05:56:10.662Z] [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2025-03-13T05:56:10.662Z] [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2025-03-13T05:56:10.921Z] [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2025-03-13T05:56:10.921Z] [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2025-03-13T05:56:10.921Z] [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2025-03-13T05:56:11.179Z] [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2025-03-13T05:56:11.179Z] [100%] Linking C executable device-bacnet-c [2025-03-13T05:56:11.438Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:11.438Z] [100%] Built target device-bacnet-c [2025-03-13T05:56:11.438Z] + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:11.438Z] + cd /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:11.438Z] + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2025-03-13T05:56:11.438Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:56:11.438Z] -- Detecting C compiler ABI info [2025-03-13T05:56:11.438Z] -- Detecting C compiler ABI info - done [2025-03-13T05:56:11.438Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:56:11.438Z] -- Detecting C compile features [2025-03-13T05:56:11.438Z] -- Detecting C compile features - done [2025-03-13T05:56:11.438Z] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [2025-03-13T05:56:11.697Z] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [2025-03-13T05:56:11.697Z] -- Found Threads: TRUE [2025-03-13T05:56:11.697Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:56:11.697Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:11.697Z] -- Configuring done (0.3s) [2025-03-13T05:56:11.697Z] -- Generating done (0.0s) [2025-03-13T05:56:11.697Z] -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:11.697Z] + make [2025-03-13T05:56:11.697Z] + tee release.log [2025-03-13T05:56:11.697Z] [ 11%] Building C object CMakeFiles/bacnet_objects.dir/device-bacnet-c/bacnet-stack/demo/object/device-client.c.o [2025-03-13T05:56:11.955Z] [ 22%] Linking C static library libbacnet_objects.a [2025-03-13T05:56:11.955Z] [ 22%] Built target bacnet_objects [2025-03-13T05:56:11.955Z] [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2025-03-13T05:56:12.213Z] [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/address_entry.c.o [2025-03-13T05:56:12.213Z] [ 55%] Building C object CMakeFiles/device-bacnet-c.dir/address_instance_map.c.o [2025-03-13T05:56:12.213Z] [ 66%] Building C object CMakeFiles/device-bacnet-c.dir/device_condition_map.c.o [2025-03-13T05:56:12.213Z] [ 77%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2025-03-13T05:56:12.779Z] [ 88%] Building C object CMakeFiles/device-bacnet-c.dir/return_data.c.o [2025-03-13T05:56:12.779Z] [100%] Linking C executable device-bacnet-c [2025-03-13T05:56:12.779Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:12.779Z] [100%] Built target device-bacnet-c [2025-03-13T05:56:13.713Z] Removing intermediate container 3ba5235a7245 [2025-03-13T05:56:13.713Z] ---> 0b3b48670b0c [2025-03-13T05:56:13.713Z] Successfully built 0b3b48670b0c [2025-03-13T05:56:13.713Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:56:14.422Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-13T05:56:14.422Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-13T05:56:14.587Z] prd-ubuntu20.04-docker-8c-8g-41244 does not seem to be running inside a container [2025-03-13T05:56:14.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-bacnet-c_PR-102 -v /w/workspace/exfoundry_device-bacnet-c_PR-102:/w/workspace/exfoundry_device-bacnet-c_PR-102:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-13T05:56:14.913Z] $ docker top d6168213a9b5cb67ffbbdf4fd559a0e7b2536ff7007d5b8fd7388f5aeca15432 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-13T05:56:15.306Z] + make test [2025-03-13T05:56:15.306Z] build/release/device-bacnet-c/device-bacnet-c [Pipeline] } [2025-03-13T05:56:15.345Z] $ docker stop --time=1 d6168213a9b5cb67ffbbdf4fd559a0e7b2536ff7007d5b8fd7388f5aeca15432 [2025-03-13T05:56:16.620Z] $ docker rm -f --volumes d6168213a9b5cb67ffbbdf4fd559a0e7b2536ff7007d5b8fd7388f5aeca15432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-13T05:56:17.393Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-13T05:56:17.699Z] + ls -al . [2025-03-13T05:56:17.699Z] total 88 [2025-03-13T05:56:17.699Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 05:55 . [2025-03-13T05:56:17.699Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 05:54 .. [2025-03-13T05:56:17.699Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 05:55 .git [2025-03-13T05:56:17.699Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 05:54 .github [2025-03-13T05:56:17.699Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 13 05:55 .semver [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 1563 Mar 13 05:54 Attribution.txt [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 1004 Mar 13 05:54 CHANGELOG.md [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 13 05:54 GOVERNANCE.md [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 764 Mar 13 05:54 Jenkinsfile [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 13 05:54 LICENSE [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 837 Mar 13 05:54 Makefile [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 621 Mar 13 05:54 OWNERS.md [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 5483 Mar 13 05:54 README.md [2025-03-13T05:56:17.699Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 13 05:55 VERSION [2025-03-13T05:56:17.699Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 05:54 docs [2025-03-13T05:56:17.699Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 05:54 res [2025-03-13T05:56:17.699Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 05:54 sample-profiles [2025-03-13T05:56:17.699Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 05:54 scripts [2025-03-13T05:56:17.699Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 05:54 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:56:18.097Z] + 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=22e8dff36da7d5dbc3012339e25a084e1cd74c3a --label arch=amd64 --label version=0.0.0 . [2025-03-13T05:56:18.097Z] Sending build context to Docker daemon 798.7kB [2025-03-13T05:56:18.097Z] Step 1/31 : ARG BASE=alpine:3.20 [2025-03-13T05:56:18.097Z] Step 2/31 : FROM ${BASE} as builder [2025-03-13T05:56:18.097Z] ---> 0b3b48670b0c [2025-03-13T05:56:18.097Z] Step 3/31 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-03-13T05:56:18.097Z] ---> Running in 650aee337c79 [2025-03-13T05:56:18.356Z] Connecting to iotech.jfrog.io (34.246.139.145:443) [2025-03-13T05:56:18.614Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-03-13T05:56:18.614Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-03-13T05:56:18.614Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-03-13T05:56:19.180Z] Removing intermediate container 650aee337c79 [2025-03-13T05:56:19.180Z] ---> ebf6780575f7 [2025-03-13T05:56:19.180Z] Step 4/31 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-03-13T05:56:19.180Z] ---> Running in a5a7aec1b053 [2025-03-13T05:56:19.745Z] Removing intermediate container a5a7aec1b053 [2025-03-13T05:56:19.745Z] ---> 8473f6beb01e [2025-03-13T05:56:19.745Z] Step 5/31 : RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev [2025-03-13T05:56:19.745Z] ---> Running in 0d9fe0c56deb [2025-03-13T05:56:19.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:20.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:20.259Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:20.826Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:56:20.826Z] OK: 337 MiB in 103 packages [2025-03-13T05:56:21.084Z] Removing intermediate container 0d9fe0c56deb [2025-03-13T05:56:21.084Z] ---> 5c31682413fc [2025-03-13T05:56:21.084Z] Step 6/31 : COPY scripts /device-bacnet-c/scripts [2025-03-13T05:56:21.084Z] ---> 07295cd9b6e3 [2025-03-13T05:56:21.084Z] Step 7/31 : COPY src /device-bacnet-c/src/ [2025-03-13T05:56:21.343Z] ---> e411ef75f547 [2025-03-13T05:56:21.343Z] Step 8/31 : COPY VERSION /device-bacnet-c/ [2025-03-13T05:56:21.343Z] ---> 3a75d269ca34 [2025-03-13T05:56:21.343Z] Step 9/31 : WORKDIR /device-bacnet-c [2025-03-13T05:56:21.343Z] ---> Running in a8236b8f5b1e [2025-03-13T05:56:21.600Z] Removing intermediate container a8236b8f5b1e [2025-03-13T05:56:21.600Z] ---> 2a86dfa35f32 [2025-03-13T05:56:21.600Z] Step 10/31 : RUN /device-bacnet-c/scripts/build_deps.sh [2025-03-13T05:56:21.600Z] ---> Running in 56b687627e4d [2025-03-13T05:56:21.858Z] + CSDK_VER=4.0.0 [2025-03-13T05:56:21.858Z] + '[' '!' -d deps ] [2025-03-13T05:56:21.858Z] + mkdir deps [2025-03-13T05:56:21.858Z] + cd /device-bacnet-c/deps [2025-03-13T05:56:21.858Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0.zip [2025-03-13T05:56:21.858Z] Connecting to github.com (140.82.114.4:443) [2025-03-13T05:56:21.858Z] Connecting to codeload.github.com (140.82.112.10:443) [2025-03-13T05:56:22.118Z] saving to 'v4.0.0.zip' [2025-03-13T05:56:22.118Z] v4.0.0.zip 100% |********************************| 245k 0:00:00 ETA [2025-03-13T05:56:22.118Z] 'v4.0.0.zip' saved [2025-03-13T05:56:22.118Z] + unzip v4.0.0.zip [2025-03-13T05:56:22.118Z] Archive: v4.0.0.zip [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/ [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/.github/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/.github/Contributing.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/.github/PULL_REQUEST_TEMPLATE.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/.github/semantic.yml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/.github/workflows/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/.github/workflows/release.yml [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/.gitignore [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/Attribution.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/CHANGELOG.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/Doxyfile [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/GOVERNANCE.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/Jenkinsfile [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/LICENSE [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/Makefile [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/OWNERS.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/README.IOT.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/README.v3.md [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/docs/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/docs/configuration.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/docs/deviceprofiles.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/docs/metrics.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/docs/servicewritersguide.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/docs/startup.md [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/include/ [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/include/devsdk/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/devsdk/devsdk-base.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/devsdk/devsdk.h [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/include/edgex/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/edgex/devices.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/edgex/edgex-base.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/edgex/edgex.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/edgex/profiles.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/include/edgex/rest-server.h [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/scripts/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/scripts/Dockerfile.alpine-base [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/scripts/build.sh [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/scripts/entrypoint.sh [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/CMakeLists.txt [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/api.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/autoevent.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/autoevent.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/bus-impl.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/bus-mqtt.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/bus.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/bus.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/callback3.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/callback3.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/cmdinfo.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/config.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/config.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/correlation.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/correlation.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/data.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/data.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/defs.h.in [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/device.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/device.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/devman.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/devmap.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/devmap.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/devsdk-base.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/devutil.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/discovery.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/discovery.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/dto-read.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/dto-read.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/edgex-logging.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/edgex-logging.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/edgex-rest.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/edgex-rest.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/edgex2.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/errorlist.h [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/README.md [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/device-bitfields.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/devices/Bitfields.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/device-counter.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/devices/Counters.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/counters/res/profiles/Counter.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/README.md [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/devices/readme.txt [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/res/profiles/TemplateProfile.json [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/template.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher1.json [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/discovery/watcher2.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/file/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/device-file.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/devices/file1.json [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/lorem.txt [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/file/res/profiles/FileExampleProfile.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/device-gyro.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/devices/gyro.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/gyro/res/profiles/Gyro.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/random/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/device-random.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/devices/randomdevice1.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/random/res/profiles/RandomExampleProfile.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/devices/device1.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/res/profiles/TemplateProfile.json [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/template.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/CMakeLists.txt [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/README.md [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/device-terminal.c [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/configuration.yaml [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/devices/terminal.json [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/examples/terminal/res/profiles/Terminal.json [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/filesys.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/filesys.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/keeper.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/keeper.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/map.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/map.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/metadata.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/metadata.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/metrics.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/opstate.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/opstate.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/parson.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/parson.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/profiles.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/profiles.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/registry-impl.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/registry.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/registry.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/reqdata.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/reqdata.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/request_auth.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/request_auth.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/rest-server.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/rest-server.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/rest.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/rest.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets-impl.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets-insecure.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets-vault.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets-vault.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/secrets.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/service.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/service.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/transform.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/transform.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/validate.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/validate.h [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/watchers.c [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/c/watchers.h [2025-03-13T05:56:22.118Z] creating: device-sdk-c-4.0.0/src/cmake/ [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindIOT.cmake [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBCBOR.cmake [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBMICROHTTP.cmake [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBPAHO.cmake [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBUUID.cmake [2025-03-13T05:56:22.118Z] inflating: device-sdk-c-4.0.0/src/cmake/FindLIBYAML.cmake [2025-03-13T05:56:22.118Z] + cd device-sdk-c-4.0.0 [2025-03-13T05:56:22.118Z] + ./scripts/build.sh [2025-03-13T05:56:22.118Z] + CPPCHECK=false [2025-03-13T05:56:22.118Z] + DOCGEN=false [2025-03-13T05:56:22.118Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-03-13T05:56:22.118Z] + '[' 0 -gt 0 ] [2025-03-13T05:56:22.118Z] + readlink -f ./scripts/build.sh [2025-03-13T05:56:22.118Z] + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts/build.sh [2025-03-13T05:56:22.118Z] + dirname /device-bacnet-c/deps/device-sdk-c-4.0.0/scripts [2025-03-13T05:56:22.118Z] + ROOT=/device-bacnet-c/deps/device-sdk-c-4.0.0 [2025-03-13T05:56:22.118Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0 [2025-03-13T05:56:22.118Z] + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:56:22.118Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:56:22.118Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2025-03-13T05:56:22.118Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:56:22.118Z] -- Detecting C compiler ABI info [2025-03-13T05:56:22.377Z] -- Detecting C compiler ABI info - done [2025-03-13T05:56:22.377Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:56:22.377Z] -- Detecting C compile features [2025-03-13T05:56:22.377Z] -- Detecting C compile features - done [2025-03-13T05:56:22.377Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-03-13T05:56:22.377Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2025-03-13T05:56:22.377Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-03-13T05:56:22.377Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-03-13T05:56:22.377Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-03-13T05:56:22.377Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-03-13T05:56:22.377Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:56:22.377Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:22.377Z] -- C SDK 0.0.0 for Linux [2025-03-13T05:56:22.377Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-03-13T05:56:22.377Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-03-13T05:56:22.636Z] -- Found Curses: /usr/lib/libcurses.so [2025-03-13T05:56:22.636Z] -- Configuring done (0.4s) [2025-03-13T05:56:22.636Z] -- Generating done (0.0s) [2025-03-13T05:56:22.636Z] -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release [2025-03-13T05:56:22.636Z] + make all package [2025-03-13T05:56:22.636Z] + tee release.log [2025-03-13T05:56:22.636Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-03-13T05:56:22.636Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-03-13T05:56:22.895Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-03-13T05:56:22.895Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-03-13T05:56:23.154Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-03-13T05:56:23.412Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-03-13T05:56:23.412Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-03-13T05:56:23.670Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-03-13T05:56:23.928Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-03-13T05:56:23.929Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-03-13T05:56:24.187Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-03-13T05:56:24.187Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-03-13T05:56:24.187Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-03-13T05:56:24.447Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-03-13T05:56:24.447Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-03-13T05:56:25.012Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-03-13T05:56:25.012Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-03-13T05:56:25.271Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-03-13T05:56:25.271Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-03-13T05:56:25.528Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-03-13T05:56:25.528Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-03-13T05:56:26.464Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-03-13T05:56:26.723Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-03-13T05:56:26.723Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-03-13T05:56:26.723Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-03-13T05:56:26.723Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-03-13T05:56:26.981Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-03-13T05:56:27.239Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-03-13T05:56:27.498Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-03-13T05:56:27.498Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-03-13T05:56:27.757Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-03-13T05:56:27.757Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c: In function 'devsdk_service_start': [2025-03-13T05:56:27.757Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2025-03-13T05:56:27.757Z] 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2025-03-13T05:56:27.757Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-03-13T05:56:27.757Z] /device-bacnet-c/deps/device-sdk-c-4.0.0/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2025-03-13T05:56:27.757Z] 875 | const iot_data_t *deviceservices_config; [2025-03-13T05:56:27.757Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-03-13T05:56:28.014Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-03-13T05:56:28.014Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-03-13T05:56:28.271Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-03-13T05:56:28.271Z] [ 68%] Linking C shared library libcsdk.so [2025-03-13T05:56:28.271Z] [ 68%] Built target csdk [2025-03-13T05:56:28.271Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-03-13T05:56:28.530Z] [ 72%] Linking C executable template [2025-03-13T05:56:28.530Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:28.530Z] [ 72%] Built target template [2025-03-13T05:56:28.530Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-03-13T05:56:28.788Z] [ 76%] Linking C executable device-counter [2025-03-13T05:56:28.788Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:28.788Z] [ 76%] Built target device-counter [2025-03-13T05:56:28.788Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-03-13T05:56:28.788Z] [ 80%] Linking C executable device-random [2025-03-13T05:56:28.788Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:28.788Z] [ 80%] Built target device-random [2025-03-13T05:56:28.788Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-03-13T05:56:29.047Z] [ 84%] Linking C executable device-gyro [2025-03-13T05:56:29.047Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:29.047Z] [ 84%] Built target device-gyro [2025-03-13T05:56:29.047Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-03-13T05:56:29.047Z] [ 88%] Linking C executable device-bitfields [2025-03-13T05:56:29.306Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:29.306Z] [ 88%] Built target device-bitfields [2025-03-13T05:56:29.306Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-03-13T05:56:29.306Z] [ 92%] Linking C executable template-discovery [2025-03-13T05:56:29.306Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:29.564Z] [ 92%] Built target template-discovery [2025-03-13T05:56:29.564Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-03-13T05:56:29.564Z] [ 96%] Linking C executable device-file [2025-03-13T05:56:29.564Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:29.564Z] [ 96%] Built target device-file [2025-03-13T05:56:29.564Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-03-13T05:56:29.822Z] [100%] Linking C executable device-terminal [2025-03-13T05:56:29.822Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:29.822Z] [100%] Built target device-terminal [2025-03-13T05:56:29.822Z] Run CPack packaging tool... [2025-03-13T05:56:29.822Z] CPack: Create package using TGZ [2025-03-13T05:56:29.822Z] CPack: Install projects [2025-03-13T05:56:29.822Z] CPack: - Run preinstall target for: Csdk [2025-03-13T05:56:30.080Z] CPack: - Install project: Csdk [] [2025-03-13T05:56:30.080Z] CPack: Create package [2025-03-13T05:56:30.080Z] CPack: - package: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/release/csdk-0.0.0.tar.gz generated. [2025-03-13T05:56:30.080Z] + '[' false '=' true ] [2025-03-13T05:56:30.080Z] + '[' false '=' true ] [2025-03-13T05:56:30.080Z] + mkdir -p /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:56:30.080Z] + cd /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:56:30.080Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-bacnet-c/deps/device-sdk-c-4.0.0/src [2025-03-13T05:56:30.080Z] -- The C compiler identification is GNU 12.2.1 [2025-03-13T05:56:30.338Z] -- Detecting C compiler ABI info [2025-03-13T05:56:30.338Z] -- Detecting C compiler ABI info - done [2025-03-13T05:56:30.338Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-03-13T05:56:30.338Z] -- Detecting C compile features [2025-03-13T05:56:30.338Z] -- Detecting C compile features - done [2025-03-13T05:56:30.338Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-03-13T05:56:30.338Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.12.1") [2025-03-13T05:56:30.338Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-03-13T05:56:30.338Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-03-13T05:56:30.338Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-03-13T05:56:30.338Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-03-13T05:56:30.338Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-03-13T05:56:30.338Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:30.338Z] -- C SDK 0.0.0 for Linux [2025-03-13T05:56:30.338Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-03-13T05:56:30.595Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-03-13T05:56:30.595Z] -- Found Curses: /usr/lib/libcurses.so [2025-03-13T05:56:30.595Z] -- Configuring done (0.4s) [2025-03-13T05:56:30.595Z] -- Generating done (0.0s) [2025-03-13T05:56:30.595Z] -- Build files have been written to: /device-bacnet-c/deps/device-sdk-c-4.0.0/build/debug [2025-03-13T05:56:30.595Z] + make [2025-03-13T05:56:30.595Z] + tee debug.log [2025-03-13T05:56:30.595Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-03-13T05:56:30.854Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-03-13T05:56:30.854Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-03-13T05:56:30.854Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-03-13T05:56:30.854Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-03-13T05:56:31.112Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-03-13T05:56:31.112Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-03-13T05:56:31.112Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-03-13T05:56:31.370Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-03-13T05:56:31.370Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-03-13T05:56:31.370Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-03-13T05:56:31.632Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-03-13T05:56:31.632Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-03-13T05:56:31.632Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-03-13T05:56:31.632Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-03-13T05:56:31.894Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-03-13T05:56:31.894Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-03-13T05:56:31.894Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-03-13T05:56:32.153Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-03-13T05:56:32.153Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-03-13T05:56:32.153Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-03-13T05:56:32.411Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-03-13T05:56:32.412Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-03-13T05:56:32.412Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-03-13T05:56:32.670Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-03-13T05:56:32.670Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-03-13T05:56:32.670Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-03-13T05:56:32.927Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-03-13T05:56:32.927Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-03-13T05:56:33.186Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-03-13T05:56:33.186Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-03-13T05:56:33.186Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-03-13T05:56:33.443Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-03-13T05:56:33.443Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-03-13T05:56:33.443Z] [ 68%] Linking C shared library libcsdk.so [2025-03-13T05:56:33.443Z] [ 68%] Built target csdk [2025-03-13T05:56:33.701Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-03-13T05:56:33.701Z] [ 72%] Linking C executable template [2025-03-13T05:56:33.701Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:33.701Z] [ 72%] Built target template [2025-03-13T05:56:33.701Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-03-13T05:56:33.701Z] [ 76%] Linking C executable device-counter [2025-03-13T05:56:33.959Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:33.959Z] [ 76%] Built target device-counter [2025-03-13T05:56:33.959Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-03-13T05:56:33.959Z] [ 80%] Linking C executable device-random [2025-03-13T05:56:33.959Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:33.959Z] [ 80%] Built target device-random [2025-03-13T05:56:33.959Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-03-13T05:56:33.959Z] [ 84%] Linking C executable device-gyro [2025-03-13T05:56:34.218Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:34.219Z] [ 84%] Built target device-gyro [2025-03-13T05:56:34.219Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-03-13T05:56:34.219Z] [ 88%] Linking C executable device-bitfields [2025-03-13T05:56:34.219Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:34.219Z] [ 88%] Built target device-bitfields [2025-03-13T05:56:34.219Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-03-13T05:56:34.477Z] [ 92%] Linking C executable template-discovery [2025-03-13T05:56:34.477Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:34.477Z] [ 92%] Built target template-discovery [2025-03-13T05:56:34.477Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-03-13T05:56:34.477Z] [ 96%] Linking C executable device-file [2025-03-13T05:56:34.477Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:34.477Z] [ 96%] Built target device-file [2025-03-13T05:56:34.735Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-03-13T05:56:34.735Z] [100%] Linking C executable device-terminal [2025-03-13T05:56:34.735Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:34.735Z] [100%] Built target device-terminal [2025-03-13T05:56:34.735Z] + cp -rf include/devsdk include/edgex /usr/include/ [2025-03-13T05:56:34.735Z] + cp build/release/c/libcsdk.so /usr/lib/ [2025-03-13T05:56:34.735Z] + mkdir -p /usr/share/doc/edgex-csdk [2025-03-13T05:56:34.735Z] + cp Attribution.txt /usr/share/doc/edgex-csdk [2025-03-13T05:56:34.735Z] + cp LICENSE /usr/share/doc/edgex-csdk [2025-03-13T05:56:34.735Z] + rm -rf /device-bacnet-c/deps [2025-03-13T05:56:34.994Z] Removing intermediate container 56b687627e4d [2025-03-13T05:56:34.994Z] ---> cf27cc22a3f1 [2025-03-13T05:56:34.994Z] Step 11/31 : RUN /device-bacnet-c/scripts/build.sh [2025-03-13T05:56:34.994Z] ---> Running in 2ad4127acf8c [2025-03-13T05:56:35.253Z] + readlink -f /device-bacnet-c/scripts/build.sh [2025-03-13T05:56:35.253Z] + dirname /device-bacnet-c/scripts/build.sh [2025-03-13T05:56:35.253Z] + dirname /device-bacnet-c/scripts [2025-03-13T05:56:35.253Z] + ROOT=/device-bacnet-c [2025-03-13T05:56:35.253Z] + echo /device-bacnet-c [2025-03-13T05:56:35.253Z] /device-bacnet-c [2025-03-13T05:56:35.253Z] + cd /device-bacnet-c [2025-03-13T05:56:35.253Z] + '[' '!' -f /device-bacnet-c/lib/ip/libbacnet.a ] [2025-03-13T05:56:35.253Z] + '[' '!' -f /device-bacnet-c/lib/mstp/libbacnet.a ] [2025-03-13T05:56:35.253Z] + mkdir -p /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:35.253Z] + cd /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:35.253Z] + cmake '-DDATALINK:STRING=BACDL_BIP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2025-03-13T05:56:35.253Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:35.253Z] -- Configuring done (0.0s) [2025-03-13T05:56:35.253Z] -- Generating done (0.0s) [2025-03-13T05:56:35.253Z] -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-ip [2025-03-13T05:56:35.514Z] + make [2025-03-13T05:56:35.514Z] + tee release.log [2025-03-13T05:56:35.514Z] [ 22%] Built target bacnet_objects [2025-03-13T05:56:35.514Z] [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2025-03-13T05:56:35.514Z] [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2025-03-13T05:56:36.080Z] [ 55%] Linking C executable device-bacnet-c [2025-03-13T05:56:36.080Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:36.080Z] [100%] Built target device-bacnet-c [2025-03-13T05:56:36.080Z] + mkdir -p /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:36.080Z] + cd /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:36.080Z] + cmake '-DDATALINK:STRING=BACDL_MSTP=1' '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-bacnet-c/src/c [2025-03-13T05:56:36.080Z] -- /opt/iotech/iot/1.5/include [2025-03-13T05:56:36.080Z] -- Configuring done (0.0s) [2025-03-13T05:56:36.080Z] -- Generating done (0.0s) [2025-03-13T05:56:36.080Z] -- Build files have been written to: /device-bacnet-c/build/release/device-bacnet-mstp [2025-03-13T05:56:36.080Z] + make [2025-03-13T05:56:36.080Z] + tee release.log [2025-03-13T05:56:36.080Z] [ 22%] Built target bacnet_objects [2025-03-13T05:56:36.080Z] [ 33%] Building C object CMakeFiles/device-bacnet-c.dir/main.c.o [2025-03-13T05:56:36.340Z] [ 44%] Building C object CMakeFiles/device-bacnet-c.dir/driver.c.o [2025-03-13T05:56:36.597Z] [ 55%] Linking C executable device-bacnet-c [2025-03-13T05:56:36.597Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-03-13T05:56:36.597Z] [100%] Built target device-bacnet-c [2025-03-13T05:56:36.856Z] Removing intermediate container 2ad4127acf8c [2025-03-13T05:56:36.856Z] ---> 0744fb56ae76 [2025-03-13T05:56:36.856Z] Step 12/31 : FROM alpine:3.20 [2025-03-13T05:56:37.423Z] 3.20: Pulling from library/alpine [2025-03-13T05:56:37.423Z] 0a9a5dfd008f: Pulling fs layer [2025-03-13T05:56:37.683Z] 0a9a5dfd008f: Download complete [2025-03-13T05:56:37.683Z] 0a9a5dfd008f: Pull complete [2025-03-13T05:56:37.683Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-13T05:56:37.683Z] Status: Downloaded newer image for alpine:3.20 [2025-03-13T05:56:37.683Z] ---> ff221270b9fb [2025-03-13T05:56:37.683Z] Step 13/31 : MAINTAINER iotech [2025-03-13T05:56:37.683Z] ---> Running in d52fbe35ae88 [2025-03-13T05:56:37.941Z] Removing intermediate container d52fbe35ae88 [2025-03-13T05:56:37.941Z] ---> 06039645c69b [2025-03-13T05:56:37.941Z] Step 14/31 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-03-13T05:56:37.941Z] ---> Running in 16b4cdeed170 [2025-03-13T05:56:38.199Z] Connecting to iotech.jfrog.io (34.246.139.145:443) [2025-03-13T05:56:38.458Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-03-13T05:56:38.458Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-03-13T05:56:38.458Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-03-13T05:56:38.716Z] Removing intermediate container 16b4cdeed170 [2025-03-13T05:56:38.716Z] ---> 81690bf16207 [2025-03-13T05:56:38.716Z] Step 15/31 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-03-13T05:56:38.716Z] ---> Running in 781a6edc29fd [2025-03-13T05:56:39.283Z] Removing intermediate container 781a6edc29fd [2025-03-13T05:56:39.283Z] ---> 4d92b5ac6880 [2025-03-13T05:56:39.283Z] Step 16/31 : RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 dumb-init [2025-03-13T05:56:39.283Z] ---> Running in df6176938fca [2025-03-13T05:56:39.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:39.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:39.806Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:40.379Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:56:40.379Z] (1/27) Installing ca-certificates (20241121-r1) [2025-03-13T05:56:40.379Z] (2/27) Installing brotli-libs (1.1.0-r2) [2025-03-13T05:56:40.638Z] (3/27) Installing c-ares (1.33.1-r0) [2025-03-13T05:56:40.638Z] (4/27) Installing libunistring (1.2-r0) [2025-03-13T05:56:40.638Z] (5/27) Installing libidn2 (2.3.7-r0) [2025-03-13T05:56:40.638Z] (6/27) Installing nghttp2-libs (1.62.1-r0) [2025-03-13T05:56:40.638Z] (7/27) Installing libpsl (0.21.5-r1) [2025-03-13T05:56:40.638Z] (8/27) Installing zstd-libs (1.5.6-r0) [2025-03-13T05:56:40.638Z] (9/27) Installing libcurl (8.12.1-r0) [2025-03-13T05:56:40.638Z] (10/27) Installing curl (8.12.1-r0) [2025-03-13T05:56:40.638Z] (11/27) Installing dumb-init (1.2.5-r3) [2025-03-13T05:56:40.638Z] (12/27) Installing hiredis (1.2.0-r0) [2025-03-13T05:56:40.638Z] (13/27) Installing yaml (0.2.5-r2) [2025-03-13T05:56:40.638Z] (14/27) Installing libcbor (0.11.0-r0) [2025-03-13T05:56:40.638Z] (15/27) Installing iotech-iot-1.5 (1.5.5-r0) [2025-03-13T05:56:41.573Z] (16/27) Installing pkgconf (2.2.0-r0) [2025-03-13T05:56:41.573Z] (17/27) Installing openssl-dev (3.3.3-r0) [2025-03-13T05:56:41.573Z] (18/27) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) [2025-03-13T05:56:42.141Z] (19/27) Installing gmp (6.3.0-r1) [2025-03-13T05:56:42.141Z] (20/27) Installing nettle (3.9.1-r0) [2025-03-13T05:56:42.141Z] (21/27) Installing libffi (3.4.6-r0) [2025-03-13T05:56:42.141Z] (22/27) Installing libtasn1 (4.20.0-r0) [2025-03-13T05:56:42.141Z] (23/27) Installing p11-kit (0.25.3-r0) [2025-03-13T05:56:42.399Z] (24/27) Installing gnutls (3.8.5-r0) [2025-03-13T05:56:42.399Z] (25/27) Installing libmicrohttpd (0.9.77-r0) [2025-03-13T05:56:42.399Z] (26/27) Installing libuuid (2.40.1-r1) [2025-03-13T05:56:42.399Z] (27/27) Installing linux-headers (6.6-r0) [2025-03-13T05:56:42.399Z] Executing busybox-1.36.1-r29.trigger [2025-03-13T05:56:42.399Z] Executing ca-certificates-20241121-r1.trigger [2025-03-13T05:56:42.657Z] OK: 30 MiB in 41 packages [2025-03-13T05:56:43.597Z] Removing intermediate container df6176938fca [2025-03-13T05:56:43.597Z] ---> fcfe806d835f [2025-03-13T05:56:43.597Z] Step 17/31 : RUN apk --no-cache upgrade [2025-03-13T05:56:43.597Z] ---> Running in b8898ca78605 [2025-03-13T05:56:43.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:43.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:43.857Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-13T05:56:44.425Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-03-13T05:56:44.425Z] OK: 30 MiB in 41 packages [2025-03-13T05:56:44.684Z] Removing intermediate container b8898ca78605 [2025-03-13T05:56:44.684Z] ---> a33451954a6a [2025-03-13T05:56:44.684Z] Step 18/31 : COPY --from=builder /device-bacnet-c/build/release/ / [2025-03-13T05:56:44.684Z] ---> c0fc33f43520 [2025-03-13T05:56:44.684Z] Step 19/31 : COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2025-03-13T05:56:44.943Z] ---> 85aaaf27dbf5 [2025-03-13T05:56:44.943Z] Step 20/31 : COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk [2025-03-13T05:56:44.943Z] ---> 452a9ecca092 [2025-03-13T05:56:44.943Z] Step 21/31 : COPY LICENSE /. [2025-03-13T05:56:45.202Z] ---> 8ba274a29561 [2025-03-13T05:56:45.203Z] Step 22/31 : COPY Attribution.txt /. [2025-03-13T05:56:45.203Z] ---> 7735b4bbb9f1 [2025-03-13T05:56:45.203Z] Step 23/31 : COPY res /res [2025-03-13T05:56:45.461Z] ---> f25e59b32106 [2025-03-13T05:56:45.461Z] Step 24/31 : COPY sample-profiles /sample-profiles [2025-03-13T05:56:45.461Z] ---> 887b81c13935 [2025-03-13T05:56:45.461Z] Step 25/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2022: IoTech Ltd' [2025-03-13T05:56:45.461Z] ---> Running in eee4185db9f2 [2025-03-13T05:56:45.461Z] Removing intermediate container eee4185db9f2 [2025-03-13T05:56:45.461Z] ---> e1a91d67611d [2025-03-13T05:56:45.461Z] Step 26/31 : EXPOSE 59980 [2025-03-13T05:56:45.720Z] ---> Running in c0b96a991911 [2025-03-13T05:56:45.720Z] Removing intermediate container c0b96a991911 [2025-03-13T05:56:45.720Z] ---> fe6a312407e9 [2025-03-13T05:56:45.720Z] Step 27/31 : ENTRYPOINT ["/device-bacnet-ip/device-bacnet-c"] [2025-03-13T05:56:45.720Z] ---> Running in 3fae211173ef [2025-03-13T05:56:45.720Z] Removing intermediate container 3fae211173ef [2025-03-13T05:56:45.720Z] ---> 568f8f511010 [2025-03-13T05:56:45.720Z] Step 28/31 : CMD ["-cp=keeper://edgex-core-keeper:59890", "--registry", "--confdir=/res"] [2025-03-13T05:56:45.720Z] ---> Running in 923a68164032 [2025-03-13T05:56:45.720Z] Removing intermediate container 923a68164032 [2025-03-13T05:56:45.720Z] ---> 959c4110520e [2025-03-13T05:56:45.720Z] Step 29/31 : LABEL arch=amd64 [2025-03-13T05:56:45.978Z] ---> Running in e20e53227259 [2025-03-13T05:56:45.978Z] Removing intermediate container e20e53227259 [2025-03-13T05:56:45.978Z] ---> e3f95d03c53d [2025-03-13T05:56:45.978Z] Step 30/31 : LABEL git_sha=22e8dff36da7d5dbc3012339e25a084e1cd74c3a [2025-03-13T05:56:45.978Z] ---> Running in 99fa29c23c5b [2025-03-13T05:56:45.978Z] Removing intermediate container 99fa29c23c5b [2025-03-13T05:56:45.978Z] ---> 54e10ea5b8eb [2025-03-13T05:56:45.978Z] Step 31/31 : LABEL version=0.0.0 [2025-03-13T05:56:45.978Z] ---> Running in 9af277d9d0fe [2025-03-13T05:56:45.978Z] Removing intermediate container 9af277d9d0fe [2025-03-13T05:56:45.978Z] ---> 9bb402edf95d [2025-03-13T05:56:45.978Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2025-03-13T05:56:45.978Z] Successfully built 9bb402edf95d [2025-03-13T05:56:45.978Z] Successfully tagged device-bacnet:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:56:46.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-13T05:56:46.969Z] [2025-03-13T05:56:46.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:56:47.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-13T05:56:47.360Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-13T05:56:47.360Z] 5eb5b503b376: Pulling fs layer [2025-03-13T05:56:47.360Z] 5c69ac0246d0: Pulling fs layer [2025-03-13T05:56:47.360Z] ec43610c2a17: Pulling fs layer [2025-03-13T05:56:47.360Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-13T05:56:47.360Z] 33b1e0a273af: Pulling fs layer [2025-03-13T05:56:47.360Z] 5d3b04190fa2: Pulling fs layer [2025-03-13T05:56:47.360Z] 2f39f015ded8: Pulling fs layer [2025-03-13T05:56:47.360Z] 33b1e0a273af: Waiting [2025-03-13T05:56:47.360Z] 3a2ae6a8a46f: Waiting [2025-03-13T05:56:47.360Z] 5d3b04190fa2: Waiting [2025-03-13T05:56:47.360Z] 2f39f015ded8: Waiting [2025-03-13T05:56:47.360Z] 5c69ac0246d0: Verifying Checksum [2025-03-13T05:56:47.360Z] 5c69ac0246d0: Download complete [2025-03-13T05:56:47.360Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-13T05:56:47.360Z] 3a2ae6a8a46f: Download complete [2025-03-13T05:56:47.360Z] 33b1e0a273af: Verifying Checksum [2025-03-13T05:56:47.360Z] 33b1e0a273af: Download complete [2025-03-13T05:56:47.360Z] 5d3b04190fa2: Verifying Checksum [2025-03-13T05:56:47.360Z] 5d3b04190fa2: Download complete [2025-03-13T05:56:47.360Z] ec43610c2a17: Download complete [2025-03-13T05:56:47.618Z] 5eb5b503b376: Verifying Checksum [2025-03-13T05:56:47.618Z] 5eb5b503b376: Download complete [2025-03-13T05:56:48.185Z] 2f39f015ded8: Download complete [2025-03-13T05:56:48.444Z] 5eb5b503b376: Pull complete [2025-03-13T05:56:48.718Z] 5c69ac0246d0: Pull complete [2025-03-13T05:56:48.976Z] ec43610c2a17: Pull complete [2025-03-13T05:56:49.238Z] 3a2ae6a8a46f: Pull complete [2025-03-13T05:56:49.238Z] 33b1e0a273af: Pull complete [2025-03-13T05:56:49.238Z] 5d3b04190fa2: Pull complete [2025-03-13T05:56:53.424Z] 2f39f015ded8: Pull complete [2025-03-13T05:56:53.424Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-13T05:56:53.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-13T05:56:53.424Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-13T05:56:53.656Z] prd-ubuntu20.04-docker-8c-8g-41244 does not seem to be running inside a container [2025-03-13T05:56:53.684Z] $ 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-102 -v /w/workspace/exfoundry_device-bacnet-c_PR-102:/w/workspace/exfoundry_device-bacnet-c_PR-102:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-13T05:56:55.667Z] $ docker top 2be9568df88dc06499e821712ab7b15df64d02af918662b3c7892b6bb9afa2af -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:56:56.114Z] ---> job-cost.sh [2025-03-13T05:56:56.114Z] lf-activate-venv: SKIPPING [2025-03-13T05:56:56.114Z] INFO: No Stack... [2025-03-13T05:56:56.373Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-13T05:56:56.632Z] INFO: Archiving Costs [Pipeline] sh [2025-03-13T05:56:56.949Z] + cat /w/workspace/exfoundry_device-bacnet-c_PR-102/archives/cost.csv [2025-03-13T05:56:56.949Z] + cut -d, -f6 [Pipeline] lock [2025-03-13T05:56:57.053Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-102-1-stack-cost] [2025-03-13T05:56:57.059Z] Resource [jenkins-edgexfoundry-device-bacnet-c-PR-102-1-stack-cost] did not exist. Created. [2025-03-13T05:56:57.066Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-102-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-13T05:56:57.466Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-13T05:56:57.523Z] Stashed 1 file(s) [Pipeline] } [2025-03-13T05:56:57.557Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-bacnet-c-PR-102-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-13T05:56:57.640Z] $ docker stop --time=1 2be9568df88dc06499e821712ab7b15df64d02af918662b3c7892b6bb9afa2af [2025-03-13T05:56:58.784Z] $ docker rm -f --volumes 2be9568df88dc06499e821712ab7b15df64d02af918662b3c7892b6bb9afa2af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-13T05:57:00.339Z] + [ -d /w/workspace/exfoundry_device-bacnet-c_PR-102/archives ] [2025-03-13T05:57:00.339Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-102/archives [2025-03-13T05:57:00.339Z] total 16 [2025-03-13T05:57:00.339Z] drwxr-xr-x 3 root root 4096 Mar 13 05:56 . [2025-03-13T05:57:00.339Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 13 05:56 .. [2025-03-13T05:57:00.339Z] drwxr-xr-x 2 root root 4096 Mar 13 05:56 cost [2025-03-13T05:57:00.339Z] -rw-r--r-- 1 root root 87 Mar 13 05:56 cost.csv [2025-03-13T05:57:00.339Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-bacnet-c_PR-102/archives [2025-03-13T05:57:00.339Z] + ls -al /w/workspace/exfoundry_device-bacnet-c_PR-102/archives [2025-03-13T05:57:00.339Z] total 16 [2025-03-13T05:57:00.339Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 13 05:56 . [2025-03-13T05:57:00.339Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 13 05:56 .. [2025-03-13T05:57:00.339Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 13 05:56 cost [2025-03-13T05:57:00.339Z] -rw-r--r-- 1 jenkins jenkins 87 Mar 13 05:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:00.679Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:01.585Z] ---> package-listing.sh [2025-03-13T05:57:01.585Z] ++ facter osfamily [2025-03-13T05:57:01.585Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-13T05:57:01.845Z] + OS_FAMILY=debian [2025-03-13T05:57:01.845Z] + workspace=/w/workspace/exfoundry_device-bacnet-c_PR-102 [2025-03-13T05:57:01.845Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-13T05:57:01.845Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-13T05:57:01.845Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-13T05:57:01.845Z] + PACKAGES=/tmp/packages_start.txt [2025-03-13T05:57:01.845Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-102 ']' [2025-03-13T05:57:01.845Z] + PACKAGES=/tmp/packages_end.txt [2025-03-13T05:57:01.845Z] + case "${OS_FAMILY}" in [2025-03-13T05:57:01.845Z] + dpkg -l [2025-03-13T05:57:01.845Z] + grep '^ii' [2025-03-13T05:57:01.845Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-13T05:57:01.845Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-13T05:57:01.845Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-13T05:57:01.845Z] + '[' /w/workspace/exfoundry_device-bacnet-c_PR-102 ']' [2025-03-13T05:57:01.845Z] + mkdir -p /w/workspace/exfoundry_device-bacnet-c_PR-102/archives/ [2025-03-13T05:57:01.845Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-bacnet-c_PR-102/archives/ [Pipeline] echo [2025-03-13T05:57:01.883Z] 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-102/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-03-13T05:57:02.182Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-13T05:57:02.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-13T05:57:02.811Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-13T05:57:02.953Z] prd-ubuntu20.04-docker-8c-8g-41244 does not seem to be running inside a container [2025-03-13T05:57:02.981Z] $ 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-102/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-102 -v /w/workspace/exfoundry_device-bacnet-c_PR-102:/w/workspace/exfoundry_device-bacnet-c_PR-102:rw,z -v /w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-13T05:57:03.166Z] $ docker top 3662673a2f88d9f7273be6b2b136bc024afe93bc84b188e7d7176b556fdda2b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-13T05:57:03.569Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-13T05:57:03.885Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-13T05:57:04.198Z] + ls /var/log/sa-host [2025-03-13T05:57:04.198Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-13T05:57:04.346Z] provisioning config files... [2025-03-13T05:57:04.355Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-bacnet-c_PR-102@tmp/config12064846679695802176tmp [Pipeline] { [Pipeline] echo [2025-03-13T05:57:04.419Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:04.738Z] ---> create-netrc.sh [Pipeline] } [2025-03-13T05:57:04.768Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:05.178Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-13T05:57:05.217Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:05.537Z] ---> sudo-logs.sh [2025-03-13T05:57:05.537Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-13T05:57:05.625Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:06.047Z] ---> job-cost.sh [2025-03-13T05:57:06.047Z] lf-activate-venv: SKIPPING [2025-03-13T05:57:06.047Z] DEBUG: total: 0.2199999988079071 [2025-03-13T05:57:06.047Z] INFO: Retrieving Stack Cost... [2025-03-13T05:57:06.047Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-13T05:57:06.328Z] INFO: Archiving Costs [Pipeline] echo [2025-03-13T05:57:06.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-13T05:57:06.724Z] ---> logs-deploy.sh [2025-03-13T05:57:06.724Z] lf-activate-venv: SKIPPING [2025-03-13T05:57:06.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-bacnet-c/PR-102/1 [2025-03-13T05:57:06.724Z] INFO: archiving workspace using pattern(s): [2025-03-13T05:57:07.697Z] Archives upload complete. [2025-03-13T05:57:07.697Z] INFO: archiving logs to Nexus