Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a 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-ssh5091951086281890949.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3682147073335474624.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-can/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-can/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15290514735668724086.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh7222066616166059891.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-can/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-can/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2610062970896634289.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-can, 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-can-settings PROJECT: device-can 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-can 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 ‘prd-ubuntu20.04-docker-8c-8g-13705’ Running on prd-ubuntu20.04-docker-8c-8g-13707 in /w/workspace/edgexfoundry_device-can_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-can.git > git init /w/workspace/edgexfoundry_device-can_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-can.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-can.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a (main) > git config remote.origin.url git@github.com:edgexfoundry/device-can.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a # timeout=10 Commit message: "Merge pull request #31 from iain-anderson/c-sdk-version" > git rev-list --no-walk f58e8642700982be8554d9f031b2fff0d14b416f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-06-23T02:57:43.377Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-06-23T02:57:43.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-06-23T02:57:43.587Z] ========================================================= [2026-06-23T02:57:43.587Z] EdgeX Global Pipelines Version Info [2026-06-23T02:57:43.587Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-06-23T02:57:44.730Z] ------------------- [2026-06-23T02:57:44.730Z] stable info: [2026-06-23T02:57:44.730Z] ------------------- [2026-06-23T02:57:44.730Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-06-23T02:57:44.730Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-06-23T02:57:44.730Z] Message: update stable to v1.0.281 [2026-06-23T02:57:45.303Z] ------------------- [2026-06-23T02:57:45.303Z] experimental info: [2026-06-23T02:57:45.303Z] ------------------- [2026-06-23T02:57:45.303Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-06-23T02:57:45.303Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-06-23T02:57:45.303Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-06-23T02:57:45.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-can-settings [Pipeline] echo [2026-06-23T02:57:45.452Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-can [Pipeline] echo [2026-06-23T02:57:45.490Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-06-23T02:57:45.526Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-06-23T02:57:45.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-06-23T02:57:45.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2026-06-23T02:57:45.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2026-06-23T02:57:45.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-06-23T02:57:45.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-06-23T02:57:45.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-can [Pipeline] echo [2026-06-23T02:57:45.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-06-23T02:57:45.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-06-23T02:57:45.752Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-06-23T02:57:45.774Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-06-23T02:57:45.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-06-23T02:57:45.826Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-06-23T02:57:45.844Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-06-23T02:57:45.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-06-23T02:57:45.886Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-06-23T02:57:45.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-06-23T02:57:45.931Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] echo [2026-06-23T02:57:45.958Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aed48e3 [Pipeline] echo [2026-06-23T02:57:45.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T02:57:46.050Z] provisioning config files... [2026-06-23T02:57:46.068Z] copy managed file [device-can-settings] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config9179685073735268947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T02:57:46.420Z] ---> ****-login.sh [2026-06-23T02:57:46.420Z] nexus3.edgexfoundry.org:10001 [2026-06-23T02:57:46.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:57:46.681Z] [2026-06-23T02:57:46.681Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-06-23T02:57:46.681Z] Configure a credential helper to remove this warning. See [2026-06-23T02:57:46.681Z] https://docs.****.com/go/credential-store/ [2026-06-23T02:57:46.681Z] [2026-06-23T02:57:46.681Z] Login Succeeded [2026-06-23T02:57:46.681Z] nexus3.edgexfoundry.org:10002 [2026-06-23T02:57:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:57:46.681Z] [2026-06-23T02:57:46.681Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-06-23T02:57:46.681Z] Configure a credential helper to remove this warning. See [2026-06-23T02:57:46.681Z] https://docs.****.com/go/credential-store/ [2026-06-23T02:57:46.681Z] [2026-06-23T02:57:46.681Z] Login Succeeded [2026-06-23T02:57:46.681Z] nexus3.edgexfoundry.org:10003 [2026-06-23T02:57:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:57:46.942Z] [2026-06-23T02:57:46.942Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-06-23T02:57:46.942Z] Configure a credential helper to remove this warning. See [2026-06-23T02:57:46.942Z] https://docs.****.com/go/credential-store/ [2026-06-23T02:57:46.942Z] [2026-06-23T02:57:46.942Z] Login Succeeded [2026-06-23T02:57:46.942Z] nexus3.edgexfoundry.org:10004 [2026-06-23T02:57:46.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:57:46.943Z] [2026-06-23T02:57:46.943Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-06-23T02:57:46.943Z] Configure a credential helper to remove this warning. See [2026-06-23T02:57:46.943Z] https://docs.****.com/go/credential-store/ [2026-06-23T02:57:46.943Z] [2026-06-23T02:57:46.943Z] Login Succeeded [2026-06-23T02:57:46.943Z] ****.io [2026-06-23T02:57:46.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:57:47.203Z] [2026-06-23T02:57:47.203Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-06-23T02:57:47.203Z] Configure a credential helper to remove this warning. See [2026-06-23T02:57:47.203Z] https://docs.****.com/go/credential-store/ [2026-06-23T02:57:47.203Z] [2026-06-23T02:57:47.203Z] Login Succeeded [2026-06-23T02:57:47.203Z] ---> ****-login.sh ends [Pipeline] } [2026-06-23T02:57:47.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2026-06-23T02:57:47.619Z] + git rev-list -1 --merges aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a~1..aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] echo [2026-06-23T02:57:47.649Z] -----------> git rev-list -1 --merges aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a~1..aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T02:57:47.649Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [false] [Pipeline] sh [2026-06-23T02:57:48.309Z] + git log --format=format:%s -1 aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] echo [2026-06-23T02:57:48.325Z] ========================================================= [2026-06-23T02:57:48.325Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-06-23T02:57:48.325Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-06-23T02:57:48.823Z] + git rev-list -1 --merges aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a~1..aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] echo [2026-06-23T02:57:48.835Z] -----------> git rev-list -1 --merges aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a~1..aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T02:57:48.835Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [false] [Pipeline] sh [2026-06-23T02:57:49.154Z] + git log --format=format:%s -1 aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] echo [2026-06-23T02:57:49.174Z] ========================================================= [2026-06-23T02:57:49.174Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-06-23T02:57:49.174Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-06-23T02:57:49.592Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-23T02:57:49.592Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-06-23T02:57:49.592Z] + [ -e /tmp/ssh_known_hosts ] [2026-06-23T02:57:49.592Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-06-23T02:57:49.592Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-06-23T02:57:49.592Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-06-23T02:57:49.592Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:57:49.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T02:57:49.964Z] [2026-06-23T02:57:49.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:57:50.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T02:57:50.347Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-06-23T02:57:50.347Z] 3dae71ba6b94: Pulling fs layer [2026-06-23T02:57:50.347Z] 6bf1a483ea7c: Pulling fs layer [2026-06-23T02:57:50.347Z] f5dfc541a4d3: Pulling fs layer [2026-06-23T02:57:50.347Z] 461d9e800cba: Pulling fs layer [2026-06-23T02:57:50.347Z] 80192f66455f: Pulling fs layer [2026-06-23T02:57:50.347Z] 2e8e34ca0e6c: Pulling fs layer [2026-06-23T02:57:50.347Z] a29436f7fd5d: Pulling fs layer [2026-06-23T02:57:50.347Z] 923cac83aea3: Pulling fs layer [2026-06-23T02:57:50.347Z] 25ad8b0a4227: Pulling fs layer [2026-06-23T02:57:50.347Z] db01528c6b51: Pulling fs layer [2026-06-23T02:57:50.347Z] 28988de357af: Pulling fs layer [2026-06-23T02:57:50.347Z] 461d9e800cba: Waiting [2026-06-23T02:57:50.347Z] 80192f66455f: Waiting [2026-06-23T02:57:50.347Z] 2e8e34ca0e6c: Waiting [2026-06-23T02:57:50.347Z] a29436f7fd5d: Waiting [2026-06-23T02:57:50.347Z] 923cac83aea3: Waiting [2026-06-23T02:57:50.347Z] 25ad8b0a4227: Waiting [2026-06-23T02:57:50.347Z] db01528c6b51: Waiting [2026-06-23T02:57:50.347Z] 28988de357af: Waiting [2026-06-23T02:57:50.347Z] 6bf1a483ea7c: Verifying Checksum [2026-06-23T02:57:50.347Z] 6bf1a483ea7c: Download complete [2026-06-23T02:57:50.347Z] 461d9e800cba: Verifying Checksum [2026-06-23T02:57:50.347Z] 461d9e800cba: Download complete [2026-06-23T02:57:50.347Z] 80192f66455f: Verifying Checksum [2026-06-23T02:57:50.347Z] 80192f66455f: Download complete [2026-06-23T02:57:50.606Z] f5dfc541a4d3: Verifying Checksum [2026-06-23T02:57:50.606Z] f5dfc541a4d3: Download complete [2026-06-23T02:57:50.606Z] 3dae71ba6b94: Download complete [2026-06-23T02:57:50.606Z] 923cac83aea3: Verifying Checksum [2026-06-23T02:57:50.606Z] 923cac83aea3: Download complete [2026-06-23T02:57:50.606Z] 25ad8b0a4227: Verifying Checksum [2026-06-23T02:57:50.606Z] 25ad8b0a4227: Download complete [2026-06-23T02:57:50.606Z] db01528c6b51: Verifying Checksum [2026-06-23T02:57:50.606Z] db01528c6b51: Download complete [2026-06-23T02:57:50.606Z] 28988de357af: Download complete [2026-06-23T02:57:51.173Z] a29436f7fd5d: Verifying Checksum [2026-06-23T02:57:51.173Z] a29436f7fd5d: Download complete [2026-06-23T02:57:51.173Z] 2e8e34ca0e6c: Verifying Checksum [2026-06-23T02:57:51.173Z] 2e8e34ca0e6c: Download complete [2026-06-23T02:57:51.753Z] 3dae71ba6b94: Pull complete [2026-06-23T02:57:52.011Z] 6bf1a483ea7c: Pull complete [2026-06-23T02:57:52.581Z] f5dfc541a4d3: Pull complete [2026-06-23T02:57:52.581Z] 461d9e800cba: Pull complete [2026-06-23T02:57:52.581Z] 80192f66455f: Pull complete [2026-06-23T02:57:55.870Z] 2e8e34ca0e6c: Pull complete [2026-06-23T02:57:56.439Z] a29436f7fd5d: Pull complete [2026-06-23T02:57:56.698Z] 923cac83aea3: Pull complete [2026-06-23T02:57:56.698Z] 25ad8b0a4227: Pull complete [2026-06-23T02:57:56.698Z] db01528c6b51: Pull complete [2026-06-23T02:57:56.698Z] 28988de357af: Pull complete [2026-06-23T02:57:56.962Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-06-23T02:57:56.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T02:57:56.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T02:57:57.158Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T02:57:57.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-06-23T02:58:00.101Z] $ docker top 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d -eo pid,comm [2026-06-23T02:58:00.151Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-06-23T02:58:00.151Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-23T02:58:00.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-23T02:58:00.212Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-23T02:58:00.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-23T02:58:00.325Z] $ docker exec 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d ssh-agent [2026-06-23T02:58:00.433Z] SSH_AUTH_SOCK=/tmp/ssh-SgrtOa7aMtHm/agent.32 [2026-06-23T02:58:00.433Z] SSH_AGENT_PID=38 [2026-06-23T02:58:00.438Z] Running ssh-add (command line suppressed) [2026-06-23T02:58:00.540Z] Identity added: /w/workspace/edgexfoundry_device-can_main@tmp/private_key_14605431098803489861.key (/w/workspace/edgexfoundry_device-can_main@tmp/private_key_14605431098803489861.key) [2026-06-23T02:58:00.557Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-23T02:58:00.852Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-can_main [Pipeline] sh [2026-06-23T02:58:01.139Z] + git tag --points-at HEAD [Pipeline] } [2026-06-23T02:58:01.147Z] $ docker exec --env ******** --env ******** 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d ssh-agent -k [2026-06-23T02:58:01.242Z] unset SSH_AUTH_SOCK; [2026-06-23T02:58:01.242Z] unset SSH_AGENT_PID; [2026-06-23T02:58:01.242Z] echo Agent pid 38 killed; [2026-06-23T02:58:01.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-06-23T02:58:01.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-23T02:58:01.300Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-23T02:58:01.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-23T02:58:01.401Z] $ docker exec 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d ssh-agent [2026-06-23T02:58:01.498Z] SSH_AUTH_SOCK=/tmp/ssh-OXcx76hBVPXG/agent.85 [2026-06-23T02:58:01.498Z] SSH_AGENT_PID=91 [2026-06-23T02:58:01.502Z] Running ssh-add (command line suppressed) [2026-06-23T02:58:01.584Z] Identity added: /w/workspace/edgexfoundry_device-can_main@tmp/private_key_9835024871679804408.key (/w/workspace/edgexfoundry_device-can_main@tmp/private_key_9835024871679804408.key) [2026-06-23T02:58:01.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-23T02:58:01.902Z] + git semver init [2026-06-23T02:58:02.160Z] 2026-06-23 02:58:02,102 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-23T02:58:02.160Z] 2026-06-23 02:58:02,107 [run_init] DEBUG init version:0.0.0 force:False [2026-06-23T02:58:02.160Z] 2026-06-23 02:58:02,107 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-can_main/.semver [2026-06-23T02:58:02.160Z] 2026-06-23 02:58:02,108 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-can.git /w/workspace/edgexfoundry_device-can_main/.semver [2026-06-23T02:58:02.160Z] 2026-06-23 02:58:02,108 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-can.git', '/w/workspace/edgexfoundry_device-can_main/.semver'], cwd=/w/workspace/edgexfoundry_device-can_main, stdin=None, shell=False, universal_newlines=False) [2026-06-23T02:58:03.099Z] 2026-06-23 02:58:02,754 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-can_main/.git/info/exclude [2026-06-23T02:58:03.099Z] 2026-06-23 02:58:02,754 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-can_main/.semver/main with force:False [2026-06-23T02:58:03.099Z] 2026-06-23 02:58:02,754 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T02:58:03.099Z] 2026-06-23 02:58:02,754 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T02:58:03.099Z] 4.1.0-dev.1 [Pipeline] } [2026-06-23T02:58:03.107Z] $ docker exec --env ******** --env ******** 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d ssh-agent -k [2026-06-23T02:58:03.202Z] unset SSH_AUTH_SOCK; [2026-06-23T02:58:03.202Z] unset SSH_AGENT_PID; [2026-06-23T02:58:03.203Z] echo Agent pid 91 killed; [2026-06-23T02:58:03.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-23T02:58:03.546Z] + git semver [Pipeline] } [2026-06-23T02:58:03.817Z] $ docker stop --time=1 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d [2026-06-23T02:58:05.104Z] $ docker rm -f --volumes 6e4f84958a9be7d2d575118d492049910aa5c8f281940624c7a07f9f3449922d [Pipeline] // withDockerContainer [Pipeline] sh [2026-06-23T02:58:05.447Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-06-23T02:58:05.709Z] Stashed 1 file(s) [Pipeline] echo [2026-06-23T02:58:05.713Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T02:58:05.909Z] provisioning config files... [2026-06-23T02:58:05.968Z] copy managed file [device-can-settings] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config993361450763818256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T02:58:06.291Z] ---> ****-login.sh [2026-06-23T02:58:06.291Z] nexus3.edgexfoundry.org:10001 [2026-06-23T02:58:06.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:58:06.291Z] Login Succeeded [2026-06-23T02:58:06.291Z] nexus3.edgexfoundry.org:10002 [2026-06-23T02:58:06.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:58:06.291Z] Login Succeeded [2026-06-23T02:58:06.291Z] nexus3.edgexfoundry.org:10003 [2026-06-23T02:58:06.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:58:06.553Z] Login Succeeded [2026-06-23T02:58:06.553Z] nexus3.edgexfoundry.org:10004 [2026-06-23T02:58:06.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:58:06.553Z] Login Succeeded [2026-06-23T02:58:06.553Z] ****.io [2026-06-23T02:58:06.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:58:06.815Z] Login Succeeded [2026-06-23T02:58:06.815Z] ---> ****-login.sh ends [Pipeline] } [2026-06-23T02:58:06.822Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2026-06-23T02:58:06.912Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T02:58:06.935Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2026-06-23T02:58:06.950Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T02:58:06.964Z] ========================================================= [2026-06-23T02:58:06.965Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2026-06-23T02:58:06.965Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:58:07.293Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2026-06-23T02:58:07.863Z] #0 building with "default" instance using docker driver [2026-06-23T02:58:07.863Z] [2026-06-23T02:58:07.863Z] #1 [internal] load build definition from Dockerfile.alpine-base [2026-06-23T02:58:07.863Z] #1 transferring dockerfile: 1.45kB 0.0s done [2026-06-23T02:58:07.863Z] #1 DONE 0.0s [2026-06-23T02:58:07.863Z] [2026-06-23T02:58:07.863Z] #2 [internal] load metadata for docker.io/library/alpine:3.22 [2026-06-23T02:58:07.863Z] #2 DONE 0.1s [2026-06-23T02:58:08.125Z] [2026-06-23T02:58:08.125Z] #3 [internal] load .dockerignore [2026-06-23T02:58:08.125Z] #3 transferring context: 2B done [2026-06-23T02:58:08.125Z] #3 DONE 0.0s [2026-06-23T02:58:08.125Z] [2026-06-23T02:58:08.125Z] #4 [internal] load build context [2026-06-23T02:58:08.125Z] #4 transferring context: 21.94kB done [2026-06-23T02:58:08.125Z] #4 DONE 0.0s [2026-06-23T02:58:08.125Z] [2026-06-23T02:58:08.125Z] #5 [ 1/11] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-06-23T02:58:08.125Z] #5 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-06-23T02:58:08.125Z] #5 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-06-23T02:58:08.125Z] #5 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-06-23T02:58:08.125Z] #5 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-06-23T02:58:08.125Z] #5 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s [2026-06-23T02:58:08.125Z] #5 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s done [2026-06-23T02:58:08.125Z] #5 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.1s done [2026-06-23T02:58:08.391Z] #5 DONE 0.3s [2026-06-23T02:58:08.391Z] [2026-06-23T02:58:08.391Z] #6 [ 2/11] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-06-23T02:58:08.651Z] #6 0.318 Connecting to iotech.jfrog.io (34.246.139.145:443) [2026-06-23T02:58:08.909Z] #6 0.706 saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-06-23T02:58:08.909Z] #6 0.706 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-06-23T02:58:08.909Z] #6 0.706 '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-06-23T02:58:09.168Z] #6 DONE 0.8s [2026-06-23T02:58:09.168Z] [2026-06-23T02:58:09.168Z] #7 [ 3/11] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2026-06-23T02:58:09.428Z] #7 DONE 0.3s [2026-06-23T02:58:09.428Z] [2026-06-23T02:58:09.428Z] #8 [ 4/11] RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.6-dev dumb-init [2026-06-23T02:58:09.688Z] #8 0.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:09.965Z] #8 0.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:10.224Z] #8 0.744 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:10.793Z] #8 1.300 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:10.793Z] #8 1.314 (1/100) Upgrading libcrypto3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:10.793Z] #8 1.390 (2/100) Upgrading libssl3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:10.793Z] #8 1.411 (3/100) Installing libgcc (14.2.0-r6) [2026-06-23T02:58:11.060Z] #8 1.423 (4/100) Installing jansson (2.14.1-r0) [2026-06-23T02:58:11.060Z] #8 1.436 (5/100) Installing libstdc++ (14.2.0-r6) [2026-06-23T02:58:11.060Z] #8 1.467 (6/100) Installing zstd-libs (1.5.7-r0) [2026-06-23T02:58:11.060Z] #8 1.486 (7/100) Installing binutils (2.44-r3) [2026-06-23T02:58:11.060Z] #8 1.568 (8/100) Installing libmagic (5.46-r2) [2026-06-23T02:58:11.060Z] #8 1.690 (9/100) Installing file (5.46-r2) [2026-06-23T02:58:11.060Z] #8 1.700 (10/100) Installing libgomp (14.2.0-r6) [2026-06-23T02:58:11.060Z] #8 1.715 (11/100) Installing libatomic (14.2.0-r6) [2026-06-23T02:58:11.060Z] #8 1.726 (12/100) Installing gmp (6.3.0-r3) [2026-06-23T02:58:11.060Z] #8 1.744 (13/100) Installing isl26 (0.26-r1) [2026-06-23T02:58:11.060Z] #8 1.773 (14/100) Installing mpfr4 (4.2.1_p1-r0) [2026-06-23T02:58:11.060Z] #8 1.794 (15/100) Installing mpc1 (1.3.1-r1) [2026-06-23T02:58:11.325Z] #8 1.806 (16/100) Installing gcc (14.2.0-r6) [2026-06-23T02:58:11.894Z] #8 2.562 (17/100) Installing libstdc++-dev (14.2.0-r6) [2026-06-23T02:58:12.155Z] #8 2.772 (18/100) Installing musl-dev (1.2.5-r12) [2026-06-23T02:58:12.591Z] #8 2.838 (19/100) Installing g++ (14.2.0-r6) [2026-06-23T02:58:12.591Z] #8 3.082 (20/100) Installing make (4.4.1-r3) [2026-06-23T02:58:12.591Z] #8 3.097 (21/100) Installing fortify-headers (1.1-r5) [2026-06-23T02:58:12.591Z] #8 3.109 (22/100) Installing patch (2.8-r0) [2026-06-23T02:58:12.591Z] #8 3.122 (23/100) Installing build-base (0.5-r3) [2026-06-23T02:58:12.591Z] #8 3.122 (24/100) Installing acl-libs (2.3.2-r1) [2026-06-23T02:58:12.591Z] #8 3.133 (25/100) Installing libbz2 (1.0.8-r6) [2026-06-23T02:58:12.591Z] #8 3.145 (26/100) Installing libexpat (2.8.1-r0) [2026-06-23T02:58:12.591Z] #8 3.158 (27/100) Installing lz4-libs (1.10.0-r0) [2026-06-23T02:58:12.591Z] #8 3.172 (28/100) Installing xz-libs (5.8.3-r0) [2026-06-23T02:58:12.591Z] #8 3.188 (29/100) Installing libarchive (3.8.3-r0) [2026-06-23T02:58:12.857Z] #8 3.225 (30/100) Installing rhash-libs (1.4.5-r0) [2026-06-23T02:58:12.857Z] #8 3.243 (31/100) Installing libuv (1.51.0-r0) [2026-06-23T02:58:12.857Z] #8 3.258 (32/100) Installing cmake (3.31.7-r1) [2026-06-23T02:58:13.183Z] #8 3.867 (33/100) Installing brotli-libs (1.1.0-r2) [2026-06-23T02:58:13.476Z] #8 3.885 (34/100) Installing brotli (1.1.0-r2) [2026-06-23T02:58:13.476Z] #8 3.895 (35/100) Installing pkgconf (2.4.3-r0) [2026-06-23T02:58:13.476Z] #8 3.906 (36/100) Installing brotli-dev (1.1.0-r2) [2026-06-23T02:58:13.476Z] #8 3.917 (37/100) Installing c-ares (1.34.6-r0) [2026-06-23T02:58:13.476Z] #8 3.930 (38/100) Installing c-ares-dev (1.34.6-r0) [2026-06-23T02:58:13.476Z] #8 3.968 (39/100) Installing libunistring (1.3-r0) [2026-06-23T02:58:13.476Z] #8 3.987 (40/100) Installing libidn2 (2.3.7-r0) [2026-06-23T02:58:13.476Z] #8 3.998 (41/100) Installing libidn2-dev (2.3.7-r0) [2026-06-23T02:58:13.476Z] #8 4.009 (42/100) Installing libpsl (0.21.5-r3) [2026-06-23T02:58:13.476Z] #8 4.020 (43/100) Installing libpsl-utils (0.21.5-r3) [2026-06-23T02:58:13.476Z] #8 4.031 (44/100) Installing libpsl-dev (0.21.5-r3) [2026-06-23T02:58:13.476Z] #8 4.042 (45/100) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T02:58:13.476Z] #8 4.055 (46/100) Installing nghttp2-dev (1.69.0-r0) [2026-06-23T02:58:13.476Z] #8 4.068 (47/100) Installing openssl-dev (3.5.7-r0) [2026-06-23T02:58:13.476Z] #8 4.098 (48/100) Installing zlib-dev (1.3.2-r0) [2026-06-23T02:58:13.476Z] #8 4.112 (49/100) Installing zstd (1.5.7-r0) [2026-06-23T02:58:13.476Z] #8 4.128 (50/100) Installing zstd-dev (1.5.7-r0) [2026-06-23T02:58:13.476Z] #8 4.141 (51/100) Installing libcurl (8.14.1-r2) [2026-06-23T02:58:13.476Z] #8 4.162 (52/100) Installing curl-dev (8.14.1-r2) [2026-06-23T02:58:13.476Z] #8 4.174 (53/100) Installing dumb-init (1.2.5-r3) [2026-06-23T02:58:13.476Z] #8 4.185 (54/100) Installing pcre2 (10.46-r0) [2026-06-23T02:58:13.476Z] #8 4.201 (55/100) Installing git (2.49.1-r0) [2026-06-23T02:58:13.751Z] #8 4.262 (56/100) Installing git-init-template (2.49.1-r0) [2026-06-23T02:58:13.751Z] #8 4.273 (57/100) Installing hiredis (1.3.0-r0) [2026-06-23T02:58:13.751Z] #8 4.285 (58/100) Installing hiredis-dev (1.3.0-r0) [2026-06-23T02:58:13.751Z] #8 4.303 (59/100) Installing yaml (0.2.5-r2) [2026-06-23T02:58:13.751Z] #8 4.315 (60/100) Installing libcbor (0.12.0-r0) [2026-06-23T02:58:13.751Z] #8 4.337 (61/100) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T02:58:14.341Z] #8 5.013 (62/100) Installing iotech-iot-1.6-dev (1.6.3-r0) [2026-06-23T02:58:14.608Z] #8 5.117 (63/100) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T02:58:14.869Z] #8 5.415 (64/100) Installing libcbor-dev (0.12.0-r0) [2026-06-23T02:58:14.869Z] #8 5.429 (65/100) Installing nettle (3.10.2-r0) [2026-06-23T02:58:14.869Z] #8 5.452 (66/100) Installing libffi (3.4.8-r0) [2026-06-23T02:58:14.869Z] #8 5.464 (67/100) Installing libtasn1 (4.21.0-r0) [2026-06-23T02:58:14.869Z] #8 5.475 (68/100) Installing p11-kit (0.25.5-r2) [2026-06-23T02:58:14.869Z] #8 5.497 (69/100) Installing gnutls (3.8.13-r0) [2026-06-23T02:58:14.869Z] #8 5.525 (70/100) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T02:58:15.129Z] #8 5.543 (71/100) Installing gnutls-c++ (3.8.13-r0) [2026-06-23T02:58:15.129Z] #8 5.554 (72/100) Installing libgmpxx (6.3.0-r3) [2026-06-23T02:58:15.129Z] #8 5.568 (73/100) Installing gmp-dev (6.3.0-r3) [2026-06-23T02:58:15.129Z] #8 5.577 (74/100) Installing nettle-dev (3.10.2-r0) [2026-06-23T02:58:15.129Z] #8 5.598 (75/100) Installing libtasn1-progs (4.21.0-r0) [2026-06-23T02:58:15.129Z] #8 5.610 (76/100) Installing libtasn1-dev (4.21.0-r0) [2026-06-23T02:58:15.129Z] #8 5.621 (77/100) Installing p11-kit-dev (0.25.5-r2) [2026-06-23T02:58:15.129Z] #8 5.634 (78/100) Installing gnutls-dev (3.8.13-r0) [2026-06-23T02:58:15.129Z] #8 5.651 (79/100) Installing libmicrohttpd-dev (1.0.1-r1) [2026-06-23T02:58:15.129Z] #8 5.665 (80/100) Installing linux-headers (6.14.2-r0) [2026-06-23T02:58:15.129Z] #8 5.752 (81/100) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.767 (82/100) Installing libncursesw (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.783 (83/100) Installing libformw (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.880 (84/100) Installing libmenuw (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.891 (85/100) Installing libpanelw (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.902 (86/100) Installing libncurses++ (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.914 (87/100) Installing ncurses-dev (6.5_p20250503-r0) [2026-06-23T02:58:15.395Z] #8 5.934 (88/100) Installing libeconf (0.6.3-r0) [2026-06-23T02:58:15.395Z] #8 5.946 (89/100) Installing libblkid (2.41-r9) [2026-06-23T02:58:15.395Z] #8 5.960 (90/100) Installing libuuid (2.41-r9) [2026-06-23T02:58:15.395Z] #8 5.972 (91/100) Installing libfdisk (2.41-r9) [2026-06-23T02:58:15.395Z] #8 5.988 (92/100) Installing sqlite-libs (3.49.2-r1) [2026-06-23T02:58:15.395Z] #8 6.017 (93/100) Installing liblastlog2 (2.41-r9) [2026-06-23T02:58:15.395Z] #8 6.028 (94/100) Installing libmount (2.41-r9) [2026-06-23T02:58:15.395Z] #8 6.043 (95/100) Installing libsmartcols (2.41-r9) [2026-06-23T02:58:15.395Z] #8 6.055 (96/100) Installing readline (8.2.13-r1) [2026-06-23T02:58:15.395Z] #8 6.071 (97/100) Installing sqlite (3.49.2-r1) [2026-06-23T02:58:15.395Z] #8 6.103 (98/100) Installing sqlite-dev (3.49.2-r1) [2026-06-23T02:58:15.663Z] #8 6.123 (99/100) Installing util-linux-dev (2.41-r9) [2026-06-23T02:58:15.663Z] #8 6.136 (100/100) Installing yaml-dev (0.2.5-r2) [2026-06-23T02:58:15.663Z] #8 6.149 Executing busybox-1.37.0-r20.trigger [2026-06-23T02:58:15.663Z] #8 6.160 OK: 336 MiB in 114 packages [2026-06-23T02:58:17.304Z] #8 DONE 7.7s [2026-06-23T02:58:17.304Z] [2026-06-23T02:58:17.304Z] #9 [ 5/11] RUN apk --no-cache upgrade [2026-06-23T02:58:17.304Z] #9 0.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:17.304Z] #9 0.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:17.576Z] #9 0.492 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:17.999Z] #9 1.021 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:18.266Z] #9 1.030 Upgrading critical system libraries and apk-tools: [2026-06-23T02:58:18.266Z] #9 1.030 (1/2) Upgrading libapk2 (2.14.9-r3 -> 2.14.10-r0) [2026-06-23T02:58:18.266Z] #9 1.044 (2/2) Upgrading apk-tools (2.14.9-r3 -> 2.14.10-r0) [2026-06-23T02:58:18.266Z] #9 1.055 Executing busybox-1.37.0-r20.trigger [2026-06-23T02:58:18.266Z] #9 1.116 Continuing the upgrade transaction with new apk-tools: [2026-06-23T02:58:18.266Z] #9 1.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:18.266Z] #9 1.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:18.539Z] #9 1.378 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:19.109Z] #9 1.882 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:19.109Z] #9 1.892 (1/2) Upgrading alpine-release (3.22.4-r0 -> 3.22.5-r0) [2026-06-23T02:58:19.109Z] #9 1.905 (2/2) Upgrading ca-certificates-bundle (20260413-r0 -> 20260611-r0) [2026-06-23T02:58:19.110Z] #9 1.925 OK: 336 MiB in 114 packages [2026-06-23T02:58:19.110Z] #9 DONE 2.0s [2026-06-23T02:58:19.368Z] [2026-06-23T02:58:19.368Z] #10 [ 6/11] COPY scripts /device-can/scripts [2026-06-23T02:58:19.368Z] #10 DONE 0.0s [2026-06-23T02:58:19.368Z] [2026-06-23T02:58:19.368Z] #11 [ 7/11] COPY src /device-can/src/ [2026-06-23T02:58:19.368Z] #11 DONE 0.1s [2026-06-23T02:58:19.368Z] [2026-06-23T02:58:19.368Z] #12 [ 8/11] COPY VERSION /device-can/ [2026-06-23T02:58:19.368Z] #12 DONE 0.0s [2026-06-23T02:58:19.368Z] [2026-06-23T02:58:19.368Z] #13 [ 9/11] WORKDIR /device-can [2026-06-23T02:58:19.368Z] #13 DONE 0.0s [2026-06-23T02:58:19.368Z] [2026-06-23T02:58:19.368Z] #14 [10/11] RUN /device-can/scripts/build_deps.sh 1 [2026-06-23T02:58:19.368Z] #14 0.193 + BUILD_CSDK=1 [2026-06-23T02:58:19.368Z] #14 0.193 + CSDK_VERSION=4.0.2 [2026-06-23T02:58:19.368Z] #14 0.193 + '[' -d deps ] [2026-06-23T02:58:19.368Z] #14 0.193 + mkdir deps [2026-06-23T02:58:19.629Z] #14 0.194 + cd /device-can/deps [2026-06-23T02:58:19.629Z] #14 0.194 + '[' 1 '=' 1 ] [2026-06-23T02:58:19.629Z] #14 0.194 + cd /device-can/deps [2026-06-23T02:58:19.629Z] #14 0.194 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-06-23T02:58:19.629Z] #14 0.197 Connecting to github.com (140.82.114.3:443) [2026-06-23T02:58:19.629Z] #14 0.374 Connecting to codeload.github.com (140.82.114.10:443) [2026-06-23T02:58:19.889Z] #14 0.498 saving to 'v4.0.2.zip' [2026-06-23T02:58:19.889Z] #14 0.561 v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-06-23T02:58:19.889Z] #14 0.561 'v4.0.2.zip' saved [2026-06-23T02:58:19.889Z] #14 0.562 + unzip v4.0.2.zip [2026-06-23T02:58:19.889Z] #14 0.563 Archive: v4.0.2.zip [2026-06-23T02:58:19.889Z] #14 0.568 creating: device-sdk-c-4.0.2/ [2026-06-23T02:58:19.889Z] #14 0.568 creating: device-sdk-c-4.0.2/.github/ [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-06-23T02:58:19.889Z] #14 0.568 creating: device-sdk-c-4.0.2/.github/workflows/ [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/.gitignore [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/Attribution.txt [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/Doxyfile [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/LICENSE [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/Makefile [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/OWNERS.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/README.IOT.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/README.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/README.v3.md [2026-06-23T02:58:19.889Z] #14 0.568 creating: device-sdk-c-4.0.2/docs/ [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-06-23T02:58:19.889Z] #14 0.568 inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/docs/startup.md [2026-06-23T02:58:19.889Z] #14 0.572 creating: device-sdk-c-4.0.2/include/ [2026-06-23T02:58:19.889Z] #14 0.572 creating: device-sdk-c-4.0.2/include/devsdk/ [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-06-23T02:58:19.889Z] #14 0.572 creating: device-sdk-c-4.0.2/include/edgex/ [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-06-23T02:58:19.889Z] #14 0.572 creating: device-sdk-c-4.0.2/scripts/ [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-06-23T02:58:19.889Z] #14 0.572 creating: device-sdk-c-4.0.2/src/ [2026-06-23T02:58:19.889Z] #14 0.572 inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.575 creating: device-sdk-c-4.0.2/src/c/ [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/api.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/command.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/command.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/config.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/config.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/data.c [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/data.h [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-06-23T02:58:19.889Z] #14 0.575 inflating: device-sdk-c-4.0.2/src/c/device.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/device.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-06-23T02:58:19.889Z] #14 0.577 creating: device-sdk-c-4.0.2/src/c/examples/ [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-06-23T02:58:19.889Z] #14 0.577 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-06-23T02:58:19.889Z] #14 0.577 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-06-23T02:58:19.889Z] #14 0.578 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.578 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-06-23T02:58:19.889Z] #14 0.578 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-06-23T02:58:19.889Z] #14 0.578 creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-06-23T02:58:19.889Z] #14 0.578 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-06-23T02:58:19.889Z] #14 0.578 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.579 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-06-23T02:58:19.889Z] #14 0.579 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-06-23T02:58:19.889Z] #14 0.580 creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-06-23T02:58:19.889Z] #14 0.580 creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.580 creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-06-23T02:58:19.889Z] #14 0.580 creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.580 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-06-23T02:58:19.889Z] #14 0.580 creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-06-23T02:58:19.889Z] #14 0.582 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.582 creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-06-23T02:58:19.889Z] #14 0.583 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-06-23T02:58:19.889Z] #14 0.583 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-06-23T02:58:19.889Z] #14 0.587 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-06-23T02:58:19.889Z] #14 0.587 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/map.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/map.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-06-23T02:58:19.889Z] #14 0.587 inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/service.c [2026-06-23T02:58:19.889Z] #14 0.590 inflating: device-sdk-c-4.0.2/src/c/service.h [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-06-23T02:58:19.889Z] #14 0.591 creating: device-sdk-c-4.0.2/src/cmake/ [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-06-23T02:58:19.889Z] #14 0.591 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-06-23T02:58:19.889Z] #14 0.591 + cd device-sdk-c-4.0.2 [2026-06-23T02:58:19.889Z] #14 0.591 + ./scripts/build.sh [2026-06-23T02:58:19.889Z] #14 0.591 + CPPCHECK=false [2026-06-23T02:58:19.889Z] #14 0.591 + DOCGEN=false [2026-06-23T02:58:19.889Z] #14 0.591 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T02:58:19.889Z] #14 0.591 + '[' 0 -gt 0 ] [2026-06-23T02:58:19.889Z] #14 0.592 + readlink -f ./scripts/build.sh [2026-06-23T02:58:19.889Z] #14 0.593 + dirname /device-can/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T02:58:19.889Z] #14 0.593 + dirname /device-can/deps/device-sdk-c-4.0.2/scripts [2026-06-23T02:58:19.889Z] #14 0.594 + ROOT=/device-can/deps/device-sdk-c-4.0.2 [2026-06-23T02:58:19.889Z] #14 0.594 + cd /device-can/deps/device-sdk-c-4.0.2 [2026-06-23T02:58:19.889Z] #14 0.594 + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:19.889Z] #14 0.594 + cd /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:19.889Z] #14 0.594 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T02:58:19.889Z] #14 0.604 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:58:19.889Z] #14 0.604 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:58:19.889Z] #14 0.604 CMake. [2026-06-23T02:58:19.889Z] #14 0.604 [2026-06-23T02:58:19.889Z] #14 0.604 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:58:19.889Z] #14 0.604 to tell CMake that the project requires at least but has been updated [2026-06-23T02:58:19.889Z] #14 0.604 to work with policies introduced by or earlier. [2026-06-23T02:58:19.889Z] #14 0.604 [2026-06-23T02:58:19.889Z] #14 0.604 [2026-06-23T02:58:20.147Z] #14 0.671 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:58:20.147Z] #14 0.683 -- Detecting C compiler ABI info [2026-06-23T02:58:20.147Z] #14 0.778 -- Detecting C compiler ABI info - done [2026-06-23T02:58:20.147Z] #14 0.804 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:58:20.147Z] #14 0.805 -- Detecting C compile features [2026-06-23T02:58:20.147Z] #14 0.806 -- Detecting C compile features - done [2026-06-23T02:58:20.147Z] #14 0.819 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T02:58:20.147Z] #14 0.909 -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T02:58:20.405Z] #14 0.914 -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T02:58:20.405Z] #14 0.919 -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T02:58:20.405Z] #14 0.921 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T02:58:20.405Z] #14 0.923 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T02:58:20.405Z] #14 0.925 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:58:20.405Z] #14 0.925 -- /opt/iotech/iot/1.6/include [2026-06-23T02:58:20.405Z] #14 0.925 -- C SDK 0.0.0 for Linux [2026-06-23T02:58:20.405Z] #14 0.927 -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T02:58:20.405Z] #14 1.013 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T02:58:20.405Z] #14 1.069 -- Found Curses: /usr/lib/libcurses.so [2026-06-23T02:58:20.405Z] #14 1.088 -- Configuring done (0.5s) [2026-06-23T02:58:20.405Z] #14 1.121 -- Generating done (0.0s) [2026-06-23T02:58:20.667Z] #14 1.122 -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:20.667Z] #14 1.126 + make all package [2026-06-23T02:58:20.667Z] #14 1.126 + tee release.log [2026-06-23T02:58:20.667Z] #14 1.181 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T02:58:20.667Z] #14 1.351 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T02:58:20.840Z] Still waiting to schedule task [2026-06-23T02:58:20.840Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-13706’ [2026-06-23T02:58:20.927Z] #14 1.525 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T02:58:20.927Z] #14 1.683 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T02:58:21.185Z] #14 1.791 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T02:58:21.185Z] #14 1.839 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T02:58:21.185Z] #14 1.839 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T02:58:21.185Z] #14 1.839 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T02:58:21.185Z] #14 1.839 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:21.185Z] #14 1.943 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T02:58:21.444Z] #14 2.268 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T02:58:21.704Z] #14 2.314 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T02:58:21.704Z] #14 2.489 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T02:58:21.964Z] #14 2.807 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T02:58:22.223Z] #14 2.909 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T02:58:22.223Z] #14 3.055 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T02:58:22.481Z] #14 3.193 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T02:58:22.481Z] #14 3.294 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T02:58:22.767Z] #14 3.462 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T02:58:23.470Z] #14 3.520 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T02:58:23.470Z] #14 3.865 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T02:58:23.470Z] #14 3.934 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T02:58:23.470Z] #14 4.199 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T02:58:23.731Z] #14 4.314 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T02:58:23.731Z] #14 4.547 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T02:58:23.989Z] #14 4.637 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T02:58:25.370Z] #14 5.866 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T02:58:25.370Z] #14 5.981 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T02:58:25.370Z] #14 6.058 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T02:58:25.370Z] #14 6.154 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T02:58:25.628Z] #14 6.220 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T02:58:25.628Z] #14 6.263 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T02:58:25.628Z] #14 6.263 547 | bool edgex_rest_server_register_handler [2026-06-23T02:58:25.628Z] #14 6.263 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:25.628Z] #14 6.263 In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T02:58:25.628Z] #14 6.263 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T02:58:25.628Z] #14 6.263 24 | extern bool edgex_rest_server_register_handler [2026-06-23T02:58:25.628Z] #14 6.263 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:25.628Z] #14 6.468 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T02:58:26.196Z] #14 6.774 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T02:58:26.196Z] #14 6.852 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T02:58:26.196Z] #14 6.992 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T02:58:26.455Z] #14 7.088 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T02:58:27.022Z] #14 7.608 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T02:58:27.022Z] #14 7.734 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T02:58:27.281Z] #14 7.799 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T02:58:27.281Z] #14 7.916 [ 69%] Linking C shared library libcsdk.so [2026-06-23T02:58:27.541Z] #14 7.991 [ 69%] Built target csdk [2026-06-23T02:58:27.541Z] #14 8.014 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T02:58:27.541Z] #14 8.166 [ 73%] Linking C executable template [2026-06-23T02:58:27.541Z] #14 8.235 [ 73%] Built target template [2026-06-23T02:58:27.541Z] #14 8.261 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T02:58:27.541Z] #14 8.359 [ 76%] Linking C executable device-counter [2026-06-23T02:58:27.800Z] #14 8.427 [ 76%] Built target device-counter [2026-06-23T02:58:27.801Z] #14 8.453 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T02:58:27.801Z] #14 8.547 [ 80%] Linking C executable device-random [2026-06-23T02:58:28.060Z] #14 8.616 [ 80%] Built target device-random [2026-06-23T02:58:28.060Z] #14 8.639 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T02:58:28.060Z] #14 8.731 [ 84%] Linking C executable device-gyro [2026-06-23T02:58:28.320Z] #14 8.804 [ 84%] Built target device-gyro [2026-06-23T02:58:28.320Z] #14 8.823 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T02:58:28.320Z] #14 8.925 [ 88%] Linking C executable device-bitfields [2026-06-23T02:58:28.579Z] #14 8.999 [ 88%] Built target device-bitfields [2026-06-23T02:58:28.579Z] #14 9.019 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T02:58:28.579Z] #14 9.180 [ 92%] Linking C executable template-discovery [2026-06-23T02:58:28.579Z] #14 9.248 [ 92%] Built target template-discovery [2026-06-23T02:58:28.579Z] #14 9.267 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T02:58:28.579Z] #14 9.396 [ 96%] Linking C executable device-file [2026-06-23T02:58:28.838Z] #14 9.461 [ 96%] Built target device-file [2026-06-23T02:58:28.838Z] #14 9.481 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T02:58:28.838Z] #14 9.647 [100%] Linking C executable device-terminal [2026-06-23T02:58:29.100Z] #14 9.721 [100%] Built target device-terminal [2026-06-23T02:58:29.101Z] #14 9.745 Run CPack packaging tool... [2026-06-23T02:58:29.101Z] #14 9.760 CPack: Create package using TGZ [2026-06-23T02:58:29.101Z] #14 9.760 CPack: Install projects [2026-06-23T02:58:29.101Z] #14 9.760 CPack: - Run preinstall target for: Csdk [2026-06-23T02:58:29.359Z] #14 10.03 CPack: - Install project: Csdk [] [2026-06-23T02:58:29.359Z] #14 10.03 CPack: Create package [2026-06-23T02:58:29.359Z] #14 10.06 CPack: - package: /device-can/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-06-23T02:58:29.359Z] #14 10.06 + '[' false '=' true ] [2026-06-23T02:58:29.359Z] #14 10.06 + '[' false '=' true ] [2026-06-23T02:58:29.359Z] #14 10.06 + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:29.359Z] #14 10.06 + cd /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:29.359Z] #14 10.06 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T02:58:29.359Z] #14 10.07 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:58:29.359Z] #14 10.07 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:58:29.359Z] #14 10.07 CMake. [2026-06-23T02:58:29.359Z] #14 10.07 [2026-06-23T02:58:29.359Z] #14 10.07 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:58:29.359Z] #14 10.07 to tell CMake that the project requires at least but has been updated [2026-06-23T02:58:29.359Z] #14 10.07 to work with policies introduced by or earlier. [2026-06-23T02:58:29.359Z] #14 10.07 [2026-06-23T02:58:29.359Z] #14 10.07 [2026-06-23T02:58:29.359Z] #14 10.13 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:58:29.359Z] #14 10.14 -- Detecting C compiler ABI info [2026-06-23T02:58:29.617Z] #14 10.23 -- Detecting C compiler ABI info - done [2026-06-23T02:58:29.617Z] #14 10.26 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:58:29.617Z] #14 10.26 -- Detecting C compile features [2026-06-23T02:58:29.617Z] #14 10.26 -- Detecting C compile features - done [2026-06-23T02:58:29.617Z] #14 10.28 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T02:58:29.617Z] #14 10.38 -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T02:58:29.877Z] #14 10.39 -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T02:58:29.877Z] #14 10.39 -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T02:58:29.877Z] #14 10.39 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T02:58:29.877Z] #14 10.40 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T02:58:29.877Z] #14 10.40 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:58:29.877Z] #14 10.40 -- /opt/iotech/iot/1.6/include [2026-06-23T02:58:29.877Z] #14 10.40 -- C SDK 0.0.0 for Linux [2026-06-23T02:58:29.877Z] #14 10.40 -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T02:58:29.877Z] #14 10.49 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T02:58:29.877Z] #14 10.55 -- Found Curses: /usr/lib/libcurses.so [2026-06-23T02:58:29.877Z] #14 10.57 -- Configuring done (0.5s) [2026-06-23T02:58:29.877Z] #14 10.60 -- Generating done (0.0s) [2026-06-23T02:58:30.136Z] #14 10.61 -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:30.136Z] #14 10.61 + make [2026-06-23T02:58:30.136Z] #14 10.61 + tee debug.log [2026-06-23T02:58:30.136Z] #14 10.66 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T02:58:30.136Z] #14 10.74 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T02:58:30.136Z] #14 10.83 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T02:58:30.136Z] #14 10.91 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T02:58:30.396Z] #14 10.99 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T02:58:30.396Z] #14 11.03 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T02:58:30.396Z] #14 11.03 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T02:58:30.396Z] #14 11.03 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T02:58:30.396Z] #14 11.03 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:30.396Z] #14 11.09 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T02:58:30.396Z] #14 11.22 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T02:58:30.658Z] #14 11.26 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T02:58:30.658Z] #14 11.34 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T02:58:30.658Z] #14 11.46 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T02:58:30.917Z] #14 11.53 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T02:58:30.917Z] #14 11.62 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T02:58:31.178Z] #14 11.69 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T02:58:31.178Z] #14 11.76 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T02:58:31.178Z] #14 11.84 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T02:58:31.178Z] #14 11.88 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T02:58:31.437Z] #14 12.03 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T02:58:31.437Z] #14 12.08 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T02:58:31.437Z] #14 12.18 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T02:58:31.696Z] #14 12.24 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T02:58:31.696Z] #14 12.36 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T02:58:31.959Z] #14 12.42 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T02:58:31.959Z] #14 12.63 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T02:58:31.959Z] #14 12.71 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T02:58:31.959Z] #14 12.76 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T02:58:32.219Z] #14 12.82 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T02:58:32.219Z] #14 12.87 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T02:58:32.219Z] #14 12.91 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T02:58:32.219Z] #14 12.91 547 | bool edgex_rest_server_register_handler [2026-06-23T02:58:32.219Z] #14 12.91 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:32.219Z] #14 12.91 In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T02:58:32.219Z] #14 12.91 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T02:58:32.219Z] #14 12.91 24 | extern bool edgex_rest_server_register_handler [2026-06-23T02:58:32.219Z] #14 12.91 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:32.219Z] #14 12.98 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T02:58:32.477Z] #14 13.21 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T02:58:32.737Z] #14 13.26 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T02:58:32.737Z] #14 13.34 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T02:58:32.737Z] #14 13.40 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T02:58:32.737Z] #14 13.56 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T02:58:32.995Z] #14 13.63 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T02:58:32.995Z] #14 13.69 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T02:58:32.995Z] #14 13.76 [ 69%] Linking C shared library libcsdk.so [2026-06-23T02:58:32.995Z] #14 13.83 [ 69%] Built target csdk [2026-06-23T02:58:33.253Z] #14 13.85 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T02:58:33.253Z] #14 13.93 [ 73%] Linking C executable template [2026-06-23T02:58:33.253Z] #14 13.99 [ 73%] Built target template [2026-06-23T02:58:33.253Z] #14 14.01 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T02:58:33.253Z] #14 14.08 [ 76%] Linking C executable device-counter [2026-06-23T02:58:33.873Z] #14 14.15 [ 76%] Built target device-counter [2026-06-23T02:58:33.873Z] #14 14.16 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T02:58:33.873Z] #14 14.23 [ 80%] Linking C executable device-random [2026-06-23T02:58:33.873Z] #14 14.30 [ 80%] Built target device-random [2026-06-23T02:58:33.873Z] #14 14.33 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T02:58:33.873Z] #14 14.38 [ 84%] Linking C executable device-gyro [2026-06-23T02:58:33.873Z] #14 14.45 [ 84%] Built target device-gyro [2026-06-23T02:58:33.873Z] #14 14.48 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T02:58:33.873Z] #14 14.54 [ 88%] Linking C executable device-bitfields [2026-06-23T02:58:34.201Z] #14 14.62 [ 88%] Built target device-bitfields [2026-06-23T02:58:34.201Z] #14 14.64 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T02:58:34.201Z] #14 14.71 [ 92%] Linking C executable template-discovery [2026-06-23T02:58:34.201Z] #14 14.78 [ 92%] Built target template-discovery [2026-06-23T02:58:34.201Z] #14 14.80 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T02:58:34.201Z] #14 14.88 [ 96%] Linking C executable device-file [2026-06-23T02:58:34.483Z] #14 14.95 [ 96%] Built target device-file [2026-06-23T02:58:34.483Z] #14 14.97 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T02:58:34.483Z] #14 15.05 [100%] Linking C executable device-terminal [2026-06-23T02:58:34.483Z] #14 15.11 [100%] Built target device-terminal [2026-06-23T02:58:34.483Z] #14 15.13 + cp -rf include/devsdk include/edgex /usr/include/ [2026-06-23T02:58:34.483Z] #14 15.13 + cp build/release/c/libcsdk.so /usr/lib/ [2026-06-23T02:58:34.483Z] #14 15.13 + mkdir -p /usr/share/doc/edgex-csdk [2026-06-23T02:58:34.483Z] #14 15.13 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-06-23T02:58:34.483Z] #14 15.13 + cp LICENSE /usr/share/doc/edgex-csdk [2026-06-23T02:58:34.483Z] #14 15.13 + rm -rf /device-can/deps [2026-06-23T02:58:34.483Z] #14 DONE 15.2s [2026-06-23T02:58:34.773Z] [2026-06-23T02:58:34.773Z] #15 [11/11] RUN /device-can/scripts/build.sh [2026-06-23T02:58:34.773Z] #15 0.246 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T02:58:35.042Z] #15 0.246 + readlink -f /device-can/scripts/build.sh [2026-06-23T02:58:35.042Z] #15 0.247 + dirname /device-can/scripts/build.sh [2026-06-23T02:58:35.042Z] #15 0.247 + dirname /device-can/scripts [2026-06-23T02:58:35.042Z] #15 0.248 + ROOT=/device-can [2026-06-23T02:58:35.042Z] #15 0.248 + echo /device-can [2026-06-23T02:58:35.042Z] #15 0.248 /device-can [2026-06-23T02:58:35.042Z] #15 0.248 + cd /device-can [2026-06-23T02:58:35.042Z] #15 0.248 + mkdir -p /device-can/build/release [2026-06-23T02:58:35.042Z] #15 0.249 + cd /device-can/build/release [2026-06-23T02:58:35.042Z] #15 0.249 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/src [2026-06-23T02:58:35.042Z] #15 0.256 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:58:35.042Z] #15 0.256 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:58:35.042Z] #15 0.256 CMake. [2026-06-23T02:58:35.042Z] #15 0.256 [2026-06-23T02:58:35.042Z] #15 0.256 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:58:35.042Z] #15 0.256 to tell CMake that the project requires at least but has been updated [2026-06-23T02:58:35.042Z] #15 0.256 to work with policies introduced by or earlier. [2026-06-23T02:58:35.042Z] #15 0.256 [2026-06-23T02:58:35.042Z] #15 0.256 [2026-06-23T02:58:35.042Z] #15 0.320 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:58:35.042Z] #15 0.331 -- Detecting C compiler ABI info [2026-06-23T02:58:35.042Z] #15 0.423 -- Detecting C compiler ABI info - done [2026-06-23T02:58:35.042Z] #15 0.448 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:58:35.042Z] #15 0.449 -- Detecting C compile features [2026-06-23T02:58:35.042Z] #15 0.449 -- Detecting C compile features - done [2026-06-23T02:58:35.042Z] #15 0.465 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:58:35.042Z] #15 0.465 -- /opt/iotech/iot/1.6/include [2026-06-23T02:58:35.042Z] #15 0.468 -- Found LIBCSDK: /usr/lib/libcsdk.so [2026-06-23T02:58:35.042Z] #15 0.468 -- Configuring done (0.2s) [2026-06-23T02:58:35.042Z] #15 0.473 -- Generating done (0.0s) [2026-06-23T02:58:35.042Z] #15 0.473 -- Build files have been written to: /device-can/build/release [2026-06-23T02:58:35.042Z] #15 0.476 + make all [2026-06-23T02:58:35.042Z] #15 0.476 + tee release.log [2026-06-23T02:58:35.042Z] #15 0.512 [ 50%] Building C object CMakeFiles/device-can.dir/c/device-can.c.o [2026-06-23T02:58:35.301Z] #15 0.707 [100%] Linking C executable device-can [2026-06-23T02:58:35.301Z] #15 0.779 [100%] Built target device-can [2026-06-23T02:58:35.301Z] #15 DONE 0.8s [2026-06-23T02:58:35.560Z] [2026-06-23T02:58:35.560Z] #16 exporting to image [2026-06-23T02:58:35.560Z] #16 exporting layers [2026-06-23T02:58:36.972Z] #16 exporting layers 1.7s done [2026-06-23T02:58:37.231Z] #16 writing image sha256:a3b9d600b9f09638e242f076e2f4cd66888fd8e5ef651e688d2468bdb16207e8 done [2026-06-23T02:58:37.231Z] #16 naming to docker.io/library/ci-base-image-x86_64 done [2026-06-23T02:58:37.231Z] #16 DONE 1.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:58:37.707Z] + docker inspect -f . ci-base-image-x86_64 [2026-06-23T02:58:37.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T02:58:37.793Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T02:58:37.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-06-23T02:58:38.113Z] $ docker top a377c9ed234883a096dfec3fa7a69e0b9f6deab072d5c5ef3a2976fe182c0b3a -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-23T02:58:38.488Z] + make test [2026-06-23T02:58:38.488Z] build/release/device-can/device-can [Pipeline] } [2026-06-23T02:58:38.503Z] $ docker stop --time=1 a377c9ed234883a096dfec3fa7a69e0b9f6deab072d5c5ef3a2976fe182c0b3a [2026-06-23T02:58:39.742Z] $ docker rm -f --volumes a377c9ed234883a096dfec3fa7a69e0b9f6deab072d5c5ef3a2976fe182c0b3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-06-23T02:58:40.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-06-23T02:58:40.639Z] + ls -al . [2026-06-23T02:58:40.639Z] total 76 [2026-06-23T02:58:40.639Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 02:58 . [2026-06-23T02:58:40.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 02:57 .. [2026-06-23T02:58:40.639Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 02:58 .git [2026-06-23T02:58:40.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 02:57 .github [2026-06-23T02:58:40.639Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 02:58 .semver [2026-06-23T02:58:40.639Z] -rw-rw-r-- 1 jenkins jenkins 383 Jun 23 02:57 Attribution.txt [2026-06-23T02:58:40.639Z] -rw-rw-r-- 1 jenkins jenkins 1397 Jun 23 02:57 CHANGELOG.md [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 677 Jun 23 02:57 GOVERNANCE.md [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 762 Jun 23 02:57 Jenkinsfile [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 10174 Jun 23 02:57 LICENSE [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 801 Jun 23 02:57 Makefile [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 616 Jun 23 02:57 OWNERS.md [2026-06-23T02:58:40.639Z] -rwxrwxr-x 1 jenkins jenkins 4090 Jun 23 02:57 README.md [2026-06-23T02:58:40.639Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 02:58 VERSION [2026-06-23T02:58:40.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 02:57 res [2026-06-23T02:58:40.640Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 02:57 scripts [2026-06-23T02:58:40.640Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 02:57 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:58:40.986Z] + docker build -t device-can -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a --label arch=amd64 --label version=4.1.0-dev.1 . [2026-06-23T02:58:41.246Z] #0 building with "default" instance using docker driver [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #1 [internal] load build definition from Dockerfile.alpine [2026-06-23T02:58:41.246Z] #1 transferring dockerfile: 2.40kB done [2026-06-23T02:58:41.246Z] #1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 34) [2026-06-23T02:58:41.246Z] #1 DONE 0.0s [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #2 [internal] load metadata for docker.io/library/alpine:3.22 [2026-06-23T02:58:41.246Z] #2 DONE 0.0s [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #3 [internal] load .dockerignore [2026-06-23T02:58:41.246Z] #3 transferring context: 2B done [2026-06-23T02:58:41.246Z] #3 DONE 0.0s [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #4 [builder 1/10] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-06-23T02:58:41.246Z] #4 DONE 0.0s [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #5 [builder 2/10] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-06-23T02:58:41.246Z] #5 CACHED [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #6 [builder 3/10] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2026-06-23T02:58:41.246Z] #6 CACHED [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #7 [internal] load build context [2026-06-23T02:58:41.246Z] #7 transferring context: 12.42kB done [2026-06-23T02:58:41.246Z] #7 DONE 0.0s [2026-06-23T02:58:41.246Z] [2026-06-23T02:58:41.246Z] #8 [stage-1 4/11] RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.6 dumb-init [2026-06-23T02:58:41.246Z] #8 0.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:41.506Z] #8 0.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:41.765Z] #8 0.691 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:42.335Z] #8 1.210 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:42.335Z] #8 1.220 (1/28) Upgrading libcrypto3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:42.335Z] #8 1.274 (2/28) Upgrading libssl3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:42.335Z] #8 1.295 (3/28) Installing brotli-libs (1.1.0-r2) [2026-06-23T02:58:42.335Z] #8 1.320 (4/28) Installing c-ares (1.34.6-r0) [2026-06-23T02:58:42.596Z] #8 1.337 (5/28) Installing libunistring (1.3-r0) [2026-06-23T02:58:42.596Z] #8 1.366 (6/28) Installing libidn2 (2.3.7-r0) [2026-06-23T02:58:42.596Z] #8 1.378 (7/28) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T02:58:42.596Z] #8 1.390 (8/28) Installing libpsl (0.21.5-r3) [2026-06-23T02:58:42.596Z] #8 1.401 (9/28) Installing zstd-libs (1.5.7-r0) [2026-06-23T02:58:42.596Z] #8 1.424 (10/28) Installing libcurl (8.14.1-r2) [2026-06-23T02:58:42.596Z] #8 1.443 (11/28) Installing curl (8.14.1-r2) [2026-06-23T02:58:42.596Z] #8 1.458 (12/28) Installing dumb-init (1.2.5-r3) [2026-06-23T02:58:42.596Z] #8 1.470 (13/28) Installing hiredis (1.3.0-r0) [2026-06-23T02:58:42.596Z] #8 1.481 (14/28) Installing yaml (0.2.5-r2) [2026-06-23T02:58:42.596Z] #8 1.494 (15/28) Installing libcbor (0.12.0-r0) [2026-06-23T02:58:42.596Z] #8 1.505 (16/28) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T02:58:43.164Z] #8 2.196 (17/28) Installing pkgconf (2.4.3-r0) [2026-06-23T02:58:43.426Z] #8 2.208 (18/28) Installing openssl-dev (3.5.7-r0) [2026-06-23T02:58:43.426Z] #8 2.239 (19/28) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T02:58:45.336Z] #8 3.968 (20/28) Installing gmp (6.3.0-r3) [2026-06-23T02:58:45.336Z] #8 3.985 (21/28) Installing nettle (3.10.2-r0) [2026-06-23T02:58:45.336Z] #8 4.005 (22/28) Installing libffi (3.4.8-r0) [2026-06-23T02:58:45.336Z] #8 4.019 (23/28) Installing libtasn1 (4.21.0-r0) [2026-06-23T02:58:45.336Z] #8 4.028 (24/28) Installing p11-kit (0.25.5-r2) [2026-06-23T02:58:45.336Z] #8 4.052 (25/28) Installing gnutls (3.8.13-r0) [2026-06-23T02:58:45.336Z] #8 4.084 (26/28) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T02:58:45.336Z] #8 4.099 (27/28) Installing libuuid (2.41-r9) [2026-06-23T02:58:45.336Z] #8 4.111 (28/28) Installing linux-headers (6.14.2-r0) [2026-06-23T02:58:45.336Z] #8 4.210 Executing busybox-1.37.0-r20.trigger [2026-06-23T02:58:45.336Z] #8 4.217 OK: 28 MiB in 42 packages [2026-06-23T02:58:47.292Z] #8 DONE 6.1s [2026-06-23T02:58:47.292Z] [2026-06-23T02:58:47.292Z] #9 [stage-1 5/11] RUN apk --no-cache upgrade [2026-06-23T02:58:47.292Z] #9 0.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:47.556Z] #9 0.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:47.818Z] #9 0.534 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.183Z] #9 ... [2026-06-23T02:58:48.183Z] [2026-06-23T02:58:48.183Z] #10 [builder 4/10] RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.6-dev [2026-06-23T02:58:48.183Z] #10 0.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.183Z] #10 0.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.183Z] #10 0.734 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.183Z] #10 1.326 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:48.183Z] #10 1.349 (1/99) Upgrading libcrypto3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:48.183Z] #10 1.410 (2/99) Upgrading libssl3 (3.5.6-r0 -> 3.5.7-r0) [2026-06-23T02:58:48.183Z] #10 1.431 (3/99) Installing libgcc (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 1.447 (4/99) Installing jansson (2.14.1-r0) [2026-06-23T02:58:48.183Z] #10 1.458 (5/99) Installing libstdc++ (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 1.501 (6/99) Installing zstd-libs (1.5.7-r0) [2026-06-23T02:58:48.183Z] #10 1.525 (7/99) Installing binutils (2.44-r3) [2026-06-23T02:58:48.183Z] #10 1.637 (8/99) Installing libmagic (5.46-r2) [2026-06-23T02:58:48.183Z] #10 1.711 (9/99) Installing file (5.46-r2) [2026-06-23T02:58:48.183Z] #10 1.722 (10/99) Installing libgomp (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 1.738 (11/99) Installing libatomic (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 1.748 (12/99) Installing gmp (6.3.0-r3) [2026-06-23T02:58:48.183Z] #10 1.766 (13/99) Installing isl26 (0.26-r1) [2026-06-23T02:58:48.183Z] #10 1.870 (14/99) Installing mpfr4 (4.2.1_p1-r0) [2026-06-23T02:58:48.183Z] #10 1.890 (15/99) Installing mpc1 (1.3.1-r1) [2026-06-23T02:58:48.183Z] #10 1.902 (16/99) Installing gcc (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 3.049 (17/99) Installing libstdc++-dev (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 3.247 (18/99) Installing musl-dev (1.2.5-r12) [2026-06-23T02:58:48.183Z] #10 3.343 (19/99) Installing g++ (14.2.0-r6) [2026-06-23T02:58:48.183Z] #10 3.698 (20/99) Installing make (4.4.1-r3) [2026-06-23T02:58:48.183Z] #10 3.714 (21/99) Installing fortify-headers (1.1-r5) [2026-06-23T02:58:48.183Z] #10 3.724 (22/99) Installing patch (2.8-r0) [2026-06-23T02:58:48.183Z] #10 3.737 (23/99) Installing build-base (0.5-r3) [2026-06-23T02:58:48.183Z] #10 3.737 (24/99) Installing acl-libs (2.3.2-r1) [2026-06-23T02:58:48.183Z] #10 3.749 (25/99) Installing libbz2 (1.0.8-r6) [2026-06-23T02:58:48.183Z] #10 3.761 (26/99) Installing libexpat (2.8.1-r0) [2026-06-23T02:58:48.183Z] #10 3.772 (27/99) Installing lz4-libs (1.10.0-r0) [2026-06-23T02:58:48.183Z] #10 3.786 (28/99) Installing xz-libs (5.8.3-r0) [2026-06-23T02:58:48.183Z] #10 3.799 (29/99) Installing libarchive (3.8.3-r0) [2026-06-23T02:58:48.183Z] #10 3.818 (30/99) Installing rhash-libs (1.4.5-r0) [2026-06-23T02:58:48.183Z] #10 3.832 (31/99) Installing libuv (1.51.0-r0) [2026-06-23T02:58:48.183Z] #10 3.855 (32/99) Installing cmake (3.31.7-r1) [2026-06-23T02:58:48.183Z] #10 4.488 (33/99) Installing brotli-libs (1.1.0-r2) [2026-06-23T02:58:48.183Z] #10 4.514 (34/99) Installing brotli (1.1.0-r2) [2026-06-23T02:58:48.183Z] #10 4.525 (35/99) Installing pkgconf (2.4.3-r0) [2026-06-23T02:58:48.183Z] #10 4.538 (36/99) Installing brotli-dev (1.1.0-r2) [2026-06-23T02:58:48.183Z] #10 4.549 (37/99) Installing c-ares (1.34.6-r0) [2026-06-23T02:58:48.184Z] #10 4.563 (38/99) Installing c-ares-dev (1.34.6-r0) [2026-06-23T02:58:48.184Z] #10 4.591 (39/99) Installing libunistring (1.3-r0) [2026-06-23T02:58:48.184Z] #10 4.619 (40/99) Installing libidn2 (2.3.7-r0) [2026-06-23T02:58:48.184Z] #10 4.635 (41/99) Installing libidn2-dev (2.3.7-r0) [2026-06-23T02:58:48.184Z] #10 4.645 (42/99) Installing libpsl (0.21.5-r3) [2026-06-23T02:58:48.184Z] #10 4.659 (43/99) Installing libpsl-utils (0.21.5-r3) [2026-06-23T02:58:48.184Z] #10 4.670 (44/99) Installing libpsl-dev (0.21.5-r3) [2026-06-23T02:58:48.184Z] #10 4.680 (45/99) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T02:58:48.184Z] #10 4.692 (46/99) Installing nghttp2-dev (1.69.0-r0) [2026-06-23T02:58:48.184Z] #10 4.704 (47/99) Installing openssl-dev (3.5.7-r0) [2026-06-23T02:58:48.184Z] #10 4.756 (48/99) Installing zlib-dev (1.3.2-r0) [2026-06-23T02:58:48.184Z] #10 4.769 (49/99) Installing zstd (1.5.7-r0) [2026-06-23T02:58:48.184Z] #10 4.785 (50/99) Installing zstd-dev (1.5.7-r0) [2026-06-23T02:58:48.184Z] #10 4.798 (51/99) Installing libcurl (8.14.1-r2) [2026-06-23T02:58:48.184Z] #10 4.816 (52/99) Installing curl-dev (8.14.1-r2) [2026-06-23T02:58:48.184Z] #10 4.830 (53/99) Installing pcre2 (10.46-r0) [2026-06-23T02:58:48.184Z] #10 4.849 (54/99) Installing git (2.49.1-r0) [2026-06-23T02:58:48.184Z] #10 4.921 (55/99) Installing git-init-template (2.49.1-r0) [2026-06-23T02:58:48.184Z] #10 4.932 (56/99) Installing hiredis (1.3.0-r0) [2026-06-23T02:58:48.184Z] #10 4.943 (57/99) Installing hiredis-dev (1.3.0-r0) [2026-06-23T02:58:48.184Z] #10 4.962 (58/99) Installing yaml (0.2.5-r2) [2026-06-23T02:58:48.184Z] #10 4.974 (59/99) Installing libcbor (0.12.0-r0) [2026-06-23T02:58:48.184Z] #10 4.985 (60/99) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T02:58:48.184Z] #10 5.630 (61/99) Installing iotech-iot-1.6-dev (1.6.3-r0) [2026-06-23T02:58:48.184Z] #10 5.731 (62/99) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T02:58:48.184Z] #10 6.010 (63/99) Installing libcbor-dev (0.12.0-r0) [2026-06-23T02:58:48.184Z] #10 6.023 (64/99) Installing nettle (3.10.2-r0) [2026-06-23T02:58:48.184Z] #10 6.041 (65/99) Installing libffi (3.4.8-r0) [2026-06-23T02:58:48.184Z] #10 6.053 (66/99) Installing libtasn1 (4.21.0-r0) [2026-06-23T02:58:48.184Z] #10 6.064 (67/99) Installing p11-kit (0.25.5-r2) [2026-06-23T02:58:48.184Z] #10 6.087 (68/99) Installing gnutls (3.8.13-r0) [2026-06-23T02:58:48.184Z] #10 6.116 (69/99) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T02:58:48.184Z] #10 6.138 (70/99) Installing gnutls-c++ (3.8.13-r0) [2026-06-23T02:58:48.184Z] #10 6.148 (71/99) Installing libgmpxx (6.3.0-r3) [2026-06-23T02:58:48.184Z] #10 6.159 (72/99) Installing gmp-dev (6.3.0-r3) [2026-06-23T02:58:48.184Z] #10 6.178 (73/99) Installing nettle-dev (3.10.2-r0) [2026-06-23T02:58:48.184Z] #10 6.206 (74/99) Installing libtasn1-progs (4.21.0-r0) [2026-06-23T02:58:48.184Z] #10 6.217 (75/99) Installing libtasn1-dev (4.21.0-r0) [2026-06-23T02:58:48.184Z] #10 6.229 (76/99) Installing p11-kit-dev (0.25.5-r2) [2026-06-23T02:58:48.184Z] #10 6.251 (77/99) Installing gnutls-dev (3.8.13-r0) [2026-06-23T02:58:48.184Z] #10 6.268 (78/99) Installing libmicrohttpd-dev (1.0.1-r1) [2026-06-23T02:58:48.184Z] #10 6.282 (79/99) Installing linux-headers (6.14.2-r0) [2026-06-23T02:58:48.184Z] #10 6.370 (80/99) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.387 (81/99) Installing libncursesw (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.405 (82/99) Installing libformw (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.423 (83/99) Installing libmenuw (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.434 (84/99) Installing libpanelw (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.444 (85/99) Installing libncurses++ (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.456 (86/99) Installing ncurses-dev (6.5_p20250503-r0) [2026-06-23T02:58:48.184Z] #10 6.475 (87/99) Installing libeconf (0.6.3-r0) [2026-06-23T02:58:48.184Z] #10 6.486 (88/99) Installing libblkid (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.501 (89/99) Installing libuuid (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.511 (90/99) Installing libfdisk (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.531 (91/99) Installing sqlite-libs (3.49.2-r1) [2026-06-23T02:58:48.184Z] #10 6.562 (92/99) Installing liblastlog2 (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.573 (93/99) Installing libmount (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.594 (94/99) Installing libsmartcols (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.606 (95/99) Installing readline (8.2.13-r1) [2026-06-23T02:58:48.184Z] #10 6.621 (96/99) Installing sqlite (3.49.2-r1) [2026-06-23T02:58:48.184Z] #10 6.666 (97/99) Installing sqlite-dev (3.49.2-r1) [2026-06-23T02:58:48.184Z] #10 6.685 (98/99) Installing util-linux-dev (2.41-r9) [2026-06-23T02:58:48.184Z] #10 6.699 (99/99) Installing yaml-dev (0.2.5-r2) [2026-06-23T02:58:48.184Z] #10 6.712 Executing busybox-1.37.0-r20.trigger [2026-06-23T02:58:48.184Z] #10 6.730 OK: 336 MiB in 113 packages [2026-06-23T02:58:48.184Z] #10 DONE 7.0s [2026-06-23T02:58:48.184Z] [2026-06-23T02:58:48.184Z] #11 [builder 5/10] COPY scripts /device-can/scripts [2026-06-23T02:58:48.184Z] #11 DONE 0.0s [2026-06-23T02:58:48.184Z] [2026-06-23T02:58:48.184Z] #12 [builder 6/10] COPY src /device-can/src/ [2026-06-23T02:58:48.184Z] #12 DONE 0.0s [2026-06-23T02:58:48.184Z] [2026-06-23T02:58:48.184Z] #13 [builder 7/10] COPY VERSION /device-can/ [2026-06-23T02:58:48.184Z] #13 DONE 0.0s [2026-06-23T02:58:48.184Z] [2026-06-23T02:58:48.184Z] #14 [builder 8/10] WORKDIR /device-can [2026-06-23T02:58:48.184Z] #14 DONE 0.0s [2026-06-23T02:58:48.184Z] [2026-06-23T02:58:48.184Z] #9 [stage-1 5/11] RUN apk --no-cache upgrade [2026-06-23T02:58:48.451Z] #9 1.072 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:48.451Z] #9 1.089 Upgrading critical system libraries and apk-tools: [2026-06-23T02:58:48.451Z] #9 1.089 (1/2) Upgrading libapk2 (2.14.9-r3 -> 2.14.10-r0) [2026-06-23T02:58:48.451Z] #9 1.101 (2/2) Upgrading apk-tools (2.14.9-r3 -> 2.14.10-r0) [2026-06-23T02:58:48.451Z] #9 1.112 Executing busybox-1.37.0-r20.trigger [2026-06-23T02:58:48.451Z] #9 1.181 Continuing the upgrade transaction with new apk-tools: [2026-06-23T02:58:48.451Z] #9 1.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.451Z] #9 1.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:48.726Z] #9 1.540 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/x86_64/APKINDEX.tar.gz [2026-06-23T02:58:49.304Z] #9 2.074 WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T02:58:49.304Z] #9 2.083 (1/2) Upgrading alpine-release (3.22.4-r0 -> 3.22.5-r0) [2026-06-23T02:58:49.304Z] #9 2.095 (2/2) Upgrading ca-certificates-bundle (20260413-r0 -> 20260611-r0) [2026-06-23T02:58:49.304Z] #9 2.114 OK: 28 MiB in 42 packages [2026-06-23T02:58:49.574Z] #9 DONE 2.2s [2026-06-23T02:58:49.574Z] [2026-06-23T02:58:49.574Z] #15 [builder 9/10] RUN /device-can/scripts/build_deps.sh 1 [2026-06-23T02:58:49.574Z] #15 0.191 + BUILD_CSDK=1 [2026-06-23T02:58:49.574Z] #15 0.191 + CSDK_VERSION=4.0.2 [2026-06-23T02:58:49.574Z] #15 0.191 + '[' -d deps ] [2026-06-23T02:58:49.574Z] #15 0.191 + mkdir deps [2026-06-23T02:58:49.574Z] #15 0.192 + cd /device-can/deps [2026-06-23T02:58:49.574Z] #15 0.192 + '[' 1 '=' 1 ] [2026-06-23T02:58:49.574Z] #15 0.192 + cd /device-can/deps [2026-06-23T02:58:49.574Z] #15 0.192 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-06-23T02:58:49.574Z] #15 0.194 Connecting to github.com (140.82.112.3:443) [2026-06-23T02:58:49.574Z] #15 0.346 Connecting to codeload.github.com (140.82.114.10:443) [2026-06-23T02:58:49.574Z] #15 0.434 saving to 'v4.0.2.zip' [2026-06-23T02:58:49.574Z] #15 0.495 v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-06-23T02:58:49.574Z] #15 0.495 'v4.0.2.zip' saved [2026-06-23T02:58:49.574Z] #15 0.496 + unzip v4.0.2.zip [2026-06-23T02:58:49.574Z] #15 0.496 Archive: v4.0.2.zip [2026-06-23T02:58:49.574Z] #15 0.499 creating: device-sdk-c-4.0.2/ [2026-06-23T02:58:49.574Z] #15 0.499 creating: device-sdk-c-4.0.2/.github/ [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-06-23T02:58:49.574Z] #15 0.499 creating: device-sdk-c-4.0.2/.github/workflows/ [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/.gitignore [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/Attribution.txt [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/Doxyfile [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/LICENSE [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/Makefile [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/OWNERS.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/README.IOT.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/README.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/README.v3.md [2026-06-23T02:58:49.574Z] #15 0.499 creating: device-sdk-c-4.0.2/docs/ [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-06-23T02:58:49.574Z] #15 0.499 inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/docs/startup.md [2026-06-23T02:58:49.574Z] #15 0.501 creating: device-sdk-c-4.0.2/include/ [2026-06-23T02:58:49.574Z] #15 0.501 creating: device-sdk-c-4.0.2/include/devsdk/ [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-06-23T02:58:49.574Z] #15 0.501 creating: device-sdk-c-4.0.2/include/edgex/ [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-06-23T02:58:49.574Z] #15 0.501 creating: device-sdk-c-4.0.2/scripts/ [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-06-23T02:58:49.574Z] #15 0.501 creating: device-sdk-c-4.0.2/src/ [2026-06-23T02:58:49.574Z] #15 0.501 inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.503 creating: device-sdk-c-4.0.2/src/c/ [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/api.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/command.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/command.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/config.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/config.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/data.c [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/data.h [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-06-23T02:58:49.574Z] #15 0.503 inflating: device-sdk-c-4.0.2/src/c/device.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/device.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-06-23T02:58:49.574Z] #15 0.505 creating: device-sdk-c-4.0.2/src/c/examples/ [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-06-23T02:58:49.574Z] #15 0.505 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-06-23T02:58:49.574Z] #15 0.505 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-06-23T02:58:49.574Z] #15 0.506 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.506 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-06-23T02:58:49.574Z] #15 0.506 creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-06-23T02:58:49.574Z] #15 0.506 creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-06-23T02:58:49.574Z] #15 0.506 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-06-23T02:58:49.574Z] #15 0.506 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.507 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-06-23T02:58:49.574Z] #15 0.507 creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-06-23T02:58:49.574Z] #15 0.508 creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-06-23T02:58:49.574Z] #15 0.508 creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.508 creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-06-23T02:58:49.574Z] #15 0.508 creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.508 inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-06-23T02:58:49.574Z] #15 0.508 creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-06-23T02:58:49.574Z] #15 0.509 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.509 creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-06-23T02:58:49.574Z] #15 0.510 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-06-23T02:58:49.574Z] #15 0.510 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-06-23T02:58:49.574Z] #15 0.512 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-06-23T02:58:49.574Z] #15 0.512 creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/map.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/map.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-06-23T02:58:49.574Z] #15 0.512 inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/service.c [2026-06-23T02:58:49.574Z] #15 0.514 inflating: device-sdk-c-4.0.2/src/c/service.h [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-06-23T02:58:49.574Z] #15 0.515 creating: device-sdk-c-4.0.2/src/cmake/ [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-06-23T02:58:49.574Z] #15 0.515 inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-06-23T02:58:49.574Z] #15 0.515 + cd device-sdk-c-4.0.2 [2026-06-23T02:58:49.574Z] #15 0.515 + ./scripts/build.sh [2026-06-23T02:58:49.574Z] #15 0.516 + CPPCHECK=false [2026-06-23T02:58:49.574Z] #15 0.516 + DOCGEN=false [2026-06-23T02:58:49.574Z] #15 0.516 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T02:58:49.574Z] #15 0.516 + '[' 0 -gt 0 ] [2026-06-23T02:58:49.574Z] #15 0.516 + readlink -f ./scripts/build.sh [2026-06-23T02:58:49.574Z] #15 0.517 + dirname /device-can/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T02:58:49.574Z] #15 0.518 + dirname /device-can/deps/device-sdk-c-4.0.2/scripts [2026-06-23T02:58:49.574Z] #15 0.518 + ROOT=/device-can/deps/device-sdk-c-4.0.2 [2026-06-23T02:58:49.574Z] #15 0.518 + cd /device-can/deps/device-sdk-c-4.0.2 [2026-06-23T02:58:49.574Z] #15 0.518 + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:49.574Z] #15 0.519 + cd /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:49.574Z] #15 0.519 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T02:58:49.574Z] #15 0.527 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:58:49.574Z] #15 0.527 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:58:49.574Z] #15 0.527 CMake. [2026-06-23T02:58:49.574Z] #15 0.527 [2026-06-23T02:58:49.574Z] #15 0.527 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:58:49.574Z] #15 0.527 to tell CMake that the project requires at least but has been updated [2026-06-23T02:58:49.574Z] #15 0.527 to work with policies introduced by or earlier. [2026-06-23T02:58:49.574Z] #15 0.527 [2026-06-23T02:58:49.574Z] #15 0.527 [2026-06-23T02:58:49.574Z] #15 0.594 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:58:49.574Z] #15 0.604 -- Detecting C compiler ABI info [2026-06-23T02:58:49.574Z] #15 0.699 -- Detecting C compiler ABI info - done [2026-06-23T02:58:49.574Z] #15 0.725 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:58:49.574Z] #15 0.725 -- Detecting C compile features [2026-06-23T02:58:49.574Z] #15 0.726 -- Detecting C compile features - done [2026-06-23T02:58:49.574Z] #15 0.741 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T02:58:49.574Z] #15 0.848 -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T02:58:49.574Z] #15 0.851 -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T02:58:49.574Z] #15 0.854 -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T02:58:49.574Z] #15 0.857 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T02:58:49.574Z] #15 0.859 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T02:58:49.574Z] #15 0.861 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:58:49.574Z] #15 0.861 -- /opt/iotech/iot/1.6/include [2026-06-23T02:58:49.574Z] #15 0.861 -- C SDK 0.0.0 for Linux [2026-06-23T02:58:49.574Z] #15 0.863 -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T02:58:49.574Z] #15 0.949 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T02:58:49.574Z] #15 1.002 -- Found Curses: /usr/lib/libcurses.so [2026-06-23T02:58:49.574Z] #15 1.023 -- Configuring done (0.5s) [2026-06-23T02:58:49.574Z] #15 1.056 -- Generating done (0.0s) [2026-06-23T02:58:49.574Z] #15 1.057 -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T02:58:49.574Z] #15 1.062 + make all package [2026-06-23T02:58:49.574Z] #15 1.062 + tee release.log [2026-06-23T02:58:49.574Z] #15 1.112 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T02:58:49.574Z] #15 1.304 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T02:58:49.574Z] #15 1.457 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T02:58:49.835Z] #15 1.614 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T02:58:49.835Z] #15 1.718 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T02:58:50.108Z] #15 1.758 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T02:58:50.108Z] #15 1.758 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T02:58:50.108Z] #15 1.758 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T02:58:50.108Z] #15 1.758 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:50.108Z] #15 1.857 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T02:58:50.368Z] #15 2.195 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T02:58:50.629Z] #15 2.238 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T02:58:50.629Z] #15 2.400 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T02:58:50.889Z] #15 2.709 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T02:58:51.147Z] #15 2.810 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T02:58:51.147Z] #15 2.953 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T02:58:51.424Z] #15 3.092 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T02:58:51.682Z] #15 3.190 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T02:58:51.682Z] #15 3.360 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T02:58:51.682Z] #15 3.419 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T02:58:51.943Z] #15 3.779 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T02:58:52.203Z] #15 3.847 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T02:58:52.203Z] #15 4.106 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T02:58:52.468Z] #15 4.220 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T02:58:52.729Z] #15 4.460 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T02:58:52.995Z] #15 4.553 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T02:58:54.051Z] #15 5.770 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T02:58:54.051Z] #15 5.884 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T02:58:54.313Z] #15 5.965 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T02:58:54.313Z] #15 6.057 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T02:58:54.313Z] #15 6.119 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T02:58:54.313Z] #15 6.163 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T02:58:54.313Z] #15 6.163 547 | bool edgex_rest_server_register_handler [2026-06-23T02:58:54.313Z] #15 6.163 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:54.313Z] #15 6.163 In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T02:58:54.313Z] #15 6.163 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T02:58:54.313Z] #15 6.163 24 | extern bool edgex_rest_server_register_handler [2026-06-23T02:58:54.313Z] #15 6.163 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:54.575Z] #15 6.379 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T02:58:54.834Z] #15 6.671 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T02:58:55.094Z] #15 6.756 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T02:58:55.094Z] #15 6.890 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T02:58:55.354Z] #15 6.988 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T02:58:55.613Z] #15 7.522 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T02:58:55.925Z] #15 7.650 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T02:58:56.184Z] #15 7.715 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T02:58:56.184Z] #15 7.837 [ 69%] Linking C shared library libcsdk.so [2026-06-23T02:58:56.184Z] #15 7.892 [ 69%] Built target csdk [2026-06-23T02:58:56.184Z] #15 7.916 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T02:58:56.184Z] #15 8.061 [ 73%] Linking C executable template [2026-06-23T02:58:56.446Z] #15 8.142 [ 73%] Built target template [2026-06-23T02:58:56.446Z] #15 8.169 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T02:58:56.446Z] #15 8.269 [ 76%] Linking C executable device-counter [2026-06-23T02:58:56.707Z] #15 8.348 [ 76%] Built target device-counter [2026-06-23T02:58:56.707Z] #15 8.370 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T02:58:56.707Z] #15 8.465 [ 80%] Linking C executable device-random [2026-06-23T02:58:56.707Z] #15 8.546 [ 80%] Built target device-random [2026-06-23T02:58:56.967Z] #15 8.561 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T02:58:56.967Z] #15 8.649 [ 84%] Linking C executable device-gyro [2026-06-23T02:58:56.967Z] #15 8.737 [ 84%] Built target device-gyro [2026-06-23T02:58:56.967Z] #15 8.759 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T02:58:57.227Z] #15 8.858 [ 88%] Linking C executable device-bitfields [2026-06-23T02:58:57.227Z] #15 8.933 [ 88%] Built target device-bitfields [2026-06-23T02:58:57.227Z] #15 8.956 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T02:58:57.227Z] #15 9.122 [ 92%] Linking C executable template-discovery [2026-06-23T02:58:57.487Z] #15 9.194 [ 92%] Built target template-discovery [2026-06-23T02:58:57.487Z] #15 9.218 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T02:58:57.487Z] #15 9.355 [ 96%] Linking C executable device-file [2026-06-23T02:58:57.749Z] #15 9.431 [ 96%] Built target device-file [2026-06-23T02:58:57.749Z] #15 9.449 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T02:58:57.749Z] #15 9.567 [100%] Linking C executable device-terminal [2026-06-23T02:58:58.014Z] #15 9.643 [100%] Built target device-terminal [2026-06-23T02:58:58.014Z] #15 9.664 Run CPack packaging tool... [2026-06-23T02:58:58.014Z] #15 9.683 CPack: Create package using TGZ [2026-06-23T02:58:58.014Z] #15 9.684 CPack: Install projects [2026-06-23T02:58:58.014Z] #15 9.684 CPack: - Run preinstall target for: Csdk [2026-06-23T02:58:58.276Z] #15 9.984 CPack: - Install project: Csdk [] [2026-06-23T02:58:58.276Z] #15 9.984 CPack: Create package [2026-06-23T02:58:58.276Z] #15 10.01 CPack: - package: /device-can/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-06-23T02:58:58.276Z] #15 10.01 + '[' false '=' true ] [2026-06-23T02:58:58.276Z] #15 10.01 + '[' false '=' true ] [2026-06-23T02:58:58.276Z] #15 10.01 + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:58.276Z] #15 10.01 + cd /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:58.276Z] #15 10.01 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T02:58:58.276Z] #15 10.02 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:58:58.276Z] #15 10.02 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:58:58.276Z] #15 10.02 CMake. [2026-06-23T02:58:58.276Z] #15 10.02 [2026-06-23T02:58:58.276Z] #15 10.02 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:58:58.276Z] #15 10.02 to tell CMake that the project requires at least but has been updated [2026-06-23T02:58:58.276Z] #15 10.02 to work with policies introduced by or earlier. [2026-06-23T02:58:58.276Z] #15 10.02 [2026-06-23T02:58:58.276Z] #15 10.02 [2026-06-23T02:58:58.276Z] #15 10.09 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:58:58.536Z] #15 10.10 -- Detecting C compiler ABI info [2026-06-23T02:58:58.536Z] #15 10.20 -- Detecting C compiler ABI info - done [2026-06-23T02:58:58.536Z] #15 10.23 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:58:58.536Z] #15 10.23 -- Detecting C compile features [2026-06-23T02:58:58.536Z] #15 10.23 -- Detecting C compile features - done [2026-06-23T02:58:58.536Z] #15 10.24 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T02:58:58.536Z] #15 10.36 -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T02:58:58.802Z] #15 10.36 -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T02:58:58.802Z] #15 10.36 -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T02:58:58.802Z] #15 10.36 -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T02:58:58.802Z] #15 10.37 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T02:58:58.802Z] #15 10.37 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:58:58.802Z] #15 10.37 -- /opt/iotech/iot/1.6/include [2026-06-23T02:58:58.802Z] #15 10.37 -- C SDK 0.0.0 for Linux [2026-06-23T02:58:58.802Z] #15 10.37 -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T02:58:58.802Z] #15 10.47 -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T02:58:58.802Z] #15 10.53 -- Found Curses: /usr/lib/libcurses.so [2026-06-23T02:58:58.802Z] #15 10.55 -- Configuring done (0.5s) [2026-06-23T02:58:58.802Z] #15 10.58 -- Generating done (0.0s) [2026-06-23T02:58:59.062Z] #15 10.58 -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T02:58:59.062Z] #15 10.59 + make [2026-06-23T02:58:59.062Z] #15 10.59 + tee debug.log [2026-06-23T02:58:59.062Z] #15 10.64 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T02:58:59.062Z] #15 10.73 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T02:58:59.062Z] #15 10.81 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T02:58:59.062Z] #15 10.89 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T02:58:59.320Z] #15 10.97 [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T02:58:59.320Z] #15 11.02 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T02:58:59.320Z] #15 11.02 /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T02:58:59.320Z] #15 11.02 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T02:58:59.320Z] #15 11.02 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:58:59.320Z] #15 11.08 [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T02:58:59.320Z] #15 11.22 [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T02:58:59.583Z] #15 11.26 [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T02:58:59.583Z] #15 11.37 [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T02:58:59.583Z] #15 11.49 [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T02:58:59.843Z] #15 11.56 [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T02:58:59.843Z] #15 11.64 [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T02:59:00.103Z] #15 11.72 [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T02:59:00.103Z] #15 11.79 [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T02:59:00.103Z] #15 11.87 [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T02:59:00.103Z] #15 11.91 [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T02:59:00.364Z] #15 12.06 [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T02:59:00.364Z] #15 12.11 [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T02:59:00.364Z] #15 12.22 [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T02:59:00.626Z] #15 12.28 [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T02:59:00.626Z] #15 12.41 [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T02:59:00.887Z] #15 12.47 [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T02:59:00.887Z] #15 12.69 [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T02:59:01.147Z] #15 12.77 [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T02:59:01.147Z] #15 12.83 [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T02:59:01.147Z] #15 12.90 [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T02:59:01.147Z] #15 12.95 [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T02:59:01.147Z] #15 12.99 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T02:59:01.147Z] #15 12.99 547 | bool edgex_rest_server_register_handler [2026-06-23T02:59:01.147Z] #15 12.99 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:59:01.147Z] #15 12.99 In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T02:59:01.147Z] #15 12.99 /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T02:59:01.147Z] #15 12.99 24 | extern bool edgex_rest_server_register_handler [2026-06-23T02:59:01.147Z] #15 12.99 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T02:59:01.147Z] #15 13.06 [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T02:59:01.408Z] #15 13.30 [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T02:59:01.668Z] #15 13.35 [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T02:59:01.668Z] #15 13.43 [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T02:59:01.932Z] #15 13.50 [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T02:59:01.932Z] #15 13.70 [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T02:59:01.932Z] #15 13.77 [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T02:59:01.932Z] #15 13.83 [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T02:59:02.193Z] #15 13.90 [ 69%] Linking C shared library libcsdk.so [2026-06-23T02:59:02.193Z] #15 13.97 [ 69%] Built target csdk [2026-06-23T02:59:02.451Z] #15 13.99 [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T02:59:02.451Z] #15 14.06 [ 73%] Linking C executable template [2026-06-23T02:59:02.451Z] #15 14.13 [ 73%] Built target template [2026-06-23T02:59:02.451Z] #15 14.16 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T02:59:02.451Z] #15 14.22 [ 76%] Linking C executable device-counter [2026-06-23T02:59:02.451Z] #15 14.29 [ 76%] Built target device-counter [2026-06-23T02:59:02.716Z] #15 14.31 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T02:59:02.716Z] #15 14.37 [ 80%] Linking C executable device-random [2026-06-23T02:59:02.716Z] #15 14.44 [ 80%] Built target device-random [2026-06-23T02:59:02.716Z] #15 14.46 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T02:59:02.716Z] #15 14.52 [ 84%] Linking C executable device-gyro [2026-06-23T02:59:02.716Z] #15 14.59 [ 84%] Built target device-gyro [2026-06-23T02:59:02.975Z] #15 14.61 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T02:59:02.975Z] #15 14.68 [ 88%] Linking C executable device-bitfields [2026-06-23T02:59:02.975Z] #15 14.74 [ 88%] Built target device-bitfields [2026-06-23T02:59:02.975Z] #15 14.77 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T02:59:02.975Z] #15 14.85 [ 92%] Linking C executable template-discovery [2026-06-23T02:59:03.235Z] #15 14.92 [ 92%] Built target template-discovery [2026-06-23T02:59:03.235Z] #15 14.94 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T02:59:03.235Z] #15 15.02 [ 96%] Linking C executable device-file [2026-06-23T02:59:03.235Z] #15 15.10 [ 96%] Built target device-file [2026-06-23T02:59:03.235Z] #15 15.13 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T02:59:03.497Z] #15 15.20 [100%] Linking C executable device-terminal [2026-06-23T02:59:03.497Z] #15 15.27 [100%] Built target device-terminal [2026-06-23T02:59:03.758Z] #15 15.28 + cp -rf include/devsdk include/edgex /usr/include/ [2026-06-23T02:59:03.758Z] #15 15.29 + cp build/release/c/libcsdk.so /usr/lib/ [2026-06-23T02:59:03.758Z] #15 15.29 + mkdir -p /usr/share/doc/edgex-csdk [2026-06-23T02:59:03.758Z] #15 15.29 + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-06-23T02:59:03.758Z] #15 15.29 + cp LICENSE /usr/share/doc/edgex-csdk [2026-06-23T02:59:03.758Z] #15 15.29 + rm -rf /device-can/deps [2026-06-23T02:59:03.758Z] #15 DONE 15.5s [2026-06-23T02:59:03.758Z] [2026-06-23T02:59:03.758Z] #16 [builder 10/10] RUN /device-can/scripts/build.sh && test -f /device-can/build/release/device-can [2026-06-23T02:59:04.194Z] #16 0.439 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T02:59:04.194Z] #16 0.440 + readlink -f /device-can/scripts/build.sh [2026-06-23T02:59:04.194Z] #16 0.441 + dirname /device-can/scripts/build.sh [2026-06-23T02:59:04.194Z] #16 0.441 + dirname /device-can/scripts [2026-06-23T02:59:04.194Z] #16 0.442 + ROOT=/device-can [2026-06-23T02:59:04.194Z] #16 0.442 + echo /device-can [2026-06-23T02:59:04.194Z] #16 0.442 + cd /device-can [2026-06-23T02:59:04.194Z] #16 0.442 + mkdir -p /device-can/build/release [2026-06-23T02:59:04.194Z] #16 0.442 /device-can [2026-06-23T02:59:04.194Z] #16 0.443 + cd /device-can/build/release [2026-06-23T02:59:04.194Z] #16 0.443 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/src [2026-06-23T02:59:04.194Z] #16 0.451 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T02:59:04.194Z] #16 0.451 Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T02:59:04.194Z] #16 0.451 CMake. [2026-06-23T02:59:04.194Z] #16 0.451 [2026-06-23T02:59:04.194Z] #16 0.451 Update the VERSION argument value. Or, use the ... syntax [2026-06-23T02:59:04.194Z] #16 0.451 to tell CMake that the project requires at least but has been updated [2026-06-23T02:59:04.194Z] #16 0.451 to work with policies introduced by or earlier. [2026-06-23T02:59:04.194Z] #16 0.451 [2026-06-23T02:59:04.194Z] #16 0.451 [2026-06-23T02:59:04.194Z] #16 0.520 -- The C compiler identification is GNU 14.2.0 [2026-06-23T02:59:04.194Z] #16 0.531 -- Detecting C compiler ABI info [2026-06-23T02:59:04.194Z] #16 0.623 -- Detecting C compiler ABI info - done [2026-06-23T02:59:04.452Z] #16 0.651 -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T02:59:04.452Z] #16 0.652 -- Detecting C compile features [2026-06-23T02:59:04.452Z] #16 0.652 -- Detecting C compile features - done [2026-06-23T02:59:04.452Z] #16 0.671 -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T02:59:04.452Z] #16 0.671 -- /opt/iotech/iot/1.6/include [2026-06-23T02:59:04.452Z] #16 0.673 -- Found LIBCSDK: /usr/lib/libcsdk.so [2026-06-23T02:59:04.452Z] #16 0.674 -- Configuring done (0.2s) [2026-06-23T02:59:04.452Z] #16 0.677 -- Generating done (0.0s) [2026-06-23T02:59:04.452Z] #16 0.678 -- Build files have been written to: /device-can/build/release [2026-06-23T02:59:04.452Z] #16 0.681 + make all [2026-06-23T02:59:04.452Z] #16 0.681 + tee release.log [2026-06-23T02:59:04.452Z] #16 0.722 [ 50%] Building C object CMakeFiles/device-can.dir/c/device-can.c.o [2026-06-23T02:59:04.710Z] #16 0.919 [100%] Linking C executable device-can [2026-06-23T02:59:04.710Z] #16 0.995 [100%] Built target device-can [2026-06-23T02:59:04.710Z] #16 DONE 1.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #17 [stage-1 6/11] COPY --from=builder /device-can/build/release/ / [2026-06-23T02:59:04.968Z] #17 DONE 0.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #18 [stage-1 7/11] COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2026-06-23T02:59:04.968Z] #18 DONE 0.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #19 [stage-1 8/11] COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk [2026-06-23T02:59:04.968Z] #19 DONE 0.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #20 [stage-1 9/11] COPY LICENSE /. [2026-06-23T02:59:04.968Z] #20 DONE 0.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #21 [stage-1 10/11] COPY Attribution.txt /. [2026-06-23T02:59:04.968Z] #21 DONE 0.0s [2026-06-23T02:59:04.968Z] [2026-06-23T02:59:04.968Z] #22 [stage-1 11/11] COPY res /res [2026-06-23T02:59:04.968Z] #22 DONE 0.0s [2026-06-23T02:59:05.226Z] [2026-06-23T02:59:05.226Z] #23 exporting to image [2026-06-23T02:59:05.226Z] #23 exporting layers [2026-06-23T02:59:05.226Z] #23 exporting layers 0.3s done [2026-06-23T02:59:05.488Z] #23 writing image sha256:dc82e920db2c36862b07ef01c802fbfa0b9ec0583ea0b72b04368f99ac79a8f7 done [2026-06-23T02:59:05.488Z] #23 naming to docker.io/library/device-can done [2026-06-23T02:59:05.488Z] #23 DONE 0.3s [2026-06-23T02:59:05.488Z] [2026-06-23T02:59:05.488Z] 1 warning found (use docker --debug to expand): [2026-06-23T02:59:05.488Z]  - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 34) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T02:59:05.633Z] provisioning config files... [2026-06-23T02:59:05.642Z] copy managed file [device-can-settings] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config4994308289309393994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T02:59:05.940Z] ---> ****-login.sh [2026-06-23T02:59:05.940Z] nexus3.edgexfoundry.org:10001 [2026-06-23T02:59:05.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:59:05.940Z] Login Succeeded [2026-06-23T02:59:05.940Z] nexus3.edgexfoundry.org:10002 [2026-06-23T02:59:05.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:59:05.940Z] Login Succeeded [2026-06-23T02:59:05.940Z] nexus3.edgexfoundry.org:10003 [2026-06-23T02:59:05.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:59:06.198Z] Login Succeeded [2026-06-23T02:59:06.198Z] nexus3.edgexfoundry.org:10004 [2026-06-23T02:59:06.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:59:06.198Z] Login Succeeded [2026-06-23T02:59:06.198Z] ****.io [2026-06-23T02:59:06.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T02:59:06.457Z] Login Succeeded [2026-06-23T02:59:06.457Z] ---> ****-login.sh ends [Pipeline] } [2026-06-23T02:59:06.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-06-23T02:59:06.510Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T02:59:06.543Z] [edgeXDocker.push] Tagging docker image device-can with the following tags: [2026-06-23T02:59:06.543Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T02:59:06.543Z] latest [2026-06-23T02:59:06.543Z] 4.1.0-dev.1 [2026-06-23T02:59:06.543Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T02:59:06.543Z] main [2026-06-23T02:59:06.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:06.924Z] + docker tag device-can nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:07.252Z] + docker push nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T02:59:07.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can] [2026-06-23T02:59:07.252Z] d61266d9f0e6: Preparing [2026-06-23T02:59:07.252Z] 4c5067e95dfc: Preparing [2026-06-23T02:59:07.252Z] a942d87d39e4: Preparing [2026-06-23T02:59:07.252Z] fc886cc79d35: Preparing [2026-06-23T02:59:07.252Z] ef0fcda5c8e3: Preparing [2026-06-23T02:59:07.252Z] e558869d6587: Preparing [2026-06-23T02:59:07.252Z] 544d0bc4cc67: Preparing [2026-06-23T02:59:07.252Z] c3928fda0e93: Preparing [2026-06-23T02:59:07.252Z] 4d09c472fa50: Preparing [2026-06-23T02:59:07.252Z] dbf07669a8a7: Preparing [2026-06-23T02:59:07.252Z] 0854555d70ac: Preparing [2026-06-23T02:59:07.252Z] e558869d6587: Waiting [2026-06-23T02:59:07.252Z] 544d0bc4cc67: Waiting [2026-06-23T02:59:07.252Z] c3928fda0e93: Waiting [2026-06-23T02:59:07.252Z] 4d09c472fa50: Waiting [2026-06-23T02:59:07.252Z] dbf07669a8a7: Waiting [2026-06-23T02:59:07.252Z] 0854555d70ac: Waiting [2026-06-23T02:59:07.252Z] 4c5067e95dfc: Pushed [2026-06-23T02:59:07.252Z] fc886cc79d35: Pushed [2026-06-23T02:59:07.252Z] d61266d9f0e6: Pushed [2026-06-23T02:59:07.252Z] a942d87d39e4: Pushed [2026-06-23T02:59:07.252Z] ef0fcda5c8e3: Pushed [2026-06-23T02:59:07.252Z] e558869d6587: Pushed [2026-06-23T02:59:07.511Z] 0854555d70ac: Layer already exists [2026-06-23T02:59:07.511Z] 4d09c472fa50: Pushed [2026-06-23T02:59:07.511Z] dbf07669a8a7: Pushed [2026-06-23T02:59:07.511Z] 544d0bc4cc67: Pushed [2026-06-23T02:59:10.332Z] c3928fda0e93: Pushed [2026-06-23T02:59:10.332Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a: digest: sha256:dd26688b08d2a214fdaa88b48faebb00670957ce6a9a582d6a7ffed90a2970f9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:10.852Z] + docker tag device-can nexus3.edgexfoundry.org:10004/device-can:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:11.414Z] + docker push nexus3.edgexfoundry.org:10004/device-can:latest [2026-06-23T02:59:11.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can] [2026-06-23T02:59:11.414Z] d61266d9f0e6: Preparing [2026-06-23T02:59:11.414Z] 4c5067e95dfc: Preparing [2026-06-23T02:59:11.414Z] a942d87d39e4: Preparing [2026-06-23T02:59:11.414Z] fc886cc79d35: Preparing [2026-06-23T02:59:11.414Z] ef0fcda5c8e3: Preparing [2026-06-23T02:59:11.414Z] e558869d6587: Preparing [2026-06-23T02:59:11.414Z] 544d0bc4cc67: Preparing [2026-06-23T02:59:11.414Z] c3928fda0e93: Preparing [2026-06-23T02:59:11.414Z] 4d09c472fa50: Preparing [2026-06-23T02:59:11.414Z] dbf07669a8a7: Preparing [2026-06-23T02:59:11.414Z] 0854555d70ac: Preparing [2026-06-23T02:59:11.414Z] 544d0bc4cc67: Waiting [2026-06-23T02:59:11.414Z] c3928fda0e93: Waiting [2026-06-23T02:59:11.414Z] 4d09c472fa50: Waiting [2026-06-23T02:59:11.414Z] dbf07669a8a7: Waiting [2026-06-23T02:59:11.414Z] e558869d6587: Waiting [2026-06-23T02:59:11.414Z] 0854555d70ac: Waiting [2026-06-23T02:59:11.414Z] 4c5067e95dfc: Layer already exists [2026-06-23T02:59:11.414Z] fc886cc79d35: Layer already exists [2026-06-23T02:59:11.414Z] d61266d9f0e6: Layer already exists [2026-06-23T02:59:11.414Z] a942d87d39e4: Layer already exists [2026-06-23T02:59:11.414Z] ef0fcda5c8e3: Layer already exists [2026-06-23T02:59:11.414Z] e558869d6587: Layer already exists [2026-06-23T02:59:11.414Z] 544d0bc4cc67: Layer already exists [2026-06-23T02:59:11.414Z] 4d09c472fa50: Layer already exists [2026-06-23T02:59:11.414Z] dbf07669a8a7: Layer already exists [2026-06-23T02:59:11.414Z] c3928fda0e93: Layer already exists [2026-06-23T02:59:11.414Z] 0854555d70ac: Layer already exists [2026-06-23T02:59:11.414Z] latest: digest: sha256:dd26688b08d2a214fdaa88b48faebb00670957ce6a9a582d6a7ffed90a2970f9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:11.922Z] + docker tag device-can nexus3.edgexfoundry.org:10004/device-can:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:12.245Z] + docker push nexus3.edgexfoundry.org:10004/device-can:4.1.0-dev.1 [2026-06-23T02:59:12.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can] [2026-06-23T02:59:12.245Z] d61266d9f0e6: Preparing [2026-06-23T02:59:12.245Z] 4c5067e95dfc: Preparing [2026-06-23T02:59:12.245Z] a942d87d39e4: Preparing [2026-06-23T02:59:12.245Z] fc886cc79d35: Preparing [2026-06-23T02:59:12.245Z] ef0fcda5c8e3: Preparing [2026-06-23T02:59:12.245Z] e558869d6587: Preparing [2026-06-23T02:59:12.245Z] 544d0bc4cc67: Preparing [2026-06-23T02:59:12.245Z] c3928fda0e93: Preparing [2026-06-23T02:59:12.245Z] 4d09c472fa50: Preparing [2026-06-23T02:59:12.245Z] dbf07669a8a7: Preparing [2026-06-23T02:59:12.245Z] 0854555d70ac: Preparing [2026-06-23T02:59:12.245Z] e558869d6587: Waiting [2026-06-23T02:59:12.245Z] 4d09c472fa50: Waiting [2026-06-23T02:59:12.245Z] 544d0bc4cc67: Waiting [2026-06-23T02:59:12.245Z] dbf07669a8a7: Waiting [2026-06-23T02:59:12.245Z] 0854555d70ac: Waiting [2026-06-23T02:59:12.245Z] c3928fda0e93: Waiting [2026-06-23T02:59:12.245Z] 4c5067e95dfc: Layer already exists [2026-06-23T02:59:12.245Z] a942d87d39e4: Layer already exists [2026-06-23T02:59:12.245Z] d61266d9f0e6: Layer already exists [2026-06-23T02:59:12.245Z] fc886cc79d35: Layer already exists [2026-06-23T02:59:12.245Z] ef0fcda5c8e3: Layer already exists [2026-06-23T02:59:12.245Z] e558869d6587: Layer already exists [2026-06-23T02:59:12.245Z] 544d0bc4cc67: Layer already exists [2026-06-23T02:59:12.245Z] 4d09c472fa50: Layer already exists [2026-06-23T02:59:12.245Z] c3928fda0e93: Layer already exists [2026-06-23T02:59:12.245Z] dbf07669a8a7: Layer already exists [2026-06-23T02:59:12.245Z] 0854555d70ac: Layer already exists [2026-06-23T02:59:12.245Z] 4.1.0-dev.1: digest: sha256:dd26688b08d2a214fdaa88b48faebb00670957ce6a9a582d6a7ffed90a2970f9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:12.888Z] + docker tag device-can nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:13.463Z] + docker push nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T02:59:13.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can] [2026-06-23T02:59:13.463Z] d61266d9f0e6: Preparing [2026-06-23T02:59:13.463Z] 4c5067e95dfc: Preparing [2026-06-23T02:59:13.463Z] a942d87d39e4: Preparing [2026-06-23T02:59:13.463Z] fc886cc79d35: Preparing [2026-06-23T02:59:13.463Z] ef0fcda5c8e3: Preparing [2026-06-23T02:59:13.463Z] e558869d6587: Preparing [2026-06-23T02:59:13.463Z] 544d0bc4cc67: Preparing [2026-06-23T02:59:13.463Z] c3928fda0e93: Preparing [2026-06-23T02:59:13.463Z] 4d09c472fa50: Preparing [2026-06-23T02:59:13.463Z] dbf07669a8a7: Preparing [2026-06-23T02:59:13.463Z] 0854555d70ac: Preparing [2026-06-23T02:59:13.463Z] e558869d6587: Waiting [2026-06-23T02:59:13.463Z] 544d0bc4cc67: Waiting [2026-06-23T02:59:13.463Z] dbf07669a8a7: Waiting [2026-06-23T02:59:13.463Z] 4d09c472fa50: Waiting [2026-06-23T02:59:13.463Z] c3928fda0e93: Waiting [2026-06-23T02:59:13.463Z] 0854555d70ac: Waiting [2026-06-23T02:59:13.463Z] a942d87d39e4: Layer already exists [2026-06-23T02:59:13.463Z] ef0fcda5c8e3: Layer already exists [2026-06-23T02:59:13.463Z] fc886cc79d35: Layer already exists [2026-06-23T02:59:13.463Z] 4c5067e95dfc: Layer already exists [2026-06-23T02:59:13.463Z] d61266d9f0e6: Layer already exists [2026-06-23T02:59:13.463Z] e558869d6587: Layer already exists [2026-06-23T02:59:13.463Z] 4d09c472fa50: Layer already exists [2026-06-23T02:59:13.463Z] 544d0bc4cc67: Layer already exists [2026-06-23T02:59:13.463Z] dbf07669a8a7: Layer already exists [2026-06-23T02:59:13.463Z] c3928fda0e93: Layer already exists [2026-06-23T02:59:13.463Z] 0854555d70ac: Layer already exists [2026-06-23T02:59:13.463Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1: digest: sha256:dd26688b08d2a214fdaa88b48faebb00670957ce6a9a582d6a7ffed90a2970f9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:14.131Z] + docker tag device-can nexus3.edgexfoundry.org:10004/device-can:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:14.606Z] + docker push nexus3.edgexfoundry.org:10004/device-can:main [2026-06-23T02:59:14.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can] [2026-06-23T02:59:14.606Z] d61266d9f0e6: Preparing [2026-06-23T02:59:14.606Z] 4c5067e95dfc: Preparing [2026-06-23T02:59:14.606Z] a942d87d39e4: Preparing [2026-06-23T02:59:14.606Z] fc886cc79d35: Preparing [2026-06-23T02:59:14.606Z] ef0fcda5c8e3: Preparing [2026-06-23T02:59:14.606Z] e558869d6587: Preparing [2026-06-23T02:59:14.606Z] 544d0bc4cc67: Preparing [2026-06-23T02:59:14.606Z] c3928fda0e93: Preparing [2026-06-23T02:59:14.606Z] 4d09c472fa50: Preparing [2026-06-23T02:59:14.606Z] dbf07669a8a7: Preparing [2026-06-23T02:59:14.606Z] 0854555d70ac: Preparing [2026-06-23T02:59:14.606Z] 544d0bc4cc67: Waiting [2026-06-23T02:59:14.606Z] c3928fda0e93: Waiting [2026-06-23T02:59:14.606Z] 4d09c472fa50: Waiting [2026-06-23T02:59:14.606Z] dbf07669a8a7: Waiting [2026-06-23T02:59:14.606Z] 0854555d70ac: Waiting [2026-06-23T02:59:14.606Z] e558869d6587: Waiting [2026-06-23T02:59:14.606Z] fc886cc79d35: Layer already exists [2026-06-23T02:59:14.606Z] d61266d9f0e6: Layer already exists [2026-06-23T02:59:14.606Z] ef0fcda5c8e3: Layer already exists [2026-06-23T02:59:14.606Z] 4c5067e95dfc: Layer already exists [2026-06-23T02:59:14.606Z] a942d87d39e4: Layer already exists [2026-06-23T02:59:14.606Z] e558869d6587: Layer already exists [2026-06-23T02:59:14.606Z] c3928fda0e93: Layer already exists [2026-06-23T02:59:14.606Z] 4d09c472fa50: Layer already exists [2026-06-23T02:59:14.606Z] 544d0bc4cc67: Layer already exists [2026-06-23T02:59:14.606Z] dbf07669a8a7: Layer already exists [2026-06-23T02:59:14.606Z] 0854555d70ac: Layer already exists [2026-06-23T02:59:14.606Z] main: digest: sha256:dd26688b08d2a214fdaa88b48faebb00670957ce6a9a582d6a7ffed90a2970f9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-06-23T02:59:14.676Z] ===================================================== [Pipeline] echo [2026-06-23T02:59:14.689Z] taggedImages: [2026-06-23T02:59:14.689Z] - nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T02:59:14.689Z] - nexus3.edgexfoundry.org:10004/device-can:latest [2026-06-23T02:59:14.689Z] - nexus3.edgexfoundry.org:10004/device-can:4.1.0-dev.1 [2026-06-23T02:59:14.689Z] - nexus3.edgexfoundry.org:10004/device-can:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T02:59:14.689Z] - nexus3.edgexfoundry.org:10004/device-can:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:15.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-23T02:59:15.405Z] [2026-06-23T02:59:15.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T02:59:15.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-23T02:59:15.815Z] latest: Pulling from edgex-lftools-log-publisher [2026-06-23T02:59:15.815Z] 5eb5b503b376: Pulling fs layer [2026-06-23T02:59:15.815Z] 5c69ac0246d0: Pulling fs layer [2026-06-23T02:59:15.815Z] ec43610c2a17: Pulling fs layer [2026-06-23T02:59:15.815Z] 3a2ae6a8a46f: Pulling fs layer [2026-06-23T02:59:15.815Z] 33b1e0a273af: Pulling fs layer [2026-06-23T02:59:15.815Z] 5d3b04190fa2: Pulling fs layer [2026-06-23T02:59:15.815Z] 2f39f015ded8: Pulling fs layer [2026-06-23T02:59:15.815Z] 3a2ae6a8a46f: Waiting [2026-06-23T02:59:15.815Z] 33b1e0a273af: Waiting [2026-06-23T02:59:15.815Z] 5d3b04190fa2: Waiting [2026-06-23T02:59:15.815Z] 2f39f015ded8: Waiting [2026-06-23T02:59:15.815Z] 5c69ac0246d0: Verifying Checksum [2026-06-23T02:59:15.815Z] 5c69ac0246d0: Download complete [2026-06-23T02:59:15.815Z] 3a2ae6a8a46f: Download complete [2026-06-23T02:59:15.815Z] 33b1e0a273af: Download complete [2026-06-23T02:59:15.815Z] 5d3b04190fa2: Download complete [2026-06-23T02:59:15.815Z] ec43610c2a17: Verifying Checksum [2026-06-23T02:59:15.815Z] ec43610c2a17: Download complete [2026-06-23T02:59:16.080Z] 5eb5b503b376: Verifying Checksum [2026-06-23T02:59:16.080Z] 5eb5b503b376: Download complete [2026-06-23T02:59:17.100Z] 2f39f015ded8: Verifying Checksum [2026-06-23T02:59:17.101Z] 2f39f015ded8: Download complete [2026-06-23T02:59:17.683Z] 5eb5b503b376: Pull complete [2026-06-23T02:59:17.943Z] 5c69ac0246d0: Pull complete [2026-06-23T02:59:18.514Z] ec43610c2a17: Pull complete [2026-06-23T02:59:18.514Z] 3a2ae6a8a46f: Pull complete [2026-06-23T02:59:18.772Z] 33b1e0a273af: Pull complete [2026-06-23T02:59:18.772Z] 5d3b04190fa2: Pull complete [2026-06-23T02:59:27.125Z] 2f39f015ded8: Pull complete [2026-06-23T02:59:27.125Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-06-23T02:59:27.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-23T02:59:27.125Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T02:59:27.422Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T02:59:27.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-06-23T02:59:30.090Z] $ docker top 7494181dfe0ebd986d53013cc0a71510844be5ac57eb6b4dc4e07dd6d7a71cb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T02:59:30.653Z] ---> job-cost.sh [2026-06-23T02:59:30.653Z] lf-activate-venv: SKIPPING [2026-06-23T02:59:30.653Z] INFO: No Stack... [2026-06-23T02:59:30.913Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-06-23T02:59:31.172Z] INFO: Archiving Costs [Pipeline] sh [2026-06-23T02:59:31.478Z] + cat /w/workspace/edgexfoundry_device-can_main/archives/cost.csv [2026-06-23T02:59:31.478Z] + cut -d, -f6 [Pipeline] lock [2026-06-23T02:59:31.493Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [2026-06-23T02:59:31.502Z] Resource [jenkins-edgexfoundry-device-can-main-6-stack-cost] did not exist. Created. [2026-06-23T02:59:31.508Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-06-23T02:59:31.920Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-06-23T02:59:31.974Z] Stashed 1 file(s) [Pipeline] } [2026-06-23T02:59:31.983Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [Pipeline] // lock [Pipeline] } [2026-06-23T02:59:32.015Z] $ docker stop --time=1 7494181dfe0ebd986d53013cc0a71510844be5ac57eb6b4dc4e07dd6d7a71cb9 [2026-06-23T02:59:33.163Z] $ docker rm -f --volumes 7494181dfe0ebd986d53013cc0a71510844be5ac57eb6b4dc4e07dd6d7a71cb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-06-23T03:01:01.058Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-13709 in /w/workspace/edgexfoundry_device-can_main [Pipeline] { [Pipeline] ws [2026-06-23T03:01:01.080Z] Running in /w/workspace/device-can/6 [Pipeline] { [Pipeline] checkout [2026-06-23T03:01:01.159Z] Selected Git installation does not exist. Using Default [2026-06-23T03:01:01.159Z] The recommended git tool is: NONE [2026-06-23T03:01:07.617Z] using credential edgex-jenkins-ssh [2026-06-23T03:01:07.644Z] Cloning the remote Git repository [2026-06-23T03:01:07.702Z] Cloning repository git@github.com:edgexfoundry/device-can.git [2026-06-23T03:01:07.816Z] > git init /w/workspace/device-can/6 # timeout=10 [2026-06-23T03:01:07.994Z] Fetching upstream changes from git@github.com:edgexfoundry/device-can.git [2026-06-23T03:01:07.996Z] > git --version # timeout=10 [2026-06-23T03:01:08.022Z] > git --version # 'git version 2.25.1' [2026-06-23T03:01:08.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-06-23T03:01:08.209Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-can.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-06-23T03:01:12.481Z] > git config remote.origin.url git@github.com:edgexfoundry/device-can.git # timeout=10 [2026-06-23T03:01:12.517Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-06-23T03:01:13.385Z] Avoid second fetch [2026-06-23T03:01:13.386Z] Checking out Revision aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a (main) [2026-06-23T03:01:14.011Z] Commit message: "Merge pull request #31 from iain-anderson/c-sdk-version" [2026-06-23T03:01:13.405Z] > git config core.sparsecheckout # timeout=10 [2026-06-23T03:01:13.467Z] > git checkout -f aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T03:01:18.461Z] provisioning config files... [2026-06-23T03:01:18.489Z] copy managed file [device-can-settings] to file:/w/workspace/device-can/6@tmp/config17863128039074247247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:01:19.143Z] ---> ****-login.sh [2026-06-23T03:01:19.143Z] nexus3.edgexfoundry.org:10001 [2026-06-23T03:01:19.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:01:19.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:01:19.694Z] Configure a credential helper to remove this warning. See [2026-06-23T03:01:19.694Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:01:19.694Z] [2026-06-23T03:01:19.694Z] Login Succeeded [2026-06-23T03:01:19.694Z] nexus3.edgexfoundry.org:10002 [2026-06-23T03:01:19.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:01:19.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:01:19.966Z] Configure a credential helper to remove this warning. See [2026-06-23T03:01:19.966Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:01:19.966Z] [2026-06-23T03:01:19.966Z] Login Succeeded [2026-06-23T03:01:19.966Z] nexus3.edgexfoundry.org:10003 [2026-06-23T03:01:20.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:01:20.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:01:20.513Z] Configure a credential helper to remove this warning. See [2026-06-23T03:01:20.513Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:01:20.513Z] [2026-06-23T03:01:20.513Z] Login Succeeded [2026-06-23T03:01:20.513Z] nexus3.edgexfoundry.org:10004 [2026-06-23T03:01:20.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:01:20.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:01:20.782Z] Configure a credential helper to remove this warning. See [2026-06-23T03:01:20.782Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:01:20.782Z] [2026-06-23T03:01:20.782Z] Login Succeeded [2026-06-23T03:01:20.782Z] ****.io [2026-06-23T03:01:21.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:01:21.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:01:21.321Z] Configure a credential helper to remove this warning. See [2026-06-23T03:01:21.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:01:21.321Z] [2026-06-23T03:01:21.321Z] Login Succeeded [2026-06-23T03:01:21.321Z] ---> ****-login.sh ends [Pipeline] } [2026-06-23T03:01:21.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2026-06-23T03:01:21.654Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T03:01:21.675Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2026-06-23T03:01:21.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T03:01:21.713Z] ========================================================= [2026-06-23T03:01:21.713Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2026-06-23T03:01:21.713Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:01:22.070Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2026-06-23T03:01:22.071Z] Sending build context to Docker daemon 239.6kB [2026-06-23T03:01:22.339Z] Step 1/12 : ARG BASE_TEMPORARY=alpine:3.22 [2026-06-23T03:01:22.339Z] Step 2/12 : FROM ${BASE_TEMPORARY} [2026-06-23T03:01:22.931Z] 3.22: Pulling from library/alpine [2026-06-23T03:01:22.931Z] 738128faa30f: Pulling fs layer [2026-06-23T03:01:23.525Z] 738128faa30f: Verifying Checksum [2026-06-23T03:01:23.525Z] 738128faa30f: Download complete [2026-06-23T03:01:24.119Z] 738128faa30f: Pull complete [2026-06-23T03:01:24.119Z] Digest: sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-06-23T03:01:24.119Z] Status: Downloaded newer image for alpine:3.22 [2026-06-23T03:01:24.119Z] ---> 2c15e55df5d6 [2026-06-23T03:01:24.119Z] 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 [2026-06-23T03:01:24.119Z] ---> Running in c8d3adf528eb [2026-06-23T03:01:25.544Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2026-06-23T03:01:25.816Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-06-23T03:01:25.816Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-06-23T03:01:25.816Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-06-23T03:01:26.795Z] Removing intermediate container c8d3adf528eb [2026-06-23T03:01:26.795Z] ---> 1d8d494dcc79 [2026-06-23T03:01:26.795Z] Step 4/12 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2026-06-23T03:01:26.795Z] ---> Running in 3bf5a35f70a9 [2026-06-23T03:01:28.230Z] Removing intermediate container 3bf5a35f70a9 [2026-06-23T03:01:28.230Z] ---> f5388bcb8f00 [2026-06-23T03:01:28.230Z] 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.6-dev dumb-init [2026-06-23T03:01:28.499Z] ---> Running in a7a206171e50 [2026-06-23T03:01:29.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:01:29.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-06-23T03:01:30.717Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:01:31.732Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T03:01:32.003Z] (1/98) Installing libgcc (14.2.0-r6) [2026-06-23T03:01:32.003Z] (2/98) Installing jansson (2.14.1-r0) [2026-06-23T03:01:32.003Z] (3/98) Installing libstdc++ (14.2.0-r6) [2026-06-23T03:01:32.003Z] (4/98) Installing zstd-libs (1.5.7-r0) [2026-06-23T03:01:32.003Z] (5/98) Installing binutils (2.44-r3) [2026-06-23T03:01:32.605Z] (6/98) Installing libmagic (5.46-r2) [2026-06-23T03:01:32.605Z] (7/98) Installing file (5.46-r2) [2026-06-23T03:01:32.605Z] (8/98) Installing libgomp (14.2.0-r6) [2026-06-23T03:01:32.605Z] (9/98) Installing libatomic (14.2.0-r6) [2026-06-23T03:01:32.605Z] (10/98) Installing gmp (6.3.0-r3) [2026-06-23T03:01:32.605Z] (11/98) Installing isl26 (0.26-r1) [2026-06-23T03:01:32.605Z] (12/98) Installing mpfr4 (4.2.1_p1-r0) [2026-06-23T03:01:32.605Z] (13/98) Installing mpc1 (1.3.1-r1) [2026-06-23T03:01:32.605Z] (14/98) Installing gcc (14.2.0-r6) [2026-06-23T03:01:36.005Z] (15/98) Installing libstdc++-dev (14.2.0-r6) [2026-06-23T03:01:36.276Z] (16/98) Installing musl-dev (1.2.5-r12) [2026-06-23T03:01:36.627Z] (17/98) Installing g++ (14.2.0-r6) [2026-06-23T03:01:37.593Z] (18/98) Installing make (4.4.1-r3) [2026-06-23T03:01:37.593Z] (19/98) Installing fortify-headers (1.1-r5) [2026-06-23T03:01:37.593Z] (20/98) Installing patch (2.8-r0) [2026-06-23T03:01:37.593Z] (21/98) Installing build-base (0.5-r3) [2026-06-23T03:01:37.593Z] (22/98) Installing acl-libs (2.3.2-r1) [2026-06-23T03:01:37.593Z] (23/98) Installing libbz2 (1.0.8-r6) [2026-06-23T03:01:37.593Z] (24/98) Installing libexpat (2.8.1-r0) [2026-06-23T03:01:37.593Z] (25/98) Installing lz4-libs (1.10.0-r0) [2026-06-23T03:01:37.593Z] (26/98) Installing xz-libs (5.8.3-r0) [2026-06-23T03:01:37.593Z] (27/98) Installing libarchive (3.8.3-r0) [2026-06-23T03:01:37.593Z] (28/98) Installing rhash-libs (1.4.5-r0) [2026-06-23T03:01:37.593Z] (29/98) Installing libuv (1.51.0-r0) [2026-06-23T03:01:37.593Z] (30/98) Installing cmake (3.31.7-r1) [2026-06-23T03:01:40.196Z] (31/98) Installing brotli-libs (1.1.0-r2) [2026-06-23T03:01:40.196Z] (32/98) Installing brotli (1.1.0-r2) [2026-06-23T03:01:40.196Z] (33/98) Installing pkgconf (2.4.3-r0) [2026-06-23T03:01:40.196Z] (34/98) Installing brotli-dev (1.1.0-r2) [2026-06-23T03:01:40.196Z] (35/98) Installing c-ares (1.34.6-r0) [2026-06-23T03:01:40.196Z] (36/98) Installing c-ares-dev (1.34.6-r0) [2026-06-23T03:01:40.473Z] (37/98) Installing libunistring (1.3-r0) [2026-06-23T03:01:40.473Z] (38/98) Installing libidn2 (2.3.7-r0) [2026-06-23T03:01:40.473Z] (39/98) Installing libidn2-dev (2.3.7-r0) [2026-06-23T03:01:40.741Z] (40/98) Installing libpsl (0.21.5-r3) [2026-06-23T03:01:40.741Z] (41/98) Installing libpsl-utils (0.21.5-r3) [2026-06-23T03:01:40.741Z] (42/98) Installing libpsl-dev (0.21.5-r3) [2026-06-23T03:01:40.741Z] (43/98) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T03:01:40.741Z] (44/98) Installing nghttp2-dev (1.69.0-r0) [2026-06-23T03:01:40.741Z] (45/98) Installing openssl-dev (3.5.7-r0) [2026-06-23T03:01:41.010Z] (46/98) Installing zlib-dev (1.3.2-r0) [2026-06-23T03:01:41.010Z] (47/98) Installing zstd (1.5.7-r0) [2026-06-23T03:01:41.010Z] (48/98) Installing zstd-dev (1.5.7-r0) [2026-06-23T03:01:41.010Z] (49/98) Installing libcurl (8.14.1-r2) [2026-06-23T03:01:41.010Z] (50/98) Installing curl-dev (8.14.1-r2) [2026-06-23T03:01:41.010Z] (51/98) Installing dumb-init (1.2.5-r3) [2026-06-23T03:01:41.010Z] (52/98) Installing pcre2 (10.46-r0) [2026-06-23T03:01:41.010Z] (53/98) Installing git (2.49.1-r0) [2026-06-23T03:01:41.277Z] (54/98) Installing git-init-template (2.49.1-r0) [2026-06-23T03:01:41.277Z] (55/98) Installing hiredis (1.3.0-r0) [2026-06-23T03:01:41.544Z] (56/98) Installing hiredis-dev (1.3.0-r0) [2026-06-23T03:01:41.544Z] (57/98) Installing yaml (0.2.5-r2) [2026-06-23T03:01:41.544Z] (58/98) Installing libcbor (0.12.0-r0) [2026-06-23T03:01:41.811Z] (59/98) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T03:01:42.775Z] (60/98) Installing iotech-iot-1.6-dev (1.6.3-r0) [2026-06-23T03:01:42.775Z] (61/98) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T03:01:43.363Z] (62/98) Installing libcbor-dev (0.12.0-r0) [2026-06-23T03:01:43.363Z] (63/98) Installing nettle (3.10.2-r0) [2026-06-23T03:01:43.363Z] (64/98) Installing libffi (3.4.8-r0) [2026-06-23T03:01:43.363Z] (65/98) Installing libtasn1 (4.21.0-r0) [2026-06-23T03:01:43.363Z] (66/98) Installing p11-kit (0.25.5-r2) [2026-06-23T03:01:43.643Z] (67/98) Installing gnutls (3.8.13-r0) [2026-06-23T03:01:43.643Z] (68/98) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T03:01:43.643Z] (69/98) Installing gnutls-c++ (3.8.13-r0) [2026-06-23T03:01:43.643Z] (70/98) Installing libgmpxx (6.3.0-r3) [2026-06-23T03:01:43.643Z] (71/98) Installing gmp-dev (6.3.0-r3) [2026-06-23T03:01:43.643Z] (72/98) Installing nettle-dev (3.10.2-r0) [2026-06-23T03:01:43.914Z] (73/98) Installing libtasn1-progs (4.21.0-r0) [2026-06-23T03:01:43.914Z] (74/98) Installing libtasn1-dev (4.21.0-r0) [2026-06-23T03:01:44.183Z] (75/98) Installing p11-kit-dev (0.25.5-r2) [2026-06-23T03:01:44.183Z] (76/98) Installing gnutls-dev (3.8.13-r0) [2026-06-23T03:01:44.183Z] (77/98) Installing libmicrohttpd-dev (1.0.1-r1) [2026-06-23T03:01:44.452Z] (78/98) Installing linux-headers (6.14.2-r0) [2026-06-23T03:01:45.045Z] (79/98) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (80/98) Installing libncursesw (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (81/98) Installing libformw (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (82/98) Installing libmenuw (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (83/98) Installing libpanelw (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (84/98) Installing libncurses++ (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (85/98) Installing ncurses-dev (6.5_p20250503-r0) [2026-06-23T03:01:45.045Z] (86/98) Installing libeconf (0.6.3-r0) [2026-06-23T03:01:45.312Z] (87/98) Installing libblkid (2.41-r9) [2026-06-23T03:01:45.312Z] (88/98) Installing libuuid (2.41-r9) [2026-06-23T03:01:45.312Z] (89/98) Installing libfdisk (2.41-r9) [2026-06-23T03:01:45.312Z] (90/98) Installing sqlite-libs (3.49.2-r1) [2026-06-23T03:01:45.312Z] (91/98) Installing liblastlog2 (2.41-r9) [2026-06-23T03:01:45.312Z] (92/98) Installing libmount (2.41-r9) [2026-06-23T03:01:45.313Z] (93/98) Installing libsmartcols (2.41-r9) [2026-06-23T03:01:45.313Z] (94/98) Installing readline (8.2.13-r1) [2026-06-23T03:01:45.313Z] (95/98) Installing sqlite (3.49.2-r1) [2026-06-23T03:01:45.582Z] (96/98) Installing sqlite-dev (3.49.2-r1) [2026-06-23T03:01:45.582Z] (97/98) Installing util-linux-dev (2.41-r9) [2026-06-23T03:01:45.582Z] (98/98) Installing yaml-dev (0.2.5-r2) [2026-06-23T03:01:45.582Z] Executing busybox-1.37.0-r20.trigger [2026-06-23T03:01:45.582Z] OK: 319 MiB in 114 packages [2026-06-23T03:02:03.902Z] Removing intermediate container a7a206171e50 [2026-06-23T03:02:03.902Z] ---> a763cbb9cb82 [2026-06-23T03:02:03.902Z] Step 6/12 : RUN apk --no-cache upgrade [2026-06-23T03:02:03.902Z] ---> Running in e112ba3e74aa [2026-06-23T03:02:03.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:02:03.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-06-23T03:02:03.902Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:02:04.489Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T03:02:04.489Z] OK: 319 MiB in 114 packages [2026-06-23T03:02:05.460Z] Removing intermediate container e112ba3e74aa [2026-06-23T03:02:05.460Z] ---> 80fd2a941827 [2026-06-23T03:02:05.460Z] Step 7/12 : COPY scripts /device-can/scripts [2026-06-23T03:02:06.045Z] ---> 02f91ff21d44 [2026-06-23T03:02:06.045Z] Step 8/12 : COPY src /device-can/src/ [2026-06-23T03:02:10.334Z] ---> e7e3a6cb9860 [2026-06-23T03:02:10.334Z] Step 9/12 : COPY VERSION /device-can/ [2026-06-23T03:02:10.608Z] ---> ca587b740464 [2026-06-23T03:02:10.608Z] Step 10/12 : WORKDIR /device-can [2026-06-23T03:02:10.608Z] ---> Running in e918c2b027bb [2026-06-23T03:02:11.195Z] Removing intermediate container e918c2b027bb [2026-06-23T03:02:11.195Z] ---> e3bd2bd5b601 [2026-06-23T03:02:11.195Z] Step 11/12 : RUN /device-can/scripts/build_deps.sh 1 [2026-06-23T03:02:11.195Z] ---> Running in d7f0ce3a9273 [2026-06-23T03:02:12.156Z] + BUILD_CSDK=1 [2026-06-23T03:02:12.156Z] + CSDK_VERSION=4.0.2 [2026-06-23T03:02:12.156Z] + '[' -d deps ] [2026-06-23T03:02:12.156Z] + mkdir deps [2026-06-23T03:02:12.156Z] + cd /device-can/deps [2026-06-23T03:02:12.156Z] + '[' 1 '=' 1 ] [2026-06-23T03:02:12.156Z] + cd /device-can/deps [2026-06-23T03:02:12.156Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-06-23T03:02:12.156Z] Connecting to github.com (140.82.114.4:443) [2026-06-23T03:02:12.425Z] Connecting to codeload.github.com (140.82.112.9:443) [2026-06-23T03:02:12.695Z] saving to 'v4.0.2.zip' [2026-06-23T03:02:12.695Z] v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-06-23T03:02:12.695Z] 'v4.0.2.zip' saved [2026-06-23T03:02:12.695Z] + unzip v4.0.2.zip [2026-06-23T03:02:12.695Z] Archive: v4.0.2.zip [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/ [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/.github/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/.github/workflows/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/.gitignore [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/Attribution.txt [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/Doxyfile [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/LICENSE [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/Makefile [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/OWNERS.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/README.IOT.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/README.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/README.v3.md [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/docs/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/docs/startup.md [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/include/ [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/include/devsdk/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/include/edgex/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/scripts/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/src/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/src/c/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/api.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/command.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/command.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/config.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/config.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/data.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/data.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/device.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/device.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/src/c/examples/ [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-06-23T03:02:12.695Z] inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-06-23T03:02:12.695Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/map.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/map.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/service.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/service.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-06-23T03:02:12.964Z] creating: device-sdk-c-4.0.2/src/cmake/ [2026-06-23T03:02:12.964Z] inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-06-23T03:02:12.965Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-06-23T03:02:12.965Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-06-23T03:02:12.965Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-06-23T03:02:12.965Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-06-23T03:02:12.965Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-06-23T03:02:12.965Z] + cd device-sdk-c-4.0.2 [2026-06-23T03:02:12.965Z] + ./scripts/build.sh [2026-06-23T03:02:12.965Z] + CPPCHECK=false [2026-06-23T03:02:12.965Z] + DOCGEN=false [2026-06-23T03:02:12.965Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T03:02:12.965Z] + '[' 0 -gt 0 ] [2026-06-23T03:02:12.965Z] + readlink -f ./scripts/build.sh [2026-06-23T03:02:12.965Z] + dirname /device-can/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T03:02:12.965Z] + dirname /device-can/deps/device-sdk-c-4.0.2/scripts [2026-06-23T03:02:12.965Z] + ROOT=/device-can/deps/device-sdk-c-4.0.2 [2026-06-23T03:02:12.965Z] + cd /device-can/deps/device-sdk-c-4.0.2 [2026-06-23T03:02:12.965Z] + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:02:12.965Z] + cd /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:02:12.965Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T03:02:12.965Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:02:12.965Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:02:12.965Z] CMake. [2026-06-23T03:02:12.965Z] [2026-06-23T03:02:12.965Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:02:12.965Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:02:12.965Z] to work with policies introduced by or earlier. [2026-06-23T03:02:12.965Z] [2026-06-23T03:02:12.965Z] [2026-06-23T03:02:13.232Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:02:13.500Z] -- Detecting C compiler ABI info [2026-06-23T03:02:13.766Z] -- Detecting C compiler ABI info - done [2026-06-23T03:02:14.031Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:02:14.031Z] -- Detecting C compile features [2026-06-23T03:02:14.031Z] -- Detecting C compile features - done [2026-06-23T03:02:14.031Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T03:02:14.994Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T03:02:14.994Z] -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T03:02:14.994Z] -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T03:02:14.994Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T03:02:14.994Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T03:02:14.994Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:02:14.994Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:02:14.994Z] -- C SDK 0.0.0 for Linux [2026-06-23T03:02:14.994Z] -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T03:02:15.580Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T03:02:16.161Z] -- Found Curses: /usr/lib/libcurses.so [2026-06-23T03:02:16.161Z] -- Configuring done (3.2s) [2026-06-23T03:02:16.429Z] -- Generating done (0.3s) [2026-06-23T03:02:16.430Z] -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:02:16.430Z] + make all package [2026-06-23T03:02:16.430Z] + tee release.log [2026-06-23T03:02:16.697Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T03:02:18.102Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T03:02:19.087Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T03:02:20.498Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T03:02:21.085Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T03:02:21.357Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T03:02:21.357Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T03:02:21.357Z] 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T03:02:21.357Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:02:22.319Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T03:02:24.897Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T03:02:25.162Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T03:02:26.587Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T03:02:29.178Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T03:02:29.509Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T03:02:30.918Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T03:02:31.885Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T03:02:32.491Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T03:02:33.907Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T03:02:34.175Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T03:02:36.776Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T03:02:37.373Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T03:02:39.990Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T03:02:40.258Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T03:02:42.841Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T03:02:43.107Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T03:02:53.202Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T03:02:54.163Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T03:02:54.430Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T03:02:55.394Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T03:02:55.662Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T03:02:55.930Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T03:02:55.930Z] 547 | bool edgex_rest_server_register_handler [2026-06-23T03:02:55.930Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:02:55.930Z] In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T03:02:55.930Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T03:02:55.930Z] 24 | extern bool edgex_rest_server_register_handler [2026-06-23T03:02:55.930Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:02:57.894Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T03:03:00.474Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T03:03:00.739Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T03:03:01.700Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T03:03:02.658Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T03:03:06.948Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T03:03:08.363Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T03:03:08.630Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T03:03:09.212Z] [ 69%] Linking C shared library libcsdk.so [2026-06-23T03:03:09.478Z] [ 69%] Built target csdk [2026-06-23T03:03:09.743Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T03:03:10.703Z] [ 73%] Linking C executable template [2026-06-23T03:03:10.970Z] [ 73%] Built target template [2026-06-23T03:03:11.237Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T03:03:11.822Z] [ 76%] Linking C executable device-counter [2026-06-23T03:03:12.095Z] [ 76%] Built target device-counter [2026-06-23T03:03:12.095Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T03:03:13.066Z] [ 80%] Linking C executable device-random [2026-06-23T03:03:13.352Z] [ 80%] Built target device-random [2026-06-23T03:03:13.352Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T03:03:13.936Z] [ 84%] Linking C executable device-gyro [2026-06-23T03:03:14.203Z] [ 84%] Built target device-gyro [2026-06-23T03:03:14.203Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T03:03:15.163Z] [ 88%] Linking C executable device-bitfields [2026-06-23T03:03:15.432Z] [ 88%] Built target device-bitfields [2026-06-23T03:03:15.432Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T03:03:16.849Z] [ 92%] Linking C executable template-discovery [2026-06-23T03:03:17.121Z] [ 92%] Built target template-discovery [2026-06-23T03:03:17.121Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T03:03:18.088Z] [ 96%] Linking C executable device-file [2026-06-23T03:03:18.355Z] [ 96%] Built target device-file [2026-06-23T03:03:18.634Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T03:03:19.230Z] [100%] Linking C executable device-terminal [2026-06-23T03:03:19.816Z] [100%] Built target device-terminal [2026-06-23T03:03:19.816Z] Run CPack packaging tool... [2026-06-23T03:03:19.816Z] CPack: Create package using TGZ [2026-06-23T03:03:19.816Z] CPack: Install projects [2026-06-23T03:03:19.816Z] CPack: - Run preinstall target for: Csdk [2026-06-23T03:03:20.909Z] CPack: - Install project: Csdk [] [2026-06-23T03:03:20.909Z] CPack: Create package [2026-06-23T03:03:21.201Z] CPack: - package: /device-can/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-06-23T03:03:21.201Z] + '[' false '=' true ] [2026-06-23T03:03:21.201Z] + '[' false '=' true ] [2026-06-23T03:03:21.201Z] + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:03:21.201Z] + cd /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:03:21.201Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T03:03:21.201Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:03:21.201Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:03:21.201Z] CMake. [2026-06-23T03:03:21.201Z] [2026-06-23T03:03:21.201Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:03:21.201Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:03:21.201Z] to work with policies introduced by or earlier. [2026-06-23T03:03:21.201Z] [2026-06-23T03:03:21.201Z] [2026-06-23T03:03:21.476Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:03:21.751Z] -- Detecting C compiler ABI info [2026-06-23T03:03:22.023Z] -- Detecting C compiler ABI info - done [2026-06-23T03:03:22.302Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:03:22.302Z] -- Detecting C compile features [2026-06-23T03:03:22.302Z] -- Detecting C compile features - done [2026-06-23T03:03:22.302Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T03:03:23.311Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T03:03:23.311Z] -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T03:03:23.311Z] -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T03:03:23.311Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T03:03:23.311Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T03:03:23.311Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:03:23.311Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:03:23.311Z] -- C SDK 0.0.0 for Linux [2026-06-23T03:03:23.311Z] -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T03:03:23.910Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T03:03:24.500Z] -- Found Curses: /usr/lib/libcurses.so [2026-06-23T03:03:24.500Z] -- Configuring done (3.4s) [2026-06-23T03:03:24.773Z] -- Generating done (0.3s) [2026-06-23T03:03:24.773Z] -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:03:24.773Z] + make [2026-06-23T03:03:24.773Z] + tee debug.log [2026-06-23T03:03:25.041Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T03:03:25.628Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T03:03:26.213Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T03:03:26.797Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T03:03:27.064Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T03:03:27.331Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T03:03:27.331Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T03:03:27.331Z] 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T03:03:27.331Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:03:27.915Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T03:03:28.878Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T03:03:28.878Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T03:03:29.463Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T03:03:30.424Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T03:03:30.691Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T03:03:31.289Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T03:03:31.556Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T03:03:32.138Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T03:03:32.406Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T03:03:32.672Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T03:03:33.635Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T03:03:33.901Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T03:03:34.869Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T03:03:34.869Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T03:03:35.829Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T03:03:36.094Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T03:03:37.500Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T03:03:38.082Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T03:03:38.082Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T03:03:38.667Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T03:03:38.941Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T03:03:39.208Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T03:03:39.208Z] 547 | bool edgex_rest_server_register_handler [2026-06-23T03:03:39.208Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:03:39.208Z] In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T03:03:39.208Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T03:03:39.208Z] 24 | extern bool edgex_rest_server_register_handler [2026-06-23T03:03:39.208Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:03:39.475Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T03:03:41.419Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T03:03:41.685Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T03:03:42.270Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T03:03:42.537Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T03:03:43.948Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T03:03:44.214Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T03:03:44.481Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T03:03:45.065Z] [ 69%] Linking C shared library libcsdk.so [2026-06-23T03:03:45.331Z] [ 69%] Built target csdk [2026-06-23T03:03:45.331Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T03:03:45.598Z] [ 73%] Linking C executable template [2026-06-23T03:03:46.179Z] [ 73%] Built target template [2026-06-23T03:03:46.179Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T03:03:46.446Z] [ 76%] Linking C executable device-counter [2026-06-23T03:03:47.028Z] [ 76%] Built target device-counter [2026-06-23T03:03:47.028Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T03:03:47.295Z] [ 80%] Linking C executable device-random [2026-06-23T03:03:47.877Z] [ 80%] Built target device-random [2026-06-23T03:03:47.877Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T03:03:48.144Z] [ 84%] Linking C executable device-gyro [2026-06-23T03:03:48.413Z] [ 84%] Built target device-gyro [2026-06-23T03:03:48.413Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T03:03:48.997Z] [ 88%] Linking C executable device-bitfields [2026-06-23T03:03:49.263Z] [ 88%] Built target device-bitfields [2026-06-23T03:03:49.263Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T03:03:49.847Z] [ 92%] Linking C executable template-discovery [2026-06-23T03:03:50.112Z] [ 92%] Built target template-discovery [2026-06-23T03:03:50.112Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T03:03:50.710Z] [ 96%] Linking C executable device-file [2026-06-23T03:03:50.975Z] [ 96%] Built target device-file [2026-06-23T03:03:50.975Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T03:03:51.559Z] [100%] Linking C executable device-terminal [2026-06-23T03:03:51.824Z] [100%] Built target device-terminal [2026-06-23T03:03:51.824Z] + cp -rf include/devsdk include/edgex /usr/include/ [2026-06-23T03:03:51.824Z] + cp build/release/c/libcsdk.so /usr/lib/ [2026-06-23T03:03:51.824Z] + mkdir -p /usr/share/doc/edgex-csdk [2026-06-23T03:03:51.824Z] + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-06-23T03:03:51.824Z] + cp LICENSE /usr/share/doc/edgex-csdk [2026-06-23T03:03:51.824Z] + rm -rf /device-can/deps [2026-06-23T03:03:52.784Z] Removing intermediate container d7f0ce3a9273 [2026-06-23T03:03:52.784Z] ---> 8b85c5b51fe5 [2026-06-23T03:03:52.784Z] Step 12/12 : RUN /device-can/scripts/build.sh [2026-06-23T03:03:52.784Z] ---> Running in 28442522f6be [2026-06-23T03:03:53.749Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T03:03:53.749Z] + readlink -f /device-can/scripts/build.sh [2026-06-23T03:03:53.749Z] + dirname /device-can/scripts/build.sh [2026-06-23T03:03:53.749Z] + dirname /device-can/scripts [2026-06-23T03:03:53.749Z] + ROOT=/device-can [2026-06-23T03:03:53.749Z] + echo /device-can [2026-06-23T03:03:53.749Z] + cd /device-can [2026-06-23T03:03:53.749Z] + mkdir -p /device-can/build/release [2026-06-23T03:03:53.749Z] /device-can [2026-06-23T03:03:53.749Z] + cd /device-can/build/release [2026-06-23T03:03:53.749Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/src [2026-06-23T03:03:53.749Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:03:53.749Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:03:53.749Z] CMake. [2026-06-23T03:03:53.749Z] [2026-06-23T03:03:53.749Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:03:53.749Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:03:53.749Z] to work with policies introduced by or earlier. [2026-06-23T03:03:53.749Z] [2026-06-23T03:03:53.749Z] [2026-06-23T03:03:54.335Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:03:54.335Z] -- Detecting C compiler ABI info [2026-06-23T03:03:54.962Z] -- Detecting C compiler ABI info - done [2026-06-23T03:03:54.962Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:03:54.962Z] -- Detecting C compile features [2026-06-23T03:03:54.962Z] -- Detecting C compile features - done [2026-06-23T03:03:54.962Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:03:54.962Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:03:54.962Z] -- Found LIBCSDK: /usr/lib/libcsdk.so [2026-06-23T03:03:54.962Z] -- Configuring done (1.3s) [2026-06-23T03:03:54.962Z] -- Generating done (0.0s) [2026-06-23T03:03:54.962Z] -- Build files have been written to: /device-can/build/release [2026-06-23T03:03:55.232Z] + make all [2026-06-23T03:03:55.232Z] + tee release.log [2026-06-23T03:03:55.232Z] [ 50%] Building C object CMakeFiles/device-can.dir/c/device-can.c.o [2026-06-23T03:03:56.640Z] [100%] Linking C executable device-can [2026-06-23T03:03:57.242Z] [100%] Built target device-can [2026-06-23T03:04:00.594Z] Removing intermediate container 28442522f6be [2026-06-23T03:04:00.594Z] ---> 68ae324268ec [2026-06-23T03:04:00.594Z] [Warning] One or more build-args [BASE] were not consumed [2026-06-23T03:04:00.594Z] Successfully built 68ae324268ec [2026-06-23T03:04:00.594Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:04:01.082Z] + docker inspect -f . ci-base-image-arm64 [2026-06-23T03:04:01.082Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:04:01.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-13709 does not seem to be running inside a container [2026-06-23T03:04:01.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-can/6 -v /w/workspace/device-can/6:/w/workspace/device-can/6:rw,z -v /w/workspace/device-can/6@tmp:/w/workspace/device-can/6@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 ******** ci-base-image-arm64 cat [2026-06-23T03:04:02.650Z] $ docker top 4ef1cb5e33cde5b2c6b68b1bebd26109ef2b477cb46dfe5cbf5b7c25f0a4aa37 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-23T03:04:03.520Z] + make test [2026-06-23T03:04:03.520Z] build/release/device-can/device-can [Pipeline] } [2026-06-23T03:04:03.537Z] $ docker stop --time=1 4ef1cb5e33cde5b2c6b68b1bebd26109ef2b477cb46dfe5cbf5b7c25f0a4aa37 [2026-06-23T03:04:05.184Z] $ docker rm -f --volumes 4ef1cb5e33cde5b2c6b68b1bebd26109ef2b477cb46dfe5cbf5b7c25f0a4aa37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-06-23T03:04:05.901Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-06-23T03:04:06.229Z] + ls -al . [2026-06-23T03:04:06.229Z] total 72 [2026-06-23T03:04:06.229Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 23 03:01 . [2026-06-23T03:04:06.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:01 .. [2026-06-23T03:04:06.229Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:01 .git [2026-06-23T03:04:06.229Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:01 .github [2026-06-23T03:04:06.229Z] -rw-rw-r-- 1 jenkins jenkins 383 Jun 23 03:01 Attribution.txt [2026-06-23T03:04:06.229Z] -rw-rw-r-- 1 jenkins jenkins 1397 Jun 23 03:01 CHANGELOG.md [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 677 Jun 23 03:01 GOVERNANCE.md [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 762 Jun 23 03:01 Jenkinsfile [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 10174 Jun 23 03:01 LICENSE [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 801 Jun 23 03:01 Makefile [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 616 Jun 23 03:01 OWNERS.md [2026-06-23T03:04:06.229Z] -rwxrwxr-x 1 jenkins jenkins 4090 Jun 23 03:01 README.md [2026-06-23T03:04:06.229Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 02:58 VERSION [2026-06-23T03:04:06.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:01 res [2026-06-23T03:04:06.229Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:01 scripts [2026-06-23T03:04:06.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:01 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:04:06.587Z] + docker build -t device-can-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a --label arch=arm64 --label version=4.1.0-dev.1 . [2026-06-23T03:04:06.587Z] Sending build context to Docker daemon 239.6kB [2026-06-23T03:04:06.863Z] Step 1/30 : ARG BASE_TEMPORARY=alpine:3.22 [2026-06-23T03:04:06.863Z] Step 2/30 : FROM ${BASE_TEMPORARY} AS builder [2026-06-23T03:04:06.863Z] ---> 2c15e55df5d6 [2026-06-23T03:04:06.863Z] Step 3/30 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-06-23T03:04:06.863Z] ---> Using cache [2026-06-23T03:04:06.863Z] ---> 1d8d494dcc79 [2026-06-23T03:04:06.864Z] Step 4/30 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2026-06-23T03:04:06.864Z] ---> Using cache [2026-06-23T03:04:06.864Z] ---> f5388bcb8f00 [2026-06-23T03:04:06.864Z] Step 5/30 : RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.6-dev [2026-06-23T03:04:06.864Z] ---> Running in 42aefce58b72 [2026-06-23T03:04:07.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:04:08.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-06-23T03:04:09.358Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:04:10.318Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T03:04:10.318Z] (1/97) Installing libgcc (14.2.0-r6) [2026-06-23T03:04:10.585Z] (2/97) Installing jansson (2.14.1-r0) [2026-06-23T03:04:10.585Z] (3/97) Installing libstdc++ (14.2.0-r6) [2026-06-23T03:04:10.585Z] (4/97) Installing zstd-libs (1.5.7-r0) [2026-06-23T03:04:10.585Z] (5/97) Installing binutils (2.44-r3) [2026-06-23T03:04:11.170Z] (6/97) Installing libmagic (5.46-r2) [2026-06-23T03:04:11.170Z] (7/97) Installing file (5.46-r2) [2026-06-23T03:04:11.170Z] (8/97) Installing libgomp (14.2.0-r6) [2026-06-23T03:04:11.170Z] (9/97) Installing libatomic (14.2.0-r6) [2026-06-23T03:04:11.170Z] (10/97) Installing gmp (6.3.0-r3) [2026-06-23T03:04:11.170Z] (11/97) Installing isl26 (0.26-r1) [2026-06-23T03:04:11.440Z] (12/97) Installing mpfr4 (4.2.1_p1-r0) [2026-06-23T03:04:11.440Z] (13/97) Installing mpc1 (1.3.1-r1) [2026-06-23T03:04:11.440Z] (14/97) Installing gcc (14.2.0-r6) [2026-06-23T03:04:14.788Z] (15/97) Installing libstdc++-dev (14.2.0-r6) [2026-06-23T03:04:15.057Z] (16/97) Installing musl-dev (1.2.5-r12) [2026-06-23T03:04:15.325Z] (17/97) Installing g++ (14.2.0-r6) [2026-06-23T03:04:16.300Z] (18/97) Installing make (4.4.1-r3) [2026-06-23T03:04:16.300Z] (19/97) Installing fortify-headers (1.1-r5) [2026-06-23T03:04:16.300Z] (20/97) Installing patch (2.8-r0) [2026-06-23T03:04:16.300Z] (21/97) Installing build-base (0.5-r3) [2026-06-23T03:04:16.300Z] (22/97) Installing acl-libs (2.3.2-r1) [2026-06-23T03:04:16.300Z] (23/97) Installing libbz2 (1.0.8-r6) [2026-06-23T03:04:16.300Z] (24/97) Installing libexpat (2.8.1-r0) [2026-06-23T03:04:16.300Z] (25/97) Installing lz4-libs (1.10.0-r0) [2026-06-23T03:04:16.300Z] (26/97) Installing xz-libs (5.8.3-r0) [2026-06-23T03:04:16.300Z] (27/97) Installing libarchive (3.8.3-r0) [2026-06-23T03:04:16.300Z] (28/97) Installing rhash-libs (1.4.5-r0) [2026-06-23T03:04:16.300Z] (29/97) Installing libuv (1.51.0-r0) [2026-06-23T03:04:16.300Z] (30/97) Installing cmake (3.31.7-r1) [2026-06-23T03:04:19.661Z] (31/97) Installing brotli-libs (1.1.0-r2) [2026-06-23T03:04:19.661Z] (32/97) Installing brotli (1.1.0-r2) [2026-06-23T03:04:19.661Z] (33/97) Installing pkgconf (2.4.3-r0) [2026-06-23T03:04:19.661Z] (34/97) Installing brotli-dev (1.1.0-r2) [2026-06-23T03:04:19.661Z] (35/97) Installing c-ares (1.34.6-r0) [2026-06-23T03:04:19.661Z] (36/97) Installing c-ares-dev (1.34.6-r0) [2026-06-23T03:04:19.661Z] (37/97) Installing libunistring (1.3-r0) [2026-06-23T03:04:19.661Z] (38/97) Installing libidn2 (2.3.7-r0) [2026-06-23T03:04:19.661Z] (39/97) Installing libidn2-dev (2.3.7-r0) [2026-06-23T03:04:19.661Z] (40/97) Installing libpsl (0.21.5-r3) [2026-06-23T03:04:19.661Z] (41/97) Installing libpsl-utils (0.21.5-r3) [2026-06-23T03:04:19.661Z] (42/97) Installing libpsl-dev (0.21.5-r3) [2026-06-23T03:04:19.661Z] (43/97) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T03:04:19.661Z] (44/97) Installing nghttp2-dev (1.69.0-r0) [2026-06-23T03:04:19.661Z] (45/97) Installing openssl-dev (3.5.7-r0) [2026-06-23T03:04:19.937Z] (46/97) Installing zlib-dev (1.3.2-r0) [2026-06-23T03:04:19.937Z] (47/97) Installing zstd (1.5.7-r0) [2026-06-23T03:04:19.937Z] (48/97) Installing zstd-dev (1.5.7-r0) [2026-06-23T03:04:19.937Z] (49/97) Installing libcurl (8.14.1-r2) [2026-06-23T03:04:19.937Z] (50/97) Installing curl-dev (8.14.1-r2) [2026-06-23T03:04:19.937Z] (51/97) Installing pcre2 (10.46-r0) [2026-06-23T03:04:19.937Z] (52/97) Installing git (2.49.1-r0) [2026-06-23T03:04:20.204Z] (53/97) Installing git-init-template (2.49.1-r0) [2026-06-23T03:04:20.205Z] (54/97) Installing hiredis (1.3.0-r0) [2026-06-23T03:04:20.205Z] (55/97) Installing hiredis-dev (1.3.0-r0) [2026-06-23T03:04:20.482Z] (56/97) Installing yaml (0.2.5-r2) [2026-06-23T03:04:20.482Z] (57/97) Installing libcbor (0.12.0-r0) [2026-06-23T03:04:20.482Z] (58/97) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T03:04:21.459Z] (59/97) Installing iotech-iot-1.6-dev (1.6.3-r0) [2026-06-23T03:04:21.459Z] (60/97) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T03:04:21.730Z] (61/97) Installing libcbor-dev (0.12.0-r0) [2026-06-23T03:04:21.730Z] (62/97) Installing nettle (3.10.2-r0) [2026-06-23T03:04:21.730Z] (63/97) Installing libffi (3.4.8-r0) [2026-06-23T03:04:22.001Z] (64/97) Installing libtasn1 (4.21.0-r0) [2026-06-23T03:04:22.001Z] (65/97) Installing p11-kit (0.25.5-r2) [2026-06-23T03:04:22.001Z] (66/97) Installing gnutls (3.8.13-r0) [2026-06-23T03:04:22.001Z] (67/97) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T03:04:22.001Z] (68/97) Installing gnutls-c++ (3.8.13-r0) [2026-06-23T03:04:22.001Z] (69/97) Installing libgmpxx (6.3.0-r3) [2026-06-23T03:04:22.272Z] (70/97) Installing gmp-dev (6.3.0-r3) [2026-06-23T03:04:22.272Z] (71/97) Installing nettle-dev (3.10.2-r0) [2026-06-23T03:04:22.272Z] (72/97) Installing libtasn1-progs (4.21.0-r0) [2026-06-23T03:04:22.272Z] (73/97) Installing libtasn1-dev (4.21.0-r0) [2026-06-23T03:04:22.272Z] (74/97) Installing p11-kit-dev (0.25.5-r2) [2026-06-23T03:04:22.272Z] (75/97) Installing gnutls-dev (3.8.13-r0) [2026-06-23T03:04:22.272Z] (76/97) Installing libmicrohttpd-dev (1.0.1-r1) [2026-06-23T03:04:22.272Z] (77/97) Installing linux-headers (6.14.2-r0) [2026-06-23T03:04:22.860Z] (78/97) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2026-06-23T03:04:22.860Z] (79/97) Installing libncursesw (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (80/97) Installing libformw (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (81/97) Installing libmenuw (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (82/97) Installing libpanelw (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (83/97) Installing libncurses++ (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (84/97) Installing ncurses-dev (6.5_p20250503-r0) [2026-06-23T03:04:23.132Z] (85/97) Installing libeconf (0.6.3-r0) [2026-06-23T03:04:23.132Z] (86/97) Installing libblkid (2.41-r9) [2026-06-23T03:04:23.132Z] (87/97) Installing libuuid (2.41-r9) [2026-06-23T03:04:23.132Z] (88/97) Installing libfdisk (2.41-r9) [2026-06-23T03:04:23.132Z] (89/97) Installing sqlite-libs (3.49.2-r1) [2026-06-23T03:04:23.398Z] (90/97) Installing liblastlog2 (2.41-r9) [2026-06-23T03:04:23.398Z] (91/97) Installing libmount (2.41-r9) [2026-06-23T03:04:23.398Z] (92/97) Installing libsmartcols (2.41-r9) [2026-06-23T03:04:23.398Z] (93/97) Installing readline (8.2.13-r1) [2026-06-23T03:04:23.398Z] (94/97) Installing sqlite (3.49.2-r1) [2026-06-23T03:04:23.398Z] (95/97) Installing sqlite-dev (3.49.2-r1) [2026-06-23T03:04:23.398Z] (96/97) Installing util-linux-dev (2.41-r9) [2026-06-23T03:04:23.398Z] (97/97) Installing yaml-dev (0.2.5-r2) [2026-06-23T03:04:23.398Z] Executing busybox-1.37.0-r20.trigger [2026-06-23T03:04:23.666Z] OK: 319 MiB in 113 packages [2026-06-23T03:04:44.154Z] Removing intermediate container 42aefce58b72 [2026-06-23T03:04:44.154Z] ---> f8311930bc2a [2026-06-23T03:04:44.154Z] Step 6/30 : COPY scripts /device-can/scripts [2026-06-23T03:04:44.154Z] ---> 414ec434dacc [2026-06-23T03:04:44.154Z] Step 7/30 : COPY src /device-can/src/ [2026-06-23T03:04:44.154Z] ---> e1306cbb5212 [2026-06-23T03:04:44.154Z] Step 8/30 : COPY VERSION /device-can/ [2026-06-23T03:04:44.154Z] ---> 5ce12e735d38 [2026-06-23T03:04:44.154Z] Step 9/30 : WORKDIR /device-can [2026-06-23T03:04:44.154Z] ---> Running in 1e1a1649a2b9 [2026-06-23T03:04:44.154Z] Removing intermediate container 1e1a1649a2b9 [2026-06-23T03:04:44.154Z] ---> 4229d2b128ba [2026-06-23T03:04:44.154Z] Step 10/30 : RUN /device-can/scripts/build_deps.sh 1 [2026-06-23T03:04:44.154Z] ---> Running in 1224a5d412b5 [2026-06-23T03:04:44.154Z] + BUILD_CSDK=1 [2026-06-23T03:04:44.154Z] + CSDK_VERSION=4.0.2 [2026-06-23T03:04:44.154Z] + '[' -d deps ] [2026-06-23T03:04:44.154Z] + mkdir deps [2026-06-23T03:04:44.154Z] + cd /device-can/deps [2026-06-23T03:04:44.154Z] + '[' 1 '=' 1 ] [2026-06-23T03:04:44.154Z] + cd /device-can/deps [2026-06-23T03:04:44.154Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.2.zip [2026-06-23T03:04:44.154Z] Connecting to github.com (140.82.113.3:443) [2026-06-23T03:04:44.419Z] Connecting to codeload.github.com (140.82.114.10:443) [2026-06-23T03:04:44.688Z] saving to 'v4.0.2.zip' [2026-06-23T03:04:44.688Z] v4.0.2.zip 100% |********************************| 256k 0:00:00 ETA [2026-06-23T03:04:44.688Z] 'v4.0.2.zip' saved [2026-06-23T03:04:44.688Z] + unzip v4.0.2.zip [2026-06-23T03:04:44.688Z] Archive: v4.0.2.zip [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/ [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/.github/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/.github/Contributing.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/.github/PULL_REQUEST_TEMPLATE.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/.github/semantic.yml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/.github/workflows/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/.github/workflows/release.yml [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/.gitignore [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/Attribution.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/CHANGELOG.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/Doxyfile [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/GOVERNANCE.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/Jenkinsfile [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/LICENSE [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/Makefile [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/OWNERS.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/README.IOT.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/README.v3.md [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/docs/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/docs/configuration.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/docs/deviceprofiles.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/docs/metrics.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/docs/servicewritersguide.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/docs/startup.md [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/include/ [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/include/devsdk/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/devsdk/devsdk-base.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/devsdk/devsdk.h [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/include/edgex/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/edgex/devices.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/edgex/edgex-base.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/edgex/edgex.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/edgex/profiles.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/include/edgex/rest-server.h [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/scripts/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/scripts/Dockerfile.alpine-base [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/scripts/entrypoint.sh [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/CMakeLists.txt [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/api.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/autoevent.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/autoevent.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/bus-impl.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/bus-mqtt.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/bus.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/bus.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/callback3.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/callback3.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/cmdinfo.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/command.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/command.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/config.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/config.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/correlation.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/correlation.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/data.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/data.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/defs.h.in [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/device.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/device.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/devman.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/devmap.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/devmap.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/devsdk-base.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/devutil.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/discovery.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/discovery.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/dto-read.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/dto-read.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/edgex-logging.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/edgex-logging.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/edgex-rest.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/edgex-rest.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/edgex2.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/errorlist.h [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/README.md [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/device-bitfields.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/devices/Bitfields.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/device-counter.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/devices/Counters.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/counters/res/profiles/Counter.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/README.md [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/devices/readme.txt [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/profiles/TemplateProfile.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher1.json [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/res/watchers/watcher2.json [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/discovery/template.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/file/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/device-file.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/devices/file1.json [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/lorem.txt [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/file/res/profiles/FileExampleProfile.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/device-gyro.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/devices/gyro.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/gyro/res/profiles/Gyro.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/random/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/device-random.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/devices/randomdevice1.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/random/res/profiles/RandomExampleProfile.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/devices/device1.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/res/profiles/TemplateProfile.json [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/template.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/CMakeLists.txt [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/README.md [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/device-terminal.c [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/configuration.yaml [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/devices/terminal.json [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/examples/terminal/res/profiles/Terminal.json [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/filesys.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/filesys.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/keeper.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/keeper.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/map.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/map.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/metadata.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/metadata.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/metrics.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/opstate.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/opstate.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/parson.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/parson.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/profiles.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/profiles.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/registry-impl.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/registry.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/registry.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/reqdata.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/reqdata.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/request_auth.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/request_auth.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/rest-server.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/rest-server.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/rest.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/rest.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets-impl.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets-insecure.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets-vault.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets-vault.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/secrets.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/service.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/service.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/transform.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/transform.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/validate.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/validate.h [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/watchers.c [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/c/watchers.h [2026-06-23T03:04:44.688Z] creating: device-sdk-c-4.0.2/src/cmake/ [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindIOT.cmake [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBCBOR.cmake [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBMICROHTTP.cmake [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBPAHO.cmake [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBUUID.cmake [2026-06-23T03:04:44.688Z] inflating: device-sdk-c-4.0.2/src/cmake/FindLIBYAML.cmake [2026-06-23T03:04:44.688Z] + cd device-sdk-c-4.0.2 [2026-06-23T03:04:44.688Z] + ./scripts/build.sh [2026-06-23T03:04:44.688Z] + CPPCHECK=false [2026-06-23T03:04:44.688Z] + DOCGEN=false [2026-06-23T03:04:44.688Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T03:04:44.688Z] + '[' 0 -gt 0 ] [2026-06-23T03:04:44.688Z] + readlink -f ./scripts/build.sh [2026-06-23T03:04:44.688Z] + dirname /device-can/deps/device-sdk-c-4.0.2/scripts/build.sh [2026-06-23T03:04:44.688Z] + dirname /device-can/deps/device-sdk-c-4.0.2/scripts [2026-06-23T03:04:44.688Z] + ROOT=/device-can/deps/device-sdk-c-4.0.2 [2026-06-23T03:04:44.688Z] + cd /device-can/deps/device-sdk-c-4.0.2 [2026-06-23T03:04:44.688Z] + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:04:44.688Z] + cd /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:04:44.688Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T03:04:44.955Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:04:44.955Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:04:44.955Z] CMake. [2026-06-23T03:04:44.955Z] [2026-06-23T03:04:44.955Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:04:44.955Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:04:44.955Z] to work with policies introduced by or earlier. [2026-06-23T03:04:44.955Z] [2026-06-23T03:04:44.955Z] [2026-06-23T03:04:45.227Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:04:45.495Z] -- Detecting C compiler ABI info [2026-06-23T03:04:45.762Z] -- Detecting C compiler ABI info - done [2026-06-23T03:04:46.122Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:04:46.122Z] -- Detecting C compile features [2026-06-23T03:04:46.122Z] -- Detecting C compile features - done [2026-06-23T03:04:46.122Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T03:04:47.080Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T03:04:47.080Z] -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T03:04:47.080Z] -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T03:04:47.080Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T03:04:47.080Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T03:04:47.080Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:04:47.080Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:04:47.080Z] -- C SDK 0.0.0 for Linux [2026-06-23T03:04:47.080Z] -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T03:04:47.347Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T03:04:47.936Z] -- Found Curses: /usr/lib/libcurses.so [2026-06-23T03:04:48.204Z] -- Configuring done (3.4s) [2026-06-23T03:04:48.472Z] -- Generating done (0.3s) [2026-06-23T03:04:48.472Z] -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/release [2026-06-23T03:04:48.472Z] + + maketee all release.log package [2026-06-23T03:04:48.472Z] [2026-06-23T03:04:48.742Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T03:04:50.148Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T03:04:51.107Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T03:04:52.514Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T03:04:53.097Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T03:04:53.680Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T03:04:53.680Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T03:04:53.680Z] 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T03:04:53.680Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:04:54.262Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T03:04:57.599Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T03:04:57.599Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T03:04:59.003Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T03:05:01.581Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T03:05:02.162Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T03:05:03.122Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T03:05:04.090Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T03:05:05.055Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T03:05:06.013Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T03:05:06.598Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T03:05:09.296Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T03:05:09.562Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T03:05:11.526Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T03:05:12.108Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T03:05:14.048Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T03:05:14.634Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T03:05:26.950Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T03:05:26.950Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T03:05:26.950Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T03:05:27.218Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T03:05:27.814Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T03:05:28.082Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T03:05:28.082Z] 547 | bool edgex_rest_server_register_handler [2026-06-23T03:05:28.082Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:05:28.082Z] In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T03:05:28.082Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T03:05:28.082Z] 24 | extern bool edgex_rest_server_register_handler [2026-06-23T03:05:28.082Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:05:30.032Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T03:05:32.720Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T03:05:33.322Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T03:05:34.327Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T03:05:34.931Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T03:05:40.383Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T03:05:41.339Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T03:05:41.922Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T03:05:42.885Z] [ 69%] Linking C shared library libcsdk.so [2026-06-23T03:05:43.152Z] [ 69%] Built target csdk [2026-06-23T03:05:43.152Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T03:05:44.560Z] [ 73%] Linking C executable template [2026-06-23T03:05:44.828Z] [ 73%] Built target template [2026-06-23T03:05:44.828Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T03:05:45.880Z] [ 76%] Linking C executable device-counter [2026-06-23T03:05:46.152Z] [ 76%] Built target device-counter [2026-06-23T03:05:46.152Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T03:05:46.736Z] [ 80%] Linking C executable device-random [2026-06-23T03:05:47.317Z] [ 80%] Built target device-random [2026-06-23T03:05:47.317Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T03:05:47.901Z] [ 84%] Linking C executable device-gyro [2026-06-23T03:05:48.495Z] [ 84%] Built target device-gyro [2026-06-23T03:05:48.495Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T03:05:49.082Z] [ 88%] Linking C executable device-bitfields [2026-06-23T03:05:49.665Z] [ 88%] Built target device-bitfields [2026-06-23T03:05:49.665Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T03:05:51.073Z] [ 92%] Linking C executable template-discovery [2026-06-23T03:05:51.347Z] [ 92%] Built target template-discovery [2026-06-23T03:05:51.347Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T03:05:52.306Z] [ 96%] Linking C executable device-file [2026-06-23T03:05:52.886Z] [ 96%] Built target device-file [2026-06-23T03:05:52.886Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T03:05:53.876Z] [100%] Linking C executable device-terminal [2026-06-23T03:05:54.141Z] [100%] Built target device-terminal [2026-06-23T03:05:54.141Z] Run CPack packaging tool... [2026-06-23T03:05:54.141Z] CPack: Create package using TGZ [2026-06-23T03:05:54.141Z] CPack: Install projects [2026-06-23T03:05:54.141Z] CPack: - Run preinstall target for: Csdk [2026-06-23T03:05:55.598Z] CPack: - Install project: Csdk [] [2026-06-23T03:05:55.598Z] CPack: Create package [2026-06-23T03:05:55.598Z] CPack: - package: /device-can/deps/device-sdk-c-4.0.2/build/release/csdk-0.0.0.tar.gz generated. [2026-06-23T03:05:55.598Z] + '[' false '=' true ] [2026-06-23T03:05:55.598Z] + '[' false '=' true ] [2026-06-23T03:05:55.598Z] + mkdir -p /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:05:55.598Z] + cd /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:05:55.598Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-can/deps/device-sdk-c-4.0.2/src [2026-06-23T03:05:55.598Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:05:55.598Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:05:55.598Z] CMake. [2026-06-23T03:05:55.598Z] [2026-06-23T03:05:55.598Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:05:55.598Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:05:55.598Z] to work with policies introduced by or earlier. [2026-06-23T03:05:55.598Z] [2026-06-23T03:05:55.598Z] [2026-06-23T03:05:55.864Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:05:55.864Z] -- Detecting C compiler ABI info [2026-06-23T03:05:56.449Z] -- Detecting C compiler ABI info - done [2026-06-23T03:05:56.449Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:05:56.449Z] -- Detecting C compile features [2026-06-23T03:05:56.449Z] -- Detecting C compile features - done [2026-06-23T03:05:56.725Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2026-06-23T03:05:57.695Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.14.1") [2026-06-23T03:05:57.695Z] -- Found LIBYAML: /usr/lib/libyaml.so [2026-06-23T03:05:57.695Z] -- Found LIBUUID: /usr/lib/libuuid.so [2026-06-23T03:05:57.695Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2026-06-23T03:05:57.695Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2026-06-23T03:05:57.695Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:05:57.695Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:05:57.695Z] -- C SDK 0.0.0 for Linux [2026-06-23T03:05:57.695Z] -- Performing Test CSDK_HAVE_ATOMIC [2026-06-23T03:05:57.960Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2026-06-23T03:05:58.543Z] -- Found Curses: /usr/lib/libcurses.so [2026-06-23T03:05:58.812Z] -- Configuring done (3.3s) [2026-06-23T03:05:59.079Z] -- Generating done (0.3s) [2026-06-23T03:05:59.079Z] -- Build files have been written to: /device-can/deps/device-sdk-c-4.0.2/build/debug [2026-06-23T03:05:59.079Z] + + make [2026-06-23T03:05:59.079Z] tee debug.log [2026-06-23T03:05:59.345Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2026-06-23T03:05:59.612Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2026-06-23T03:06:00.195Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2026-06-23T03:06:00.797Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2026-06-23T03:06:01.069Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/command.c.o [2026-06-23T03:06:01.348Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c: In function 'devsdk_devicecorecommand_populate': [2026-06-23T03:06:01.348Z] /device-can/deps/device-sdk-c-4.0.2/src/c/command.c:218:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2026-06-23T03:06:01.348Z] 218 | iot_data_t* cc_src_vector=iot_data_string_map_get_vector(map,"coreCommands"); [2026-06-23T03:06:01.348Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:06:01.931Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2026-06-23T03:06:02.512Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2026-06-23T03:06:02.778Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2026-06-23T03:06:03.362Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2026-06-23T03:06:03.943Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2026-06-23T03:06:04.527Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2026-06-23T03:06:04.794Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2026-06-23T03:06:05.374Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2026-06-23T03:06:05.641Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2026-06-23T03:06:06.275Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2026-06-23T03:06:06.275Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2026-06-23T03:06:07.236Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2026-06-23T03:06:07.502Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2026-06-23T03:06:08.081Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2026-06-23T03:06:08.349Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2026-06-23T03:06:09.315Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2026-06-23T03:06:09.583Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2026-06-23T03:06:11.111Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2026-06-23T03:06:11.383Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2026-06-23T03:06:11.650Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2026-06-23T03:06:11.923Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2026-06-23T03:06:12.195Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2026-06-23T03:06:12.483Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:547:6: warning: conflicting types for 'edgex_rest_server_register_handler' due to enum/integer mismatch; have '_Bool(edgex_rest_server *, const char *, uint32_t, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' {aka '_Bool(edgex_rest_server *, const char *, unsigned int, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))'} [-Wenum-int-mismatch] [2026-06-23T03:06:12.483Z] 547 | bool edgex_rest_server_register_handler [2026-06-23T03:06:12.483Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:06:12.483Z] In file included from /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.c:9: [2026-06-23T03:06:12.483Z] /device-can/deps/device-sdk-c-4.0.2/src/c/rest-server.h:24:13: note: previous declaration of 'edgex_rest_server_register_handler' with type '_Bool(edgex_rest_server *, const char *, devsdk_http_method, void *, void (*)(void *, const devsdk_http_request *, devsdk_http_reply *))' [2026-06-23T03:06:12.483Z] 24 | extern bool edgex_rest_server_register_handler [2026-06-23T03:06:12.483Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2026-06-23T03:06:12.752Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2026-06-23T03:06:14.692Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2026-06-23T03:06:14.959Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2026-06-23T03:06:15.538Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2026-06-23T03:06:15.803Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2026-06-23T03:06:17.230Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2026-06-23T03:06:17.496Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2026-06-23T03:06:17.762Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2026-06-23T03:06:18.346Z] [ 69%] Linking C shared library libcsdk.so [2026-06-23T03:06:18.346Z] [ 69%] Built target csdk [2026-06-23T03:06:18.616Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2026-06-23T03:06:18.882Z] [ 73%] Linking C executable template [2026-06-23T03:06:19.149Z] [ 73%] Built target template [2026-06-23T03:06:19.414Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2026-06-23T03:06:19.681Z] [ 76%] Linking C executable device-counter [2026-06-23T03:06:19.946Z] [ 76%] Built target device-counter [2026-06-23T03:06:19.946Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2026-06-23T03:06:20.525Z] [ 80%] Linking C executable device-random [2026-06-23T03:06:20.791Z] [ 80%] Built target device-random [2026-06-23T03:06:20.791Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2026-06-23T03:06:21.062Z] [ 84%] Linking C executable device-gyro [2026-06-23T03:06:21.642Z] [ 84%] Built target device-gyro [2026-06-23T03:06:21.642Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2026-06-23T03:06:21.908Z] [ 88%] Linking C executable device-bitfields [2026-06-23T03:06:22.174Z] [ 88%] Built target device-bitfields [2026-06-23T03:06:22.174Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2026-06-23T03:06:22.756Z] [ 92%] Linking C executable template-discovery [2026-06-23T03:06:23.022Z] [ 92%] Built target template-discovery [2026-06-23T03:06:23.290Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2026-06-23T03:06:23.556Z] [ 96%] Linking C executable device-file [2026-06-23T03:06:23.823Z] [ 96%] Built target device-file [2026-06-23T03:06:24.089Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2026-06-23T03:06:24.356Z] [100%] Linking C executable device-terminal [2026-06-23T03:06:24.940Z] [100%] Built target device-terminal [2026-06-23T03:06:24.940Z] + cp -rf include/devsdk include/edgex /usr/include/ [2026-06-23T03:06:24.940Z] + cp build/release/c/libcsdk.so /usr/lib/ [2026-06-23T03:06:24.940Z] + mkdir -p /usr/share/doc/edgex-csdk [2026-06-23T03:06:24.940Z] + cp Attribution.txt /usr/share/doc/edgex-csdk [2026-06-23T03:06:24.940Z] + cp LICENSE /usr/share/doc/edgex-csdk [2026-06-23T03:06:24.940Z] + rm -rf /device-can/deps [2026-06-23T03:06:25.898Z] Removing intermediate container 1224a5d412b5 [2026-06-23T03:06:25.898Z] ---> 8e6cbfdcfcc5 [2026-06-23T03:06:25.898Z] Step 11/30 : RUN /device-can/scripts/build.sh && test -f /device-can/build/release/device-can [2026-06-23T03:06:25.898Z] ---> Running in 166cc4c138eb [2026-06-23T03:06:26.862Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2026-06-23T03:06:26.862Z] + readlink -f /device-can/scripts/build.sh [2026-06-23T03:06:26.862Z] + dirname /device-can/scripts/build.sh [2026-06-23T03:06:26.862Z] + dirname /device-can/scripts [2026-06-23T03:06:26.862Z] + ROOT=/device-can [2026-06-23T03:06:26.862Z] + echo /device-can [2026-06-23T03:06:26.862Z] + cd /device-can [2026-06-23T03:06:26.862Z] + mkdir -p /device-can/build/release [2026-06-23T03:06:26.862Z] /device-can [2026-06-23T03:06:26.862Z] + cd /device-can/build/release [2026-06-23T03:06:26.862Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-can/src [2026-06-23T03:06:26.862Z] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [2026-06-23T03:06:26.862Z] Compatibility with CMake < 3.10 will be removed from a future version of [2026-06-23T03:06:26.862Z] CMake. [2026-06-23T03:06:26.862Z] [2026-06-23T03:06:26.862Z] Update the VERSION argument value. Or, use the ... syntax [2026-06-23T03:06:26.862Z] to tell CMake that the project requires at least but has been updated [2026-06-23T03:06:26.862Z] to work with policies introduced by or earlier. [2026-06-23T03:06:26.862Z] [2026-06-23T03:06:26.862Z]  [2026-06-23T03:06:27.443Z] -- The C compiler identification is GNU 14.2.0 [2026-06-23T03:06:27.443Z] -- Detecting C compiler ABI info [2026-06-23T03:06:27.709Z] -- Detecting C compiler ABI info - done [2026-06-23T03:06:27.974Z] -- Check for working C compiler: /usr/bin/cc - skipped [2026-06-23T03:06:27.974Z] -- Detecting C compile features [2026-06-23T03:06:27.974Z] -- Detecting C compile features - done [2026-06-23T03:06:27.974Z] -- Found IOT: /opt/iotech/iot/1.6/lib/libiot.so [2026-06-23T03:06:27.974Z] -- /opt/iotech/iot/1.6/include [2026-06-23T03:06:27.974Z] -- Found LIBCSDK: /usr/lib/libcsdk.so [2026-06-23T03:06:27.974Z] -- Configuring done (1.2s) [2026-06-23T03:06:28.240Z] -- Generating done (0.0s) [2026-06-23T03:06:28.240Z] -- Build files have been written to: /device-can/build/release [2026-06-23T03:06:28.240Z] + make all [2026-06-23T03:06:28.240Z] + tee release.log [2026-06-23T03:06:28.240Z] [ 50%] Building C object CMakeFiles/device-can.dir/c/device-can.c.o [2026-06-23T03:06:29.649Z] [100%] Linking C executable device-can [2026-06-23T03:06:29.914Z] [100%] Built target device-can [2026-06-23T03:06:30.898Z] Removing intermediate container 166cc4c138eb [2026-06-23T03:06:30.898Z] ---> 33d329aae518 [2026-06-23T03:06:30.898Z] Step 12/30 : FROM alpine:3.22 [2026-06-23T03:06:30.898Z] ---> 2c15e55df5d6 [2026-06-23T03:06:30.898Z] Step 13/30 : MAINTAINER hcltech [2026-06-23T03:06:30.898Z] ---> Running in 817765b1104e [2026-06-23T03:06:31.165Z] Removing intermediate container 817765b1104e [2026-06-23T03:06:31.165Z] ---> ac5a9c37fcb3 [2026-06-23T03:06:31.165Z] Step 14/30 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2026-06-23T03:06:31.165Z] ---> Running in a890cae3188b [2026-06-23T03:06:32.124Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2026-06-23T03:06:32.396Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2026-06-23T03:06:32.396Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2026-06-23T03:06:32.396Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2026-06-23T03:06:33.376Z] Removing intermediate container a890cae3188b [2026-06-23T03:06:33.376Z] ---> 0a041e5e7fab [2026-06-23T03:06:33.376Z] Step 15/30 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main' >> /etc/apk/repositories [2026-06-23T03:06:33.376Z] ---> Running in 14d988646c8a [2026-06-23T03:06:34.806Z] Removing intermediate container 14d988646c8a [2026-06-23T03:06:34.806Z] ---> a1b641847b5e [2026-06-23T03:06:34.806Z] Step 16/30 : RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.6 dumb-init [2026-06-23T03:06:35.086Z] ---> Running in ca47c95c2d0f [2026-06-23T03:06:36.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:36.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:36.903Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:38.309Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T03:06:38.309Z] (1/26) Installing brotli-libs (1.1.0-r2) [2026-06-23T03:06:38.309Z] (2/26) Installing c-ares (1.34.6-r0) [2026-06-23T03:06:38.309Z] (3/26) Installing libunistring (1.3-r0) [2026-06-23T03:06:38.309Z] (4/26) Installing libidn2 (2.3.7-r0) [2026-06-23T03:06:38.309Z] (5/26) Installing nghttp2-libs (1.69.0-r0) [2026-06-23T03:06:38.309Z] (6/26) Installing libpsl (0.21.5-r3) [2026-06-23T03:06:38.309Z] (7/26) Installing zstd-libs (1.5.7-r0) [2026-06-23T03:06:38.309Z] (8/26) Installing libcurl (8.14.1-r2) [2026-06-23T03:06:38.309Z] (9/26) Installing curl (8.14.1-r2) [2026-06-23T03:06:38.309Z] (10/26) Installing dumb-init (1.2.5-r3) [2026-06-23T03:06:38.309Z] (11/26) Installing hiredis (1.3.0-r0) [2026-06-23T03:06:38.309Z] (12/26) Installing yaml (0.2.5-r2) [2026-06-23T03:06:38.309Z] (13/26) Installing libcbor (0.12.0-r0) [2026-06-23T03:06:38.309Z] (14/26) Installing iotech-iot-1.6 (1.6.3-r0) [2026-06-23T03:06:39.290Z] (15/26) Installing pkgconf (2.4.3-r0) [2026-06-23T03:06:39.290Z] (16/26) Installing openssl-dev (3.5.7-r0) [2026-06-23T03:06:39.290Z] (17/26) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.162-r0) [2026-06-23T03:06:40.250Z] (18/26) Installing gmp (6.3.0-r3) [2026-06-23T03:06:40.250Z] (19/26) Installing nettle (3.10.2-r0) [2026-06-23T03:06:40.250Z] (20/26) Installing libffi (3.4.8-r0) [2026-06-23T03:06:40.250Z] (21/26) Installing libtasn1 (4.21.0-r0) [2026-06-23T03:06:40.250Z] (22/26) Installing p11-kit (0.25.5-r2) [2026-06-23T03:06:40.250Z] (23/26) Installing gnutls (3.8.13-r0) [2026-06-23T03:06:40.250Z] (24/26) Installing libmicrohttpd (1.0.1-r1) [2026-06-23T03:06:40.250Z] (25/26) Installing libuuid (2.41-r9) [2026-06-23T03:06:40.250Z] (26/26) Installing linux-headers (6.14.2-r0) [2026-06-23T03:06:40.835Z] Executing busybox-1.37.0-r20.trigger [2026-06-23T03:06:40.835Z] OK: 29 MiB in 42 packages [2026-06-23T03:06:45.097Z] Removing intermediate container ca47c95c2d0f [2026-06-23T03:06:45.097Z] ---> ad4146276c83 [2026-06-23T03:06:45.097Z] Step 17/30 : RUN apk --no-cache upgrade [2026-06-23T03:06:45.097Z] ---> Running in 5f6a9ab6262b [2026-06-23T03:06:45.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:45.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:46.585Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.22/main/aarch64/APKINDEX.tar.gz [2026-06-23T03:06:47.549Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2026-06-23T03:06:47.549Z] OK: 29 MiB in 42 packages [2026-06-23T03:06:48.508Z] Removing intermediate container 5f6a9ab6262b [2026-06-23T03:06:48.508Z] ---> 1367db197c7a [2026-06-23T03:06:48.508Z] Step 18/30 : COPY --from=builder /device-can/build/release/ / [2026-06-23T03:06:49.089Z] ---> d75ba4e6fc0d [2026-06-23T03:06:49.089Z] Step 19/30 : COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2026-06-23T03:06:49.671Z] ---> 978a9dfa88cc [2026-06-23T03:06:49.671Z] Step 20/30 : COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk [2026-06-23T03:06:50.252Z] ---> 0061c10aa88d [2026-06-23T03:06:50.252Z] Step 21/30 : COPY LICENSE /. [2026-06-23T03:06:50.836Z] ---> b7264e137abf [2026-06-23T03:06:50.836Z] Step 22/30 : COPY Attribution.txt /. [2026-06-23T03:06:51.102Z] ---> 48d0d1513d63 [2026-06-23T03:06:51.102Z] Step 23/30 : COPY res /res [2026-06-23T03:06:51.684Z] ---> f37284a01401 [2026-06-23T03:06:51.684Z] Step 24/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 HCL Technologies Ltd' [2026-06-23T03:06:51.684Z] ---> Running in 20b9ed5d7163 [2026-06-23T03:06:51.957Z] Removing intermediate container 20b9ed5d7163 [2026-06-23T03:06:51.957Z] ---> c8b2ce307691 [2026-06-23T03:06:51.957Z] Step 25/30 : EXPOSE 59980 [2026-06-23T03:06:52.223Z] ---> Running in 1970762d29c1 [2026-06-23T03:06:52.489Z] Removing intermediate container 1970762d29c1 [2026-06-23T03:06:52.489Z] ---> 86541a0aeb0f [2026-06-23T03:06:52.489Z] Step 26/30 : ENTRYPOINT ["/device-can"] [2026-06-23T03:06:52.489Z] ---> Running in 445ce1546552 [2026-06-23T03:06:52.756Z] Removing intermediate container 445ce1546552 [2026-06-23T03:06:52.756Z] ---> b14b8ca3679a [2026-06-23T03:06:52.756Z] Step 27/30 : CMD ["-cp=keeper://edgex-core-keeper:59890", "--registry", "--confdir=/res"] [2026-06-23T03:06:52.756Z] ---> Running in ff23bf4bfa60 [2026-06-23T03:06:53.336Z] Removing intermediate container ff23bf4bfa60 [2026-06-23T03:06:53.336Z] ---> 3c05208f60e4 [2026-06-23T03:06:53.336Z] Step 28/30 : LABEL arch=arm64 [2026-06-23T03:06:53.336Z] ---> Running in 65e9caa91e28 [2026-06-23T03:06:53.606Z] Removing intermediate container 65e9caa91e28 [2026-06-23T03:06:53.606Z] ---> 96f330447354 [2026-06-23T03:06:53.606Z] Step 29/30 : LABEL git_sha=aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T03:06:53.606Z] ---> Running in 899abb603d5c [2026-06-23T03:06:53.875Z] Removing intermediate container 899abb603d5c [2026-06-23T03:06:53.875Z] ---> 1960816ab742 [2026-06-23T03:06:53.875Z] Step 30/30 : LABEL version=4.1.0-dev.1 [2026-06-23T03:06:53.875Z] ---> Running in ab7618f9b722 [2026-06-23T03:06:54.149Z] Removing intermediate container ab7618f9b722 [2026-06-23T03:06:54.149Z] ---> a938bb4b7072 [2026-06-23T03:06:54.149Z] [Warning] One or more build-args [ARCH BASE MAKE] were not consumed [2026-06-23T03:06:54.149Z] Successfully built a938bb4b7072 [2026-06-23T03:06:54.149Z] Successfully tagged device-can-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T03:06:54.579Z] provisioning config files... [2026-06-23T03:06:54.617Z] copy managed file [device-can-settings] to file:/w/workspace/device-can/6@tmp/config7958919032253020790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:06:54.980Z] ---> ****-login.sh [2026-06-23T03:06:54.980Z] nexus3.edgexfoundry.org:10001 [2026-06-23T03:06:54.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:06:55.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:06:55.248Z] Configure a credential helper to remove this warning. See [2026-06-23T03:06:55.248Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:06:55.248Z] [2026-06-23T03:06:55.248Z] Login Succeeded [2026-06-23T03:06:55.248Z] nexus3.edgexfoundry.org:10002 [2026-06-23T03:06:55.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:06:55.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:06:55.785Z] Configure a credential helper to remove this warning. See [2026-06-23T03:06:55.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:06:55.785Z] [2026-06-23T03:06:55.785Z] Login Succeeded [2026-06-23T03:06:55.785Z] nexus3.edgexfoundry.org:10003 [2026-06-23T03:06:56.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:06:56.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:06:56.052Z] Configure a credential helper to remove this warning. See [2026-06-23T03:06:56.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:06:56.052Z] [2026-06-23T03:06:56.052Z] Login Succeeded [2026-06-23T03:06:56.052Z] nexus3.edgexfoundry.org:10004 [2026-06-23T03:06:56.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:06:56.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:06:56.587Z] Configure a credential helper to remove this warning. See [2026-06-23T03:06:56.587Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:06:56.587Z] [2026-06-23T03:06:56.587Z] Login Succeeded [2026-06-23T03:06:56.587Z] ****.io [2026-06-23T03:06:56.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-06-23T03:06:57.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-06-23T03:06:57.123Z] Configure a credential helper to remove this warning. See [2026-06-23T03:06:57.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-06-23T03:06:57.123Z] [2026-06-23T03:06:57.123Z] Login Succeeded [2026-06-23T03:06:57.123Z] ---> ****-login.sh ends [Pipeline] } [2026-06-23T03:06:57.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-06-23T03:06:57.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-23T03:06:57.242Z] [edgeXDocker.push] Tagging docker image device-can-arm64 with the following tags: [2026-06-23T03:06:57.242Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T03:06:57.242Z] latest [2026-06-23T03:06:57.242Z] 4.1.0-dev.1 [2026-06-23T03:06:57.242Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T03:06:57.242Z] main [2026-06-23T03:06:57.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:06:57.626Z] + docker tag device-can-arm64 nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:06:59.413Z] + docker push nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T03:06:59.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can-arm64] [2026-06-23T03:06:59.413Z] 780485e50879: Preparing [2026-06-23T03:06:59.413Z] 661c4d8c48a4: Preparing [2026-06-23T03:06:59.413Z] 6d0e829a0411: Preparing [2026-06-23T03:06:59.413Z] 14b1466100bc: Preparing [2026-06-23T03:06:59.413Z] 1605e12ab77d: Preparing [2026-06-23T03:06:59.413Z] 975f5b863729: Preparing [2026-06-23T03:06:59.413Z] dbf5cd252ccf: Preparing [2026-06-23T03:06:59.413Z] 7ae384c94dba: Preparing [2026-06-23T03:06:59.413Z] 9a43de127aeb: Preparing [2026-06-23T03:06:59.413Z] 975f5b863729: Waiting [2026-06-23T03:06:59.413Z] 0146445d3a76: Preparing [2026-06-23T03:06:59.413Z] 03ba6f53ebfc: Preparing [2026-06-23T03:06:59.413Z] dbf5cd252ccf: Waiting [2026-06-23T03:06:59.413Z] 7ae384c94dba: Waiting [2026-06-23T03:06:59.413Z] 9a43de127aeb: Waiting [2026-06-23T03:06:59.413Z] 0146445d3a76: Waiting [2026-06-23T03:06:59.413Z] 03ba6f53ebfc: Waiting [2026-06-23T03:06:59.703Z] 661c4d8c48a4: Pushed [2026-06-23T03:06:59.703Z] 14b1466100bc: Pushed [2026-06-23T03:06:59.703Z] 780485e50879: Pushed [2026-06-23T03:06:59.703Z] 6d0e829a0411: Pushed [2026-06-23T03:06:59.703Z] 1605e12ab77d: Pushed [2026-06-23T03:06:59.703Z] dbf5cd252ccf: Pushed [2026-06-23T03:06:59.703Z] 9a43de127aeb: Pushed [2026-06-23T03:06:59.703Z] 975f5b863729: Pushed [2026-06-23T03:06:59.968Z] 0146445d3a76: Pushed [2026-06-23T03:07:01.909Z] 03ba6f53ebfc: Pushed [2026-06-23T03:07:04.494Z] 7ae384c94dba: Pushed [2026-06-23T03:07:04.494Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a: digest: sha256:31786426852494dacccd6f673d65619a5b5124abbf5065303e74a8147e85e5bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:04.867Z] + docker tag device-can-arm64 nexus3.edgexfoundry.org:10004/device-can-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:05.237Z] + docker push nexus3.edgexfoundry.org:10004/device-can-arm64:latest [2026-06-23T03:07:05.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can-arm64] [2026-06-23T03:07:05.237Z] 780485e50879: Preparing [2026-06-23T03:07:05.237Z] 661c4d8c48a4: Preparing [2026-06-23T03:07:05.237Z] 6d0e829a0411: Preparing [2026-06-23T03:07:05.237Z] 14b1466100bc: Preparing [2026-06-23T03:07:05.237Z] 1605e12ab77d: Preparing [2026-06-23T03:07:05.237Z] 975f5b863729: Preparing [2026-06-23T03:07:05.237Z] dbf5cd252ccf: Preparing [2026-06-23T03:07:05.237Z] 7ae384c94dba: Preparing [2026-06-23T03:07:05.237Z] 9a43de127aeb: Preparing [2026-06-23T03:07:05.237Z] 0146445d3a76: Preparing [2026-06-23T03:07:05.237Z] 03ba6f53ebfc: Preparing [2026-06-23T03:07:05.237Z] 975f5b863729: Waiting [2026-06-23T03:07:05.237Z] dbf5cd252ccf: Waiting [2026-06-23T03:07:05.237Z] 7ae384c94dba: Waiting [2026-06-23T03:07:05.237Z] 9a43de127aeb: Waiting [2026-06-23T03:07:05.237Z] 0146445d3a76: Waiting [2026-06-23T03:07:05.237Z] 03ba6f53ebfc: Waiting [2026-06-23T03:07:05.237Z] 780485e50879: Layer already exists [2026-06-23T03:07:05.237Z] 661c4d8c48a4: Layer already exists [2026-06-23T03:07:05.237Z] 1605e12ab77d: Layer already exists [2026-06-23T03:07:05.237Z] 14b1466100bc: Layer already exists [2026-06-23T03:07:05.237Z] 6d0e829a0411: Layer already exists [2026-06-23T03:07:05.237Z] 0146445d3a76: Layer already exists [2026-06-23T03:07:05.237Z] 7ae384c94dba: Layer already exists [2026-06-23T03:07:05.237Z] dbf5cd252ccf: Layer already exists [2026-06-23T03:07:05.237Z] 975f5b863729: Layer already exists [2026-06-23T03:07:05.237Z] 9a43de127aeb: Layer already exists [2026-06-23T03:07:05.237Z] 03ba6f53ebfc: Layer already exists [2026-06-23T03:07:05.503Z] latest: digest: sha256:31786426852494dacccd6f673d65619a5b5124abbf5065303e74a8147e85e5bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:05.869Z] + docker tag device-can-arm64 nexus3.edgexfoundry.org:10004/device-can-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:06.240Z] + docker push nexus3.edgexfoundry.org:10004/device-can-arm64:4.1.0-dev.1 [2026-06-23T03:07:06.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can-arm64] [2026-06-23T03:07:06.240Z] 780485e50879: Preparing [2026-06-23T03:07:06.240Z] 661c4d8c48a4: Preparing [2026-06-23T03:07:06.240Z] 6d0e829a0411: Preparing [2026-06-23T03:07:06.240Z] 14b1466100bc: Preparing [2026-06-23T03:07:06.240Z] 1605e12ab77d: Preparing [2026-06-23T03:07:06.240Z] 975f5b863729: Preparing [2026-06-23T03:07:06.240Z] dbf5cd252ccf: Preparing [2026-06-23T03:07:06.240Z] 7ae384c94dba: Preparing [2026-06-23T03:07:06.240Z] 9a43de127aeb: Preparing [2026-06-23T03:07:06.240Z] 0146445d3a76: Preparing [2026-06-23T03:07:06.240Z] 03ba6f53ebfc: Preparing [2026-06-23T03:07:06.240Z] 975f5b863729: Waiting [2026-06-23T03:07:06.240Z] dbf5cd252ccf: Waiting [2026-06-23T03:07:06.240Z] 7ae384c94dba: Waiting [2026-06-23T03:07:06.240Z] 9a43de127aeb: Waiting [2026-06-23T03:07:06.240Z] 0146445d3a76: Waiting [2026-06-23T03:07:06.240Z] 03ba6f53ebfc: Waiting [2026-06-23T03:07:06.240Z] 14b1466100bc: Layer already exists [2026-06-23T03:07:06.240Z] 780485e50879: Layer already exists [2026-06-23T03:07:06.240Z] 1605e12ab77d: Layer already exists [2026-06-23T03:07:06.240Z] 6d0e829a0411: Layer already exists [2026-06-23T03:07:06.240Z] 661c4d8c48a4: Layer already exists [2026-06-23T03:07:06.240Z] 975f5b863729: Layer already exists [2026-06-23T03:07:06.240Z] dbf5cd252ccf: Layer already exists [2026-06-23T03:07:06.240Z] 7ae384c94dba: Layer already exists [2026-06-23T03:07:06.240Z] 0146445d3a76: Layer already exists [2026-06-23T03:07:06.240Z] 9a43de127aeb: Layer already exists [2026-06-23T03:07:06.240Z] 03ba6f53ebfc: Layer already exists [2026-06-23T03:07:06.508Z] 4.1.0-dev.1: digest: sha256:31786426852494dacccd6f673d65619a5b5124abbf5065303e74a8147e85e5bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:06.861Z] + docker tag device-can-arm64 nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:07.228Z] + docker push nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T03:07:07.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can-arm64] [2026-06-23T03:07:07.228Z] 780485e50879: Preparing [2026-06-23T03:07:07.228Z] 661c4d8c48a4: Preparing [2026-06-23T03:07:07.228Z] 6d0e829a0411: Preparing [2026-06-23T03:07:07.228Z] 14b1466100bc: Preparing [2026-06-23T03:07:07.228Z] 1605e12ab77d: Preparing [2026-06-23T03:07:07.228Z] 975f5b863729: Preparing [2026-06-23T03:07:07.228Z] dbf5cd252ccf: Preparing [2026-06-23T03:07:07.228Z] 975f5b863729: Waiting [2026-06-23T03:07:07.228Z] 7ae384c94dba: Preparing [2026-06-23T03:07:07.228Z] dbf5cd252ccf: Waiting [2026-06-23T03:07:07.228Z] 9a43de127aeb: Preparing [2026-06-23T03:07:07.228Z] 7ae384c94dba: Waiting [2026-06-23T03:07:07.228Z] 0146445d3a76: Preparing [2026-06-23T03:07:07.228Z] 9a43de127aeb: Waiting [2026-06-23T03:07:07.228Z] 03ba6f53ebfc: Preparing [2026-06-23T03:07:07.228Z] 0146445d3a76: Waiting [2026-06-23T03:07:07.228Z] 03ba6f53ebfc: Waiting [2026-06-23T03:07:07.228Z] 6d0e829a0411: Layer already exists [2026-06-23T03:07:07.228Z] 780485e50879: Layer already exists [2026-06-23T03:07:07.228Z] 1605e12ab77d: Layer already exists [2026-06-23T03:07:07.228Z] 661c4d8c48a4: Layer already exists [2026-06-23T03:07:07.228Z] 14b1466100bc: Layer already exists [2026-06-23T03:07:07.228Z] 975f5b863729: Layer already exists [2026-06-23T03:07:07.228Z] 7ae384c94dba: Layer already exists [2026-06-23T03:07:07.228Z] 9a43de127aeb: Layer already exists [2026-06-23T03:07:07.228Z] dbf5cd252ccf: Layer already exists [2026-06-23T03:07:07.228Z] 0146445d3a76: Layer already exists [2026-06-23T03:07:07.228Z] 03ba6f53ebfc: Layer already exists [2026-06-23T03:07:07.494Z] aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1: digest: sha256:31786426852494dacccd6f673d65619a5b5124abbf5065303e74a8147e85e5bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:07.860Z] + docker tag device-can-arm64 nexus3.edgexfoundry.org:10004/device-can-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:08.214Z] + docker push nexus3.edgexfoundry.org:10004/device-can-arm64:main [2026-06-23T03:07:08.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-can-arm64] [2026-06-23T03:07:08.214Z] 780485e50879: Preparing [2026-06-23T03:07:08.214Z] 661c4d8c48a4: Preparing [2026-06-23T03:07:08.214Z] 6d0e829a0411: Preparing [2026-06-23T03:07:08.214Z] 14b1466100bc: Preparing [2026-06-23T03:07:08.214Z] 1605e12ab77d: Preparing [2026-06-23T03:07:08.214Z] 975f5b863729: Preparing [2026-06-23T03:07:08.214Z] dbf5cd252ccf: Preparing [2026-06-23T03:07:08.214Z] 7ae384c94dba: Preparing [2026-06-23T03:07:08.214Z] 9a43de127aeb: Preparing [2026-06-23T03:07:08.214Z] 0146445d3a76: Preparing [2026-06-23T03:07:08.214Z] 03ba6f53ebfc: Preparing [2026-06-23T03:07:08.214Z] 975f5b863729: Waiting [2026-06-23T03:07:08.214Z] dbf5cd252ccf: Waiting [2026-06-23T03:07:08.214Z] 7ae384c94dba: Waiting [2026-06-23T03:07:08.214Z] 9a43de127aeb: Waiting [2026-06-23T03:07:08.214Z] 0146445d3a76: Waiting [2026-06-23T03:07:08.214Z] 03ba6f53ebfc: Waiting [2026-06-23T03:07:08.214Z] 6d0e829a0411: Layer already exists [2026-06-23T03:07:08.214Z] 661c4d8c48a4: Layer already exists [2026-06-23T03:07:08.214Z] 780485e50879: Layer already exists [2026-06-23T03:07:08.214Z] 14b1466100bc: Layer already exists [2026-06-23T03:07:08.214Z] 1605e12ab77d: Layer already exists [2026-06-23T03:07:08.214Z] 7ae384c94dba: Layer already exists [2026-06-23T03:07:08.214Z] 0146445d3a76: Layer already exists [2026-06-23T03:07:08.214Z] dbf5cd252ccf: Layer already exists [2026-06-23T03:07:08.214Z] 9a43de127aeb: Layer already exists [2026-06-23T03:07:08.214Z] 975f5b863729: Layer already exists [2026-06-23T03:07:08.214Z] 03ba6f53ebfc: Layer already exists [2026-06-23T03:07:08.479Z] main: digest: sha256:31786426852494dacccd6f673d65619a5b5124abbf5065303e74a8147e85e5bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-06-23T03:07:08.569Z] ===================================================== [Pipeline] echo [2026-06-23T03:07:08.584Z] taggedImages: [2026-06-23T03:07:08.584Z] - nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a [2026-06-23T03:07:08.584Z] - nexus3.edgexfoundry.org:10004/device-can-arm64:latest [2026-06-23T03:07:08.584Z] - nexus3.edgexfoundry.org:10004/device-can-arm64:4.1.0-dev.1 [2026-06-23T03:07:08.584Z] - nexus3.edgexfoundry.org:10004/device-can-arm64:aed48e31bff184ba8c4ddb713ff7eafbc10fbe3a-4.1.0-dev.1 [2026-06-23T03:07:08.584Z] - nexus3.edgexfoundry.org:10004/device-can-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:08.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-06-23T03:07:08.972Z] [2026-06-23T03:07:08.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:09.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-06-23T03:07:09.304Z] arm64: Pulling from edgex-lftools-log-publisher [2026-06-23T03:07:09.304Z] 8998bd30e6a1: Pulling fs layer [2026-06-23T03:07:09.304Z] 04944245beec: Pulling fs layer [2026-06-23T03:07:09.304Z] 699f458cf7ca: Pulling fs layer [2026-06-23T03:07:09.304Z] 765212b225bb: Pulling fs layer [2026-06-23T03:07:09.304Z] f23df028b6ca: Pulling fs layer [2026-06-23T03:07:09.304Z] d65c8cfc05b1: Pulling fs layer [2026-06-23T03:07:09.304Z] 2437ff75d9bd: Pulling fs layer [2026-06-23T03:07:09.304Z] 765212b225bb: Waiting [2026-06-23T03:07:09.304Z] d65c8cfc05b1: Waiting [2026-06-23T03:07:09.304Z] 2437ff75d9bd: Waiting [2026-06-23T03:07:09.304Z] f23df028b6ca: Waiting [2026-06-23T03:07:09.575Z] 04944245beec: Verifying Checksum [2026-06-23T03:07:09.575Z] 04944245beec: Download complete [2026-06-23T03:07:09.575Z] 765212b225bb: Verifying Checksum [2026-06-23T03:07:09.575Z] 765212b225bb: Download complete [2026-06-23T03:07:09.575Z] f23df028b6ca: Verifying Checksum [2026-06-23T03:07:09.575Z] f23df028b6ca: Download complete [2026-06-23T03:07:09.575Z] d65c8cfc05b1: Verifying Checksum [2026-06-23T03:07:09.575Z] d65c8cfc05b1: Download complete [2026-06-23T03:07:09.841Z] 699f458cf7ca: Verifying Checksum [2026-06-23T03:07:09.841Z] 699f458cf7ca: Download complete [2026-06-23T03:07:10.107Z] 8998bd30e6a1: Download complete [2026-06-23T03:07:12.689Z] 2437ff75d9bd: Verifying Checksum [2026-06-23T03:07:12.689Z] 2437ff75d9bd: Download complete [2026-06-23T03:07:14.629Z] 8998bd30e6a1: Pull complete [2026-06-23T03:07:14.896Z] 04944245beec: Pull complete [2026-06-23T03:07:16.833Z] 699f458cf7ca: Pull complete [2026-06-23T03:07:16.833Z] 765212b225bb: Pull complete [2026-06-23T03:07:17.843Z] f23df028b6ca: Pull complete [2026-06-23T03:07:17.843Z] d65c8cfc05b1: Pull complete [2026-06-23T03:07:36.122Z] 2437ff75d9bd: Pull complete [2026-06-23T03:07:36.122Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-06-23T03:07:36.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-06-23T03:07:36.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:07:36.345Z] prd-ubuntu20.04-docker-arm64-4c-16g-13709 does not seem to be running inside a container [2026-06-23T03:07:36.414Z] $ 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/device-can/6 -v /w/workspace/device-can/6:/w/workspace/device-can/6:rw,z -v /w/workspace/device-can/6@tmp:/w/workspace/device-can/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2026-06-23T03:07:39.018Z] $ docker top c9dfd66dd84adf52a4a3ac6ea0f9d14984b0f9a9e1609125f6067bc278a6fcb5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:07:39.903Z] ---> job-cost.sh [2026-06-23T03:07:39.903Z] lf-activate-venv: SKIPPING [2026-06-23T03:07:39.903Z] INFO: No Stack... [2026-06-23T03:07:40.171Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-06-23T03:07:41.140Z] INFO: Archiving Costs [Pipeline] sh [2026-06-23T03:07:41.779Z] + cat /w/workspace/device-can/6/archives/cost.csv [2026-06-23T03:07:41.779Z] + cut -d, -f6 [Pipeline] lock [2026-06-23T03:07:41.837Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [2026-06-23T03:07:41.851Z] Resource [jenkins-edgexfoundry-device-can-main-6-stack-cost] did not exist. Created. [2026-06-23T03:07:41.858Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-06-23T03:07:42.271Z] /w/workspace/device-can/6@tmp/durable-b6204e06/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2026-06-23T03:07:42.908Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-06-23T03:07:42.935Z] Warning: overwriting stash ‘stack-cost’ [2026-06-23T03:07:43.361Z] Stashed 1 file(s) [Pipeline] } [2026-06-23T03:07:43.372Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-can-main-6-stack-cost] [Pipeline] // lock [Pipeline] } [2026-06-23T03:07:43.396Z] $ docker stop --time=1 c9dfd66dd84adf52a4a3ac6ea0f9d14984b0f9a9e1609125f6067bc278a6fcb5 [2026-06-23T03:07:44.885Z] $ docker rm -f --volumes c9dfd66dd84adf52a4a3ac6ea0f9d14984b0f9a9e1609125f6067bc278a6fcb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2026-06-23T03:07:45.609Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-23T03:07:45.609Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:45.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T03:07:45.921Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:07:46.008Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T03:07:46.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-06-23T03:07:48.424Z] $ docker top a2a2e2ea2d55f74968a1685aa3d3a4b077ed6691e97ff4aa491ef065b324fa1e -eo pid,comm [2026-06-23T03:07:48.460Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-06-23T03:07:48.460Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-23T03:07:48.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-23T03:07:48.524Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-23T03:07:48.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-23T03:07:48.652Z] $ docker exec a2a2e2ea2d55f74968a1685aa3d3a4b077ed6691e97ff4aa491ef065b324fa1e ssh-agent [2026-06-23T03:07:48.795Z] SSH_AUTH_SOCK=/tmp/ssh-c4Y7pSOSIXyS/agent.13 [2026-06-23T03:07:48.795Z] SSH_AGENT_PID=19 [2026-06-23T03:07:48.801Z] Running ssh-add (command line suppressed) [2026-06-23T03:07:48.909Z] Identity added: /w/workspace/edgexfoundry_device-can_main@tmp/private_key_8023617139546999284.key (/w/workspace/edgexfoundry_device-can_main@tmp/private_key_8023617139546999284.key) [2026-06-23T03:07:48.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-23T03:07:49.213Z] + git semver tag [2026-06-23T03:07:49.473Z] 2026-06-23 03:07:49,456 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,553 [run_tag] DEBUG tag force:False [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,553 [check_head_tag] DEBUG check head tag [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,554 [execute] INFO git cat-file --batch-check [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,554 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-can_main, stdin=, shell=False, universal_newlines=False) [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,556 [execute] INFO git cat-file --batch [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-can_main, stdin=, shell=False, universal_newlines=False) [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,560 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,560 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,560 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-can_main, stdin=None, shell=False, universal_newlines=False) [2026-06-23T03:07:49.734Z] 2026-06-23 03:07:49,563 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:07:49.734Z] 4.1.0-dev.1 [Pipeline] } [2026-06-23T03:07:49.752Z] $ docker exec --env ******** --env ******** a2a2e2ea2d55f74968a1685aa3d3a4b077ed6691e97ff4aa491ef065b324fa1e ssh-agent -k [2026-06-23T03:07:49.849Z] unset SSH_AUTH_SOCK; [2026-06-23T03:07:49.849Z] unset SSH_AGENT_PID; [2026-06-23T03:07:49.849Z] echo Agent pid 19 killed; [2026-06-23T03:07:49.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-23T03:07:50.193Z] + git semver [Pipeline] } [2026-06-23T03:07:50.780Z] $ docker stop --time=1 a2a2e2ea2d55f74968a1685aa3d3a4b077ed6691e97ff4aa491ef065b324fa1e [2026-06-23T03:07:53.132Z] $ docker rm -f --volumes a2a2e2ea2d55f74968a1685aa3d3a4b077ed6691e97ff4aa491ef065b324fa1e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:53.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-23T03:07:53.842Z] [2026-06-23T03:07:53.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:07:54.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-23T03:07:54.414Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-06-23T03:07:54.414Z] ab5ef0e58194: Pulling fs layer [2026-06-23T03:07:54.414Z] 9712f1f96733: Pulling fs layer [2026-06-23T03:07:54.414Z] 63f879dbbcfc: Pulling fs layer [2026-06-23T03:07:54.414Z] 0d9ebad4ef96: Pulling fs layer [2026-06-23T03:07:54.414Z] e9a5061849ea: Pulling fs layer [2026-06-23T03:07:54.414Z] d747dcd14b5f: Pulling fs layer [2026-06-23T03:07:54.414Z] 2de7ff778b66: Pulling fs layer [2026-06-23T03:07:54.414Z] e9a5061849ea: Waiting [2026-06-23T03:07:54.414Z] d747dcd14b5f: Waiting [2026-06-23T03:07:54.414Z] 0d9ebad4ef96: Waiting [2026-06-23T03:07:54.414Z] 2de7ff778b66: Waiting [2026-06-23T03:07:54.414Z] 9712f1f96733: Verifying Checksum [2026-06-23T03:07:54.414Z] 9712f1f96733: Download complete [2026-06-23T03:07:54.673Z] 63f879dbbcfc: Verifying Checksum [2026-06-23T03:07:54.673Z] 63f879dbbcfc: Download complete [2026-06-23T03:07:54.932Z] e9a5061849ea: Verifying Checksum [2026-06-23T03:07:54.932Z] e9a5061849ea: Download complete [2026-06-23T03:07:54.932Z] d747dcd14b5f: Verifying Checksum [2026-06-23T03:07:54.932Z] d747dcd14b5f: Download complete [2026-06-23T03:07:54.932Z] ab5ef0e58194: Download complete [2026-06-23T03:07:54.932Z] 0d9ebad4ef96: Verifying Checksum [2026-06-23T03:07:54.932Z] 0d9ebad4ef96: Download complete [2026-06-23T03:07:55.195Z] 2de7ff778b66: Verifying Checksum [2026-06-23T03:07:55.195Z] 2de7ff778b66: Download complete [2026-06-23T03:07:57.733Z] ab5ef0e58194: Pull complete [2026-06-23T03:07:57.992Z] 9712f1f96733: Pull complete [2026-06-23T03:07:58.252Z] 63f879dbbcfc: Pull complete [2026-06-23T03:08:03.521Z] 0d9ebad4ef96: Pull complete [2026-06-23T03:08:03.521Z] e9a5061849ea: Pull complete [2026-06-23T03:08:03.521Z] d747dcd14b5f: Pull complete [2026-06-23T03:08:04.459Z] 2de7ff778b66: Pull complete [2026-06-23T03:08:04.459Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-06-23T03:08:04.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-23T03:08:04.459Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:08:04.564Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T03:08:04.601Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2026-06-23T03:08:07.620Z] $ docker top df45adce0a4f20d8a15cab3f91f06c515c885ce2d148d25141484e05052b481b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-06-23T03:08:07.689Z] provisioning config files... [2026-06-23T03:08:07.698Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config11025895009764897537tmp [2026-06-23T03:08:07.712Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config4713655980326474310tmp [2026-06-23T03:08:07.723Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config16883249971693466839tmp [Pipeline] { [Pipeline] echo [2026-06-23T03:08:07.751Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:08.051Z] ---> sigul-configuration.sh [2026-06-23T03:08:08.051Z] gpg: directory `/root/.gnupg' created [2026-06-23T03:08:08.051Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-06-23T03:08:08.051Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-06-23T03:08:08.051Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-06-23T03:08:08.051Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-06-23T03:08:08.051Z] gpg: CAST5 encrypted data [2026-06-23T03:08:08.051Z] gpg: encrypted with 1 passphrase [2026-06-23T03:08:08.051Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-06-23T03:08:08.352Z] + mkdir /home/jenkins [2026-06-23T03:08:08.353Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-06-23T03:08:08.719Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2026-06-23T03:08:08.731Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:09.026Z] ---> sigul-install.sh [2026-06-23T03:08:09.026Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-06-23T03:08:09.325Z] + git tag --list [2026-06-23T03:08:09.325Z] v4.0 [2026-06-23T03:08:09.325Z] v4.0.0 [2026-06-23T03:08:09.325Z] v4.0.1 [2026-06-23T03:08:09.325Z] v4.1.0-dev.1 [Pipeline] sh [2026-06-23T03:08:09.620Z] + lftools sign git-tag v4.1.0-dev.1 [2026-06-23T03:08:10.189Z] Signing Git tag with Sigul... [2026-06-23T03:08:10.189Z] Signing v4.1.0-dev.1 [Pipeline] echo [2026-06-23T03:08:10.462Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:10.762Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-06-23T03:08:10.771Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-06-23T03:08:10.809Z] $ docker stop --time=1 df45adce0a4f20d8a15cab3f91f06c515c885ce2d148d25141484e05052b481b [2026-06-23T03:08:12.088Z] $ docker rm -f --volumes df45adce0a4f20d8a15cab3f91f06c515c885ce2d148d25141484e05052b481b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-06-23T03:08:12.531Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-23T03:08:12.531Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:08:12.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T03:08:12.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:08:12.930Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T03:08:12.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-06-23T03:08:13.212Z] $ docker top 78d25c6a6c3b40bbcf04dac48fc46780d9a4a5abafb2098369f79acaea724d7f -eo pid,comm [2026-06-23T03:08:13.250Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-06-23T03:08:13.250Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-23T03:08:13.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-23T03:08:13.310Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-23T03:08:13.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-23T03:08:13.429Z] $ docker exec 78d25c6a6c3b40bbcf04dac48fc46780d9a4a5abafb2098369f79acaea724d7f ssh-agent [2026-06-23T03:08:13.533Z] SSH_AUTH_SOCK=/tmp/ssh-3ookusoBBzct/agent.31 [2026-06-23T03:08:13.533Z] SSH_AGENT_PID=37 [2026-06-23T03:08:13.537Z] Running ssh-add (command line suppressed) [2026-06-23T03:08:13.638Z] Identity added: /w/workspace/edgexfoundry_device-can_main@tmp/private_key_8045653467028546549.key (/w/workspace/edgexfoundry_device-can_main@tmp/private_key_8045653467028546549.key) [2026-06-23T03:08:13.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-23T03:08:13.945Z] + git semver bump pre [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,142 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,146 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,146 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,147 [bump_version] DEBUG bumped version:4.1.0-dev.2 [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,147 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/edgexfoundry_device-can_main/.semver/main with force:True [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,147 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,147 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,149 [execute] INFO git cat-file --batch-check [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,149 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,152 [execute] INFO git cat-file --batch [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,153 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-23T03:08:14.205Z] 2026-06-23 03:08:14,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:08:14.205Z] 4.1.0-dev.2 [Pipeline] } [2026-06-23T03:08:14.222Z] $ docker exec --env ******** --env ******** 78d25c6a6c3b40bbcf04dac48fc46780d9a4a5abafb2098369f79acaea724d7f ssh-agent -k [2026-06-23T03:08:14.318Z] unset SSH_AUTH_SOCK; [2026-06-23T03:08:14.319Z] unset SSH_AGENT_PID; [2026-06-23T03:08:14.319Z] echo Agent pid 37 killed; [2026-06-23T03:08:14.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-23T03:08:14.652Z] + git semver [Pipeline] } [2026-06-23T03:08:14.927Z] $ docker stop --time=1 78d25c6a6c3b40bbcf04dac48fc46780d9a4a5abafb2098369f79acaea724d7f [2026-06-23T03:08:16.183Z] $ docker rm -f --volumes 78d25c6a6c3b40bbcf04dac48fc46780d9a4a5abafb2098369f79acaea724d7f [Pipeline] // withDockerContainer [Pipeline] sh [2026-06-23T03:08:16.543Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-23T03:08:16.543Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:08:16.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-23T03:08:16.851Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:08:16.935Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T03:08:16.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-06-23T03:08:17.218Z] $ docker top 1a438370b35abbc5db596616d76ed005beed3afcd4cbef2c823fedb8c535baf9 -eo pid,comm [2026-06-23T03:08:17.255Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-06-23T03:08:17.255Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-23T03:08:17.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-23T03:08:17.323Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-23T03:08:17.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-23T03:08:17.450Z] $ docker exec 1a438370b35abbc5db596616d76ed005beed3afcd4cbef2c823fedb8c535baf9 ssh-agent [2026-06-23T03:08:17.554Z] SSH_AUTH_SOCK=/tmp/ssh-FQiX0TnFAkwI/agent.31 [2026-06-23T03:08:17.554Z] SSH_AGENT_PID=37 [2026-06-23T03:08:17.582Z] Running ssh-add (command line suppressed) [2026-06-23T03:08:17.679Z] Identity added: /w/workspace/edgexfoundry_device-can_main@tmp/private_key_10501687886382420165.key (/w/workspace/edgexfoundry_device-can_main@tmp/private_key_10501687886382420165.key) [2026-06-23T03:08:17.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-23T03:08:18.070Z] + git semver push [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,206 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,210 [run_push] DEBUG push [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,211 [execute] INFO git cat-file --batch-check [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,211 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,213 [execute] INFO git rev-list 5cb913eddb09a3ea0117d17d9bbcc61adc84a247 -- [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,213 [execute] DEBUG Popen(['git', 'rev-list', '5cb913eddb09a3ea0117d17d9bbcc61adc84a247', '--'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,217 [execute] INFO git fetch -v -- origin [2026-06-23T03:08:18.359Z] 2026-06-23 03:08:18,217 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=None, shell=False, universal_newlines=True) [2026-06-23T03:08:18.962Z] 2026-06-23 03:08:18,737 [run_push] DEBUG no remote changes detected [2026-06-23T03:08:18.962Z] 2026-06-23 03:08:18,737 [execute] INFO git push origin semver [2026-06-23T03:08:18.962Z] 2026-06-23 03:08:18,737 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-can_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-06-23T03:08:19.955Z] 2026-06-23 03:08:19,843 [run_push] DEBUG push all version tags [2026-06-23T03:08:19.955Z] 2026-06-23 03:08:19,843 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-06-23T03:08:19.955Z] 2026-06-23 03:08:19,843 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-can_main, stdin=None, shell=False, universal_newlines=False) [2026-06-23T03:08:20.894Z] 2026-06-23 03:08:20,854 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-can_main/.semver/main [2026-06-23T03:08:20.894Z] 4.1.0-dev.2 [Pipeline] } [2026-06-23T03:08:20.911Z] $ docker exec --env ******** --env ******** 1a438370b35abbc5db596616d76ed005beed3afcd4cbef2c823fedb8c535baf9 ssh-agent -k [2026-06-23T03:08:20.997Z] unset SSH_AUTH_SOCK; [2026-06-23T03:08:20.997Z] unset SSH_AGENT_PID; [2026-06-23T03:08:20.997Z] echo Agent pid 37 killed; [2026-06-23T03:08:21.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-23T03:08:21.359Z] + git semver [Pipeline] } [2026-06-23T03:08:21.639Z] $ docker stop --time=1 1a438370b35abbc5db596616d76ed005beed3afcd4cbef2c823fedb8c535baf9 [2026-06-23T03:08:22.900Z] $ docker rm -f --volumes 1a438370b35abbc5db596616d76ed005beed3afcd4cbef2c823fedb8c535baf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-06-23T03:08:23.515Z] + [ -d /w/workspace/edgexfoundry_device-can_main/archives ] [2026-06-23T03:08:23.515Z] + ls -al /w/workspace/edgexfoundry_device-can_main/archives [2026-06-23T03:08:23.515Z] total 16 [2026-06-23T03:08:23.515Z] drwxr-xr-x 3 root root 4096 Jun 23 02:59 . [2026-06-23T03:08:23.515Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:08 .. [2026-06-23T03:08:23.515Z] drwxr-xr-x 2 root root 4096 Jun 23 02:59 cost [2026-06-23T03:08:23.515Z] -rw-r--r-- 1 root root 80 Jun 23 02:59 cost.csv [2026-06-23T03:08:23.515Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-can_main/archives [2026-06-23T03:08:23.515Z] + ls -al /w/workspace/edgexfoundry_device-can_main/archives [2026-06-23T03:08:23.515Z] total 16 [2026-06-23T03:08:23.515Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 02:59 . [2026-06-23T03:08:23.515Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:08 .. [2026-06-23T03:08:23.515Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 23 02:59 cost [2026-06-23T03:08:23.515Z] -rw-r--r-- 1 jenkins jenkins 80 Jun 23 02:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:23.820Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:24.684Z] ---> package-listing.sh [2026-06-23T03:08:24.684Z] ++ facter osfamily [2026-06-23T03:08:24.684Z] ++ tr '[:upper:]' '[:lower:]' [2026-06-23T03:08:24.945Z] + OS_FAMILY=debian [2026-06-23T03:08:24.945Z] + workspace=/w/workspace/edgexfoundry_device-can_main [2026-06-23T03:08:24.945Z] + START_PACKAGES=/tmp/packages_start.txt [2026-06-23T03:08:24.945Z] + END_PACKAGES=/tmp/packages_end.txt [2026-06-23T03:08:24.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-06-23T03:08:24.945Z] + PACKAGES=/tmp/packages_start.txt [2026-06-23T03:08:24.945Z] + '[' /w/workspace/edgexfoundry_device-can_main ']' [2026-06-23T03:08:24.945Z] + PACKAGES=/tmp/packages_end.txt [2026-06-23T03:08:24.945Z] + case "${OS_FAMILY}" in [2026-06-23T03:08:24.945Z] + dpkg -l [2026-06-23T03:08:24.945Z] + grep '^ii' [2026-06-23T03:08:24.945Z] + '[' -f /tmp/packages_start.txt ']' [2026-06-23T03:08:24.945Z] + '[' -f /tmp/packages_end.txt ']' [2026-06-23T03:08:24.945Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-06-23T03:08:24.945Z] + '[' /w/workspace/edgexfoundry_device-can_main ']' [2026-06-23T03:08:24.945Z] + mkdir -p /w/workspace/edgexfoundry_device-can_main/archives/ [2026-06-23T03:08:24.945Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-can_main/archives/ [Pipeline] echo [2026-06-23T03:08:24.959Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-can_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-06-23T03:08:25.239Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-23T03:08:25.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-23T03:08:25.810Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-23T03:08:25.892Z] prd-ubuntu20.04-docker-8c-8g-13707 does not seem to be running inside a container [2026-06-23T03:08:25.928Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-can_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-can_main -v /w/workspace/edgexfoundry_device-can_main:/w/workspace/edgexfoundry_device-can_main:rw,z -v /w/workspace/edgexfoundry_device-can_main@tmp:/w/workspace/edgexfoundry_device-can_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-06-23T03:08:26.140Z] $ docker top 5f000d6f0953662887acb2278370087e95695b3e1cc2548b3c030c2de1b7a584 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-23T03:08:26.487Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-06-23T03:08:26.776Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-06-23T03:08:27.066Z] + ls /var/log/sa-host [2026-06-23T03:08:27.066Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-23T03:08:27.256Z] provisioning config files... [2026-06-23T03:08:27.267Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-can_main@tmp/config13869047378728657318tmp [Pipeline] { [Pipeline] echo [2026-06-23T03:08:27.287Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:27.573Z] ---> create-netrc.sh [Pipeline] } [2026-06-23T03:08:27.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:27.926Z] ---> python-tools-install.sh [Pipeline] echo [2026-06-23T03:08:27.938Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:28.226Z] ---> sudo-logs.sh [2026-06-23T03:08:28.226Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-06-23T03:08:28.268Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:28.549Z] ---> job-cost.sh [2026-06-23T03:08:28.549Z] lf-activate-venv: SKIPPING [2026-06-23T03:08:28.549Z] DEBUG: total: 0.2199999988079071 [2026-06-23T03:08:28.549Z] INFO: Retrieving Stack Cost... [2026-06-23T03:08:28.808Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-06-23T03:08:29.069Z] INFO: Archiving Costs [Pipeline] echo [2026-06-23T03:08:29.081Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-23T03:08:29.377Z] ---> logs-deploy.sh [2026-06-23T03:08:29.377Z] lf-activate-venv: SKIPPING [2026-06-23T03:08:29.377Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-can/main/6 [2026-06-23T03:08:29.377Z] INFO: archiving workspace using pattern(s): [2026-06-23T03:08:30.316Z] Archives upload complete. [2026-06-23T03:08:30.316Z] INFO: archiving logs to Nexus