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 01:39:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:39:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:39:26 ========================================================= 01:39:26 EdgeX Global Pipelines Version Info 01:39:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:39:27 ------------------- 01:39:27 stable info: 01:39:27 ------------------- 01:39:27 Commited By: Cherry Wang cherry@iotechsys.com 01:39:27 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 01:39:27 Message: update stable to v1.0.269 01:39:28 ------------------- 01:39:28 experimental info: 01:39:28 ------------------- 01:39:28 Commited By: **** collab-it+edgex@linuxfoundation.org 01:39:28 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 01:39:28 Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-coap-c-settings [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-coap-c [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-coap [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-61 [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-61 [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-61 [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7356677 [Pipeline] echo 01:39:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:39:29 provisioning config files... 01:39:29 copy managed file [device-coap-c-settings] to file:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/config17040012998309177431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:39:30 ---> ****-login.sh 01:39:30 nexus3.edgexfoundry.org:10001 01:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:30 Configure a credential helper to remove this warning. See 01:39:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:30 01:39:30 Login Succeeded 01:39:30 nexus3.edgexfoundry.org:10002 01:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:30 Configure a credential helper to remove this warning. See 01:39:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:30 01:39:30 Login Succeeded 01:39:30 nexus3.edgexfoundry.org:10003 01:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:31 Configure a credential helper to remove this warning. See 01:39:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:31 01:39:31 Login Succeeded 01:39:31 nexus3.edgexfoundry.org:10004 01:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:31 Configure a credential helper to remove this warning. See 01:39:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:31 01:39:31 Login Succeeded 01:39:31 ****.io 01:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:31 Configure a credential helper to remove this warning. See 01:39:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:31 01:39:31 Login Succeeded 01:39:31 ---> ****-login.sh ends [Pipeline] } 01:39:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh 01:39:32 + git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo 01:39:32 -----------> git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 73566779ecb7c2791a9b059944f45d3dd8a18193 [false] [Pipeline] sh 01:39:32 + git log --format=format:%s -1 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo 01:39:32 ========================================================= 01:39:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:39:32 ========================================================= 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 01:39:33 + git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo 01:39:33 -----------> git rev-list -1 --merges 73566779ecb7c2791a9b059944f45d3dd8a18193~1..73566779ecb7c2791a9b059944f45d3dd8a18193 73566779ecb7c2791a9b059944f45d3dd8a18193 [false] [Pipeline] sh 01:39:33 + git log --format=format:%s -1 73566779ecb7c2791a9b059944f45d3dd8a18193 [Pipeline] echo 01:39:33 ========================================================= 01:39:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:39:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:39:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:39:34 + grep -v github /etc/ssh/ssh_known_hosts 01:39:34 + [ -e /tmp/ssh_known_hosts ] 01:39:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:39:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:39:34 + sudo tee -a /etc/ssh/ssh_known_hosts 01:39:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:34 01:39:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:35 0.1.4: Pulling from edgex-devops/py-git-semver 01:39:35 b85a868b505f: Pulling fs layer 01:39:35 e2be974225ed: Pulling fs layer 01:39:35 339a4e72a1f5: Pulling fs layer 01:39:35 988bab9f4d93: Pulling fs layer 01:39:35 988bab9f4d93: Waiting 01:39:35 1469e6f7b9e6: Pulling fs layer 01:39:35 eaf3925da568: Pulling fs layer 01:39:35 bab4dde63d76: Pulling fs layer 01:39:35 bde34c3a00c8: Pulling fs layer 01:39:35 b352a97aabf1: Pulling fs layer 01:39:35 1469e6f7b9e6: Waiting 01:39:35 eaf3925da568: Waiting 01:39:35 bab4dde63d76: Waiting 01:39:35 bde34c3a00c8: Waiting 01:39:35 4872d77fe225: Pulling fs layer 01:39:35 5851b861e8e6: Pulling fs layer 01:39:35 4872d77fe225: Waiting 01:39:35 e2be974225ed: Download complete 01:39:35 988bab9f4d93: Verifying Checksum 01:39:35 988bab9f4d93: Download complete 01:39:35 1469e6f7b9e6: Verifying Checksum 01:39:35 1469e6f7b9e6: Download complete 01:39:35 eaf3925da568: Verifying Checksum 01:39:35 eaf3925da568: Download complete 01:39:35 339a4e72a1f5: Verifying Checksum 01:39:35 339a4e72a1f5: Download complete 01:39:35 bde34c3a00c8: Verifying Checksum 01:39:35 bde34c3a00c8: Download complete 01:39:35 b352a97aabf1: Verifying Checksum 01:39:35 b352a97aabf1: Download complete 01:39:35 4872d77fe225: Download complete 01:39:35 5851b861e8e6: Download complete 01:39:35 b85a868b505f: Verifying Checksum 01:39:35 b85a868b505f: Download complete 01:39:35 bab4dde63d76: Verifying Checksum 01:39:35 bab4dde63d76: Download complete 01:39:36 b85a868b505f: Pull complete 01:39:36 e2be974225ed: Pull complete 01:39:37 339a4e72a1f5: Pull complete 01:39:37 988bab9f4d93: Pull complete 01:39:37 1469e6f7b9e6: Pull complete 01:39:37 eaf3925da568: Pull complete 01:39:39 bab4dde63d76: Pull complete 01:39:39 bde34c3a00c8: Pull complete 01:39:39 b352a97aabf1: Pull complete 01:39:39 4872d77fe225: Pull complete 01:39:39 5851b861e8e6: Pull complete 01:39:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:39:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:39 prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container 01:39:39 $ 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 01:39:43 $ docker top 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 -eo pid,comm 01:39:43 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). 01:39:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:39:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:43 [ssh-agent] Looking for ssh-agent implementation... 01:39:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:43 $ docker exec 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent 01:39:43 SSH_AUTH_SOCK=/tmp/ssh-3lEElNwIktep/agent.32 01:39:43 SSH_AGENT_PID=38 01:39:43 Running ssh-add (command line suppressed) 01:39:43 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) 01:39:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:44 + git tag --points-at HEAD [Pipeline] } 01:39:44 $ docker exec --env ******** --env ******** 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent -k 01:39:44 unset SSH_AUTH_SOCK; 01:39:44 unset SSH_AGENT_PID; 01:39:44 echo Agent pid 38 killed; 01:39:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:39:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:44 [ssh-agent] Looking for ssh-agent implementation... 01:39:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:44 $ docker exec 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent 01:39:44 SSH_AUTH_SOCK=/tmp/ssh-phkwliVNuiqc/agent.71 01:39:44 SSH_AGENT_PID=77 01:39:44 Running ssh-add (command line suppressed) 01:39:44 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) 01:39:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:44 + git semver init 01:39:45 2025-01-14 01:39:45,132 [run_init] DEBUG init version:0.0.0 force:False 01:39:45 2025-01-14 01:39:45,132 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver 01:39:45 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 01:39:45 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) 01:39:45 2025-01-14 01:39:45,728 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-coap-c_PR-61/.git/info/exclude 01:39:45 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 01:39:45 2025-01-14 01:39:45,729 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-coap-c_PR-61/.semver/PR-61 01:39:45 2025-01-14 01:39:45,734 [execute] INFO git cat-file --batch-check 01:39:45 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=) 01:39:45 2025-01-14 01:39:45,742 [execute] INFO git cat-file --batch 01:39:45 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=) 01:39:45 2025-01-14 01:39:45,748 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-coap-c_PR-61/.semver/PR-61 01:39:45 0.0.0 [Pipeline] } 01:39:45 $ docker exec --env ******** --env ******** 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 ssh-agent -k 01:39:45 unset SSH_AUTH_SOCK; 01:39:45 unset SSH_AGENT_PID; 01:39:45 echo Agent pid 77 killed; 01:39:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:46 + git semver [Pipeline] } 01:39:46 $ docker stop --time=1 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 01:39:48 $ docker rm -f --volumes 640d686732c97a6b33c38ef2d09555501a090b1c205014a1248aacc6e63315e3 [Pipeline] // withDockerContainer [Pipeline] sh 01:39:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:39:49 Stashed 1 file(s) [Pipeline] echo 01:39:49 [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 01:39:50 provisioning config files... 01:39:50 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 01:39:50 ---> ****-login.sh 01:39:50 nexus3.edgexfoundry.org:10001 01:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:50 Configure a credential helper to remove this warning. See 01:39:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:50 01:39:50 Login Succeeded 01:39:50 nexus3.edgexfoundry.org:10002 01:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:50 Configure a credential helper to remove this warning. See 01:39:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:50 01:39:50 Login Succeeded 01:39:50 nexus3.edgexfoundry.org:10003 01:39:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:51 Configure a credential helper to remove this warning. See 01:39:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:51 01:39:51 Login Succeeded 01:39:51 nexus3.edgexfoundry.org:10004 01:39:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:51 Configure a credential helper to remove this warning. See 01:39:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:51 01:39:51 Login Succeeded 01:39:51 ****.io 01:39:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:51 Configure a credential helper to remove this warning. See 01:39:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:51 01:39:51 Login Succeeded 01:39:51 ---> ****-login.sh ends [Pipeline] } 01:39:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:39:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:39:51 [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo 01:39:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:39:51 ========================================================= 01:39:51 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 01:39:51 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:52 + 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 . 01:39:52 Sending build context to Docker daemon 557.6kB 01:39:52 Step 1/14 : ARG BASE=alpine:3.20 01:39:52 Step 2/14 : FROM ${BASE} 01:39:52 latest: Pulling from edgex-devops/edgex-gcc-base 01:39:52 96526aa774ef: Pulling fs layer 01:39:52 da60e534fd72: Pulling fs layer 01:39:52 96526aa774ef: Verifying Checksum 01:39:52 96526aa774ef: Download complete 01:39:52 96526aa774ef: Pull complete 01:39:52 da60e534fd72: Verifying Checksum 01:39:52 da60e534fd72: Download complete 01:39:56 da60e534fd72: Pull complete 01:39:56 Digest: sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 01:39:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 01:39:56 ---> 6605166a5db4 01:39:56 Step 3/14 : LABEL maintainer="Ken Bannister " 01:39:58 ---> Running in 6ab1a92498da 01:39:58 Removing intermediate container 6ab1a92498da 01:39:58 ---> 4d1d193241b4 01:39:58 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 01:39:58 ---> Running in eecec83ac471 01:39:59 Connecting to iotech.jfrog.io (34.247.22.236:443) 01:39:59 saving to '/etc/apk/keys/alpine.dev.rsa.pub' 01:39:59 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA 01:39:59 '/etc/apk/keys/alpine.dev.rsa.pub' saved 01:39:59 Removing intermediate container eecec83ac471 01:39:59 ---> e47844f28408 01:39:59 Step 5/14 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories 01:39:59 ---> Running in ea0dd4d25164 01:40:00 Removing intermediate container ea0dd4d25164 01:40:00 ---> 9794a5a872fa 01:40:00 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 01:40:00 ---> Running in 74ee85b490d9 01:40:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:40:01 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:40:01 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:40:01 (1/18) Installing dumb-init (1.2.5-r2) 01:40:01 (2/18) Installing hiredis (1.1.0-r2) 01:40:01 (3/18) Installing hiredis-dev (1.1.0-r2) 01:40:02 (4/18) Installing libcbor (0.10.2-r1) 01:40:02 (5/18) Installing iotech-iot-1.5 (1.5.5-r0) 01:40:03 (6/18) Installing iotech-iot-1.5-dev (1.5.5-r0) 01:40:03 (7/18) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) 01:40:03 (8/18) Installing libcbor-dev (0.10.2-r1) 01:40:03 (9/18) Installing libmenuw (6.4_p20230506-r0) 01:40:03 (10/18) Installing libpanelw (6.4_p20230506-r0) 01:40:03 (11/18) Installing libncurses++ (6.4_p20230506-r0) 01:40:03 (12/18) Installing ncurses-dev (6.4_p20230506-r0) 01:40:03 (13/18) Installing libblkid (2.38.1-r8) 01:40:03 (14/18) Installing libuuid (2.38.1-r8) 01:40:03 (15/18) Installing libfdisk (2.38.1-r8) 01:40:03 (16/18) Installing libmount (2.38.1-r8) 01:40:03 (17/18) Installing libsmartcols (2.38.1-r8) 01:40:03 (18/18) Installing util-linux-dev (2.38.1-r8) 01:40:03 Executing busybox-1.36.1-r4.trigger 01:40:03 OK: 336 MiB in 100 packages 01:40:04 Removing intermediate container 74ee85b490d9 01:40:04 ---> d5e33017c414 01:40:04 Step 7/14 : RUN apk --no-cache upgrade 01:40:04 ---> Running in ab18a283fc5d 01:40:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:40:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:40:04 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:40:05 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:40:05 Upgrading critical system libraries and apk-tools: 01:40:05 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 01:40:05 Executing busybox-1.36.1-r4.trigger 01:40:05 Continuing the upgrade transaction with new apk-tools: 01:40:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:40:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:40:05 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:40:05 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:40:05 (1/19) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) 01:40:05 Executing busybox-1.36.1-r7.post-upgrade 01:40:05 (2/19) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) 01:40:05 (3/19) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) 01:40:05 (4/19) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.7-r1) 01:40:05 (5/19) Upgrading libssl3 (3.1.4-r0 -> 3.1.7-r1) 01:40:05 (6/19) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) 01:40:05 (7/19) Upgrading libexpat (2.5.0-r1 -> 2.6.4-r0) 01:40:05 (8/19) Upgrading libarchive (3.7.2-r0 -> 3.7.7-r0) 01:40:05 (9/19) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) 01:40:05 (10/19) Installing libpsl (0.21.5-r0) 01:40:05 (11/19) Upgrading libcurl (8.4.0-r0 -> 8.11.1-r0) 01:40:05 (12/19) Installing libpsl-utils (0.21.5-r0) 01:40:05 (13/19) Installing libpsl-dev (0.21.5-r0) 01:40:05 (14/19) Upgrading openssl-dev (3.1.4-r0 -> 3.1.7-r1) 01:40:05 (15/19) Upgrading curl-dev (8.4.0-r0 -> 8.11.1-r0) 01:40:05 (16/19) Upgrading git (2.40.1-r0 -> 2.40.3-r0) 01:40:06 (17/19) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) 01:40:06 (18/19) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) 01:40:06 (19/19) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) 01:40:06 Executing busybox-1.36.1-r7.trigger 01:40:06 Executing ca-certificates-20241121-r1.trigger 01:40:06 OK: 337 MiB in 103 packages 01:40:07 Removing intermediate container ab18a283fc5d 01:40:07 ---> 8e5cf1f7312d 01:40:07 Step 8/14 : COPY scripts /device-coap/scripts 01:40:07 ---> 6dcc0f552992 01:40:07 Step 9/14 : COPY src /device-coap/src/ 01:40:07 ---> b6909f68e1bf 01:40:07 Step 10/14 : COPY VERSION /device-coap 01:40:07 ---> bdcb589834dc 01:40:07 Step 11/14 : RUN mkdir -p /device-coap/build 01:40:07 ---> Running in 0a0c7faa3b23 01:40:08 Removing intermediate container 0a0c7faa3b23 01:40:08 ---> 5243b3b1f5d1 01:40:08 Step 12/14 : WORKDIR /device-coap 01:40:08 ---> Running in 1a51df32eea0 01:40:08 Removing intermediate container 1a51df32eea0 01:40:08 ---> 0372bc2f368b 01:40:08 Step 13/14 : RUN /device-coap/scripts/build_deps.sh 1 01:40:08 ---> Running in 2b1b4d3c0658 01:40:08 + BUILD_CSDK=1 01:40:08 + TINYDTLS_VERSION=b0e230d 01:40:08 + LIBCOAP_VERSION=1739507 01:40:08 + CSDK_VERSION=4.0.0-dev.14 01:40:08 + '[' -d deps ] 01:40:08 + mkdir deps 01:40:08 + cd /device-coap/deps 01:40:08 + git clone https://github.com/eclipse/tinydtls.git 01:40:08 Cloning into 'tinydtls'... 01:40:09 + cd tinydtls 01:40:09 + git checkout develop 01:40:09 branch 'develop' set up to track 'origin/develop'. 01:40:09 Switched to a new branch 'develop' 01:40:09 + git reset --hard b0e230d 01:40:09 HEAD is now at b0e230d Merge pull request #44 from mrdeep1/cunit_fix 01:40:09 + cp /device-coap/scripts/AutoConf_cmake_patch AutoConf.cmake 01:40:09 + cp /device-coap/scripts/CMakeLists_txt_patch CMakeLists.txt 01:40:09 + cp /device-coap/scripts/dtls_config_h_cmake_in_patch dtls_config.h.cmake.in 01:40:09 + cp /device-coap/scripts/tests_CMakeLists_txt_patch tests/CMakeLists.txt 01:40:09 + mkdir -p build 01:40:09 + cd build 01:40:09 + cmake '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. 01:40:09 -- The C compiler identification is GNU 12.2.1 01:40:09 -- Detecting C compiler ABI info 01:40:09 -- Detecting C compiler ABI info - done 01:40:09 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:09 -- Detecting C compile features 01:40:09 -- Detecting C compile features - done 01:40:09 -- Looking for assert.h 01:40:09 -- Looking for assert.h - found 01:40:09 -- Looking for arpa/inet.h 01:40:09 -- Looking for arpa/inet.h - found 01:40:09 -- Looking for fcntl.h 01:40:09 -- Looking for fcntl.h - found 01:40:09 -- Looking for inttypes.h 01:40:09 -- Looking for inttypes.h - found 01:40:09 -- Looking for memory.h 01:40:10 -- Looking for memory.h - found 01:40:10 -- Looking for netdb.h 01:40:10 -- Looking for netdb.h - found 01:40:10 -- Looking for netinet/in.h 01:40:10 -- Looking for netinet/in.h - found 01:40:10 -- Looking for stddef.h 01:40:10 -- Looking for stddef.h - found 01:40:10 -- Looking for stdint.h 01:40:10 -- Looking for stdint.h - found 01:40:10 -- Looking for stdlib.h 01:40:10 -- Looking for stdlib.h - found 01:40:10 -- Looking for string.h 01:40:10 -- Looking for string.h - found 01:40:10 -- Looking for strings.h 01:40:10 -- Looking for strings.h - found 01:40:10 -- Looking for time.h 01:40:10 -- Looking for time.h - found 01:40:10 -- Looking for sys/param.h 01:40:10 -- Looking for sys/param.h - found 01:40:10 -- Looking for sys/socket.h 01:40:10 -- Looking for sys/socket.h - found 01:40:10 -- Looking for sys/stat.h 01:40:10 -- Looking for sys/stat.h - found 01:40:10 -- Looking for sys/types.h 01:40:11 -- Looking for sys/types.h - found 01:40:11 -- Looking for sys/time.h 01:40:11 -- Looking for sys/time.h - found 01:40:11 -- Looking for unistd.h 01:40:11 -- Looking for unistd.h - found 01:40:11 -- Looking for float.h 01:40:11 -- Looking for float.h - found 01:40:11 -- Looking for dlfcn.h 01:40:11 -- Looking for dlfcn.h - found 01:40:11 -- Looking for memset 01:40:11 -- Looking for memset - found 01:40:11 -- Looking for select 01:40:11 -- Looking for select - found 01:40:11 -- Looking for socket 01:40:11 -- Looking for socket - found 01:40:11 -- Looking for strdup 01:40:11 -- Looking for strdup - found 01:40:11 -- Looking for strerror 01:40:11 -- Looking for strerror - found 01:40:11 -- Looking for strnlen 01:40:11 -- Looking for strnlen - found 01:40:11 -- Looking for fls 01:40:12 -- Looking for fls - not found 01:40:12 -- Looking for vprintf 01:40:12 -- Looking for vprintf - found 01:40:12 -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN 01:40:12 -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed 01:40:12 -- Configuring done (2.8s) 01:40:12 -- Generating done (0.0s) 01:40:12 -- Build files have been written to: /device-coap/deps/tinydtls/build 01:40:12 + make 01:40:12 [ 6%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael.c.o 01:40:12 [ 13%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael_wrap.c.o 01:40:12 [ 20%] Building C object CMakeFiles/tinydtls.dir/ccm.c.o 01:40:12 [ 26%] Building C object CMakeFiles/tinydtls.dir/crypto.c.o 01:40:12 In file included from /device-coap/deps/tinydtls/crypto.c:34: 01:40:12 In function 'ecc_ecdh', 01:40:12 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_x' may be used uninitialized [-Wmaybe-uninitialized] 01:40:12 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:12 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:12 /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 01:40:12 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:12 | ^~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/crypto.c:431:12: note: 'pub_x' declared here 01:40:12 431 | uint32_t pub_x[8]; 01:40:12 | ^~~~~ 01:40:12 In function 'ecc_ecdh', 01:40:12 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_y' may be used uninitialized [-Wmaybe-uninitialized] 01:40:12 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:12 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:12 /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 01:40:12 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:12 | ^~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/crypto.c:432:12: note: 'pub_y' declared here 01:40:12 432 | uint32_t pub_y[8]; 01:40:12 | ^~~~~ 01:40:12 In function 'ecc_ecdh', 01:40:12 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'priv' may be used uninitialized [-Wmaybe-uninitialized] 01:40:12 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:12 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:12 /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 01:40:12 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:12 | ^~~~~~~~~~~ 01:40:12 /device-coap/deps/tinydtls/crypto.c:430:12: note: 'priv' declared here 01:40:12 430 | uint32_t priv[8]; 01:40:12 | ^~~~ 01:40:12 [ 33%] Building C object CMakeFiles/tinydtls.dir/dtls.c.o 01:40:13 [ 40%] Building C object CMakeFiles/tinydtls.dir/dtls_debug.c.o 01:40:13 [ 46%] Building C object CMakeFiles/tinydtls.dir/dtls_prng.c.o 01:40:13 [ 53%] Building C object CMakeFiles/tinydtls.dir/dtls_time.c.o 01:40:13 [ 60%] Building C object CMakeFiles/tinydtls.dir/ecc/ecc.c.o 01:40:13 /device-coap/deps/tinydtls/ecc/ecc.c: In function 'is_zero': 01:40:13 /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] 01:40:13 316 | for (idx = 0; idx < count; idx++) { 01:40:13 | ^ 01:40:13 /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] 01:40:13 319 | return result == count; 01:40:13 | ^~ 01:40:14 [ 66%] Building C object CMakeFiles/tinydtls.dir/hmac.c.o 01:40:14 [ 73%] Building C object CMakeFiles/tinydtls.dir/netq.c.o 01:40:14 [ 80%] Building C object CMakeFiles/tinydtls.dir/peer.c.o 01:40:14 [ 86%] Building C object CMakeFiles/tinydtls.dir/session.c.o 01:40:14 [ 93%] Building C object CMakeFiles/tinydtls.dir/sha2/sha2.c.o 01:40:14 /device-coap/deps/tinydtls/sha2/sha2.c:630:34: warning: argument 1 of type 'sha2_byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 01:40:14 630 | void dtls_sha256_final(sha2_byte digest[], dtls_sha256_ctx* context) { 01:40:14 | ~~~~~~~~~~^~~~~~~~ 01:40:14 In file included from /device-coap/deps/tinydtls/sha2/sha2.c:45: 01:40:14 /device-coap/deps/tinydtls/sha2/sha2.h:134:24: note: previously declared as 'uint8_t[32]' {aka 'unsigned char[32]'} 01:40:14 134 | void dtls_sha256_final(uint8_t[DTLS_SHA256_DIGEST_LENGTH], dtls_sha256_ctx*); 01:40:14 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:14 /device-coap/deps/tinydtls/sha2/sha2.c:690:54: warning: argument 2 of type 'char[]' with mismatched bound [-Warray-parameter=] 01:40:14 690 | char *dtls_sha256_end(dtls_sha256_ctx* context, char buffer[]) { 01:40:14 | ~~~~~^~~~~~~~ 01:40:14 /device-coap/deps/tinydtls/sha2/sha2.h:135:41: note: previously declared as 'char[65]' 01:40:14 135 | char* dtls_sha256_end(dtls_sha256_ctx*, char[DTLS_SHA256_DIGEST_STRING_LENGTH]); 01:40:14 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:15 [100%] Linking C shared library libtinydtls.so 01:40:15 [100%] Built target tinydtls 01:40:15 + make install 01:40:15 [100%] Built target tinydtls 01:40:15 Install the project... 01:40:15 -- Install configuration: "Release" 01:40:15 -- Installing: /usr/local/lib/libtinydtls.so 01:40:15 -- Installing: /usr/local/include/tinydtls 01:40:15 -- Installing: /usr/local/include/tinydtls/uthash.h 01:40:15 -- Installing: /usr/local/include/tinydtls/sha2 01:40:15 -- Installing: /usr/local/include/tinydtls/sha2/sha2.h 01:40:15 -- Installing: /usr/local/include/tinydtls/ecc 01:40:15 -- Installing: /usr/local/include/tinydtls/ecc/test_helper.h 01:40:15 -- Installing: /usr/local/include/tinydtls/ecc/ecc.h 01:40:15 -- Installing: /usr/local/include/tinydtls/tinydtls.h 01:40:15 -- Installing: /usr/local/include/tinydtls/alert.h 01:40:15 -- Installing: /usr/local/include/tinydtls/aes 01:40:15 -- Installing: /usr/local/include/tinydtls/aes/rijndael.h 01:40:15 -- Installing: /usr/local/include/tinydtls/crypto.h 01:40:15 -- Installing: /usr/local/include/tinydtls/numeric.h 01:40:15 -- Installing: /usr/local/include/tinydtls/peer.h 01:40:15 -- Installing: /usr/local/include/tinydtls/utlist.h 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls_mutex.h 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls_time.h 01:40:15 -- Installing: /usr/local/include/tinydtls/netq.h 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls.h 01:40:15 -- Installing: /usr/local/include/tinydtls/global.h 01:40:15 -- Installing: /usr/local/include/tinydtls/state.h 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls_debug.h 01:40:15 -- Installing: /usr/local/include/tinydtls/session.h 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls_prng.h 01:40:15 -- Installing: /usr/local/include/tinydtls/hmac.h 01:40:15 -- Installing: /usr/local/include/tinydtls/ccm.h 01:40:15 -- Up-to-date: /usr/local/include/tinydtls 01:40:15 -- Installing: /usr/local/include/tinydtls/dtls_config.h 01:40:15 + cd /device-coap/deps 01:40:15 + git clone https://github.com/obgm/libcoap.git 01:40:15 Cloning into 'libcoap'... 01:40:17 + cd libcoap 01:40:17 + git reset --hard 1739507 01:40:17 HEAD is now at 1739507a Merge pull request #536 from mrdeep1/bad_tcp 01:40:17 + patch -p1 01:40:17 patching file cmake/FindTinyDTLS.cmake 01:40:17 + patch -p1 01:40:17 patching file include/coap2/coap_config.h.in 01:40:17 + mkdir -p build 01:40:17 + cd build 01:40:17 + 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' .. 01:40:17 -- The CXX compiler identification is GNU 12.2.1 01:40:17 -- The C compiler identification is GNU 12.2.1 01:40:17 -- Detecting CXX compiler ABI info 01:40:17 -- Detecting CXX compiler ABI info - done 01:40:17 -- Check for working CXX compiler: /usr/bin/c++ - skipped 01:40:17 -- Detecting CXX compile features 01:40:17 -- Detecting CXX compile features - done 01:40:17 -- Detecting C compiler ABI info 01:40:17 -- Detecting C compiler ABI info - done 01:40:17 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:17 -- Detecting C compile features 01:40:17 -- Detecting C compile features - done 01:40:17 -- Looking for byteswap.h 01:40:17 -- Looking for byteswap.h - found 01:40:17 -- Looking for inttypes.h 01:40:17 -- Looking for inttypes.h - found 01:40:17 -- Looking for limits.h 01:40:17 -- Looking for limits.h - found 01:40:17 -- Looking for memory.h 01:40:17 -- Looking for memory.h - found 01:40:17 -- Looking for strings.h 01:40:17 -- Looking for strings.h - found 01:40:17 -- Looking for string.h 01:40:17 -- Looking for string.h - found 01:40:17 -- Looking for sys/sysctl.h 01:40:17 -- Looking for sys/sysctl.h - not found 01:40:17 -- Looking for netinet/in.h 01:40:17 -- Looking for netinet/in.h - found 01:40:17 -- Looking for sys/epoll.h 01:40:17 -- Looking for sys/epoll.h - found 01:40:17 -- Looking for sys/timerfd.h 01:40:17 -- Looking for sys/timerfd.h - found 01:40:17 -- Looking for arpa/inet.h 01:40:18 -- Looking for arpa/inet.h - found 01:40:18 -- Looking for stdbool.h 01:40:18 -- Looking for stdbool.h - found 01:40:18 -- Looking for netdb.h 01:40:18 -- Looking for netdb.h - found 01:40:18 -- Looking for pthread.h 01:40:18 -- Looking for pthread.h - found 01:40:18 -- Looking for stdlib.h 01:40:18 -- Looking for stdlib.h - found 01:40:18 -- Looking for stdint.h 01:40:18 -- Looking for stdint.h - found 01:40:18 -- Looking for syslog.h 01:40:18 -- Looking for syslog.h - found 01:40:18 -- Looking for sys/ioctl.h 01:40:18 -- Looking for sys/ioctl.h - found 01:40:18 -- Looking for sys/socket.h 01:40:18 -- Looking for sys/socket.h - found 01:40:18 -- Looking for sys/stat.h 01:40:19 -- Looking for sys/stat.h - found 01:40:19 -- Looking for sys/time.h 01:40:19 -- Looking for sys/time.h - found 01:40:19 -- Looking for sys/types.h 01:40:19 -- Looking for sys/types.h - found 01:40:19 -- Looking for sys/unistd.h 01:40:19 -- Looking for sys/unistd.h - not found 01:40:19 -- Looking for time.h 01:40:19 -- Looking for time.h - found 01:40:19 -- Looking for unistd.h 01:40:19 -- Looking for unistd.h - found 01:40:19 -- Looking for float.h 01:40:19 -- Looking for float.h - found 01:40:19 -- Looking for stddef.h 01:40:19 -- Looking for stddef.h - found 01:40:19 -- Looking for winsock2.h 01:40:19 -- Looking for winsock2.h - not found 01:40:19 -- Looking for ws2tcpip.h 01:40:19 -- Looking for ws2tcpip.h - not found 01:40:19 -- Looking for malloc 01:40:19 -- Looking for malloc - found 01:40:19 -- Looking for memset 01:40:19 -- Looking for memset - found 01:40:19 -- Looking for select 01:40:19 -- Looking for select - found 01:40:19 -- Looking for socket 01:40:19 -- Looking for socket - found 01:40:19 -- Looking for strcasecmp 01:40:20 -- Looking for strcasecmp - found 01:40:20 -- Looking for pthread_mutex_lock 01:40:20 -- Looking for pthread_mutex_lock - found 01:40:20 -- Looking for getaddrinfo 01:40:20 -- Looking for getaddrinfo - found 01:40:20 -- Looking for strnlen 01:40:20 -- Looking for strnlen - found 01:40:20 -- Looking for strrchr 01:40:20 -- Looking for strrchr - found 01:40:20 -- Looking for getrandom 01:40:20 -- Looking for getrandom - found 01:40:20 -- Looking for cmsghdr 01:40:20 -- Looking for cmsghdr - not found 01:40:20 -- compiling without epoll support 01:40:20 -- compiling with DTLS support 01:40:20 -- DTLS_BACKEND: tinydtls 01:40:20 -- Found TinyDTLS: /usr/local/include 01:40:20 -- TINYDTLS_INCLUDE_DIR: /usr/local/include/tinydtls 01:40:20 -- TINYDTLS_LIBRARIES: /usr/local/lib/libtinydtls.so 01:40:20 -- TINYDTLS_ROOT_DIR: 01:40:20 -- compiling with tinydtls support 01:40:20 -- ENABLE_DTLS:.....................ON 01:40:20 -- ENABLE_TCP:......................ON 01:40:20 -- ENABLE_DOCS:.....................OFF 01:40:20 -- ENABLE_EXAMPLES:.................OFF 01:40:20 -- DTLS_BACKEND:....................tinydtls 01:40:20 -- WITH_GNUTLS:.....................OFF 01:40:20 -- WITH_TINYDTLS:...................ON 01:40:20 -- WITH_OPENSSL:....................OFF 01:40:20 -- WITH_MBEDTLS:....................OFF 01:40:20 -- HAVE_LIBTINYDTLS:................1 01:40:20 -- HAVE_LIBGNUTLS:.................. 01:40:20 -- HAVE_OPENSSL:.................... 01:40:20 -- HAVE_MBEDTLS:.................... 01:40:20 -- COAP_EPOLL_SUPPORT:.............. 01:40:20 -- CMAKE_C_COMPILER:................/usr/bin/cc 01:40:20 -- BUILD_SHARED_LIBS:...............ON 01:40:20 -- CMAKE_BUILD_TYPE:................Release 01:40:20 -- CMAKE_SYSTEM_PROCESSOR:..........x86_64 01:40:20 -- Configuring done (3.6s) 01:40:20 CMake Warning (dev) at CMakeLists.txt:16 (add_library): 01:40:20 Policy CMP0115 is not set: Source file extensions must be explicit. Run 01:40:20 "cmake --help-policy CMP0115" for policy details. Use the cmake_policy 01:40:20 command to set the policy and suppress this warning. 01:40:20 01:40:20 File: 01:40:20 01:40:20 /device-coap/deps/libcoap/include/coap2/coap.h.in 01:40:20 This warning is for project developers. Use -Wno-dev to suppress it. 01:40:20 01:40:20 -- Generating done (0.0s) 01:40:20 -- Build files have been written to: /device-coap/deps/libcoap/build 01:40:20 + make 01:40:20 [ 4%] Building C object CMakeFiles/coap-2.dir/src/address.c.o 01:40:20 [ 8%] Building C object CMakeFiles/coap-2.dir/src/async.c.o 01:40:20 [ 13%] Building C object CMakeFiles/coap-2.dir/src/block.c.o 01:40:20 [ 17%] Building C object CMakeFiles/coap-2.dir/src/coap_debug.c.o 01:40:21 [ 21%] Building C object CMakeFiles/coap-2.dir/src/coap_event.c.o 01:40:21 [ 26%] Building C object CMakeFiles/coap-2.dir/src/coap_hashkey.c.o 01:40:21 [ 30%] Building C object CMakeFiles/coap-2.dir/src/coap_io.c.o 01:40:21 [ 34%] Building C object CMakeFiles/coap-2.dir/src/coap_notls.c.o 01:40:21 [ 39%] Building C object CMakeFiles/coap-2.dir/src/coap_prng.c.o 01:40:21 [ 43%] Building C object CMakeFiles/coap-2.dir/src/coap_session.c.o 01:40:22 [ 47%] Building C object CMakeFiles/coap-2.dir/src/coap_tcp.c.o 01:40:22 [ 52%] Building C object CMakeFiles/coap-2.dir/src/coap_time.c.o 01:40:22 [ 56%] Building C object CMakeFiles/coap-2.dir/src/encode.c.o 01:40:22 [ 60%] Building C object CMakeFiles/coap-2.dir/src/mem.c.o 01:40:22 [ 65%] Building C object CMakeFiles/coap-2.dir/src/net.c.o 01:40:23 [ 69%] Building C object CMakeFiles/coap-2.dir/src/option.c.o 01:40:23 [ 73%] Building C object CMakeFiles/coap-2.dir/src/pdu.c.o 01:40:23 [ 78%] Building C object CMakeFiles/coap-2.dir/src/resource.c.o 01:40:23 [ 82%] Building C object CMakeFiles/coap-2.dir/src/str.c.o 01:40:23 [ 86%] Building C object CMakeFiles/coap-2.dir/src/subscribe.c.o 01:40:23 [ 91%] Building C object CMakeFiles/coap-2.dir/src/uri.c.o 01:40:24 [ 95%] Building C object CMakeFiles/coap-2.dir/src/coap_tinydtls.c.o 01:40:24 [100%] Linking C shared library libcoap-2.so 01:40:24 [100%] Built target coap-2 01:40:24 + make install 01:40:24 [100%] Built target coap-2 01:40:24 Install the project... 01:40:24 -- Install configuration: "Release" 01:40:24 -- Installing: /usr/local/lib/libcoap-2.so 01:40:24 -- Set runtime path of "/usr/local/lib/libcoap-2.so" to "" 01:40:24 -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets.cmake 01:40:24 -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets-release.cmake 01:40:24 -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfig.cmake 01:40:24 -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfigVersion.cmake 01:40:24 -- Up-to-date: /usr/local/include 01:40:24 -- Installing: /usr/local/include/coap2 01:40:24 -- Installing: /usr/local/include/coap2/uthash.h 01:40:24 -- Installing: /usr/local/include/coap2/subscribe.h 01:40:24 -- Installing: /usr/local/include/coap2/option.h 01:40:24 -- Installing: /usr/local/include/coap2/resource.h 01:40:24 -- Installing: /usr/local/include/coap2/bits.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_hashkey.h 01:40:24 -- Installing: /usr/local/include/coap2/block.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_io.h 01:40:24 -- Installing: /usr/local/include/coap2/pdu.h 01:40:24 -- Installing: /usr/local/include/coap2/str.h 01:40:24 -- Installing: /usr/local/include/coap2/async.h 01:40:24 -- Installing: /usr/local/include/coap2/net.h 01:40:24 -- Installing: /usr/local/include/coap2/address.h 01:40:24 -- Installing: /usr/local/include/coap2/uri.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_event.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_riot.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_dtls.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_mutex.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_prng.h 01:40:24 -- Installing: /usr/local/include/coap2/lwippools.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_debug.h 01:40:24 -- Installing: /usr/local/include/coap2/utlist.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_time.h 01:40:24 -- Installing: /usr/local/include/coap2/encode.h 01:40:24 -- Installing: /usr/local/include/coap2/libcoap.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_forward_decls.h 01:40:24 -- Installing: /usr/local/include/coap2/mem.h 01:40:24 -- Installing: /usr/local/include/coap2/coap_session.h 01:40:24 -- Up-to-date: /usr/local/include 01:40:24 -- Up-to-date: /usr/local/include/coap2 01:40:24 -- Installing: /usr/local/include/coap2/coap.h 01:40:24 + '[' 1 '=' 1 ] 01:40:24 + cd /device-coap/deps 01:40:24 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0-dev.14.zip 01:40:24 Connecting to github.com (140.82.114.4:443) 01:40:24 Connecting to codeload.github.com (140.82.113.9:443) 01:40:24 saving to 'v4.0.0-dev.14.zip' 01:40:24 v4.0.0-dev.14.zip 100% |********************************| 246k 0:00:00 ETA 01:40:24 'v4.0.0-dev.14.zip' saved 01:40:24 + unzip v4.0.0-dev.14.zip 01:40:24 Archive: v4.0.0-dev.14.zip 01:40:24 creating: device-sdk-c-4.0.0-dev.14/ 01:40:24 creating: device-sdk-c-4.0.0-dev.14/.github/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/.github/Contributing.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/.github/PULL_REQUEST_TEMPLATE.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/.github/semantic.yml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/.github/workflows/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/.github/workflows/release.yml 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/.gitignore 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/Attribution.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/CHANGELOG.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/Doxyfile 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/GOVERNANCE.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/Jenkinsfile 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/LICENSE 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/Makefile 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/OWNERS.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/README.IOT.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/README.v3.md 01:40:24 creating: device-sdk-c-4.0.0-dev.14/docs/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/docs/configuration.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/docs/deviceprofiles.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/docs/metrics.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/docs/servicewritersguide.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/docs/startup.md 01:40:24 creating: device-sdk-c-4.0.0-dev.14/include/ 01:40:24 creating: device-sdk-c-4.0.0-dev.14/include/devsdk/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk-base.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk.h 01:40:24 creating: device-sdk-c-4.0.0-dev.14/include/edgex/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/devices.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex-base.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/profiles.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/rest-server.h 01:40:24 creating: device-sdk-c-4.0.0-dev.14/scripts/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine-base 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/scripts/build.sh 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/scripts/entrypoint.sh 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/CMakeLists.txt 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/api.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-impl.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-mqtt.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/cmdinfo.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/config.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/config.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/data.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/data.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/defs.h.in 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/device.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/device.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/devman.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/devsdk-base.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/devutil.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex2.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/errorlist.h 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/README.md 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/device-bitfields.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/Bitfields.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/Example-Bitfields.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/device-counter.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/Counters.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/Counter.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/README.md 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/readme.txt 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/TemplateProfile.json 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/template.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher1.json 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher2.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/device-file.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/file1.json 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/lorem.txt 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/FileExampleProfile.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/device-gyro.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/gyro.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/Gyro.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/device-random.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/randomdevice1.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/RandomExampleProfile.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/device1.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/TemplateProfile.json 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/template.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/CMakeLists.txt 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/README.md 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/device-terminal.c 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/configuration.yaml 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/terminal.json 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/Terminal.json 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/map.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/map.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/metrics.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-impl.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/service.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/service.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.h 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.c 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.h 01:40:24 creating: device-sdk-c-4.0.0-dev.14/src/cmake/ 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindIOT.cmake 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBCBOR.cmake 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBMICROHTTP.cmake 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBPAHO.cmake 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBUUID.cmake 01:40:24 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBYAML.cmake 01:40:24 + cd device-sdk-c-4.0.0-dev.14 01:40:24 + ./scripts/build.sh 01:40:24 + CPPCHECK=false 01:40:24 + DOCGEN=false 01:40:24 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' 01:40:24 + '[' 0 -gt 0 ] 01:40:24 + readlink -f ./scripts/build.sh 01:40:24 + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts/build.sh 01:40:24 + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts 01:40:24 + ROOT=/device-coap/deps/device-sdk-c-4.0.0-dev.14 01:40:24 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14 01:40:24 + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:40:24 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:40:24 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src 01:40:24 -- The C compiler identification is GNU 12.2.1 01:40:24 -- Detecting C compiler ABI info 01:40:24 -- Detecting C compiler ABI info - done 01:40:24 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:24 -- Detecting C compile features 01:40:24 -- Detecting C compile features - done 01:40:24 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 01:40:25 -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") 01:40:25 -- Found LIBYAML: /usr/lib/libyaml.so 01:40:25 -- Found LIBUUID: /usr/lib/libuuid.so 01:40:25 -- Found LIBCBOR: /usr/lib/libcbor.so 01:40:25 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 01:40:25 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 01:40:25 -- /opt/iotech/iot/1.5/include 01:40:25 -- C SDK 0.0.0 for Linux 01:40:25 -- Performing Test CSDK_HAVE_ATOMIC 01:40:25 -- Performing Test CSDK_HAVE_ATOMIC - Success 01:40:25 -- Found Curses: /usr/lib/libcurses.so 01:40:25 -- Configuring done (0.4s) 01:40:25 -- Generating done (0.0s) 01:40:25 -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:40:25 + make all package 01:40:25 + tee release.log 01:40:25 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 01:40:25 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 01:40:25 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 01:40:25 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 01:40:25 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 01:40:26 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 01:40:26 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 01:40:26 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 01:40:26 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 01:40:26 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 01:40:26 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 01:40:27 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 01:40:27 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 01:40:27 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 01:40:27 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 01:40:27 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 01:40:27 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 01:40:27 In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, 01:40:27 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, 01:40:27 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, 01:40:27 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, 01:40:27 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: 01:40:27 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': 01:40:27 /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=] 01:40:27 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:40:27 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:27 /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' 01:40:27 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) 01:40:27 | ^~~~~~~~~~~ 01:40:27 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here 01:40:27 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:40:27 | ~^ 01:40:27 | | 01:40:27 | char * 01:40:27 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 01:40:27 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 01:40:28 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 01:40:28 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 01:40:29 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 01:40:29 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 01:40:29 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 01:40:29 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 01:40:29 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 01:40:29 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 01:40:30 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 01:40:30 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 01:40:30 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 01:40:30 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 01:40:30 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c: In function 'devsdk_service_start': 01:40:30 /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] 01:40:30 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); 01:40:30 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:30 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:875:21: note: 'deviceservices_config' was declared here 01:40:30 875 | const iot_data_t *deviceservices_config; 01:40:30 | ^~~~~~~~~~~~~~~~~~~~~ 01:40:30 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 01:40:30 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 01:40:30 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 01:40:31 [ 68%] Linking C shared library libcsdk.so 01:40:31 [ 68%] Built target csdk 01:40:31 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 01:40:31 [ 72%] Linking C executable template 01:40:31 /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) 01:40:31 [ 72%] Built target template 01:40:31 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 01:40:31 [ 76%] Linking C executable device-counter 01:40:31 /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) 01:40:31 [ 76%] Built target device-counter 01:40:31 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 01:40:31 [ 80%] Linking C executable device-random 01:40:31 /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) 01:40:31 [ 80%] Built target device-random 01:40:31 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 01:40:31 [ 84%] Linking C executable device-gyro 01:40:31 /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) 01:40:31 [ 84%] Built target device-gyro 01:40:31 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 01:40:31 [ 88%] Linking C executable device-bitfields 01:40:31 /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) 01:40:32 [ 88%] Built target device-bitfields 01:40:32 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 01:40:32 [ 92%] Linking C executable template-discovery 01:40:32 /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) 01:40:32 [ 92%] Built target template-discovery 01:40:32 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 01:40:32 [ 96%] Linking C executable device-file 01:40:32 /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) 01:40:32 [ 96%] Built target device-file 01:40:32 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 01:40:32 [100%] Linking C executable device-terminal 01:40:32 /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) 01:40:32 [100%] Built target device-terminal 01:40:32 Run CPack packaging tool... 01:40:32 CPack: Create package using TGZ 01:40:32 CPack: Install projects 01:40:32 CPack: - Run preinstall target for: Csdk 01:40:32 CPack: - Install project: Csdk [] 01:40:32 CPack: Create package 01:40:32 CPack: - package: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release/csdk-0.0.0.tar.gz generated. 01:40:32 + '[' false '=' true ] 01:40:32 + '[' false '=' true ] 01:40:32 + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:40:32 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:40:32 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src 01:40:32 -- The C compiler identification is GNU 12.2.1 01:40:33 -- Detecting C compiler ABI info 01:40:33 -- Detecting C compiler ABI info - done 01:40:33 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:33 -- Detecting C compile features 01:40:33 -- Detecting C compile features - done 01:40:33 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 01:40:33 -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") 01:40:33 -- Found LIBYAML: /usr/lib/libyaml.so 01:40:33 -- Found LIBUUID: /usr/lib/libuuid.so 01:40:33 -- Found LIBCBOR: /usr/lib/libcbor.so 01:40:33 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 01:40:33 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 01:40:33 -- /opt/iotech/iot/1.5/include 01:40:33 -- C SDK 0.0.0 for Linux 01:40:33 -- Performing Test CSDK_HAVE_ATOMIC 01:40:33 -- Performing Test CSDK_HAVE_ATOMIC - Success 01:40:33 -- Found Curses: /usr/lib/libcurses.so 01:40:33 -- Configuring done (0.4s) 01:40:33 -- Generating done (0.0s) 01:40:33 -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:40:33 + make+ 01:40:33 tee debug.log 01:40:33 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 01:40:33 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 01:40:33 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 01:40:33 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 01:40:33 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 01:40:34 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 01:40:34 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 01:40:34 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 01:40:34 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 01:40:34 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 01:40:34 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 01:40:34 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 01:40:34 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 01:40:34 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 01:40:34 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 01:40:34 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 01:40:34 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 01:40:34 In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, 01:40:34 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, 01:40:34 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, 01:40:34 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, 01:40:34 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: 01:40:34 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': 01:40:34 /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=] 01:40:34 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:40:34 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:34 /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' 01:40:34 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) 01:40:34 | ^~~~~~~~~~~ 01:40:34 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here 01:40:34 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:40:34 | ~^ 01:40:34 | | 01:40:34 | char * 01:40:34 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 01:40:34 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 01:40:35 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 01:40:35 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 01:40:35 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 01:40:35 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 01:40:35 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 01:40:35 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 01:40:35 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 01:40:35 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 01:40:35 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 01:40:35 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 01:40:35 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 01:40:36 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 01:40:36 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 01:40:36 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 01:40:36 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 01:40:36 [ 68%] Linking C shared library libcsdk.so 01:40:36 [ 68%] Built target csdk 01:40:36 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 01:40:36 [ 72%] Linking C executable template 01:40:36 /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) 01:40:36 [ 72%] Built target template 01:40:36 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 01:40:36 [ 76%] Linking C executable device-counter 01:40:36 /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) 01:40:36 [ 76%] Built target device-counter 01:40:36 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 01:40:36 [ 80%] Linking C executable device-random 01:40:36 /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) 01:40:36 [ 80%] Built target device-random 01:40:36 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 01:40:36 [ 84%] Linking C executable device-gyro 01:40:36 /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) 01:40:36 [ 84%] Built target device-gyro 01:40:36 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 01:40:37 [ 88%] Linking C executable device-bitfields 01:40:37 /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) 01:40:37 [ 88%] Built target device-bitfields 01:40:37 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 01:40:37 [ 92%] Linking C executable template-discovery 01:40:37 /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) 01:40:37 [ 92%] Built target template-discovery 01:40:37 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 01:40:37 [ 96%] Linking C executable device-file 01:40:37 /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) 01:40:37 [ 96%] Built target device-file 01:40:37 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 01:40:37 [100%] Linking C executable device-terminal 01:40:37 /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) 01:40:37 [100%] Built target device-terminal 01:40:37 + cp -rf include/devsdk include/edgex /usr/include/ 01:40:37 + cp build/release/c/libcsdk.so /usr/lib/ 01:40:37 + rm -rf /device-coap/deps 01:40:37 Removing intermediate container 2b1b4d3c0658 01:40:37 ---> e917856ba192 01:40:37 Step 14/14 : RUN /device-coap/scripts/build.sh 01:40:37 ---> Running in 190837441ab7 01:40:38 + readlink -f /device-coap/scripts/build.sh 01:40:38 + dirname /device-coap/scripts/build.sh 01:40:38 + dirname /device-coap/scripts 01:40:38 + ROOT=/device-coap 01:40:38 + echo /device-coap 01:40:38 /device-coap 01:40:38 + cd /device-coap 01:40:38 + mkdir -p /device-coap/build/release 01:40:38 + cd /device-coap/build/release 01:40:38 + cmake '-DCMAKE_BUILD_TYPE=Release' /device-coap/src/c 01:40:38 -- The C compiler identification is GNU 12.2.1 01:40:38 -- Detecting C compiler ABI info 01:40:38 -- Detecting C compiler ABI info - done 01:40:38 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:38 -- Detecting C compile features 01:40:38 -- Detecting C compile features - done 01:40:38 -- Found LIBCOAP: /usr/local/lib/libcoap-2.so 01:40:38 -- Configuring done (0.2s) 01:40:38 -- Generating done (0.0s) 01:40:38 -- Build files have been written to: /device-coap/build/release 01:40:38 + make 01:40:38 + tee release.log 01:40:38 [ 20%] Building C object CMakeFiles/device-coap.dir/coap-client.c.o 01:40:38 In file included from /usr/include/devsdk/devsdk.h:18, 01:40:38 from /device-coap/src/c/device-coap.h:17, 01:40:38 from /device-coap/src/c/coap-client.h:21, 01:40:38 from /device-coap/src/c/coap-client.c:9: 01:40:38 /device-coap/src/c/coap-client.c: In function 'GetEndDeviceProtocolProperties': 01:40:38 /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=] 01:40:38 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~ 01:40:38 90 | strlen(end_dev_params_ptr->psk_key)); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:89:55: note: format string is defined here 01:40:38 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /device-coap/src/c/coap-client.c: In function 'message_handler': 01:40:38 /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=] 01:40:38 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:126:63: note: format string is defined here 01:40:38 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /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=] 01:40:38 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 130 | resource->properties->type); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | iot_typecode_t 01:40:38 /device-coap/src/c/coap-client.c:129:68: note: format string is defined here 01:40:38 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 /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=] 01:40:38 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 140 | len); 01:40:38 | ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:139:71: note: format string is defined here 01:40:38 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 /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=] 01:40:38 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 145 | len); 01:40:38 | ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:144:71: note: format string is defined here 01:40:38 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 /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=] 01:40:38 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 152 | len); 01:40:38 | ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:151:70: note: format string is defined here 01:40:38 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 /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=] 01:40:38 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 157 | resource->properties->type); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | iot_typecode_t 01:40:38 /device-coap/src/c/coap-client.c:156:71: note: format string is defined here 01:40:38 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 /device-coap/src/c/coap-client.c: In function 'CoapSendCommandToEndDevice': 01:40:38 /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=] 01:40:38 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:244:55: note: format string is defined here 01:40:38 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 /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=] 01:40:38 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 253 | (uint8_t *)end_dev_params_ptr->psk_key, 01:40:38 254 | strlen(end_dev_params_ptr->psk_key)); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:252:67: note: format string is defined here 01:40:38 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 /device-coap/src/c/coap-client.c: In function 'CoapGetRequestToEndDevice': 01:40:38 /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=] 01:40:38 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 352 | (uint8_t *)end_dev_params_ptr->psk_key, 01:40:38 353 | strlen(end_dev_params_ptr->psk_key)); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-client.c:351:67: note: format string is defined here 01:40:38 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 | %ld 01:40:38 [ 40%] Building C object CMakeFiles/device-coap.dir/coap-server.c.o 01:40:38 In file included from /usr/include/devsdk/devsdk.h:18, 01:40:38 from /usr/include/edgex/devices.h:17, 01:40:38 from /device-coap/src/c/coap-server.c:22: 01:40:38 /device-coap/src/c/coap-server.c: In function 'data_handler': 01:40:38 /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=] 01:40:38 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-server.c:82:54: note: format string is defined here 01:40:38 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /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=] 01:40:38 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | iot_typecode_t 01:40:38 /device-coap/src/c/coap-server.c:128:65: note: format string is defined here 01:40:38 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 [ 60%] Building C object CMakeFiles/device-coap.dir/coap-util.c.o 01:40:38 In file included from /usr/include/devsdk/devsdk.h:18, 01:40:38 from /device-coap/src/c/coap-util.h:18, 01:40:38 from /device-coap/src/c/coap-util.c:9: 01:40:38 /device-coap/src/c/coap-util.c: In function 'read_data_float64': 01:40:38 /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=] 01:40:38 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-util.c:63:56: note: format string is defined here 01:40:38 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /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=] 01:40:38 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-util.c:76:56: note: format string is defined here 01:40:38 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /device-coap/src/c/coap-util.c: In function 'read_data_int32': 01:40:38 /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=] 01:40:38 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-util.c:87:54: note: format string is defined here 01:40:38 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 /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=] 01:40:38 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:40:38 | | 01:40:38 | size_t {aka long unsigned int} 01:40:38 /device-coap/src/c/coap-util.c:102:54: note: format string is defined here 01:40:38 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:40:38 | ~^ 01:40:38 | | 01:40:38 | unsigned int 01:40:38 | %lu 01:40:38 [ 80%] Building C object CMakeFiles/device-coap.dir/device-coap.c.o 01:40:38 In file included from /usr/include/devsdk/devsdk.h:18, 01:40:38 from /device-coap/src/c/device-coap.h:17, 01:40:38 from /device-coap/src/c/device-coap.c:10: 01:40:38 /device-coap/src/c/device-coap.c: In function 'coap_get_handler': 01:40:38 /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=] 01:40:38 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", 01:40:38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 131 | requests[i].resource->type); 01:40:38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:38 | | 01:40:38 | iot_typecode_t 01:40:38 /device-coap/src/c/device-coap.c:130:69: note: format string is defined here 01:40:38 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", 01:40:38 | ~^ 01:40:38 | | 01:40:38 | int 01:40:38 [100%] Linking C executable device-coap 01:40:39 /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) 01:40:39 [100%] Built target device-coap 01:40:39 Removing intermediate container 190837441ab7 01:40:39 ---> 8870b2fd20c5 01:40:39 Successfully built 8870b2fd20c5 01:40:39 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 01:40:40 + docker inspect -f . ci-base-image-x86_64 01:40:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:40 prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container 01:40:40 $ 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 01:40:40 $ docker top 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:41 + make test 01:40:41 build/release/device-coap [Pipeline] } 01:40:41 $ docker stop --time=1 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 01:40:42 $ docker rm -f --volumes 6d659e8c292281f879e7e8a1ad955fa66b872b27157681bddfac288653831f97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:40:43 + ls -al . 01:40:43 total 96 01:40:43 drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 01:39 . 01:40:43 drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:39 .. 01:40:43 drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 01:39 .git 01:40:43 drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:39 .github 01:40:43 -rw-rw-r-- 1 jenkins jenkins 14 Jan 14 01:39 .gitignore 01:40:43 drwxr-xr-x 3 jenkins jenkins 4096 Jan 14 01:39 .semver 01:40:43 -rw-rw-r-- 1 jenkins jenkins 2037 Jan 14 01:39 Attribution.txt 01:40:43 -rw-rw-r-- 1 jenkins jenkins 3893 Jan 14 01:39 CHANGELOG.md 01:40:43 -rw-rw-r-- 1 jenkins jenkins 677 Jan 14 01:39 GOVERNANCE.md 01:40:43 -rw-rw-r-- 1 jenkins jenkins 798 Jan 14 01:39 Jenkinsfile 01:40:43 -rw-rw-r-- 1 jenkins jenkins 10173 Jan 14 01:39 LICENSE 01:40:43 -rw-rw-r-- 1 jenkins jenkins 938 Jan 14 01:39 Makefile 01:40:43 -rw-rw-r-- 1 jenkins jenkins 619 Jan 14 01:39 OWNERS.md 01:40:43 -rw-rw-r-- 1 jenkins jenkins 12454 Jan 14 01:39 README.md 01:40:43 -rw-rw-r-- 1 jenkins jenkins 506 Jan 14 01:39 ROADMAP.md 01:40:43 -rw-rw-r-- 1 jenkins jenkins 5 Jan 14 01:39 VERSION 01:40:43 drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:39 res 01:40:43 drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 01:39 scripts 01:40:43 drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:39 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:44 + 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 . 01:40:44 Sending build context to Docker daemon 557.6kB 01:40:44 Step 1/33 : ARG BASE=alpine:3.20 01:40:44 Step 2/33 : FROM ${BASE} as builder 01:40:44 ---> 8870b2fd20c5 01:40:44 Step 3/33 : LABEL maintainer="Ken Bannister " 01:40:44 ---> Running in af79efc9c4d3 01:40:44 Removing intermediate container af79efc9c4d3 01:40:44 ---> ef7a1cb4d081 01:40:44 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 01:40:44 ---> Running in fda964fc65a0 01:40:44 Connecting to iotech.jfrog.io (34.247.22.236:443) 01:40:44 saving to '/etc/apk/keys/alpine.dev.rsa.pub' 01:40:44 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA 01:40:44 '/etc/apk/keys/alpine.dev.rsa.pub' saved 01:40:45 Removing intermediate container fda964fc65a0 01:40:45 ---> 903b032d2d88 01:40:45 Step 5/33 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories 01:40:45 ---> Running in 776f2d7f384a 01:40:45 Removing intermediate container 776f2d7f384a 01:40:45 ---> d4d5132ba5c4 01:40:45 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 01:40:45 ---> Running in 684d626690a1 01:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:40:46 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:40:46 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:40:46 OK: 337 MiB in 103 packages 01:40:47 Removing intermediate container 684d626690a1 01:40:47 ---> 36aaa4da3460 01:40:47 Step 7/33 : COPY scripts /device-coap/scripts 01:40:47 ---> f4f20e51b421 01:40:47 Step 8/33 : COPY src /device-coap/src/ 01:40:47 ---> 229bbaf640a5 01:40:47 Step 9/33 : COPY VERSION /device-coap 01:40:47 ---> 72fa0c996771 01:40:47 Step 10/33 : RUN mkdir -p /device-coap/build 01:40:47 ---> Running in 5b6e884b7adc 01:40:48 Removing intermediate container 5b6e884b7adc 01:40:48 ---> 97a09362baf6 01:40:48 Step 11/33 : WORKDIR /device-coap 01:40:48 ---> Running in b362a7b06a8e 01:40:48 Removing intermediate container b362a7b06a8e 01:40:48 ---> d4d967150819 01:40:48 Step 12/33 : RUN /device-coap/scripts/build_deps.sh 1 01:40:48 ---> Running in 0c463887a749 01:40:48 + BUILD_CSDK=1 01:40:48 + TINYDTLS_VERSION=b0e230d 01:40:48 + LIBCOAP_VERSION=1739507 01:40:48 + CSDK_VERSION=4.0.0-dev.14 01:40:48 + '[' -d deps ] 01:40:48 + mkdir deps 01:40:48 + cd /device-coap/deps 01:40:48 + git clone https://github.com/eclipse/tinydtls.git 01:40:48 Cloning into 'tinydtls'... 01:40:49 + cd tinydtls 01:40:49 + git checkout develop 01:40:49 branch 'develop' set up to track 'origin/develop'. 01:40:49 Switched to a new branch 'develop' 01:40:49 + git reset --hard b0e230d 01:40:49 HEAD is now at b0e230d Merge pull request #44 from mrdeep1/cunit_fix 01:40:49 + cp /device-coap/scripts/AutoConf_cmake_patch AutoConf.cmake 01:40:49 + cp /device-coap/scripts/CMakeLists_txt_patch CMakeLists.txt 01:40:49 + cp /device-coap/scripts/dtls_config_h_cmake_in_patch dtls_config.h.cmake.in 01:40:49 + cp /device-coap/scripts/tests_CMakeLists_txt_patch tests/CMakeLists.txt 01:40:49 + mkdir -p build 01:40:49 + cd build 01:40:49 + cmake '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=ON' .. 01:40:49 -- The C compiler identification is GNU 12.2.1 01:40:49 -- Detecting C compiler ABI info 01:40:49 -- Detecting C compiler ABI info - done 01:40:49 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:49 -- Detecting C compile features 01:40:49 -- Detecting C compile features - done 01:40:49 -- Looking for assert.h 01:40:49 -- Looking for assert.h - found 01:40:49 -- Looking for arpa/inet.h 01:40:49 -- Looking for arpa/inet.h - found 01:40:49 -- Looking for fcntl.h 01:40:49 -- Looking for fcntl.h - found 01:40:49 -- Looking for inttypes.h 01:40:49 -- Looking for inttypes.h - found 01:40:49 -- Looking for memory.h 01:40:49 -- Looking for memory.h - found 01:40:49 -- Looking for netdb.h 01:40:49 -- Looking for netdb.h - found 01:40:49 -- Looking for netinet/in.h 01:40:49 -- Looking for netinet/in.h - found 01:40:49 -- Looking for stddef.h 01:40:49 -- Looking for stddef.h - found 01:40:49 -- Looking for stdint.h 01:40:50 -- Looking for stdint.h - found 01:40:50 -- Looking for stdlib.h 01:40:50 -- Looking for stdlib.h - found 01:40:50 -- Looking for string.h 01:40:50 -- Looking for string.h - found 01:40:50 -- Looking for strings.h 01:40:50 -- Looking for strings.h - found 01:40:50 -- Looking for time.h 01:40:50 -- Looking for time.h - found 01:40:50 -- Looking for sys/param.h 01:40:50 -- Looking for sys/param.h - found 01:40:50 -- Looking for sys/socket.h 01:40:50 -- Looking for sys/socket.h - found 01:40:50 -- Looking for sys/stat.h 01:40:50 -- Looking for sys/stat.h - found 01:40:50 -- Looking for sys/types.h 01:40:50 -- Looking for sys/types.h - found 01:40:50 -- Looking for sys/time.h 01:40:50 -- Looking for sys/time.h - found 01:40:50 -- Looking for unistd.h 01:40:50 -- Looking for unistd.h - found 01:40:50 -- Looking for float.h 01:40:50 -- Looking for float.h - found 01:40:50 -- Looking for dlfcn.h 01:40:51 -- Looking for dlfcn.h - found 01:40:51 -- Looking for memset 01:40:51 -- Looking for memset - found 01:40:51 -- Looking for select 01:40:51 -- Looking for select - found 01:40:51 -- Looking for socket 01:40:51 -- Looking for socket - found 01:40:51 -- Looking for strdup 01:40:51 -- Looking for strdup - found 01:40:51 -- Looking for strerror 01:40:51 -- Looking for strerror - found 01:40:51 -- Looking for strnlen 01:40:51 -- Looking for strnlen - found 01:40:51 -- Looking for fls 01:40:51 -- Looking for fls - not found 01:40:51 -- Looking for vprintf 01:40:51 -- Looking for vprintf - found 01:40:51 -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN 01:40:51 -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed 01:40:51 -- Configuring done (2.7s) 01:40:51 -- Generating done (0.0s) 01:40:51 -- Build files have been written to: /device-coap/deps/tinydtls/build 01:40:51 + make 01:40:51 [ 6%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael.c.o 01:40:51 [ 13%] Building C object CMakeFiles/tinydtls.dir/aes/rijndael_wrap.c.o 01:40:51 [ 20%] Building C object CMakeFiles/tinydtls.dir/ccm.c.o 01:40:52 [ 26%] Building C object CMakeFiles/tinydtls.dir/crypto.c.o 01:40:52 In file included from /device-coap/deps/tinydtls/crypto.c:34: 01:40:52 In function 'ecc_ecdh', 01:40:52 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_x' may be used uninitialized [-Wmaybe-uninitialized] 01:40:52 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:52 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:52 /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 01:40:52 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:52 | ^~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/crypto.c:431:12: note: 'pub_x' declared here 01:40:52 431 | uint32_t pub_x[8]; 01:40:52 | ^~~~~ 01:40:52 In function 'ecc_ecdh', 01:40:52 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'pub_y' may be used uninitialized [-Wmaybe-uninitialized] 01:40:52 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:52 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:52 /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 01:40:52 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:52 | ^~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/crypto.c:432:12: note: 'pub_y' declared here 01:40:52 432 | uint32_t pub_y[8]; 01:40:52 | ^~~~~ 01:40:52 In function 'ecc_ecdh', 01:40:52 inlined from 'dtls_ecdh_pre_master_secret' at /device-coap/deps/tinydtls/crypto.c:444:3: 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h:50:9: warning: 'priv' may be used uninitialized [-Wmaybe-uninitialized] 01:40:52 50 | ecc_ec_mult(px, py, secret, resultx, resulty); 01:40:52 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/ecc/ecc.h: In function 'dtls_ecdh_pre_master_secret': 01:40:52 /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 01:40:52 47 | void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx, uint32_t *resulty); 01:40:52 | ^~~~~~~~~~~ 01:40:52 /device-coap/deps/tinydtls/crypto.c:430:12: note: 'priv' declared here 01:40:52 430 | uint32_t priv[8]; 01:40:52 | ^~~~ 01:40:52 [ 33%] Building C object CMakeFiles/tinydtls.dir/dtls.c.o 01:40:53 [ 40%] Building C object CMakeFiles/tinydtls.dir/dtls_debug.c.o 01:40:53 [ 46%] Building C object CMakeFiles/tinydtls.dir/dtls_prng.c.o 01:40:53 [ 53%] Building C object CMakeFiles/tinydtls.dir/dtls_time.c.o 01:40:53 [ 60%] Building C object CMakeFiles/tinydtls.dir/ecc/ecc.c.o 01:40:53 /device-coap/deps/tinydtls/ecc/ecc.c: In function 'is_zero': 01:40:53 /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] 01:40:53 316 | for (idx = 0; idx < count; idx++) { 01:40:53 | ^ 01:40:53 /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] 01:40:53 319 | return result == count; 01:40:53 | ^~ 01:40:54 [ 66%] Building C object CMakeFiles/tinydtls.dir/hmac.c.o 01:40:54 [ 73%] Building C object CMakeFiles/tinydtls.dir/netq.c.o 01:40:54 [ 80%] Building C object CMakeFiles/tinydtls.dir/peer.c.o 01:40:54 [ 86%] Building C object CMakeFiles/tinydtls.dir/session.c.o 01:40:54 [ 93%] Building C object CMakeFiles/tinydtls.dir/sha2/sha2.c.o 01:40:54 /device-coap/deps/tinydtls/sha2/sha2.c:630:34: warning: argument 1 of type 'sha2_byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 01:40:54 630 | void dtls_sha256_final(sha2_byte digest[], dtls_sha256_ctx* context) { 01:40:54 | ~~~~~~~~~~^~~~~~~~ 01:40:54 In file included from /device-coap/deps/tinydtls/sha2/sha2.c:45: 01:40:54 /device-coap/deps/tinydtls/sha2/sha2.h:134:24: note: previously declared as 'uint8_t[32]' {aka 'unsigned char[32]'} 01:40:54 134 | void dtls_sha256_final(uint8_t[DTLS_SHA256_DIGEST_LENGTH], dtls_sha256_ctx*); 01:40:54 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:54 /device-coap/deps/tinydtls/sha2/sha2.c:690:54: warning: argument 2 of type 'char[]' with mismatched bound [-Warray-parameter=] 01:40:54 690 | char *dtls_sha256_end(dtls_sha256_ctx* context, char buffer[]) { 01:40:54 | ~~~~~^~~~~~~~ 01:40:54 /device-coap/deps/tinydtls/sha2/sha2.h:135:41: note: previously declared as 'char[65]' 01:40:54 135 | char* dtls_sha256_end(dtls_sha256_ctx*, char[DTLS_SHA256_DIGEST_STRING_LENGTH]); 01:40:54 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:40:55 [100%] Linking C shared library libtinydtls.so 01:40:55 [100%] Built target tinydtls 01:40:55 + make install 01:40:55 [100%] Built target tinydtls 01:40:55 Install the project... 01:40:55 -- Install configuration: "Release" 01:40:55 -- Installing: /usr/local/lib/libtinydtls.so 01:40:55 -- Up-to-date: /usr/local/include/tinydtls 01:40:55 -- Installing: /usr/local/include/tinydtls/uthash.h 01:40:55 -- Up-to-date: /usr/local/include/tinydtls/sha2 01:40:55 -- Installing: /usr/local/include/tinydtls/sha2/sha2.h 01:40:55 -- Up-to-date: /usr/local/include/tinydtls/ecc 01:40:55 -- Installing: /usr/local/include/tinydtls/ecc/test_helper.h 01:40:55 -- Installing: /usr/local/include/tinydtls/ecc/ecc.h 01:40:55 -- Installing: /usr/local/include/tinydtls/tinydtls.h 01:40:55 -- Installing: /usr/local/include/tinydtls/alert.h 01:40:55 -- Up-to-date: /usr/local/include/tinydtls/aes 01:40:55 -- Installing: /usr/local/include/tinydtls/aes/rijndael.h 01:40:55 -- Installing: /usr/local/include/tinydtls/crypto.h 01:40:55 -- Installing: /usr/local/include/tinydtls/numeric.h 01:40:55 -- Installing: /usr/local/include/tinydtls/peer.h 01:40:55 -- Installing: /usr/local/include/tinydtls/utlist.h 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls_mutex.h 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls_time.h 01:40:55 -- Installing: /usr/local/include/tinydtls/netq.h 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls.h 01:40:55 -- Installing: /usr/local/include/tinydtls/global.h 01:40:55 -- Installing: /usr/local/include/tinydtls/state.h 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls_debug.h 01:40:55 -- Installing: /usr/local/include/tinydtls/session.h 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls_prng.h 01:40:55 -- Installing: /usr/local/include/tinydtls/hmac.h 01:40:55 -- Installing: /usr/local/include/tinydtls/ccm.h 01:40:55 -- Up-to-date: /usr/local/include/tinydtls 01:40:55 -- Installing: /usr/local/include/tinydtls/dtls_config.h 01:40:55 + cd /device-coap/deps 01:40:55 + git clone https://github.com/obgm/libcoap.git 01:40:55 Cloning into 'libcoap'... 01:40:56 + cd libcoap 01:40:56 + git reset --hard 1739507 01:40:56 HEAD is now at 1739507a Merge pull request #536 from mrdeep1/bad_tcp 01:40:56 + patch -p1 01:40:56 patching file cmake/FindTinyDTLS.cmake 01:40:56 + patch -p1 01:40:56 patching file include/coap2/coap_config.h.in 01:40:56 + mkdir -p build 01:40:56 + cd build 01:40:56 + 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' .. 01:40:56 -- The CXX compiler identification is GNU 12.2.1 01:40:56 -- The C compiler identification is GNU 12.2.1 01:40:56 -- Detecting CXX compiler ABI info 01:40:56 -- Detecting CXX compiler ABI info - done 01:40:56 -- Check for working CXX compiler: /usr/bin/c++ - skipped 01:40:56 -- Detecting CXX compile features 01:40:56 -- Detecting CXX compile features - done 01:40:56 -- Detecting C compiler ABI info 01:40:56 -- Detecting C compiler ABI info - done 01:40:56 -- Check for working C compiler: /usr/bin/cc - skipped 01:40:56 -- Detecting C compile features 01:40:56 -- Detecting C compile features - done 01:40:56 -- Looking for byteswap.h 01:40:56 -- Looking for byteswap.h - found 01:40:56 -- Looking for inttypes.h 01:40:57 -- Looking for inttypes.h - found 01:40:57 -- Looking for limits.h 01:40:57 -- Looking for limits.h - found 01:40:57 -- Looking for memory.h 01:40:57 -- Looking for memory.h - found 01:40:57 -- Looking for strings.h 01:40:57 -- Looking for strings.h - found 01:40:57 -- Looking for string.h 01:40:57 -- Looking for string.h - found 01:40:57 -- Looking for sys/sysctl.h 01:40:57 -- Looking for sys/sysctl.h - not found 01:40:57 -- Looking for netinet/in.h 01:40:57 -- Looking for netinet/in.h - found 01:40:57 -- Looking for sys/epoll.h 01:40:57 -- Looking for sys/epoll.h - found 01:40:57 -- Looking for sys/timerfd.h 01:40:57 -- Looking for sys/timerfd.h - found 01:40:57 -- Looking for arpa/inet.h 01:40:57 -- Looking for arpa/inet.h - found 01:40:57 -- Looking for stdbool.h 01:40:57 -- Looking for stdbool.h - found 01:40:57 -- Looking for netdb.h 01:40:57 -- Looking for netdb.h - found 01:40:57 -- Looking for pthread.h 01:40:58 -- Looking for pthread.h - found 01:40:58 -- Looking for stdlib.h 01:40:58 -- Looking for stdlib.h - found 01:40:58 -- Looking for stdint.h 01:40:58 -- Looking for stdint.h - found 01:40:58 -- Looking for syslog.h 01:40:58 -- Looking for syslog.h - found 01:40:58 -- Looking for sys/ioctl.h 01:40:58 -- Looking for sys/ioctl.h - found 01:40:58 -- Looking for sys/socket.h 01:40:58 -- Looking for sys/socket.h - found 01:40:58 -- Looking for sys/stat.h 01:40:58 -- Looking for sys/stat.h - found 01:40:58 -- Looking for sys/time.h 01:40:58 -- Looking for sys/time.h - found 01:40:58 -- Looking for sys/types.h 01:40:58 -- Looking for sys/types.h - found 01:40:58 -- Looking for sys/unistd.h 01:40:58 -- Looking for sys/unistd.h - not found 01:40:58 -- Looking for time.h 01:40:59 -- Looking for time.h - found 01:40:59 -- Looking for unistd.h 01:40:59 -- Looking for unistd.h - found 01:40:59 -- Looking for float.h 01:40:59 -- Looking for float.h - found 01:40:59 -- Looking for stddef.h 01:40:59 -- Looking for stddef.h - found 01:40:59 -- Looking for winsock2.h 01:40:59 -- Looking for winsock2.h - not found 01:40:59 -- Looking for ws2tcpip.h 01:40:59 -- Looking for ws2tcpip.h - not found 01:40:59 -- Looking for malloc 01:40:59 -- Looking for malloc - found 01:40:59 -- Looking for memset 01:40:59 -- Looking for memset - found 01:40:59 -- Looking for select 01:40:59 -- Looking for select - found 01:40:59 -- Looking for socket 01:40:59 -- Looking for socket - found 01:40:59 -- Looking for strcasecmp 01:40:59 -- Looking for strcasecmp - found 01:40:59 -- Looking for pthread_mutex_lock 01:40:59 -- Looking for pthread_mutex_lock - found 01:40:59 -- Looking for getaddrinfo 01:41:00 -- Looking for getaddrinfo - found 01:41:00 -- Looking for strnlen 01:41:00 -- Looking for strnlen - found 01:41:00 -- Looking for strrchr 01:41:00 -- Looking for strrchr - found 01:41:00 -- Looking for getrandom 01:41:00 -- Looking for getrandom - found 01:41:00 -- Looking for cmsghdr 01:41:00 -- Looking for cmsghdr - not found 01:41:00 -- compiling without epoll support 01:41:00 -- compiling with DTLS support 01:41:00 -- DTLS_BACKEND: tinydtls 01:41:00 -- Found TinyDTLS: /usr/local/include 01:41:00 -- TINYDTLS_INCLUDE_DIR: /usr/local/include/tinydtls 01:41:00 -- TINYDTLS_LIBRARIES: /usr/local/lib/libtinydtls.so 01:41:00 -- TINYDTLS_ROOT_DIR: 01:41:00 -- compiling with tinydtls support 01:41:00 -- ENABLE_DTLS:.....................ON 01:41:00 -- ENABLE_TCP:......................ON 01:41:00 -- ENABLE_DOCS:.....................OFF 01:41:00 -- ENABLE_EXAMPLES:.................OFF 01:41:00 -- DTLS_BACKEND:....................tinydtls 01:41:00 -- WITH_GNUTLS:.....................OFF 01:41:00 -- WITH_TINYDTLS:...................ON 01:41:00 -- WITH_OPENSSL:....................OFF 01:41:00 -- WITH_MBEDTLS:....................OFF 01:41:00 -- HAVE_LIBTINYDTLS:................1 01:41:00 -- HAVE_LIBGNUTLS:.................. 01:41:00 -- HAVE_OPENSSL:.................... 01:41:00 -- HAVE_MBEDTLS:.................... 01:41:00 -- COAP_EPOLL_SUPPORT:.............. 01:41:00 -- CMAKE_C_COMPILER:................/usr/bin/cc 01:41:00 -- BUILD_SHARED_LIBS:...............ON 01:41:00 -- CMAKE_BUILD_TYPE:................Release 01:41:00 -- CMAKE_SYSTEM_PROCESSOR:..........x86_64 01:41:00 -- Configuring done (3.7s) 01:41:00 CMake Warning (dev) at CMakeLists.txt:16 (add_library): 01:41:00 Policy CMP0115 is not set: Source file extensions must be explicit. Run 01:41:00 "cmake --help-policy CMP0115" for policy details. Use the cmake_policy 01:41:00 command to set the policy and suppress this warning. 01:41:00 01:41:00 File: 01:41:00 01:41:00 /device-coap/deps/libcoap/include/coap2/coap.h.in 01:41:00 This warning is for project developers. Use -Wno-dev to suppress it. 01:41:00 01:41:00 -- Generating done (0.0s) 01:41:00 -- Build files have been written to: /device-coap/deps/libcoap/build 01:41:00 + make 01:41:00 [ 4%] Building C object CMakeFiles/coap-2.dir/src/address.c.o 01:41:00 [ 8%] Building C object CMakeFiles/coap-2.dir/src/async.c.o 01:41:00 [ 13%] Building C object CMakeFiles/coap-2.dir/src/block.c.o 01:41:00 [ 17%] Building C object CMakeFiles/coap-2.dir/src/coap_debug.c.o 01:41:00 [ 21%] Building C object CMakeFiles/coap-2.dir/src/coap_event.c.o 01:41:00 [ 26%] Building C object CMakeFiles/coap-2.dir/src/coap_hashkey.c.o 01:41:00 [ 30%] Building C object CMakeFiles/coap-2.dir/src/coap_io.c.o 01:41:01 [ 34%] Building C object CMakeFiles/coap-2.dir/src/coap_notls.c.o 01:41:01 [ 39%] Building C object CMakeFiles/coap-2.dir/src/coap_prng.c.o 01:41:01 [ 43%] Building C object CMakeFiles/coap-2.dir/src/coap_session.c.o 01:41:01 [ 47%] Building C object CMakeFiles/coap-2.dir/src/coap_tcp.c.o 01:41:01 [ 52%] Building C object CMakeFiles/coap-2.dir/src/coap_time.c.o 01:41:01 [ 56%] Building C object CMakeFiles/coap-2.dir/src/encode.c.o 01:41:02 [ 60%] Building C object CMakeFiles/coap-2.dir/src/mem.c.o 01:41:02 [ 65%] Building C object CMakeFiles/coap-2.dir/src/net.c.o 01:41:02 [ 69%] Building C object CMakeFiles/coap-2.dir/src/option.c.o 01:41:03 [ 73%] Building C object CMakeFiles/coap-2.dir/src/pdu.c.o 01:41:03 [ 78%] Building C object CMakeFiles/coap-2.dir/src/resource.c.o 01:41:03 [ 82%] Building C object CMakeFiles/coap-2.dir/src/str.c.o 01:41:03 [ 86%] Building C object CMakeFiles/coap-2.dir/src/subscribe.c.o 01:41:03 [ 91%] Building C object CMakeFiles/coap-2.dir/src/uri.c.o 01:41:03 [ 95%] Building C object CMakeFiles/coap-2.dir/src/coap_tinydtls.c.o 01:41:03 [100%] Linking C shared library libcoap-2.so 01:41:04 [100%] Built target coap-2 01:41:04 + make install 01:41:04 [100%] Built target coap-2 01:41:04 Install the project... 01:41:04 -- Install configuration: "Release" 01:41:04 -- Installing: /usr/local/lib/libcoap-2.so 01:41:04 -- Set runtime path of "/usr/local/lib/libcoap-2.so" to "" 01:41:04 -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets.cmake 01:41:04 -- Installing: /usr/local/lib/cmake/libcoap/libcoapTargets-release.cmake 01:41:04 -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfig.cmake 01:41:04 -- Installing: /usr/local/lib/cmake/libcoap/libcoapConfigVersion.cmake 01:41:04 -- Up-to-date: /usr/local/include 01:41:04 -- Up-to-date: /usr/local/include/coap2 01:41:04 -- Installing: /usr/local/include/coap2/uthash.h 01:41:04 -- Installing: /usr/local/include/coap2/subscribe.h 01:41:04 -- Installing: /usr/local/include/coap2/option.h 01:41:04 -- Installing: /usr/local/include/coap2/resource.h 01:41:04 -- Installing: /usr/local/include/coap2/bits.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_hashkey.h 01:41:04 -- Installing: /usr/local/include/coap2/block.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_io.h 01:41:04 -- Installing: /usr/local/include/coap2/pdu.h 01:41:04 -- Installing: /usr/local/include/coap2/str.h 01:41:04 -- Installing: /usr/local/include/coap2/async.h 01:41:04 -- Installing: /usr/local/include/coap2/net.h 01:41:04 -- Installing: /usr/local/include/coap2/address.h 01:41:04 -- Installing: /usr/local/include/coap2/uri.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_event.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_riot.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_dtls.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_mutex.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_prng.h 01:41:04 -- Installing: /usr/local/include/coap2/lwippools.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_debug.h 01:41:04 -- Installing: /usr/local/include/coap2/utlist.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_time.h 01:41:04 -- Installing: /usr/local/include/coap2/encode.h 01:41:04 -- Installing: /usr/local/include/coap2/libcoap.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_forward_decls.h 01:41:04 -- Installing: /usr/local/include/coap2/mem.h 01:41:04 -- Installing: /usr/local/include/coap2/coap_session.h 01:41:04 -- Up-to-date: /usr/local/include 01:41:04 -- Up-to-date: /usr/local/include/coap2 01:41:04 -- Installing: /usr/local/include/coap2/coap.h 01:41:04 + '[' 1 '=' 1 ] 01:41:04 + cd /device-coap/deps 01:41:04 + wget https://github.com/edgexfoundry/device-sdk-c/archive/v4.0.0-dev.14.zip 01:41:04 Connecting to github.com (140.82.113.4:443) 01:41:04 Connecting to codeload.github.com (140.82.113.9:443) 01:41:04 saving to 'v4.0.0-dev.14.zip' 01:41:04 v4.0.0-dev.14.zip 100% |********************************| 246k 0:00:00 ETA 01:41:04 'v4.0.0-dev.14.zip' saved 01:41:04 + unzip v4.0.0-dev.14.zip 01:41:04 Archive: v4.0.0-dev.14.zip 01:41:04 creating: device-sdk-c-4.0.0-dev.14/ 01:41:04 creating: device-sdk-c-4.0.0-dev.14/.github/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/.github/Contributing.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/.github/PULL_REQUEST_TEMPLATE.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/.github/semantic.yml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/.github/workflows/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/.github/workflows/release.yml 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/.gitignore 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/Attribution.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/CHANGELOG.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/Doxyfile 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/GOVERNANCE.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/Jenkinsfile 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/LICENSE 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/Makefile 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/OWNERS.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/README.IOT.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/README.v3.md 01:41:04 creating: device-sdk-c-4.0.0-dev.14/docs/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/docs/configuration.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/docs/deviceprofiles.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/docs/metrics.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/docs/servicewritersguide.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/docs/startup.md 01:41:04 creating: device-sdk-c-4.0.0-dev.14/include/ 01:41:04 creating: device-sdk-c-4.0.0-dev.14/include/devsdk/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk-base.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/devsdk/devsdk.h 01:41:04 creating: device-sdk-c-4.0.0-dev.14/include/edgex/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/devices.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex-base.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/edgex.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/profiles.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/include/edgex/rest-server.h 01:41:04 creating: device-sdk-c-4.0.0-dev.14/scripts/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/scripts/Dockerfile.alpine-base 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/scripts/build.sh 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/scripts/entrypoint.sh 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/CMakeLists.txt 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/api.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/autoevent.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-impl.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus-mqtt.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/bus.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/callback3.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/cmdinfo.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/config.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/config.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/correlation.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/data.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/data.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/defs.h.in 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/device.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/device.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/devman.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/devmap.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/devsdk-base.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/devutil.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/discovery.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/dto-read.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-logging.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex-rest.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/edgex2.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/errorlist.h 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/README.md 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/device-bitfields.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/devices/Bitfields.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/bitfields/res/profiles/Example-Bitfields.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/device-counter.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/devices/Counters.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/counters/res/profiles/Counter.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/README.md 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/devices/readme.txt 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/res/profiles/TemplateProfile.json 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/template.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher1.json 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/discovery/watcher2.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/device-file.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/devices/file1.json 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/lorem.txt 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/file/res/profiles/FileExampleProfile.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/device-gyro.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/devices/gyro.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/gyro/res/profiles/Gyro.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/device-random.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/devices/randomdevice1.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/random/res/profiles/RandomExampleProfile.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/devices/device1.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/res/profiles/TemplateProfile.json 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/template.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/CMakeLists.txt 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/README.md 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/device-terminal.c 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/configuration.yaml 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/devices/terminal.json 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/examples/terminal/res/profiles/Terminal.json 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/filesys.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/keeper.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/map.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/map.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/metadata.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/metrics.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/opstate.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/parson.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/profiles.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/registry.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/reqdata.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/request_auth.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest-server.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/rest.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-impl.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-insecure.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets-vault.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/secrets.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/service.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/service.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/transform.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/validate.h 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.c 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/c/watchers.h 01:41:04 creating: device-sdk-c-4.0.0-dev.14/src/cmake/ 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindIOT.cmake 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBCBOR.cmake 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBMICROHTTP.cmake 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBPAHO.cmake 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBUUID.cmake 01:41:04 inflating: device-sdk-c-4.0.0-dev.14/src/cmake/FindLIBYAML.cmake 01:41:04 + cd device-sdk-c-4.0.0-dev.14 01:41:04 + ./scripts/build.sh 01:41:04 + CPPCHECK=false 01:41:04 + DOCGEN=false 01:41:04 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' 01:41:04 + '[' 0 -gt 0 ] 01:41:04 + readlink -f ./scripts/build.sh 01:41:04 + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts/build.sh 01:41:04 + dirname /device-coap/deps/device-sdk-c-4.0.0-dev.14/scripts 01:41:04 + ROOT=/device-coap/deps/device-sdk-c-4.0.0-dev.14 01:41:04 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14 01:41:04 + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:41:04 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:41:04 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src 01:41:04 -- The C compiler identification is GNU 12.2.1 01:41:04 -- Detecting C compiler ABI info 01:41:04 -- Detecting C compiler ABI info - done 01:41:04 -- Check for working C compiler: /usr/bin/cc - skipped 01:41:04 -- Detecting C compile features 01:41:04 -- Detecting C compile features - done 01:41:04 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 01:41:04 -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") 01:41:04 -- Found LIBYAML: /usr/lib/libyaml.so 01:41:04 -- Found LIBUUID: /usr/lib/libuuid.so 01:41:04 -- Found LIBCBOR: /usr/lib/libcbor.so 01:41:04 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 01:41:04 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 01:41:04 -- /opt/iotech/iot/1.5/include 01:41:04 -- C SDK 0.0.0 for Linux 01:41:04 -- Performing Test CSDK_HAVE_ATOMIC 01:41:04 -- Performing Test CSDK_HAVE_ATOMIC - Success 01:41:04 -- Found Curses: /usr/lib/libcurses.so 01:41:04 -- Configuring done (0.4s) 01:41:04 -- Generating done (0.0s) 01:41:04 -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release 01:41:04 + make all package 01:41:04 + tee release.log 01:41:04 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 01:41:05 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 01:41:05 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 01:41:05 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 01:41:05 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 01:41:05 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 01:41:05 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 01:41:05 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 01:41:06 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 01:41:06 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 01:41:06 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 01:41:06 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 01:41:06 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 01:41:06 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 01:41:06 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 01:41:07 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 01:41:07 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 01:41:07 In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, 01:41:07 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, 01:41:07 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, 01:41:07 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, 01:41:07 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: 01:41:07 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': 01:41:07 /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=] 01:41:07 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:41:07 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:07 /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' 01:41:07 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) 01:41:07 | ^~~~~~~~~~~ 01:41:07 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here 01:41:07 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:41:07 | ~^ 01:41:07 | | 01:41:07 | char * 01:41:07 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 01:41:07 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 01:41:07 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 01:41:07 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 01:41:09 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 01:41:09 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 01:41:09 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 01:41:09 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 01:41:09 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 01:41:09 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 01:41:09 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 01:41:09 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 01:41:09 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 01:41:09 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 01:41:10 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c: In function 'devsdk_service_start': 01:41:10 /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] 01:41:10 1063 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); 01:41:10 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:10 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/service.c:875:21: note: 'deviceservices_config' was declared here 01:41:10 875 | const iot_data_t *deviceservices_config; 01:41:10 | ^~~~~~~~~~~~~~~~~~~~~ 01:41:10 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 01:41:10 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 01:41:10 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 01:41:10 [ 68%] Linking C shared library libcsdk.so 01:41:10 [ 68%] Built target csdk 01:41:10 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 01:41:10 [ 72%] Linking C executable template 01:41:10 /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) 01:41:10 [ 72%] Built target template 01:41:10 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 01:41:10 [ 76%] Linking C executable device-counter 01:41:10 /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) 01:41:10 [ 76%] Built target device-counter 01:41:10 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 01:41:11 [ 80%] Linking C executable device-random 01:41:11 /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) 01:41:11 [ 80%] Built target device-random 01:41:11 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 01:41:11 [ 84%] Linking C executable device-gyro 01:41:11 /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) 01:41:11 [ 84%] Built target device-gyro 01:41:11 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 01:41:11 [ 88%] Linking C executable device-bitfields 01:41:11 /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) 01:41:11 [ 88%] Built target device-bitfields 01:41:11 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 01:41:11 [ 92%] Linking C executable template-discovery 01:41:11 /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) 01:41:11 [ 92%] Built target template-discovery 01:41:11 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 01:41:12 [ 96%] Linking C executable device-file 01:41:12 /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) 01:41:12 [ 96%] Built target device-file 01:41:12 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 01:41:12 [100%] Linking C executable device-terminal 01:41:12 /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) 01:41:12 [100%] Built target device-terminal 01:41:12 Run CPack packaging tool... 01:41:12 CPack: Create package using TGZ 01:41:12 CPack: Install projects 01:41:12 CPack: - Run preinstall target for: Csdk 01:41:12 CPack: - Install project: Csdk [] 01:41:12 CPack: Create package 01:41:12 CPack: - package: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/release/csdk-0.0.0.tar.gz generated. 01:41:12 + '[' false '=' true ] 01:41:12 + '[' false '=' true ] 01:41:12 + mkdir -p /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:41:12 + cd /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:41:12 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /device-coap/deps/device-sdk-c-4.0.0-dev.14/src 01:41:12 -- The C compiler identification is GNU 12.2.1 01:41:12 -- Detecting C compiler ABI info 01:41:12 -- Detecting C compiler ABI info - done 01:41:12 -- Check for working C compiler: /usr/bin/cc - skipped 01:41:12 -- Detecting C compile features 01:41:12 -- Detecting C compile features - done 01:41:12 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 01:41:12 -- Found CURL: /usr/lib/libcurl.so (found version "8.11.1") 01:41:12 -- Found LIBYAML: /usr/lib/libyaml.so 01:41:12 -- Found LIBUUID: /usr/lib/libuuid.so 01:41:12 -- Found LIBCBOR: /usr/lib/libcbor.so 01:41:12 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 01:41:12 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 01:41:12 -- /opt/iotech/iot/1.5/include 01:41:12 -- C SDK 0.0.0 for Linux 01:41:12 -- Performing Test CSDK_HAVE_ATOMIC 01:41:12 -- Performing Test CSDK_HAVE_ATOMIC - Success 01:41:12 -- Found Curses: /usr/lib/libcurses.so 01:41:13 -- Configuring done (0.5s) 01:41:13 -- Generating done (0.0s) 01:41:13 -- Build files have been written to: /device-coap/deps/device-sdk-c-4.0.0-dev.14/build/debug 01:41:13 + + teemake debug.log 01:41:13 01:41:13 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 01:41:13 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 01:41:13 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 01:41:13 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 01:41:13 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 01:41:13 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 01:41:13 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 01:41:13 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 01:41:13 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 01:41:13 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 01:41:13 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 01:41:13 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 01:41:13 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 01:41:14 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 01:41:14 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 01:41:14 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 01:41:14 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 01:41:14 In file included from /opt/iotech/iot/1.5/include/iot/threadpool.h:15, 01:41:14 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry.h:14, 01:41:14 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/registry-impl.h:12, 01:41:14 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.h:12, 01:41:14 from /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:4: 01:41:14 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c: In function 'edgex_keeper_client_init': 01:41:14 /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=] 01:41:14 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:41:14 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:14 /opt/iotech/iot/1.5/include/iot/logger.h:185:104: note: in definition of macro 'iot_log_error' 01:41:14 185 | #define iot_log_error(l,...) if ((l) && (l)->level >= IOT_LOG_ERROR) iot_log__log ((l), IOT_LOG_ERROR, __VA_ARGS__) 01:41:14 | ^~~~~~~~~~~ 01:41:14 /device-coap/deps/device-sdk-c-4.0.0-dev.14/src/c/keeper.c:121:55: note: format string is defined here 01:41:14 121 | iot_log_error(logger, "Could not parse URL \"%s\" as a core-keeper config/registry URL"); 01:41:14 | ~^ 01:41:14 | | 01:41:14 | char * 01:41:14 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 01:41:14 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 01:41:14 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 01:41:14 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 01:41:14 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 01:41:14 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 01:41:14 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 01:41:14 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 01:41:14 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 01:41:15 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 01:41:15 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 01:41:15 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 01:41:15 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 01:41:15 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 01:41:15 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 01:41:15 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 01:41:15 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 01:41:15 [ 68%] Linking C shared library libcsdk.so 01:41:15 [ 68%] Built target csdk 01:41:15 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 01:41:15 [ 72%] Linking C executable template 01:41:15 /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) 01:41:16 [ 72%] Built target template 01:41:16 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 01:41:16 [ 76%] Linking C executable device-counter 01:41:16 /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) 01:41:16 [ 76%] Built target device-counter 01:41:16 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 01:41:16 [ 80%] Linking C executable device-random 01:41:16 /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) 01:41:16 [ 80%] Built target device-random 01:41:16 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 01:41:16 [ 84%] Linking C executable device-gyro 01:41:16 /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) 01:41:16 [ 84%] Built target device-gyro 01:41:16 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 01:41:16 [ 88%] Linking C executable device-bitfields 01:41:16 /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) 01:41:16 [ 88%] Built target device-bitfields 01:41:16 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 01:41:16 [ 92%] Linking C executable template-discovery 01:41:16 /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) 01:41:16 [ 92%] Built target template-discovery 01:41:16 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 01:41:16 [ 96%] Linking C executable device-file 01:41:16 /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) 01:41:16 [ 96%] Built target device-file 01:41:16 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 01:41:16 [100%] Linking C executable device-terminal 01:41:16 /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) 01:41:17 [100%] Built target device-terminal 01:41:17 + cp -rf include/devsdk include/edgex /usr/include/ 01:41:17 + cp build/release/c/libcsdk.so /usr/lib/ 01:41:17 + rm -rf /device-coap/deps 01:41:17 Removing intermediate container 0c463887a749 01:41:17 ---> 593f4c80818a 01:41:17 Step 13/33 : RUN /device-coap/scripts/build.sh && test -f /device-coap/build/release/device-coap 01:41:17 ---> Running in 37daf935d06f 01:41:17 + readlink -f /device-coap/scripts/build.sh 01:41:17 + dirname /device-coap/scripts/build.sh 01:41:17 + dirname /device-coap/scripts 01:41:17 + ROOT=/device-coap 01:41:17 + echo /device-coap 01:41:17 + cd /device-coap 01:41:17 + mkdir -p /device-coap/build/release 01:41:17 /device-coap 01:41:17 + cd /device-coap/build/release 01:41:17 + cmake '-DCMAKE_BUILD_TYPE=Release' /device-coap/src/c 01:41:17 -- Configuring done (0.0s) 01:41:17 -- Generating done (0.0s) 01:41:17 -- Build files have been written to: /device-coap/build/release 01:41:17 + make 01:41:17 + tee release.log 01:41:17 [ 20%] Building C object CMakeFiles/device-coap.dir/coap-client.c.o 01:41:17 In file included from /usr/include/devsdk/devsdk.h:18, 01:41:17 from /device-coap/src/c/device-coap.h:17, 01:41:17 from /device-coap/src/c/coap-client.h:21, 01:41:17 from /device-coap/src/c/coap-client.c:9: 01:41:17 /device-coap/src/c/coap-client.c: In function 'GetEndDeviceProtocolProperties': 01:41:17 /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=] 01:41:17 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~ 01:41:17 90 | strlen(end_dev_params_ptr->psk_key)); 01:41:17 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:89:55: note: format string is defined here 01:41:17 89 | iot_log_debug(sdk_ctx->lc, "COAP:PSK key len %u", 01:41:17 | ~^ 01:41:17 | | 01:41:17 | unsigned int 01:41:17 | %lu 01:41:17 /device-coap/src/c/coap-client.c: In function 'message_handler': 01:41:17 /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=] 01:41:17 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:126:63: note: format string is defined here 01:41:17 126 | iot_log_error(sdk_ctx->lc, "COAP:invalid data of len %u", len); 01:41:17 | ~^ 01:41:17 | | 01:41:17 | unsigned int 01:41:17 | %lu 01:41:17 /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=] 01:41:17 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 130 | resource->properties->type); 01:41:17 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | iot_typecode_t 01:41:17 /device-coap/src/c/coap-client.c:129:68: note: format string is defined here 01:41:17 129 | iot_log_debug(sdk_ctx->lc, "COAP: coap device resource type %d", 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 /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=] 01:41:17 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 140 | len); 01:41:17 | ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:139:71: note: format string is defined here 01:41:17 139 | iot_log_debug(sdk_ctx->lc, "COAP:coap float data=%s, len = %d", data, 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 /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=] 01:41:17 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 145 | len); 01:41:17 | ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:144:71: note: format string is defined here 01:41:17 144 | iot_log_debug(sdk_ctx->lc, "COAP:coap int32 data=%s, len = %d", data, 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 /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=] 01:41:17 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 152 | len); 01:41:17 | ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:151:70: note: format string is defined here 01:41:17 151 | iot_log_debug(sdk_ctx->lc, "COAP:coap json data=%s, len = %d", data, 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 /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=] 01:41:17 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 157 | resource->properties->type); 01:41:17 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | iot_typecode_t 01:41:17 /device-coap/src/c/coap-client.c:156:71: note: format string is defined here 01:41:17 156 | iot_log_error(sdk_ctx->lc, "COAP:unsupported resource type %d", 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 /device-coap/src/c/coap-client.c: In function 'CoapSendCommandToEndDevice': 01:41:17 /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=] 01:41:17 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:244:55: note: format string is defined here 01:41:17 244 | iot_log_debug(sdk_ctx->lc, "COAP: Data = %d, Len = %d", *post_data, len); 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 /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=] 01:41:17 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 253 | (uint8_t *)end_dev_params_ptr->psk_key, 01:41:17 254 | strlen(end_dev_params_ptr->psk_key)); 01:41:17 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:252:67: note: format string is defined here 01:41:17 252 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 /device-coap/src/c/coap-client.c: In function 'CoapGetRequestToEndDevice': 01:41:17 /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=] 01:41:17 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 352 | (uint8_t *)end_dev_params_ptr->psk_key, 01:41:17 353 | strlen(end_dev_params_ptr->psk_key)); 01:41:17 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-client.c:351:67: note: format string is defined here 01:41:17 351 | iot_log_debug(sdk_ctx->lc, "COAP-client:ED psk key = %s, len=%d", 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:17 | %ld 01:41:17 [ 40%] Building C object CMakeFiles/device-coap.dir/coap-server.c.o 01:41:17 In file included from /usr/include/devsdk/devsdk.h:18, 01:41:17 from /usr/include/edgex/devices.h:17, 01:41:17 from /device-coap/src/c/coap-server.c:22: 01:41:17 /device-coap/src/c/coap-server.c: In function 'data_handler': 01:41:17 /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=] 01:41:17 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:17 | | 01:41:17 | size_t {aka long unsigned int} 01:41:17 /device-coap/src/c/coap-server.c:82:54: note: format string is defined here 01:41:17 82 | iot_log_info (sdk_ctx->lc, "invalid data of len %u", len); 01:41:17 | ~^ 01:41:17 | | 01:41:17 | unsigned int 01:41:17 | %lu 01:41:17 /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=] 01:41:17 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); 01:41:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:17 | | 01:41:17 | iot_typecode_t 01:41:17 /device-coap/src/c/coap-server.c:128:65: note: format string is defined here 01:41:17 128 | iot_log_error (sdk_ctx->lc, "unsupported resource type %d", resource->properties->type); 01:41:17 | ~^ 01:41:17 | | 01:41:17 | int 01:41:18 [ 60%] Building C object CMakeFiles/device-coap.dir/coap-util.c.o 01:41:18 In file included from /usr/include/devsdk/devsdk.h:18, 01:41:18 from /device-coap/src/c/coap-util.h:18, 01:41:18 from /device-coap/src/c/coap-util.c:9: 01:41:18 /device-coap/src/c/coap-util.c: In function 'read_data_float64': 01:41:18 /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=] 01:41:18 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:41:18 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:18 | | 01:41:18 | size_t {aka long unsigned int} 01:41:18 /device-coap/src/c/coap-util.c:63:56: note: format string is defined here 01:41:18 63 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:41:18 | ~^ 01:41:18 | | 01:41:18 | unsigned int 01:41:18 | %lu 01:41:18 /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=] 01:41:18 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:41:18 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:18 | | 01:41:18 | size_t {aka long unsigned int} 01:41:18 /device-coap/src/c/coap-util.c:76:56: note: format string is defined here 01:41:18 76 | iot_log_info(sdk_ctx->lc, "invalid float64 of len %u", len); 01:41:18 | ~^ 01:41:18 | | 01:41:18 | unsigned int 01:41:18 | %lu 01:41:18 /device-coap/src/c/coap-util.c: In function 'read_data_int32': 01:41:18 /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=] 01:41:18 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:41:18 | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:18 | | 01:41:18 | size_t {aka long unsigned int} 01:41:18 /device-coap/src/c/coap-util.c:87:54: note: format string is defined here 01:41:18 87 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:41:18 | ~^ 01:41:18 | | 01:41:18 | unsigned int 01:41:18 | %lu 01:41:18 /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=] 01:41:18 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:41:18 | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 01:41:18 | | 01:41:18 | size_t {aka long unsigned int} 01:41:18 /device-coap/src/c/coap-util.c:102:54: note: format string is defined here 01:41:18 102 | iot_log_info(sdk_ctx->lc, "invalid int32 of len %u", len); 01:41:18 | ~^ 01:41:18 | | 01:41:18 | unsigned int 01:41:18 | %lu 01:41:18 [ 80%] Building C object CMakeFiles/device-coap.dir/device-coap.c.o 01:41:18 In file included from /usr/include/devsdk/devsdk.h:18, 01:41:18 from /device-coap/src/c/device-coap.h:17, 01:41:18 from /device-coap/src/c/device-coap.c:10: 01:41:18 /device-coap/src/c/device-coap.c: In function 'coap_get_handler': 01:41:18 /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=] 01:41:18 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", 01:41:18 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:18 131 | requests[i].resource->type); 01:41:18 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:41:18 | | 01:41:18 | iot_typecode_t 01:41:18 /device-coap/src/c/device-coap.c:130:69: note: format string is defined here 01:41:18 130 | iot_log_debug(driver->lc, "COAP:Triggering Get events req type=%d\n", 01:41:18 | ~^ 01:41:18 | | 01:41:18 | int 01:41:18 [100%] Linking C executable device-coap 01:41:18 /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) 01:41:18 [100%] Built target device-coap 01:41:18 Removing intermediate container 37daf935d06f 01:41:18 ---> 36e46f7dd663 01:41:18 Step 14/33 : FROM ${BASE} 01:41:18 ---> 8870b2fd20c5 01:41:18 Step 15/33 : RUN apk add --update --no-cache dumb-init 01:41:18 ---> Running in 84044a4c12de 01:41:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:41:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:41:19 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:41:19 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:41:19 OK: 337 MiB in 103 packages 01:41:20 Removing intermediate container 84044a4c12de 01:41:20 ---> 834def43775c 01:41:20 Step 16/33 : RUN apk --no-cache upgrade 01:41:20 ---> Running in dc0a0640744d 01:41:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:41:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:41:20 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:41:20 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:41:20 OK: 337 MiB in 103 packages 01:41:21 Removing intermediate container dc0a0640744d 01:41:21 ---> 1f686258948c 01:41:21 Step 17/33 : WORKDIR / 01:41:21 ---> Running in 3ee63bb1c9bf 01:41:21 Removing intermediate container 3ee63bb1c9bf 01:41:21 ---> 50a52e7fb72a 01:41:21 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 01:41:21 ---> Running in f5b98d34e38c 01:41:21 Connecting to iotech.jfrog.io (54.73.4.50:443) 01:41:21 saving to '/etc/apk/keys/alpine.dev.rsa.pub' 01:41:21 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA 01:41:21 '/etc/apk/keys/alpine.dev.rsa.pub' saved 01:41:22 Removing intermediate container f5b98d34e38c 01:41:22 ---> 75dad32c21df 01:41:22 Step 19/33 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main' >> /etc/apk/repositories 01:41:22 ---> Running in 1a85c547b92b 01:41:22 Removing intermediate container 1a85c547b92b 01:41:22 ---> 544ff1520f46 01:41:22 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 01:41:22 ---> Running in d8af3f1484ed 01:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:41:23 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.20/main/x86_64/APKINDEX.tar.gz 01:41:24 WARNING: This apk-tools is OLD! Some packages might not function properly. 01:41:24 (1/1) Installing curl (8.11.1-r0) 01:41:24 Executing busybox-1.36.1-r7.trigger 01:41:24 OK: 337 MiB in 104 packages 01:41:24 Removing intermediate container d8af3f1484ed 01:41:24 ---> 475ff7a9190b 01:41:24 Step 21/33 : COPY --from=builder /device-coap/build/release/device-coap / 01:41:24 ---> 8dd9b34bdaef 01:41:24 Step 22/33 : COPY --from=builder /usr/local/lib/libcoap-2.so /usr/local/lib/ 01:41:25 ---> efed9d445cfb 01:41:25 Step 23/33 : COPY --from=builder /usr/local/include/coap2 /usr/local/include/coap2 01:41:25 ---> a0c657fdc4a5 01:41:25 Step 24/33 : COPY --from=builder /usr/local/lib/libtinydtls.so /usr/local/lib/ 01:41:25 ---> 46fd993b9b19 01:41:25 Step 25/33 : COPY --from=builder /usr/lib/libcsdk.so /usr/lib 01:41:25 ---> bd456f492817 01:41:25 Step 26/33 : COPY LICENSE / 01:41:25 ---> d958e282b65b 01:41:25 Step 27/33 : COPY Attribution.txt / 01:41:25 ---> 949998d22675 01:41:25 Step 28/33 : COPY res /res 01:41:25 ---> ab480c87d2ce 01:41:25 Step 29/33 : ENTRYPOINT ["/device-coap"] 01:41:26 ---> Running in 16eb7da06c12 01:41:26 Removing intermediate container 16eb7da06c12 01:41:26 ---> 32b6d30f1c05 01:41:26 Step 30/33 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:41:26 ---> Running in 5ac0110a15a0 01:41:26 Removing intermediate container 5ac0110a15a0 01:41:26 ---> 1bf2e6c4a196 01:41:26 Step 31/33 : LABEL arch=amd64 01:41:26 ---> Running in 267781d6fb1e 01:41:26 Removing intermediate container 267781d6fb1e 01:41:26 ---> dcbddc784d8d 01:41:26 Step 32/33 : LABEL git_sha=73566779ecb7c2791a9b059944f45d3dd8a18193 01:41:26 ---> Running in 070fab031a44 01:41:26 Removing intermediate container 070fab031a44 01:41:26 ---> 23d981679b9f 01:41:26 Step 33/33 : LABEL version=0.0.0 01:41:26 ---> Running in ea922f520153 01:41:26 Removing intermediate container ea922f520153 01:41:26 ---> 83ab8f5e2954 01:41:26 [Warning] One or more build-args [ARCH MAKE] were not consumed 01:41:26 Successfully built 83ab8f5e2954 01:41:26 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 01:41:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:41:27 01:41:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:41:27 latest: Pulling from edgex-lftools-log-publisher 01:41:27 5eb5b503b376: Pulling fs layer 01:41:27 5c69ac0246d0: Pulling fs layer 01:41:27 ec43610c2a17: Pulling fs layer 01:41:27 3a2ae6a8a46f: Pulling fs layer 01:41:27 33b1e0a273af: Pulling fs layer 01:41:27 5d3b04190fa2: Pulling fs layer 01:41:27 2f39f015ded8: Pulling fs layer 01:41:27 33b1e0a273af: Waiting 01:41:27 5d3b04190fa2: Waiting 01:41:27 2f39f015ded8: Waiting 01:41:27 3a2ae6a8a46f: Waiting 01:41:27 5c69ac0246d0: Verifying Checksum 01:41:27 5c69ac0246d0: Download complete 01:41:27 3a2ae6a8a46f: Download complete 01:41:27 33b1e0a273af: Verifying Checksum 01:41:27 33b1e0a273af: Download complete 01:41:27 5d3b04190fa2: Download complete 01:41:27 ec43610c2a17: Verifying Checksum 01:41:27 ec43610c2a17: Download complete 01:41:28 5eb5b503b376: Verifying Checksum 01:41:28 5eb5b503b376: Download complete 01:41:28 2f39f015ded8: Verifying Checksum 01:41:28 2f39f015ded8: Download complete 01:41:29 5eb5b503b376: Pull complete 01:41:29 5c69ac0246d0: Pull complete 01:41:29 ec43610c2a17: Pull complete 01:41:30 3a2ae6a8a46f: Pull complete 01:41:30 33b1e0a273af: Pull complete 01:41:30 5d3b04190fa2: Pull complete 01:41:34 2f39f015ded8: Pull complete 01:41:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:41:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:41:34 prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container 01:41:34 $ 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 01:41:39 $ docker top 7b5ca200df795f1a4a28c317c2f7cfdb38b37034b197de5eeb2b2449e7054e5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:41:40 ---> job-cost.sh 01:41:40 lf-activate-venv: SKIPPING 01:41:40 INFO: No Stack... 01:41:41 INFO: Retrieving Pricing Info for: v3-standard-8 01:41:41 INFO: Archiving Costs [Pipeline] sh 01:41:41 + cat /w/workspace/edgexfoundry_device-coap-c_PR-61/archives/cost.csv 01:41:41 + cut -d, -f6 [Pipeline] lock 01:41:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] 01:41:41 Resource [jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] did not exist. Created. 01:41:41 Lock acquired on [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:41:42 + echo total: 0.2199999988079071 [Pipeline] stash 01:41:42 Stashed 1 file(s) [Pipeline] } 01:41:42 Lock released on resource [Resource: jenkins-edgexfoundry-device-coap-c-PR-61-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:41:42 $ docker stop --time=1 7b5ca200df795f1a4a28c317c2f7cfdb38b37034b197de5eeb2b2449e7054e5c 01:41:43 $ 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 01:41:45 + [ -d /w/workspace/edgexfoundry_device-coap-c_PR-61/archives ] 01:41:45 + ls -al /w/workspace/edgexfoundry_device-coap-c_PR-61/archives 01:41:45 total 16 01:41:45 drwxr-xr-x 3 root root 4096 Jan 14 01:41 . 01:41:45 drwxrwxr-x 9 jenkins jenkins 4096 Jan 14 01:41 .. 01:41:45 drwxr-xr-x 2 root root 4096 Jan 14 01:41 cost 01:41:45 -rw-r--r-- 1 root root 84 Jan 14 01:41 cost.csv 01:41:45 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-coap-c_PR-61/archives 01:41:45 + ls -al /w/workspace/edgexfoundry_device-coap-c_PR-61/archives 01:41:45 total 16 01:41:45 drwxr-xr-x 3 jenkins jenkins 4096 Jan 14 01:41 . 01:41:45 drwxrwxr-x 9 jenkins jenkins 4096 Jan 14 01:41 .. 01:41:45 drwxr-xr-x 2 jenkins jenkins 4096 Jan 14 01:41 cost 01:41:45 -rw-r--r-- 1 jenkins jenkins 84 Jan 14 01:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:41:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:41:46 ---> package-listing.sh 01:41:46 ++ facter osfamily 01:41:46 ++ tr '[:upper:]' '[:lower:]' 01:41:46 + OS_FAMILY=debian 01:41:46 + workspace=/w/workspace/edgexfoundry_device-coap-c_PR-61 01:41:46 + START_PACKAGES=/tmp/packages_start.txt 01:41:46 + END_PACKAGES=/tmp/packages_end.txt 01:41:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:41:46 + PACKAGES=/tmp/packages_start.txt 01:41:46 + '[' /w/workspace/edgexfoundry_device-coap-c_PR-61 ']' 01:41:46 + PACKAGES=/tmp/packages_end.txt 01:41:46 + case "${OS_FAMILY}" in 01:41:46 + dpkg -l 01:41:46 + grep '^ii' 01:41:46 + '[' -f /tmp/packages_start.txt ']' 01:41:46 + '[' -f /tmp/packages_end.txt ']' 01:41:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:41:46 + '[' /w/workspace/edgexfoundry_device-coap-c_PR-61 ']' 01:41:46 + mkdir -p /w/workspace/edgexfoundry_device-coap-c_PR-61/archives/ 01:41:46 + 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 01:41:46 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 01:41:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:41:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:41:47 prd-ubuntu20.04-docker-8c-8g-36661 does not seem to be running inside a container 01:41:48 $ 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 01:41:48 $ docker top 4b8ab8bf34faad0e76fbe786645d3cb26936e6b15917f8b2a1d21ab4ac414590 -eo pid,comm [Pipeline] { [Pipeline] sh 01:41:48 + touch /tmp/pre-build-complete [Pipeline] sh 01:41:49 + mkdir -p /var/log/sysstat [Pipeline] sh 01:41:49 + ls /var/log/sa-host 01:41:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:41:49 provisioning config files... 01:41:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-coap-c_PR-61@tmp/config13976159370915490284tmp [Pipeline] { [Pipeline] echo 01:41:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:41:49 ---> create-netrc.sh [Pipeline] } 01:41:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:41:50 ---> python-tools-install.sh [Pipeline] echo 01:41:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:41:50 ---> sudo-logs.sh 01:41:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:41:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:41:51 ---> job-cost.sh 01:41:51 lf-activate-venv: SKIPPING 01:41:51 DEBUG: total: 0.2199999988079071 01:41:51 INFO: Retrieving Stack Cost... 01:41:51 INFO: Retrieving Pricing Info for: v3-standard-8 01:41:51 INFO: Archiving Costs [Pipeline] echo 01:41:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:41:51 ---> logs-deploy.sh 01:41:51 lf-activate-venv: SKIPPING 01:41:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-coap-c/PR-61/1 01:41:51 INFO: archiving workspace using pattern(s): 01:41:52 Archives upload complete. 01:41:52 INFO: archiving logs to Nexus 01:41:53 ---> uname -a: 01:41:53 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 01:41:53 01:41:53 01:41:53 ---> lscpu: 01:41:53 Architecture: x86_64 01:41:53 CPU op-mode(s): 32-bit, 64-bit 01:41:53 Byte Order: Little Endian 01:41:53 Address sizes: 40 bits physical, 48 bits virtual 01:41:53 CPU(s): 8 01:41:53 On-line CPU(s) list: 0-7 01:41:53 Thread(s) per core: 1 01:41:53 Core(s) per socket: 1 01:41:53 Socket(s): 8 01:41:53 NUMA node(s): 1 01:41:53 Vendor ID: AuthenticAMD 01:41:53 CPU family: 23 01:41:53 Model: 49 01:41:53 Model name: AMD EPYC-Rome Processor 01:41:53 Stepping: 0 01:41:53 CPU MHz: 2800.000 01:41:53 BogoMIPS: 5600.00 01:41:53 Virtualization: AMD-V 01:41:53 Hypervisor vendor: KVM 01:41:53 Virtualization type: full 01:41:53 L1d cache: 256 KiB 01:41:53 L1i cache: 256 KiB 01:41:53 L2 cache: 4 MiB 01:41:53 L3 cache: 128 MiB 01:41:53 NUMA node0 CPU(s): 0-7 01:41:53 Vulnerability Itlb multihit: Not affected 01:41:53 Vulnerability L1tf: Not affected 01:41:53 Vulnerability Mds: Not affected 01:41:53 Vulnerability Meltdown: Not affected 01:41:53 Vulnerability Mmio stale data: Not affected 01:41:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:41:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:41:53 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:41:53 Vulnerability Srbds: Not affected 01:41:53 Vulnerability Tsx async abort: Not affected 01:41:53 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 01:41:53 01:41:53 01:41:53 ---> nproc: 01:41:53 8 01:41:53 01:41:53 01:41:53 ---> df -h: 01:41:53 Filesystem Size Used Avail Use% Mounted on 01:41:53 overlay 155G 11G 145G 7% / 01:41:53 tmpfs 64M 0 64M 0% /dev 01:41:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:41:53 shm 64M 0 64M 0% /dev/shm 01:41:53 /dev/vda1 155G 11G 145G 7% /facter-os 01:41:53 01:41:53