Pull request #61 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-coap-c Obtained Jenkinsfile from 73566779ecb7c2791a9b059944f45d3dd8a18193+4a255a314fba9bd700f29efc4e55a4a3c596992f (d26a35814f47c4196469d4f2f884001a073e9c43) 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-ssh6407746265221486982.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh17348004041695492704.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-coap-c/branches/PR-61/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-coap-c/branches/PR-61/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8086170366232498088.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-coap-c/branches/PR-61/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13374257554999928959.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5006426020031289886.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-coap-c/branches/PR-61/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-coap-c/branches/PR-61/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14223863528103501531.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-coap-c, dockerImageName:device-coap, 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-coap-c-settings PROJECT: device-coap-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-coap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-36661 in /w/workspace/edgexfoundry_device-coap-c_PR-61 [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-coap-c.git > git init /w/workspace/edgexfoundry_device-coap-c_PR-61 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-coap-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-coap-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 4a255a314fba9bd700f29efc4e55a4a3c596992f into PR head commit 73566779ecb7c2791a9b059944f45d3dd8a18193 Merge succeeded, producing 73566779ecb7c2791a9b059944f45d3dd8a18193 Checking out Revision 73566779ecb7c2791a9b059944f45d3dd8a18193 (PR-61) > git config remote.origin.url git@github.com:edgexfoundry/device-coap-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-coap-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-coap-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-coap-c.git +refs/pull/61/head:refs/remotes/origin/PR-61 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73566779ecb7c2791a9b059944f45d3dd8a18193 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a255a314fba9bd700f29efc4e55a4a3c596992f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73566779ecb7c2791a9b059944f45d3dd8a18193 # timeout=10 Commit message: "build: move to SDK v4.0.0-dev.14" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-01-14T01:39:26.664Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-01-14T01:39:26.847Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-01-14T01:39:26.953Z] ========================================================= [2025-01-14T01:39:26.953Z] EdgeX Global Pipelines Version Info [2025-01-14T01:39:26.953Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:39:27.743Z] ------------------- [2025-01-14T01:39:27.743Z] stable info: [2025-01-14T01:39:27.743Z] ------------------- [2025-01-14T01:39:27.743Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-01-14T01:39:27.743Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-01-14T01:39:27.743Z] Message: update stable to v1.0.269 [2025-01-14T01:39:28.315Z] ------------------- [2025-01-14T01:39:28.315Z] experimental info: [2025-01-14T01:39:28.315Z] ------------------- [2025-01-14T01:39:28.315Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-01-14T01:39:28.315Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-01-14T01:39:28.315Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-01-14T01:39:28.535Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-coap-c-settings [Pipeline] echo [2025-01-14T01:39:28.589Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-coap-c [Pipeline] echo [2025-01-14T01:39:28.646Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-01-14T01:39:28.699Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-01-14T01:39:28.752Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-01-14T01:39:28.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2025-01-14T01:39:28.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2025-01-14T01:39:28.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-01-14T01:39:28.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-01-14T01:39:29.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-coap [Pipeline] echo [2025-01-14T01:39:29.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-01-14T01:39:29.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-01-14T01:39:29.171Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-01-14T01:39:29.229Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-01-14T01:39:29.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-01-14T01:39:29.349Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-01-14T01:39:29.398Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-01-14T01:39:29.456Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-61 [Pipeline] echo [2025-01-14T01:39:29.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-61 [Pipeline] echo [2025-01-14T01:39:29.565Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-61 [Pipeline] echo [2025-01-14T01:39:29.622Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo [2025-01-14T01:39:29.674Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7356677 [Pipeline] echo [2025-01-14T01:39:29.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-01-14T01:39:29.860Z] provisioning config files... [2025-01-14T01:39:29.875Z] copy managed file [device-coap-c-settings] to file:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/config17040012998309177431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:39:30.259Z] ---> ****-login.sh [2025-01-14T01:39:30.259Z] nexus3.edgexfoundry.org:10001 [2025-01-14T01:39:30.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:30.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:30.783Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:30.783Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:30.783Z] [2025-01-14T01:39:30.783Z] Login Succeeded [2025-01-14T01:39:30.783Z] nexus3.edgexfoundry.org:10002 [2025-01-14T01:39:30.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:30.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:30.784Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:30.784Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:30.784Z] [2025-01-14T01:39:30.784Z] Login Succeeded [2025-01-14T01:39:30.784Z] nexus3.edgexfoundry.org:10003 [2025-01-14T01:39:30.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:31.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:31.045Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:31.045Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:31.045Z] [2025-01-14T01:39:31.045Z] Login Succeeded [2025-01-14T01:39:31.045Z] nexus3.edgexfoundry.org:10004 [2025-01-14T01:39:31.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:31.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:31.045Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:31.045Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:31.045Z] [2025-01-14T01:39:31.045Z] Login Succeeded [2025-01-14T01:39:31.045Z] ****.io [2025-01-14T01:39:31.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:31.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:31.306Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:31.306Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:31.306Z] [2025-01-14T01:39:31.306Z] Login Succeeded [2025-01-14T01:39:31.306Z] ---> ****-login.sh ends [Pipeline] } [2025-01-14T01:39:31.336Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2025-01-14T01:39:32.004Z] + git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo [2025-01-14T01:39:32.053Z] -----------> git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 73566779ecb7c2791a9b059944f45d3dd8a18193 [false] [Pipeline] sh [2025-01-14T01:39:32.377Z] + git log --format=format:%s -1 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo [2025-01-14T01:39:32.419Z] ========================================================= [2025-01-14T01:39:32.419Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-01-14T01:39:32.419Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-01-14T01:39:33.375Z] + git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo [2025-01-14T01:39:33.413Z] -----------> git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 73566779ecb7c2791a9b059944f45d3dd8a18193 [false] [Pipeline] sh [2025-01-14T01:39:33.733Z] + git log --format=format:%s -1 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo [2025-01-14T01:39:33.766Z] ========================================================= [2025-01-14T01:39:33.766Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-01-14T01:39:33.766Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-01-14T01:39:34.275Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-01-14T01:39:34.276Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-01-14T01:39:34.276Z] + [ -e /tmp/ssh_known_hosts ] [2025-01-14T01:39:34.276Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-01-14T01:39:34.276Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-01-14T01:39:34.276Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-01-14T01:39:34.276Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:39:34.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-01-14T01:39:34.813Z] [2025-01-14T01:39:34.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:39:35.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-01-14T01:39:35.206Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-01-14T01:39:35.206Z] b85a868b505f: Pulling fs layer [2025-01-14T01:39:35.206Z] e2be974225ed: Pulling fs layer [2025-01-14T01:39:35.206Z] 339a4e72a1f5: Pulling fs layer [2025-01-14T01:39:35.206Z] 988bab9f4d93: Pulling fs layer [2025-01-14T01:39:35.206Z] 988bab9f4d93: Waiting [2025-01-14T01:39:35.206Z] 1469e6f7b9e6: Pulling fs layer [2025-01-14T01:39:35.206Z] eaf3925da568: Pulling fs layer [2025-01-14T01:39:35.206Z] bab4dde63d76: Pulling fs layer [2025-01-14T01:39:35.206Z] bde34c3a00c8: Pulling fs layer [2025-01-14T01:39:35.206Z] b352a97aabf1: Pulling fs layer [2025-01-14T01:39:35.206Z] 1469e6f7b9e6: Waiting [2025-01-14T01:39:35.206Z] eaf3925da568: Waiting [2025-01-14T01:39:35.206Z] bab4dde63d76: Waiting [2025-01-14T01:39:35.206Z] bde34c3a00c8: Waiting [2025-01-14T01:39:35.206Z] 4872d77fe225: Pulling fs layer [2025-01-14T01:39:35.206Z] 5851b861e8e6: Pulling fs layer [2025-01-14T01:39:35.206Z] 4872d77fe225: Waiting [2025-01-14T01:39:35.206Z] e2be974225ed: Download complete [2025-01-14T01:39:35.206Z] 988bab9f4d93: Verifying Checksum [2025-01-14T01:39:35.206Z] 988bab9f4d93: Download complete [2025-01-14T01:39:35.206Z] 1469e6f7b9e6: Verifying Checksum [2025-01-14T01:39:35.206Z] 1469e6f7b9e6: Download complete [2025-01-14T01:39:35.206Z] eaf3925da568: Verifying Checksum [2025-01-14T01:39:35.206Z] eaf3925da568: Download complete [2025-01-14T01:39:35.465Z] 339a4e72a1f5: Verifying Checksum [2025-01-14T01:39:35.465Z] 339a4e72a1f5: Download complete [2025-01-14T01:39:35.465Z] bde34c3a00c8: Verifying Checksum [2025-01-14T01:39:35.465Z] bde34c3a00c8: Download complete [2025-01-14T01:39:35.465Z] b352a97aabf1: Verifying Checksum [2025-01-14T01:39:35.465Z] b352a97aabf1: Download complete [2025-01-14T01:39:35.465Z] 4872d77fe225: Download complete [2025-01-14T01:39:35.465Z] 5851b861e8e6: Download complete [2025-01-14T01:39:35.465Z] b85a868b505f: Verifying Checksum [2025-01-14T01:39:35.465Z] b85a868b505f: Download complete [2025-01-14T01:39:35.724Z] bab4dde63d76: Verifying Checksum [2025-01-14T01:39:35.724Z] bab4dde63d76: Download complete [2025-01-14T01:39:36.664Z] b85a868b505f: Pull complete [2025-01-14T01:39:36.664Z] e2be974225ed: Pull complete [2025-01-14T01:39:37.234Z] 339a4e72a1f5: Pull complete [2025-01-14T01:39:37.234Z] 988bab9f4d93: Pull complete [2025-01-14T01:39:37.500Z] 1469e6f7b9e6: Pull complete [2025-01-14T01:39:37.500Z] eaf3925da568: Pull complete [2025-01-14T01:39:39.421Z] bab4dde63d76: Pull complete [2025-01-14T01:39:39.421Z] bde34c3a00c8: Pull complete [2025-01-14T01:39:39.421Z] b352a97aabf1: Pull complete [2025-01-14T01:39:39.421Z] 4872d77fe225: Pull complete [2025-01-14T01:39:39.421Z] 5851b861e8e6: Pull complete [2025-01-14T01:39:39.421Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-01-14T01:39:39.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-01-14T01:39:39.421Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-01-14T01:39:39.718Z] prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container [2025-01-14T01:39:39.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-coap-c_PR-61 -v /w/workspace/edgexfoundry_device-coap-c_PR-61:/w/workspace/edgexfoundry_device-coap-c_PR-61:rw,z -v /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-01-14T01:39:43.112Z] $ docker top 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 -eo pid,comm [2025-01-14T01:39:43.180Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-01-14T01:39:43.180Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-01-14T01:39:43.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-01-14T01:39:43.347Z] [ssh-agent] Looking for ssh-agent implementation... [2025-01-14T01:39:43.465Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-01-14T01:39:43.464Z] $ docker exec 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent [2025-01-14T01:39:43.580Z] SSH_AUTH_SOCK=/tmp/ssh-3lEElNwIktep/agent.32 [2025-01-14T01:39:43.580Z] SSH_AGENT_PID=38 [2025-01-14T01:39:43.589Z] Running ssh-add (command line suppressed) [2025-01-14T01:39:43.685Z] Identity added: /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/private_key_7623614784800209101.key (/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/private_key_7623614784800209101.key) [2025-01-14T01:39:43.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-01-14T01:39:44.050Z] + git tag --points-at HEAD [Pipeline] } [2025-01-14T01:39:44.075Z] $ docker exec --env ******** --env ******** 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent -k [2025-01-14T01:39:44.170Z] unset SSH_AUTH_SOCK; [2025-01-14T01:39:44.171Z] unset SSH_AGENT_PID; [2025-01-14T01:39:44.171Z] echo Agent pid 38 killed; [2025-01-14T01:39:44.184Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-01-14T01:39:44.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-01-14T01:39:44.295Z] [ssh-agent] Looking for ssh-agent implementation... [2025-01-14T01:39:44.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-01-14T01:39:44.414Z] $ docker exec 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent [2025-01-14T01:39:44.527Z] SSH_AUTH_SOCK=/tmp/ssh-phkwliVNuiqc/agent.71 [2025-01-14T01:39:44.527Z] SSH_AGENT_PID=77 [2025-01-14T01:39:44.530Z] Running ssh-add (command line suppressed) [2025-01-14T01:39:44.621Z] Identity added: /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/private_key_4088291481698749075.key (/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/private_key_4088291481698749075.key) [2025-01-14T01:39:44.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-01-14T01:39:44.964Z] + git semver init [2025-01-14T01:39:45.223Z] 2025-01-14 01:39:45,132 [run_init] DEBUG init version:0.0.0 force:False [2025-01-14T01:39:45.223Z] 2025-01-14 01:39:45,132 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver [2025-01-14T01:39:45.223Z] 2025-01-14 01:39:45,133 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-coap-c.git /w/workspace/edgexfoundry_device-coap-c_PR-61/.semver [2025-01-14T01:39:45.223Z] 2025-01-14 01:39:45,133 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-coap-c.git', '/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver'], cwd=/w/workspace/edgexfoundry_device-coap-c_PR-61, universal_newlines=False, shell=None, istream=None) [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,728 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-coap-c_PR-61/.git/info/exclude [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,729 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver/PR-61 with force:False [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,729 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver/PR-61 [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,734 [execute] INFO git cat-file --batch-check [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver, universal_newlines=False, shell=None, istream=) [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,742 [execute] INFO git cat-file --batch [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,742 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver, universal_newlines=False, shell=None, istream=) [2025-01-14T01:39:45.792Z] 2025-01-14 01:39:45,748 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-coap-c_PR-61/.semver/PR-61 [2025-01-14T01:39:45.792Z] 0.0.0 [Pipeline] } [2025-01-14T01:39:45.814Z] $ docker exec --env ******** --env ******** 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent -k [2025-01-14T01:39:45.906Z] unset SSH_AUTH_SOCK; [2025-01-14T01:39:45.907Z] unset SSH_AGENT_PID; [2025-01-14T01:39:45.907Z] echo Agent pid 77 killed; [2025-01-14T01:39:45.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-01-14T01:39:46.376Z] + git semver [Pipeline] } [2025-01-14T01:39:46.657Z] $ docker stop --time=1 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 [2025-01-14T01:39:48.429Z] $ docker rm -f --volumes 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-01-14T01:39:48.933Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-01-14T01:39:49.285Z] Stashed 1 file(s) [Pipeline] echo [2025-01-14T01:39:49.310Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-01-14T01:39:50.338Z] provisioning config files... [2025-01-14T01:39:50.347Z] copy managed file [device-coap-c-settings] to file:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/config18018532697808339322tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:39:50.816Z] ---> ****-login.sh [2025-01-14T01:39:50.816Z] nexus3.edgexfoundry.org:10001 [2025-01-14T01:39:50.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:50.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:50.816Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:50.816Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:50.816Z] [2025-01-14T01:39:50.816Z] Login Succeeded [2025-01-14T01:39:50.816Z] nexus3.edgexfoundry.org:10002 [2025-01-14T01:39:50.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:50.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:50.816Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:50.816Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:50.816Z] [2025-01-14T01:39:50.816Z] Login Succeeded [2025-01-14T01:39:50.816Z] nexus3.edgexfoundry.org:10003 [2025-01-14T01:39:51.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:51.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:51.076Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:51.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:51.076Z] [2025-01-14T01:39:51.076Z] Login Succeeded [2025-01-14T01:39:51.076Z] nexus3.edgexfoundry.org:10004 [2025-01-14T01:39:51.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:51.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:51.076Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:51.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:51.076Z] [2025-01-14T01:39:51.076Z] Login Succeeded [2025-01-14T01:39:51.076Z] ****.io [2025-01-14T01:39:51.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-01-14T01:39:51.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-01-14T01:39:51.340Z] Configure a credential helper to remove this warning. See [2025-01-14T01:39:51.340Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-01-14T01:39:51.340Z] [2025-01-14T01:39:51.340Z] Login Succeeded [2025-01-14T01:39:51.340Z] ---> ****-login.sh ends [Pipeline] } [2025-01-14T01:39:51.371Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-01-14T01:39:51.591Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-01-14T01:39:51.630Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2025-01-14T01:39:51.669Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-01-14T01:39:51.711Z] ========================================================= [2025-01-14T01:39:51.711Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2025-01-14T01:39:51.711Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:39:52.145Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2025-01-14T01:39:52.145Z] Sending build context to Docker daemon 557.6kB [2025-01-14T01:39:52.145Z] Step 1/14 : ARG BASE=alpine:3.20 [2025-01-14T01:39:52.145Z] Step 2/14 : FROM ${BASE} [2025-01-14T01:39:52.145Z] latest: Pulling from edgex-devops/edgex-gcc-base [2025-01-14T01:39:52.145Z] 96526aa774ef: Pulling fs layer [2025-01-14T01:39:52.145Z] da60e534fd72: Pulling fs layer [2025-01-14T01:39:52.405Z] 96526aa774ef: Verifying Checksum [2025-01-14T01:39:52.405Z] 96526aa774ef: Download complete [2025-01-14T01:39:52.405Z] 96526aa774ef: Pull complete [2025-01-14T01:39:52.976Z] da60e534fd72: Verifying Checksum [2025-01-14T01:39:52.976Z] da60e534fd72: Download complete [2025-01-14T01:39:56.282Z] da60e534fd72: Pull complete [2025-01-14T01:39:56.282Z] Digest: sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-01-14T01:39:56.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2025-01-14T01:39:56.282Z] ---> 6605166a5db4 [2025-01-14T01:39:56.282Z] Step 3/14 : LABEL maintainer="Ken Bannister " [2025-01-14T01:39:58.820Z] ---> Running in 6ab1a92498da [2025-01-14T01:39:58.820Z] Removing intermediate container 6ab1a92498da [2025-01-14T01:39:58.820Z] ---> 4d1d193241b4 [2025-01-14T01:39:58.820Z] Step 4/14 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-01-14T01:39:58.820Z] ---> Running in eecec83ac471 [2025-01-14T01:39:59.079Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-01-14T01:39:59.650Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-01-14T01:39:59.650Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-01-14T01:39:59.650Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-01-14T01:39:59.918Z] Removing intermediate container eecec83ac471 [2025-01-14T01:39:59.918Z] ---> e47844f28408 [2025-01-14T01:39:59.918Z] Step 5/14 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-01-14T01:39:59.918Z] ---> Running in ea0dd4d25164 [2025-01-14T01:40:00.488Z] Removing intermediate container ea0dd4d25164 [2025-01-14T01:40:00.488Z] ---> 9794a5a872fa [2025-01-14T01:40:00.488Z] Step 6/14 : RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev dumb-init [2025-01-14T01:40:00.488Z] ---> Running in 74ee85b490d9 [2025-01-14T01:40:00.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:01.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:01.269Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:01.848Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:40:01.848Z] (1/18) Installing dumb-init (1.2.5-r2) [2025-01-14T01:40:01.848Z] (2/18) Installing hiredis (1.1.0-r2) [2025-01-14T01:40:01.848Z] (3/18) Installing hiredis-dev (1.1.0-r2) [2025-01-14T01:40:02.110Z] (4/18) Installing libcbor (0.10.2-r1) [2025-01-14T01:40:02.110Z] (5/18) Installing iotech-iot-1.5 (1.5.5-r0) [2025-01-14T01:40:03.065Z] (6/18) Installing iotech-iot-1.5-dev (1.5.5-r0) [2025-01-14T01:40:03.065Z] (7/18) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) [2025-01-14T01:40:03.065Z] (8/18) Installing libcbor-dev (0.10.2-r1) [2025-01-14T01:40:03.328Z] (9/18) Installing libmenuw (6.4_p20230506-r0) [2025-01-14T01:40:03.328Z] (10/18) Installing libpanelw (6.4_p20230506-r0) [2025-01-14T01:40:03.328Z] (11/18) Installing libncurses++ (6.4_p20230506-r0) [2025-01-14T01:40:03.328Z] (12/18) Installing ncurses-dev (6.4_p20230506-r0) [2025-01-14T01:40:03.328Z] (13/18) Installing libblkid (2.38.1-r8) [2025-01-14T01:40:03.328Z] (14/18) Installing libuuid (2.38.1-r8) [2025-01-14T01:40:03.328Z] (15/18) Installing libfdisk (2.38.1-r8) [2025-01-14T01:40:03.328Z] (16/18) Installing libmount (2.38.1-r8) [2025-01-14T01:40:03.328Z] (17/18) Installing libsmartcols (2.38.1-r8) [2025-01-14T01:40:03.328Z] (18/18) Installing util-linux-dev (2.38.1-r8) [2025-01-14T01:40:03.328Z] Executing busybox-1.36.1-r4.trigger [2025-01-14T01:40:03.328Z] OK: 336 MiB in 100 packages [2025-01-14T01:40:04.272Z] Removing intermediate container 74ee85b490d9 [2025-01-14T01:40:04.272Z] ---> d5e33017c414 [2025-01-14T01:40:04.272Z] Step 7/14 : RUN apk --no-cache upgrade [2025-01-14T01:40:04.272Z] ---> Running in ab18a283fc5d [2025-01-14T01:40:04.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:04.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:04.532Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:05.101Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:40:05.101Z] Upgrading critical system libraries and apk-tools: [2025-01-14T01:40:05.101Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2025-01-14T01:40:05.101Z] Executing busybox-1.36.1-r4.trigger [2025-01-14T01:40:05.101Z] Continuing the upgrade transaction with new apk-tools: [2025-01-14T01:40:05.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:05.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:05.361Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:05.930Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:40:05.930Z] (1/19) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2025-01-14T01:40:05.930Z] Executing busybox-1.36.1-r7.post-upgrade [2025-01-14T01:40:05.930Z] (2/19) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2025-01-14T01:40:05.930Z] (3/19) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2025-01-14T01:40:05.930Z] (4/19) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.7-r1) [2025-01-14T01:40:05.930Z] (5/19) Upgrading libssl3 (3.1.4-r0 -> 3.1.7-r1) [2025-01-14T01:40:05.930Z] (6/19) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2025-01-14T01:40:05.930Z] (7/19) Upgrading libexpat (2.5.0-r1 -> 2.6.4-r0) [2025-01-14T01:40:05.930Z] (8/19) Upgrading libarchive (3.7.2-r0 -> 3.7.7-r0) [2025-01-14T01:40:05.930Z] (9/19) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2025-01-14T01:40:05.930Z] (10/19) Installing libpsl (0.21.5-r0) [2025-01-14T01:40:05.930Z] (11/19) Upgrading libcurl (8.4.0-r0 -> 8.11.1-r0) [2025-01-14T01:40:05.930Z] (12/19) Installing libpsl-utils (0.21.5-r0) [2025-01-14T01:40:05.930Z] (13/19) Installing libpsl-dev (0.21.5-r0) [2025-01-14T01:40:05.930Z] (14/19) Upgrading openssl-dev (3.1.4-r0 -> 3.1.7-r1) [2025-01-14T01:40:05.930Z] (15/19) Upgrading curl-dev (8.4.0-r0 -> 8.11.1-r0) [2025-01-14T01:40:05.930Z] (16/19) Upgrading git (2.40.1-r0 -> 2.40.3-r0) [2025-01-14T01:40:06.189Z] (17/19) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2025-01-14T01:40:06.189Z] (18/19) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2025-01-14T01:40:06.189Z] (19/19) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2025-01-14T01:40:06.189Z] Executing busybox-1.36.1-r7.trigger [2025-01-14T01:40:06.189Z] Executing ca-certificates-20241121-r1.trigger [2025-01-14T01:40:06.189Z] OK: 337 MiB in 103 packages [2025-01-14T01:40:07.574Z] Removing intermediate container ab18a283fc5d [2025-01-14T01:40:07.574Z] ---> 8e5cf1f7312d [2025-01-14T01:40:07.574Z] Step 8/14 : COPY scripts /device-coap/scripts [2025-01-14T01:40:07.574Z] ---> 6dcc0f552992 [2025-01-14T01:40:07.574Z] Step 9/14 : COPY src /device-coap/src/ [2025-01-14T01:40:07.574Z] ---> b6909f68e1bf [2025-01-14T01:40:07.574Z] Step 10/14 : COPY VERSION /device-coap [2025-01-14T01:40:07.836Z] ---> bdcb589834dc [2025-01-14T01:40:07.836Z] Step 11/14 : RUN mkdir -p /device-coap/build [2025-01-14T01:40:07.836Z] ---> Running in 0a0c7faa3b23 [2025-01-14T01:40:08.405Z] Removing intermediate container 0a0c7faa3b23 [2025-01-14T01:40:08.405Z] ---> 5243b3b1f5d1 [2025-01-14T01:40:08.405Z] Step 12/14 : WORKDIR /device-coap [2025-01-14T01:40:08.405Z] ---> Running in 1a51df32eea0 [2025-01-14T01:40:08.405Z] Removing intermediate container 1a51df32eea0 [2025-01-14T01:40:08.405Z] ---> 0372bc2f368b [2025-01-14T01:40:08.405Z] Step 13/14 : RUN /device-coap/scripts/build_deps.sh 1 [2025-01-14T01:40:08.405Z] ---> Running in 2b1b4d3c0658 [2025-01-14T01:40:08.666Z] + BUILD_CSDK=1 [2025-01-14T01:40:08.666Z] + TINYDTLS_VERSION=b0e230d [2025-01-14T01:40:08.666Z] + LIBCOAP_VERSION=1739507 [2025-01-14T01:40:08.666Z] + CSDK_VERSION=4.0.0-dev.14 [2025-01-14T01:40:08.666Z] + '[' -d deps ] [2025-01-14T01:40:08.666Z] + mkdir deps [2025-01-14T01:40:08.666Z] + cd /device-coap/deps [2025-01-14T01:40:08.666Z] + git clone https://github.com/eclipse/tinydtls.git [2025-01-14T01:40:08.666Z] Cloning into 'tinydtls'... [2025-01-14T01:40:09.234Z] + cd tinydtls [2025-01-14T01:40:09.234Z] + git checkout develop [2025-01-14T01:40:09.234Z] branch 'develop' set up to track 'origin/develop'. [2025-01-14T01:40:09.234Z] Switched to a new branch 'develop' [2025-01-14T01:40:09.234Z] + git reset --hard b0e230d [2025-01-14T01:40:09.234Z] HEAD is now at b0e230d Merge pull request #44 from mrdeep1/cunit_fix [2025-01-14T01:40:09.234Z] + cp /device-coap/scripts/AutoConf_cmake_patch AutoConf.cmake [2025-01-14T01:40:09.234Z] + cp /device-coap/scripts/CMakeLists_txt_patch CMakeLists.txt [2025-01-14T01:40:09.234Z] + cp /device-coap/scripts/dtls_config_h_cmake_in_patch dtls_config.h.cmake.in [2025-01-14T01:40:09.234Z] + cp /device-coap/scripts/tests_CMakeLists_txt_patch tests/CMakeLists.txt [2025-01-14T01:40:09.234Z] + mkdir -p build [2025-01-14T01:40:09.234Z] + cd build [2025-01-14T01:40:09.234Z] + cmake '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. [2025-01-14T01:40:09.495Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:09.495Z] -- Detecting C compiler ABI info [2025-01-14T01:40:09.495Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:09.495Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:09.495Z] -- Detecting C compile features [2025-01-14T01:40:09.495Z] -- Detecting C compile features - done [2025-01-14T01:40:09.495Z] -- Looking for assert.h [2025-01-14T01:40:09.495Z] -- Looking for assert.h - found [2025-01-14T01:40:09.495Z] -- Looking for arpa/inet.h [2025-01-14T01:40:09.757Z] -- Looking for arpa/inet.h - found [2025-01-14T01:40:09.757Z] -- Looking for fcntl.h [2025-01-14T01:40:09.757Z] -- Looking for fcntl.h - found [2025-01-14T01:40:09.757Z] -- Looking for inttypes.h [2025-01-14T01:40:09.757Z] -- Looking for inttypes.h - found [2025-01-14T01:40:09.757Z] -- Looking for memory.h [2025-01-14T01:40:10.016Z] -- Looking for memory.h - found [2025-01-14T01:40:10.016Z] -- Looking for netdb.h [2025-01-14T01:40:10.016Z] -- Looking for netdb.h - found [2025-01-14T01:40:10.016Z] -- Looking for netinet/in.h [2025-01-14T01:40:10.016Z] -- Looking for netinet/in.h - found [2025-01-14T01:40:10.016Z] -- Looking for stddef.h [2025-01-14T01:40:10.276Z] -- Looking for stddef.h - found [2025-01-14T01:40:10.276Z] -- Looking for stdint.h [2025-01-14T01:40:10.276Z] -- Looking for stdint.h - found [2025-01-14T01:40:10.276Z] -- Looking for stdlib.h [2025-01-14T01:40:10.535Z] -- Looking for stdlib.h - found [2025-01-14T01:40:10.535Z] -- Looking for string.h [2025-01-14T01:40:10.535Z] -- Looking for string.h - found [2025-01-14T01:40:10.535Z] -- Looking for strings.h [2025-01-14T01:40:10.535Z] -- Looking for strings.h - found [2025-01-14T01:40:10.535Z] -- Looking for time.h [2025-01-14T01:40:10.797Z] -- Looking for time.h - found [2025-01-14T01:40:10.797Z] -- Looking for sys/param.h [2025-01-14T01:40:10.797Z] -- Looking for sys/param.h - found [2025-01-14T01:40:10.797Z] -- Looking for sys/socket.h [2025-01-14T01:40:10.797Z] -- Looking for sys/socket.h - found [2025-01-14T01:40:10.797Z] -- Looking for sys/stat.h [2025-01-14T01:40:10.797Z] -- Looking for sys/stat.h - found [2025-01-14T01:40:10.797Z] -- Looking for sys/types.h [2025-01-14T01:40:11.057Z] -- Looking for sys/types.h - found [2025-01-14T01:40:11.057Z] -- Looking for sys/time.h [2025-01-14T01:40:11.057Z] -- Looking for sys/time.h - found [2025-01-14T01:40:11.057Z] -- Looking for unistd.h [2025-01-14T01:40:11.057Z] -- Looking for unistd.h - found [2025-01-14T01:40:11.057Z] -- Looking for float.h [2025-01-14T01:40:11.317Z] -- Looking for float.h - found [2025-01-14T01:40:11.317Z] -- Looking for dlfcn.h [2025-01-14T01:40:11.317Z] -- Looking for dlfcn.h - found [2025-01-14T01:40:11.317Z] -- Looking for memset [2025-01-14T01:40:11.317Z] -- Looking for memset - found [2025-01-14T01:40:11.317Z] -- Looking for select [2025-01-14T01:40:11.577Z] -- Looking for select - found [2025-01-14T01:40:11.577Z] -- Looking for socket [2025-01-14T01:40:11.577Z] -- Looking for socket - found [2025-01-14T01:40:11.577Z] -- Looking for strdup [2025-01-14T01:40:11.577Z] -- Looking for strdup - found [2025-01-14T01:40:11.577Z] -- Looking for strerror [2025-01-14T01:40:11.836Z] -- Looking for strerror - found [2025-01-14T01:40:11.836Z] -- Looking for strnlen [2025-01-14T01:40:11.836Z] -- Looking for strnlen - found [2025-01-14T01:40:11.836Z] -- Looking for fls [2025-01-14T01:40:12.095Z] -- Looking for fls - not found [2025-01-14T01:40:12.095Z] -- Looking for vprintf [2025-01-14T01:40:12.095Z] -- Looking for vprintf - found [2025-01-14T01:40:12.095Z] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN [2025-01-14T01:40:12.095Z] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed [2025-01-14T01:40:12.095Z] -- Configuring done (2.8s) [2025-01-14T01:40:12.095Z] -- Generating done (0.0s) [2025-01-14T01:40:12.095Z] -- Build files have been written to: /device-coap/deps/tinydtls/build [2025-01-14T01:40:12.095Z] + make [2025-01-14T01:40:12.095Z] [ 6%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael.c.o [2025-01-14T01:40:12.355Z] [ 13%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael_wrap.c.o [2025-01-14T01:40:12.355Z] [ 20%] Building C object CMakeFiles/tinydtls.dir/ccm.c.o [2025-01-14T01:40:12.617Z] [ 26%] Building C object CMakeFiles/tinydtls.dir/crypto.c.o [2025-01-14T01:40:12.617Z] In file included from /device-coap/deps/tinydtls/crypto.c:34: [2025-01-14T01:40:12.617Z] In function 'ecc_ecdh', [2025-01-14T01:40:12.617Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_x' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:12.617Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 1 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:12.617Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/crypto.c:431:12: note: 'pub_x' declared here [2025-01-14T01:40:12.617Z] 431 | uint32_t pub_x[8]; [2025-01-14T01:40:12.617Z] | ^~~~~ [2025-01-14T01:40:12.617Z] In function 'ecc_ecdh', [2025-01-14T01:40:12.617Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_y' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:12.617Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 2 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:12.617Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/crypto.c:432:12: note: 'pub_y' declared here [2025-01-14T01:40:12.617Z] 432 | uint32_t pub_y[8]; [2025-01-14T01:40:12.617Z] | ^~~~~ [2025-01-14T01:40:12.617Z] In function 'ecc_ecdh', [2025-01-14T01:40:12.617Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'priv' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:12.617Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 3 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:12.617Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:12.617Z] | ^~~~~~~~~~~ [2025-01-14T01:40:12.617Z] /device-coap/deps/tinydtls/crypto.c:430:12: note: 'priv' declared here [2025-01-14T01:40:12.617Z] 430 | uint32_t priv[8]; [2025-01-14T01:40:12.617Z] | ^~~~ [2025-01-14T01:40:12.876Z] [ 33%] Building C object CMakeFiles/tinydtls.dir/dtls.c.o [2025-01-14T01:40:13.820Z] [ 40%] Building C object CMakeFiles/tinydtls.dir/dtls_debug.c.o [2025-01-14T01:40:13.820Z] [ 46%] Building C object CMakeFiles/tinydtls.dir/dtls_prng.c.o [2025-01-14T01:40:13.820Z] [ 53%] Building C object CMakeFiles/tinydtls.dir/dtls_time.c.o [2025-01-14T01:40:13.820Z] [ 60%] Building C object CMakeFiles/tinydtls.dir/ecc/ecc.c.o [2025-01-14T01:40:13.820Z] /device-coap/deps/tinydtls/ecc/ecc.c: In function 'is_zero': [2025-01-14T01:40:13.820Z] /device-coap/deps/tinydtls/ecc/ecc.c:316:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [2025-01-14T01:40:13.820Z] 316 | for (idx = 0; idx < count; idx++) { [2025-01-14T01:40:13.820Z] | ^ [2025-01-14T01:40:13.820Z] /device-coap/deps/tinydtls/ecc/ecc.c:319:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [2025-01-14T01:40:13.820Z] 319 | return result == count; [2025-01-14T01:40:13.820Z] | ^~ [2025-01-14T01:40:14.770Z] [ 66%] Building C object CMakeFiles/tinydtls.dir/hmac.c.o [2025-01-14T01:40:14.770Z] [ 73%] Building C object CMakeFiles/tinydtls.dir/netq.c.o [2025-01-14T01:40:14.770Z] [ 80%] Building C object CMakeFiles/tinydtls.dir/peer.c.o [2025-01-14T01:40:14.770Z] [ 86%] Building C object CMakeFiles/tinydtls.dir/session.c.o [2025-01-14T01:40:14.770Z] [ 93%] Building C object CMakeFiles/tinydtls.dir/sha2/sha2.c.o [2025-01-14T01:40:14.770Z] /device-coap/deps/tinydtls/sha2/sha2.c:630:34: warning: argument 1 of type 'sha2_byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] [2025-01-14T01:40:14.770Z] 630 | void dtls_sha256_final(sha2_byte digest[], dtls_sha256_ctx* context) { [2025-01-14T01:40:14.770Z] | ~~~~~~~~~~^~~~~~~~ [2025-01-14T01:40:14.770Z] In file included from /device-coap/deps/tinydtls/sha2/sha2.c:45: [2025-01-14T01:40:14.770Z] /device-coap/deps/tinydtls/sha2/sha2.h:134:24: note: previously declared as 'uint8_t[32]' {aka 'unsigned char[32]'} [2025-01-14T01:40:14.770Z] 134 | void dtls_sha256_final(uint8_t[DTLS_SHA256_DIGEST_LENGTH], dtls_sha256_ctx*); [2025-01-14T01:40:14.770Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:14.770Z] /device-coap/deps/tinydtls/sha2/sha2.c:690:54: warning: argument 2 of type 'char[]' with mismatched bound [-Warray-parameter=] [2025-01-14T01:40:14.770Z] 690 | char *dtls_sha256_end(dtls_sha256_ctx* context, char buffer[]) { [2025-01-14T01:40:14.770Z] | ~~~~~^~~~~~~~ [2025-01-14T01:40:14.770Z] /device-coap/deps/tinydtls/sha2/sha2.h:135:41: note: previously declared as 'char[65]' [2025-01-14T01:40:14.770Z] 135 | char* dtls_sha256_end(dtls_sha256_ctx*, char[DTLS_SHA256_DIGEST_STRING_LENGTH]); [2025-01-14T01:40:14.770Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:15.031Z] [100%] Linking C shared library libtinydtls.so [2025-01-14T01:40:15.031Z] [100%] Built target tinydtls [2025-01-14T01:40:15.031Z] + make install [2025-01-14T01:40:15.031Z] [100%] Built target tinydtls [2025-01-14T01:40:15.031Z] Install the project... [2025-01-14T01:40:15.289Z] -- Install configuration: "Release" [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/lib/libtinydtls.so [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/uthash.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/sha2 [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/sha2/sha2.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/ecc [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/ecc/test_helper.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/ecc/ecc.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/tinydtls.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/alert.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/aes [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/aes/rijndael.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/crypto.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/numeric.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/peer.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/utlist.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls_mutex.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls_time.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/netq.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/global.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/state.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls_debug.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/session.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls_prng.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/hmac.h [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/ccm.h [2025-01-14T01:40:15.289Z] -- Up-to-date: /usr/local/include/tinydtls [2025-01-14T01:40:15.289Z] -- Installing: /usr/local/include/tinydtls/dtls_config.h [2025-01-14T01:40:15.289Z] + cd /device-coap/deps [2025-01-14T01:40:15.289Z] + git clone https://github.com/obgm/libcoap.git [2025-01-14T01:40:15.289Z] Cloning into 'libcoap'... [2025-01-14T01:40:17.196Z] + cd libcoap [2025-01-14T01:40:17.196Z] + git reset --hard 1739507 [2025-01-14T01:40:17.196Z] HEAD is now at 1739507a Merge pull request #536 from mrdeep1/bad_tcp [2025-01-14T01:40:17.196Z] + patch -p1 [2025-01-14T01:40:17.196Z] patching file cmake/FindTinyDTLS.cmake [2025-01-14T01:40:17.196Z] + patch -p1 [2025-01-14T01:40:17.196Z] patching file include/coap2/coap_config.h.in [2025-01-14T01:40:17.196Z] + mkdir -p build [2025-01-14T01:40:17.196Z] + cd build [2025-01-14T01:40:17.196Z] + cmake '-DWITH_EPOLL=OFF' '-DDTLS_BACKEND=tinydtls' '-DUSE_VENDORED_TINYDTLS=OFF' '-DENABLE_TESTS=OFF' '-DENABLE_EXAMPLES=OFF' '-DENABLE_DOCS=OFF' '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. [2025-01-14T01:40:17.196Z] -- The CXX compiler identification is GNU 12.2.1 [2025-01-14T01:40:17.196Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:17.196Z] -- Detecting CXX compiler ABI info [2025-01-14T01:40:17.196Z] -- Detecting CXX compiler ABI info - done [2025-01-14T01:40:17.196Z] -- Check for working CXX compiler: /usr/bin/c++ - skipped [2025-01-14T01:40:17.196Z] -- Detecting CXX compile features [2025-01-14T01:40:17.196Z] -- Detecting CXX compile features - done [2025-01-14T01:40:17.196Z] -- Detecting C compiler ABI info [2025-01-14T01:40:17.196Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:17.196Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:17.196Z] -- Detecting C compile features [2025-01-14T01:40:17.196Z] -- Detecting C compile features - done [2025-01-14T01:40:17.196Z] -- Looking for byteswap.h [2025-01-14T01:40:17.463Z] -- Looking for byteswap.h - found [2025-01-14T01:40:17.463Z] -- Looking for inttypes.h [2025-01-14T01:40:17.463Z] -- Looking for inttypes.h - found [2025-01-14T01:40:17.463Z] -- Looking for limits.h [2025-01-14T01:40:17.463Z] -- Looking for limits.h - found [2025-01-14T01:40:17.463Z] -- Looking for memory.h [2025-01-14T01:40:17.725Z] -- Looking for memory.h - found [2025-01-14T01:40:17.725Z] -- Looking for strings.h [2025-01-14T01:40:17.725Z] -- Looking for strings.h - found [2025-01-14T01:40:17.725Z] -- Looking for string.h [2025-01-14T01:40:17.725Z] -- Looking for string.h - found [2025-01-14T01:40:17.725Z] -- Looking for sys/sysctl.h [2025-01-14T01:40:17.725Z] -- Looking for sys/sysctl.h - not found [2025-01-14T01:40:17.725Z] -- Looking for netinet/in.h [2025-01-14T01:40:17.984Z] -- Looking for netinet/in.h - found [2025-01-14T01:40:17.984Z] -- Looking for sys/epoll.h [2025-01-14T01:40:17.984Z] -- Looking for sys/epoll.h - found [2025-01-14T01:40:17.984Z] -- Looking for sys/timerfd.h [2025-01-14T01:40:17.984Z] -- Looking for sys/timerfd.h - found [2025-01-14T01:40:17.984Z] -- Looking for arpa/inet.h [2025-01-14T01:40:18.255Z] -- Looking for arpa/inet.h - found [2025-01-14T01:40:18.255Z] -- Looking for stdbool.h [2025-01-14T01:40:18.255Z] -- Looking for stdbool.h - found [2025-01-14T01:40:18.255Z] -- Looking for netdb.h [2025-01-14T01:40:18.255Z] -- Looking for netdb.h - found [2025-01-14T01:40:18.255Z] -- Looking for pthread.h [2025-01-14T01:40:18.515Z] -- Looking for pthread.h - found [2025-01-14T01:40:18.515Z] -- Looking for stdlib.h [2025-01-14T01:40:18.515Z] -- Looking for stdlib.h - found [2025-01-14T01:40:18.515Z] -- Looking for stdint.h [2025-01-14T01:40:18.515Z] -- Looking for stdint.h - found [2025-01-14T01:40:18.515Z] -- Looking for syslog.h [2025-01-14T01:40:18.775Z] -- Looking for syslog.h - found [2025-01-14T01:40:18.775Z] -- Looking for sys/ioctl.h [2025-01-14T01:40:18.775Z] -- Looking for sys/ioctl.h - found [2025-01-14T01:40:18.775Z] -- Looking for sys/socket.h [2025-01-14T01:40:18.775Z] -- Looking for sys/socket.h - found [2025-01-14T01:40:18.775Z] -- Looking for sys/stat.h [2025-01-14T01:40:19.034Z] -- Looking for sys/stat.h - found [2025-01-14T01:40:19.035Z] -- Looking for sys/time.h [2025-01-14T01:40:19.035Z] -- Looking for sys/time.h - found [2025-01-14T01:40:19.035Z] -- Looking for sys/types.h [2025-01-14T01:40:19.035Z] -- Looking for sys/types.h - found [2025-01-14T01:40:19.035Z] -- Looking for sys/unistd.h [2025-01-14T01:40:19.035Z] -- Looking for sys/unistd.h - not found [2025-01-14T01:40:19.035Z] -- Looking for time.h [2025-01-14T01:40:19.294Z] -- Looking for time.h - found [2025-01-14T01:40:19.294Z] -- Looking for unistd.h [2025-01-14T01:40:19.294Z] -- Looking for unistd.h - found [2025-01-14T01:40:19.294Z] -- Looking for float.h [2025-01-14T01:40:19.294Z] -- Looking for float.h - found [2025-01-14T01:40:19.294Z] -- Looking for stddef.h [2025-01-14T01:40:19.554Z] -- Looking for stddef.h - found [2025-01-14T01:40:19.554Z] -- Looking for winsock2.h [2025-01-14T01:40:19.554Z] -- Looking for winsock2.h - not found [2025-01-14T01:40:19.554Z] -- Looking for ws2tcpip.h [2025-01-14T01:40:19.554Z] -- Looking for ws2tcpip.h - not found [2025-01-14T01:40:19.554Z] -- Looking for malloc [2025-01-14T01:40:19.554Z] -- Looking for malloc - found [2025-01-14T01:40:19.554Z] -- Looking for memset [2025-01-14T01:40:19.813Z] -- Looking for memset - found [2025-01-14T01:40:19.813Z] -- Looking for select [2025-01-14T01:40:19.813Z] -- Looking for select - found [2025-01-14T01:40:19.813Z] -- Looking for socket [2025-01-14T01:40:19.813Z] -- Looking for socket - found [2025-01-14T01:40:19.813Z] -- Looking for strcasecmp [2025-01-14T01:40:20.073Z] -- Looking for strcasecmp - found [2025-01-14T01:40:20.073Z] -- Looking for pthread_mutex_lock [2025-01-14T01:40:20.073Z] -- Looking for pthread_mutex_lock - found [2025-01-14T01:40:20.073Z] -- Looking for getaddrinfo [2025-01-14T01:40:20.073Z] -- Looking for getaddrinfo - found [2025-01-14T01:40:20.073Z] -- Looking for strnlen [2025-01-14T01:40:20.333Z] -- Looking for strnlen - found [2025-01-14T01:40:20.333Z] -- Looking for strrchr [2025-01-14T01:40:20.333Z] -- Looking for strrchr - found [2025-01-14T01:40:20.333Z] -- Looking for getrandom [2025-01-14T01:40:20.333Z] -- Looking for getrandom - found [2025-01-14T01:40:20.333Z] -- Looking for cmsghdr [2025-01-14T01:40:20.593Z] -- Looking for cmsghdr - not found [2025-01-14T01:40:20.593Z] -- compiling without epoll support [2025-01-14T01:40:20.593Z] -- compiling with DTLS support [2025-01-14T01:40:20.593Z] -- DTLS_BACKEND: tinydtls [2025-01-14T01:40:20.593Z] -- Found TinyDTLS: /usr/local/include [2025-01-14T01:40:20.593Z] -- TINYDTLS_INCLUDE_DIR: /usr/local/include/tinydtls [2025-01-14T01:40:20.593Z] -- TINYDTLS_LIBRARIES: /usr/local/lib/libtinydtls.so [2025-01-14T01:40:20.593Z] -- TINYDTLS_ROOT_DIR: [2025-01-14T01:40:20.593Z] -- compiling with tinydtls support [2025-01-14T01:40:20.593Z] -- ENABLE_DTLS:.....................ON [2025-01-14T01:40:20.593Z] -- ENABLE_TCP:......................ON [2025-01-14T01:40:20.593Z] -- ENABLE_DOCS:.....................OFF [2025-01-14T01:40:20.593Z] -- ENABLE_EXAMPLES:.................OFF [2025-01-14T01:40:20.593Z] -- DTLS_BACKEND:....................tinydtls [2025-01-14T01:40:20.593Z] -- WITH_GNUTLS:.....................OFF [2025-01-14T01:40:20.593Z] -- WITH_TINYDTLS:...................ON [2025-01-14T01:40:20.593Z] -- WITH_OPENSSL:....................OFF [2025-01-14T01:40:20.593Z] -- WITH_MBEDTLS:....................OFF [2025-01-14T01:40:20.593Z] -- HAVE_LIBTINYDTLS:................1 [2025-01-14T01:40:20.593Z] -- HAVE_LIBGNUTLS:.................. [2025-01-14T01:40:20.593Z] -- HAVE_OPENSSL:.................... [2025-01-14T01:40:20.593Z] -- HAVE_MBEDTLS:.................... [2025-01-14T01:40:20.593Z] -- COAP_EPOLL_SUPPORT:.............. [2025-01-14T01:40:20.593Z] -- CMAKE_C_COMPILER:................/usr/bin/cc [2025-01-14T01:40:20.593Z] -- BUILD_SHARED_LIBS:...............ON [2025-01-14T01:40:20.593Z] -- CMAKE_BUILD_TYPE:................Release [2025-01-14T01:40:20.593Z] -- CMAKE_SYSTEM_PROCESSOR:..........x86_64 [2025-01-14T01:40:20.593Z] -- Configuring done (3.6s) [2025-01-14T01:40:20.593Z] CMake Warning (dev) at CMakeLists.txt:16 (add_library): [2025-01-14T01:40:20.593Z] Policy CMP0115 is not set: Source file extensions must be explicit. Run [2025-01-14T01:40:20.593Z] "cmake --help-policy CMP0115" for policy details. Use the cmake_policy [2025-01-14T01:40:20.593Z] command to set the policy and suppress this warning. [2025-01-14T01:40:20.593Z] [2025-01-14T01:40:20.593Z] File: [2025-01-14T01:40:20.593Z] [2025-01-14T01:40:20.593Z] /device-coap/deps/libcoap/include/coap2/coap.h.in [2025-01-14T01:40:20.593Z] This warning is for project developers. Use -Wno-dev to suppress it. [2025-01-14T01:40:20.593Z] [2025-01-14T01:40:20.593Z] -- Generating done (0.0s) [2025-01-14T01:40:20.593Z] -- Build files have been written to: /device-coap/deps/libcoap/build [2025-01-14T01:40:20.593Z] + make [2025-01-14T01:40:20.593Z] [ 4%] Building C object CMakeFiles/coap-2.dir/src/address.c.o [2025-01-14T01:40:20.593Z] [ 8%] Building C object CMakeFiles/coap-2.dir/src/async.c.o [2025-01-14T01:40:20.853Z] [ 13%] Building C object CMakeFiles/coap-2.dir/src/block.c.o [2025-01-14T01:40:20.853Z] [ 17%] Building C object CMakeFiles/coap-2.dir/src/coap_debug.c.o [2025-01-14T01:40:21.112Z] [ 21%] Building C object CMakeFiles/coap-2.dir/src/coap_event.c.o [2025-01-14T01:40:21.112Z] [ 26%] Building C object CMakeFiles/coap-2.dir/src/coap_hashkey.c.o [2025-01-14T01:40:21.112Z] [ 30%] Building C object CMakeFiles/coap-2.dir/src/coap_io.c.o [2025-01-14T01:40:21.372Z] [ 34%] Building C object CMakeFiles/coap-2.dir/src/coap_notls.c.o [2025-01-14T01:40:21.372Z] [ 39%] Building C object CMakeFiles/coap-2.dir/src/coap_prng.c.o [2025-01-14T01:40:21.632Z] [ 43%] Building C object CMakeFiles/coap-2.dir/src/coap_session.c.o [2025-01-14T01:40:22.200Z] [ 47%] Building C object CMakeFiles/coap-2.dir/src/coap_tcp.c.o [2025-01-14T01:40:22.200Z] [ 52%] Building C object CMakeFiles/coap-2.dir/src/coap_time.c.o [2025-01-14T01:40:22.200Z] [ 56%] Building C object CMakeFiles/coap-2.dir/src/encode.c.o [2025-01-14T01:40:22.460Z] [ 60%] Building C object CMakeFiles/coap-2.dir/src/mem.c.o [2025-01-14T01:40:22.460Z] [ 65%] Building C object CMakeFiles/coap-2.dir/src/net.c.o [2025-01-14T01:40:23.028Z] [ 69%] Building C object CMakeFiles/coap-2.dir/src/option.c.o [2025-01-14T01:40:23.288Z] [ 73%] Building C object CMakeFiles/coap-2.dir/src/pdu.c.o [2025-01-14T01:40:23.288Z] [ 78%] Building C object CMakeFiles/coap-2.dir/src/resource.c.o [2025-01-14T01:40:23.857Z] [ 82%] Building C object CMakeFiles/coap-2.dir/src/str.c.o [2025-01-14T01:40:23.857Z] [ 86%] Building C object CMakeFiles/coap-2.dir/src/subscribe.c.o [2025-01-14T01:40:23.857Z] [ 91%] Building C object CMakeFiles/coap-2.dir/src/uri.c.o [2025-01-14T01:40:24.121Z] [ 95%] Building C object CMakeFiles/coap-2.dir/src/coap_tinydtls.c.o [2025-01-14T01:40:24.390Z] [100%] Linking C shared library libcoap-2.so [2025-01-14T01:40:24.390Z] [100%] Built target coap-2 [2025-01-14T01:40:24.390Z] + make install [2025-01-14T01:40:24.390Z] [100%] Built target coap-2 [2025-01-14T01:40:24.390Z] Install the project... [2025-01-14T01:40:24.390Z] -- Install configuration: "Release" [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/lib/libcoap-2.so [2025-01-14T01:40:24.390Z] -- Set runtime path of "/usr/local/lib/libcoap-2.so" to "" [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets.cmake [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets-release.cmake [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfig.cmake [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfigVersion.cmake [2025-01-14T01:40:24.390Z] -- Up-to-date: /usr/local/include [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2 [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/uthash.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/subscribe.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/option.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/resource.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/bits.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_hashkey.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/block.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_io.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/pdu.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/str.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/async.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/net.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/address.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/uri.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_event.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_riot.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_dtls.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_mutex.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_prng.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/lwippools.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_debug.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/utlist.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_time.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/encode.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/libcoap.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_forward_decls.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/mem.h [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap_session.h [2025-01-14T01:40:24.390Z] -- Up-to-date: /usr/local/include [2025-01-14T01:40:24.390Z] -- Up-to-date: /usr/local/include/coap2 [2025-01-14T01:40:24.390Z] -- Installing: /usr/local/include/coap2/coap.h [2025-01-14T01:40:24.390Z] + '[' 1 '=' 1 ] [2025-01-14T01:40:24.390Z] + cd /device-coap/deps [2025-01-14T01:40:24.390Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0-dev.14.zip [2025-01-14T01:40:24.390Z] Connecting to github.com (140.82.114.4:443) [2025-01-14T01:40:24.653Z] Connecting to codeload.github.com (140.82.113.9:443) [2025-01-14T01:40:24.653Z] saving to 'v4.0.0-dev.14.zip' [2025-01-14T01:40:24.938Z] v4.0.0-dev.14.zip 100% |********************************| 246k 0:00:00 ETA [2025-01-14T01:40:24.938Z] 'v4.0.0-dev.14.zip' saved [2025-01-14T01:40:24.938Z] + unzip v4.0.0-dev.14.zip [2025-01-14T01:40:24.938Z] Archive: v4.0.0-dev.14.zip [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/ [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/.github/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/.github/Contributing.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/.github/PULL_REQUEST_TEMPLATE.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/.github/semantic.yml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/.github/workflows/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/.github/workflows/release.yml [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/.gitignore [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/Attribution.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/CHANGELOG.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/Doxyfile [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/GOVERNANCE.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/Jenkinsfile [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/LICENSE [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/Makefile [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/OWNERS.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/README.IOT.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/README.v3.md [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/docs/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/docs/configuration.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/docs/deviceprofiles.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/docs/metrics.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/docs/servicewritersguide.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/docs/startup.md [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/include/ [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/include/devsdk/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk-base.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk.h [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/include/edgex/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/devices.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex-base.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/profiles.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/rest-server.h [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/scripts/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine-base [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/build.sh [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/entrypoint.sh [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/CMakeLists.txt [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/api.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-impl.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-mqtt.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/cmdinfo.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/config.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/config.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/data.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/data.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/defs.h.in [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/device.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/device.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devman.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devsdk-base.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devutil.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex2.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/errorlist.h [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/README.md [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/device-bitfields.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/Bitfields.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/device-counter.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/Counters.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/Counter.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/README.md [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/readme.txt [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/TemplateProfile.json [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/template.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher1.json [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher2.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/device-file.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/file1.json [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/lorem.txt [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/FileExampleProfile.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/device-gyro.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/gyro.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/Gyro.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/device-random.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/randomdevice1.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/RandomExampleProfile.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/device1.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/TemplateProfile.json [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/template.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/CMakeLists.txt [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/README.md [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/device-terminal.c [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/configuration.yaml [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/terminal.json [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/Terminal.json [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/map.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/map.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metrics.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-impl.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/service.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/service.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.h [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.c [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.h [2025-01-14T01:40:24.938Z] creating: device-sdk-c-4.0.0-dev.14/src/cmake/ [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindIOT.cmake [2025-01-14T01:40:24.938Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBCBOR.cmake [2025-01-14T01:40:24.939Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBMICROHTTP.cmake [2025-01-14T01:40:24.939Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBPAHO.cmake [2025-01-14T01:40:24.939Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBUUID.cmake [2025-01-14T01:40:24.939Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBYAML.cmake [2025-01-14T01:40:24.939Z] + cd device-sdk-c-4.0.0-dev.14 [2025-01-14T01:40:24.939Z] + ./scripts/build.sh [2025-01-14T01:40:24.939Z] + CPPCHECK=false [2025-01-14T01:40:24.939Z] + DOCGEN=false [2025-01-14T01:40:24.939Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-01-14T01:40:24.939Z] + '[' 0 -gt 0 ] [2025-01-14T01:40:24.939Z] + readlink -f ./scripts/build.sh [2025-01-14T01:40:24.939Z] + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts/build.sh [2025-01-14T01:40:24.939Z] + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts [2025-01-14T01:40:24.939Z] + ROOT=/device-coap/deps/device-sdk-c-4.0.0-dev.14 [2025-01-14T01:40:24.939Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14 [2025-01-14T01:40:24.939Z] + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:40:24.939Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:40:24.939Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src [2025-01-14T01:40:24.939Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:24.939Z] -- Detecting C compiler ABI info [2025-01-14T01:40:24.939Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:24.939Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:24.939Z] -- Detecting C compile features [2025-01-14T01:40:24.939Z] -- Detecting C compile features - done [2025-01-14T01:40:24.939Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-01-14T01:40:25.222Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") [2025-01-14T01:40:25.222Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-01-14T01:40:25.222Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-01-14T01:40:25.222Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-01-14T01:40:25.222Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-01-14T01:40:25.222Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-01-14T01:40:25.222Z] -- /opt/iotech/iot/1.5/include [2025-01-14T01:40:25.222Z] -- C SDK 0.0.0 for Linux [2025-01-14T01:40:25.222Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-01-14T01:40:25.222Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-01-14T01:40:25.222Z] -- Found Curses: /usr/lib/libcurses.so [2025-01-14T01:40:25.222Z] -- Configuring done (0.4s) [2025-01-14T01:40:25.222Z] -- Generating done (0.0s) [2025-01-14T01:40:25.222Z] -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:40:25.222Z] + make all package [2025-01-14T01:40:25.222Z] + tee release.log [2025-01-14T01:40:25.485Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-01-14T01:40:25.485Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-01-14T01:40:25.744Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-01-14T01:40:25.744Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-01-14T01:40:25.744Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-01-14T01:40:26.312Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-01-14T01:40:26.312Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-01-14T01:40:26.312Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-01-14T01:40:26.572Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-01-14T01:40:26.835Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-01-14T01:40:26.835Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-01-14T01:40:27.094Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-01-14T01:40:27.094Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-01-14T01:40:27.356Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-01-14T01:40:27.356Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-01-14T01:40:27.618Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-01-14T01:40:27.618Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-01-14T01:40:27.618Z] In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, [2025-01-14T01:40:27.618Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, [2025-01-14T01:40:27.618Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, [2025-01-14T01:40:27.618Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, [2025-01-14T01:40:27.618Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: [2025-01-14T01:40:27.618Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': [2025-01-14T01:40:27.618Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:31: warning: format '%s' expects a matching 'char *' argument [-Wformat=] [2025-01-14T01:40:27.618Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:40:27.618Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:27.618Z] /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' [2025-01-14T01:40:27.618Z] 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) [2025-01-14T01:40:27.618Z] | ^~~~~~~~~~~ [2025-01-14T01:40:27.618Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here [2025-01-14T01:40:27.618Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:40:27.618Z] | ~^ [2025-01-14T01:40:27.618Z] | | [2025-01-14T01:40:27.618Z] | char * [2025-01-14T01:40:27.877Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-01-14T01:40:27.877Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-01-14T01:40:28.136Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-01-14T01:40:28.396Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-01-14T01:40:29.346Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-01-14T01:40:29.346Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-01-14T01:40:29.346Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-01-14T01:40:29.604Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-01-14T01:40:29.604Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-01-14T01:40:29.863Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-01-14T01:40:30.121Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-01-14T01:40:30.121Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-01-14T01:40:30.381Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-01-14T01:40:30.381Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-01-14T01:40:30.642Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c: In function 'devsdk_service_start': [2025-01-14T01:40:30.642Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:30.642Z] 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2025-01-14T01:40:30.642Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:30.642Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2025-01-14T01:40:30.642Z] 875 | const iot_data_t *deviceservices_config; [2025-01-14T01:40:30.642Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:30.902Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-01-14T01:40:30.902Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-01-14T01:40:30.902Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-01-14T01:40:31.162Z] [ 68%] Linking C shared library libcsdk.so [2025-01-14T01:40:31.162Z] [ 68%] Built target csdk [2025-01-14T01:40:31.162Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-01-14T01:40:31.422Z] [ 72%] Linking C executable template [2025-01-14T01:40:31.422Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:31.422Z] [ 72%] Built target template [2025-01-14T01:40:31.422Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-01-14T01:40:31.422Z] [ 76%] Linking C executable device-counter [2025-01-14T01:40:31.422Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:31.680Z] [ 76%] Built target device-counter [2025-01-14T01:40:31.680Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-01-14T01:40:31.680Z] [ 80%] Linking C executable device-random [2025-01-14T01:40:31.680Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:31.680Z] [ 80%] Built target device-random [2025-01-14T01:40:31.680Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-01-14T01:40:31.939Z] [ 84%] Linking C executable device-gyro [2025-01-14T01:40:31.939Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:31.939Z] [ 84%] Built target device-gyro [2025-01-14T01:40:31.939Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-01-14T01:40:31.939Z] [ 88%] Linking C executable device-bitfields [2025-01-14T01:40:31.939Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:32.199Z] [ 88%] Built target device-bitfields [2025-01-14T01:40:32.199Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-01-14T01:40:32.199Z] [ 92%] Linking C executable template-discovery [2025-01-14T01:40:32.199Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:32.199Z] [ 92%] Built target template-discovery [2025-01-14T01:40:32.457Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-01-14T01:40:32.457Z] [ 96%] Linking C executable device-file [2025-01-14T01:40:32.457Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:32.457Z] [ 96%] Built target device-file [2025-01-14T01:40:32.457Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-01-14T01:40:32.717Z] [100%] Linking C executable device-terminal [2025-01-14T01:40:32.717Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:32.717Z] [100%] Built target device-terminal [2025-01-14T01:40:32.717Z] Run CPack packaging tool... [2025-01-14T01:40:32.717Z] CPack: Create package using TGZ [2025-01-14T01:40:32.717Z] CPack: Install projects [2025-01-14T01:40:32.717Z] CPack: - Run preinstall target for: Csdk [2025-01-14T01:40:32.976Z] CPack: - Install project: Csdk [] [2025-01-14T01:40:32.976Z] CPack: Create package [2025-01-14T01:40:32.976Z] CPack: - package: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release/csdk-0.0.0.tar.gz generated. [2025-01-14T01:40:32.976Z] + '[' false '=' true ] [2025-01-14T01:40:32.976Z] + '[' false '=' true ] [2025-01-14T01:40:32.976Z] + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:40:32.976Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:40:32.976Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src [2025-01-14T01:40:32.976Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:33.235Z] -- Detecting C compiler ABI info [2025-01-14T01:40:33.236Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:33.236Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:33.236Z] -- Detecting C compile features [2025-01-14T01:40:33.236Z] -- Detecting C compile features - done [2025-01-14T01:40:33.236Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-01-14T01:40:33.236Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") [2025-01-14T01:40:33.236Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-01-14T01:40:33.236Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-01-14T01:40:33.236Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-01-14T01:40:33.236Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-01-14T01:40:33.236Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-01-14T01:40:33.236Z] -- /opt/iotech/iot/1.5/include [2025-01-14T01:40:33.236Z] -- C SDK 0.0.0 for Linux [2025-01-14T01:40:33.236Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-01-14T01:40:33.495Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-01-14T01:40:33.495Z] -- Found Curses: /usr/lib/libcurses.so [2025-01-14T01:40:33.495Z] -- Configuring done (0.4s) [2025-01-14T01:40:33.495Z] -- Generating done (0.0s) [2025-01-14T01:40:33.495Z] -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:40:33.495Z] + make+ [2025-01-14T01:40:33.495Z] tee debug.log [2025-01-14T01:40:33.495Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-01-14T01:40:33.754Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-01-14T01:40:33.754Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-01-14T01:40:33.754Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-01-14T01:40:33.754Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-01-14T01:40:34.013Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-01-14T01:40:34.013Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-01-14T01:40:34.013Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-01-14T01:40:34.273Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-01-14T01:40:34.273Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-01-14T01:40:34.273Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-01-14T01:40:34.273Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-01-14T01:40:34.533Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-01-14T01:40:34.533Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-01-14T01:40:34.533Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-01-14T01:40:34.792Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-01-14T01:40:34.792Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-01-14T01:40:34.792Z] In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, [2025-01-14T01:40:34.792Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, [2025-01-14T01:40:34.792Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, [2025-01-14T01:40:34.792Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, [2025-01-14T01:40:34.792Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: [2025-01-14T01:40:34.792Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': [2025-01-14T01:40:34.792Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:31: warning: format '%s' expects a matching 'char *' argument [-Wformat=] [2025-01-14T01:40:34.792Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:40:34.792Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:34.792Z] /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' [2025-01-14T01:40:34.792Z] 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) [2025-01-14T01:40:34.792Z] | ^~~~~~~~~~~ [2025-01-14T01:40:34.792Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here [2025-01-14T01:40:34.792Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:40:34.792Z] | ~^ [2025-01-14T01:40:34.792Z] | | [2025-01-14T01:40:34.792Z] | char * [2025-01-14T01:40:34.792Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-01-14T01:40:34.792Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-01-14T01:40:35.053Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-01-14T01:40:35.053Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-01-14T01:40:35.313Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-01-14T01:40:35.313Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-01-14T01:40:35.313Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-01-14T01:40:35.313Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-01-14T01:40:35.577Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-01-14T01:40:35.577Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-01-14T01:40:35.838Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-01-14T01:40:35.838Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-01-14T01:40:35.838Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-01-14T01:40:36.098Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-01-14T01:40:36.098Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-01-14T01:40:36.098Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-01-14T01:40:36.359Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-01-14T01:40:36.359Z] [ 68%] Linking C shared library libcsdk.so [2025-01-14T01:40:36.359Z] [ 68%] Built target csdk [2025-01-14T01:40:36.359Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-01-14T01:40:36.359Z] [ 72%] Linking C executable template [2025-01-14T01:40:36.618Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:36.618Z] [ 72%] Built target template [2025-01-14T01:40:36.618Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-01-14T01:40:36.618Z] [ 76%] Linking C executable device-counter [2025-01-14T01:40:36.618Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:36.618Z] [ 76%] Built target device-counter [2025-01-14T01:40:36.618Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-01-14T01:40:36.618Z] [ 80%] Linking C executable device-random [2025-01-14T01:40:36.878Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:36.878Z] [ 80%] Built target device-random [2025-01-14T01:40:36.878Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-01-14T01:40:36.878Z] [ 84%] Linking C executable device-gyro [2025-01-14T01:40:36.878Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:36.878Z] [ 84%] Built target device-gyro [2025-01-14T01:40:36.878Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-01-14T01:40:37.138Z] [ 88%] Linking C executable device-bitfields [2025-01-14T01:40:37.138Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:37.138Z] [ 88%] Built target device-bitfields [2025-01-14T01:40:37.138Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-01-14T01:40:37.138Z] [ 92%] Linking C executable template-discovery [2025-01-14T01:40:37.139Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:37.139Z] [ 92%] Built target template-discovery [2025-01-14T01:40:37.398Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-01-14T01:40:37.398Z] [ 96%] Linking C executable device-file [2025-01-14T01:40:37.398Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:37.398Z] [ 96%] Built target device-file [2025-01-14T01:40:37.398Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-01-14T01:40:37.398Z] [100%] Linking C executable device-terminal [2025-01-14T01:40:37.398Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:37.667Z] [100%] Built target device-terminal [2025-01-14T01:40:37.667Z] + cp -rf include/devsdk include/edgex /usr/include/ [2025-01-14T01:40:37.667Z] + cp build/release/c/libcsdk.so /usr/lib/ [2025-01-14T01:40:37.667Z] + rm -rf /device-coap/deps [2025-01-14T01:40:37.927Z] Removing intermediate container 2b1b4d3c0658 [2025-01-14T01:40:37.927Z] ---> e917856ba192 [2025-01-14T01:40:37.927Z] Step 14/14 : RUN /device-coap/scripts/build.sh [2025-01-14T01:40:37.927Z] ---> Running in 190837441ab7 [2025-01-14T01:40:38.186Z] + readlink -f /device-coap/scripts/build.sh [2025-01-14T01:40:38.187Z] + dirname /device-coap/scripts/build.sh [2025-01-14T01:40:38.187Z] + dirname /device-coap/scripts [2025-01-14T01:40:38.187Z] + ROOT=/device-coap [2025-01-14T01:40:38.187Z] + echo /device-coap [2025-01-14T01:40:38.187Z] /device-coap [2025-01-14T01:40:38.187Z] + cd /device-coap [2025-01-14T01:40:38.187Z] + mkdir -p /device-coap/build/release [2025-01-14T01:40:38.187Z] + cd /device-coap/build/release [2025-01-14T01:40:38.187Z] + cmake '-DCMAKE_BUILD_TYPE=Release' /device-coap/src/c [2025-01-14T01:40:38.451Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:38.451Z] -- Detecting C compiler ABI info [2025-01-14T01:40:38.451Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:38.451Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:38.451Z] -- Detecting C compile features [2025-01-14T01:40:38.451Z] -- Detecting C compile features - done [2025-01-14T01:40:38.451Z] -- Found LIBCOAP: /usr/local/lib/libcoap-2.so [2025-01-14T01:40:38.451Z] -- Configuring done (0.2s) [2025-01-14T01:40:38.451Z] -- Generating done (0.0s) [2025-01-14T01:40:38.451Z] -- Build files have been written to: /device-coap/build/release [2025-01-14T01:40:38.451Z] + make [2025-01-14T01:40:38.451Z] + tee release.log [2025-01-14T01:40:38.451Z] [ 20%] Building C object CMakeFiles/device-coap.dir/coap-client.c.o [2025-01-14T01:40:38.712Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:40:38.712Z] from /device-coap/src/c/device-coap.h:17, [2025-01-14T01:40:38.712Z] from /device-coap/src/c/coap-client.h:21, [2025-01-14T01:40:38.712Z] from /device-coap/src/c/coap-client.c:9: [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c: In function 'GetEndDeviceProtocolProperties': [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:89:36: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 90 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:40:38.712Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:89:55: note: format string is defined here [2025-01-14T01:40:38.712Z] 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | unsigned int [2025-01-14T01:40:38.712Z] | %lu [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c: In function 'message_handler': [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:126:36: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:126:63: note: format string is defined here [2025-01-14T01:40:38.712Z] 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | unsigned int [2025-01-14T01:40:38.712Z] | %lu [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:129:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:40:38.712Z] 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 130 | resource->properties->type); [2025-01-14T01:40:38.712Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | iot_typecode_t [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:129:68: note: format string is defined here [2025-01-14T01:40:38.712Z] 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:139:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 140 | len); [2025-01-14T01:40:38.712Z] | ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:139:71: note: format string is defined here [2025-01-14T01:40:38.712Z] 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:144:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 145 | len); [2025-01-14T01:40:38.712Z] | ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:144:71: note: format string is defined here [2025-01-14T01:40:38.712Z] 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:151:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 152 | len); [2025-01-14T01:40:38.712Z] | ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:151:70: note: format string is defined here [2025-01-14T01:40:38.712Z] 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:156:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:40:38.712Z] 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 157 | resource->properties->type); [2025-01-14T01:40:38.712Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | iot_typecode_t [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:156:71: note: format string is defined here [2025-01-14T01:40:38.712Z] 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c: In function 'CoapSendCommandToEndDevice': [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:244:30: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:244:55: note: format string is defined here [2025-01-14T01:40:38.712Z] 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:252:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 253 | (uint8_t *)end_dev_params_ptr->psk_key, [2025-01-14T01:40:38.712Z] 254 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:40:38.712Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:252:67: note: format string is defined here [2025-01-14T01:40:38.712Z] 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c: In function 'CoapGetRequestToEndDevice': [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:351:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] 352 | (uint8_t *)end_dev_params_ptr->psk_key, [2025-01-14T01:40:38.712Z] 353 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:40:38.712Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-client.c:351:67: note: format string is defined here [2025-01-14T01:40:38.712Z] 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] | %ld [2025-01-14T01:40:38.712Z] [ 40%] Building C object CMakeFiles/device-coap.dir/coap-server.c.o [2025-01-14T01:40:38.712Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:40:38.712Z] from /usr/include/edgex/devices.h:17, [2025-01-14T01:40:38.712Z] from /device-coap/src/c/coap-server.c:22: [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-server.c: In function 'data_handler': [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-server.c:82:32: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.712Z] 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-server.c:82:54: note: format string is defined here [2025-01-14T01:40:38.712Z] 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | unsigned int [2025-01-14T01:40:38.712Z] | %lu [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-server.c:128:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:40:38.712Z] 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); [2025-01-14T01:40:38.712Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | iot_typecode_t [2025-01-14T01:40:38.712Z] /device-coap/src/c/coap-server.c:128:65: note: format string is defined here [2025-01-14T01:40:38.712Z] 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); [2025-01-14T01:40:38.712Z] | ~^ [2025-01-14T01:40:38.712Z] | | [2025-01-14T01:40:38.712Z] | int [2025-01-14T01:40:38.712Z] [ 60%] Building C object CMakeFiles/device-coap.dir/coap-util.c.o [2025-01-14T01:40:38.972Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:40:38.972Z] from /device-coap/src/c/coap-util.h:18, [2025-01-14T01:40:38.972Z] from /device-coap/src/c/coap-util.c:9: [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c: In function 'read_data_float64': [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:63:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.972Z] 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:40:38.972Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:63:56: note: format string is defined here [2025-01-14T01:40:38.972Z] 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:40:38.972Z] | ~^ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | unsigned int [2025-01-14T01:40:38.972Z] | %lu [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:76:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.972Z] 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:40:38.972Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:76:56: note: format string is defined here [2025-01-14T01:40:38.972Z] 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:40:38.972Z] | ~^ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | unsigned int [2025-01-14T01:40:38.972Z] | %lu [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c: In function 'read_data_int32': [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:87:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.972Z] 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:40:38.972Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:87:54: note: format string is defined here [2025-01-14T01:40:38.972Z] 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:40:38.972Z] | ~^ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | unsigned int [2025-01-14T01:40:38.972Z] | %lu [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:102:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:40:38.972Z] 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:40:38.972Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:40:38.972Z] | | [2025-01-14T01:40:38.972Z] | size_t {aka long unsigned int} [2025-01-14T01:40:38.972Z] /device-coap/src/c/coap-util.c:102:54: note: format string is defined here [2025-01-14T01:40:38.973Z] 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:40:38.973Z] | ~^ [2025-01-14T01:40:38.973Z] | | [2025-01-14T01:40:38.973Z] | unsigned int [2025-01-14T01:40:38.973Z] | %lu [2025-01-14T01:40:38.973Z] [ 80%] Building C object CMakeFiles/device-coap.dir/device-coap.c.o [2025-01-14T01:40:38.973Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:40:38.973Z] from /device-coap/src/c/device-coap.h:17, [2025-01-14T01:40:38.973Z] from /device-coap/src/c/device-coap.c:10: [2025-01-14T01:40:38.973Z] /device-coap/src/c/device-coap.c: In function 'coap_get_handler': [2025-01-14T01:40:38.973Z] /device-coap/src/c/device-coap.c:130:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:40:38.973Z] 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", [2025-01-14T01:40:38.973Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.973Z] 131 | requests[i].resource->type); [2025-01-14T01:40:38.973Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:38.973Z] | | [2025-01-14T01:40:38.973Z] | iot_typecode_t [2025-01-14T01:40:38.973Z] /device-coap/src/c/device-coap.c:130:69: note: format string is defined here [2025-01-14T01:40:38.973Z] 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", [2025-01-14T01:40:38.973Z] | ~^ [2025-01-14T01:40:38.973Z] | | [2025-01-14T01:40:38.973Z] | int [2025-01-14T01:40:38.973Z] [100%] Linking C executable device-coap [2025-01-14T01:40:39.232Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:40:39.232Z] [100%] Built target device-coap [2025-01-14T01:40:39.491Z] Removing intermediate container 190837441ab7 [2025-01-14T01:40:39.491Z] ---> 8870b2fd20c5 [2025-01-14T01:40:39.491Z] Successfully built 8870b2fd20c5 [2025-01-14T01:40:39.491Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:40:40.206Z] + docker inspect -f . ci-base-image-x86_64 [2025-01-14T01:40:40.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-01-14T01:40:40.361Z] prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container [2025-01-14T01:40:40.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-coap-c_PR-61 -v /w/workspace/edgexfoundry_device-coap-c_PR-61:/w/workspace/edgexfoundry_device-coap-c_PR-61:rw,z -v /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-01-14T01:40:40.705Z] $ docker top 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-01-14T01:40:41.114Z] + make test [2025-01-14T01:40:41.114Z] build/release/device-coap [Pipeline] } [2025-01-14T01:40:41.142Z] $ docker stop --time=1 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 [2025-01-14T01:40:42.393Z] $ docker rm -f --volumes 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-01-14T01:40:43.388Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-01-14T01:40:43.703Z] + ls -al . [2025-01-14T01:40:43.703Z] total 96 [2025-01-14T01:40:43.703Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 01:39 . [2025-01-14T01:40:43.703Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:39 .. [2025-01-14T01:40:43.703Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 01:39 .git [2025-01-14T01:40:43.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:39 .github [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 14 Jan 14 01:39 .gitignore [2025-01-14T01:40:43.703Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 14 01:39 .semver [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 2037 Jan 14 01:39 Attribution.txt [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 3893 Jan 14 01:39 CHANGELOG.md [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 14 01:39 GOVERNANCE.md [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 798 Jan 14 01:39 Jenkinsfile [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 10173 Jan 14 01:39 LICENSE [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 938 Jan 14 01:39 Makefile [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 14 01:39 OWNERS.md [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 12454 Jan 14 01:39 README.md [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 506 Jan 14 01:39 ROADMAP.md [2025-01-14T01:40:43.703Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 14 01:39 VERSION [2025-01-14T01:40:43.703Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:39 res [2025-01-14T01:40:43.703Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 01:39 scripts [2025-01-14T01:40:43.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:39 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:40:44.105Z] + docker build -t device-coap -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=73566779ecb7c2791a9b059944f45d3dd8a18193 --label arch=amd64 --label version=0.0.0 . [2025-01-14T01:40:44.106Z] Sending build context to Docker daemon 557.6kB [2025-01-14T01:40:44.106Z] Step 1/33 : ARG BASE=alpine:3.20 [2025-01-14T01:40:44.106Z] Step 2/33 : FROM ${BASE} as builder [2025-01-14T01:40:44.106Z] ---> 8870b2fd20c5 [2025-01-14T01:40:44.106Z] Step 3/33 : LABEL maintainer="Ken Bannister " [2025-01-14T01:40:44.106Z] ---> Running in af79efc9c4d3 [2025-01-14T01:40:44.106Z] Removing intermediate container af79efc9c4d3 [2025-01-14T01:40:44.106Z] ---> ef7a1cb4d081 [2025-01-14T01:40:44.106Z] Step 4/33 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-01-14T01:40:44.106Z] ---> Running in fda964fc65a0 [2025-01-14T01:40:44.365Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-01-14T01:40:44.935Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-01-14T01:40:44.935Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-01-14T01:40:44.935Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-01-14T01:40:45.197Z] Removing intermediate container fda964fc65a0 [2025-01-14T01:40:45.197Z] ---> 903b032d2d88 [2025-01-14T01:40:45.197Z] Step 5/33 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-01-14T01:40:45.197Z] ---> Running in 776f2d7f384a [2025-01-14T01:40:45.762Z] Removing intermediate container 776f2d7f384a [2025-01-14T01:40:45.762Z] ---> d4d5132ba5c4 [2025-01-14T01:40:45.762Z] Step 6/33 : RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev libcbor-dev iotech-iot-1.5-dev [2025-01-14T01:40:45.762Z] ---> Running in 684d626690a1 [2025-01-14T01:40:46.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:46.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:46.279Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:40:46.846Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:40:46.846Z] OK: 337 MiB in 103 packages [2025-01-14T01:40:47.105Z] Removing intermediate container 684d626690a1 [2025-01-14T01:40:47.105Z] ---> 36aaa4da3460 [2025-01-14T01:40:47.105Z] Step 7/33 : COPY scripts /device-coap/scripts [2025-01-14T01:40:47.105Z] ---> f4f20e51b421 [2025-01-14T01:40:47.105Z] Step 8/33 : COPY src /device-coap/src/ [2025-01-14T01:40:47.364Z] ---> 229bbaf640a5 [2025-01-14T01:40:47.364Z] Step 9/33 : COPY VERSION /device-coap [2025-01-14T01:40:47.364Z] ---> 72fa0c996771 [2025-01-14T01:40:47.364Z] Step 10/33 : RUN mkdir -p /device-coap/build [2025-01-14T01:40:47.623Z] ---> Running in 5b6e884b7adc [2025-01-14T01:40:48.188Z] Removing intermediate container 5b6e884b7adc [2025-01-14T01:40:48.188Z] ---> 97a09362baf6 [2025-01-14T01:40:48.188Z] Step 11/33 : WORKDIR /device-coap [2025-01-14T01:40:48.188Z] ---> Running in b362a7b06a8e [2025-01-14T01:40:48.188Z] Removing intermediate container b362a7b06a8e [2025-01-14T01:40:48.188Z] ---> d4d967150819 [2025-01-14T01:40:48.188Z] Step 12/33 : RUN /device-coap/scripts/build_deps.sh 1 [2025-01-14T01:40:48.188Z] ---> Running in 0c463887a749 [2025-01-14T01:40:48.447Z] + BUILD_CSDK=1 [2025-01-14T01:40:48.447Z] + TINYDTLS_VERSION=b0e230d [2025-01-14T01:40:48.447Z] + LIBCOAP_VERSION=1739507 [2025-01-14T01:40:48.447Z] + CSDK_VERSION=4.0.0-dev.14 [2025-01-14T01:40:48.447Z] + '[' -d deps ] [2025-01-14T01:40:48.447Z] + mkdir deps [2025-01-14T01:40:48.447Z] + cd /device-coap/deps [2025-01-14T01:40:48.447Z] + git clone https://github.com/eclipse/tinydtls.git [2025-01-14T01:40:48.447Z] Cloning into 'tinydtls'... [2025-01-14T01:40:49.014Z] + cd tinydtls [2025-01-14T01:40:49.014Z] + git checkout develop [2025-01-14T01:40:49.014Z] branch 'develop' set up to track 'origin/develop'. [2025-01-14T01:40:49.014Z] Switched to a new branch 'develop' [2025-01-14T01:40:49.014Z] + git reset --hard b0e230d [2025-01-14T01:40:49.014Z] HEAD is now at b0e230d Merge pull request #44 from mrdeep1/cunit_fix [2025-01-14T01:40:49.014Z] + cp /device-coap/scripts/AutoConf_cmake_patch AutoConf.cmake [2025-01-14T01:40:49.014Z] + cp /device-coap/scripts/CMakeLists_txt_patch CMakeLists.txt [2025-01-14T01:40:49.014Z] + cp /device-coap/scripts/dtls_config_h_cmake_in_patch dtls_config.h.cmake.in [2025-01-14T01:40:49.014Z] + cp /device-coap/scripts/tests_CMakeLists_txt_patch tests/CMakeLists.txt [2025-01-14T01:40:49.014Z] + mkdir -p build [2025-01-14T01:40:49.014Z] + cd build [2025-01-14T01:40:49.014Z] + cmake '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. [2025-01-14T01:40:49.014Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:49.014Z] -- Detecting C compiler ABI info [2025-01-14T01:40:49.273Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:49.273Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:49.273Z] -- Detecting C compile features [2025-01-14T01:40:49.273Z] -- Detecting C compile features - done [2025-01-14T01:40:49.273Z] -- Looking for assert.h [2025-01-14T01:40:49.273Z] -- Looking for assert.h - found [2025-01-14T01:40:49.273Z] -- Looking for arpa/inet.h [2025-01-14T01:40:49.273Z] -- Looking for arpa/inet.h - found [2025-01-14T01:40:49.273Z] -- Looking for fcntl.h [2025-01-14T01:40:49.532Z] -- Looking for fcntl.h - found [2025-01-14T01:40:49.532Z] -- Looking for inttypes.h [2025-01-14T01:40:49.532Z] -- Looking for inttypes.h - found [2025-01-14T01:40:49.532Z] -- Looking for memory.h [2025-01-14T01:40:49.532Z] -- Looking for memory.h - found [2025-01-14T01:40:49.532Z] -- Looking for netdb.h [2025-01-14T01:40:49.791Z] -- Looking for netdb.h - found [2025-01-14T01:40:49.791Z] -- Looking for netinet/in.h [2025-01-14T01:40:49.791Z] -- Looking for netinet/in.h - found [2025-01-14T01:40:49.791Z] -- Looking for stddef.h [2025-01-14T01:40:49.791Z] -- Looking for stddef.h - found [2025-01-14T01:40:49.791Z] -- Looking for stdint.h [2025-01-14T01:40:50.050Z] -- Looking for stdint.h - found [2025-01-14T01:40:50.050Z] -- Looking for stdlib.h [2025-01-14T01:40:50.050Z] -- Looking for stdlib.h - found [2025-01-14T01:40:50.050Z] -- Looking for string.h [2025-01-14T01:40:50.050Z] -- Looking for string.h - found [2025-01-14T01:40:50.050Z] -- Looking for strings.h [2025-01-14T01:40:50.308Z] -- Looking for strings.h - found [2025-01-14T01:40:50.308Z] -- Looking for time.h [2025-01-14T01:40:50.308Z] -- Looking for time.h - found [2025-01-14T01:40:50.308Z] -- Looking for sys/param.h [2025-01-14T01:40:50.308Z] -- Looking for sys/param.h - found [2025-01-14T01:40:50.308Z] -- Looking for sys/socket.h [2025-01-14T01:40:50.569Z] -- Looking for sys/socket.h - found [2025-01-14T01:40:50.569Z] -- Looking for sys/stat.h [2025-01-14T01:40:50.569Z] -- Looking for sys/stat.h - found [2025-01-14T01:40:50.569Z] -- Looking for sys/types.h [2025-01-14T01:40:50.569Z] -- Looking for sys/types.h - found [2025-01-14T01:40:50.569Z] -- Looking for sys/time.h [2025-01-14T01:40:50.830Z] -- Looking for sys/time.h - found [2025-01-14T01:40:50.830Z] -- Looking for unistd.h [2025-01-14T01:40:50.830Z] -- Looking for unistd.h - found [2025-01-14T01:40:50.830Z] -- Looking for float.h [2025-01-14T01:40:50.830Z] -- Looking for float.h - found [2025-01-14T01:40:50.830Z] -- Looking for dlfcn.h [2025-01-14T01:40:51.089Z] -- Looking for dlfcn.h - found [2025-01-14T01:40:51.089Z] -- Looking for memset [2025-01-14T01:40:51.089Z] -- Looking for memset - found [2025-01-14T01:40:51.089Z] -- Looking for select [2025-01-14T01:40:51.089Z] -- Looking for select - found [2025-01-14T01:40:51.089Z] -- Looking for socket [2025-01-14T01:40:51.348Z] -- Looking for socket - found [2025-01-14T01:40:51.348Z] -- Looking for strdup [2025-01-14T01:40:51.348Z] -- Looking for strdup - found [2025-01-14T01:40:51.348Z] -- Looking for strerror [2025-01-14T01:40:51.348Z] -- Looking for strerror - found [2025-01-14T01:40:51.348Z] -- Looking for strnlen [2025-01-14T01:40:51.606Z] -- Looking for strnlen - found [2025-01-14T01:40:51.606Z] -- Looking for fls [2025-01-14T01:40:51.606Z] -- Looking for fls - not found [2025-01-14T01:40:51.606Z] -- Looking for vprintf [2025-01-14T01:40:51.606Z] -- Looking for vprintf - found [2025-01-14T01:40:51.606Z] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN [2025-01-14T01:40:51.606Z] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed [2025-01-14T01:40:51.606Z] -- Configuring done (2.7s) [2025-01-14T01:40:51.606Z] -- Generating done (0.0s) [2025-01-14T01:40:51.865Z] -- Build files have been written to: /device-coap/deps/tinydtls/build [2025-01-14T01:40:51.865Z] + make [2025-01-14T01:40:51.865Z] [ 6%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael.c.o [2025-01-14T01:40:51.865Z] [ 13%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael_wrap.c.o [2025-01-14T01:40:51.865Z] [ 20%] Building C object CMakeFiles/tinydtls.dir/ccm.c.o [2025-01-14T01:40:52.440Z] [ 26%] Building C object CMakeFiles/tinydtls.dir/crypto.c.o [2025-01-14T01:40:52.440Z] In file included from /device-coap/deps/tinydtls/crypto.c:34: [2025-01-14T01:40:52.440Z] In function 'ecc_ecdh', [2025-01-14T01:40:52.440Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_x' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:52.440Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 1 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:52.440Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/crypto.c:431:12: note: 'pub_x' declared here [2025-01-14T01:40:52.440Z] 431 | uint32_t pub_x[8]; [2025-01-14T01:40:52.440Z] | ^~~~~ [2025-01-14T01:40:52.440Z] In function 'ecc_ecdh', [2025-01-14T01:40:52.440Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_y' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:52.440Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 2 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:52.440Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/crypto.c:432:12: note: 'pub_y' declared here [2025-01-14T01:40:52.440Z] 432 | uint32_t pub_y[8]; [2025-01-14T01:40:52.440Z] | ^~~~~ [2025-01-14T01:40:52.440Z] In function 'ecc_ecdh', [2025-01-14T01:40:52.440Z] inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'priv' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:40:52.440Z] 50 | ecc_ec_mult(px, py, secret, resultx, resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/ecc/ecc.h:47:6: note: by argument 3 of type 'const uint32_t *' {aka 'const unsigned int *'} to 'ecc_ec_mult' declared here [2025-01-14T01:40:52.440Z] 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); [2025-01-14T01:40:52.440Z] | ^~~~~~~~~~~ [2025-01-14T01:40:52.440Z] /device-coap/deps/tinydtls/crypto.c:430:12: note: 'priv' declared here [2025-01-14T01:40:52.440Z] 430 | uint32_t priv[8]; [2025-01-14T01:40:52.440Z] | ^~~~ [2025-01-14T01:40:52.440Z] [ 33%] Building C object CMakeFiles/tinydtls.dir/dtls.c.o [2025-01-14T01:40:53.825Z] [ 40%] Building C object CMakeFiles/tinydtls.dir/dtls_debug.c.o [2025-01-14T01:40:53.825Z] [ 46%] Building C object CMakeFiles/tinydtls.dir/dtls_prng.c.o [2025-01-14T01:40:53.825Z] [ 53%] Building C object CMakeFiles/tinydtls.dir/dtls_time.c.o [2025-01-14T01:40:53.825Z] [ 60%] Building C object CMakeFiles/tinydtls.dir/ecc/ecc.c.o [2025-01-14T01:40:53.825Z] /device-coap/deps/tinydtls/ecc/ecc.c: In function 'is_zero': [2025-01-14T01:40:53.825Z] /device-coap/deps/tinydtls/ecc/ecc.c:316:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [2025-01-14T01:40:53.825Z] 316 | for (idx = 0; idx < count; idx++) { [2025-01-14T01:40:53.825Z] | ^ [2025-01-14T01:40:53.825Z] /device-coap/deps/tinydtls/ecc/ecc.c:319:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [2025-01-14T01:40:53.825Z] 319 | return result == count; [2025-01-14T01:40:53.825Z] | ^~ [2025-01-14T01:40:54.761Z] [ 66%] Building C object CMakeFiles/tinydtls.dir/hmac.c.o [2025-01-14T01:40:54.761Z] [ 73%] Building C object CMakeFiles/tinydtls.dir/netq.c.o [2025-01-14T01:40:54.761Z] [ 80%] Building C object CMakeFiles/tinydtls.dir/peer.c.o [2025-01-14T01:40:54.761Z] [ 86%] Building C object CMakeFiles/tinydtls.dir/session.c.o [2025-01-14T01:40:54.761Z] [ 93%] Building C object CMakeFiles/tinydtls.dir/sha2/sha2.c.o [2025-01-14T01:40:54.761Z] /device-coap/deps/tinydtls/sha2/sha2.c:630:34: warning: argument 1 of type 'sha2_byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] [2025-01-14T01:40:54.761Z] 630 | void dtls_sha256_final(sha2_byte digest[], dtls_sha256_ctx* context) { [2025-01-14T01:40:54.761Z] | ~~~~~~~~~~^~~~~~~~ [2025-01-14T01:40:54.761Z] In file included from /device-coap/deps/tinydtls/sha2/sha2.c:45: [2025-01-14T01:40:54.761Z] /device-coap/deps/tinydtls/sha2/sha2.h:134:24: note: previously declared as 'uint8_t[32]' {aka 'unsigned char[32]'} [2025-01-14T01:40:54.761Z] 134 | void dtls_sha256_final(uint8_t[DTLS_SHA256_DIGEST_LENGTH], dtls_sha256_ctx*); [2025-01-14T01:40:54.761Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:54.761Z] /device-coap/deps/tinydtls/sha2/sha2.c:690:54: warning: argument 2 of type 'char[]' with mismatched bound [-Warray-parameter=] [2025-01-14T01:40:54.761Z] 690 | char *dtls_sha256_end(dtls_sha256_ctx* context, char buffer[]) { [2025-01-14T01:40:54.761Z] | ~~~~~^~~~~~~~ [2025-01-14T01:40:54.761Z] /device-coap/deps/tinydtls/sha2/sha2.h:135:41: note: previously declared as 'char[65]' [2025-01-14T01:40:54.761Z] 135 | char* dtls_sha256_end(dtls_sha256_ctx*, char[DTLS_SHA256_DIGEST_STRING_LENGTH]); [2025-01-14T01:40:54.761Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:40:55.023Z] [100%] Linking C shared library libtinydtls.so [2025-01-14T01:40:55.023Z] [100%] Built target tinydtls [2025-01-14T01:40:55.023Z] + make install [2025-01-14T01:40:55.023Z] [100%] Built target tinydtls [2025-01-14T01:40:55.023Z] Install the project... [2025-01-14T01:40:55.023Z] -- Install configuration: "Release" [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/lib/libtinydtls.so [2025-01-14T01:40:55.023Z] -- Up-to-date: /usr/local/include/tinydtls [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/uthash.h [2025-01-14T01:40:55.023Z] -- Up-to-date: /usr/local/include/tinydtls/sha2 [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/sha2/sha2.h [2025-01-14T01:40:55.023Z] -- Up-to-date: /usr/local/include/tinydtls/ecc [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/ecc/test_helper.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/ecc/ecc.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/tinydtls.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/alert.h [2025-01-14T01:40:55.023Z] -- Up-to-date: /usr/local/include/tinydtls/aes [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/aes/rijndael.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/crypto.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/numeric.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/peer.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/utlist.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls_mutex.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls_time.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/netq.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/global.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/state.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls_debug.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/session.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls_prng.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/hmac.h [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/ccm.h [2025-01-14T01:40:55.023Z] -- Up-to-date: /usr/local/include/tinydtls [2025-01-14T01:40:55.023Z] -- Installing: /usr/local/include/tinydtls/dtls_config.h [2025-01-14T01:40:55.023Z] + cd /device-coap/deps [2025-01-14T01:40:55.023Z] + git clone https://github.com/obgm/libcoap.git [2025-01-14T01:40:55.023Z] Cloning into 'libcoap'... [2025-01-14T01:40:56.928Z] + cd libcoap [2025-01-14T01:40:56.928Z] + git reset --hard 1739507 [2025-01-14T01:40:56.928Z] HEAD is now at 1739507a Merge pull request #536 from mrdeep1/bad_tcp [2025-01-14T01:40:56.928Z] + patch -p1 [2025-01-14T01:40:56.928Z] patching file cmake/FindTinyDTLS.cmake [2025-01-14T01:40:56.928Z] + patch -p1 [2025-01-14T01:40:56.928Z] patching file include/coap2/coap_config.h.in [2025-01-14T01:40:56.928Z] + mkdir -p build [2025-01-14T01:40:56.928Z] + cd build [2025-01-14T01:40:56.928Z] + cmake '-DWITH_EPOLL=OFF' '-DDTLS_BACKEND=tinydtls' '-DUSE_VENDORED_TINYDTLS=OFF' '-DENABLE_TESTS=OFF' '-DENABLE_EXAMPLES=OFF' '-DENABLE_DOCS=OFF' '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. [2025-01-14T01:40:56.928Z] -- The CXX compiler identification is GNU 12.2.1 [2025-01-14T01:40:56.928Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:40:56.928Z] -- Detecting CXX compiler ABI info [2025-01-14T01:40:56.928Z] -- Detecting CXX compiler ABI info - done [2025-01-14T01:40:56.928Z] -- Check for working CXX compiler: /usr/bin/c++ - skipped [2025-01-14T01:40:56.928Z] -- Detecting CXX compile features [2025-01-14T01:40:56.928Z] -- Detecting CXX compile features - done [2025-01-14T01:40:56.928Z] -- Detecting C compiler ABI info [2025-01-14T01:40:56.928Z] -- Detecting C compiler ABI info - done [2025-01-14T01:40:56.928Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:40:56.928Z] -- Detecting C compile features [2025-01-14T01:40:56.928Z] -- Detecting C compile features - done [2025-01-14T01:40:56.928Z] -- Looking for byteswap.h [2025-01-14T01:40:56.928Z] -- Looking for byteswap.h - found [2025-01-14T01:40:56.928Z] -- Looking for inttypes.h [2025-01-14T01:40:57.187Z] -- Looking for inttypes.h - found [2025-01-14T01:40:57.187Z] -- Looking for limits.h [2025-01-14T01:40:57.187Z] -- Looking for limits.h - found [2025-01-14T01:40:57.187Z] -- Looking for memory.h [2025-01-14T01:40:57.188Z] -- Looking for memory.h - found [2025-01-14T01:40:57.188Z] -- Looking for strings.h [2025-01-14T01:40:57.447Z] -- Looking for strings.h - found [2025-01-14T01:40:57.447Z] -- Looking for string.h [2025-01-14T01:40:57.447Z] -- Looking for string.h - found [2025-01-14T01:40:57.447Z] -- Looking for sys/sysctl.h [2025-01-14T01:40:57.447Z] -- Looking for sys/sysctl.h - not found [2025-01-14T01:40:57.447Z] -- Looking for netinet/in.h [2025-01-14T01:40:57.447Z] -- Looking for netinet/in.h - found [2025-01-14T01:40:57.447Z] -- Looking for sys/epoll.h [2025-01-14T01:40:57.707Z] -- Looking for sys/epoll.h - found [2025-01-14T01:40:57.707Z] -- Looking for sys/timerfd.h [2025-01-14T01:40:57.707Z] -- Looking for sys/timerfd.h - found [2025-01-14T01:40:57.707Z] -- Looking for arpa/inet.h [2025-01-14T01:40:57.968Z] -- Looking for arpa/inet.h - found [2025-01-14T01:40:57.968Z] -- Looking for stdbool.h [2025-01-14T01:40:57.968Z] -- Looking for stdbool.h - found [2025-01-14T01:40:57.968Z] -- Looking for netdb.h [2025-01-14T01:40:57.968Z] -- Looking for netdb.h - found [2025-01-14T01:40:57.968Z] -- Looking for pthread.h [2025-01-14T01:40:58.233Z] -- Looking for pthread.h - found [2025-01-14T01:40:58.233Z] -- Looking for stdlib.h [2025-01-14T01:40:58.233Z] -- Looking for stdlib.h - found [2025-01-14T01:40:58.233Z] -- Looking for stdint.h [2025-01-14T01:40:58.233Z] -- Looking for stdint.h - found [2025-01-14T01:40:58.233Z] -- Looking for syslog.h [2025-01-14T01:40:58.497Z] -- Looking for syslog.h - found [2025-01-14T01:40:58.497Z] -- Looking for sys/ioctl.h [2025-01-14T01:40:58.497Z] -- Looking for sys/ioctl.h - found [2025-01-14T01:40:58.497Z] -- Looking for sys/socket.h [2025-01-14T01:40:58.497Z] -- Looking for sys/socket.h - found [2025-01-14T01:40:58.497Z] -- Looking for sys/stat.h [2025-01-14T01:40:58.759Z] -- Looking for sys/stat.h - found [2025-01-14T01:40:58.759Z] -- Looking for sys/time.h [2025-01-14T01:40:58.759Z] -- Looking for sys/time.h - found [2025-01-14T01:40:58.759Z] -- Looking for sys/types.h [2025-01-14T01:40:58.759Z] -- Looking for sys/types.h - found [2025-01-14T01:40:58.759Z] -- Looking for sys/unistd.h [2025-01-14T01:40:58.759Z] -- Looking for sys/unistd.h - not found [2025-01-14T01:40:58.759Z] -- Looking for time.h [2025-01-14T01:40:59.018Z] -- Looking for time.h - found [2025-01-14T01:40:59.018Z] -- Looking for unistd.h [2025-01-14T01:40:59.018Z] -- Looking for unistd.h - found [2025-01-14T01:40:59.018Z] -- Looking for float.h [2025-01-14T01:40:59.277Z] -- Looking for float.h - found [2025-01-14T01:40:59.277Z] -- Looking for stddef.h [2025-01-14T01:40:59.277Z] -- Looking for stddef.h - found [2025-01-14T01:40:59.277Z] -- Looking for winsock2.h [2025-01-14T01:40:59.277Z] -- Looking for winsock2.h - not found [2025-01-14T01:40:59.277Z] -- Looking for ws2tcpip.h [2025-01-14T01:40:59.277Z] -- Looking for ws2tcpip.h - not found [2025-01-14T01:40:59.277Z] -- Looking for malloc [2025-01-14T01:40:59.540Z] -- Looking for malloc - found [2025-01-14T01:40:59.540Z] -- Looking for memset [2025-01-14T01:40:59.540Z] -- Looking for memset - found [2025-01-14T01:40:59.540Z] -- Looking for select [2025-01-14T01:40:59.540Z] -- Looking for select - found [2025-01-14T01:40:59.540Z] -- Looking for socket [2025-01-14T01:40:59.807Z] -- Looking for socket - found [2025-01-14T01:40:59.808Z] -- Looking for strcasecmp [2025-01-14T01:40:59.808Z] -- Looking for strcasecmp - found [2025-01-14T01:40:59.808Z] -- Looking for pthread_mutex_lock [2025-01-14T01:40:59.808Z] -- Looking for pthread_mutex_lock - found [2025-01-14T01:40:59.808Z] -- Looking for getaddrinfo [2025-01-14T01:41:00.067Z] -- Looking for getaddrinfo - found [2025-01-14T01:41:00.067Z] -- Looking for strnlen [2025-01-14T01:41:00.067Z] -- Looking for strnlen - found [2025-01-14T01:41:00.067Z] -- Looking for strrchr [2025-01-14T01:41:00.067Z] -- Looking for strrchr - found [2025-01-14T01:41:00.067Z] -- Looking for getrandom [2025-01-14T01:41:00.329Z] -- Looking for getrandom - found [2025-01-14T01:41:00.329Z] -- Looking for cmsghdr [2025-01-14T01:41:00.329Z] -- Looking for cmsghdr - not found [2025-01-14T01:41:00.329Z] -- compiling without epoll support [2025-01-14T01:41:00.329Z] -- compiling with DTLS support [2025-01-14T01:41:00.329Z] -- DTLS_BACKEND: tinydtls [2025-01-14T01:41:00.329Z] -- Found TinyDTLS: /usr/local/include [2025-01-14T01:41:00.329Z] -- TINYDTLS_INCLUDE_DIR: /usr/local/include/tinydtls [2025-01-14T01:41:00.329Z] -- TINYDTLS_LIBRARIES: /usr/local/lib/libtinydtls.so [2025-01-14T01:41:00.329Z] -- TINYDTLS_ROOT_DIR: [2025-01-14T01:41:00.329Z] -- compiling with tinydtls support [2025-01-14T01:41:00.329Z] -- ENABLE_DTLS:.....................ON [2025-01-14T01:41:00.329Z] -- ENABLE_TCP:......................ON [2025-01-14T01:41:00.329Z] -- ENABLE_DOCS:.....................OFF [2025-01-14T01:41:00.329Z] -- ENABLE_EXAMPLES:.................OFF [2025-01-14T01:41:00.329Z] -- DTLS_BACKEND:....................tinydtls [2025-01-14T01:41:00.329Z] -- WITH_GNUTLS:.....................OFF [2025-01-14T01:41:00.329Z] -- WITH_TINYDTLS:...................ON [2025-01-14T01:41:00.329Z] -- WITH_OPENSSL:....................OFF [2025-01-14T01:41:00.329Z] -- WITH_MBEDTLS:....................OFF [2025-01-14T01:41:00.329Z] -- HAVE_LIBTINYDTLS:................1 [2025-01-14T01:41:00.329Z] -- HAVE_LIBGNUTLS:.................. [2025-01-14T01:41:00.329Z] -- HAVE_OPENSSL:.................... [2025-01-14T01:41:00.329Z] -- HAVE_MBEDTLS:.................... [2025-01-14T01:41:00.329Z] -- COAP_EPOLL_SUPPORT:.............. [2025-01-14T01:41:00.329Z] -- CMAKE_C_COMPILER:................/usr/bin/cc [2025-01-14T01:41:00.329Z] -- BUILD_SHARED_LIBS:...............ON [2025-01-14T01:41:00.329Z] -- CMAKE_BUILD_TYPE:................Release [2025-01-14T01:41:00.329Z] -- CMAKE_SYSTEM_PROCESSOR:..........x86_64 [2025-01-14T01:41:00.329Z] -- Configuring done (3.7s) [2025-01-14T01:41:00.329Z] CMake Warning (dev) at CMakeLists.txt:16 (add_library): [2025-01-14T01:41:00.329Z] Policy CMP0115 is not set: Source file extensions must be explicit. Run [2025-01-14T01:41:00.329Z] "cmake --help-policy CMP0115" for policy details. Use the cmake_policy [2025-01-14T01:41:00.329Z] command to set the policy and suppress this warning. [2025-01-14T01:41:00.329Z] [2025-01-14T01:41:00.329Z] File: [2025-01-14T01:41:00.329Z] [2025-01-14T01:41:00.329Z] /device-coap/deps/libcoap/include/coap2/coap.h.in [2025-01-14T01:41:00.329Z] This warning is for project developers. Use -Wno-dev to suppress it. [2025-01-14T01:41:00.329Z] [2025-01-14T01:41:00.329Z] -- Generating done (0.0s) [2025-01-14T01:41:00.329Z] -- Build files have been written to: /device-coap/deps/libcoap/build [2025-01-14T01:41:00.329Z] + make [2025-01-14T01:41:00.329Z] [ 4%] Building C object CMakeFiles/coap-2.dir/src/address.c.o [2025-01-14T01:41:00.329Z] [ 8%] Building C object CMakeFiles/coap-2.dir/src/async.c.o [2025-01-14T01:41:00.590Z] [ 13%] Building C object CMakeFiles/coap-2.dir/src/block.c.o [2025-01-14T01:41:00.590Z] [ 17%] Building C object CMakeFiles/coap-2.dir/src/coap_debug.c.o [2025-01-14T01:41:00.853Z] [ 21%] Building C object CMakeFiles/coap-2.dir/src/coap_event.c.o [2025-01-14T01:41:00.853Z] [ 26%] Building C object CMakeFiles/coap-2.dir/src/coap_hashkey.c.o [2025-01-14T01:41:00.853Z] [ 30%] Building C object CMakeFiles/coap-2.dir/src/coap_io.c.o [2025-01-14T01:41:01.114Z] [ 34%] Building C object CMakeFiles/coap-2.dir/src/coap_notls.c.o [2025-01-14T01:41:01.372Z] [ 39%] Building C object CMakeFiles/coap-2.dir/src/coap_prng.c.o [2025-01-14T01:41:01.373Z] [ 43%] Building C object CMakeFiles/coap-2.dir/src/coap_session.c.o [2025-01-14T01:41:01.940Z] [ 47%] Building C object CMakeFiles/coap-2.dir/src/coap_tcp.c.o [2025-01-14T01:41:01.940Z] [ 52%] Building C object CMakeFiles/coap-2.dir/src/coap_time.c.o [2025-01-14T01:41:01.940Z] [ 56%] Building C object CMakeFiles/coap-2.dir/src/encode.c.o [2025-01-14T01:41:02.198Z] [ 60%] Building C object CMakeFiles/coap-2.dir/src/mem.c.o [2025-01-14T01:41:02.198Z] [ 65%] Building C object CMakeFiles/coap-2.dir/src/net.c.o [2025-01-14T01:41:02.767Z] [ 69%] Building C object CMakeFiles/coap-2.dir/src/option.c.o [2025-01-14T01:41:03.026Z] [ 73%] Building C object CMakeFiles/coap-2.dir/src/pdu.c.o [2025-01-14T01:41:03.026Z] [ 78%] Building C object CMakeFiles/coap-2.dir/src/resource.c.o [2025-01-14T01:41:03.595Z] [ 82%] Building C object CMakeFiles/coap-2.dir/src/str.c.o [2025-01-14T01:41:03.595Z] [ 86%] Building C object CMakeFiles/coap-2.dir/src/subscribe.c.o [2025-01-14T01:41:03.595Z] [ 91%] Building C object CMakeFiles/coap-2.dir/src/uri.c.o [2025-01-14T01:41:03.855Z] [ 95%] Building C object CMakeFiles/coap-2.dir/src/coap_tinydtls.c.o [2025-01-14T01:41:03.855Z] [100%] Linking C shared library libcoap-2.so [2025-01-14T01:41:04.116Z] [100%] Built target coap-2 [2025-01-14T01:41:04.116Z] + make install [2025-01-14T01:41:04.116Z] [100%] Built target coap-2 [2025-01-14T01:41:04.116Z] Install the project... [2025-01-14T01:41:04.116Z] -- Install configuration: "Release" [2025-01-14T01:41:04.116Z] -- Installing: /usr/local/lib/libcoap-2.so [2025-01-14T01:41:04.116Z] -- Set runtime path of "/usr/local/lib/libcoap-2.so" to "" [2025-01-14T01:41:04.116Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets.cmake [2025-01-14T01:41:04.116Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets-release.cmake [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfig.cmake [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfigVersion.cmake [2025-01-14T01:41:04.117Z] -- Up-to-date: /usr/local/include [2025-01-14T01:41:04.117Z] -- Up-to-date: /usr/local/include/coap2 [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/uthash.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/subscribe.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/option.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/resource.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/bits.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_hashkey.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/block.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_io.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/pdu.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/str.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/async.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/net.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/address.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/uri.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_event.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_riot.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_dtls.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_mutex.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_prng.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/lwippools.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_debug.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/utlist.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_time.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/encode.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/libcoap.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_forward_decls.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/mem.h [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap_session.h [2025-01-14T01:41:04.117Z] -- Up-to-date: /usr/local/include [2025-01-14T01:41:04.117Z] -- Up-to-date: /usr/local/include/coap2 [2025-01-14T01:41:04.117Z] -- Installing: /usr/local/include/coap2/coap.h [2025-01-14T01:41:04.117Z] + '[' 1 '=' 1 ] [2025-01-14T01:41:04.117Z] + cd /device-coap/deps [2025-01-14T01:41:04.117Z] + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0-dev.14.zip [2025-01-14T01:41:04.117Z] Connecting to github.com (140.82.113.4:443) [2025-01-14T01:41:04.378Z] Connecting to codeload.github.com (140.82.113.9:443) [2025-01-14T01:41:04.378Z] saving to 'v4.0.0-dev.14.zip' [2025-01-14T01:41:04.378Z] v4.0.0-dev.14.zip 100% |********************************| 246k 0:00:00 ETA [2025-01-14T01:41:04.378Z] 'v4.0.0-dev.14.zip' saved [2025-01-14T01:41:04.378Z] + unzip v4.0.0-dev.14.zip [2025-01-14T01:41:04.378Z] Archive: v4.0.0-dev.14.zip [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/ [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/.github/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/.github/Contributing.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/.github/PULL_REQUEST_TEMPLATE.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/.github/semantic.yml [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/.github/workflows/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/.github/workflows/release.yml [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/.gitignore [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/Attribution.txt [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/CHANGELOG.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/Doxyfile [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/GOVERNANCE.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/Jenkinsfile [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/LICENSE [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/Makefile [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/OWNERS.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/README.IOT.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/README.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/README.v3.md [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/docs/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/docs/configuration.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/docs/deviceprofiles.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/docs/metrics.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/docs/servicewritersguide.md [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/docs/startup.md [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/include/ [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/include/devsdk/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk-base.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk.h [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/include/edgex/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/devices.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex-base.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/profiles.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/include/edgex/rest-server.h [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/scripts/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine-base [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/build.sh [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/scripts/entrypoint.sh [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/src/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/CMakeLists.txt [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/src/c/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/CMakeLists.txt [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/api.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-impl.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-mqtt.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/cmdinfo.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/config.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/config.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/data.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/data.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/defs.h.in [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/device.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/device.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devman.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devsdk-base.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/devutil.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.c [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex2.h [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/errorlist.h [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/ [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/CMakeLists.txt [2025-01-14T01:41:04.378Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/README.md [2025-01-14T01:41:04.378Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/device-bitfields.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/Bitfields.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/Example-Bitfields.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/device-counter.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/Counters.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/Counter.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/README.md [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/readme.txt [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/TemplateProfile.json [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/template.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher1.json [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher2.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/device-file.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/file1.json [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/lorem.txt [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/FileExampleProfile.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/device-gyro.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/gyro.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/Gyro.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/device-random.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/randomdevice1.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/RandomExampleProfile.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/device1.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/TemplateProfile.json [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/template.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/CMakeLists.txt [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/README.md [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/device-terminal.c [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/configuration.yaml [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/terminal.json [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/Terminal.json [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/map.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/map.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/metrics.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-impl.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/service.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/service.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.h [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.c [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.h [2025-01-14T01:41:04.379Z] creating: device-sdk-c-4.0.0-dev.14/src/cmake/ [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindIOT.cmake [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBCBOR.cmake [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBMICROHTTP.cmake [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBPAHO.cmake [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBUUID.cmake [2025-01-14T01:41:04.379Z] inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBYAML.cmake [2025-01-14T01:41:04.379Z] + cd device-sdk-c-4.0.0-dev.14 [2025-01-14T01:41:04.379Z] + ./scripts/build.sh [2025-01-14T01:41:04.379Z] + CPPCHECK=false [2025-01-14T01:41:04.379Z] + DOCGEN=false [2025-01-14T01:41:04.379Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-01-14T01:41:04.379Z] + '[' 0 -gt 0 ] [2025-01-14T01:41:04.379Z] + readlink -f ./scripts/build.sh [2025-01-14T01:41:04.379Z] + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts/build.sh [2025-01-14T01:41:04.379Z] + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts [2025-01-14T01:41:04.379Z] + ROOT=/device-coap/deps/device-sdk-c-4.0.0-dev.14 [2025-01-14T01:41:04.379Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14 [2025-01-14T01:41:04.379Z] + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:41:04.379Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:41:04.379Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src [2025-01-14T01:41:04.638Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:41:04.638Z] -- Detecting C compiler ABI info [2025-01-14T01:41:04.638Z] -- Detecting C compiler ABI info - done [2025-01-14T01:41:04.638Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:41:04.638Z] -- Detecting C compile features [2025-01-14T01:41:04.638Z] -- Detecting C compile features - done [2025-01-14T01:41:04.638Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-01-14T01:41:04.638Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") [2025-01-14T01:41:04.638Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-01-14T01:41:04.638Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-01-14T01:41:04.638Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-01-14T01:41:04.638Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-01-14T01:41:04.638Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-01-14T01:41:04.638Z] -- /opt/iotech/iot/1.5/include [2025-01-14T01:41:04.638Z] -- C SDK 0.0.0 for Linux [2025-01-14T01:41:04.638Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-01-14T01:41:04.901Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-01-14T01:41:04.901Z] -- Found Curses: /usr/lib/libcurses.so [2025-01-14T01:41:04.901Z] -- Configuring done (0.4s) [2025-01-14T01:41:04.901Z] -- Generating done (0.0s) [2025-01-14T01:41:04.901Z] -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release [2025-01-14T01:41:04.901Z] + make all package [2025-01-14T01:41:04.901Z] + tee release.log [2025-01-14T01:41:04.901Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-01-14T01:41:05.163Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-01-14T01:41:05.163Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-01-14T01:41:05.423Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-01-14T01:41:05.424Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-01-14T01:41:05.685Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-01-14T01:41:05.685Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-01-14T01:41:05.945Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-01-14T01:41:06.205Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-01-14T01:41:06.205Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-01-14T01:41:06.464Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-01-14T01:41:06.464Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-01-14T01:41:06.723Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-01-14T01:41:06.723Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-01-14T01:41:06.981Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-01-14T01:41:07.240Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-01-14T01:41:07.240Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-01-14T01:41:07.240Z] In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, [2025-01-14T01:41:07.240Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, [2025-01-14T01:41:07.240Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, [2025-01-14T01:41:07.240Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, [2025-01-14T01:41:07.240Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: [2025-01-14T01:41:07.240Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': [2025-01-14T01:41:07.240Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:31: warning: format '%s' expects a matching 'char *' argument [-Wformat=] [2025-01-14T01:41:07.240Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:41:07.240Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:07.240Z] /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' [2025-01-14T01:41:07.240Z] 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) [2025-01-14T01:41:07.240Z] | ^~~~~~~~~~~ [2025-01-14T01:41:07.240Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here [2025-01-14T01:41:07.240Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:41:07.240Z] | ~^ [2025-01-14T01:41:07.240Z] | | [2025-01-14T01:41:07.240Z] | char * [2025-01-14T01:41:07.500Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-01-14T01:41:07.500Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-01-14T01:41:07.757Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-01-14T01:41:07.757Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-01-14T01:41:09.136Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-01-14T01:41:09.136Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-01-14T01:41:09.136Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-01-14T01:41:09.136Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-01-14T01:41:09.136Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-01-14T01:41:09.398Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-01-14T01:41:09.658Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-01-14T01:41:09.658Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-01-14T01:41:09.920Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-01-14T01:41:09.921Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-01-14T01:41:10.180Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c: In function 'devsdk_service_start': [2025-01-14T01:41:10.180Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:1063:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2025-01-14T01:41:10.180Z] 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2025-01-14T01:41:10.180Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:10.180Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:875:21: note: 'deviceservices_config' was declared here [2025-01-14T01:41:10.180Z] 875 | const iot_data_t *deviceservices_config; [2025-01-14T01:41:10.180Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:10.440Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-01-14T01:41:10.440Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-01-14T01:41:10.440Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-01-14T01:41:10.700Z] [ 68%] Linking C shared library libcsdk.so [2025-01-14T01:41:10.700Z] [ 68%] Built target csdk [2025-01-14T01:41:10.700Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-01-14T01:41:10.960Z] [ 72%] Linking C executable template [2025-01-14T01:41:10.960Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:10.960Z] [ 72%] Built target template [2025-01-14T01:41:10.960Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-01-14T01:41:10.960Z] [ 76%] Linking C executable device-counter [2025-01-14T01:41:10.960Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:10.960Z] [ 76%] Built target device-counter [2025-01-14T01:41:10.960Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-01-14T01:41:11.219Z] [ 80%] Linking C executable device-random [2025-01-14T01:41:11.219Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:11.219Z] [ 80%] Built target device-random [2025-01-14T01:41:11.219Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-01-14T01:41:11.219Z] [ 84%] Linking C executable device-gyro [2025-01-14T01:41:11.220Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:11.479Z] [ 84%] Built target device-gyro [2025-01-14T01:41:11.479Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-01-14T01:41:11.479Z] [ 88%] Linking C executable device-bitfields [2025-01-14T01:41:11.479Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:11.479Z] [ 88%] Built target device-bitfields [2025-01-14T01:41:11.479Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-01-14T01:41:11.740Z] [ 92%] Linking C executable template-discovery [2025-01-14T01:41:11.740Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:11.740Z] [ 92%] Built target template-discovery [2025-01-14T01:41:11.740Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-01-14T01:41:12.002Z] [ 96%] Linking C executable device-file [2025-01-14T01:41:12.002Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:12.002Z] [ 96%] Built target device-file [2025-01-14T01:41:12.002Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-01-14T01:41:12.002Z] [100%] Linking C executable device-terminal [2025-01-14T01:41:12.002Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:12.262Z] [100%] Built target device-terminal [2025-01-14T01:41:12.262Z] Run CPack packaging tool... [2025-01-14T01:41:12.262Z] CPack: Create package using TGZ [2025-01-14T01:41:12.262Z] CPack: Install projects [2025-01-14T01:41:12.262Z] CPack: - Run preinstall target for: Csdk [2025-01-14T01:41:12.522Z] CPack: - Install project: Csdk [] [2025-01-14T01:41:12.522Z] CPack: Create package [2025-01-14T01:41:12.522Z] CPack: - package: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release/csdk-0.0.0.tar.gz generated. [2025-01-14T01:41:12.522Z] + '[' false '=' true ] [2025-01-14T01:41:12.522Z] + '[' false '=' true ] [2025-01-14T01:41:12.522Z] + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:41:12.522Z] + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:41:12.522Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src [2025-01-14T01:41:12.522Z] -- The C compiler identification is GNU 12.2.1 [2025-01-14T01:41:12.522Z] -- Detecting C compiler ABI info [2025-01-14T01:41:12.783Z] -- Detecting C compiler ABI info - done [2025-01-14T01:41:12.783Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-01-14T01:41:12.783Z] -- Detecting C compile features [2025-01-14T01:41:12.783Z] -- Detecting C compile features - done [2025-01-14T01:41:12.783Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-01-14T01:41:12.783Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") [2025-01-14T01:41:12.783Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-01-14T01:41:12.783Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-01-14T01:41:12.783Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-01-14T01:41:12.783Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-01-14T01:41:12.783Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-01-14T01:41:12.783Z] -- /opt/iotech/iot/1.5/include [2025-01-14T01:41:12.783Z] -- C SDK 0.0.0 for Linux [2025-01-14T01:41:12.783Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-01-14T01:41:12.783Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-01-14T01:41:12.783Z] -- Found Curses: /usr/lib/libcurses.so [2025-01-14T01:41:13.044Z] -- Configuring done (0.5s) [2025-01-14T01:41:13.044Z] -- Generating done (0.0s) [2025-01-14T01:41:13.044Z] -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug [2025-01-14T01:41:13.044Z] + + teemake debug.log [2025-01-14T01:41:13.044Z] [2025-01-14T01:41:13.044Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-01-14T01:41:13.044Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-01-14T01:41:13.044Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-01-14T01:41:13.303Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-01-14T01:41:13.303Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-01-14T01:41:13.303Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-01-14T01:41:13.562Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-01-14T01:41:13.562Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-01-14T01:41:13.562Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-01-14T01:41:13.821Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-01-14T01:41:13.821Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-01-14T01:41:13.821Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-01-14T01:41:13.821Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-01-14T01:41:14.082Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-01-14T01:41:14.082Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-01-14T01:41:14.082Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-01-14T01:41:14.343Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-01-14T01:41:14.343Z] In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, [2025-01-14T01:41:14.343Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, [2025-01-14T01:41:14.343Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, [2025-01-14T01:41:14.343Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, [2025-01-14T01:41:14.343Z] from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: [2025-01-14T01:41:14.343Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': [2025-01-14T01:41:14.343Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:31: warning: format '%s' expects a matching 'char *' argument [-Wformat=] [2025-01-14T01:41:14.343Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:41:14.343Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:14.343Z] /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' [2025-01-14T01:41:14.343Z] 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) [2025-01-14T01:41:14.343Z] | ^~~~~~~~~~~ [2025-01-14T01:41:14.343Z] /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here [2025-01-14T01:41:14.343Z] 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); [2025-01-14T01:41:14.343Z] | ~^ [2025-01-14T01:41:14.343Z] | | [2025-01-14T01:41:14.343Z] | char * [2025-01-14T01:41:14.343Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-01-14T01:41:14.343Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-01-14T01:41:14.603Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-01-14T01:41:14.603Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-01-14T01:41:14.864Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-01-14T01:41:14.864Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-01-14T01:41:14.864Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-01-14T01:41:14.864Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-01-14T01:41:14.864Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-01-14T01:41:15.126Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-01-14T01:41:15.387Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-01-14T01:41:15.387Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-01-14T01:41:15.387Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-01-14T01:41:15.387Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-01-14T01:41:15.646Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-01-14T01:41:15.646Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-01-14T01:41:15.646Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-01-14T01:41:15.906Z] [ 68%] Linking C shared library libcsdk.so [2025-01-14T01:41:15.906Z] [ 68%] Built target csdk [2025-01-14T01:41:15.906Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-01-14T01:41:15.906Z] [ 72%] Linking C executable template [2025-01-14T01:41:15.906Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.164Z] [ 72%] Built target template [2025-01-14T01:41:16.164Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-01-14T01:41:16.164Z] [ 76%] Linking C executable device-counter [2025-01-14T01:41:16.164Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.164Z] [ 76%] Built target device-counter [2025-01-14T01:41:16.164Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-01-14T01:41:16.164Z] [ 80%] Linking C executable device-random [2025-01-14T01:41:16.164Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.424Z] [ 80%] Built target device-random [2025-01-14T01:41:16.424Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-01-14T01:41:16.424Z] [ 84%] Linking C executable device-gyro [2025-01-14T01:41:16.424Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.424Z] [ 84%] Built target device-gyro [2025-01-14T01:41:16.424Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-01-14T01:41:16.424Z] [ 88%] Linking C executable device-bitfields [2025-01-14T01:41:16.684Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.684Z] [ 88%] Built target device-bitfields [2025-01-14T01:41:16.684Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-01-14T01:41:16.684Z] [ 92%] Linking C executable template-discovery [2025-01-14T01:41:16.684Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.684Z] [ 92%] Built target template-discovery [2025-01-14T01:41:16.684Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-01-14T01:41:16.947Z] [ 96%] Linking C executable device-file [2025-01-14T01:41:16.947Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:16.947Z] [ 96%] Built target device-file [2025-01-14T01:41:16.947Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-01-14T01:41:16.947Z] [100%] Linking C executable device-terminal [2025-01-14T01:41:16.947Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:17.210Z] [100%] Built target device-terminal [2025-01-14T01:41:17.210Z] + cp -rf include/devsdk include/edgex /usr/include/ [2025-01-14T01:41:17.210Z] + cp build/release/c/libcsdk.so /usr/lib/ [2025-01-14T01:41:17.210Z] + rm -rf /device-coap/deps [2025-01-14T01:41:17.470Z] Removing intermediate container 0c463887a749 [2025-01-14T01:41:17.470Z] ---> 593f4c80818a [2025-01-14T01:41:17.470Z] Step 13/33 : RUN /device-coap/scripts/build.sh && test -f /device-coap/build/release/device-coap [2025-01-14T01:41:17.470Z] ---> Running in 37daf935d06f [2025-01-14T01:41:17.731Z] + readlink -f /device-coap/scripts/build.sh [2025-01-14T01:41:17.731Z] + dirname /device-coap/scripts/build.sh [2025-01-14T01:41:17.731Z] + dirname /device-coap/scripts [2025-01-14T01:41:17.731Z] + ROOT=/device-coap [2025-01-14T01:41:17.731Z] + echo /device-coap [2025-01-14T01:41:17.731Z] + cd /device-coap [2025-01-14T01:41:17.731Z] + mkdir -p /device-coap/build/release [2025-01-14T01:41:17.731Z] /device-coap [2025-01-14T01:41:17.731Z] + cd /device-coap/build/release [2025-01-14T01:41:17.731Z] + cmake '-DCMAKE_BUILD_TYPE=Release' /device-coap/src/c [2025-01-14T01:41:17.731Z] -- Configuring done (0.0s) [2025-01-14T01:41:17.731Z] -- Generating done (0.0s) [2025-01-14T01:41:17.731Z] -- Build files have been written to: /device-coap/build/release [2025-01-14T01:41:17.731Z] + make [2025-01-14T01:41:17.731Z] + tee release.log [2025-01-14T01:41:17.995Z] [ 20%] Building C object CMakeFiles/device-coap.dir/coap-client.c.o [2025-01-14T01:41:17.995Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:41:17.995Z] from /device-coap/src/c/device-coap.h:17, [2025-01-14T01:41:17.995Z] from /device-coap/src/c/coap-client.h:21, [2025-01-14T01:41:17.995Z] from /device-coap/src/c/coap-client.c:9: [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c: In function 'GetEndDeviceProtocolProperties': [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:89:36: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.995Z] 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", [2025-01-14T01:41:17.995Z] | ^~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.995Z] 90 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:41:17.995Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:89:55: note: format string is defined here [2025-01-14T01:41:17.995Z] 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", [2025-01-14T01:41:17.995Z] | ~^ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | unsigned int [2025-01-14T01:41:17.995Z] | %lu [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c: In function 'message_handler': [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:126:36: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.995Z] 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); [2025-01-14T01:41:17.995Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:126:63: note: format string is defined here [2025-01-14T01:41:17.995Z] 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); [2025-01-14T01:41:17.995Z] | ~^ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | unsigned int [2025-01-14T01:41:17.995Z] | %lu [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:129:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:41:17.995Z] 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", [2025-01-14T01:41:17.995Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.995Z] 130 | resource->properties->type); [2025-01-14T01:41:17.995Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | iot_typecode_t [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:129:68: note: format string is defined here [2025-01-14T01:41:17.995Z] 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", [2025-01-14T01:41:17.995Z] | ~^ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | int [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:139:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.995Z] 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, [2025-01-14T01:41:17.995Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.995Z] 140 | len); [2025-01-14T01:41:17.995Z] | ~~~ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.995Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.995Z] /device-coap/src/c/coap-client.c:139:71: note: format string is defined here [2025-01-14T01:41:17.995Z] 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, [2025-01-14T01:41:17.995Z] | ~^ [2025-01-14T01:41:17.995Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:144:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] 145 | len); [2025-01-14T01:41:17.996Z] | ~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:144:71: note: format string is defined here [2025-01-14T01:41:17.996Z] 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:151:38: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] 152 | len); [2025-01-14T01:41:17.996Z] | ~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:151:70: note: format string is defined here [2025-01-14T01:41:17.996Z] 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:156:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:41:17.996Z] 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] 157 | resource->properties->type); [2025-01-14T01:41:17.996Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | iot_typecode_t [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:156:71: note: format string is defined here [2025-01-14T01:41:17.996Z] 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c: In function 'CoapSendCommandToEndDevice': [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:244:30: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:244:55: note: format string is defined here [2025-01-14T01:41:17.996Z] 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:252:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] 253 | (uint8_t *)end_dev_params_ptr->psk_key, [2025-01-14T01:41:17.996Z] 254 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:41:17.996Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:252:67: note: format string is defined here [2025-01-14T01:41:17.996Z] 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c: In function 'CoapGetRequestToEndDevice': [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:351:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] 352 | (uint8_t *)end_dev_params_ptr->psk_key, [2025-01-14T01:41:17.996Z] 353 | strlen(end_dev_params_ptr->psk_key)); [2025-01-14T01:41:17.996Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-client.c:351:67: note: format string is defined here [2025-01-14T01:41:17.996Z] 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:17.996Z] | %ld [2025-01-14T01:41:17.996Z] [ 40%] Building C object CMakeFiles/device-coap.dir/coap-server.c.o [2025-01-14T01:41:17.996Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:41:17.996Z] from /usr/include/edgex/devices.h:17, [2025-01-14T01:41:17.996Z] from /device-coap/src/c/coap-server.c:22: [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-server.c: In function 'data_handler': [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-server.c:82:32: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:17.996Z] 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | size_t {aka long unsigned int} [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-server.c:82:54: note: format string is defined here [2025-01-14T01:41:17.996Z] 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | unsigned int [2025-01-14T01:41:17.996Z] | %lu [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-server.c:128:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:41:17.996Z] 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); [2025-01-14T01:41:17.996Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | iot_typecode_t [2025-01-14T01:41:17.996Z] /device-coap/src/c/coap-server.c:128:65: note: format string is defined here [2025-01-14T01:41:17.996Z] 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); [2025-01-14T01:41:17.996Z] | ~^ [2025-01-14T01:41:17.996Z] | | [2025-01-14T01:41:17.996Z] | int [2025-01-14T01:41:18.257Z] [ 60%] Building C object CMakeFiles/device-coap.dir/coap-util.c.o [2025-01-14T01:41:18.257Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:41:18.257Z] from /device-coap/src/c/coap-util.h:18, [2025-01-14T01:41:18.257Z] from /device-coap/src/c/coap-util.c:9: [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c: In function 'read_data_float64': [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:63:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:18.257Z] 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:41:18.257Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | size_t {aka long unsigned int} [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:63:56: note: format string is defined here [2025-01-14T01:41:18.257Z] 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:41:18.257Z] | ~^ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | unsigned int [2025-01-14T01:41:18.257Z] | %lu [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:76:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:18.257Z] 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:41:18.257Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | size_t {aka long unsigned int} [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:76:56: note: format string is defined here [2025-01-14T01:41:18.257Z] 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); [2025-01-14T01:41:18.257Z] | ~^ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | unsigned int [2025-01-14T01:41:18.257Z] | %lu [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c: In function 'read_data_int32': [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:87:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:18.257Z] 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:41:18.257Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | size_t {aka long unsigned int} [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:87:54: note: format string is defined here [2025-01-14T01:41:18.257Z] 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:41:18.257Z] | ~^ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | unsigned int [2025-01-14T01:41:18.257Z] | %lu [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:102:31: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] [2025-01-14T01:41:18.257Z] 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:41:18.257Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | size_t {aka long unsigned int} [2025-01-14T01:41:18.257Z] /device-coap/src/c/coap-util.c:102:54: note: format string is defined here [2025-01-14T01:41:18.257Z] 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); [2025-01-14T01:41:18.257Z] | ~^ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | unsigned int [2025-01-14T01:41:18.257Z] | %lu [2025-01-14T01:41:18.257Z] [ 80%] Building C object CMakeFiles/device-coap.dir/device-coap.c.o [2025-01-14T01:41:18.257Z] In file included from /usr/include/devsdk/devsdk.h:18, [2025-01-14T01:41:18.257Z] from /device-coap/src/c/device-coap.h:17, [2025-01-14T01:41:18.257Z] from /device-coap/src/c/device-coap.c:10: [2025-01-14T01:41:18.257Z] /device-coap/src/c/device-coap.c: In function 'coap_get_handler': [2025-01-14T01:41:18.257Z] /device-coap/src/c/device-coap.c:130:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'iot_typecode_t' [-Wformat=] [2025-01-14T01:41:18.257Z] 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", [2025-01-14T01:41:18.257Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:18.257Z] 131 | requests[i].resource->type); [2025-01-14T01:41:18.257Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | iot_typecode_t [2025-01-14T01:41:18.257Z] /device-coap/src/c/device-coap.c:130:69: note: format string is defined here [2025-01-14T01:41:18.257Z] 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", [2025-01-14T01:41:18.257Z] | ~^ [2025-01-14T01:41:18.257Z] | | [2025-01-14T01:41:18.257Z] | int [2025-01-14T01:41:18.517Z] [100%] Linking C executable device-coap [2025-01-14T01:41:18.517Z] /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libcbor.so.0.11, needed by /opt/iotech/iot/1.5/lib/libiot.so, not found (try using -rpath or -rpath-link) [2025-01-14T01:41:18.517Z] [100%] Built target device-coap [2025-01-14T01:41:18.777Z] Removing intermediate container 37daf935d06f [2025-01-14T01:41:18.777Z] ---> 36e46f7dd663 [2025-01-14T01:41:18.777Z] Step 14/33 : FROM ${BASE} [2025-01-14T01:41:18.777Z] ---> 8870b2fd20c5 [2025-01-14T01:41:18.777Z] Step 15/33 : RUN apk add --update --no-cache dumb-init [2025-01-14T01:41:18.777Z] ---> Running in 84044a4c12de [2025-01-14T01:41:19.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:19.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:19.296Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:19.864Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:41:19.864Z] OK: 337 MiB in 103 packages [2025-01-14T01:41:20.124Z] Removing intermediate container 84044a4c12de [2025-01-14T01:41:20.124Z] ---> 834def43775c [2025-01-14T01:41:20.124Z] Step 16/33 : RUN apk --no-cache upgrade [2025-01-14T01:41:20.124Z] ---> Running in dc0a0640744d [2025-01-14T01:41:20.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:20.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:20.383Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:20.952Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:41:20.952Z] OK: 337 MiB in 103 packages [2025-01-14T01:41:21.211Z] Removing intermediate container dc0a0640744d [2025-01-14T01:41:21.211Z] ---> 1f686258948c [2025-01-14T01:41:21.211Z] Step 17/33 : WORKDIR / [2025-01-14T01:41:21.211Z] ---> Running in 3ee63bb1c9bf [2025-01-14T01:41:21.472Z] Removing intermediate container 3ee63bb1c9bf [2025-01-14T01:41:21.472Z] ---> 50a52e7fb72a [2025-01-14T01:41:21.472Z] Step 18/33 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-01-14T01:41:21.472Z] ---> Running in f5b98d34e38c [2025-01-14T01:41:21.734Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2025-01-14T01:41:21.993Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-01-14T01:41:21.993Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-01-14T01:41:21.993Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-01-14T01:41:22.252Z] Removing intermediate container f5b98d34e38c [2025-01-14T01:41:22.252Z] ---> 75dad32c21df [2025-01-14T01:41:22.252Z] Step 19/33 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories [2025-01-14T01:41:22.252Z] ---> Running in 1a85c547b92b [2025-01-14T01:41:22.823Z] Removing intermediate container 1a85c547b92b [2025-01-14T01:41:22.823Z] ---> 544ff1520f46 [2025-01-14T01:41:22.823Z] Step 20/33 : RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid iotech-paho-mqtt-c-dev-1.3 hiredis libcbor iotech-iot-1.5 [2025-01-14T01:41:22.823Z] ---> Running in d8af3f1484ed [2025-01-14T01:41:23.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:23.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:23.652Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz [2025-01-14T01:41:24.222Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-01-14T01:41:24.222Z] (1/1) Installing curl (8.11.1-r0) [2025-01-14T01:41:24.222Z] Executing busybox-1.36.1-r7.trigger [2025-01-14T01:41:24.222Z] OK: 337 MiB in 104 packages [2025-01-14T01:41:24.482Z] Removing intermediate container d8af3f1484ed [2025-01-14T01:41:24.482Z] ---> 475ff7a9190b [2025-01-14T01:41:24.482Z] Step 21/33 : COPY --from=builder /device-coap/build/release/device-coap / [2025-01-14T01:41:24.746Z] ---> 8dd9b34bdaef [2025-01-14T01:41:24.746Z] Step 22/33 : COPY --from=builder /usr/local/lib/libcoap-2.so /usr/local/lib/ [2025-01-14T01:41:25.005Z] ---> efed9d445cfb [2025-01-14T01:41:25.005Z] Step 23/33 : COPY --from=builder /usr/local/include/coap2 /usr/local/include/coap2 [2025-01-14T01:41:25.005Z] ---> a0c657fdc4a5 [2025-01-14T01:41:25.005Z] Step 24/33 : COPY --from=builder /usr/local/lib/libtinydtls.so /usr/local/lib/ [2025-01-14T01:41:25.264Z] ---> 46fd993b9b19 [2025-01-14T01:41:25.264Z] Step 25/33 : COPY --from=builder /usr/lib/libcsdk.so /usr/lib [2025-01-14T01:41:25.523Z] ---> bd456f492817 [2025-01-14T01:41:25.523Z] Step 26/33 : COPY LICENSE / [2025-01-14T01:41:25.523Z] ---> d958e282b65b [2025-01-14T01:41:25.523Z] Step 27/33 : COPY Attribution.txt / [2025-01-14T01:41:25.780Z] ---> 949998d22675 [2025-01-14T01:41:25.780Z] Step 28/33 : COPY res /res [2025-01-14T01:41:25.780Z] ---> ab480c87d2ce [2025-01-14T01:41:25.780Z] Step 29/33 : ENTRYPOINT ["/device-coap"] [2025-01-14T01:41:26.038Z] ---> Running in 16eb7da06c12 [2025-01-14T01:41:26.038Z] Removing intermediate container 16eb7da06c12 [2025-01-14T01:41:26.038Z] ---> 32b6d30f1c05 [2025-01-14T01:41:26.038Z] Step 30/33 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-01-14T01:41:26.038Z] ---> Running in 5ac0110a15a0 [2025-01-14T01:41:26.038Z] Removing intermediate container 5ac0110a15a0 [2025-01-14T01:41:26.038Z] ---> 1bf2e6c4a196 [2025-01-14T01:41:26.038Z] Step 31/33 : LABEL arch=amd64 [2025-01-14T01:41:26.305Z] ---> Running in 267781d6fb1e [2025-01-14T01:41:26.305Z] Removing intermediate container 267781d6fb1e [2025-01-14T01:41:26.305Z] ---> dcbddc784d8d [2025-01-14T01:41:26.305Z] Step 32/33 : LABEL git_sha=73566779ecb7c2791a9b059944f45d3dd8a18193 [2025-01-14T01:41:26.305Z] ---> Running in 070fab031a44 [2025-01-14T01:41:26.566Z] Removing intermediate container 070fab031a44 [2025-01-14T01:41:26.566Z] ---> 23d981679b9f [2025-01-14T01:41:26.566Z] Step 33/33 : LABEL version=0.0.0 [2025-01-14T01:41:26.566Z] ---> Running in ea922f520153 [2025-01-14T01:41:26.566Z] Removing intermediate container ea922f520153 [2025-01-14T01:41:26.566Z] ---> 83ab8f5e2954 [2025-01-14T01:41:26.566Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2025-01-14T01:41:26.566Z] Successfully built 83ab8f5e2954 [2025-01-14T01:41:26.566Z] Successfully tagged device-coap:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:41:27.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-01-14T01:41:27.568Z] [2025-01-14T01:41:27.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:41:27.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-01-14T01:41:27.956Z] latest: Pulling from edgex-lftools-log-publisher [2025-01-14T01:41:27.956Z] 5eb5b503b376: Pulling fs layer [2025-01-14T01:41:27.956Z] 5c69ac0246d0: Pulling fs layer [2025-01-14T01:41:27.956Z] ec43610c2a17: Pulling fs layer [2025-01-14T01:41:27.956Z] 3a2ae6a8a46f: Pulling fs layer [2025-01-14T01:41:27.956Z] 33b1e0a273af: Pulling fs layer [2025-01-14T01:41:27.956Z] 5d3b04190fa2: Pulling fs layer [2025-01-14T01:41:27.956Z] 2f39f015ded8: Pulling fs layer [2025-01-14T01:41:27.956Z] 33b1e0a273af: Waiting [2025-01-14T01:41:27.956Z] 5d3b04190fa2: Waiting [2025-01-14T01:41:27.956Z] 2f39f015ded8: Waiting [2025-01-14T01:41:27.956Z] 3a2ae6a8a46f: Waiting [2025-01-14T01:41:27.956Z] 5c69ac0246d0: Verifying Checksum [2025-01-14T01:41:27.956Z] 5c69ac0246d0: Download complete [2025-01-14T01:41:27.956Z] 3a2ae6a8a46f: Download complete [2025-01-14T01:41:27.956Z] 33b1e0a273af: Verifying Checksum [2025-01-14T01:41:27.956Z] 33b1e0a273af: Download complete [2025-01-14T01:41:27.956Z] 5d3b04190fa2: Download complete [2025-01-14T01:41:27.956Z] ec43610c2a17: Verifying Checksum [2025-01-14T01:41:27.956Z] ec43610c2a17: Download complete [2025-01-14T01:41:28.215Z] 5eb5b503b376: Verifying Checksum [2025-01-14T01:41:28.215Z] 5eb5b503b376: Download complete [2025-01-14T01:41:28.780Z] 2f39f015ded8: Verifying Checksum [2025-01-14T01:41:28.780Z] 2f39f015ded8: Download complete [2025-01-14T01:41:29.345Z] 5eb5b503b376: Pull complete [2025-01-14T01:41:29.605Z] 5c69ac0246d0: Pull complete [2025-01-14T01:41:29.865Z] ec43610c2a17: Pull complete [2025-01-14T01:41:30.124Z] 3a2ae6a8a46f: Pull complete [2025-01-14T01:41:30.124Z] 33b1e0a273af: Pull complete [2025-01-14T01:41:30.383Z] 5d3b04190fa2: Pull complete [2025-01-14T01:41:34.573Z] 2f39f015ded8: Pull complete [2025-01-14T01:41:34.573Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-01-14T01:41:34.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-01-14T01:41:34.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-01-14T01:41:34.792Z] prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container [2025-01-14T01:41:34.822Z] $ 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-coap-c_PR-61 -v /w/workspace/edgexfoundry_device-coap-c_PR-61:/w/workspace/edgexfoundry_device-coap-c_PR-61:rw,z -v /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-01-14T01:41:39.864Z] $ docker top 7b5ca200df795f1a4a28c317c2f7cfdb38b37034b197de5eeb2b2449e7054e5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:40.328Z] ---> job-cost.sh [2025-01-14T01:41:40.328Z] lf-activate-venv: SKIPPING [2025-01-14T01:41:40.328Z] INFO: No Stack... [2025-01-14T01:41:41.266Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-01-14T01:41:41.527Z] INFO: Archiving Costs [Pipeline] sh [2025-01-14T01:41:41.850Z] + cat /w/workspace/edgexfoundry_device-coap-c_PR-61/archives/cost.csv [2025-01-14T01:41:41.850Z] + cut -d, -f6 [Pipeline] lock [2025-01-14T01:41:41.901Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] [2025-01-14T01:41:41.907Z] Resource [jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] did not exist. Created. [2025-01-14T01:41:41.913Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-01-14T01:41:42.307Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-01-14T01:41:42.370Z] Stashed 1 file(s) [Pipeline] } [2025-01-14T01:41:42.402Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-01-14T01:41:42.483Z] $ docker stop --time=1 7b5ca200df795f1a4a28c317c2f7cfdb38b37034b197de5eeb2b2449e7054e5c [2025-01-14T01:41:43.626Z] $ docker rm -f --volumes 7b5ca200df795f1a4a28c317c2f7cfdb38b37034b197de5eeb2b2449e7054e5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-01-14T01:41:45.259Z] + [ -d /w/workspace/edgexfoundry_device-coap-c_PR-61/archives ] [2025-01-14T01:41:45.259Z] + ls -al /w/workspace/edgexfoundry_device-coap-c_PR-61/archives [2025-01-14T01:41:45.259Z] total 16 [2025-01-14T01:41:45.259Z] drwxr-xr-x 3 root root 4096 Jan 14 01:41 . [2025-01-14T01:41:45.259Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 14 01:41 .. [2025-01-14T01:41:45.259Z] drwxr-xr-x 2 root root 4096 Jan 14 01:41 cost [2025-01-14T01:41:45.259Z] -rw-r--r-- 1 root root 84 Jan 14 01:41 cost.csv [2025-01-14T01:41:45.259Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-coap-c_PR-61/archives [2025-01-14T01:41:45.259Z] + ls -al /w/workspace/edgexfoundry_device-coap-c_PR-61/archives [2025-01-14T01:41:45.259Z] total 16 [2025-01-14T01:41:45.259Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 14 01:41 . [2025-01-14T01:41:45.259Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 14 01:41 .. [2025-01-14T01:41:45.259Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 14 01:41 cost [2025-01-14T01:41:45.259Z] -rw-r--r-- 1 jenkins jenkins 84 Jan 14 01:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:45.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:46.492Z] ---> package-listing.sh [2025-01-14T01:41:46.492Z] ++ facter osfamily [2025-01-14T01:41:46.492Z] ++ tr '[:upper:]' '[:lower:]' [2025-01-14T01:41:46.752Z] + OS_FAMILY=debian [2025-01-14T01:41:46.752Z] + workspace=/w/workspace/edgexfoundry_device-coap-c_PR-61 [2025-01-14T01:41:46.752Z] + START_PACKAGES=/tmp/packages_start.txt [2025-01-14T01:41:46.752Z] + END_PACKAGES=/tmp/packages_end.txt [2025-01-14T01:41:46.752Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-01-14T01:41:46.752Z] + PACKAGES=/tmp/packages_start.txt [2025-01-14T01:41:46.752Z] + '[' /w/workspace/edgexfoundry_device-coap-c_PR-61 ']' [2025-01-14T01:41:46.752Z] + PACKAGES=/tmp/packages_end.txt [2025-01-14T01:41:46.752Z] + case "${OS_FAMILY}" in [2025-01-14T01:41:46.752Z] + dpkg -l [2025-01-14T01:41:46.752Z] + grep '^ii' [2025-01-14T01:41:46.752Z] + '[' -f /tmp/packages_start.txt ']' [2025-01-14T01:41:46.752Z] + '[' -f /tmp/packages_end.txt ']' [2025-01-14T01:41:46.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-01-14T01:41:46.752Z] + '[' /w/workspace/edgexfoundry_device-coap-c_PR-61 ']' [2025-01-14T01:41:46.752Z] + mkdir -p /w/workspace/edgexfoundry_device-coap-c_PR-61/archives/ [2025-01-14T01:41:46.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-coap-c_PR-61/archives/ [Pipeline] echo [2025-01-14T01:41:46.787Z] 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-coap-c_PR-61/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-01-14T01:41:47.085Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-01-14T01:41:47.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-01-14T01:41:47.719Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-01-14T01:41:47.875Z] prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container [2025-01-14T01:41:48.004Z] $ 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-coap-c_PR-61/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-coap-c_PR-61 -v /w/workspace/edgexfoundry_device-coap-c_PR-61:/w/workspace/edgexfoundry_device-coap-c_PR-61:rw,z -v /w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-01-14T01:41:48.196Z] $ docker top 4b8ab8bf34faad0e76fbe786645d3cb26936e6b15917f8b2a1d21ab4ac414590 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-01-14T01:41:48.649Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-01-14T01:41:49.000Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-01-14T01:41:49.316Z] + ls /var/log/sa-host [2025-01-14T01:41:49.316Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-01-14T01:41:49.479Z] provisioning config files... [2025-01-14T01:41:49.488Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/config13976159370915490284tmp [Pipeline] { [Pipeline] echo [2025-01-14T01:41:49.548Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:49.875Z] ---> create-netrc.sh [Pipeline] } [2025-01-14T01:41:49.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:50.336Z] ---> python-tools-install.sh [Pipeline] echo [2025-01-14T01:41:50.376Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:50.706Z] ---> sudo-logs.sh [2025-01-14T01:41:50.706Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-01-14T01:41:50.819Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:51.136Z] ---> job-cost.sh [2025-01-14T01:41:51.136Z] lf-activate-venv: SKIPPING [2025-01-14T01:41:51.136Z] DEBUG: total: 0.2199999988079071 [2025-01-14T01:41:51.136Z] INFO: Retrieving Stack Cost... [2025-01-14T01:41:51.136Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-01-14T01:41:51.396Z] INFO: Archiving Costs [Pipeline] echo [2025-01-14T01:41:51.438Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-01-14T01:41:51.755Z] ---> logs-deploy.sh [2025-01-14T01:41:51.755Z] lf-activate-venv: SKIPPING [2025-01-14T01:41:51.755Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-coap-c/PR-61/1 [2025-01-14T01:41:51.755Z] INFO: archiving workspace using pattern(s): [2025-01-14T01:41:52.696Z] Archives upload complete. [2025-01-14T01:41:52.696Z] INFO: archiving logs to Nexus [2025-01-14T01:41:53.271Z] ---> uname -a: [2025-01-14T01:41:53.271Z] Linux prd-ubuntu20-04-docker-8c-8g-36661 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] ---> lscpu: [2025-01-14T01:41:53.271Z] Architecture: x86_64 [2025-01-14T01:41:53.271Z] CPU op-mode(s): 32-bit, 64-bit [2025-01-14T01:41:53.271Z] Byte Order: Little Endian [2025-01-14T01:41:53.271Z] Address sizes: 40 bits physical, 48 bits virtual [2025-01-14T01:41:53.271Z] CPU(s): 8 [2025-01-14T01:41:53.271Z] On-line CPU(s) list: 0-7 [2025-01-14T01:41:53.271Z] Thread(s) per core: 1 [2025-01-14T01:41:53.271Z] Core(s) per socket: 1 [2025-01-14T01:41:53.271Z] Socket(s): 8 [2025-01-14T01:41:53.271Z] NUMA node(s): 1 [2025-01-14T01:41:53.271Z] Vendor ID: AuthenticAMD [2025-01-14T01:41:53.271Z] CPU family: 23 [2025-01-14T01:41:53.271Z] Model: 49 [2025-01-14T01:41:53.271Z] Model name: AMD EPYC-Rome Processor [2025-01-14T01:41:53.271Z] Stepping: 0 [2025-01-14T01:41:53.271Z] CPU MHz: 2800.000 [2025-01-14T01:41:53.271Z] BogoMIPS: 5600.00 [2025-01-14T01:41:53.271Z] Virtualization: AMD-V [2025-01-14T01:41:53.271Z] Hypervisor vendor: KVM [2025-01-14T01:41:53.271Z] Virtualization type: full [2025-01-14T01:41:53.271Z] L1d cache: 256 KiB [2025-01-14T01:41:53.271Z] L1i cache: 256 KiB [2025-01-14T01:41:53.271Z] L2 cache: 4 MiB [2025-01-14T01:41:53.271Z] L3 cache: 128 MiB [2025-01-14T01:41:53.271Z] NUMA node0 CPU(s): 0-7 [2025-01-14T01:41:53.271Z] Vulnerability Itlb multihit: Not affected [2025-01-14T01:41:53.271Z] Vulnerability L1tf: Not affected [2025-01-14T01:41:53.271Z] Vulnerability Mds: Not affected [2025-01-14T01:41:53.271Z] Vulnerability Meltdown: Not affected [2025-01-14T01:41:53.271Z] Vulnerability Mmio stale data: Not affected [2025-01-14T01:41:53.271Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-01-14T01:41:53.271Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-01-14T01:41:53.271Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-01-14T01:41:53.271Z] Vulnerability Srbds: Not affected [2025-01-14T01:41:53.271Z] Vulnerability Tsx async abort: Not affected [2025-01-14T01:41:53.271Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] ---> nproc: [2025-01-14T01:41:53.271Z] 8 [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z] ---> df -h: [2025-01-14T01:41:53.271Z] Filesystem Size Used Avail Use% Mounted on [2025-01-14T01:41:53.271Z] overlay 155G 11G 145G 7% / [2025-01-14T01:41:53.271Z] tmpfs 64M 0 64M 0% /dev [2025-01-14T01:41:53.271Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-01-14T01:41:53.271Z] shm 64M 0 64M 0% /dev/shm [2025-01-14T01:41:53.271Z] /dev/vda1 155G 11G 145G 7% /facter-os [2025-01-14T01:41:53.271Z] [2025-01-14T01:41:53.271Z]