Pull request #343 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 63d298beb62aade60f789e0b5cf9463f6e62bdf2+a1bd3e4e984760685c7a391cc08f5a8ab2e71757 (f0d47a72c997cdf470423090ed28d1d02a7b3c41) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4078’ Running on prd-centos7-docker-4c-2g-4081 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_PR-343 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 63d298beb62aade60f789e0b5cf9463f6e62bdf2 Merge succeeded, producing 63d298beb62aade60f789e0b5cf9463f6e62bdf2 Checking out Revision 63d298beb62aade60f789e0b5cf9463f6e62bdf2 (PR-343) > git config core.sparsecheckout # timeout=10 > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # 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 a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # timeout=10 Commit message: "refactor: Use async client library for MQTT (#258)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T13:55:10.955Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T13:55:11.048Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T13:55:11.073Z] ========================================================= [2021-05-10T13:55:11.073Z] EdgeX Global Pipelines Version Info [2021-05-10T13:55:11.073Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 [2021-05-10T13:55:13.085Z] ------------------- [2021-05-10T13:55:13.085Z] stable info: [2021-05-10T13:55:13.085Z] ------------------- [2021-05-10T13:55:13.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T13:55:13.085Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:55:13.085Z] Message: update stable to v1.0.191 [2021-05-10T13:55:13.661Z] ------------------- [2021-05-10T13:55:13.661Z] experimental info: [2021-05-10T13:55:13.661Z] ------------------- [2021-05-10T13:55:13.661Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T13:55:13.661Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:55:13.661Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T13:55:13.783Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-05-10T13:55:13.803Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-05-10T13:55:13.822Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T13:55:13.841Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T13:55:13.860Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T13:55:13.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-05-10T13:55:13.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-05-10T13:55:13.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-05-10T13:55:13.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T13:55:13.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2021-05-10T13:55:13.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T13:55:14.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T13:55:14.036Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T13:55:14.054Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T13:55:14.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T13:55:14.093Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T13:55:14.114Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T13:55:14.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-343 [Pipeline] echo [2021-05-10T13:55:14.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-343 [Pipeline] echo [2021-05-10T13:55:14.177Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-343 [Pipeline] echo [2021-05-10T13:55:14.197Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63d298beb62aade60f789e0b5cf9463f6e62bdf2 [Pipeline] echo [2021-05-10T13:55:14.257Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63d298b [Pipeline] echo [2021-05-10T13:55:14.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:55:14.351Z] provisioning config files... [2021-05-10T13:55:14.387Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/config2448901735546564282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:55:14.716Z] ---> docker-login.sh [2021-05-10T13:55:14.716Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:55:14.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:55:15.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:55:15.246Z] Configure a credential helper to remove this warning. See [2021-05-10T13:55:15.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:55:15.246Z] [2021-05-10T13:55:15.246Z] Login Succeeded [2021-05-10T13:55:15.246Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:55:15.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:55:15.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:55:15.511Z] Configure a credential helper to remove this warning. See [2021-05-10T13:55:15.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:55:15.511Z] [2021-05-10T13:55:15.511Z] Login Succeeded [2021-05-10T13:55:15.511Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:55:15.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:55:15.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:55:15.511Z] Configure a credential helper to remove this warning. See [2021-05-10T13:55:15.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:55:15.511Z] [2021-05-10T13:55:15.511Z] Login Succeeded [2021-05-10T13:55:15.511Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:55:15.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:55:15.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:55:15.773Z] Configure a credential helper to remove this warning. See [2021-05-10T13:55:15.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:55:15.773Z] [2021-05-10T13:55:15.773Z] Login Succeeded [2021-05-10T13:55:15.773Z] docker.io [2021-05-10T13:55:16.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:55:16.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:55:16.608Z] Configure a credential helper to remove this warning. See [2021-05-10T13:55:16.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:55:16.608Z] [2021-05-10T13:55:16.608Z] Login Succeeded [2021-05-10T13:55:16.608Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:55:16.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:55:17.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:55:17.319Z] [2021-05-10T13:55:17.319Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:55:17.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:55:17.637Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T13:55:17.637Z] 31603596830f: Pulling fs layer [2021-05-10T13:55:17.637Z] 54011a49482f: Pulling fs layer [2021-05-10T13:55:17.637Z] a6820b24f6d8: Pulling fs layer [2021-05-10T13:55:17.637Z] f581987b2513: Pulling fs layer [2021-05-10T13:55:17.637Z] f581987b2513: Waiting [2021-05-10T13:55:17.637Z] 54011a49482f: Verifying Checksum [2021-05-10T13:55:17.637Z] 54011a49482f: Download complete [2021-05-10T13:55:18.214Z] f581987b2513: Verifying Checksum [2021-05-10T13:55:18.214Z] f581987b2513: Download complete [2021-05-10T13:55:18.214Z] 31603596830f: Verifying Checksum [2021-05-10T13:55:18.214Z] 31603596830f: Download complete [2021-05-10T13:55:18.214Z] a6820b24f6d8: Verifying Checksum [2021-05-10T13:55:18.214Z] a6820b24f6d8: Download complete [2021-05-10T13:55:18.476Z] 31603596830f: Pull complete [2021-05-10T13:55:18.741Z] 54011a49482f: Pull complete [2021-05-10T13:55:19.693Z] a6820b24f6d8: Pull complete [2021-05-10T13:55:19.970Z] f581987b2513: Pull complete [2021-05-10T13:55:19.970Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T13:55:19.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:55:19.970Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T13:55:20.221Z] prd-centos7-docker-4c-2g-4081 does not seem to be running inside a container [2021-05-10T13:55:20.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-343 -v /w/workspace/edgexfoundry_device-sdk-c_PR-343:/w/workspace/edgexfoundry_device-sdk-c_PR-343:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T13:55:23.108Z] $ docker top 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T13:55:23.285Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:55:23.285Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:55:23.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:55:23.549Z] $ docker exec 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e ssh-agent [2021-05-10T13:55:23.769Z] SSH_AUTH_SOCK=/tmp/ssh-XBFrNrhbajFw/agent.13 [2021-05-10T13:55:23.769Z] SSH_AGENT_PID=18 [2021-05-10T13:55:23.784Z] Running ssh-add (command line suppressed) [2021-05-10T13:55:23.924Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_5516008633428322397.key (/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_5516008633428322397.key) [2021-05-10T13:55:23.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:55:24.302Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T13:55:24.384Z] $ docker exec --env ******** --env ******** 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e ssh-agent -k [2021-05-10T13:55:24.538Z] unset SSH_AUTH_SOCK; [2021-05-10T13:55:24.538Z] unset SSH_AGENT_PID; [2021-05-10T13:55:24.538Z] echo Agent pid 18 killed; [2021-05-10T13:55:24.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T13:55:24.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:55:24.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:55:24.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:55:24.838Z] $ docker exec 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e ssh-agent [2021-05-10T13:55:25.024Z] SSH_AUTH_SOCK=/tmp/ssh-V7KYYPKyr1wS/agent.47 [2021-05-10T13:55:25.024Z] SSH_AGENT_PID=52 [2021-05-10T13:55:25.031Z] Running ssh-add (command line suppressed) [2021-05-10T13:55:25.164Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_4514411665532932401.key (/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_4514411665532932401.key) [2021-05-10T13:55:25.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:55:25.530Z] + git semver init [2021-05-10T13:55:25.530Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T13:55:25.530Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-343/.git [2021-05-10T13:55:25.530Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-343 [2021-05-10T13:55:25.530Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T13:55:25.530Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T13:55:25.530Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T13:55:25.530Z] # $SEMVER_BRANCH = PR-343 [2021-05-10T13:55:25.530Z] # $SEMVER_TEMP = /tmp/semver-513256991 [2021-05-10T13:55:25.530Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-05-10T13:55:26.489Z] # '/tmp/semver-513256991' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-343/.semver' [2021-05-10T13:55:26.489Z] # -> Force: false [2021-05-10T13:55:26.489Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-343/.semver [Pipeline] } [2021-05-10T13:55:26.504Z] $ docker exec --env ******** --env ******** 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e ssh-agent -k [2021-05-10T13:55:26.633Z] unset SSH_AUTH_SOCK; [2021-05-10T13:55:26.634Z] unset SSH_AGENT_PID; [2021-05-10T13:55:26.634Z] echo Agent pid 52 killed; [2021-05-10T13:55:26.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T13:55:27.019Z] + git semver [Pipeline] } [2021-05-10T13:55:27.041Z] $ docker stop --time=1 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e [2021-05-10T13:55:28.477Z] $ docker rm -f 2f6aae7f74b5555402cdfe1d11e7666a6dd366ee6750b1a908f4aa9a4f658e6e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T13:55:28.874Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T13:55:29.274Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T13:55:29.277Z] [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) [Pipeline] node [Pipeline] node [2021-05-10T13:55:44.415Z] Still waiting to schedule task [2021-05-10T13:55:44.415Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T13:55:44.420Z] Still waiting to schedule task [2021-05-10T13:55:44.420Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T13:57:49.751Z] Running on prd-centos7-docker-4c-2g-4084 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [Pipeline] { [Pipeline] ws [2021-05-10T13:57:49.767Z] Running in /w/workspace/device-sdk-c/4 [Pipeline] { [Pipeline] checkout [2021-05-10T13:57:52.787Z] using credential edgex-jenkins-ssh [2021-05-10T13:57:52.822Z] Cloning the remote Git repository [2021-05-10T13:57:52.848Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:57:52.921Z] > git init /w/workspace/device-sdk-c/4 # timeout=10 [2021-05-10T13:57:53.005Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:57:53.006Z] > git --version # timeout=10 [2021-05-10T13:57:53.012Z] > git --version # 'git version 2.24.3' [2021-05-10T13:57:53.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:57:53.039Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:57:53.940Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-10T13:57:53.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:57:53.967Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-10T13:57:53.984Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:57:53.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:57:53.989Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T13:57:54.532Z] Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T13:57:54.645Z] Merge succeeded, producing 63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T13:57:54.645Z] Checking out Revision 63d298beb62aade60f789e0b5cf9463f6e62bdf2 (PR-343) [2021-05-10T13:57:54.546Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:57:54.555Z] > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # timeout=10 [2021-05-10T13:57:54.611Z] > git remote # timeout=10 [2021-05-10T13:57:54.618Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T13:57:54.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:57:54.631Z] > git merge a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 [2021-05-10T13:57:54.641Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T13:57:54.650Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:57:54.655Z] > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # timeout=10 [2021-05-10T13:57:58.400Z] Commit message: "refactor: Use async client library for MQTT (#258)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T13:57:59.524Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:57:59.887Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:58:00.192Z] + true [2021-05-10T13:58:00.192Z] + sudo service docker restart [2021-05-10T13:58:00.192Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:58:01.635Z] provisioning config files... [2021-05-10T13:58:01.668Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/4@tmp/config4049866385441491717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:58:02.029Z] ---> docker-login.sh [2021-05-10T13:58:02.029Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:58:02.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:58:02.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:58:02.628Z] Configure a credential helper to remove this warning. See [2021-05-10T13:58:02.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:58:02.628Z] [2021-05-10T13:58:02.628Z] Login Succeeded [2021-05-10T13:58:02.628Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:58:02.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:58:02.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:58:02.894Z] Configure a credential helper to remove this warning. See [2021-05-10T13:58:02.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:58:02.894Z] [2021-05-10T13:58:02.894Z] Login Succeeded [2021-05-10T13:58:02.894Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:58:02.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:58:03.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:58:03.158Z] Configure a credential helper to remove this warning. See [2021-05-10T13:58:03.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:58:03.158Z] [2021-05-10T13:58:03.158Z] Login Succeeded [2021-05-10T13:58:03.158Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:58:03.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:58:03.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:58:03.158Z] Configure a credential helper to remove this warning. See [2021-05-10T13:58:03.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:58:03.158Z] [2021-05-10T13:58:03.158Z] Login Succeeded [2021-05-10T13:58:03.158Z] docker.io [2021-05-10T13:58:03.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:58:03.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:58:03.684Z] Configure a credential helper to remove this warning. See [2021-05-10T13:58:03.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:58:03.684Z] [2021-05-10T13:58:03.684Z] Login Succeeded [2021-05-10T13:58:03.684Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:58:03.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T13:58:03.890Z] ========================================================= [2021-05-10T13:58:03.890Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-05-10T13:58:03.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:04.199Z] + 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 . [2021-05-10T13:58:04.463Z] Sending build context to Docker daemon 2.642MB [2021-05-10T13:58:04.463Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-10T13:58:04.463Z] Step 2/25 : FROM ${BASE} as builder [2021-05-10T13:58:04.463Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-05-10T13:58:04.463Z] e7c96db7181b: Pulling fs layer [2021-05-10T13:58:04.463Z] 4c13bbce0fe7: Pulling fs layer [2021-05-10T13:58:04.463Z] 6059c847ac2f: Pulling fs layer [2021-05-10T13:58:04.463Z] 4c13bbce0fe7: Verifying Checksum [2021-05-10T13:58:04.463Z] 4c13bbce0fe7: Download complete [2021-05-10T13:58:04.751Z] e7c96db7181b: Verifying Checksum [2021-05-10T13:58:04.751Z] e7c96db7181b: Download complete [2021-05-10T13:58:05.018Z] e7c96db7181b: Pull complete [2021-05-10T13:58:05.018Z] 4c13bbce0fe7: Pull complete [2021-05-10T13:58:06.958Z] 6059c847ac2f: Verifying Checksum [2021-05-10T13:58:06.958Z] 6059c847ac2f: Download complete [2021-05-10T13:58:12.306Z] 6059c847ac2f: Pull complete [2021-05-10T13:58:12.306Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-05-10T13:58:12.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-05-10T13:58:12.306Z] ---> 5eabd8fd8ba2 [2021-05-10T13:58:12.306Z] Step 3/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T13:58:13.730Z] ---> Running in d35536402417 [2021-05-10T13:58:14.686Z] Connecting to iotech.jfrog.io (52.213.233.120:443) [2021-05-10T13:58:14.950Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-10T13:58:14.950Z] [2021-05-10T13:58:15.530Z] Removing intermediate container d35536402417 [2021-05-10T13:58:15.530Z] ---> 9b151ddd2914 [2021-05-10T13:58:15.530Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T13:58:15.530Z] ---> Running in 08f04df8e9f8 [2021-05-10T13:58:16.939Z] Removing intermediate container 08f04df8e9f8 [2021-05-10T13:58:16.939Z] ---> 611ac71d8ccb [2021-05-10T13:58:16.939Z] Step 5/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev paho-mqtt-c-dev hiredis-dev [2021-05-10T13:58:16.939Z] ---> Running in 6ca582111163 [2021-05-10T13:58:17.203Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:58:18.599Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:58:19.990Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-10T13:58:20.567Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-10T13:58:20.567Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-10T13:58:20.830Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-10T13:58:21.113Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-10T13:58:22.506Z] (5/11) Installing libuuid (2.33-r0) [2021-05-10T13:58:22.506Z] (6/11) Installing libblkid (2.33-r0) [2021-05-10T13:58:23.080Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-10T13:58:23.654Z] (8/11) Installing libmount (2.33-r0) [2021-05-10T13:58:23.917Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-10T13:58:24.522Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-10T13:58:26.449Z] (11/11) Installing wget (1.20.3-r0) [2021-05-10T13:58:26.712Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T13:58:26.712Z] OK: 273 MiB in 86 packages [2021-05-10T13:58:27.301Z] Removing intermediate container 6ca582111163 [2021-05-10T13:58:27.301Z] ---> 7382078b544e [2021-05-10T13:58:27.301Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-10T13:58:27.572Z] ---> Running in d0d3d9ec74f5 [2021-05-10T13:58:27.849Z] Removing intermediate container d0d3d9ec74f5 [2021-05-10T13:58:27.849Z] ---> 52a0b4a6521b [2021-05-10T13:58:27.849Z] Step 7/25 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2021-05-10T13:58:27.849Z] ---> Running in bdbbc74902b9 [2021-05-10T13:58:28.432Z] --2021-05-10 13:58:28-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-10T13:58:28.432Z] Resolving github.com... 140.82.114.4 [2021-05-10T13:58:28.432Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-10T13:58:28.695Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T13:58:28.695Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-10T13:58:28.695Z] --2021-05-10 13:58:28-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-10T13:58:28.695Z] Resolving codeload.github.com... 140.82.114.9 [2021-05-10T13:58:28.695Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2021-05-10T13:58:28.695Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T13:58:28.695Z] Length: unspecified [application/x-gzip] [2021-05-10T13:58:28.695Z] Saving to: 'STDOUT' [2021-05-10T13:58:28.695Z] [2021-05-10T13:58:28.695Z] 0K .......... .......... .......... .......... .......... 1.13M [2021-05-10T13:58:28.960Z] 50K .......... .......... .......... .......... .......... 2.32M [2021-05-10T13:58:28.960Z] 100K .......... .......... .......... .......... .......... 28.9M [2021-05-10T13:58:28.960Z] 150K .......... .......... .......... .......... .......... 41.7M [2021-05-10T13:58:28.960Z] 200K .......... .......... .......... .......... .......... 2.32M [2021-05-10T13:58:28.960Z] 250K .......... .......... .......... .......... .......... 5.60M [2021-05-10T13:58:28.960Z] 300K .......... .......... .......... .......... .......... 7.89M [2021-05-10T13:58:28.960Z] 350K .......... .......... .......... .......... .......... 7.30M [2021-05-10T13:58:28.960Z] 400K .......... .......... .......... .......... .......... 5.51M [2021-05-10T13:58:28.960Z] 450K .......... .......... .......... .......... .......... 5.60M [2021-05-10T13:58:28.960Z] 500K .......... .......... .......... .......... .......... 19.2M [2021-05-10T13:58:28.960Z] 550K .......... .......... .......... .......... .......... 1.92M [2021-05-10T13:58:28.960Z] 600K .......... .......... .......... .......... .......... 2.20M [2021-05-10T13:58:28.960Z] 650K .......... .......... .......... .......... .......... 3.14M [2021-05-10T13:58:28.960Z] 700K .. 19.4M=0.2s [2021-05-10T13:58:28.960Z] [2021-05-10T13:58:28.961Z] 2021-05-10 13:58:28 (3.55 MB/s) - written to stdout [719348] [2021-05-10T13:58:28.961Z] [2021-05-10T13:58:29.223Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T13:58:29.223Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-10T13:58:29.223Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T13:58:29.486Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T13:58:29.486Z] -- Detecting C compiler ABI info [2021-05-10T13:58:29.486Z] -- Detecting C compiler ABI info - done [2021-05-10T13:58:29.486Z] -- Detecting C compile features [2021-05-10T13:58:29.749Z] -- Detecting C compile features - done [2021-05-10T13:58:29.749Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-10T13:58:29.749Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-10T13:58:29.749Z] -- Detecting CXX compiler ABI info [2021-05-10T13:58:30.011Z] -- Detecting CXX compiler ABI info - done [2021-05-10T13:58:30.011Z] -- Detecting CXX compile features [2021-05-10T13:58:30.592Z] -- Detecting CXX compile features - done [2021-05-10T13:58:30.592Z] -- Looking for include file endian.h [2021-05-10T13:58:30.592Z] -- Looking for include file endian.h - found [2021-05-10T13:58:30.592Z] -- Check if the system is big endian [2021-05-10T13:58:30.592Z] -- Searching 16 bit integer [2021-05-10T13:58:30.592Z] -- Looking for sys/types.h [2021-05-10T13:58:30.592Z] -- Looking for sys/types.h - found [2021-05-10T13:58:30.592Z] -- Looking for stdint.h [2021-05-10T13:58:30.855Z] -- Looking for stdint.h - found [2021-05-10T13:58:30.855Z] -- Looking for stddef.h [2021-05-10T13:58:30.855Z] -- Looking for stddef.h - found [2021-05-10T13:58:30.855Z] -- Check size of unsigned short [2021-05-10T13:58:30.855Z] -- Check size of unsigned short - done [2021-05-10T13:58:30.855Z] -- Using unsigned short [2021-05-10T13:58:31.119Z] -- Check if the system is big endian - little endian [2021-05-10T13:58:31.119Z] -- Check size of size_t [2021-05-10T13:58:31.119Z] -- Check size of size_t - done [2021-05-10T13:58:31.119Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-10T13:58:31.119Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-10T13:58:31.119Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-10T13:58:31.119Z] CMake did not find one. [2021-05-10T13:58:31.119Z] [2021-05-10T13:58:31.119Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-10T13:58:31.119Z] the following names: [2021-05-10T13:58:31.119Z] [2021-05-10T13:58:31.119Z] cJSONConfig.cmake [2021-05-10T13:58:31.119Z] cjson-config.cmake [2021-05-10T13:58:31.119Z] [2021-05-10T13:58:31.119Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-10T13:58:31.119Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-10T13:58:31.119Z] provides a separate development package or SDK, be sure it has been [2021-05-10T13:58:31.119Z] installed. [2021-05-10T13:58:31.119Z] [2021-05-10T13:58:31.119Z] [2021-05-10T13:58:31.119Z] -- Configuring done [2021-05-10T13:58:31.119Z] -- Generating done [2021-05-10T13:58:31.119Z] -- Build files have been written to: /tmp/cbor [2021-05-10T13:58:31.383Z] Scanning dependencies of target cbor_shared [2021-05-10T13:58:31.383Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-10T13:58:31.646Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-10T13:58:31.646Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-10T13:58:31.909Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-10T13:58:31.909Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-10T13:58:32.174Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-10T13:58:32.174Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-10T13:58:32.174Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-10T13:58:32.174Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-10T13:58:32.438Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-10T13:58:32.438Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-10T13:58:32.702Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-10T13:58:32.702Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-10T13:58:32.964Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-10T13:58:32.964Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-10T13:58:32.964Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-10T13:58:32.964Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-10T13:58:33.226Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-10T13:58:33.226Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-10T13:58:33.226Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-10T13:58:33.226Z] [ 40%] Linking C shared library libcbor.so [2021-05-10T13:58:33.489Z] [ 40%] Built target cbor_shared [2021-05-10T13:58:33.489Z] Scanning dependencies of target cbor [2021-05-10T13:58:33.489Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-10T13:58:33.752Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-10T13:58:33.752Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-10T13:58:34.015Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-10T13:58:34.280Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-10T13:58:34.280Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-10T13:58:34.280Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-10T13:58:34.280Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-10T13:58:34.543Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-10T13:58:34.543Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-10T13:58:34.806Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-10T13:58:34.806Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-10T13:58:35.073Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-10T13:58:35.073Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-10T13:58:35.346Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-10T13:58:35.346Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-10T13:58:35.346Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-10T13:58:35.609Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-10T13:58:35.609Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-10T13:58:35.609Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-10T13:58:35.609Z] [ 80%] Linking C static library libcbor.a [2021-05-10T13:58:35.872Z] [ 80%] Built target cbor [2021-05-10T13:58:35.872Z] Scanning dependencies of target create_items [2021-05-10T13:58:35.872Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-10T13:58:35.872Z] [ 84%] Linking C executable create_items [2021-05-10T13:58:35.872Z] [ 84%] Built target create_items [2021-05-10T13:58:35.872Z] Scanning dependencies of target readfile [2021-05-10T13:58:35.872Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-10T13:58:35.872Z] [ 88%] Linking C executable readfile [2021-05-10T13:58:36.134Z] [ 88%] Built target readfile [2021-05-10T13:58:36.134Z] Scanning dependencies of target streaming_parser [2021-05-10T13:58:36.134Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-10T13:58:36.134Z] [ 92%] Linking C executable streaming_parser [2021-05-10T13:58:36.134Z] [ 92%] Built target streaming_parser [2021-05-10T13:58:36.134Z] Scanning dependencies of target sort [2021-05-10T13:58:36.134Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-10T13:58:36.134Z] [ 96%] Linking C executable sort [2021-05-10T13:58:36.134Z] [ 96%] Built target sort [2021-05-10T13:58:36.396Z] Scanning dependencies of target hello [2021-05-10T13:58:36.396Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-10T13:58:36.396Z] [100%] Linking C executable hello [2021-05-10T13:58:36.396Z] [100%] Built target hello [2021-05-10T13:58:36.396Z] Install the project... [2021-05-10T13:58:36.396Z] -- Install configuration: "Release" [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-10T13:58:36.396Z] -- Up-to-date: /usr/local/include/cbor [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/include/cbor.h [2021-05-10T13:58:36.396Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-10T13:58:38.953Z] Removing intermediate container bdbbc74902b9 [2021-05-10T13:58:38.953Z] ---> dded549fe913 [2021-05-10T13:58:38.953Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-10T13:58:38.953Z] ---> Running in 5ea47e46b556 [2021-05-10T13:58:39.913Z] Removing intermediate container 5ea47e46b556 [2021-05-10T13:58:39.913Z] ---> ac9ed71c45ad [2021-05-10T13:58:39.913Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-10T13:58:40.175Z] ---> b29a480d667d [2021-05-10T13:58:40.175Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-10T13:58:41.572Z] ---> 21d68539a108 [2021-05-10T13:58:41.572Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-10T13:58:41.840Z] ---> ef006fe86b6a [2021-05-10T13:58:41.840Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-10T13:58:42.104Z] ---> b46c00ab68cc [2021-05-10T13:58:42.104Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-10T13:58:42.369Z] ---> ce7749541df7 [2021-05-10T13:58:42.369Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-10T13:58:42.646Z] ---> dc9920691bc5 [2021-05-10T13:58:42.646Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-10T13:58:42.646Z] ---> Running in 5034d5231e96 [2021-05-10T13:58:43.603Z] + CPPCHECK=false [2021-05-10T13:58:43.603Z] + DOCGEN=false [2021-05-10T13:58:43.603Z] + TOMLVER=SDK-0.2 [2021-05-10T13:58:43.603Z] + CUTILVER=1.1.4 [2021-05-10T13:58:43.603Z] + '[' 0 -gt 0 ] [2021-05-10T13:58:43.603Z] + readlink -f ./scripts/build.sh [2021-05-10T13:58:43.603Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-10T13:58:43.603Z] + dirname /tmp/sdk/scripts [2021-05-10T13:58:43.603Z] + ROOT=/tmp/sdk [2021-05-10T13:58:43.603Z] + cd /tmp/sdk [2021-05-10T13:58:43.603Z] + '[' '!' -d deps ] [2021-05-10T13:58:43.603Z] + mkdir deps [2021-05-10T13:58:43.603Z] + tar -C deps -z -x -f - [2021-05-10T13:58:43.603Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-10T13:58:43.603Z] --2021-05-10 13:58:43-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-10T13:58:43.603Z] Resolving github.com... 140.82.114.4 [2021-05-10T13:58:43.603Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-10T13:58:43.603Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T13:58:43.603Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-10T13:58:43.603Z] --2021-05-10 13:58:43-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-10T13:58:43.603Z] Resolving codeload.github.com... 140.82.114.9 [2021-05-10T13:58:43.603Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2021-05-10T13:58:43.864Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T13:58:43.864Z] Length: unspecified [application/x-gzip] [2021-05-10T13:58:43.864Z] Saving to: 'STDOUT' [2021-05-10T13:58:43.864Z] [2021-05-10T13:58:43.864Z] 0K .......... ...... 762K=0.02s [2021-05-10T13:58:43.864Z] [2021-05-10T13:58:43.864Z] 2021-05-10 13:58:43 (762 KB/s) - written to stdout [16451] [2021-05-10T13:58:43.864Z] [2021-05-10T13:58:43.864Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-10T13:58:43.864Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-10T13:58:43.864Z] + tar -C deps -z -x -f - [2021-05-10T13:58:43.864Z] --2021-05-10 13:58:43-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-10T13:58:43.864Z] Resolving github.com... 140.82.114.4 [2021-05-10T13:58:43.864Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-10T13:58:44.126Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T13:58:44.126Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-10T13:58:44.126Z] --2021-05-10 13:58:43-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-10T13:58:44.126Z] Resolving codeload.github.com... 140.82.114.9 [2021-05-10T13:58:44.126Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2021-05-10T13:58:44.389Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T13:58:44.389Z] Length: unspecified [application/x-gzip] [2021-05-10T13:58:44.389Z] Saving to: 'STDOUT' [2021-05-10T13:58:44.389Z]  [2021-05-10T13:58:44.389Z] 0K .......... .......... .......... .......... .......... 1.41M [2021-05-10T13:58:44.389Z] 50K .......... .......... .......... .......... .......... 2.92M [2021-05-10T13:58:44.389Z] 100K .......... .......... .......... .......... .......... 30.5M [2021-05-10T13:58:44.389Z] 150K .......... .......... ....... 6.90M=0.06s [2021-05-10T13:58:44.389Z] [2021-05-10T13:58:44.389Z] 2021-05-10 13:58:44 (3.05 MB/s) - written to stdout [181796] [2021-05-10T13:58:44.389Z] [2021-05-10T13:58:44.389Z] + mkdir -p src/c/iot [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-10T13:58:44.389Z] + mkdir -p include/iot [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-05-10T13:58:44.389Z] + mkdir -p include/iot/os [2021-05-10T13:58:44.389Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-05-10T13:58:44.389Z] + mkdir -p /tmp/sdk/build/release [2021-05-10T13:58:44.389Z] + cd /tmp/sdk/build/release [2021-05-10T13:58:44.389Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-10T13:58:44.651Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T13:58:44.651Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T13:58:44.651Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T13:58:44.651Z] -- Detecting C compiler ABI info [2021-05-10T13:58:44.913Z] -- Detecting C compiler ABI info - done [2021-05-10T13:58:44.913Z] -- Detecting C compile features [2021-05-10T13:58:45.174Z] -- Detecting C compile features - done [2021-05-10T13:58:45.174Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-10T13:58:45.175Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-10T13:58:45.175Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-10T13:58:45.175Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-10T13:58:45.175Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-10T13:58:45.175Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-10T13:58:45.175Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-10T13:58:45.175Z] -- C SDK 0.0.0 for Linux [2021-05-10T13:58:45.175Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-10T13:58:45.175Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-10T13:58:45.175Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-10T13:58:45.175Z] -- Configuring done [2021-05-10T13:58:45.438Z] -- Generating done [2021-05-10T13:58:45.438Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-10T13:58:45.438Z] + make all package [2021-05-10T13:58:45.438Z] + tee release.log [2021-05-10T13:58:45.438Z] Scanning dependencies of target csdk [2021-05-10T13:58:45.438Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-10T13:58:45.707Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-10T13:58:45.707Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-10T13:58:46.286Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-10T13:58:46.549Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-10T13:58:46.549Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-10T13:58:46.814Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-10T13:58:46.814Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-10T13:58:46.814Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-10T13:58:47.395Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-10T13:58:47.660Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-10T13:58:47.660Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-10T13:58:47.926Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-10T13:58:48.189Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-10T13:58:48.189Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-10T13:58:48.189Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-10T13:58:48.451Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-10T13:58:49.024Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-10T13:58:49.288Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-10T13:58:49.288Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-10T13:58:49.550Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-10T13:58:49.550Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-10T13:58:49.813Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-10T13:58:50.386Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-10T13:58:50.386Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-10T13:58:50.650Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-10T13:58:50.650Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-10T13:58:50.913Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-10T13:58:50.913Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-10T13:58:51.175Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-10T13:58:51.175Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-10T13:58:51.439Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-10T13:58:51.439Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-10T13:58:52.015Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-10T13:58:52.283Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-10T13:58:52.545Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-10T13:58:52.545Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-10T13:58:53.954Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-10T13:58:53.954Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-10T13:58:53.954Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-10T13:58:54.217Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-10T13:58:54.481Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-10T13:58:55.058Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-10T13:58:55.322Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-10T13:58:56.282Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-10T13:58:56.544Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-10T13:58:56.807Z] [ 74%] Linking C shared library libcsdk.so [2021-05-10T13:58:56.807Z] [ 74%] Built target csdk [2021-05-10T13:58:56.807Z] Scanning dependencies of target template [2021-05-10T13:58:56.807Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-10T13:58:57.069Z] [ 77%] Linking C executable template [2021-05-10T13:58:57.069Z] [ 77%] Built target template [2021-05-10T13:58:57.069Z] Scanning dependencies of target device-counter [2021-05-10T13:58:57.069Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-10T13:58:57.333Z] [ 80%] Linking C executable device-counter [2021-05-10T13:58:57.333Z] [ 80%] Built target device-counter [2021-05-10T13:58:57.333Z] Scanning dependencies of target device-random [2021-05-10T13:58:57.333Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-10T13:58:57.595Z] [ 84%] Linking C executable device-random [2021-05-10T13:58:57.595Z] [ 84%] Built target device-random [2021-05-10T13:58:57.595Z] Scanning dependencies of target device-gyro [2021-05-10T13:58:57.595Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-10T13:58:57.595Z] [ 87%] Linking C executable device-gyro [2021-05-10T13:58:57.857Z] [ 87%] Built target device-gyro [2021-05-10T13:58:57.857Z] Scanning dependencies of target device-bitfields [2021-05-10T13:58:57.857Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-10T13:58:57.857Z] [ 90%] Linking C executable device-bitfields [2021-05-10T13:58:58.124Z] [ 90%] Built target device-bitfields [2021-05-10T13:58:58.124Z] Scanning dependencies of target template-discovery [2021-05-10T13:58:58.124Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-10T13:58:58.124Z] [ 93%] Linking C executable template-discovery [2021-05-10T13:58:58.414Z] [ 93%] Built target template-discovery [2021-05-10T13:58:58.414Z] Scanning dependencies of target device-file [2021-05-10T13:58:58.414Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-10T13:58:58.414Z] [ 96%] Linking C executable device-file [2021-05-10T13:58:58.761Z] [ 96%] Built target device-file [2021-05-10T13:58:58.761Z] Scanning dependencies of target device-terminal [2021-05-10T13:58:58.761Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-10T13:58:58.761Z] [100%] Linking C executable device-terminal [2021-05-10T13:58:59.058Z] [100%] Built target device-terminal [2021-05-10T13:58:59.058Z] Run CPack packaging tool... [2021-05-10T13:58:59.058Z] CPack: Create package using TGZ [2021-05-10T13:58:59.058Z] CPack: Install projects [2021-05-10T13:58:59.058Z] CPack: - Run preinstall target for: Csdk [2021-05-10T13:58:59.402Z] CPack: - Install project: Csdk [2021-05-10T13:58:59.402Z] CPack: Create package [2021-05-10T13:58:59.402Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-10T13:58:59.402Z] + '[' false '=' true ] [2021-05-10T13:58:59.402Z] + '[' false '=' true ] [2021-05-10T13:58:59.402Z] + mkdir -p /tmp/sdk/build/debug [2021-05-10T13:58:59.402Z] + cd /tmp/sdk/build/debug [2021-05-10T13:58:59.402Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-10T13:58:59.402Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T13:58:59.402Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T13:58:59.706Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T13:58:59.706Z] -- Detecting C compiler ABI info [2021-05-10T13:58:59.706Z] -- Detecting C compiler ABI info - done [2021-05-10T13:58:59.706Z] -- Detecting C compile features [2021-05-10T13:58:59.973Z] -- Detecting C compile features - done [2021-05-10T13:58:59.973Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-10T13:58:59.973Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-10T13:58:59.973Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-10T13:58:59.973Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-10T13:58:59.973Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-10T13:58:59.973Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-10T13:58:59.973Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-10T13:58:59.973Z] -- C SDK 0.0.0 for Linux [2021-05-10T13:58:59.973Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-10T13:58:59.973Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-10T13:58:59.973Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-10T13:59:00.236Z] -- Configuring done [2021-05-10T13:59:00.236Z] -- Generating done [2021-05-10T13:59:00.236Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-10T13:59:00.236Z] + make [2021-05-10T13:59:00.236Z] + tee debug.log [2021-05-10T13:59:00.236Z] Scanning dependencies of target csdk [2021-05-10T13:59:00.236Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-10T13:59:00.500Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-10T13:59:00.500Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-10T13:59:00.763Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-10T13:59:00.763Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-10T13:59:00.763Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-10T13:59:01.029Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-10T13:59:01.029Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-10T13:59:01.029Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-10T13:59:01.293Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-10T13:59:01.293Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-10T13:59:01.558Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-10T13:59:01.558Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-10T13:59:01.558Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-10T13:59:01.822Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-10T13:59:01.822Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-10T13:59:01.822Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-10T13:59:02.085Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-10T13:59:02.085Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-10T13:59:02.348Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-10T13:59:02.348Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-10T13:59:02.348Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-10T13:59:02.612Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-10T13:59:02.879Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-10T13:59:02.879Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-10T13:59:02.879Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-10T13:59:02.879Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-10T13:59:03.142Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-10T13:59:03.142Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-10T13:59:03.142Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-10T13:59:03.142Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-10T13:59:03.406Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-10T13:59:03.406Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-10T13:59:03.406Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-10T13:59:03.669Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-10T13:59:03.669Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-10T13:59:03.934Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-10T13:59:04.197Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-10T13:59:04.197Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-10T13:59:04.197Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-10T13:59:04.460Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-10T13:59:04.460Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-10T13:59:04.723Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-10T13:59:04.987Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-10T13:59:05.250Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-10T13:59:05.250Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-10T13:59:05.250Z] [ 74%] Linking C shared library libcsdk.so [2021-05-10T13:59:05.514Z] [ 74%] Built target csdk [2021-05-10T13:59:05.514Z] Scanning dependencies of target template [2021-05-10T13:59:05.514Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-10T13:59:05.514Z] [ 77%] Linking C executable template [2021-05-10T13:59:05.514Z] [ 77%] Built target template [2021-05-10T13:59:05.514Z] Scanning dependencies of target device-counter [2021-05-10T13:59:05.514Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-10T13:59:05.784Z] [ 80%] Linking C executable device-counter [2021-05-10T13:59:05.784Z] [ 80%] Built target device-counter [2021-05-10T13:59:05.784Z] Scanning dependencies of target device-random [2021-05-10T13:59:05.784Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-10T13:59:06.059Z] [ 84%] Linking C executable device-random [2021-05-10T13:59:06.059Z] [ 84%] Built target device-random [2021-05-10T13:59:06.059Z] Scanning dependencies of target device-gyro [2021-05-10T13:59:06.059Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-10T13:59:06.059Z] [ 87%] Linking C executable device-gyro [2021-05-10T13:59:06.059Z] [ 87%] Built target device-gyro [2021-05-10T13:59:06.322Z] Scanning dependencies of target device-bitfields [2021-05-10T13:59:06.322Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-10T13:59:06.322Z] [ 90%] Linking C executable device-bitfields [2021-05-10T13:59:06.322Z] [ 90%] Built target device-bitfields [2021-05-10T13:59:06.322Z] Scanning dependencies of target template-discovery [2021-05-10T13:59:06.322Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-10T13:59:06.584Z] [ 93%] Linking C executable template-discovery [2021-05-10T13:59:06.585Z] [ 93%] Built target template-discovery [2021-05-10T13:59:06.585Z] Scanning dependencies of target device-file [2021-05-10T13:59:06.585Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-10T13:59:06.585Z] [ 96%] Linking C executable device-file [2021-05-10T13:59:06.848Z] [ 96%] Built target device-file [2021-05-10T13:59:06.848Z] Scanning dependencies of target device-terminal [2021-05-10T13:59:06.848Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-10T13:59:06.848Z] [100%] Linking C executable device-terminal [2021-05-10T13:59:06.848Z] [100%] Built target device-terminal [2021-05-10T13:59:06.848Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 74%] Built target csdk [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 77%] Built target template [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 80%] Built target device-counter [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 84%] Built target device-random [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 87%] Built target device-gyro [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 90%] Built target device-bitfields [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 93%] Built target template-discovery [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [ 96%] Built target device-file [2021-05-10T13:59:07.110Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] [100%] Built target device-terminal [2021-05-10T13:59:07.110Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:07.110Z] Install the project... [2021-05-10T13:59:07.110Z] -- Install configuration: "Release" [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-10T13:59:07.110Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-10T13:59:07.110Z] -- Up-to-date: /usr/local/include [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/devsdk [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/component.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/config.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/container.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/data.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/json.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/os.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/time.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/os [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-10T13:59:07.110Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-10T13:59:07.110Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-10T13:59:09.672Z] Removing intermediate container 5034d5231e96 [2021-05-10T13:59:09.672Z] ---> 44259c870066 [2021-05-10T13:59:09.672Z] Step 16/25 : FROM ${BASE} [2021-05-10T13:59:09.672Z] ---> 5eabd8fd8ba2 [2021-05-10T13:59:09.672Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-10T13:59:09.672Z] ---> Running in d1fd3c9c468a [2021-05-10T13:59:09.672Z] Removing intermediate container d1fd3c9c468a [2021-05-10T13:59:09.672Z] ---> 847c545650b8 [2021-05-10T13:59:09.672Z] Step 18/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T13:59:09.672Z] ---> Running in c160023565c8 [2021-05-10T13:59:10.627Z] Connecting to iotech.jfrog.io (52.209.221.241:443) [2021-05-10T13:59:10.890Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-10T13:59:10.890Z] [2021-05-10T13:59:11.474Z] Removing intermediate container c160023565c8 [2021-05-10T13:59:11.474Z] ---> b32054099a30 [2021-05-10T13:59:11.474Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T13:59:11.742Z] ---> Running in 40848a6b707b [2021-05-10T13:59:12.698Z] Removing intermediate container 40848a6b707b [2021-05-10T13:59:12.698Z] ---> ba5d797fc16b [2021-05-10T13:59:12.698Z] Step 20/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid paho-mqtt-c-dev hiredis-dev [2021-05-10T13:59:12.698Z] ---> Running in f93b9b511574 [2021-05-10T13:59:12.964Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:14.912Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:15.176Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:15.754Z] (1/6) Installing curl (7.64.0-r5) [2021-05-10T13:59:15.754Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-10T13:59:16.017Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-10T13:59:16.017Z] (4/6) Installing libuuid (2.33-r0) [2021-05-10T13:59:16.280Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-10T13:59:17.675Z] (6/6) Installing wget (1.20.3-r0) [2021-05-10T13:59:18.250Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T13:59:18.251Z] OK: 269 MiB in 81 packages [2021-05-10T13:59:18.516Z] Removing intermediate container f93b9b511574 [2021-05-10T13:59:18.516Z] ---> b7d74193dfb8 [2021-05-10T13:59:18.516Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-10T13:59:18.781Z] ---> 347e8593c6e2 [2021-05-10T13:59:18.781Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-10T13:59:19.356Z] ---> cc3759186e30 [2021-05-10T13:59:19.356Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-10T13:59:19.356Z] ---> 65ef818360b3 [2021-05-10T13:59:19.356Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-10T13:59:19.938Z] ---> 0cf312c8aa59 [2021-05-10T13:59:19.938Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-10T13:59:19.938Z] ---> 5c0086026652 [2021-05-10T13:59:20.200Z] Successfully built 5c0086026652 [2021-05-10T13:59:20.200Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:59:20.604Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T13:59:20.604Z] . [Pipeline] withDockerContainer [2021-05-10T13:59:20.723Z] prd-centos7-docker-4c-2g-4084 does not seem to be running inside a container [2021-05-10T13:59:20.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/4 -v /w/workspace/device-sdk-c/4:/w/workspace/device-sdk-c/4:rw,z -v /w/workspace/device-sdk-c/4@tmp:/w/workspace/device-sdk-c/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T13:59:21.609Z] $ docker top 36cf1bcf07cb34005191e4812e15e9a39d4818d9a98116d0d54483a3f9b5aa8d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:59:22.153Z] + make test [2021-05-10T13:59:22.153Z] echo "make test" [2021-05-10T13:59:22.153Z] make test [Pipeline] } [2021-05-10T13:59:22.178Z] $ docker stop --time=1 36cf1bcf07cb34005191e4812e15e9a39d4818d9a98116d0d54483a3f9b5aa8d [2021-05-10T13:59:23.589Z] $ docker rm -f 36cf1bcf07cb34005191e4812e15e9a39d4818d9a98116d0d54483a3f9b5aa8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T13:59:24.724Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T13:59:25.032Z] + ls -al . [2021-05-10T13:59:25.032Z] total 160 [2021-05-10T13:59:25.032Z] drwxrwxr-x. 8 jenkins jenkins 260 May 10 13:57 . [2021-05-10T13:59:25.032Z] drwxrwxr-x. 4 jenkins jenkins 28 May 10 13:57 .. [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 3104 May 10 13:57 Attribution.txt [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 7200 May 10 13:57 CHANGES [2021-05-10T13:59:25.032Z] drwxrwxr-x. 2 jenkins jenkins 121 May 10 13:57 docs [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 108574 May 10 13:57 Doxyfile [2021-05-10T13:59:25.032Z] drwxrwxr-x. 8 jenkins jenkins 179 May 10 13:57 .git [2021-05-10T13:59:25.032Z] drwxrwxr-x. 2 jenkins jenkins 81 May 10 13:57 .github [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 176 May 10 13:57 .gitignore [2021-05-10T13:59:25.032Z] drwxrwxr-x. 4 jenkins jenkins 33 May 10 13:57 include [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 784 May 10 13:57 Jenkinsfile [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 10 13:57 LICENSE [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 444 May 10 13:57 Makefile [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 4090 May 10 13:57 README.md [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 6654 May 10 13:57 README.v2.md [2021-05-10T13:59:25.032Z] drwxrwxr-x. 2 jenkins jenkins 98 May 10 13:57 scripts [2021-05-10T13:59:25.032Z] drwxrwxr-x. 4 jenkins jenkins 50 May 10 13:57 src [2021-05-10T13:59:25.032Z] -rw-rw-r--. 1 jenkins jenkins 5 May 10 13:55 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:59:25.354Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=63d298beb62aade60f789e0b5cf9463f6e62bdf2 --label arch=amd64 --label version=0.0.0 . [2021-05-10T13:59:25.622Z] Sending build context to Docker daemon 2.642MB [2021-05-10T13:59:25.622Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-10T13:59:25.622Z] Step 2/17 : FROM ${BASE} [2021-05-10T13:59:25.622Z] ---> 5c0086026652 [2021-05-10T13:59:25.622Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-10T13:59:26.202Z] ---> Running in 56cf9ea00e0f [2021-05-10T13:59:26.464Z] Removing intermediate container 56cf9ea00e0f [2021-05-10T13:59:26.464Z] ---> 3cfabd8dfffe [2021-05-10T13:59:26.464Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T13:59:26.728Z] ---> Running in 70f31f32077b [2021-05-10T13:59:27.306Z] --2021-05-10 13:59:27-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-10T13:59:27.306Z] Resolving iotech.jfrog.io... 54.171.22.102, 52.209.221.241, 52.213.233.120, ... [2021-05-10T13:59:27.306Z] Connecting to iotech.jfrog.io|54.171.22.102|:443... connected. [2021-05-10T13:59:27.569Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T13:59:27.569Z] Length: 451 [application/octet-stream] [2021-05-10T13:59:27.569Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-10T13:59:27.569Z] [2021-05-10T13:59:27.569Z] 0K  100% 46.3M=0s [2021-05-10T13:59:27.569Z] [2021-05-10T13:59:27.569Z] 2021-05-10 13:59:27 (46.3 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-10T13:59:27.569Z] [2021-05-10T13:59:28.146Z] Removing intermediate container 70f31f32077b [2021-05-10T13:59:28.146Z] ---> 61300bdc4533 [2021-05-10T13:59:28.146Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T13:59:28.146Z] ---> Running in 8a1eb03f974c [2021-05-10T13:59:29.545Z] Removing intermediate container 8a1eb03f974c [2021-05-10T13:59:29.545Z] ---> 5a3d341fa853 [2021-05-10T13:59:29.545Z] Step 6/17 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev paho-mqtt-c-dev hiredis-dev && mkdir -p /edgex-c-sdk/build [2021-05-10T13:59:29.545Z] ---> Running in 9a2a6252727a [2021-05-10T13:59:29.810Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:31.207Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:31.783Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:32.377Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-10T13:59:32.377Z] (2/6) Installing libblkid (2.33-r0) [2021-05-10T13:59:32.641Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-10T13:59:32.903Z] (4/6) Installing libmount (2.33-r0) [2021-05-10T13:59:32.903Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-10T13:59:32.972Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4086 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [Pipeline] { [Pipeline] ws [2021-05-10T13:59:32.989Z] Running in /w/workspace/device-sdk-c/4 [Pipeline] { [Pipeline] checkout [2021-05-10T13:59:33.165Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-10T13:59:33.431Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T13:59:33.697Z] OK: 273 MiB in 87 packages [2021-05-10T13:59:34.276Z] Removing intermediate container 9a2a6252727a [2021-05-10T13:59:34.276Z] ---> 74e2bc34eb9b [2021-05-10T13:59:34.276Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-10T13:59:34.549Z] ---> 0414feb54c18 [2021-05-10T13:59:34.549Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-10T13:59:35.500Z] ---> f200d511db26 [2021-05-10T13:59:35.500Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-10T13:59:35.500Z] ---> d9590aaa0ea5 [2021-05-10T13:59:35.500Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-10T13:59:35.766Z] ---> 5924ff0adc9d [2021-05-10T13:59:35.766Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2021-05-10T13:59:36.029Z] ---> 1594cd914710 [2021-05-10T13:59:36.029Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-10T13:59:36.292Z] ---> a1a620bdf76a [2021-05-10T13:59:36.292Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-10T13:59:36.558Z] ---> Running in da1c2b7bc95a [2021-05-10T13:59:36.558Z] Removing intermediate container da1c2b7bc95a [2021-05-10T13:59:36.558Z] ---> 18481399c28d [2021-05-10T13:59:36.558Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-10T13:59:36.822Z] ---> Running in b7b003cfbdd8 [2021-05-10T13:59:37.085Z] Removing intermediate container b7b003cfbdd8 [2021-05-10T13:59:37.085Z] ---> f24985a9a02c [2021-05-10T13:59:37.085Z] Step 15/17 : LABEL arch=amd64 [2021-05-10T13:59:37.085Z] ---> Running in e487c171e7b3 [2021-05-10T13:59:37.358Z] Removing intermediate container e487c171e7b3 [2021-05-10T13:59:37.358Z] ---> 1f56c2c5143e [2021-05-10T13:59:37.358Z] Step 16/17 : LABEL git_sha=63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T13:59:37.358Z] ---> Running in e1f27d6d09ef [2021-05-10T13:59:37.621Z] Removing intermediate container e1f27d6d09ef [2021-05-10T13:59:37.621Z] ---> e73c5707444a [2021-05-10T13:59:37.621Z] Step 17/17 : LABEL version=0.0.0 [2021-05-10T13:59:37.621Z] ---> Running in 5069277b9378 [2021-05-10T13:59:37.885Z] Removing intermediate container 5069277b9378 [2021-05-10T13:59:37.885Z] ---> 74c7301ddba0 [2021-05-10T13:59:37.885Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-10T13:59:37.885Z] Successfully built 74c7301ddba0 [2021-05-10T13:59:37.885Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T13:59:38.672Z] using credential edgex-jenkins-ssh [2021-05-10T13:59:38.690Z] Cloning the remote Git repository [2021-05-10T13:59:38.757Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:59:38.877Z] > git init /w/workspace/device-sdk-c/4 # timeout=10 [2021-05-10T13:59:38.955Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:59:38.956Z] > git --version # timeout=10 [2021-05-10T13:59:38.972Z] > git --version # 'git version 2.17.1' [2021-05-10T13:59:38.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:59:39.048Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:59:40.155Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-10T13:59:40.174Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:59:40.199Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-10T13:59:40.236Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-10T13:59:40.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:59:40.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T13:59:40.896Z] Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T13:59:41.119Z] Merge succeeded, producing 63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T13:59:41.120Z] Checking out Revision 63d298beb62aade60f789e0b5cf9463f6e62bdf2 (PR-343) [2021-05-10T13:59:40.918Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:59:40.932Z] > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # timeout=10 [2021-05-10T13:59:41.041Z] > git remote # timeout=10 [2021-05-10T13:59:41.059Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T13:59:41.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:59:41.086Z] > git merge a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 [2021-05-10T13:59:41.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T13:59:41.129Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:59:41.140Z] > git checkout -f 63d298beb62aade60f789e0b5cf9463f6e62bdf2 # timeout=10 [2021-05-10T13:59:45.461Z] Commit message: "refactor: Use async client library for MQTT (#258)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T13:59:46.758Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:59:47.171Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:59:47.505Z] + sudo service docker restart [2021-05-10T13:59:47.505Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:59:50.175Z] provisioning config files... [2021-05-10T13:59:50.236Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/4@tmp/config1523320446975853517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:59:50.612Z] ---> docker-login.sh [2021-05-10T13:59:50.612Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:59:51.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:59:51.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:59:51.876Z] Configure a credential helper to remove this warning. See [2021-05-10T13:59:51.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:59:51.876Z] [2021-05-10T13:59:51.876Z] Login Succeeded [2021-05-10T13:59:51.876Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:59:52.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:59:52.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:59:52.431Z] Configure a credential helper to remove this warning. See [2021-05-10T13:59:52.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:59:52.431Z] [2021-05-10T13:59:52.431Z] Login Succeeded [2021-05-10T13:59:52.431Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:59:52.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:59:52.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:59:52.981Z] Configure a credential helper to remove this warning. See [2021-05-10T13:59:52.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:59:52.981Z] [2021-05-10T13:59:52.981Z] Login Succeeded [2021-05-10T13:59:52.981Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:59:53.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:59:53.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:59:53.529Z] Configure a credential helper to remove this warning. See [2021-05-10T13:59:53.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:59:53.529Z] [2021-05-10T13:59:53.529Z] Login Succeeded [2021-05-10T13:59:53.529Z] docker.io [2021-05-10T13:59:53.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:59:54.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:59:54.075Z] Configure a credential helper to remove this warning. See [2021-05-10T13:59:54.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:59:54.075Z] [2021-05-10T13:59:54.075Z] Login Succeeded [2021-05-10T13:59:54.075Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:59:54.094Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T13:59:54.413Z] ========================================================= [2021-05-10T13:59:54.413Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-05-10T13:59:54.413Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:59:54.755Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2021-05-10T13:59:55.032Z] Sending build context to Docker daemon 2.641MB [2021-05-10T13:59:55.306Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-10T13:59:55.306Z] Step 2/25 : FROM ${BASE} as builder [2021-05-10T13:59:55.306Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-05-10T13:59:55.306Z] 0362ad1dd800: Pulling fs layer [2021-05-10T13:59:55.306Z] f2cdb1532d8b: Pulling fs layer [2021-05-10T13:59:55.306Z] 37ed683be191: Pulling fs layer [2021-05-10T13:59:55.306Z] f2cdb1532d8b: Download complete [2021-05-10T13:59:55.583Z] 0362ad1dd800: Verifying Checksum [2021-05-10T13:59:55.583Z] 0362ad1dd800: Download complete [2021-05-10T13:59:56.182Z] 0362ad1dd800: Pull complete [2021-05-10T13:59:56.456Z] f2cdb1532d8b: Pull complete [2021-05-10T13:59:57.900Z] 37ed683be191: Verifying Checksum [2021-05-10T13:59:57.900Z] 37ed683be191: Download complete [2021-05-10T14:00:08.075Z] 37ed683be191: Pull complete [2021-05-10T14:00:08.075Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-05-10T14:00:08.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-05-10T14:00:08.075Z] ---> b23d30803547 [2021-05-10T14:00:08.075Z] Step 3/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T14:00:08.351Z] ---> Running in 585edbf10e83 [2021-05-10T14:00:09.791Z] Connecting to iotech.jfrog.io (54.76.134.205:443) [2021-05-10T14:00:09.791Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-10T14:00:09.791Z] [2021-05-10T14:00:10.773Z] Removing intermediate container 585edbf10e83 [2021-05-10T14:00:10.773Z] ---> 83df69461068 [2021-05-10T14:00:10.773Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T14:00:11.045Z] ---> Running in 68578f315aad [2021-05-10T14:00:13.014Z] Removing intermediate container 68578f315aad [2021-05-10T14:00:13.014Z] ---> a4816a3e750d [2021-05-10T14:00:13.014Z] Step 5/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev paho-mqtt-c-dev hiredis-dev [2021-05-10T14:00:13.014Z] ---> Running in 6523a3ea32d1 [2021-05-10T14:00:14.001Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-10T14:00:18.305Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-10T14:00:19.280Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-10T14:00:20.255Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-10T14:00:20.525Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-10T14:00:21.946Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-10T14:00:25.314Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-10T14:00:27.924Z] (5/11) Installing libuuid (2.33-r0) [2021-05-10T14:00:27.924Z] (6/11) Installing libblkid (2.33-r0) [2021-05-10T14:00:33.322Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-10T14:00:37.623Z] (8/11) Installing libmount (2.33-r0) [2021-05-10T14:00:41.910Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-10T14:00:43.335Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-10T14:00:51.588Z] (11/11) Installing wget (1.20.3-r0) [2021-05-10T14:00:54.189Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T14:00:54.189Z] OK: 287 MiB in 86 packages [2021-05-10T14:00:55.620Z] Removing intermediate container 6523a3ea32d1 [2021-05-10T14:00:55.620Z] ---> cec1ca3330a9 [2021-05-10T14:00:55.620Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-10T14:00:55.620Z] ---> Running in 44bad84c9e5a [2021-05-10T14:00:55.894Z] Removing intermediate container 44bad84c9e5a [2021-05-10T14:00:55.894Z] ---> 0e367108adc9 [2021-05-10T14:00:55.894Z] Step 7/25 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2021-05-10T14:00:56.171Z] ---> Running in 434b5542939b [2021-05-10T14:00:57.602Z] --2021-05-10 14:00:57-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-10T14:00:57.602Z] Resolving github.com... 140.82.112.3 [2021-05-10T14:00:57.602Z] Connecting to github.com|140.82.112.3|:443... connected. [2021-05-10T14:00:57.602Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T14:00:57.602Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-10T14:00:57.602Z] --2021-05-10 14:00:57-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-10T14:00:57.602Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-10T14:00:57.602Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-10T14:00:57.873Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T14:00:57.873Z] Length: unspecified [application/x-gzip] [2021-05-10T14:00:57.873Z] Saving to: 'STDOUT' [2021-05-10T14:00:57.873Z]  [2021-05-10T14:00:57.873Z] 0K .......... .......... .......... .......... .......... 1.15M [2021-05-10T14:00:57.873Z] 50K .......... .......... .......... .......... .......... 2.30M [2021-05-10T14:00:57.873Z] 100K .......... .......... .......... .......... .......... 1.14M [2021-05-10T14:00:57.873Z] 150K .......... .......... .......... .......... .......... 12.9M [2021-05-10T14:00:57.873Z] 200K .......... .......... .......... .......... .......... 2.45M [2021-05-10T14:00:57.873Z] 250K .......... .......... .......... .......... .......... 2.35M [2021-05-10T14:00:57.873Z] 300K .......... .......... .......... .......... .......... 11.2M [2021-05-10T14:00:57.873Z] 350K .......... .......... .......... .......... .......... 2.25M [2021-05-10T14:00:58.145Z] 400K .......... .......... .......... .......... .......... 935K [2021-05-10T14:00:58.145Z] 450K .......... .......... .......... .......... .......... 8.83M [2021-05-10T14:00:58.145Z] 500K .......... .......... .......... .......... .......... 1.46M [2021-05-10T14:00:58.145Z] 550K .......... .......... .......... .......... .......... 1.45M [2021-05-10T14:00:58.145Z] 600K .......... .......... .......... .......... .......... 1.13M [2021-05-10T14:00:58.145Z] 650K .......... .......... .......... .......... .......... 840K [2021-05-10T14:00:58.145Z] 700K ..  2.25M=0.4s [2021-05-10T14:00:58.145Z] [2021-05-10T14:00:58.145Z] 2021-05-10 14:00:58 (1.68 MB/s) - written to stdout [719348] [2021-05-10T14:00:58.145Z] [2021-05-10T14:00:58.416Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T14:00:58.689Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-10T14:00:58.689Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T14:00:58.961Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T14:00:58.961Z] -- Detecting C compiler ABI info [2021-05-10T14:00:59.233Z] -- Detecting C compiler ABI info - done [2021-05-10T14:00:59.233Z] -- Detecting C compile features [2021-05-10T14:00:59.829Z] -- Detecting C compile features - done [2021-05-10T14:01:00.104Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-10T14:01:00.104Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-10T14:01:00.104Z] -- Detecting CXX compiler ABI info [2021-05-10T14:01:00.376Z] -- Detecting CXX compiler ABI info - done [2021-05-10T14:01:00.649Z] -- Detecting CXX compile features [2021-05-10T14:01:02.080Z] -- Detecting CXX compile features - done [2021-05-10T14:01:02.080Z] -- Looking for include file endian.h [2021-05-10T14:01:02.356Z] -- Looking for include file endian.h - found [2021-05-10T14:01:02.356Z] -- Check if the system is big endian [2021-05-10T14:01:02.356Z] -- Searching 16 bit integer [2021-05-10T14:01:02.356Z] -- Looking for sys/types.h [2021-05-10T14:01:02.628Z] -- Looking for sys/types.h - found [2021-05-10T14:01:02.628Z] -- Looking for stdint.h [2021-05-10T14:01:02.902Z] -- Looking for stdint.h - found [2021-05-10T14:01:02.902Z] -- Looking for stddef.h [2021-05-10T14:01:02.902Z] -- Looking for stddef.h - found [2021-05-10T14:01:02.902Z] -- Check size of unsigned short [2021-05-10T14:01:03.174Z] -- Check size of unsigned short - done [2021-05-10T14:01:03.174Z] -- Using unsigned short [2021-05-10T14:01:03.446Z] -- Check if the system is big endian - little endian [2021-05-10T14:01:03.718Z] -- Check size of size_t [2021-05-10T14:01:03.990Z] -- Check size of size_t - done [2021-05-10T14:01:03.990Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-10T14:01:03.990Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-10T14:01:03.990Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-10T14:01:03.990Z] CMake did not find one. [2021-05-10T14:01:03.990Z] [2021-05-10T14:01:03.990Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-10T14:01:03.990Z] the following names: [2021-05-10T14:01:03.990Z] [2021-05-10T14:01:03.990Z] cJSONConfig.cmake [2021-05-10T14:01:03.990Z] cjson-config.cmake [2021-05-10T14:01:03.990Z] [2021-05-10T14:01:03.990Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-10T14:01:03.990Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-10T14:01:03.990Z] provides a separate development package or SDK, be sure it has been [2021-05-10T14:01:03.990Z] installed. [2021-05-10T14:01:03.990Z] [2021-05-10T14:01:03.990Z] [2021-05-10T14:01:03.990Z] -- Configuring done [2021-05-10T14:01:03.990Z] -- Generating done [2021-05-10T14:01:04.263Z] -- Build files have been written to: /tmp/cbor [2021-05-10T14:01:04.263Z] Scanning dependencies of target cbor_shared [2021-05-10T14:01:04.263Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-10T14:01:05.251Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-10T14:01:05.524Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-10T14:01:05.804Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-10T14:01:06.400Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-10T14:01:06.698Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-10T14:01:06.969Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-10T14:01:06.969Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-10T14:01:07.240Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-10T14:01:07.513Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-10T14:01:08.108Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-10T14:01:08.380Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-10T14:01:08.653Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-10T14:01:09.250Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-10T14:01:09.250Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-10T14:01:09.525Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-10T14:01:09.799Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-10T14:01:10.073Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-10T14:01:10.344Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-10T14:01:10.618Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-10T14:01:10.891Z] [ 40%] Linking C shared library libcbor.so [2021-05-10T14:01:10.891Z] [ 40%] Built target cbor_shared [2021-05-10T14:01:10.891Z] Scanning dependencies of target cbor [2021-05-10T14:01:10.891Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-10T14:01:11.866Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-10T14:01:12.141Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-10T14:01:12.414Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-10T14:01:13.846Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-10T14:01:13.846Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-10T14:01:14.121Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-10T14:01:14.121Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-10T14:01:14.393Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-10T14:01:14.666Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-10T14:01:15.646Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-10T14:01:15.646Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-10T14:01:16.238Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-10T14:01:16.509Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-10T14:01:16.786Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-10T14:01:17.058Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-10T14:01:17.331Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-10T14:01:17.607Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-10T14:01:17.607Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-10T14:01:18.206Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-10T14:01:18.206Z] [ 80%] Linking C static library libcbor.a [2021-05-10T14:01:18.206Z] [ 80%] Built target cbor [2021-05-10T14:01:18.206Z] Scanning dependencies of target create_items [2021-05-10T14:01:18.478Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-10T14:01:18.478Z] [ 84%] Linking C executable create_items [2021-05-10T14:01:18.478Z] [ 84%] Built target create_items [2021-05-10T14:01:18.752Z] Scanning dependencies of target readfile [2021-05-10T14:01:18.752Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-10T14:01:18.752Z] [ 88%] Linking C executable readfile [2021-05-10T14:01:19.031Z] [ 88%] Built target readfile [2021-05-10T14:01:19.031Z] Scanning dependencies of target streaming_parser [2021-05-10T14:01:19.031Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-10T14:01:19.304Z] [ 92%] Linking C executable streaming_parser [2021-05-10T14:01:19.304Z] [ 92%] Built target streaming_parser [2021-05-10T14:01:19.304Z] Scanning dependencies of target sort [2021-05-10T14:01:19.304Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-10T14:01:19.576Z] [ 96%] Linking C executable sort [2021-05-10T14:01:19.576Z] [ 96%] Built target sort [2021-05-10T14:01:19.576Z] Scanning dependencies of target hello [2021-05-10T14:01:19.576Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-10T14:01:19.848Z] [100%] Linking C executable hello [2021-05-10T14:01:19.848Z] [100%] Built target hello [2021-05-10T14:01:19.848Z] Install the project... [2021-05-10T14:01:19.848Z] -- Install configuration: "Release" [2021-05-10T14:01:19.848Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-10T14:01:19.848Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-10T14:01:19.848Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-10T14:01:19.848Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-10T14:01:19.849Z] -- Up-to-date: /usr/local/include/cbor [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/include/cbor.h [2021-05-10T14:01:19.849Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-10T14:01:22.470Z] Removing intermediate container 434b5542939b [2021-05-10T14:01:22.470Z] ---> 44d56cef3223 [2021-05-10T14:01:22.470Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-10T14:01:22.470Z] ---> Running in 20e35605c07d [2021-05-10T14:01:24.445Z] Removing intermediate container 20e35605c07d [2021-05-10T14:01:24.445Z] ---> 8dd4365478df [2021-05-10T14:01:24.445Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-10T14:01:24.719Z] ---> a2e3c0e73c89 [2021-05-10T14:01:24.719Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-10T14:01:25.703Z] ---> 9378f47357f6 [2021-05-10T14:01:25.703Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-10T14:01:26.305Z] ---> 7002cd00d1a1 [2021-05-10T14:01:26.305Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-10T14:01:26.902Z] ---> 16d801685f83 [2021-05-10T14:01:26.902Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-10T14:01:27.506Z] ---> 26a1db615a79 [2021-05-10T14:01:27.506Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-10T14:01:28.489Z] ---> 914474fd18db [2021-05-10T14:01:28.489Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-10T14:01:28.489Z] ---> Running in 8f955b72190c [2021-05-10T14:01:29.479Z] + CPPCHECK=false [2021-05-10T14:01:29.479Z] + DOCGEN=false [2021-05-10T14:01:29.479Z] + TOMLVER=SDK-0.2 [2021-05-10T14:01:29.479Z] + CUTILVER=1.1.4 [2021-05-10T14:01:29.479Z] + '[' 0 -gt 0 ] [2021-05-10T14:01:29.479Z] + readlink -f ./scripts/build.sh [2021-05-10T14:01:29.479Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-10T14:01:29.479Z] + dirname /tmp/sdk/scripts [2021-05-10T14:01:29.479Z] + ROOT=/tmp/sdk [2021-05-10T14:01:29.479Z] + cd /tmp/sdk [2021-05-10T14:01:29.479Z] + '[' '!' -d deps ] [2021-05-10T14:01:29.479Z] + mkdir deps [2021-05-10T14:01:29.479Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-10T14:01:29.479Z] + tar -C deps -z -x -f - [2021-05-10T14:01:29.479Z] --2021-05-10 14:01:29-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-10T14:01:29.479Z] Resolving github.com... 140.82.112.3 [2021-05-10T14:01:29.479Z] Connecting to github.com|140.82.112.3|:443... connected. [2021-05-10T14:01:29.753Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T14:01:29.754Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-10T14:01:29.754Z] --2021-05-10 14:01:29-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-10T14:01:29.754Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-10T14:01:29.754Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-10T14:01:30.027Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T14:01:30.027Z] Length: unspecified [application/x-gzip] [2021-05-10T14:01:30.027Z] Saving to: 'STDOUT' [2021-05-10T14:01:30.027Z] [2021-05-10T14:01:30.027Z] 0K .......... ......  729K=0.02s [2021-05-10T14:01:30.027Z] [2021-05-10T14:01:30.027Z] 2021-05-10 14:01:29 (729 KB/s) - written to stdout [16451] [2021-05-10T14:01:30.027Z] [2021-05-10T14:01:30.027Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-10T14:01:30.027Z] + wget -O+ -tar https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-10T14:01:30.027Z] -C deps -z -x -f - [2021-05-10T14:01:30.027Z] --2021-05-10 14:01:29-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-10T14:01:30.027Z] Resolving github.com... 140.82.112.3 [2021-05-10T14:01:30.027Z] Connecting to github.com|140.82.112.3|:443... connected. [2021-05-10T14:01:30.027Z] HTTP request sent, awaiting response... 302 Found [2021-05-10T14:01:30.027Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-10T14:01:30.027Z] --2021-05-10 14:01:30-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-10T14:01:30.027Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-10T14:01:30.300Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-10T14:01:30.300Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T14:01:30.300Z] Length: unspecified [application/x-gzip] [2021-05-10T14:01:30.300Z] Saving to: 'STDOUT' [2021-05-10T14:01:30.300Z]  [2021-05-10T14:01:30.300Z] 0K .......... .......... .......... .......... .......... 670K [2021-05-10T14:01:30.573Z] 50K .......... .......... .......... .......... .......... 1023K [2021-05-10T14:01:30.573Z] 100K .......... .......... .......... .......... .......... 813K [2021-05-10T14:01:30.573Z] 150K .......... .......... .......   1.23M=0.2s [2021-05-10T14:01:30.573Z] [2021-05-10T14:01:30.573Z] 2021-05-10 14:01:30 (858 KB/s) - written to stdout [181796] [2021-05-10T14:01:30.573Z] [2021-05-10T14:01:30.573Z] + mkdir -p src/c/iot [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-10T14:01:30.573Z] + mkdir -p include/iot [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-05-10T14:01:30.573Z] + mkdir -p include/iot/os [2021-05-10T14:01:30.573Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-05-10T14:01:30.573Z] + mkdir -p /tmp/sdk/build/release [2021-05-10T14:01:30.573Z] + cd /tmp/sdk/build/release [2021-05-10T14:01:30.573Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-10T14:01:30.858Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T14:01:30.858Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T14:01:31.134Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T14:01:31.134Z] -- Detecting C compiler ABI info [2021-05-10T14:01:31.406Z] -- Detecting C compiler ABI info - done [2021-05-10T14:01:31.406Z] -- Detecting C compile features [2021-05-10T14:01:32.389Z] -- Detecting C compile features - done [2021-05-10T14:01:32.389Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-10T14:01:32.389Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-10T14:01:32.389Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-10T14:01:32.389Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-10T14:01:32.389Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-10T14:01:32.389Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-10T14:01:32.389Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-10T14:01:32.389Z] -- C SDK 0.0.0 for Linux [2021-05-10T14:01:32.389Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-10T14:01:32.389Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-10T14:01:32.389Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-10T14:01:32.666Z] -- Configuring done [2021-05-10T14:01:32.939Z] -- Generating done [2021-05-10T14:01:32.939Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-10T14:01:32.939Z] + + teemake release.log [2021-05-10T14:01:32.939Z] all package [2021-05-10T14:01:32.939Z] Scanning dependencies of target csdk [2021-05-10T14:01:33.210Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-10T14:01:33.803Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-10T14:01:34.080Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-10T14:01:36.059Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-10T14:01:36.656Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-10T14:01:36.656Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-10T14:01:37.254Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-10T14:01:37.847Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-10T14:01:37.847Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-10T14:01:39.284Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-10T14:01:40.720Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-10T14:01:40.993Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-10T14:01:41.588Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-10T14:01:42.191Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-10T14:01:42.464Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-10T14:01:42.464Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-10T14:01:42.744Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-10T14:01:45.368Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-10T14:01:45.640Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-10T14:01:45.912Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-10T14:01:46.207Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-10T14:01:46.801Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-10T14:01:47.394Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-10T14:01:50.005Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-10T14:01:50.005Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-10T14:01:50.005Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-10T14:01:50.596Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-10T14:01:51.186Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-10T14:01:51.186Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-10T14:01:52.157Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-10T14:01:52.431Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-10T14:01:53.027Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-10T14:01:53.297Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-10T14:01:55.261Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-10T14:01:55.261Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-10T14:01:56.237Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-10T14:01:56.509Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-10T14:02:00.799Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-10T14:02:00.799Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-10T14:02:01.072Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-10T14:02:01.669Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-10T14:02:02.266Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-10T14:02:03.695Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-10T14:02:05.684Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-10T14:02:09.067Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-10T14:02:09.067Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-10T14:02:09.660Z] [ 74%] Linking C shared library libcsdk.so [2021-05-10T14:02:09.660Z] [ 74%] Built target csdk [2021-05-10T14:02:09.660Z] Scanning dependencies of target template [2021-05-10T14:02:09.933Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-10T14:02:10.526Z] [ 77%] Linking C executable template [2021-05-10T14:02:10.526Z] [ 77%] Built target template [2021-05-10T14:02:10.797Z] Scanning dependencies of target device-counter [2021-05-10T14:02:10.797Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-10T14:02:11.068Z] [ 80%] Linking C executable device-counter [2021-05-10T14:02:11.342Z] [ 80%] Built target device-counter [2021-05-10T14:02:11.342Z] Scanning dependencies of target device-random [2021-05-10T14:02:11.342Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-10T14:02:11.937Z] [ 84%] Linking C executable device-random [2021-05-10T14:02:12.211Z] [ 84%] Built target device-random [2021-05-10T14:02:12.211Z] Scanning dependencies of target device-gyro [2021-05-10T14:02:12.211Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-10T14:02:12.486Z] [ 87%] Linking C executable device-gyro [2021-05-10T14:02:12.761Z] [ 87%] Built target device-gyro [2021-05-10T14:02:12.761Z] Scanning dependencies of target device-bitfields [2021-05-10T14:02:12.761Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-10T14:02:13.358Z] [ 90%] Linking C executable device-bitfields [2021-05-10T14:02:13.358Z] [ 90%] Built target device-bitfields [2021-05-10T14:02:13.358Z] Scanning dependencies of target template-discovery [2021-05-10T14:02:13.358Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-10T14:02:13.958Z] [ 93%] Linking C executable template-discovery [2021-05-10T14:02:14.233Z] [ 93%] Built target template-discovery [2021-05-10T14:02:14.233Z] Scanning dependencies of target device-file [2021-05-10T14:02:14.233Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-10T14:02:14.829Z] [ 96%] Linking C executable device-file [2021-05-10T14:02:15.101Z] [ 96%] Built target device-file [2021-05-10T14:02:15.101Z] Scanning dependencies of target device-terminal [2021-05-10T14:02:15.101Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-10T14:02:15.693Z] [100%] Linking C executable device-terminal [2021-05-10T14:02:15.967Z] [100%] Built target device-terminal [2021-05-10T14:02:15.967Z] Run CPack packaging tool... [2021-05-10T14:02:15.967Z] CPack: Create package using TGZ [2021-05-10T14:02:15.967Z] CPack: Install projects [2021-05-10T14:02:15.967Z] CPack: - Run preinstall target for: Csdk [2021-05-10T14:02:16.565Z] CPack: - Install project: Csdk [2021-05-10T14:02:16.565Z] CPack: Create package [2021-05-10T14:02:16.565Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-10T14:02:16.565Z] + '[' false '=' true ] [2021-05-10T14:02:16.565Z] + '[' false '=' true ] [2021-05-10T14:02:16.565Z] + mkdir -p /tmp/sdk/build/debug [2021-05-10T14:02:16.565Z] + cd /tmp/sdk/build/debug [2021-05-10T14:02:16.565Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-10T14:02:16.838Z] -- The C compiler identification is GNU 8.3.0 [2021-05-10T14:02:17.111Z] -- Check for working C compiler: /usr/bin/cc [2021-05-10T14:02:17.111Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-10T14:02:17.111Z] -- Detecting C compiler ABI info [2021-05-10T14:02:17.385Z] -- Detecting C compiler ABI info - done [2021-05-10T14:02:17.385Z] -- Detecting C compile features [2021-05-10T14:02:18.365Z] -- Detecting C compile features - done [2021-05-10T14:02:18.365Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-10T14:02:18.365Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-10T14:02:18.365Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-10T14:02:18.365Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-10T14:02:18.365Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-10T14:02:18.365Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-10T14:02:18.365Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-10T14:02:18.365Z] -- C SDK 0.0.0 for Linux [2021-05-10T14:02:18.365Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-10T14:02:18.365Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-10T14:02:18.637Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-10T14:02:18.637Z] -- Configuring done [2021-05-10T14:02:18.910Z] -- Generating done [2021-05-10T14:02:18.910Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-10T14:02:18.910Z] + + teemake debug.log [2021-05-10T14:02:18.910Z] [2021-05-10T14:02:18.910Z] Scanning dependencies of target csdk [2021-05-10T14:02:19.184Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-10T14:02:19.457Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-10T14:02:19.729Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-10T14:02:20.324Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-10T14:02:20.595Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-10T14:02:20.870Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-10T14:02:21.142Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-10T14:02:21.415Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-10T14:02:21.712Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-10T14:02:21.986Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-10T14:02:22.580Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-10T14:02:22.852Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-10T14:02:23.124Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-10T14:02:23.396Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-10T14:02:23.668Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-10T14:02:23.668Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-10T14:02:23.940Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-10T14:02:24.535Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-10T14:02:24.807Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-10T14:02:25.081Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-10T14:02:25.353Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-10T14:02:25.353Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-10T14:02:25.626Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-10T14:02:26.605Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-10T14:02:26.605Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-10T14:02:26.877Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-10T14:02:27.148Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-10T14:02:27.421Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-10T14:02:27.421Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-10T14:02:27.693Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-10T14:02:27.965Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-10T14:02:28.238Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-10T14:02:28.510Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-10T14:02:28.783Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-10T14:02:29.059Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-10T14:02:29.331Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-10T14:02:29.604Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-10T14:02:30.579Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-10T14:02:30.852Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-10T14:02:31.125Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-10T14:02:31.397Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-10T14:02:31.670Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-10T14:02:32.647Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-10T14:02:33.242Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-10T14:02:33.842Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-10T14:02:34.114Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-10T14:02:34.387Z] [ 74%] Linking C shared library libcsdk.so [2021-05-10T14:02:34.659Z] [ 74%] Built target csdk [2021-05-10T14:02:34.659Z] Scanning dependencies of target template [2021-05-10T14:02:34.659Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-10T14:02:34.931Z] [ 77%] Linking C executable template [2021-05-10T14:02:35.203Z] [ 77%] Built target template [2021-05-10T14:02:35.203Z] Scanning dependencies of target device-counter [2021-05-10T14:02:35.203Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-10T14:02:35.475Z] [ 80%] Linking C executable device-counter [2021-05-10T14:02:35.748Z] [ 80%] Built target device-counter [2021-05-10T14:02:35.748Z] Scanning dependencies of target device-random [2021-05-10T14:02:35.748Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-10T14:02:36.020Z] [ 84%] Linking C executable device-random [2021-05-10T14:02:36.020Z] [ 84%] Built target device-random [2021-05-10T14:02:36.293Z] Scanning dependencies of target device-gyro [2021-05-10T14:02:36.293Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-10T14:02:36.293Z] [ 87%] Linking C executable device-gyro [2021-05-10T14:02:36.567Z] [ 87%] Built target device-gyro [2021-05-10T14:02:36.567Z] Scanning dependencies of target device-bitfields [2021-05-10T14:02:36.567Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-10T14:02:36.842Z] [ 90%] Linking C executable device-bitfields [2021-05-10T14:02:37.114Z] [ 90%] Built target device-bitfields [2021-05-10T14:02:37.114Z] Scanning dependencies of target template-discovery [2021-05-10T14:02:37.114Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-10T14:02:37.386Z] [ 93%] Linking C executable template-discovery [2021-05-10T14:02:37.659Z] [ 93%] Built target template-discovery [2021-05-10T14:02:37.659Z] Scanning dependencies of target device-file [2021-05-10T14:02:37.659Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-10T14:02:37.933Z] [ 96%] Linking C executable device-file [2021-05-10T14:02:38.205Z] [ 96%] Built target device-file [2021-05-10T14:02:38.205Z] Scanning dependencies of target device-terminal [2021-05-10T14:02:38.205Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-10T14:02:38.479Z] [100%] Linking C executable device-terminal [2021-05-10T14:02:38.753Z] [100%] Built target device-terminal [2021-05-10T14:02:38.753Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:38.753Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] [ 74%] Built target csdk [2021-05-10T14:02:39.025Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] [ 77%] Built target template [2021-05-10T14:02:39.025Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] [ 80%] Built target device-counter [2021-05-10T14:02:39.025Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] [ 84%] Built target device-random [2021-05-10T14:02:39.025Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.025Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] [ 87%] Built target device-gyro [2021-05-10T14:02:39.297Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] [ 90%] Built target device-bitfields [2021-05-10T14:02:39.297Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] [ 93%] Built target template-discovery [2021-05-10T14:02:39.297Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] [ 96%] Built target device-file [2021-05-10T14:02:39.297Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] [100%] Built target device-terminal [2021-05-10T14:02:39.297Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:39.297Z] Install the project... [2021-05-10T14:02:39.297Z] -- Install configuration: "Release" [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-10T14:02:39.297Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-10T14:02:39.297Z] -- Up-to-date: /usr/local/include [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/devsdk [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/json.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/container.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/component.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/time.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/os [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/data.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/os.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/include/iot/config.h [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-10T14:02:39.297Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-10T14:02:39.297Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-10T14:02:41.925Z] Removing intermediate container 8f955b72190c [2021-05-10T14:02:41.925Z] ---> c287f362ced2 [2021-05-10T14:02:41.925Z] Step 16/25 : FROM ${BASE} [2021-05-10T14:02:41.925Z] ---> b23d30803547 [2021-05-10T14:02:41.925Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-10T14:02:41.925Z] ---> Running in cc4463d9f171 [2021-05-10T14:02:41.925Z] Removing intermediate container cc4463d9f171 [2021-05-10T14:02:41.925Z] ---> a14c9f6d3d4c [2021-05-10T14:02:41.925Z] Step 18/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T14:02:42.196Z] ---> Running in 5123b8554092 [2021-05-10T14:02:43.175Z] Connecting to iotech.jfrog.io (54.76.134.205:443) [2021-05-10T14:02:43.770Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-10T14:02:43.770Z] [2021-05-10T14:02:44.835Z] Removing intermediate container 5123b8554092 [2021-05-10T14:02:44.835Z] ---> cd68ba1ba822 [2021-05-10T14:02:44.835Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T14:02:44.835Z] ---> Running in 840c8eb88171 [2021-05-10T14:02:47.579Z] Removing intermediate container 840c8eb88171 [2021-05-10T14:02:47.579Z] ---> 0fdaa1e773ba [2021-05-10T14:02:47.579Z] Step 20/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid paho-mqtt-c-dev hiredis-dev [2021-05-10T14:02:47.579Z] ---> Running in 4398ec1b5f65 [2021-05-10T14:02:48.591Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-10T14:02:51.216Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-10T14:02:53.822Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-10T14:02:54.411Z] (1/6) Installing curl (7.64.0-r5) [2021-05-10T14:02:57.008Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-10T14:02:57.278Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-10T14:02:57.866Z] (4/6) Installing libuuid (2.33-r0) [2021-05-10T14:02:58.137Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-10T14:02:59.560Z] (6/6) Installing wget (1.20.3-r0) [2021-05-10T14:03:02.163Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T14:03:02.163Z] OK: 283 MiB in 81 packages [2021-05-10T14:03:03.141Z] Removing intermediate container 4398ec1b5f65 [2021-05-10T14:03:03.141Z] ---> 287a337fb60b [2021-05-10T14:03:03.141Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-10T14:03:03.734Z] ---> 98da124602f9 [2021-05-10T14:03:03.735Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-10T14:03:04.709Z] ---> c5b4ed910a06 [2021-05-10T14:03:04.709Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-10T14:03:05.328Z] ---> 626ce7bd50d8 [2021-05-10T14:03:05.329Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-10T14:03:06.304Z] ---> 7daa8a94bfac [2021-05-10T14:03:06.304Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-10T14:03:06.895Z] ---> 5df0f9210098 [2021-05-10T14:03:06.895Z] Successfully built 5df0f9210098 [2021-05-10T14:03:06.895Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:03:07.316Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T14:03:07.316Z] . [Pipeline] withDockerContainer [2021-05-10T14:03:07.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-4086 does not seem to be running inside a container [2021-05-10T14:03:07.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/4 -v /w/workspace/device-sdk-c/4:/w/workspace/device-sdk-c/4:rw,z -v /w/workspace/device-sdk-c/4@tmp:/w/workspace/device-sdk-c/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T14:03:09.116Z] $ docker top 6f820401363b571a61be0ac98d592f274b44662d60daf430f7423850a7910b85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T14:03:10.073Z] + make test [2021-05-10T14:03:10.073Z] echo "make test" [2021-05-10T14:03:10.073Z] make test [Pipeline] } [2021-05-10T14:03:10.091Z] $ docker stop --time=1 6f820401363b571a61be0ac98d592f274b44662d60daf430f7423850a7910b85 [2021-05-10T14:03:12.223Z] $ docker rm -f 6f820401363b571a61be0ac98d592f274b44662d60daf430f7423850a7910b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T14:03:12.924Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T14:03:13.260Z] + ls -al . [2021-05-10T14:03:13.260Z] total 192 [2021-05-10T14:03:13.260Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 13:59 . [2021-05-10T14:03:13.260Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 13:59 .. [2021-05-10T14:03:13.260Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 13:59 .git [2021-05-10T14:03:13.260Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 13:59 .github [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 176 May 10 13:59 .gitignore [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 3104 May 10 13:59 Attribution.txt [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 7200 May 10 13:59 CHANGES [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 108574 May 10 13:59 Doxyfile [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 784 May 10 13:59 Jenkinsfile [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 10 13:59 LICENSE [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 444 May 10 13:59 Makefile [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 4090 May 10 13:59 README.md [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 6654 May 10 13:59 README.v2.md [2021-05-10T14:03:13.260Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 13:55 VERSION [2021-05-10T14:03:13.260Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 13:59 docs [2021-05-10T14:03:13.260Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 13:59 include [2021-05-10T14:03:13.260Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 13:59 scripts [2021-05-10T14:03:13.260Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 13:59 src [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:03:13.598Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=63d298beb62aade60f789e0b5cf9463f6e62bdf2 --label arch=arm64 --label version=0.0.0 . [2021-05-10T14:03:14.195Z] Sending build context to Docker daemon 2.641MB [2021-05-10T14:03:14.195Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-10T14:03:14.195Z] Step 2/17 : FROM ${BASE} [2021-05-10T14:03:14.195Z] ---> 5df0f9210098 [2021-05-10T14:03:14.195Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-10T14:03:14.465Z] ---> Running in 0588e3fa531f [2021-05-10T14:03:14.737Z] Removing intermediate container 0588e3fa531f [2021-05-10T14:03:14.737Z] ---> bdc5da9b47ff [2021-05-10T14:03:14.737Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-10T14:03:15.008Z] ---> Running in 2538b85a81f0 [2021-05-10T14:03:15.983Z] --2021-05-10 14:03:15-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-10T14:03:15.984Z] Resolving iotech.jfrog.io... 52.209.226.76, 54.76.134.205, 34.255.152.89, ... [2021-05-10T14:03:16.254Z] Connecting to iotech.jfrog.io|52.209.226.76|:443... connected. [2021-05-10T14:03:16.526Z] HTTP request sent, awaiting response... 200 OK [2021-05-10T14:03:16.526Z] Length: 451 [application/octet-stream] [2021-05-10T14:03:16.526Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-10T14:03:16.526Z] [2021-05-10T14:03:16.526Z] 0K      100% 17.4M=0s [2021-05-10T14:03:16.526Z] [2021-05-10T14:03:16.526Z] 2021-05-10 14:03:16 (17.4 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-10T14:03:16.526Z] [2021-05-10T14:03:17.500Z] Removing intermediate container 2538b85a81f0 [2021-05-10T14:03:17.500Z] ---> 8535cdbef82e [2021-05-10T14:03:17.500Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-10T14:03:17.775Z] ---> Running in 13ec0677b05b [2021-05-10T14:03:19.747Z] Removing intermediate container 13ec0677b05b [2021-05-10T14:03:19.747Z] ---> 9f00521c0473 [2021-05-10T14:03:19.747Z] Step 6/17 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev paho-mqtt-c-dev hiredis-dev && mkdir -p /edgex-c-sdk/build [2021-05-10T14:03:19.747Z] ---> Running in 4c3eadf0889c [2021-05-10T14:03:20.736Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-10T14:03:30.844Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-10T14:03:31.814Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-10T14:03:32.404Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-10T14:03:32.675Z] (2/6) Installing libblkid (2.33-r0) [2021-05-10T14:03:33.267Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-10T14:03:33.539Z] (4/6) Installing libmount (2.33-r0) [2021-05-10T14:03:33.809Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-10T14:03:34.079Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-10T14:03:35.501Z] Executing busybox-1.29.3-r10.trigger [2021-05-10T14:03:35.501Z] OK: 287 MiB in 87 packages [2021-05-10T14:03:36.928Z] Removing intermediate container 4c3eadf0889c [2021-05-10T14:03:36.928Z] ---> 2c1d41309f3b [2021-05-10T14:03:36.928Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-10T14:03:37.521Z] ---> b1371fd959cf [2021-05-10T14:03:37.521Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-10T14:03:38.497Z] ---> 8679c37c5709 [2021-05-10T14:03:38.497Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-10T14:03:39.088Z] ---> 6c2a62eac8ed [2021-05-10T14:03:39.089Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-10T14:03:39.679Z] ---> 2b2e25f0fafc [2021-05-10T14:03:39.679Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2021-05-10T14:03:40.270Z] ---> d3db65416392 [2021-05-10T14:03:40.270Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-10T14:03:40.863Z] ---> 40425ae67435 [2021-05-10T14:03:40.863Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-10T14:03:41.133Z] ---> Running in db796bb09809 [2021-05-10T14:03:41.406Z] Removing intermediate container db796bb09809 [2021-05-10T14:03:41.406Z] ---> 47a3e20d9649 [2021-05-10T14:03:41.406Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-10T14:03:41.678Z] ---> Running in 67679f067498 [2021-05-10T14:03:41.951Z] Removing intermediate container 67679f067498 [2021-05-10T14:03:41.951Z] ---> 8689cd8e0d56 [2021-05-10T14:03:41.951Z] Step 15/17 : LABEL arch=arm64 [2021-05-10T14:03:42.224Z] ---> Running in 6cf54eec3e37 [2021-05-10T14:03:42.504Z] Removing intermediate container 6cf54eec3e37 [2021-05-10T14:03:42.504Z] ---> 7b32c20e973d [2021-05-10T14:03:42.504Z] Step 16/17 : LABEL git_sha=63d298beb62aade60f789e0b5cf9463f6e62bdf2 [2021-05-10T14:03:42.783Z] ---> Running in d1f2b8fd64b4 [2021-05-10T14:03:43.061Z] Removing intermediate container d1f2b8fd64b4 [2021-05-10T14:03:43.061Z] ---> fbf202ff753a [2021-05-10T14:03:43.061Z] Step 17/17 : LABEL version=0.0.0 [2021-05-10T14:03:43.355Z] ---> Running in d51cf438d957 [2021-05-10T14:03:43.629Z] Removing intermediate container d51cf438d957 [2021-05-10T14:03:43.629Z] ---> 4f85bf4f346c [2021-05-10T14:03:43.629Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-10T14:03:43.901Z] Successfully built 4f85bf4f346c [2021-05-10T14:03:43.901Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:03:44.786Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:03:45.374Z] ---> package-listing.sh [2021-05-10T14:03:45.374Z] ++ facter osfamily [2021-05-10T14:03:45.374Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T14:03:45.374Z] + OS_FAMILY=redhat [2021-05-10T14:03:45.374Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-343 [2021-05-10T14:03:45.374Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T14:03:45.374Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T14:03:45.374Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T14:03:45.374Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T14:03:45.374Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-343 ']' [2021-05-10T14:03:45.374Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T14:03:45.374Z] + case "${OS_FAMILY}" in [2021-05-10T14:03:45.374Z] + rpm -qa [2021-05-10T14:03:45.374Z] + sort [2021-05-10T14:03:50.754Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T14:03:50.754Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T14:03:50.754Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T14:03:50.754Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-343 ']' [2021-05-10T14:03:50.754Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-343/archives/ [2021-05-10T14:03:50.754Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-343/archives/ [Pipeline] echo [2021-05-10T14:03:50.769Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-343/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T14:03:51.087Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:03:51.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:03:52.041Z] [2021-05-10T14:03:52.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:03:52.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:03:52.392Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T14:03:52.392Z] df20fa9351a1: Pulling fs layer [2021-05-10T14:03:52.392Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T14:03:52.392Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T14:03:52.392Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T14:03:52.392Z] 93b61091891f: Pulling fs layer [2021-05-10T14:03:52.392Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T14:03:52.392Z] 5e14af77c1be: Pulling fs layer [2021-05-10T14:03:52.392Z] 01666e4c0597: Pulling fs layer [2021-05-10T14:03:52.393Z] aa168da1d23b: Pulling fs layer [2021-05-10T14:03:52.393Z] 46f8f816bc3b: Waiting [2021-05-10T14:03:52.393Z] 93b61091891f: Waiting [2021-05-10T14:03:52.393Z] 93b9cdb0e59b: Waiting [2021-05-10T14:03:52.393Z] 5e14af77c1be: Waiting [2021-05-10T14:03:52.393Z] 01666e4c0597: Waiting [2021-05-10T14:03:52.393Z] aa168da1d23b: Waiting [2021-05-10T14:03:52.393Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T14:03:52.393Z] 36b3adc4ff6f: Download complete [2021-05-10T14:03:52.393Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T14:03:52.393Z] 46f8f816bc3b: Download complete [2021-05-10T14:03:52.660Z] df20fa9351a1: Verifying Checksum [2021-05-10T14:03:52.660Z] df20fa9351a1: Download complete [2021-05-10T14:03:52.660Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T14:03:52.660Z] 93b9cdb0e59b: Download complete [2021-05-10T14:03:52.660Z] 5e14af77c1be: Verifying Checksum [2021-05-10T14:03:52.660Z] 5e14af77c1be: Download complete [2021-05-10T14:03:52.660Z] 93b61091891f: Verifying Checksum [2021-05-10T14:03:52.660Z] 93b61091891f: Download complete [2021-05-10T14:03:52.660Z] 01666e4c0597: Verifying Checksum [2021-05-10T14:03:52.660Z] 01666e4c0597: Download complete [2021-05-10T14:03:52.660Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T14:03:52.660Z] 8ad3a11d3b57: Download complete [2021-05-10T14:03:53.261Z] df20fa9351a1: Pull complete [2021-05-10T14:03:53.531Z] 36b3adc4ff6f: Pull complete [2021-05-10T14:03:54.501Z] 8ad3a11d3b57: Pull complete [2021-05-10T14:03:55.103Z] 46f8f816bc3b: Pull complete [2021-05-10T14:03:55.683Z] 93b61091891f: Pull complete [2021-05-10T14:03:55.683Z] 93b9cdb0e59b: Pull complete [2021-05-10T14:03:55.950Z] 5e14af77c1be: Pull complete [2021-05-10T14:03:55.950Z] aa168da1d23b: Verifying Checksum [2021-05-10T14:03:55.950Z] aa168da1d23b: Download complete [2021-05-10T14:03:55.950Z] 01666e4c0597: Pull complete [2021-05-10T14:04:06.041Z] aa168da1d23b: Pull complete [2021-05-10T14:04:06.041Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T14:04:06.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:04:06.041Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T14:04:06.287Z] prd-centos7-docker-4c-2g-4081 does not seem to be running inside a container [2021-05-10T14:04:06.337Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-343/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-sdk-c_PR-343 -v /w/workspace/edgexfoundry_device-sdk-c_PR-343:/w/workspace/edgexfoundry_device-sdk-c_PR-343:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-343@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:alpine cat [2021-05-10T14:04:09.709Z] $ docker top d624180a84c88b210eadfb968f83d7637b90350a5fee910a060437e8e4af8f3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T14:04:10.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T14:04:10.588Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T14:04:10.915Z] + ls /var/log/sa-host [2021-05-10T14:04:10.915Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T14:04:10.915Z] file_magic: OK [2021-05-10T14:04:10.915Z] HZ: Using current value: 100 [2021-05-10T14:04:10.915Z] file_header: OK [2021-05-10T14:04:10.915Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T14:04:10.915Z] Statistics: [2021-05-10T14:04:10.915Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T14:04:10.915Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T14:04:10.915Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T14:04:10.915Z] file_magic: OK [2021-05-10T14:04:10.915Z] HZ: Using current value: 100 [2021-05-10T14:04:10.915Z] file_header: OK [2021-05-10T14:04:10.915Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T14:04:10.915Z] Statistics: [2021-05-10T14:04:10.915Z] Hnuu...uuuununununu... [2021-05-10T14:04:10.915Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T14:04:11.552Z] provisioning config files... [2021-05-10T14:04:11.571Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/config2566691985961451668tmp [Pipeline] { [Pipeline] echo [2021-05-10T14:04:11.594Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:04:11.904Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T14:04:11.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T14:04:11.938Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:04:12.254Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T14:04:12.269Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:04:12.585Z] ---> sudo-logs.sh [2021-05-10T14:04:12.585Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T14:04:12.614Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:04:12.923Z] ---> job-cost.sh [2021-05-10T14:04:12.923Z] lf-activate-venv: SKIPPING [2021-05-10T14:04:12.923Z] INFO: No Stack... [2021-05-10T14:04:14.325Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T14:04:14.589Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T14:04:14.612Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:04:14.924Z] ---> logs-deploy.sh [2021-05-10T14:04:14.924Z] lf-activate-venv: SKIPPING [2021-05-10T14:04:14.924Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-343/4 [2021-05-10T14:04:14.924Z] INFO: archiving workspace using pattern(s): [2021-05-10T14:04:16.865Z] Archives upload complete. [2021-05-10T14:04:17.129Z] INFO: archiving logs to Nexus