Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 11dca0682671ac21648f2eee6e4306387f0e3104 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.9-base, dockerFilePath:scripts/Dockerfile.alpine-3.9, 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-3.9 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.9-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1870 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # 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/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 11dca0682671ac21648f2eee6e4306387f0e3104 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 11dca0682671ac21648f2eee6e4306387f0e3104 # timeout=10 Commit message: "Merge pull request #265 from iain-anderson/compat-fixes" > git rev-list --no-walk 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-04T14:05:16.118Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-04T14:05:16.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-04T14:05:16.248Z] ========================================================= [2020-06-04T14:05:16.248Z] EdgeX Global Pipelines Version Info [2020-06-04T14:05:16.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:05:17.742Z] ------------------- [2020-06-04T14:05:17.742Z] stable info: [2020-06-04T14:05:17.742Z] ------------------- [2020-06-04T14:05:17.742Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-04T14:05:17.742Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-04T14:05:17.742Z] Message: update stable to v1.0.89 [2020-06-04T14:05:18.313Z] ------------------- [2020-06-04T14:05:18.313Z] experimental info: [2020-06-04T14:05:18.313Z] ------------------- [2020-06-04T14:05:18.313Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-04T14:05:18.313Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-04T14:05:18.313Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:05:19.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T14:05:19.732Z] [2020-06-04T14:05:19.732Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:05:20.056Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T14:05:20.056Z] latest: Pulling from edgex-devops/git-semver [2020-06-04T14:05:20.056Z] 9123ac7c32f7: Pulling fs layer [2020-06-04T14:05:20.056Z] b8cc5d1170e3: Pulling fs layer [2020-06-04T14:05:20.056Z] 2924cbbf6a41: Pulling fs layer [2020-06-04T14:05:20.056Z] 93b08a4f1073: Pulling fs layer [2020-06-04T14:05:20.056Z] 93b08a4f1073: Waiting [2020-06-04T14:05:20.056Z] b8cc5d1170e3: Verifying Checksum [2020-06-04T14:05:20.056Z] b8cc5d1170e3: Download complete [2020-06-04T14:05:20.318Z] 9123ac7c32f7: Verifying Checksum [2020-06-04T14:05:20.318Z] 9123ac7c32f7: Download complete [2020-06-04T14:05:20.318Z] 93b08a4f1073: Verifying Checksum [2020-06-04T14:05:20.318Z] 93b08a4f1073: Download complete [2020-06-04T14:05:20.318Z] 2924cbbf6a41: Verifying Checksum [2020-06-04T14:05:20.318Z] 2924cbbf6a41: Download complete [2020-06-04T14:05:20.581Z] 9123ac7c32f7: Pull complete [2020-06-04T14:05:20.581Z] b8cc5d1170e3: Pull complete [2020-06-04T14:05:21.533Z] 2924cbbf6a41: Pull complete [2020-06-04T14:05:21.533Z] 93b08a4f1073: Pull complete [2020-06-04T14:05:21.533Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-04T14:05:21.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-04T14:05:21.670Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:05:21.712Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-04T14:05:22.394Z] $ docker top 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-04T14:05:22.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T14:05:22.601Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T14:05:22.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T14:05:22.840Z] $ docker exec 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 ssh-agent [2020-06-04T14:05:23.017Z] SSH_AUTH_SOCK=/tmp/ssh-hminGvJrsDyO/agent.15 [2020-06-04T14:05:23.017Z] SSH_AGENT_PID=22 [2020-06-04T14:05:23.026Z] Running ssh-add (command line suppressed) [2020-06-04T14:05:23.167Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2394127731021916441.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2394127731021916441.key) [2020-06-04T14:05:23.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T14:05:23.528Z] + git describe --exact-match --tags HEAD [2020-06-04T14:05:23.528Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-04T14:05:23.655Z] $ docker exec --env ******** --env ******** 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 ssh-agent -k [2020-06-04T14:05:23.868Z] unset SSH_AUTH_SOCK; [2020-06-04T14:05:23.868Z] unset SSH_AGENT_PID; [2020-06-04T14:05:23.868Z] echo Agent pid 22 killed; [2020-06-04T14:05:23.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-04T14:05:23.959Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-04T14:05:23.959Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-04T14:05:24.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T14:05:24.012Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T14:05:24.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T14:05:24.211Z] $ docker exec 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 ssh-agent [2020-06-04T14:05:24.407Z] SSH_AUTH_SOCK=/tmp/ssh-L2Zs2Lfu97Ws/agent.56 [2020-06-04T14:05:24.407Z] SSH_AGENT_PID=63 [2020-06-04T14:05:24.414Z] Running ssh-add (command line suppressed) [2020-06-04T14:05:24.556Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8045096618169848965.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8045096618169848965.key) [2020-06-04T14:05:24.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T14:05:24.903Z] + git semver init [2020-06-04T14:05:24.904Z] # -> Open(): unable to determine branch for HEAD [2020-06-04T14:05:24.904Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-04T14:05:24.904Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:05:24.904Z] # $SEMVER_REMOTE_NAME = origin [2020-06-04T14:05:24.904Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-04T14:05:24.904Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-04T14:05:24.904Z] # $SEMVER_BRANCH = master [2020-06-04T14:05:24.904Z] # $SEMVER_TEMP = /tmp/semver-082942707 [2020-06-04T14:05:24.904Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-04T14:05:25.479Z] # '/tmp/semver-082942707' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-06-04T14:05:25.479Z] # -> Force: false [2020-06-04T14:05:25.479Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-04T14:05:25.490Z] $ docker exec --env ******** --env ******** 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 ssh-agent -k [2020-06-04T14:05:25.627Z] unset SSH_AUTH_SOCK; [2020-06-04T14:05:25.628Z] unset SSH_AGENT_PID; [2020-06-04T14:05:25.628Z] echo Agent pid 63 killed; [2020-06-04T14:05:25.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-04T14:05:26.029Z] + git semver [Pipeline] } [2020-06-04T14:05:26.046Z] $ docker stop --time=1 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 [2020-06-04T14:05:27.404Z] $ docker rm -f 6d9ba5660d2f87e45557cda7ed7e114b74945da3bb96dd19be8db493bcb88e77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-04T14:05:28.042Z] Stashed 41 file(s) [Pipeline] echo [2020-06-04T14:05:28.044Z] [edgeXSemver] initialized semver on version 1.2.1-dev.3 [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 [2020-06-04T14:05:43.193Z] Still waiting to schedule task [2020-06-04T14:05:43.193Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1870’ [2020-06-04T14:05:43.195Z] Still waiting to schedule task [2020-06-04T14:05:43.195Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-04T14:08:08.404Z] Running on prd-centos7-docker-4c-2g-1872 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-04T14:08:08.432Z] Running in /w/workspace/device-sdk-c/24 [Pipeline] { [Pipeline] checkout [2020-06-04T14:08:11.772Z] using credential edgex-jenkins-ssh [2020-06-04T14:08:11.798Z] Cloning the remote Git repository [2020-06-04T14:08:11.798Z] Cloning with configured refspecs honoured and without tags [2020-06-04T14:08:11.285Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:08:11.370Z] > git init /w/workspace/device-sdk-c/24 # timeout=10 [2020-06-04T14:08:11.438Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:08:11.438Z] > git --version # timeout=10 [2020-06-04T14:08:11.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T14:08:12.715Z] Fetching without tags [2020-06-04T14:08:11.489Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:08:12.214Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T14:08:12.226Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:08:12.237Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T14:08:12.252Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:08:12.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T14:08:12.261Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:08:13.193Z] Checking out Revision 11dca0682671ac21648f2eee6e4306387f0e3104 (master) [2020-06-04T14:08:12.775Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T14:08:12.782Z] > git checkout -f 11dca0682671ac21648f2eee6e4306387f0e3104 # timeout=10 [2020-06-04T14:08:16.983Z] Commit message: "Merge pull request #265 from iain-anderson/compat-fixes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-04T14:08:17.789Z] ========================================================= [2020-06-04T14:08:17.790Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-04T14:08:17.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:08:18.492Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.9-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-06-04T14:08:18.753Z] Sending build context to Docker daemon 3.24MB [2020-06-04T14:08:18.753Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-04T14:08:18.753Z] Step 2/21 : FROM ${BASE} as builder [2020-06-04T14:08:19.017Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-04T14:08:19.017Z] e7c96db7181b: Pulling fs layer [2020-06-04T14:08:19.017Z] 4c13bbce0fe7: Pulling fs layer [2020-06-04T14:08:19.017Z] 6059c847ac2f: Pulling fs layer [2020-06-04T14:08:19.017Z] 4c13bbce0fe7: Verifying Checksum [2020-06-04T14:08:19.017Z] 4c13bbce0fe7: Download complete [2020-06-04T14:08:19.017Z] e7c96db7181b: Verifying Checksum [2020-06-04T14:08:19.017Z] e7c96db7181b: Download complete [2020-06-04T14:08:19.278Z] e7c96db7181b: Pull complete [2020-06-04T14:08:19.278Z] 4c13bbce0fe7: Pull complete [2020-06-04T14:08:20.233Z] 6059c847ac2f: Verifying Checksum [2020-06-04T14:08:20.233Z] 6059c847ac2f: Download complete [2020-06-04T14:08:25.580Z] 6059c847ac2f: Pull complete [2020-06-04T14:08:25.580Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-04T14:08:25.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-04T14:08:25.580Z] ---> 5eabd8fd8ba2 [2020-06-04T14:08:25.580Z] Step 3/21 : 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 [2020-06-04T14:08:25.580Z] ---> Running in 38110854ae45 [2020-06-04T14:08:25.580Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T14:08:26.156Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T14:08:26.419Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T14:08:26.419Z] (2/8) Installing libuuid (2.33-r0) [2020-06-04T14:08:26.682Z] (3/8) Installing libblkid (2.33-r0) [2020-06-04T14:08:26.682Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-04T14:08:26.682Z] (5/8) Installing libmount (2.33-r0) [2020-06-04T14:08:26.958Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-04T14:08:26.958Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-04T14:08:27.218Z] (8/8) Installing wget (1.20.3-r0) [2020-06-04T14:08:27.482Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:08:27.482Z] OK: 272 MiB in 83 packages [2020-06-04T14:08:27.742Z] Removing intermediate container 38110854ae45 [2020-06-04T14:08:27.742Z] ---> 696ac6ae66b6 [2020-06-04T14:08:27.742Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-04T14:08:28.004Z] ---> Running in 348ff30861e9 [2020-06-04T14:08:28.004Z] Removing intermediate container 348ff30861e9 [2020-06-04T14:08:28.004Z] ---> cf3604b12185 [2020-06-04T14:08:28.004Z] Step 5/21 : 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 [2020-06-04T14:08:28.004Z] ---> Running in 9fa564bd9bd1 [2020-06-04T14:08:28.266Z] --2020-06-04 14:08:28-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-04T14:08:28.529Z] Resolving github.com... 140.82.113.3 [2020-06-04T14:08:28.529Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-06-04T14:08:28.529Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:08:28.529Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-04T14:08:28.529Z] --2020-06-04 14:08:28-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-04T14:08:28.529Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T14:08:28.529Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T14:08:28.790Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:08:28.790Z] Length: unspecified [application/x-gzip] [2020-06-04T14:08:28.790Z] Saving to: 'STDOUT' [2020-06-04T14:08:28.790Z]  [2020-06-04T14:08:28.791Z] 0K .......... .......... .......... .......... .......... 1.59M [2020-06-04T14:08:28.791Z] 50K .......... .......... .......... .......... .......... 3.30M [2020-06-04T14:08:28.791Z] 100K .......... .......... .......... .......... .......... 34.2M [2020-06-04T14:08:28.791Z] 150K .......... .......... .......... .......... .......... 3.72M [2020-06-04T14:08:28.791Z] 200K .......... .......... .......... .......... .......... 17.9M [2020-06-04T14:08:28.791Z] 250K .......... .......... .......... .......... .......... 11.8M [2020-06-04T14:08:28.791Z] 300K .......... .......... .......... .......... .......... 5.16M [2020-06-04T14:08:28.791Z] 350K .......... .......... .......... .......... .......... 10.6M [2020-06-04T14:08:28.791Z] 400K .......... .......... .......... .......... .......... 6.51M [2020-06-04T14:08:28.791Z] 450K .......... .......... .......... .......... .......... 6.90M [2020-06-04T14:08:28.791Z] 500K .......... .......... .......... .......... .......... 12.2M [2020-06-04T14:08:28.791Z] 550K .......... .......... .......... .......... .......... 4.51M [2020-06-04T14:08:28.791Z] 600K .......... .......... .......... .......... .......... 2.32M [2020-06-04T14:08:28.791Z] 650K .......... .......... .......... .......... .......... 4.61M [2020-06-04T14:08:28.791Z] 700K .. 48.0M=0.1s [2020-06-04T14:08:28.791Z] [2020-06-04T14:08:28.791Z] 2020-06-04 14:08:28 (4.83 MB/s) - written to stdout [719348] [2020-06-04T14:08:28.791Z] [2020-06-04T14:08:29.053Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:08:29.053Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-04T14:08:29.053Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:08:29.053Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:08:29.053Z] -- Detecting C compiler ABI info [2020-06-04T14:08:29.314Z] -- Detecting C compiler ABI info - done [2020-06-04T14:08:29.314Z] -- Detecting C compile features [2020-06-04T14:08:29.314Z] -- Detecting C compile features - done [2020-06-04T14:08:29.575Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-04T14:08:29.575Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-04T14:08:29.575Z] -- Detecting CXX compiler ABI info [2020-06-04T14:08:29.575Z] -- Detecting CXX compiler ABI info - done [2020-06-04T14:08:29.575Z] -- Detecting CXX compile features [2020-06-04T14:08:30.150Z] -- Detecting CXX compile features - done [2020-06-04T14:08:30.150Z] -- Looking for include file endian.h [2020-06-04T14:08:30.150Z] -- Looking for include file endian.h - found [2020-06-04T14:08:30.150Z] -- Check if the system is big endian [2020-06-04T14:08:30.150Z] -- Searching 16 bit integer [2020-06-04T14:08:30.150Z] -- Looking for sys/types.h [2020-06-04T14:08:30.150Z] -- Looking for sys/types.h - found [2020-06-04T14:08:30.150Z] -- Looking for stdint.h [2020-06-04T14:08:30.413Z] -- Looking for stdint.h - found [2020-06-04T14:08:30.413Z] -- Looking for stddef.h [2020-06-04T14:08:30.413Z] -- Looking for stddef.h - found [2020-06-04T14:08:30.413Z] -- Check size of unsigned short [2020-06-04T14:08:30.413Z] -- Check size of unsigned short - done [2020-06-04T14:08:30.413Z] -- Using unsigned short [2020-06-04T14:08:30.678Z] -- Check if the system is big endian - little endian [2020-06-04T14:08:30.678Z] -- Check size of size_t [2020-06-04T14:08:30.678Z] -- Check size of size_t - done [2020-06-04T14:08:30.678Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-04T14:08:30.678Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-04T14:08:30.678Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-04T14:08:30.678Z] CMake did not find one. [2020-06-04T14:08:30.678Z] [2020-06-04T14:08:30.678Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-04T14:08:30.678Z] the following names: [2020-06-04T14:08:30.678Z] [2020-06-04T14:08:30.678Z] cJSONConfig.cmake [2020-06-04T14:08:30.678Z] cjson-config.cmake [2020-06-04T14:08:30.678Z] [2020-06-04T14:08:30.678Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-04T14:08:30.678Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-04T14:08:30.678Z] provides a separate development package or SDK, be sure it has been [2020-06-04T14:08:30.678Z] installed. [2020-06-04T14:08:30.678Z] [2020-06-04T14:08:30.678Z] [2020-06-04T14:08:30.678Z] -- Configuring done [2020-06-04T14:08:30.678Z] -- Generating done [2020-06-04T14:08:30.678Z] -- Build files have been written to: /tmp/cbor [2020-06-04T14:08:30.940Z] Scanning dependencies of target cbor_shared [2020-06-04T14:08:30.940Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-04T14:08:30.940Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-04T14:08:31.208Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-04T14:08:31.208Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T14:08:31.477Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-04T14:08:31.477Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-04T14:08:31.477Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-04T14:08:31.741Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-04T14:08:31.741Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-04T14:08:31.741Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-04T14:08:32.004Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-04T14:08:32.004Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-04T14:08:32.004Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-04T14:08:32.267Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-04T14:08:32.267Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-04T14:08:32.267Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-04T14:08:32.529Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-04T14:08:32.529Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-04T14:08:32.529Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-04T14:08:32.789Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-04T14:08:32.789Z] [ 40%] Linking C shared library libcbor.so [2020-06-04T14:08:32.789Z] [ 40%] Built target cbor_shared [2020-06-04T14:08:32.789Z] Scanning dependencies of target cbor [2020-06-04T14:08:32.789Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-04T14:08:33.049Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-04T14:08:33.049Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-04T14:08:33.311Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T14:08:33.573Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-04T14:08:33.573Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-04T14:08:33.573Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-04T14:08:33.573Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-04T14:08:33.835Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-04T14:08:33.835Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-04T14:08:34.103Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-04T14:08:34.103Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-04T14:08:34.367Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-04T14:08:34.367Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-04T14:08:34.645Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-04T14:08:34.645Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-04T14:08:34.645Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-04T14:08:34.645Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-04T14:08:34.908Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-04T14:08:34.908Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-04T14:08:34.908Z] [ 80%] Linking C static library libcbor.a [2020-06-04T14:08:34.908Z] [ 80%] Built target cbor [2020-06-04T14:08:34.908Z] Scanning dependencies of target create_items [2020-06-04T14:08:34.908Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-04T14:08:35.170Z] [ 84%] Linking C executable create_items [2020-06-04T14:08:35.170Z] [ 84%] Built target create_items [2020-06-04T14:08:35.170Z] Scanning dependencies of target readfile [2020-06-04T14:08:35.170Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-04T14:08:35.170Z] [ 88%] Linking C executable readfile [2020-06-04T14:08:35.170Z] [ 88%] Built target readfile [2020-06-04T14:08:35.170Z] Scanning dependencies of target streaming_parser [2020-06-04T14:08:35.170Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-04T14:08:35.170Z] [ 92%] Linking C executable streaming_parser [2020-06-04T14:08:35.437Z] [ 92%] Built target streaming_parser [2020-06-04T14:08:35.437Z] Scanning dependencies of target sort [2020-06-04T14:08:35.437Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-04T14:08:35.437Z] [ 96%] Linking C executable sort [2020-06-04T14:08:35.437Z] [ 96%] Built target sort [2020-06-04T14:08:35.437Z] Scanning dependencies of target hello [2020-06-04T14:08:35.437Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-04T14:08:35.437Z] [100%] Linking C executable hello [2020-06-04T14:08:35.437Z] [100%] Built target hello [2020-06-04T14:08:35.437Z] Install the project... [2020-06-04T14:08:35.437Z] -- Install configuration: "Release" [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-04T14:08:35.437Z] -- Up-to-date: /usr/local/include/cbor [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/include/cbor.h [2020-06-04T14:08:35.437Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-04T14:08:36.382Z] Removing intermediate container 9fa564bd9bd1 [2020-06-04T14:08:36.382Z] ---> 90eb8534c7d1 [2020-06-04T14:08:36.382Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-04T14:08:36.382Z] ---> Running in d9affcc13ea3 [2020-06-04T14:08:37.328Z] Removing intermediate container d9affcc13ea3 [2020-06-04T14:08:37.328Z] ---> 15fb3d4fd2e7 [2020-06-04T14:08:37.328Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-04T14:08:37.328Z] ---> fc03cb7d22a4 [2020-06-04T14:08:37.328Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-04T14:08:37.907Z] ---> cef8466825f8 [2020-06-04T14:08:37.907Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-04T14:08:37.907Z] ---> e3c94c76d194 [2020-06-04T14:08:37.907Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-04T14:08:38.168Z] ---> a9ecf54d7fe5 [2020-06-04T14:08:38.168Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-04T14:08:38.429Z] ---> 3700bbf1b1e6 [2020-06-04T14:08:38.429Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-04T14:08:38.429Z] ---> 8ef19b91ba17 [2020-06-04T14:08:38.429Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-04T14:08:38.429Z] ---> Running in bc673d73c501 [2020-06-04T14:08:39.003Z] + CPPCHECK=false [2020-06-04T14:08:39.003Z] + DOCGEN=false [2020-06-04T14:08:39.003Z] + TOMLVER=SDK-0.2 [2020-06-04T14:08:39.003Z] + CUTILVER=1.0.4 [2020-06-04T14:08:39.003Z] + '[' 0 -gt 0 ] [2020-06-04T14:08:39.003Z] + readlink -f ./scripts/build.sh [2020-06-04T14:08:39.003Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-04T14:08:39.003Z] + dirname /tmp/sdk/scripts [2020-06-04T14:08:39.003Z] + ROOT=/tmp/sdk [2020-06-04T14:08:39.003Z] + cd /tmp/sdk [2020-06-04T14:08:39.003Z] + '[' '!' -d deps ] [2020-06-04T14:08:39.003Z] + mkdir deps [2020-06-04T14:08:39.003Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T14:08:39.003Z] + tar -C deps -z -x -f - [2020-06-04T14:08:39.003Z] --2020-06-04 14:08:38-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T14:08:39.003Z] Resolving github.com... 140.82.112.4 [2020-06-04T14:08:39.003Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-04T14:08:39.003Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:08:39.003Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-04T14:08:39.003Z] --2020-06-04 14:08:38-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-04T14:08:39.003Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T14:08:39.003Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T14:08:39.003Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:08:39.003Z] Length: unspecified [application/x-gzip] [2020-06-04T14:08:39.003Z] Saving to: 'STDOUT' [2020-06-04T14:08:39.003Z] [2020-06-04T14:08:39.266Z] 0K .......... ...... 1.06M=0.01s [2020-06-04T14:08:39.266Z] [2020-06-04T14:08:39.266Z] 2020-06-04 14:08:39 (1.06 MB/s) - written to stdout [16451] [2020-06-04T14:08:39.266Z] [2020-06-04T14:08:39.266Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-04T14:08:39.266Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T14:08:39.266Z] + tar -C deps -z -x -f - [2020-06-04T14:08:39.266Z] --2020-06-04 14:08:39-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T14:08:39.266Z] Resolving github.com... 140.82.112.4 [2020-06-04T14:08:39.266Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-04T14:08:39.266Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:08:39.266Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-04T14:08:39.266Z] --2020-06-04 14:08:39-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-04T14:08:39.266Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T14:08:39.266Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T14:08:39.527Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:08:39.527Z] Length: unspecified [application/x-gzip] [2020-06-04T14:08:39.527Z] Saving to: 'STDOUT' [2020-06-04T14:08:39.527Z]  [2020-06-04T14:08:39.527Z] 0K .......... .......... .......... .......... .......... 1.56M [2020-06-04T14:08:39.527Z] 50K .......... .......... .......... .......... .......... 9.53M [2020-06-04T14:08:39.527Z] 100K .......... .......... .......... .......... .......... 4.51M [2020-06-04T14:08:39.527Z] 150K ........ 62.4M=0.05s [2020-06-04T14:08:39.527Z] [2020-06-04T14:08:39.527Z] 2020-06-04 14:08:39 (3.26 MB/s) - written to stdout [162267] [2020-06-04T14:08:39.527Z] [2020-06-04T14:08:39.527Z] + mkdir -p src/c/iot [2020-06-04T14:08:39.527Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-04T14:08:39.527Z] + mkdir -p include/iot [2020-06-04T14:08:39.527Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-04T14:08:39.527Z] + mkdir -p include/iot/os [2020-06-04T14:08:39.527Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-04T14:08:39.527Z] + mkdir -p /tmp/sdk/build/release [2020-06-04T14:08:39.527Z] + cd /tmp/sdk/build/release [2020-06-04T14:08:39.527Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-04T14:08:39.527Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:08:39.527Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:08:39.789Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:08:39.789Z] -- Detecting C compiler ABI info [2020-06-04T14:08:39.789Z] -- Detecting C compiler ABI info - done [2020-06-04T14:08:39.789Z] -- Detecting C compile features [2020-06-04T14:08:40.051Z] -- Detecting C compile features - done [2020-06-04T14:08:40.051Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T14:08:40.051Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T14:08:40.051Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T14:08:40.051Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T14:08:40.051Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T14:08:40.051Z] -- C SDK 1.2.1-dev.3 for Linux [2020-06-04T14:08:40.051Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T14:08:40.051Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T14:08:40.051Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T14:08:40.051Z] -- Configuring done [2020-06-04T14:08:40.318Z] -- Generating done [2020-06-04T14:08:40.318Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-04T14:08:40.318Z] + make [2020-06-04T14:08:40.318Z] + tee release.log [2020-06-04T14:08:40.318Z] Scanning dependencies of target csdk [2020-06-04T14:08:40.318Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T14:08:40.579Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T14:08:40.579Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T14:08:41.153Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T14:08:41.416Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T14:08:41.416Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T14:08:41.677Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T14:08:42.256Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T14:08:42.256Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T14:08:42.517Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T14:08:42.517Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T14:08:42.779Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T14:08:42.779Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T14:08:42.779Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T14:08:43.725Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T14:08:43.725Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T14:08:43.988Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T14:08:44.261Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T14:08:44.837Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T14:08:44.837Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T14:08:44.837Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T14:08:45.099Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T14:08:45.363Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T14:08:45.363Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T14:08:45.628Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T14:08:45.628Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T14:08:45.893Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T14:08:45.893Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T14:08:46.156Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T14:08:46.419Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T14:08:46.419Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T14:08:47.805Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T14:08:47.805Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T14:08:47.805Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T14:08:48.067Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T14:08:48.328Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:08:48.900Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T14:08:49.846Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T14:08:50.107Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T14:08:50.368Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T14:08:50.630Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T14:08:50.630Z] [ 65%] Built target csdk [2020-06-04T14:08:50.630Z] Scanning dependencies of target template [2020-06-04T14:08:50.630Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T14:08:50.630Z] [ 68%] Linking C executable template [2020-06-04T14:08:50.892Z] [ 68%] Built target template [2020-06-04T14:08:50.892Z] Scanning dependencies of target device-counter [2020-06-04T14:08:50.892Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T14:08:50.892Z] [ 71%] Linking C executable device-counter [2020-06-04T14:08:51.157Z] [ 71%] Built target device-counter [2020-06-04T14:08:51.157Z] Scanning dependencies of target device-random [2020-06-04T14:08:51.157Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T14:08:51.157Z] [ 74%] Linking C executable device-random [2020-06-04T14:08:51.157Z] [ 74%] Built target device-random [2020-06-04T14:08:51.422Z] Scanning dependencies of target device-gyro [2020-06-04T14:08:51.422Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T14:08:51.422Z] [ 77%] Linking C executable device-gyro [2020-06-04T14:08:51.422Z] [ 77%] Built target device-gyro [2020-06-04T14:08:51.422Z] Scanning dependencies of target template-discovery [2020-06-04T14:08:51.422Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T14:08:51.687Z] [ 80%] Linking C executable template-discovery [2020-06-04T14:08:51.687Z] [ 80%] Built target template-discovery [2020-06-04T14:08:51.687Z] Scanning dependencies of target device-terminal [2020-06-04T14:08:51.687Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T14:08:51.953Z] [ 84%] Linking C executable device-terminal [2020-06-04T14:08:51.953Z] [ 84%] Built target device-terminal [2020-06-04T14:08:51.953Z] Scanning dependencies of target template2 [2020-06-04T14:08:51.953Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T14:08:52.224Z] [ 87%] Linking C executable template2 [2020-06-04T14:08:52.224Z] [ 87%] Built target template2 [2020-06-04T14:08:52.224Z] Scanning dependencies of target device-counterv2 [2020-06-04T14:08:52.224Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T14:08:52.486Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T14:08:52.487Z] [ 90%] Built target device-counterv2 [2020-06-04T14:08:52.487Z] Scanning dependencies of target device-gyrov2 [2020-06-04T14:08:52.487Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T14:08:52.749Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T14:08:52.749Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:08:52.749Z] Scanning dependencies of target device-randomv2 [2020-06-04T14:08:52.749Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T14:08:52.749Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T14:08:53.010Z] [ 96%] Built target device-randomv2 [2020-06-04T14:08:53.010Z] Scanning dependencies of target device-terminalv2 [2020-06-04T14:08:53.010Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T14:08:53.010Z] [100%] Linking C executable device-terminalv2 [2020-06-04T14:08:53.273Z] [100%] Built target device-terminalv2 [2020-06-04T14:08:53.273Z] + make package [2020-06-04T14:08:53.273Z] + tee -a release.log [2020-06-04T14:08:53.273Z] [ 65%] Built target csdk [2020-06-04T14:08:53.273Z] [ 68%] Built target template [2020-06-04T14:08:53.273Z] [ 71%] Built target device-counter [2020-06-04T14:08:53.273Z] [ 74%] Built target device-random [2020-06-04T14:08:53.273Z] [ 77%] Built target device-gyro [2020-06-04T14:08:53.273Z] [ 80%] Built target template-discovery [2020-06-04T14:08:53.273Z] [ 84%] Built target device-terminal [2020-06-04T14:08:53.273Z] [ 87%] Built target template2 [2020-06-04T14:08:53.273Z] [ 90%] Built target device-counterv2 [2020-06-04T14:08:53.273Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:08:53.535Z] [ 96%] Built target device-randomv2 [2020-06-04T14:08:53.535Z] [100%] Built target device-terminalv2 [2020-06-04T14:08:53.535Z] Run CPack packaging tool... [2020-06-04T14:08:53.535Z] CPack: Create package using TGZ [2020-06-04T14:08:53.535Z] CPack: Install projects [2020-06-04T14:08:53.535Z] CPack: - Run preinstall target for: Csdk [2020-06-04T14:08:53.800Z] CPack: - Install project: Csdk [2020-06-04T14:08:53.800Z] CPack: Create package [2020-06-04T14:08:53.800Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.1-dev.3.tar.gz generated. [2020-06-04T14:08:53.800Z] + '[' false '=' true ] [2020-06-04T14:08:53.800Z] + '[' false '=' true ] [2020-06-04T14:08:53.800Z] + mkdir -p /tmp/sdk/build/debug [2020-06-04T14:08:53.800Z] + cd /tmp/sdk/build/debug [2020-06-04T14:08:53.800Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-04T14:08:53.800Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:08:53.800Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:08:54.062Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:08:54.062Z] -- Detecting C compiler ABI info [2020-06-04T14:08:54.062Z] -- Detecting C compiler ABI info - done [2020-06-04T14:08:54.062Z] -- Detecting C compile features [2020-06-04T14:08:54.330Z] -- Detecting C compile features - done [2020-06-04T14:08:54.330Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T14:08:54.330Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T14:08:54.330Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T14:08:54.330Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T14:08:54.330Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T14:08:54.330Z] -- C SDK 1.2.1-dev.3 for Linux [2020-06-04T14:08:54.330Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T14:08:54.330Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T14:08:54.330Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T14:08:54.592Z] -- Configuring done [2020-06-04T14:08:54.592Z] -- Generating done [2020-06-04T14:08:54.592Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-04T14:08:54.592Z] + make [2020-06-04T14:08:54.592Z] + tee debug.log [2020-06-04T14:08:54.592Z] Scanning dependencies of target csdk [2020-06-04T14:08:54.592Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T14:08:54.853Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T14:08:54.853Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T14:08:55.117Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T14:08:55.117Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T14:08:55.117Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T14:08:55.379Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T14:08:55.379Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T14:08:55.641Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T14:08:55.641Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T14:08:55.641Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T14:08:55.903Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T14:08:55.903Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T14:08:55.903Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T14:08:56.167Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T14:08:56.167Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T14:08:56.167Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T14:08:56.429Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T14:08:56.689Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T14:08:56.689Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T14:08:56.689Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T14:08:56.689Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T14:08:56.954Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T14:08:56.954Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T14:08:56.954Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T14:08:56.954Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T14:08:57.214Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T14:08:57.214Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T14:08:57.214Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T14:08:57.474Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T14:08:57.474Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T14:08:57.736Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T14:08:57.736Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T14:08:57.999Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T14:08:57.999Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T14:08:58.263Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:08:58.530Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T14:08:58.530Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T14:08:58.793Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T14:08:58.793Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T14:08:59.056Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T14:08:59.056Z] [ 65%] Built target csdk [2020-06-04T14:08:59.056Z] Scanning dependencies of target template [2020-06-04T14:09:00.000Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T14:09:00.000Z] [ 68%] Linking C executable template [2020-06-04T14:09:00.000Z] [ 68%] Built target template [2020-06-04T14:09:00.000Z] Scanning dependencies of target device-counter [2020-06-04T14:09:00.000Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T14:09:00.262Z] [ 71%] Linking C executable device-counter [2020-06-04T14:09:00.262Z] [ 71%] Built target device-counter [2020-06-04T14:09:00.262Z] Scanning dependencies of target device-random [2020-06-04T14:09:00.262Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T14:09:00.262Z] [ 74%] Linking C executable device-random [2020-06-04T14:09:00.523Z] [ 74%] Built target device-random [2020-06-04T14:09:00.523Z] Scanning dependencies of target device-gyro [2020-06-04T14:09:00.523Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T14:09:00.523Z] [ 77%] Linking C executable device-gyro [2020-06-04T14:09:00.524Z] [ 77%] Built target device-gyro [2020-06-04T14:09:00.524Z] Scanning dependencies of target template-discovery [2020-06-04T14:09:00.524Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T14:09:00.785Z] [ 80%] Linking C executable template-discovery [2020-06-04T14:09:00.785Z] [ 80%] Built target template-discovery [2020-06-04T14:09:00.785Z] Scanning dependencies of target device-terminal [2020-06-04T14:09:00.785Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T14:09:00.785Z] [ 84%] Linking C executable device-terminal [2020-06-04T14:09:01.048Z] [ 84%] Built target device-terminal [2020-06-04T14:09:01.048Z] Scanning dependencies of target template2 [2020-06-04T14:09:01.048Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T14:09:01.048Z] [ 87%] Linking C executable template2 [2020-06-04T14:09:01.048Z] [ 87%] Built target template2 [2020-06-04T14:09:01.048Z] Scanning dependencies of target device-counterv2 [2020-06-04T14:09:01.309Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T14:09:01.309Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T14:09:01.309Z] [ 90%] Built target device-counterv2 [2020-06-04T14:09:01.309Z] Scanning dependencies of target device-gyrov2 [2020-06-04T14:09:01.309Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T14:09:01.309Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T14:09:01.571Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:09:01.571Z] Scanning dependencies of target device-randomv2 [2020-06-04T14:09:01.571Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T14:09:01.571Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T14:09:01.571Z] [ 96%] Built target device-randomv2 [2020-06-04T14:09:01.571Z] Scanning dependencies of target device-terminalv2 [2020-06-04T14:09:01.833Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T14:09:01.833Z] [100%] Linking C executable device-terminalv2 [2020-06-04T14:09:01.833Z] [100%] Built target device-terminalv2 [2020-06-04T14:09:01.833Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:01.833Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:01.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:01.833Z] Scanning dependencies of target csdk [2020-06-04T14:09:01.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:01.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:01.833Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:09:02.407Z] [ 3%] Linking C shared library libcsdk.so [2020-06-04T14:09:02.407Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.407Z] [ 65%] Built target csdk [2020-06-04T14:09:02.407Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.407Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.407Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.407Z] [ 66%] Linking C executable template [2020-06-04T14:09:02.668Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.668Z] [ 68%] Built target template [2020-06-04T14:09:02.668Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] [ 69%] Linking C executable device-counter [2020-06-04T14:09:02.669Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] [ 71%] Built target device-counter [2020-06-04T14:09:02.669Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] [ 73%] Linking C executable device-random [2020-06-04T14:09:02.669Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] [ 74%] Built target device-random [2020-06-04T14:09:02.669Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.669Z] [ 76%] Linking C executable device-gyro [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 77%] Built target device-gyro [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 79%] Linking C executable template-discovery [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 80%] Built target template-discovery [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 82%] Linking C executable device-terminal [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 84%] Built target device-terminal [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:02.931Z] [ 85%] Linking C executable template2 [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 87%] Built target template2 [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 88%] Linking C executable device-counterv2 [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 90%] Built target device-counterv2 [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 92%] Linking C executable device-gyrov2 [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.193Z] [ 95%] Linking C executable device-randomv2 [2020-06-04T14:09:03.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] [ 96%] Built target device-randomv2 [2020-06-04T14:09:03.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] [ 98%] Linking C executable device-terminalv2 [2020-06-04T14:09:03.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] [100%] Built target device-terminalv2 [2020-06-04T14:09:03.455Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:03.455Z] Install the project... [2020-06-04T14:09:03.455Z] -- Install configuration: "Release" [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-04T14:09:03.455Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-04T14:09:03.455Z] -- Up-to-date: /usr/local/include [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/devsdk [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-04T14:09:03.455Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/component.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/container.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/data.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/json.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/os.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/time.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/os [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-04T14:09:03.456Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-04T14:09:03.456Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:09:04.403Z] Removing intermediate container bc673d73c501 [2020-06-04T14:09:04.403Z] ---> 83f3848e602b [2020-06-04T14:09:04.403Z] Step 14/21 : FROM alpine:3.9 [2020-06-04T14:09:04.665Z] 3.9: Pulling from library/alpine [2020-06-04T14:09:04.665Z] 31603596830f: Pulling fs layer [2020-06-04T14:09:04.927Z] 31603596830f: Verifying Checksum [2020-06-04T14:09:04.927Z] 31603596830f: Download complete [2020-06-04T14:09:05.189Z] 31603596830f: Pull complete [2020-06-04T14:09:05.189Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-04T14:09:05.189Z] Status: Downloaded newer image for alpine:3.9 [2020-06-04T14:09:05.189Z] ---> 78a2ce922f86 [2020-06-04T14:09:05.189Z] Step 15/21 : MAINTAINER IOTech [2020-06-04T14:09:05.189Z] ---> Running in 47a944523532 [2020-06-04T14:09:05.189Z] Removing intermediate container 47a944523532 [2020-06-04T14:09:05.189Z] ---> dc4d29779080 [2020-06-04T14:09:05.189Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-04T14:09:05.458Z] ---> Running in 3d1b2b491110 [2020-06-04T14:09:06.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T14:09:06.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T14:09:06.296Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-04T14:09:06.296Z] (2/48) Installing libmagic (5.36-r1) [2020-06-04T14:09:06.296Z] (3/48) Installing file (5.36-r1) [2020-06-04T14:09:06.296Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-04T14:09:06.296Z] (5/48) Installing isl (0.18-r0) [2020-06-04T14:09:06.296Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-04T14:09:06.296Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-04T14:09:06.296Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-04T14:09:06.296Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-04T14:09:06.296Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-04T14:09:06.296Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-04T14:09:06.296Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-04T14:09:08.861Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-04T14:09:10.251Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-04T14:09:10.251Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-04T14:09:11.197Z] (16/48) Installing make (4.2.1-r2) [2020-06-04T14:09:11.197Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-04T14:09:11.197Z] (18/48) Installing build-base (0.5-r1) [2020-06-04T14:09:11.197Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-04T14:09:11.197Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-04T14:09:11.197Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-04T14:09:11.197Z] (22/48) Installing expat (2.2.8-r0) [2020-06-04T14:09:11.197Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-04T14:09:11.197Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-04T14:09:11.197Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-04T14:09:11.197Z] (26/48) Installing ca-certificates (20191127-r0) [2020-06-04T14:09:11.197Z] (27/48) Installing nghttp2-libs (1.35.1-r1) [2020-06-04T14:09:11.197Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-04T14:09:11.197Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-04T14:09:11.197Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-04T14:09:11.197Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-04T14:09:11.771Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-04T14:09:11.771Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-04T14:09:11.771Z] (34/48) Installing libuv (1.23.2-r0) [2020-06-04T14:09:11.771Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-04T14:09:12.718Z] (36/48) Installing curl (7.64.0-r3) [2020-06-04T14:09:12.718Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-04T14:09:12.718Z] (38/48) Installing git (2.20.4-r0) [2020-06-04T14:09:12.979Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-04T14:09:12.979Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-04T14:09:12.979Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-04T14:09:12.979Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-04T14:09:12.979Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-04T14:09:12.979Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-04T14:09:12.979Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-04T14:09:12.979Z] (46/48) Installing libuuid (2.33-r0) [2020-06-04T14:09:12.979Z] (47/48) Installing wget (1.20.3-r0) [2020-06-04T14:09:12.979Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-04T14:09:12.979Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:09:12.979Z] Executing ca-certificates-20191127-r0.trigger [2020-06-04T14:09:12.979Z] OK: 222 MiB in 62 packages [2020-06-04T14:09:21.136Z] Removing intermediate container 3d1b2b491110 [2020-06-04T14:09:21.136Z] ---> ac71b2a739e1 [2020-06-04T14:09:21.136Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-04T14:09:21.136Z] ---> 39d52b5826da [2020-06-04T14:09:21.136Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-04T14:09:21.136Z] ---> c19545fdb69a [2020-06-04T14:09:21.136Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-04T14:09:21.136Z] ---> f6eef452e6d5 [2020-06-04T14:09:21.136Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-04T14:09:21.136Z] ---> cdedc09e5165 [2020-06-04T14:09:21.136Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-04T14:09:21.136Z] ---> dffc6b9023e0 [2020-06-04T14:09:21.136Z] Successfully built dffc6b9023e0 [2020-06-04T14:09:21.136Z] 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 [2020-06-04T14:09:21.604Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-04T14:09:21.604Z] . [Pipeline] withDockerContainer [2020-06-04T14:09:21.728Z] prd-centos7-docker-4c-2g-1872 does not seem to be running inside a container [2020-06-04T14:09:21.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/24 -v /w/workspace/device-sdk-c/24:/w/workspace/device-sdk-c/24:rw,z -v /w/workspace/device-sdk-c/24@tmp:/w/workspace/device-sdk-c/24@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 ******** ci-base-image-x86_64 cat [2020-06-04T14:09:22.365Z] $ docker top 8ddb6f66f8251c16608269247191fcffb0f7c5ec539b248806151aa47fbffbb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-04T14:09:22.808Z] + make test [2020-06-04T14:09:22.808Z] echo "make test" [2020-06-04T14:09:22.808Z] make test [Pipeline] } [2020-06-04T14:09:22.820Z] $ docker stop --time=1 8ddb6f66f8251c16608269247191fcffb0f7c5ec539b248806151aa47fbffbb2 [2020-06-04T14:09:24.161Z] $ docker rm -f 8ddb6f66f8251c16608269247191fcffb0f7c5ec539b248806151aa47fbffbb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-04T14:09:25.913Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-04T14:09:26.206Z] + ls -al . [2020-06-04T14:09:26.206Z] total 160 [2020-06-04T14:09:26.206Z] drwxrwxr-x. 8 jenkins jenkins 260 Jun 4 14:08 . [2020-06-04T14:09:26.206Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 4 14:08 .. [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 4 14:08 Attribution.txt [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 5335 Jun 4 14:08 CHANGES [2020-06-04T14:09:26.206Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 4 14:08 docs [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 4 14:08 Doxyfile [2020-06-04T14:09:26.206Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 4 14:08 .git [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 4 14:08 .gitignore [2020-06-04T14:09:26.206Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 4 14:08 include [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 792 Jun 4 14:08 Jenkinsfile [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 4 14:08 LICENSE [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 448 Jun 4 14:08 Makefile [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 4 14:08 README.md [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 4 14:08 README.v2.md [2020-06-04T14:09:26.206Z] drwxrwxr-x. 2 jenkins jenkins 106 Jun 4 14:08 scripts [2020-06-04T14:09:26.206Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 4 14:08 .semver [2020-06-04T14:09:26.206Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 4 14:08 src [2020-06-04T14:09:26.206Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 4 14:05 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:09:26.506Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.9 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=11dca0682671ac21648f2eee6e4306387f0e3104 --label arch=amd64 --label version=1.2.1-dev.3 . [2020-06-04T14:09:26.506Z] Sending build context to Docker daemon 3.24MB [2020-06-04T14:09:26.506Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-04T14:09:26.506Z] Step 2/15 : FROM ${BASE} [2020-06-04T14:09:26.506Z] ---> dffc6b9023e0 [2020-06-04T14:09:26.506Z] Step 3/15 : MAINTAINER IOTech [2020-06-04T14:09:26.767Z] ---> Running in f1b163440449 [2020-06-04T14:09:26.767Z] Removing intermediate container f1b163440449 [2020-06-04T14:09:26.767Z] ---> fd6a67d2b1aa [2020-06-04T14:09:26.767Z] Step 4/15 : 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 && mkdir -p /edgex-c-sdk/build [2020-06-04T14:09:26.767Z] ---> Running in 1fa6785b0431 [2020-06-04T14:09:27.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T14:09:27.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T14:09:27.345Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-04T14:09:27.345Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-04T14:09:27.607Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-04T14:09:27.607Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-04T14:09:28.183Z] (5/21) Installing nghttp2-dev (1.35.1-r1) [2020-06-04T14:09:28.183Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-04T14:09:28.183Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-04T14:09:28.183Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-04T14:09:28.183Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-04T14:09:28.183Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-04T14:09:28.446Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-04T14:09:28.446Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-04T14:09:28.446Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-04T14:09:28.446Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-04T14:09:28.446Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T14:09:28.446Z] (16/21) Installing libblkid (2.33-r0) [2020-06-04T14:09:28.446Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-04T14:09:28.446Z] (18/21) Installing libmount (2.33-r0) [2020-06-04T14:09:28.446Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-04T14:09:28.446Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-04T14:09:28.446Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-04T14:09:28.446Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:09:28.446Z] OK: 266 MiB in 83 packages [2020-06-04T14:09:30.998Z] Removing intermediate container 1fa6785b0431 [2020-06-04T14:09:30.998Z] ---> b1c047d21489 [2020-06-04T14:09:30.998Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-04T14:09:30.998Z] ---> 5c6d3d7f286a [2020-06-04T14:09:30.998Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-04T14:09:31.259Z] ---> 284ae36f1a72 [2020-06-04T14:09:31.259Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-04T14:09:31.525Z] ---> 6316de64a648 [2020-06-04T14:09:31.525Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-04T14:09:31.797Z] ---> 7a3405576a9c [2020-06-04T14:09:31.797Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-04T14:09:31.797Z] ---> c7514fb442d0 [2020-06-04T14:09:31.797Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-04T14:09:32.067Z] ---> 3331fd609a0b [2020-06-04T14:09:32.067Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-04T14:09:32.067Z] ---> Running in ef9bb089108a [2020-06-04T14:09:32.067Z] Removing intermediate container ef9bb089108a [2020-06-04T14:09:32.067Z] ---> cdf75f20f66e [2020-06-04T14:09:32.067Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-04T14:09:32.327Z] ---> Running in fe98222545f8 [2020-06-04T14:09:32.327Z] Removing intermediate container fe98222545f8 [2020-06-04T14:09:32.327Z] ---> c70a0e6e5978 [2020-06-04T14:09:32.327Z] Step 13/15 : LABEL arch=amd64 [2020-06-04T14:09:32.328Z] ---> Running in f1fccf0e230c [2020-06-04T14:09:32.603Z] Removing intermediate container f1fccf0e230c [2020-06-04T14:09:32.603Z] ---> 9d3fb579a9d1 [2020-06-04T14:09:32.603Z] Step 14/15 : LABEL git_sha=11dca0682671ac21648f2eee6e4306387f0e3104 [2020-06-04T14:09:32.603Z] ---> Running in bec0e51378fb [2020-06-04T14:09:32.603Z] Removing intermediate container bec0e51378fb [2020-06-04T14:09:32.603Z] ---> ca729ee94b80 [2020-06-04T14:09:32.603Z] Step 15/15 : LABEL version=1.2.1-dev.3 [2020-06-04T14:09:32.864Z] ---> Running in 3112cc391c4a [2020-06-04T14:09:32.864Z] Removing intermediate container 3112cc391c4a [2020-06-04T14:09:32.864Z] ---> 85247202cddb [2020-06-04T14:09:32.864Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-04T14:09:32.864Z] Successfully built 85247202cddb [2020-06-04T14:09:32.864Z] 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] } [2020-06-04T14:13:08.401Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1873 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-04T14:13:08.427Z] Running in /w/workspace/device-sdk-c/24 [Pipeline] { [Pipeline] checkout [2020-06-04T14:13:14.188Z] using credential edgex-jenkins-ssh [2020-06-04T14:13:14.244Z] Cloning the remote Git repository [2020-06-04T14:13:14.244Z] Cloning with configured refspecs honoured and without tags [2020-06-04T14:13:14.280Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:13:14.403Z] > git init /w/workspace/device-sdk-c/24 # timeout=10 [2020-06-04T14:13:14.515Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:13:14.517Z] > git --version # timeout=10 [2020-06-04T14:13:14.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T14:13:14.623Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:13:15.701Z] Fetching without tags [2020-06-04T14:13:15.568Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T14:13:15.596Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:13:15.641Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T14:13:15.685Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T14:13:15.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T14:13:15.709Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T14:13:16.176Z] Checking out Revision 11dca0682671ac21648f2eee6e4306387f0e3104 (master) [2020-06-04T14:13:16.166Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T14:13:16.222Z] > git checkout -f 11dca0682671ac21648f2eee6e4306387f0e3104 # timeout=10 [2020-06-04T14:13:21.472Z] Commit message: "Merge pull request #265 from iain-anderson/compat-fixes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-04T14:13:22.800Z] ========================================================= [2020-06-04T14:13:22.800Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-04T14:13:22.800Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:13:24.013Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.9-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-06-04T14:13:25.012Z] Sending build context to Docker daemon 3.24MB [2020-06-04T14:13:25.012Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-04T14:13:25.012Z] Step 2/21 : FROM ${BASE} as builder [2020-06-04T14:13:25.288Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-04T14:13:25.288Z] 0362ad1dd800: Pulling fs layer [2020-06-04T14:13:25.288Z] f2cdb1532d8b: Pulling fs layer [2020-06-04T14:13:25.288Z] 37ed683be191: Pulling fs layer [2020-06-04T14:13:25.288Z] f2cdb1532d8b: Verifying Checksum [2020-06-04T14:13:25.288Z] f2cdb1532d8b: Download complete [2020-06-04T14:13:25.562Z] 0362ad1dd800: Verifying Checksum [2020-06-04T14:13:25.562Z] 0362ad1dd800: Download complete [2020-06-04T14:13:26.166Z] 0362ad1dd800: Pull complete [2020-06-04T14:13:26.441Z] f2cdb1532d8b: Pull complete [2020-06-04T14:13:33.157Z] 37ed683be191: Verifying Checksum [2020-06-04T14:13:33.157Z] 37ed683be191: Download complete [2020-06-04T14:13:43.321Z] 37ed683be191: Pull complete [2020-06-04T14:13:43.321Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-04T14:13:43.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-04T14:13:43.321Z] ---> b23d30803547 [2020-06-04T14:13:43.321Z] Step 3/21 : 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 [2020-06-04T14:13:44.758Z] ---> Running in fe83ab5bf92d [2020-06-04T14:13:45.760Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T14:13:46.367Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T14:13:46.961Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T14:13:46.961Z] (2/8) Installing libuuid (2.33-r0) [2020-06-04T14:13:46.961Z] (3/8) Installing libblkid (2.33-r0) [2020-06-04T14:13:46.961Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-04T14:13:47.232Z] (5/8) Installing libmount (2.33-r0) [2020-06-04T14:13:47.232Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-04T14:13:47.232Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-04T14:13:47.824Z] (8/8) Installing wget (1.20.3-r0) [2020-06-04T14:13:47.824Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:13:47.824Z] OK: 285 MiB in 83 packages [2020-06-04T14:13:49.259Z] Removing intermediate container fe83ab5bf92d [2020-06-04T14:13:49.259Z] ---> 536b93eb1545 [2020-06-04T14:13:49.259Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-04T14:13:49.259Z] ---> Running in 65da9efa927f [2020-06-04T14:13:49.539Z] Removing intermediate container 65da9efa927f [2020-06-04T14:13:49.539Z] ---> fa06068ea409 [2020-06-04T14:13:49.539Z] Step 5/21 : 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 [2020-06-04T14:13:49.812Z] ---> Running in e9d86501976d [2020-06-04T14:13:50.809Z] --2020-06-04 14:13:50-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-04T14:13:50.809Z] Resolving github.com... 140.82.112.4 [2020-06-04T14:13:50.809Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-04T14:13:50.809Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:13:50.809Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-04T14:13:50.809Z] --2020-06-04 14:13:50-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-04T14:13:50.809Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-04T14:13:50.809Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-04T14:13:51.084Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:13:51.084Z] Length: unspecified [application/x-gzip] [2020-06-04T14:13:51.084Z] Saving to: 'STDOUT' [2020-06-04T14:13:51.084Z]  [2020-06-04T14:13:51.084Z] 0K .......... .......... .......... .......... .......... 1.49M [2020-06-04T14:13:51.084Z] 50K .......... .......... .......... .......... .......... 3.17M [2020-06-04T14:13:51.084Z] 100K .......... .......... .......... .......... .......... 8.89M [2020-06-04T14:13:51.084Z] 150K .......... .......... .......... .......... .......... 4.51M [2020-06-04T14:13:51.084Z] 200K .......... .......... .......... .......... .......... 5.89M [2020-06-04T14:13:51.084Z] 250K .......... .......... .......... .......... .......... 6.89M [2020-06-04T14:13:51.084Z] 300K .......... .......... .......... .......... .......... 5.72M [2020-06-04T14:13:51.084Z] 350K .......... .......... .......... .......... .......... 7.98M [2020-06-04T14:13:51.084Z] 400K .......... .......... .......... .......... .......... 3.36M [2020-06-04T14:13:51.084Z] 450K .......... .......... .......... .......... .......... 5.25M [2020-06-04T14:13:51.084Z] 500K .......... .......... .......... .......... .......... 6.76M [2020-06-04T14:13:51.084Z] 550K .......... .......... .......... .......... .......... 4.45M [2020-06-04T14:13:51.360Z] 600K .......... .......... .......... .......... .......... 755K [2020-06-04T14:13:51.360Z] 650K .......... .......... .......... .......... .......... 1.91M [2020-06-04T14:13:51.360Z] 700K ..             651K=0.2s [2020-06-04T14:13:51.360Z] [2020-06-04T14:13:51.360Z] 2020-06-04 14:13:51 (2.96 MB/s) - written to stdout [719348] [2020-06-04T14:13:51.360Z] [2020-06-04T14:13:51.649Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:13:51.924Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-04T14:13:51.924Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:13:52.201Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:13:52.201Z] -- Detecting C compiler ABI info [2020-06-04T14:13:52.201Z] -- Detecting C compiler ABI info - done [2020-06-04T14:13:52.475Z] -- Detecting C compile features [2020-06-04T14:13:53.071Z] -- Detecting C compile features - done [2020-06-04T14:13:53.071Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-04T14:13:53.343Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-04T14:13:53.343Z] -- Detecting CXX compiler ABI info [2020-06-04T14:13:53.618Z] -- Detecting CXX compiler ABI info - done [2020-06-04T14:13:53.618Z] -- Detecting CXX compile features [2020-06-04T14:13:55.055Z] -- Detecting CXX compile features - done [2020-06-04T14:13:55.055Z] -- Looking for include file endian.h [2020-06-04T14:13:55.328Z] -- Looking for include file endian.h - found [2020-06-04T14:13:55.328Z] -- Check if the system is big endian [2020-06-04T14:13:55.328Z] -- Searching 16 bit integer [2020-06-04T14:13:55.328Z] -- Looking for sys/types.h [2020-06-04T14:13:55.602Z] -- Looking for sys/types.h - found [2020-06-04T14:13:55.602Z] -- Looking for stdint.h [2020-06-04T14:13:55.877Z] -- Looking for stdint.h - found [2020-06-04T14:13:55.877Z] -- Looking for stddef.h [2020-06-04T14:13:56.153Z] -- Looking for stddef.h - found [2020-06-04T14:13:56.153Z] -- Check size of unsigned short [2020-06-04T14:13:56.427Z] -- Check size of unsigned short - done [2020-06-04T14:13:56.427Z] -- Using unsigned short [2020-06-04T14:13:56.702Z] -- Check if the system is big endian - little endian [2020-06-04T14:13:56.702Z] -- Check size of size_t [2020-06-04T14:13:56.982Z] -- Check size of size_t - done [2020-06-04T14:13:56.982Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-04T14:13:56.982Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-04T14:13:56.982Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-04T14:13:56.982Z] CMake did not find one. [2020-06-04T14:13:56.982Z] [2020-06-04T14:13:56.982Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-04T14:13:56.982Z] the following names: [2020-06-04T14:13:56.982Z] [2020-06-04T14:13:56.982Z] cJSONConfig.cmake [2020-06-04T14:13:56.982Z] cjson-config.cmake [2020-06-04T14:13:56.982Z] [2020-06-04T14:13:56.982Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-04T14:13:56.982Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-04T14:13:56.982Z] provides a separate development package or SDK, be sure it has been [2020-06-04T14:13:56.982Z] installed. [2020-06-04T14:13:56.982Z] [2020-06-04T14:13:56.982Z] [2020-06-04T14:13:56.982Z] -- Configuring done [2020-06-04T14:13:57.255Z] -- Generating done [2020-06-04T14:13:57.255Z] -- Build files have been written to: /tmp/cbor [2020-06-04T14:13:57.255Z] Scanning dependencies of target cbor_shared [2020-06-04T14:13:57.255Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-04T14:13:58.239Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-04T14:13:58.515Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-04T14:13:58.791Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T14:13:59.384Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-04T14:13:59.656Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-04T14:13:59.933Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-04T14:13:59.933Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-04T14:14:00.206Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-04T14:14:00.478Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-04T14:14:01.071Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-04T14:14:01.347Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-04T14:14:01.620Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-04T14:14:02.215Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-04T14:14:02.215Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-04T14:14:02.486Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-04T14:14:02.757Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-04T14:14:03.029Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-04T14:14:03.301Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-04T14:14:03.574Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-04T14:14:03.846Z] [ 40%] Linking C shared library libcbor.so [2020-06-04T14:14:03.846Z] [ 40%] Built target cbor_shared [2020-06-04T14:14:03.846Z] Scanning dependencies of target cbor [2020-06-04T14:14:03.846Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-04T14:14:04.823Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-04T14:14:05.095Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-04T14:14:05.367Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T14:14:06.805Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-04T14:14:06.805Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-04T14:14:07.079Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-04T14:14:07.079Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-04T14:14:07.352Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-04T14:14:07.624Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-04T14:14:08.220Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-04T14:14:08.814Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-04T14:14:09.086Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-04T14:14:09.357Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-04T14:14:09.629Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-04T14:14:09.899Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-04T14:14:10.171Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-04T14:14:10.442Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-04T14:14:10.718Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-04T14:14:10.989Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-04T14:14:10.989Z] [ 80%] Linking C static library libcbor.a [2020-06-04T14:14:11.263Z] [ 80%] Built target cbor [2020-06-04T14:14:11.263Z] Scanning dependencies of target create_items [2020-06-04T14:14:11.263Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-04T14:14:11.536Z] [ 84%] Linking C executable create_items [2020-06-04T14:14:11.536Z] [ 84%] Built target create_items [2020-06-04T14:14:11.536Z] Scanning dependencies of target readfile [2020-06-04T14:14:11.536Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-04T14:14:11.808Z] [ 88%] Linking C executable readfile [2020-06-04T14:14:11.808Z] [ 88%] Built target readfile [2020-06-04T14:14:11.808Z] Scanning dependencies of target streaming_parser [2020-06-04T14:14:11.808Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-04T14:14:12.081Z] [ 92%] Linking C executable streaming_parser [2020-06-04T14:14:12.081Z] [ 92%] Built target streaming_parser [2020-06-04T14:14:12.081Z] Scanning dependencies of target sort [2020-06-04T14:14:12.354Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-04T14:14:12.354Z] [ 96%] Linking C executable sort [2020-06-04T14:14:12.625Z] [ 96%] Built target sort [2020-06-04T14:14:12.625Z] Scanning dependencies of target hello [2020-06-04T14:14:12.625Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-04T14:14:12.625Z] [100%] Linking C executable hello [2020-06-04T14:14:12.897Z] [100%] Built target hello [2020-06-04T14:14:12.897Z] Install the project... [2020-06-04T14:14:12.897Z] -- Install configuration: "Release" [2020-06-04T14:14:12.897Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-04T14:14:12.897Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-04T14:14:12.897Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-04T14:14:12.897Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-04T14:14:12.897Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-04T14:14:12.897Z] -- Up-to-date: /usr/local/include/cbor [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/include/cbor.h [2020-06-04T14:14:12.898Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-04T14:14:14.873Z] Removing intermediate container e9d86501976d [2020-06-04T14:14:15.152Z] ---> 7edb7ddb866b [2020-06-04T14:14:15.152Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-04T14:14:15.152Z] ---> Running in 992a73b89ac1 [2020-06-04T14:14:17.135Z] Removing intermediate container 992a73b89ac1 [2020-06-04T14:14:17.135Z] ---> aa2b3f2ecca2 [2020-06-04T14:14:17.135Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-04T14:14:17.726Z] ---> fda5c5f732cb [2020-06-04T14:14:17.726Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-04T14:14:18.705Z] ---> 20bce1e9ff23 [2020-06-04T14:14:18.705Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-04T14:14:18.980Z] ---> a6155e2bdb9b [2020-06-04T14:14:18.980Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-04T14:14:19.576Z] ---> 22a35794285f [2020-06-04T14:14:19.576Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-04T14:14:20.175Z] ---> 90486cf393cb [2020-06-04T14:14:20.175Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-04T14:14:20.771Z] ---> 5787613cbb93 [2020-06-04T14:14:20.771Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-04T14:14:20.771Z] ---> Running in 5c63b98fb928 [2020-06-04T14:14:21.747Z] + CPPCHECK=false [2020-06-04T14:14:21.747Z] + DOCGEN=false [2020-06-04T14:14:21.747Z] + TOMLVER=SDK-0.2 [2020-06-04T14:14:21.747Z] + CUTILVER=1.0.4 [2020-06-04T14:14:21.747Z] + '[' 0 -gt 0 ] [2020-06-04T14:14:21.747Z] + readlink -f ./scripts/build.sh [2020-06-04T14:14:21.747Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-04T14:14:21.747Z] + dirname /tmp/sdk/scripts [2020-06-04T14:14:21.747Z] + ROOT=/tmp/sdk [2020-06-04T14:14:21.747Z] + cd /tmp/sdk [2020-06-04T14:14:21.747Z] + '[' '!' -d deps ] [2020-06-04T14:14:21.747Z] + mkdir deps [2020-06-04T14:14:21.747Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T14:14:21.747Z] + tar -C deps -z -x -f - [2020-06-04T14:14:21.747Z] --2020-06-04 14:14:21-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T14:14:21.747Z] Resolving github.com... 140.82.112.4 [2020-06-04T14:14:21.747Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-04T14:14:21.747Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:14:21.747Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-04T14:14:21.747Z] --2020-06-04 14:14:21-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-04T14:14:22.019Z] Resolving codeload.github.com... 140.82.113.9 [2020-06-04T14:14:22.019Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-06-04T14:14:22.019Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:14:22.019Z] Length: unspecified [application/x-gzip] [2020-06-04T14:14:22.019Z] Saving to: 'STDOUT' [2020-06-04T14:14:22.019Z]  [2020-06-04T14:14:22.019Z] 0K .......... ......  1.04M=0.02s [2020-06-04T14:14:22.019Z] [2020-06-04T14:14:22.019Z] 2020-06-04 14:14:21 (1.04 MB/s) - written to stdout [16451] [2020-06-04T14:14:22.019Z] [2020-06-04T14:14:22.019Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-04T14:14:22.019Z] + wget+ -O -tar https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz -C [2020-06-04T14:14:22.019Z] deps -z -x -f - [2020-06-04T14:14:22.019Z] --2020-06-04 14:14:21-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T14:14:22.019Z] Resolving github.com... 140.82.112.4 [2020-06-04T14:14:22.289Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-04T14:14:22.289Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T14:14:22.289Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-04T14:14:22.289Z] --2020-06-04 14:14:22-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-04T14:14:22.289Z] Resolving codeload.github.com... 140.82.113.9 [2020-06-04T14:14:22.289Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-06-04T14:14:22.560Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T14:14:22.560Z] Length: unspecified [application/x-gzip] [2020-06-04T14:14:22.560Z] Saving to: 'STDOUT' [2020-06-04T14:14:22.560Z]  [2020-06-04T14:14:22.560Z] 0K .......... .......... .......... .......... .......... 1.56M [2020-06-04T14:14:22.560Z] 50K .......... .......... .......... .......... .......... 3.74M [2020-06-04T14:14:22.560Z] 100K .......... .......... .......... .......... .......... 3.36M [2020-06-04T14:14:22.560Z] 150K ........             7.60M=0.06s [2020-06-04T14:14:22.560Z] [2020-06-04T14:14:22.560Z] 2020-06-04 14:14:22 (2.58 MB/s) - written to stdout [162267] [2020-06-04T14:14:22.560Z] [2020-06-04T14:14:22.560Z] + mkdir -p src/c/iot [2020-06-04T14:14:22.560Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-04T14:14:22.560Z] + mkdir -p include/iot [2020-06-04T14:14:22.560Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-04T14:14:22.560Z] + mkdir -p include/iot/os [2020-06-04T14:14:22.560Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-04T14:14:22.560Z] + mkdir -p /tmp/sdk/build/release [2020-06-04T14:14:22.560Z] + cd /tmp/sdk/build/release [2020-06-04T14:14:22.560Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-04T14:14:22.847Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:14:22.847Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:14:23.122Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:14:23.122Z] -- Detecting C compiler ABI info [2020-06-04T14:14:23.392Z] -- Detecting C compiler ABI info - done [2020-06-04T14:14:23.392Z] -- Detecting C compile features [2020-06-04T14:14:24.370Z] -- Detecting C compile features - done [2020-06-04T14:14:24.370Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T14:14:24.370Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T14:14:24.370Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T14:14:24.370Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T14:14:24.370Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T14:14:24.370Z] -- C SDK 1.2.1-dev.3 for Linux [2020-06-04T14:14:24.370Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T14:14:24.370Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T14:14:24.370Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T14:14:24.641Z] -- Configuring done [2020-06-04T14:14:24.912Z] -- Generating done [2020-06-04T14:14:24.912Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-04T14:14:24.912Z] + + teemake release.log [2020-06-04T14:14:24.912Z] [2020-06-04T14:14:24.912Z] Scanning dependencies of target csdk [2020-06-04T14:14:25.184Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T14:14:25.776Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T14:14:26.050Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T14:14:28.020Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T14:14:28.614Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T14:14:28.614Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T14:14:29.587Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T14:14:31.552Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T14:14:31.826Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T14:14:32.416Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T14:14:32.688Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T14:14:32.962Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T14:14:33.234Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T14:14:33.505Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T14:14:36.875Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T14:14:37.146Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T14:14:37.417Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T14:14:38.010Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T14:14:40.616Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T14:14:40.616Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T14:14:40.616Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T14:14:41.206Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T14:14:41.477Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T14:14:41.750Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T14:14:42.727Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T14:14:42.999Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T14:14:43.592Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T14:14:43.592Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T14:14:44.187Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T14:14:45.163Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T14:14:45.163Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T14:14:49.451Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T14:14:50.042Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T14:14:50.313Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T14:14:50.903Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T14:14:52.327Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:14:53.748Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T14:14:57.122Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T14:14:57.720Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T14:14:59.149Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T14:14:59.421Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T14:14:59.421Z] [ 65%] Built target csdk [2020-06-04T14:14:59.421Z] Scanning dependencies of target template [2020-06-04T14:14:59.421Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T14:15:00.011Z] [ 68%] Linking C executable template [2020-06-04T14:15:00.282Z] [ 68%] Built target template [2020-06-04T14:15:00.282Z] Scanning dependencies of target device-counter [2020-06-04T14:15:00.282Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T14:15:00.874Z] [ 71%] Linking C executable device-counter [2020-06-04T14:15:00.874Z] [ 71%] Built target device-counter [2020-06-04T14:15:00.874Z] Scanning dependencies of target device-random [2020-06-04T14:15:00.874Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T14:15:01.477Z] [ 74%] Linking C executable device-random [2020-06-04T14:15:01.750Z] [ 74%] Built target device-random [2020-06-04T14:15:01.750Z] Scanning dependencies of target device-gyro [2020-06-04T14:15:01.750Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T14:15:02.027Z] [ 77%] Linking C executable device-gyro [2020-06-04T14:15:02.298Z] [ 77%] Built target device-gyro [2020-06-04T14:15:02.298Z] Scanning dependencies of target template-discovery [2020-06-04T14:15:02.298Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T14:15:02.893Z] [ 80%] Linking C executable template-discovery [2020-06-04T14:15:03.166Z] [ 80%] Built target template-discovery [2020-06-04T14:15:03.166Z] Scanning dependencies of target device-terminal [2020-06-04T14:15:03.166Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T14:15:03.761Z] [ 84%] Linking C executable device-terminal [2020-06-04T14:15:03.761Z] [ 84%] Built target device-terminal [2020-06-04T14:15:04.034Z] Scanning dependencies of target template2 [2020-06-04T14:15:04.034Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T14:15:04.633Z] [ 87%] Linking C executable template2 [2020-06-04T14:15:04.633Z] [ 87%] Built target template2 [2020-06-04T14:15:04.633Z] Scanning dependencies of target device-counterv2 [2020-06-04T14:15:04.633Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T14:15:05.226Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T14:15:05.500Z] [ 90%] Built target device-counterv2 [2020-06-04T14:15:05.500Z] Scanning dependencies of target device-gyrov2 [2020-06-04T14:15:05.500Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T14:15:05.774Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T14:15:06.047Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:15:06.047Z] Scanning dependencies of target device-randomv2 [2020-06-04T14:15:06.047Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T14:15:06.642Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T14:15:06.643Z] [ 96%] Built target device-randomv2 [2020-06-04T14:15:06.915Z] Scanning dependencies of target device-terminalv2 [2020-06-04T14:15:06.915Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T14:15:07.189Z] [100%] Linking C executable device-terminalv2 [2020-06-04T14:15:07.460Z] [100%] Built target device-terminalv2 [2020-06-04T14:15:07.460Z] + make package [2020-06-04T14:15:07.460Z] + tee -a release.log [2020-06-04T14:15:07.736Z] [ 65%] Built target csdk [2020-06-04T14:15:07.736Z] [ 68%] Built target template [2020-06-04T14:15:07.736Z] [ 71%] Built target device-counter [2020-06-04T14:15:07.736Z] [ 74%] Built target device-random [2020-06-04T14:15:07.736Z] [ 77%] Built target device-gyro [2020-06-04T14:15:08.008Z] [ 80%] Built target template-discovery [2020-06-04T14:15:08.008Z] [ 84%] Built target device-terminal [2020-06-04T14:15:08.008Z] [ 87%] Built target template2 [2020-06-04T14:15:08.008Z] [ 90%] Built target device-counterv2 [2020-06-04T14:15:08.008Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:15:08.008Z] [ 96%] Built target device-randomv2 [2020-06-04T14:15:08.280Z] [100%] Built target device-terminalv2 [2020-06-04T14:15:08.280Z] Run CPack packaging tool... [2020-06-04T14:15:08.280Z] CPack: Create package using TGZ [2020-06-04T14:15:08.280Z] CPack: Install projects [2020-06-04T14:15:08.280Z] CPack: - Run preinstall target for: Csdk [2020-06-04T14:15:08.874Z] CPack: - Install project: Csdk [2020-06-04T14:15:08.874Z] CPack: Create package [2020-06-04T14:15:09.147Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.1-dev.3.tar.gz generated. [2020-06-04T14:15:09.147Z] + '[' false '=' true ] [2020-06-04T14:15:09.147Z] + '[' false '=' true ] [2020-06-04T14:15:09.147Z] + mkdir -p /tmp/sdk/build/debug [2020-06-04T14:15:09.147Z] + cd /tmp/sdk/build/debug [2020-06-04T14:15:09.147Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-04T14:15:09.420Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T14:15:09.420Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T14:15:09.691Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T14:15:09.691Z] -- Detecting C compiler ABI info [2020-06-04T14:15:09.965Z] -- Detecting C compiler ABI info - done [2020-06-04T14:15:09.965Z] -- Detecting C compile features [2020-06-04T14:15:10.559Z] -- Detecting C compile features - done [2020-06-04T14:15:10.559Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T14:15:10.559Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T14:15:10.559Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T14:15:10.559Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T14:15:10.559Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T14:15:10.559Z] -- C SDK 1.2.1-dev.3 for Linux [2020-06-04T14:15:10.559Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T14:15:10.831Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T14:15:10.831Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T14:15:11.102Z] -- Configuring done [2020-06-04T14:15:11.374Z] -- Generating done [2020-06-04T14:15:11.374Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-04T14:15:11.374Z] + + teemake debug.log [2020-06-04T14:15:11.374Z] [2020-06-04T14:15:11.374Z] Scanning dependencies of target csdk [2020-06-04T14:15:11.646Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T14:15:11.920Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T14:15:12.194Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T14:15:12.783Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T14:15:13.055Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T14:15:13.055Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T14:15:13.650Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T14:15:13.924Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T14:15:14.196Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T14:15:14.470Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T14:15:14.744Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T14:15:15.014Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T14:15:15.288Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T14:15:15.288Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T14:15:16.276Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T14:15:16.276Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T14:15:16.557Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T14:15:16.830Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T14:15:17.806Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T14:15:17.806Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T14:15:17.806Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T14:15:18.089Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T14:15:18.362Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T14:15:18.362Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T14:15:18.639Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T14:15:18.912Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T14:15:19.185Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T14:15:19.460Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T14:15:19.460Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T14:15:20.054Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T14:15:20.326Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T14:15:21.300Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T14:15:21.572Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T14:15:21.572Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T14:15:21.848Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T14:15:22.822Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:15:23.413Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T14:15:24.007Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T14:15:24.279Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T14:15:24.876Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T14:15:24.876Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T14:15:25.149Z] [ 65%] Built target csdk [2020-06-04T14:15:25.149Z] Scanning dependencies of target template [2020-06-04T14:15:25.149Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T14:15:25.420Z] [ 68%] Linking C executable template [2020-06-04T14:15:25.695Z] [ 68%] Built target template [2020-06-04T14:15:25.695Z] Scanning dependencies of target device-counter [2020-06-04T14:15:25.695Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T14:15:25.966Z] [ 71%] Linking C executable device-counter [2020-06-04T14:15:26.240Z] [ 71%] Built target device-counter [2020-06-04T14:15:26.240Z] Scanning dependencies of target device-random [2020-06-04T14:15:26.240Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T14:15:26.515Z] [ 74%] Linking C executable device-random [2020-06-04T14:15:26.515Z] [ 74%] Built target device-random [2020-06-04T14:15:26.786Z] Scanning dependencies of target device-gyro [2020-06-04T14:15:26.786Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T14:15:26.786Z] [ 77%] Linking C executable device-gyro [2020-06-04T14:15:27.059Z] [ 77%] Built target device-gyro [2020-06-04T14:15:27.059Z] Scanning dependencies of target template-discovery [2020-06-04T14:15:27.059Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T14:15:27.333Z] [ 80%] Linking C executable template-discovery [2020-06-04T14:15:27.609Z] [ 80%] Built target template-discovery [2020-06-04T14:15:27.609Z] Scanning dependencies of target device-terminal [2020-06-04T14:15:27.609Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T14:15:27.881Z] [ 84%] Linking C executable device-terminal [2020-06-04T14:15:28.155Z] [ 84%] Built target device-terminal [2020-06-04T14:15:28.155Z] Scanning dependencies of target template2 [2020-06-04T14:15:28.155Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T14:15:28.427Z] [ 87%] Linking C executable template2 [2020-06-04T14:15:28.702Z] [ 87%] Built target template2 [2020-06-04T14:15:28.702Z] Scanning dependencies of target device-counterv2 [2020-06-04T14:15:28.702Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T14:15:28.975Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T14:15:29.248Z] [ 90%] Built target device-counterv2 [2020-06-04T14:15:29.248Z] Scanning dependencies of target device-gyrov2 [2020-06-04T14:15:29.248Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T14:15:29.521Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T14:15:29.794Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:15:29.794Z] Scanning dependencies of target device-randomv2 [2020-06-04T14:15:29.794Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T14:15:30.066Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T14:15:30.339Z] [ 96%] Built target device-randomv2 [2020-06-04T14:15:30.339Z] Scanning dependencies of target device-terminalv2 [2020-06-04T14:15:30.339Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T14:15:30.613Z] [100%] Linking C executable device-terminalv2 [2020-06-04T14:15:30.883Z] [100%] Built target device-terminalv2 [2020-06-04T14:15:30.883Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:30.883Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:30.883Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:30.883Z] Scanning dependencies of target csdk [2020-06-04T14:15:31.154Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:31.154Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:31.154Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T14:15:33.129Z] [ 3%] Linking C shared library libcsdk.so [2020-06-04T14:15:33.129Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] [ 65%] Built target csdk [2020-06-04T14:15:33.129Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] [ 66%] Linking C executable template [2020-06-04T14:15:33.129Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] [ 68%] Built target template [2020-06-04T14:15:33.129Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.129Z] [ 69%] Linking C executable device-counter [2020-06-04T14:15:33.401Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.401Z] [ 71%] Built target device-counter [2020-06-04T14:15:33.401Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.401Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.401Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.401Z] [ 73%] Linking C executable device-random [2020-06-04T14:15:33.673Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.673Z] [ 74%] Built target device-random [2020-06-04T14:15:33.673Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.673Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.673Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.673Z] [ 76%] Linking C executable device-gyro [2020-06-04T14:15:33.947Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.947Z] [ 77%] Built target device-gyro [2020-06-04T14:15:33.947Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.947Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.947Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:33.947Z] [ 79%] Linking C executable template-discovery [2020-06-04T14:15:34.220Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.220Z] [ 80%] Built target template-discovery [2020-06-04T14:15:34.220Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.220Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.220Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.220Z] [ 82%] Linking C executable device-terminal [2020-06-04T14:15:34.492Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.492Z] [ 84%] Built target device-terminal [2020-06-04T14:15:34.492Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.492Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.492Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.492Z] [ 85%] Linking C executable template2 [2020-06-04T14:15:34.766Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.766Z] [ 87%] Built target template2 [2020-06-04T14:15:34.766Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.766Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.766Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:34.766Z] [ 88%] Linking C executable device-counterv2 [2020-06-04T14:15:35.036Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.036Z] [ 90%] Built target device-counterv2 [2020-06-04T14:15:35.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.037Z] [ 92%] Linking C executable device-gyrov2 [2020-06-04T14:15:35.311Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.311Z] [ 93%] Built target device-gyrov2 [2020-06-04T14:15:35.311Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.311Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.311Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.311Z] [ 95%] Linking C executable device-randomv2 [2020-06-04T14:15:35.584Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.584Z] [ 96%] Built target device-randomv2 [2020-06-04T14:15:35.584Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.584Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.584Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.584Z] [ 98%] Linking C executable device-terminalv2 [2020-06-04T14:15:35.863Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.863Z] [100%] Built target device-terminalv2 [2020-06-04T14:15:35.863Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:35.863Z] Install the project... [2020-06-04T14:15:35.863Z] -- Install configuration: "Release" [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-04T14:15:35.863Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-04T14:15:35.863Z] -- Up-to-date: /usr/local/include [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/devsdk [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/json.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/os [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/container.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/data.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/component.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/os.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/time.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-04T14:15:35.863Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-04T14:15:35.863Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-04T14:15:37.842Z] Removing intermediate container 5c63b98fb928 [2020-06-04T14:15:37.842Z] ---> fbd0328b8276 [2020-06-04T14:15:37.842Z] Step 14/21 : FROM alpine:3.9 [2020-06-04T14:15:38.114Z] 3.9: Pulling from library/alpine [2020-06-04T14:15:38.385Z] 941f399634ec: Pulling fs layer [2020-06-04T14:15:38.656Z] 941f399634ec: Verifying Checksum [2020-06-04T14:15:38.656Z] 941f399634ec: Download complete [2020-06-04T14:15:39.250Z] 941f399634ec: Pull complete [2020-06-04T14:15:39.250Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-04T14:15:39.250Z] Status: Downloaded newer image for alpine:3.9 [2020-06-04T14:15:39.250Z] ---> 9afdd4a290bf [2020-06-04T14:15:39.250Z] Step 15/21 : MAINTAINER IOTech [2020-06-04T14:15:39.524Z] ---> Running in 6d5d1a6430ed [2020-06-04T14:15:39.803Z] Removing intermediate container 6d5d1a6430ed [2020-06-04T14:15:39.803Z] ---> 2e1b34f97bf5 [2020-06-04T14:15:39.803Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-04T14:15:39.803Z] ---> Running in 79d1f23d45c4 [2020-06-04T14:15:40.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T14:15:41.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T14:15:41.313Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-04T14:15:41.585Z] (2/48) Installing libmagic (5.36-r1) [2020-06-04T14:15:41.585Z] (3/48) Installing file (5.36-r1) [2020-06-04T14:15:41.585Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-04T14:15:41.585Z] (5/48) Installing isl (0.18-r0) [2020-06-04T14:15:41.585Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-04T14:15:41.585Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-04T14:15:41.585Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-04T14:15:41.585Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-04T14:15:41.585Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-04T14:15:41.585Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-04T14:15:41.855Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-04T14:15:43.275Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-04T14:15:43.275Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-04T14:15:43.275Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-04T14:15:44.717Z] (16/48) Installing make (4.2.1-r2) [2020-06-04T14:15:44.717Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-04T14:15:44.717Z] (18/48) Installing build-base (0.5-r1) [2020-06-04T14:15:44.717Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-04T14:15:44.717Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-04T14:15:44.717Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-04T14:15:44.717Z] (22/48) Installing expat (2.2.8-r0) [2020-06-04T14:15:44.717Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-04T14:15:44.717Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-04T14:15:44.717Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-04T14:15:44.717Z] (26/48) Installing ca-certificates (20191127-r0) [2020-06-04T14:15:44.717Z] (27/48) Installing nghttp2-libs (1.35.1-r1) [2020-06-04T14:15:44.717Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-04T14:15:44.717Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-04T14:15:44.986Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-04T14:15:44.986Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-04T14:15:45.957Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-04T14:15:45.957Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-04T14:15:45.957Z] (34/48) Installing libuv (1.23.2-r0) [2020-06-04T14:15:45.957Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-04T14:15:47.376Z] (36/48) Installing curl (7.64.0-r3) [2020-06-04T14:15:47.376Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-04T14:15:47.376Z] (38/48) Installing git (2.20.4-r0) [2020-06-04T14:15:47.648Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-04T14:15:47.648Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-04T14:15:47.648Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-04T14:15:47.648Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-04T14:15:47.648Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-04T14:15:47.648Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-04T14:15:47.648Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-04T14:15:47.648Z] (46/48) Installing libuuid (2.33-r0) [2020-06-04T14:15:47.648Z] (47/48) Installing wget (1.20.3-r0) [2020-06-04T14:15:47.648Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-04T14:15:47.648Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:15:47.648Z] Executing ca-certificates-20191127-r0.trigger [2020-06-04T14:15:47.919Z] OK: 219 MiB in 62 packages [2020-06-04T14:16:03.010Z] Removing intermediate container 79d1f23d45c4 [2020-06-04T14:16:03.010Z] ---> 5f7a7ffe5aa2 [2020-06-04T14:16:03.010Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-04T14:16:03.010Z] ---> 59404a43fd01 [2020-06-04T14:16:03.010Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-04T14:16:03.604Z] ---> fbe9f534f9ec [2020-06-04T14:16:03.604Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-04T14:16:04.201Z] ---> e6237188d0b6 [2020-06-04T14:16:04.201Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-04T14:16:04.475Z] ---> 4865b4ec18b6 [2020-06-04T14:16:04.475Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-04T14:16:05.069Z] ---> 7c64ca860674 [2020-06-04T14:16:05.069Z] Successfully built 7c64ca860674 [2020-06-04T14:16:05.069Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:16:05.622Z] + docker inspect -f . ci-base-image-arm64 [2020-06-04T14:16:05.893Z] . [Pipeline] withDockerContainer [2020-06-04T14:16:06.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-1873 does not seem to be running inside a container [2020-06-04T14:16:06.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/24 -v /w/workspace/device-sdk-c/24:/w/workspace/device-sdk-c/24:rw,z -v /w/workspace/device-sdk-c/24@tmp:/w/workspace/device-sdk-c/24@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 ******** ci-base-image-arm64 cat [2020-06-04T14:16:07.571Z] $ docker top bb079f76880f5277d4eb51756fa3ff508d760829ac4f9d6eeb42ed5242c847ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-04T14:16:08.657Z] + make test [2020-06-04T14:16:08.657Z] echo "make test" [2020-06-04T14:16:08.657Z] make test [Pipeline] } [2020-06-04T14:16:08.646Z] $ docker stop --time=1 bb079f76880f5277d4eb51756fa3ff508d760829ac4f9d6eeb42ed5242c847ca [2020-06-04T14:16:10.591Z] $ docker rm -f bb079f76880f5277d4eb51756fa3ff508d760829ac4f9d6eeb42ed5242c847ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-04T14:16:11.417Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-04T14:16:11.748Z] + ls -al . [2020-06-04T14:16:11.748Z] total 192 [2020-06-04T14:16:11.748Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 4 14:13 . [2020-06-04T14:16:11.748Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 14:13 .. [2020-06-04T14:16:11.748Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 4 14:13 .git [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 4 14:13 .gitignore [2020-06-04T14:16:11.748Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 4 14:13 .semver [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 4 14:13 Attribution.txt [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 5335 Jun 4 14:13 CHANGES [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 4 14:13 Doxyfile [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 792 Jun 4 14:13 Jenkinsfile [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 4 14:13 LICENSE [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 448 Jun 4 14:13 Makefile [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 4 14:13 README.md [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 4 14:13 README.v2.md [2020-06-04T14:16:11.748Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 4 14:05 VERSION [2020-06-04T14:16:11.748Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 4 14:13 docs [2020-06-04T14:16:11.748Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 14:13 include [2020-06-04T14:16:11.748Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 4 14:13 scripts [2020-06-04T14:16:11.748Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 14:13 src [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:16:12.088Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.9 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=11dca0682671ac21648f2eee6e4306387f0e3104 --label arch=arm64 --label version=1.2.1-dev.3 . [2020-06-04T14:16:12.365Z] Sending build context to Docker daemon 3.24MB [2020-06-04T14:16:12.637Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-04T14:16:12.637Z] Step 2/15 : FROM ${BASE} [2020-06-04T14:16:12.637Z] ---> 7c64ca860674 [2020-06-04T14:16:12.637Z] Step 3/15 : MAINTAINER IOTech [2020-06-04T14:16:12.637Z] ---> Running in 2885d663fb27 [2020-06-04T14:16:12.910Z] Removing intermediate container 2885d663fb27 [2020-06-04T14:16:12.910Z] ---> b18dc2ec61db [2020-06-04T14:16:12.910Z] Step 4/15 : 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 && mkdir -p /edgex-c-sdk/build [2020-06-04T14:16:13.187Z] ---> Running in 2f3120582a36 [2020-06-04T14:16:14.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T14:16:14.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T14:16:14.438Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-04T14:16:14.438Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-04T14:16:15.030Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-04T14:16:15.030Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-04T14:16:15.030Z] (5/21) Installing nghttp2-dev (1.35.1-r1) [2020-06-04T14:16:15.030Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-04T14:16:15.030Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-04T14:16:15.030Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-04T14:16:15.030Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-04T14:16:15.377Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-04T14:16:15.662Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-04T14:16:15.662Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-04T14:16:15.662Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-04T14:16:15.662Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-04T14:16:15.662Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T14:16:15.662Z] (16/21) Installing libblkid (2.33-r0) [2020-06-04T14:16:15.662Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-04T14:16:15.662Z] (18/21) Installing libmount (2.33-r0) [2020-06-04T14:16:15.662Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-04T14:16:15.662Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-04T14:16:15.662Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-04T14:16:15.662Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T14:16:15.940Z] OK: 279 MiB in 83 packages [2020-06-04T14:16:19.401Z] Removing intermediate container 2f3120582a36 [2020-06-04T14:16:19.401Z] ---> dd4d8265ab1c [2020-06-04T14:16:19.401Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-04T14:16:19.692Z] ---> 136932326a84 [2020-06-04T14:16:19.692Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-04T14:16:20.700Z] ---> dd9f07d7a56e [2020-06-04T14:16:20.700Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-04T14:16:20.977Z] ---> c09a972e38d5 [2020-06-04T14:16:20.977Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-04T14:16:21.584Z] ---> b08132db50a4 [2020-06-04T14:16:21.584Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-04T14:16:22.191Z] ---> e5ac8920da70 [2020-06-04T14:16:22.191Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-04T14:16:22.462Z] ---> 14053024be99 [2020-06-04T14:16:22.462Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-04T14:16:22.734Z] ---> Running in 30b625966e91 [2020-06-04T14:16:23.005Z] Removing intermediate container 30b625966e91 [2020-06-04T14:16:23.005Z] ---> 65306d779c7f [2020-06-04T14:16:23.005Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-04T14:16:23.280Z] ---> Running in ea422c2db5ea [2020-06-04T14:16:23.556Z] Removing intermediate container ea422c2db5ea [2020-06-04T14:16:23.556Z] ---> f664b5d71ce0 [2020-06-04T14:16:23.556Z] Step 13/15 : LABEL arch=arm64 [2020-06-04T14:16:23.556Z] ---> Running in 6bd331e4cc1d [2020-06-04T14:16:23.832Z] Removing intermediate container 6bd331e4cc1d [2020-06-04T14:16:23.832Z] ---> 9b4278e79e59 [2020-06-04T14:16:23.832Z] Step 14/15 : LABEL git_sha=11dca0682671ac21648f2eee6e4306387f0e3104 [2020-06-04T14:16:24.102Z] ---> Running in a33b4f3506a1 [2020-06-04T14:16:24.374Z] Removing intermediate container a33b4f3506a1 [2020-06-04T14:16:24.374Z] ---> a32af696f094 [2020-06-04T14:16:24.374Z] Step 15/15 : LABEL version=1.2.1-dev.3 [2020-06-04T14:16:24.645Z] ---> Running in 92071c969977 [2020-06-04T14:16:24.918Z] Removing intermediate container 92071c969977 [2020-06-04T14:16:24.918Z] ---> 878f64283adb [2020-06-04T14:16:24.918Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-04T14:16:24.918Z] Successfully built 878f64283adb [2020-06-04T14:16:24.918Z] 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] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:16:26.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T14:16:26.058Z] . [Pipeline] withDockerContainer [2020-06-04T14:16:26.182Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:16:26.236Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-04T14:16:26.895Z] $ docker top 03ba5fb90f4e855d9253b8d5872bc97f939377521d5cbfe4a270cd344e2b1379 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-04T14:16:27.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T14:16:27.098Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T14:16:27.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T14:16:27.320Z] $ docker exec 03ba5fb90f4e855d9253b8d5872bc97f939377521d5cbfe4a270cd344e2b1379 ssh-agent [2020-06-04T14:16:27.517Z] SSH_AUTH_SOCK=/tmp/ssh-ubsMDRCWicnD/agent.14 [2020-06-04T14:16:27.517Z] SSH_AGENT_PID=21 [2020-06-04T14:16:27.525Z] Running ssh-add (command line suppressed) [2020-06-04T14:16:27.669Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4412979632355649782.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4412979632355649782.key) [2020-06-04T14:16:27.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T14:16:28.047Z] + git semver tag [2020-06-04T14:16:28.047Z] # -> Open(): unable to determine branch for HEAD [2020-06-04T14:16:28.047Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-04T14:16:28.048Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:16:28.048Z] # $SEMVER_REMOTE_NAME = origin [2020-06-04T14:16:28.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-04T14:16:28.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-04T14:16:28.048Z] # $SEMVER_BRANCH = master [2020-06-04T14:16:28.048Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-04T14:16:28.048Z] # 11dca0682671ac21648f2eee6e4306387f0e3104 HEAD [2020-06-04T14:16:28.048Z] # -> Force: false [2020-06-04T14:16:28.048Z] # bccc428dde228574faa6de517fe3936dd380e3bb refs/tags/v1.2.1-dev.3 [Pipeline] } [2020-06-04T14:16:28.059Z] $ docker exec --env ******** --env ******** 03ba5fb90f4e855d9253b8d5872bc97f939377521d5cbfe4a270cd344e2b1379 ssh-agent -k [2020-06-04T14:16:28.209Z] unset SSH_AUTH_SOCK; [2020-06-04T14:16:28.209Z] unset SSH_AGENT_PID; [2020-06-04T14:16:28.209Z] echo Agent pid 21 killed; [2020-06-04T14:16:28.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-04T14:16:28.619Z] + git semver [Pipeline] } [2020-06-04T14:16:28.636Z] $ docker stop --time=1 03ba5fb90f4e855d9253b8d5872bc97f939377521d5cbfe4a270cd344e2b1379 [2020-06-04T14:16:29.976Z] $ docker rm -f 03ba5fb90f4e855d9253b8d5872bc97f939377521d5cbfe4a270cd344e2b1379 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:16:30.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-04T14:16:30.554Z] [2020-06-04T14:16:30.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:16:30.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-04T14:16:30.883Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-04T14:16:30.883Z] ab5ef0e58194: Pulling fs layer [2020-06-04T14:16:30.883Z] 9712f1f96733: Pulling fs layer [2020-06-04T14:16:30.883Z] 63f879dbbcfc: Pulling fs layer [2020-06-04T14:16:30.883Z] 0d9ebad4ef96: Pulling fs layer [2020-06-04T14:16:30.883Z] e9a5061849ea: Pulling fs layer [2020-06-04T14:16:30.883Z] d747dcd14b5f: Pulling fs layer [2020-06-04T14:16:30.883Z] 2de7ff778b66: Pulling fs layer [2020-06-04T14:16:30.883Z] 0d9ebad4ef96: Waiting [2020-06-04T14:16:30.883Z] e9a5061849ea: Waiting [2020-06-04T14:16:30.883Z] d747dcd14b5f: Waiting [2020-06-04T14:16:30.883Z] 2de7ff778b66: Waiting [2020-06-04T14:16:30.883Z] 9712f1f96733: Download complete [2020-06-04T14:16:31.469Z] 63f879dbbcfc: Verifying Checksum [2020-06-04T14:16:31.469Z] 63f879dbbcfc: Download complete [2020-06-04T14:16:31.736Z] e9a5061849ea: Verifying Checksum [2020-06-04T14:16:31.736Z] e9a5061849ea: Download complete [2020-06-04T14:16:31.736Z] d747dcd14b5f: Verifying Checksum [2020-06-04T14:16:31.736Z] d747dcd14b5f: Download complete [2020-06-04T14:16:32.014Z] 0d9ebad4ef96: Verifying Checksum [2020-06-04T14:16:32.014Z] 0d9ebad4ef96: Download complete [2020-06-04T14:16:32.014Z] 2de7ff778b66: Verifying Checksum [2020-06-04T14:16:32.014Z] 2de7ff778b66: Download complete [2020-06-04T14:16:32.014Z] ab5ef0e58194: Verifying Checksum [2020-06-04T14:16:32.014Z] ab5ef0e58194: Download complete [2020-06-04T14:16:36.235Z] ab5ef0e58194: Pull complete [2020-06-04T14:16:36.235Z] 9712f1f96733: Pull complete [2020-06-04T14:16:39.545Z] 63f879dbbcfc: Pull complete [2020-06-04T14:16:44.857Z] 0d9ebad4ef96: Pull complete [2020-06-04T14:16:45.123Z] e9a5061849ea: Pull complete [2020-06-04T14:16:45.390Z] d747dcd14b5f: Pull complete [2020-06-04T14:16:48.722Z] 2de7ff778b66: Pull complete [2020-06-04T14:16:48.722Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-04T14:16:48.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-04T14:16:48.868Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:16:48.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-04T14:16:49.629Z] $ docker top 54798acdb176c2438c26871657c9dfaa292752429a88867a3415b2831eaceb41 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-04T14:16:49.798Z] provisioning config files... [2020-06-04T14:16:49.810Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config907831886245904806tmp [2020-06-04T14:16:49.827Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3104290464288758524tmp [2020-06-04T14:16:49.841Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7461731555105067375tmp [Pipeline] { [Pipeline] echo [2020-06-04T14:16:49.866Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:16:50.156Z] ---> sigul-configuration.sh [2020-06-04T14:16:50.156Z] gpg: directory `/root/.gnupg' created [2020-06-04T14:16:50.156Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-04T14:16:50.156Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-04T14:16:50.156Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-04T14:16:50.156Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-04T14:16:50.156Z] gpg: CAST5 encrypted data [2020-06-04T14:16:50.417Z] gpg: encrypted with 1 passphrase [2020-06-04T14:16:50.418Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-04T14:16:50.715Z] + mkdir /home/jenkins [2020-06-04T14:16:50.715Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-04T14:16:51.013Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-04T14:16:51.023Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:16:51.312Z] ---> sigul-install.sh [2020-06-04T14:16:57.925Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-04T14:16:58.283Z] + git tag --list [2020-06-04T14:16:58.283Z] v1.2.1-dev.3 [Pipeline] sh [2020-06-04T14:16:58.627Z] + lftools sign git-tag v1.2.1-dev.3 [2020-06-04T14:17:00.013Z] Signing Git tag with Sigul... [2020-06-04T14:17:00.014Z] Signing v1.2.1-dev.3 [Pipeline] echo [2020-06-04T14:17:01.414Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:17:01.711Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-04T14:17:01.719Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-04T14:17:01.769Z] $ docker stop --time=1 54798acdb176c2438c26871657c9dfaa292752429a88867a3415b2831eaceb41 [2020-06-04T14:17:04.656Z] $ docker rm -f 54798acdb176c2438c26871657c9dfaa292752429a88867a3415b2831eaceb41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:17:05.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T14:17:05.214Z] . [Pipeline] withDockerContainer [2020-06-04T14:17:05.327Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:17:05.371Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-04T14:17:06.415Z] $ docker top 89d593d1cd8c7aca249ebfe922e2b5aad392e17bb72f0433f9e89984168b9384 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-04T14:17:06.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T14:17:06.624Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T14:17:06.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T14:17:06.882Z] $ docker exec 89d593d1cd8c7aca249ebfe922e2b5aad392e17bb72f0433f9e89984168b9384 ssh-agent [2020-06-04T14:17:07.082Z] SSH_AUTH_SOCK=/tmp/ssh-AbyHqxEIjxqU/agent.15 [2020-06-04T14:17:07.082Z] SSH_AGENT_PID=22 [2020-06-04T14:17:07.090Z] Running ssh-add (command line suppressed) [2020-06-04T14:17:07.237Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4156323309336283531.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4156323309336283531.key) [2020-06-04T14:17:07.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T14:17:07.658Z] + git semver bump pre [2020-06-04T14:17:07.658Z] # -> Open(): unable to determine branch for HEAD [2020-06-04T14:17:07.658Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-04T14:17:07.658Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:17:07.658Z] # $SEMVER_REMOTE_NAME = origin [2020-06-04T14:17:07.658Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-04T14:17:07.658Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-04T14:17:07.658Z] # $SEMVER_BRANCH = master [2020-06-04T14:17:07.658Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-04T14:17:07.658Z] 1.2.1-dev.4 [Pipeline] } [2020-06-04T14:17:07.671Z] $ docker exec --env ******** --env ******** 89d593d1cd8c7aca249ebfe922e2b5aad392e17bb72f0433f9e89984168b9384 ssh-agent -k [2020-06-04T14:17:07.807Z] unset SSH_AUTH_SOCK; [2020-06-04T14:17:07.808Z] unset SSH_AGENT_PID; [2020-06-04T14:17:07.808Z] echo Agent pid 22 killed; [2020-06-04T14:17:07.856Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-04T14:17:08.211Z] + git semver [Pipeline] } [2020-06-04T14:17:08.228Z] $ docker stop --time=1 89d593d1cd8c7aca249ebfe922e2b5aad392e17bb72f0433f9e89984168b9384 [2020-06-04T14:17:09.572Z] $ docker rm -f 89d593d1cd8c7aca249ebfe922e2b5aad392e17bb72f0433f9e89984168b9384 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:17:10.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T14:17:10.026Z] . [Pipeline] withDockerContainer [2020-06-04T14:17:10.145Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:17:10.191Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-04T14:17:10.747Z] $ docker top 672b1650c8eade38e05dfd9f241b9760e5a87795728ea4069eb686e6019f66f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-04T14:17:10.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T14:17:10.939Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T14:17:11.116Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T14:17:11.120Z] $ docker exec 672b1650c8eade38e05dfd9f241b9760e5a87795728ea4069eb686e6019f66f5 ssh-agent [2020-06-04T14:17:11.306Z] SSH_AUTH_SOCK=/tmp/ssh-iG2bqnZsduzx/agent.15 [2020-06-04T14:17:11.306Z] SSH_AGENT_PID=21 [2020-06-04T14:17:11.317Z] Running ssh-add (command line suppressed) [2020-06-04T14:17:11.453Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5457929187543176638.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5457929187543176638.key) [2020-06-04T14:17:11.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T14:17:11.807Z] + git semver push [2020-06-04T14:17:11.807Z] # -> Open(): unable to determine branch for HEAD [2020-06-04T14:17:11.807Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-04T14:17:11.807Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:17:11.807Z] # $SEMVER_REMOTE_NAME = origin [2020-06-04T14:17:11.807Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-04T14:17:11.807Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-04T14:17:11.807Z] # $SEMVER_BRANCH = master [2020-06-04T14:17:11.807Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-04T14:17:18.408Z] $ docker exec --env ******** --env ******** 672b1650c8eade38e05dfd9f241b9760e5a87795728ea4069eb686e6019f66f5 ssh-agent -k [2020-06-04T14:17:18.543Z] unset SSH_AUTH_SOCK; [2020-06-04T14:17:18.543Z] unset SSH_AGENT_PID; [2020-06-04T14:17:18.543Z] echo Agent pid 21 killed; [2020-06-04T14:17:18.595Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-04T14:17:18.960Z] + git semver [Pipeline] } [2020-06-04T14:17:18.978Z] $ docker stop --time=1 672b1650c8eade38e05dfd9f241b9760e5a87795728ea4069eb686e6019f66f5 [2020-06-04T14:17:20.324Z] $ docker rm -f 672b1650c8eade38e05dfd9f241b9760e5a87795728ea4069eb686e6019f66f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:17:20.973Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:17:21.275Z] ---> package-listing.sh [2020-06-04T14:17:21.275Z] ++ facter osfamily [2020-06-04T14:17:21.275Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-04T14:17:21.275Z] + OS_FAMILY=redhat [2020-06-04T14:17:21.275Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:17:21.275Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-04T14:17:21.275Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-04T14:17:21.275Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-04T14:17:21.275Z] + PACKAGES=/tmp/packages_start.txt [2020-06-04T14:17:21.275Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-04T14:17:21.275Z] + PACKAGES=/tmp/packages_end.txt [2020-06-04T14:17:21.275Z] + case "${OS_FAMILY}" in [2020-06-04T14:17:21.275Z] + rpm -qa [2020-06-04T14:17:21.275Z] + sort [2020-06-04T14:17:25.493Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-04T14:17:25.493Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-04T14:17:25.493Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-04T14:17:25.493Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-04T14:17:25.493Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-06-04T14:17:25.493Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:17:26.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-04T14:17:26.090Z] [2020-06-04T14:17:26.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-04T14:17:26.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-04T14:17:26.412Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-04T14:17:26.412Z] c9b1b535fdd9: Pulling fs layer [2020-06-04T14:17:26.412Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-04T14:17:26.412Z] 756a868c4378: Pulling fs layer [2020-06-04T14:17:26.412Z] 444b2fc9a129: Pulling fs layer [2020-06-04T14:17:26.412Z] ea15f1150254: Pulling fs layer [2020-06-04T14:17:26.412Z] 41b27a9f41bf: Pulling fs layer [2020-06-04T14:17:26.412Z] 28c525ee5125: Pulling fs layer [2020-06-04T14:17:26.412Z] 094b1ea09ed8: Pulling fs layer [2020-06-04T14:17:26.412Z] 138eaada9080: Pulling fs layer [2020-06-04T14:17:26.412Z] 0622d0fa9048: Pulling fs layer [2020-06-04T14:17:26.412Z] 41b27a9f41bf: Waiting [2020-06-04T14:17:26.412Z] 28c525ee5125: Waiting [2020-06-04T14:17:26.412Z] 094b1ea09ed8: Waiting [2020-06-04T14:17:26.412Z] 138eaada9080: Waiting [2020-06-04T14:17:26.412Z] 0622d0fa9048: Waiting [2020-06-04T14:17:26.412Z] 444b2fc9a129: Waiting [2020-06-04T14:17:26.412Z] ea15f1150254: Waiting [2020-06-04T14:17:26.412Z] 2cc5ad85d9ab: Download complete [2020-06-04T14:17:26.412Z] 444b2fc9a129: Verifying Checksum [2020-06-04T14:17:26.412Z] 444b2fc9a129: Download complete [2020-06-04T14:17:26.412Z] c9b1b535fdd9: Verifying Checksum [2020-06-04T14:17:26.412Z] c9b1b535fdd9: Download complete [2020-06-04T14:17:26.412Z] ea15f1150254: Verifying Checksum [2020-06-04T14:17:26.412Z] ea15f1150254: Download complete [2020-06-04T14:17:26.679Z] 28c525ee5125: Verifying Checksum [2020-06-04T14:17:26.679Z] 28c525ee5125: Download complete [2020-06-04T14:17:26.950Z] c9b1b535fdd9: Pull complete [2020-06-04T14:17:27.213Z] 756a868c4378: Verifying Checksum [2020-06-04T14:17:27.213Z] 756a868c4378: Download complete [2020-06-04T14:17:27.213Z] 138eaada9080: Verifying Checksum [2020-06-04T14:17:27.213Z] 138eaada9080: Download complete [2020-06-04T14:17:27.213Z] 0622d0fa9048: Verifying Checksum [2020-06-04T14:17:27.213Z] 0622d0fa9048: Download complete [2020-06-04T14:17:27.213Z] 094b1ea09ed8: Download complete [2020-06-04T14:17:27.789Z] 41b27a9f41bf: Verifying Checksum [2020-06-04T14:17:27.789Z] 41b27a9f41bf: Download complete [2020-06-04T14:17:28.364Z] 2cc5ad85d9ab: Pull complete [2020-06-04T14:17:30.285Z] 756a868c4378: Pull complete [2020-06-04T14:17:30.285Z] 444b2fc9a129: Pull complete [2020-06-04T14:17:30.547Z] ea15f1150254: Pull complete [2020-06-04T14:17:34.774Z] 41b27a9f41bf: Pull complete [2020-06-04T14:17:34.774Z] 28c525ee5125: Pull complete [2020-06-04T14:17:36.693Z] 094b1ea09ed8: Pull complete [2020-06-04T14:17:36.955Z] 138eaada9080: Pull complete [2020-06-04T14:17:37.218Z] 0622d0fa9048: Pull complete [2020-06-04T14:17:37.218Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-04T14:17:37.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-04T14:17:37.338Z] prd-centos7-docker-4c-2g-1870 does not seem to be running inside a container [2020-06-04T14:17:37.380Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-04T14:17:37.915Z] $ docker top f3fe6f09f990362001e09d1412f266203aa861155a11586097a083a958cd7f3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-04T14:17:38.100Z] provisioning config files... [2020-06-04T14:17:38.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8971065439997251964tmp [Pipeline] { [Pipeline] echo [2020-06-04T14:17:38.151Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:17:38.446Z] ---> create-netrc.sh [Pipeline] echo [2020-06-04T14:17:38.456Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T14:17:38.764Z] ---> logs-deploy.sh [2020-06-04T14:17:38.764Z] + ARCHIVE_ARTIFACTS= [2020-06-04T14:17:38.764Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-04T14:17:38.764Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-04T14:17:38.764Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-04T14:17:38.764Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/24 [2020-06-04T14:17:38.764Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/24/ [2020-06-04T14:17:38.764Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/24 /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-04T14:17:39.720Z] Archives upload complete. [2020-06-04T14:17:39.981Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/24/