Pull request #265 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 6fa5a9f218fdd16d396870288889757eaab29030+1aa8105ebf83a2c75f03f15ed04b88c76ed291ae (5409a11f76518272581e1b6dea1130a23fd41935) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-265/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > 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 > git --version # 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1865 in /w/workspace/edgexfoundry_device-sdk-c_PR-265 [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 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_PR-265 # 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/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae into PR head commit 6fa5a9f218fdd16d396870288889757eaab29030 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # 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/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 6fa5a9f218fdd16d396870288889757eaab29030 Checking out Revision 6fa5a9f218fdd16d396870288889757eaab29030 (PR-265) > git config core.sparsecheckout # timeout=10 > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 Commit message: "fix: v1 compat issues * translation of request structure * memleak in post_readings" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-04T13:13:39.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-04T13:13:39.201Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-04T13:13:39.314Z] ========================================================= [2020-06-04T13:13:39.314Z] EdgeX Global Pipelines Version Info [2020-06-04T13:13:39.314Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-04T13:13:41.455Z] ------------------- [2020-06-04T13:13:41.455Z] stable info: [2020-06-04T13:13:41.455Z] ------------------- [2020-06-04T13:13:41.455Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-04T13:13:41.455Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-04T13:13:41.455Z] Message: update stable to v1.0.89 [2020-06-04T13:13:42.387Z] ------------------- [2020-06-04T13:13:42.387Z] experimental info: [2020-06-04T13:13:42.387Z] ------------------- [2020-06-04T13:13:42.387Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-04T13:13:42.387Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-04T13:13:42.387Z] 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-04T13:13:44.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T13:13:44.818Z] [2020-06-04T13:13:44.818Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:13:45.247Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-04T13:13:45.594Z] latest: Pulling from edgex-devops/git-semver [2020-06-04T13:13:45.594Z] 9123ac7c32f7: Pulling fs layer [2020-06-04T13:13:45.594Z] b8cc5d1170e3: Pulling fs layer [2020-06-04T13:13:45.594Z] 2924cbbf6a41: Pulling fs layer [2020-06-04T13:13:45.594Z] 93b08a4f1073: Pulling fs layer [2020-06-04T13:13:45.594Z] 93b08a4f1073: Waiting [2020-06-04T13:13:45.894Z] b8cc5d1170e3: Verifying Checksum [2020-06-04T13:13:45.894Z] b8cc5d1170e3: Download complete [2020-06-04T13:13:45.894Z] 9123ac7c32f7: Verifying Checksum [2020-06-04T13:13:45.894Z] 9123ac7c32f7: Download complete [2020-06-04T13:13:46.201Z] 93b08a4f1073: Verifying Checksum [2020-06-04T13:13:46.201Z] 93b08a4f1073: Download complete [2020-06-04T13:13:46.201Z] 2924cbbf6a41: Verifying Checksum [2020-06-04T13:13:46.201Z] 2924cbbf6a41: Download complete [2020-06-04T13:13:46.493Z] 9123ac7c32f7: Pull complete [2020-06-04T13:13:46.781Z] b8cc5d1170e3: Pull complete [2020-06-04T13:13:48.845Z] 2924cbbf6a41: Pull complete [2020-06-04T13:13:48.846Z] 93b08a4f1073: Pull complete [2020-06-04T13:13:48.846Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-04T13:13:48.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-04T13:13:49.132Z] prd-centos7-docker-4c-2g-1865 does not seem to be running inside a container [2020-06-04T13:13:49.214Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-265 -v /w/workspace/edgexfoundry_device-sdk-c_PR-265:/w/workspace/edgexfoundry_device-sdk-c_PR-265:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-04T13:13:50.315Z] $ docker top d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-04T13:13:50.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T13:13:50.762Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T13:13:51.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T13:13:51.331Z] $ docker exec d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 ssh-agent [2020-06-04T13:13:51.842Z] SSH_AUTH_SOCK=/tmp/ssh-eh5aoiYXj573/agent.15 [2020-06-04T13:13:51.842Z] SSH_AGENT_PID=22 [2020-06-04T13:13:51.900Z] Running ssh-add (command line suppressed) [2020-06-04T13:13:52.319Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp/private_key_9219465874544428644.key (/w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp/private_key_9219465874544428644.key) [2020-06-04T13:13:52.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T13:13:53.191Z] + git describe --exact-match --tags HEAD [2020-06-04T13:13:53.191Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-04T13:13:53.412Z] $ docker exec --env ******** --env ******** d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 ssh-agent -k [2020-06-04T13:13:53.921Z] unset SSH_AUTH_SOCK; [2020-06-04T13:13:53.922Z] unset SSH_AGENT_PID; [2020-06-04T13:13:53.922Z] echo Agent pid 22 killed; [2020-06-04T13:13:54.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-04T13:13:54.115Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-04T13:13:54.115Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-04T13:13:54.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-04T13:13:54.176Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-04T13:13:54.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-04T13:13:54.608Z] $ docker exec d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 ssh-agent [2020-06-04T13:13:55.086Z] SSH_AUTH_SOCK=/tmp/ssh-qBtYm7k8ajO3/agent.57 [2020-06-04T13:13:55.086Z] SSH_AGENT_PID=64 [2020-06-04T13:13:55.105Z] Running ssh-add (command line suppressed) [2020-06-04T13:13:55.493Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp/private_key_4932433787163842422.key (/w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp/private_key_4932433787163842422.key) [2020-06-04T13:13:55.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-04T13:13:56.360Z] + git semver init [2020-06-04T13:13:56.360Z] # -> Open(): unable to determine branch for HEAD [2020-06-04T13:13:56.360Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-265/.git [2020-06-04T13:13:56.360Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-265 [2020-06-04T13:13:56.360Z] # $SEMVER_REMOTE_NAME = origin [2020-06-04T13:13:56.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-04T13:13:56.360Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-04T13:13:56.360Z] # $SEMVER_BRANCH = PR-265 [2020-06-04T13:13:56.360Z] # $SEMVER_TEMP = /tmp/semver-023083710 [2020-06-04T13:13:56.360Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-04T13:13:57.440Z] # '/tmp/semver-023083710' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-265/.semver' [2020-06-04T13:13:57.440Z] # -> Force: false [2020-06-04T13:13:57.440Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-265/.semver [Pipeline] } [2020-06-04T13:13:57.472Z] $ docker exec --env ******** --env ******** d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 ssh-agent -k [2020-06-04T13:13:58.074Z] unset SSH_AUTH_SOCK; [2020-06-04T13:13:58.077Z] unset SSH_AGENT_PID; [2020-06-04T13:13:58.078Z] echo Agent pid 64 killed; [2020-06-04T13:13:58.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-04T13:13:59.034Z] + git semver [Pipeline] } [2020-06-04T13:13:59.229Z] $ docker stop --time=1 d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 [2020-06-04T13:14:00.949Z] $ docker rm -f d5e0bb251bdadde438cef1271cdc1e2c146fcac47340cf1320c3028c1bbf5229 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-04T13:14:02.667Z] Stashed 45 file(s) [Pipeline] echo [2020-06-04T13:14:02.684Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-04T13:14:18.041Z] Still waiting to schedule task [2020-06-04T13:14:18.041Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1865’ [2020-06-04T13:14:18.059Z] Still waiting to schedule task [2020-06-04T13:14:18.059Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-04T13:16:08.883Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1866 in /w/workspace/edgexfoundry_device-sdk-c_PR-265 [Pipeline] { [Pipeline] ws [2020-06-04T13:16:08.937Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-06-04T13:16:15.245Z] using credential edgex-jenkins-ssh [2020-06-04T13:16:15.276Z] Cloning the remote Git repository [2020-06-04T13:16:15.276Z] Cloning with configured refspecs honoured and without tags [2020-06-04T13:16:15.315Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:15.423Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-06-04T13:16:15.525Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:15.528Z] > git --version # timeout=10 [2020-06-04T13:16:15.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:15.632Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:16.670Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T13:16:16.689Z] > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # timeout=10 [2020-06-04T13:16:16.719Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:16.759Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T13:16:16.808Z] Fetching without tags [2020-06-04T13:16:17.330Z] Merging remotes/origin/master commit 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae into PR head commit 6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:16:18.037Z] Merge succeeded, producing 6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:16:18.037Z] Checking out Revision 6fa5a9f218fdd16d396870288889757eaab29030 (PR-265) [2020-06-04T13:16:16.814Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:16.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:16.841Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:17.327Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T13:16:17.366Z] > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 [2020-06-04T13:16:17.490Z] > git remote # timeout=10 [2020-06-04T13:16:17.598Z] > git config --get remote.origin.url # timeout=10 [2020-06-04T13:16:17.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:17.659Z] > git merge 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae # timeout=10 [2020-06-04T13:16:17.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-04T13:16:18.020Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T13:16:18.046Z] > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 [2020-06-04T13:16:22.665Z] Commit message: "fix: v1 compat issues * translation of request structure * memleak in post_readings" [2020-06-04T13:16:22.693Z] > git --version # timeout=10 [2020-06-04T13:16:22.718Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-04T13:16:24.037Z] ========================================================= [2020-06-04T13:16:24.037Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-04T13:16:24.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:16:25.028Z] + 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-04T13:16:26.009Z] Sending build context to Docker daemon 3.248MB [2020-06-04T13:16:26.009Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-04T13:16:26.009Z] Step 2/21 : FROM ${BASE} as builder [2020-06-04T13:16:26.283Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-04T13:16:26.283Z] 0362ad1dd800: Pulling fs layer [2020-06-04T13:16:26.283Z] f2cdb1532d8b: Pulling fs layer [2020-06-04T13:16:26.283Z] 37ed683be191: Pulling fs layer [2020-06-04T13:16:26.283Z] f2cdb1532d8b: Verifying Checksum [2020-06-04T13:16:26.283Z] f2cdb1532d8b: Download complete [2020-06-04T13:16:26.558Z] 0362ad1dd800: Verifying Checksum [2020-06-04T13:16:26.558Z] 0362ad1dd800: Download complete [2020-06-04T13:16:27.157Z] 0362ad1dd800: Pull complete [2020-06-04T13:16:27.432Z] f2cdb1532d8b: Pull complete [2020-06-04T13:16:34.169Z] 37ed683be191: Verifying Checksum [2020-06-04T13:16:34.169Z] 37ed683be191: Download complete [2020-06-04T13:16:38.014Z] Running on prd-centos7-docker-4c-2g-1867 in /w/workspace/edgexfoundry_device-sdk-c_PR-265 [Pipeline] { [Pipeline] ws [2020-06-04T13:16:38.072Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-06-04T13:16:40.301Z] using credential edgex-jenkins-ssh [2020-06-04T13:16:40.325Z] Cloning the remote Git repository [2020-06-04T13:16:40.325Z] Cloning with configured refspecs honoured and without tags [2020-06-04T13:16:40.347Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:40.407Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-06-04T13:16:40.448Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:40.448Z] > git --version # timeout=10 [2020-06-04T13:16:40.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:40.484Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:41.129Z] Fetching without tags [2020-06-04T13:16:41.520Z] Merging remotes/origin/master commit 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae into PR head commit 6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:16:41.633Z] Merge succeeded, producing 6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:16:41.634Z] Checking out Revision 6fa5a9f218fdd16d396870288889757eaab29030 (PR-265) [2020-06-04T13:16:41.099Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T13:16:41.105Z] > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # timeout=10 [2020-06-04T13:16:41.111Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:41.123Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-04T13:16:41.133Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-04T13:16:41.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:41.139Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-04T13:16:41.527Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T13:16:41.532Z] > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 [2020-06-04T13:16:41.579Z] > git remote # timeout=10 [2020-06-04T13:16:41.593Z] > git config --get remote.origin.url # timeout=10 [2020-06-04T13:16:41.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-04T13:16:41.614Z] > git merge 1aa8105ebf83a2c75f03f15ed04b88c76ed291ae # timeout=10 [2020-06-04T13:16:41.630Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-04T13:16:41.637Z] > git config core.sparsecheckout # timeout=10 [2020-06-04T13:16:41.642Z] > git checkout -f 6fa5a9f218fdd16d396870288889757eaab29030 # timeout=10 [2020-06-04T13:16:44.340Z] 37ed683be191: Pull complete [2020-06-04T13:16:44.341Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-04T13:16:44.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-04T13:16:44.341Z] ---> b23d30803547 [2020-06-04T13:16:44.341Z] 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-04T13:16:45.358Z] Commit message: "fix: v1 compat issues * translation of request structure * memleak in post_readings" [2020-06-04T13:16:45.382Z] > git --version # timeout=10 [2020-06-04T13:16:45.391Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-04T13:16:46.258Z] ========================================================= [2020-06-04T13:16:46.258Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-04T13:16:46.258Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:16:46.322Z] ---> Running in 892e14310845 [2020-06-04T13:16:46.989Z] + 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-04T13:16:47.253Z] Sending build context to Docker daemon 3.248MB [2020-06-04T13:16:47.253Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-04T13:16:47.254Z] Step 2/21 : FROM ${BASE} as builder [2020-06-04T13:16:47.254Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-04T13:16:47.254Z] e7c96db7181b: Pulling fs layer [2020-06-04T13:16:47.254Z] 4c13bbce0fe7: Pulling fs layer [2020-06-04T13:16:47.254Z] 6059c847ac2f: Pulling fs layer [2020-06-04T13:16:47.254Z] 4c13bbce0fe7: Verifying Checksum [2020-06-04T13:16:47.254Z] 4c13bbce0fe7: Download complete [2020-06-04T13:16:47.254Z] e7c96db7181b: Verifying Checksum [2020-06-04T13:16:47.254Z] e7c96db7181b: Download complete [2020-06-04T13:16:47.307Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T13:16:47.516Z] e7c96db7181b: Pull complete [2020-06-04T13:16:47.516Z] 4c13bbce0fe7: Pull complete [2020-06-04T13:16:48.469Z] 6059c847ac2f: Verifying Checksum [2020-06-04T13:16:48.469Z] 6059c847ac2f: Download complete [2020-06-04T13:16:48.733Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T13:16:49.005Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T13:16:49.005Z] (2/8) Installing libuuid (2.33-r0) [2020-06-04T13:16:49.005Z] (3/8) Installing libblkid (2.33-r0) [2020-06-04T13:16:49.276Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-04T13:16:49.276Z] (5/8) Installing libmount (2.33-r0) [2020-06-04T13:16:49.548Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-04T13:16:49.548Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-04T13:16:49.830Z] (8/8) Installing wget (1.20.3-r0) [2020-06-04T13:16:49.830Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:16:49.830Z] OK: 285 MiB in 83 packages [2020-06-04T13:16:51.806Z] Removing intermediate container 892e14310845 [2020-06-04T13:16:51.806Z] ---> cd23aa2d24be [2020-06-04T13:16:51.806Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-04T13:16:51.806Z] ---> Running in affde242bbc8 [2020-06-04T13:16:52.081Z] Removing intermediate container affde242bbc8 [2020-06-04T13:16:52.081Z] ---> 388a56dd6bed [2020-06-04T13:16:52.081Z] 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-04T13:16:52.354Z] ---> Running in 88dacb813ef1 [2020-06-04T13:16:52.685Z] 6059c847ac2f: Pull complete [2020-06-04T13:16:52.685Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-04T13:16:52.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-04T13:16:52.685Z] ---> 5eabd8fd8ba2 [2020-06-04T13:16:52.685Z] 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-04T13:16:52.686Z] ---> Running in 422b5553f668 [2020-06-04T13:16:52.686Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T13:16:53.345Z] --2020-06-04 13:16:53-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-04T13:16:53.345Z] Resolving github.com... 140.82.114.3 [2020-06-04T13:16:53.345Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-06-04T13:16:53.345Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:16:53.345Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-04T13:16:53.345Z] --2020-06-04 13:16:53-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-04T13:16:53.345Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-04T13:16:53.345Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-04T13:16:53.619Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:16:53.619Z] Length: unspecified [application/x-gzip] [2020-06-04T13:16:53.619Z] Saving to: 'STDOUT' [2020-06-04T13:16:53.619Z]  [2020-06-04T13:16:53.619Z] 0K .......... .......... .......... .......... .......... 1.62M [2020-06-04T13:16:53.619Z] 50K .......... .......... .......... .......... .......... 3.15M [2020-06-04T13:16:53.619Z] 100K .......... .......... .......... .......... .......... 11.9M [2020-06-04T13:16:53.619Z] 150K .......... .......... .......... .......... .......... 13.8M [2020-06-04T13:16:53.619Z] 200K .......... .......... .......... .......... .......... 4.64M [2020-06-04T13:16:53.619Z] 250K .......... .......... .......... .......... .......... 5.49M [2020-06-04T13:16:53.619Z] 300K .......... .......... .......... .......... .......... 3.21M [2020-06-04T13:16:53.619Z] 350K .......... .......... .......... .......... .......... 5.36M [2020-06-04T13:16:53.619Z] 400K .......... .......... .......... .......... .......... 3.85M [2020-06-04T13:16:53.619Z] 450K .......... .......... .......... .......... .......... 4.36M [2020-06-04T13:16:53.619Z] 500K .......... .......... .......... .......... .......... 5.79M [2020-06-04T13:16:53.627Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T13:16:53.887Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T13:16:53.887Z] (2/8) Installing libuuid (2.33-r0) [2020-06-04T13:16:53.891Z] 550K .......... .......... .......... .......... .......... 2.58M [2020-06-04T13:16:53.891Z] 600K .......... .......... .......... .......... .......... 897K [2020-06-04T13:16:53.891Z] 650K .......... .......... .......... .......... .......... 2.16M [2020-06-04T13:16:53.891Z] 700K ..    595K=0.2s [2020-06-04T13:16:53.891Z] [2020-06-04T13:16:53.891Z] 2020-06-04 13:16:53 (2.97 MB/s) - written to stdout [719348] [2020-06-04T13:16:53.891Z] [2020-06-04T13:16:54.148Z] (3/8) Installing libblkid (2.33-r0) [2020-06-04T13:16:54.148Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-04T13:16:54.148Z] (5/8) Installing libmount (2.33-r0) [2020-06-04T13:16:54.168Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:16:54.415Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-04T13:16:54.415Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-04T13:16:54.442Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-04T13:16:54.442Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:16:54.677Z] (8/8) Installing wget (1.20.3-r0) [2020-06-04T13:16:54.714Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:16:54.714Z] -- Detecting C compiler ABI info [2020-06-04T13:16:54.947Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:16:54.947Z] OK: 272 MiB in 83 packages [2020-06-04T13:16:54.986Z] -- Detecting C compiler ABI info - done [2020-06-04T13:16:54.986Z] -- Detecting C compile features [2020-06-04T13:16:55.518Z] Removing intermediate container 422b5553f668 [2020-06-04T13:16:55.518Z] ---> 03bdf68ddfad [2020-06-04T13:16:55.518Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-04T13:16:55.518Z] ---> Running in 18aa859f021e [2020-06-04T13:16:55.518Z] Removing intermediate container 18aa859f021e [2020-06-04T13:16:55.518Z] ---> 70da4b32409a [2020-06-04T13:16:55.518Z] 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-04T13:16:55.518Z] ---> Running in 517dc54e1762 [2020-06-04T13:16:55.578Z] -- Detecting C compile features - done [2020-06-04T13:16:55.578Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-04T13:16:55.850Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-04T13:16:55.850Z] -- Detecting CXX compiler ABI info [2020-06-04T13:16:56.089Z] --2020-06-04 13:16:55-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-04T13:16:56.089Z] Resolving github.com... 140.82.114.4 [2020-06-04T13:16:56.089Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-04T13:16:56.089Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:16:56.089Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-04T13:16:56.089Z] --2020-06-04 13:16:55-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-04T13:16:56.089Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T13:16:56.089Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T13:16:56.089Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:16:56.089Z] Length: unspecified [application/x-gzip] [2020-06-04T13:16:56.089Z] Saving to: 'STDOUT' [2020-06-04T13:16:56.089Z]  [2020-06-04T13:16:56.089Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-06-04T13:16:56.089Z] 50K .......... .......... .......... .......... .......... 3.14M [2020-06-04T13:16:56.089Z] 100K .......... .......... .......... .......... .......... 43.3M [2020-06-04T13:16:56.123Z] -- Detecting CXX compiler ABI info - done [2020-06-04T13:16:56.123Z] -- Detecting CXX compile features [2020-06-04T13:16:56.350Z] 150K .......... .......... .......... .......... .......... 3.55M [2020-06-04T13:16:56.350Z] 200K .......... .......... .......... .......... .......... 27.7M [2020-06-04T13:16:56.350Z] 250K .......... .......... .......... .......... .......... 13.4M [2020-06-04T13:16:56.350Z] 300K .......... .......... .......... .......... .......... 7.83M [2020-06-04T13:16:56.350Z] 350K .......... .......... .......... .......... .......... 7.60M [2020-06-04T13:16:56.350Z] 400K .......... .......... .......... .......... .......... 10.7M [2020-06-04T13:16:56.350Z] 450K .......... .......... .......... .......... .......... 7.08M [2020-06-04T13:16:56.350Z] 500K .......... .......... .......... .......... .......... 26.6M [2020-06-04T13:16:56.350Z] 550K .......... .......... .......... .......... .......... 4.91M [2020-06-04T13:16:56.350Z] 600K .......... .......... .......... .......... .......... 2.61M [2020-06-04T13:16:56.350Z] 650K .......... .......... .......... .......... .......... 4.92M [2020-06-04T13:16:56.350Z] 700K .. 49.3M=0.1s [2020-06-04T13:16:56.350Z] [2020-06-04T13:16:56.350Z] 2020-06-04 13:16:56 (5.25 MB/s) - written to stdout [719348] [2020-06-04T13:16:56.350Z] [2020-06-04T13:16:56.350Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:16:56.350Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-04T13:16:56.611Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:16:56.611Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:16:56.611Z] -- Detecting C compiler ABI info [2020-06-04T13:16:56.611Z] -- Detecting C compiler ABI info - done [2020-06-04T13:16:56.611Z] -- Detecting C compile features [2020-06-04T13:16:56.874Z] -- Detecting C compile features - done [2020-06-04T13:16:56.874Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-04T13:16:56.874Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-04T13:16:56.874Z] -- Detecting CXX compiler ABI info [2020-06-04T13:16:57.136Z] -- Detecting CXX compiler ABI info - done [2020-06-04T13:16:57.136Z] -- Detecting CXX compile features [2020-06-04T13:16:57.396Z] -- Detecting CXX compile features - done [2020-06-04T13:16:57.396Z] -- Looking for include file endian.h [2020-06-04T13:16:57.659Z] -- Looking for include file endian.h - found [2020-06-04T13:16:57.659Z] -- Check if the system is big endian [2020-06-04T13:16:57.659Z] -- Searching 16 bit integer [2020-06-04T13:16:57.659Z] -- Looking for sys/types.h [2020-06-04T13:16:57.659Z] -- Looking for sys/types.h - found [2020-06-04T13:16:57.659Z] -- Looking for stdint.h [2020-06-04T13:16:57.659Z] -- Looking for stdint.h - found [2020-06-04T13:16:57.659Z] -- Looking for stddef.h [2020-06-04T13:16:57.920Z] -- Looking for stddef.h - found [2020-06-04T13:16:57.920Z] -- Check size of unsigned short [2020-06-04T13:16:57.920Z] -- Check size of unsigned short - done [2020-06-04T13:16:57.920Z] -- Using unsigned short [2020-06-04T13:16:57.920Z] -- Check if the system is big endian - little endian [2020-06-04T13:16:57.920Z] -- Check size of size_t [2020-06-04T13:16:57.920Z] -- Check size of size_t - done [2020-06-04T13:16:58.090Z] -- Detecting CXX compile features - done [2020-06-04T13:16:58.090Z] -- Looking for include file endian.h [2020-06-04T13:16:58.090Z] -- Looking for include file endian.h - found [2020-06-04T13:16:58.090Z] -- Check if the system is big endian [2020-06-04T13:16:58.090Z] -- Searching 16 bit integer [2020-06-04T13:16:58.090Z] -- Looking for sys/types.h [2020-06-04T13:16:58.182Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-04T13:16:58.182Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-04T13:16:58.182Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-04T13:16:58.182Z] CMake did not find one. [2020-06-04T13:16:58.182Z] [2020-06-04T13:16:58.182Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-04T13:16:58.182Z] the following names: [2020-06-04T13:16:58.182Z] [2020-06-04T13:16:58.182Z] cJSONConfig.cmake [2020-06-04T13:16:58.182Z] cjson-config.cmake [2020-06-04T13:16:58.182Z] [2020-06-04T13:16:58.182Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-04T13:16:58.182Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-04T13:16:58.182Z] provides a separate development package or SDK, be sure it has been [2020-06-04T13:16:58.182Z] installed. [2020-06-04T13:16:58.182Z] [2020-06-04T13:16:58.182Z] [2020-06-04T13:16:58.182Z] -- Configuring done [2020-06-04T13:16:58.182Z] -- Generating done [2020-06-04T13:16:58.182Z] -- Build files have been written to: /tmp/cbor [2020-06-04T13:16:58.182Z] Scanning dependencies of target cbor_shared [2020-06-04T13:16:58.182Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-04T13:16:58.362Z] -- Looking for sys/types.h - found [2020-06-04T13:16:58.362Z] -- Looking for stdint.h [2020-06-04T13:16:58.362Z] -- Looking for stdint.h - found [2020-06-04T13:16:58.362Z] -- Looking for stddef.h [2020-06-04T13:16:58.444Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-04T13:16:58.445Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-04T13:16:58.637Z] -- Looking for stddef.h - found [2020-06-04T13:16:58.637Z] -- Check size of unsigned short [2020-06-04T13:16:58.706Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T13:16:58.706Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-04T13:16:58.706Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-04T13:16:58.909Z] -- Check size of unsigned short - done [2020-06-04T13:16:58.909Z] -- Using unsigned short [2020-06-04T13:16:58.968Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-04T13:16:58.968Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-04T13:16:58.968Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-04T13:16:58.968Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-04T13:16:59.188Z] -- Check if the system is big endian - little endian [2020-06-04T13:16:59.188Z] -- Check size of size_t [2020-06-04T13:16:59.229Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-04T13:16:59.229Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-04T13:16:59.461Z] -- Check size of size_t - done [2020-06-04T13:16:59.461Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-04T13:16:59.461Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-04T13:16:59.461Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-04T13:16:59.461Z] CMake did not find one. [2020-06-04T13:16:59.461Z] [2020-06-04T13:16:59.461Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-04T13:16:59.461Z] the following names: [2020-06-04T13:16:59.461Z] [2020-06-04T13:16:59.461Z] cJSONConfig.cmake [2020-06-04T13:16:59.461Z] cjson-config.cmake [2020-06-04T13:16:59.461Z] [2020-06-04T13:16:59.461Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-04T13:16:59.461Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-04T13:16:59.461Z] provides a separate development package or SDK, be sure it has been [2020-06-04T13:16:59.461Z] installed. [2020-06-04T13:16:59.461Z] [2020-06-04T13:16:59.461Z] [2020-06-04T13:16:59.461Z] -- Configuring done [2020-06-04T13:16:59.490Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-04T13:16:59.490Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-04T13:16:59.490Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-04T13:16:59.490Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-04T13:16:59.735Z] -- Generating done [2020-06-04T13:16:59.735Z] -- Build files have been written to: /tmp/cbor [2020-06-04T13:16:59.751Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-04T13:16:59.751Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-04T13:16:59.751Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-04T13:17:00.008Z] Scanning dependencies of target cbor_shared [2020-06-04T13:17:00.008Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-04T13:17:00.017Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-04T13:17:00.017Z] [ 40%] Linking C shared library libcbor.so [2020-06-04T13:17:00.017Z] [ 40%] Built target cbor_shared [2020-06-04T13:17:00.017Z] Scanning dependencies of target cbor [2020-06-04T13:17:00.017Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-04T13:17:00.280Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-04T13:17:00.280Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-04T13:17:00.544Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T13:17:00.603Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-04T13:17:00.805Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-04T13:17:00.805Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-04T13:17:00.805Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-04T13:17:00.805Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-04T13:17:00.805Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-04T13:17:01.067Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-04T13:17:01.201Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-04T13:17:01.331Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-04T13:17:01.331Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-04T13:17:01.331Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-04T13:17:01.474Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T13:17:01.595Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-04T13:17:01.595Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-04T13:17:01.595Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-04T13:17:01.595Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-04T13:17:01.857Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-04T13:17:01.857Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-04T13:17:01.857Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-04T13:17:02.068Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-04T13:17:02.122Z] [ 80%] Linking C static library libcbor.a [2020-06-04T13:17:02.123Z] [ 80%] Built target cbor [2020-06-04T13:17:02.123Z] Scanning dependencies of target create_items [2020-06-04T13:17:02.123Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-04T13:17:02.123Z] [ 84%] Linking C executable create_items [2020-06-04T13:17:02.123Z] [ 84%] Built target create_items [2020-06-04T13:17:02.123Z] Scanning dependencies of target readfile [2020-06-04T13:17:02.123Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-04T13:17:02.123Z] [ 88%] Linking C executable readfile [2020-06-04T13:17:02.123Z] [ 88%] Built target readfile [2020-06-04T13:17:02.123Z] Scanning dependencies of target streaming_parser [2020-06-04T13:17:02.123Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-04T13:17:02.340Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-04T13:17:02.387Z] [ 92%] Linking C executable streaming_parser [2020-06-04T13:17:02.387Z] [ 92%] Built target streaming_parser [2020-06-04T13:17:02.387Z] Scanning dependencies of target sort [2020-06-04T13:17:02.387Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-04T13:17:02.388Z] [ 96%] Linking C executable sort [2020-06-04T13:17:02.388Z] [ 96%] Built target sort [2020-06-04T13:17:02.388Z] Scanning dependencies of target hello [2020-06-04T13:17:02.388Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-04T13:17:02.388Z] [100%] Linking C executable hello [2020-06-04T13:17:02.611Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-04T13:17:02.611Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-04T13:17:02.653Z] [100%] Built target hello [2020-06-04T13:17:02.653Z] Install the project... [2020-06-04T13:17:02.653Z] -- Install configuration: "Release" [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-04T13:17:02.653Z] -- Up-to-date: /usr/local/include/cbor [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/include/cbor.h [2020-06-04T13:17:02.653Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-04T13:17:02.884Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-04T13:17:03.159Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-04T13:17:03.759Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-04T13:17:04.030Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-04T13:17:04.047Z] Removing intermediate container 517dc54e1762 [2020-06-04T13:17:04.047Z] ---> 8ca95ede412e [2020-06-04T13:17:04.047Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-04T13:17:04.047Z] ---> Running in 290a9bcaf6a0 [2020-06-04T13:17:04.623Z] Removing intermediate container 290a9bcaf6a0 [2020-06-04T13:17:04.623Z] ---> fc5f345c9fee [2020-06-04T13:17:04.623Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-04T13:17:04.623Z] ---> 12f5ccf76748 [2020-06-04T13:17:04.623Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-04T13:17:04.626Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-04T13:17:04.887Z] ---> 1c56ad05f0e5 [2020-06-04T13:17:04.887Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-04T13:17:04.897Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-04T13:17:05.147Z] ---> becc7f6c1060 [2020-06-04T13:17:05.147Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-04T13:17:05.168Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-04T13:17:05.168Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-04T13:17:05.407Z] ---> 8a563c893dfd [2020-06-04T13:17:05.407Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-04T13:17:05.407Z] ---> 324024f9261e [2020-06-04T13:17:05.407Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-04T13:17:05.439Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-04T13:17:05.670Z] ---> 8831f208ac11 [2020-06-04T13:17:05.670Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-04T13:17:05.670Z] ---> Running in 8d73124e6c22 [2020-06-04T13:17:05.710Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-04T13:17:05.935Z] + CPPCHECK=false [2020-06-04T13:17:05.935Z] + DOCGEN=false [2020-06-04T13:17:05.935Z] + TOMLVER=SDK-0.2 [2020-06-04T13:17:05.935Z] + CUTILVER=1.0.4 [2020-06-04T13:17:05.935Z] + '[' 0 -gt 0 ] [2020-06-04T13:17:05.935Z] + readlink -f ./scripts/build.sh [2020-06-04T13:17:05.935Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-04T13:17:05.935Z] + dirname /tmp/sdk/scripts [2020-06-04T13:17:05.935Z] + ROOT=/tmp/sdk [2020-06-04T13:17:05.935Z] + cd /tmp/sdk [2020-06-04T13:17:05.935Z] + '[' '!' -d deps ] [2020-06-04T13:17:05.935Z] + mkdir deps [2020-06-04T13:17:05.935Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T13:17:05.935Z] + tar -C deps -z -x -f - [2020-06-04T13:17:05.935Z] --2020-06-04 13:17:05-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T13:17:05.935Z] Resolving github.com... 140.82.114.4 [2020-06-04T13:17:05.982Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-04T13:17:06.195Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-04T13:17:06.195Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:17:06.195Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-04T13:17:06.195Z] --2020-06-04 13:17:06-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-04T13:17:06.195Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T13:17:06.196Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T13:17:06.253Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-04T13:17:06.456Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:17:06.456Z] Length: unspecified [application/x-gzip] [2020-06-04T13:17:06.456Z] Saving to: 'STDOUT' [2020-06-04T13:17:06.456Z]  [2020-06-04T13:17:06.456Z] 0K .......... ...... 1.05M=0.02s [2020-06-04T13:17:06.456Z] [2020-06-04T13:17:06.456Z] 2020-06-04 13:17:06 (1.05 MB/s) - written to stdout [16451] [2020-06-04T13:17:06.456Z] [2020-06-04T13:17:06.456Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-04T13:17:06.456Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T13:17:06.456Z] + tar -C deps -z -x -f - [2020-06-04T13:17:06.456Z] --2020-06-04 13:17:06-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T13:17:06.456Z] Resolving github.com... 140.82.114.4 [2020-06-04T13:17:06.456Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-04T13:17:06.526Z] [ 40%] Linking C shared library libcbor.so [2020-06-04T13:17:06.526Z] [ 40%] Built target cbor_shared [2020-06-04T13:17:06.526Z] Scanning dependencies of target cbor [2020-06-04T13:17:06.721Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:17:06.721Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-04T13:17:06.721Z] --2020-06-04 13:17:06-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-04T13:17:06.721Z] Resolving codeload.github.com... 140.82.114.10 [2020-06-04T13:17:06.721Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-06-04T13:17:06.721Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:17:06.721Z] Length: unspecified [application/x-gzip] [2020-06-04T13:17:06.721Z] Saving to: 'STDOUT' [2020-06-04T13:17:06.721Z] [2020-06-04T13:17:06.721Z] 0K .......... .......... .......... .......... .......... 1.34M [2020-06-04T13:17:06.721Z] 50K .......... .......... .......... .......... .......... 2.61M [2020-06-04T13:17:06.721Z] 100K .......... .......... .......... .......... .......... 51.9M [2020-06-04T13:17:06.721Z] 150K ........ 11.5M=0.06s [2020-06-04T13:17:06.721Z] [2020-06-04T13:17:06.721Z] 2020-06-04 13:17:06 (2.73 MB/s) - written to stdout [162267] [2020-06-04T13:17:06.721Z] [2020-06-04T13:17:06.721Z] + mkdir -p src/c/iot [2020-06-04T13:17:06.721Z] + 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-04T13:17:06.721Z] + mkdir -p include/iot [2020-06-04T13:17:06.721Z] + 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-04T13:17:06.721Z] + mkdir -p include/iot/os [2020-06-04T13:17:06.721Z] + 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-04T13:17:06.721Z] + mkdir -p /tmp/sdk/build/release [2020-06-04T13:17:06.799Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-04T13:17:06.984Z] + cd /tmp/sdk/build/release [2020-06-04T13:17:06.984Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-04T13:17:06.984Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:17:06.984Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:17:06.984Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:17:06.984Z] -- Detecting C compiler ABI info [2020-06-04T13:17:06.984Z] -- Detecting C compiler ABI info - done [2020-06-04T13:17:06.984Z] -- Detecting C compile features [2020-06-04T13:17:07.248Z] -- Detecting C compile features - done [2020-06-04T13:17:07.248Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T13:17:07.248Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T13:17:07.248Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T13:17:07.248Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T13:17:07.248Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T13:17:07.248Z] -- C SDK 0.0.0 for Linux [2020-06-04T13:17:07.248Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T13:17:07.391Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-04T13:17:07.508Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T13:17:07.508Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T13:17:07.508Z] -- Configuring done [2020-06-04T13:17:07.508Z] -- Generating done [2020-06-04T13:17:07.508Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-04T13:17:07.508Z] + make [2020-06-04T13:17:07.508Z] + tee release.log [2020-06-04T13:17:07.508Z] Scanning dependencies of target csdk [2020-06-04T13:17:07.769Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T13:17:07.769Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T13:17:07.982Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-04T13:17:08.030Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T13:17:08.252Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-04T13:17:08.291Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T13:17:08.552Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T13:17:08.552Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T13:17:08.813Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T13:17:09.228Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-04T13:17:09.384Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T13:17:09.384Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T13:17:09.384Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T13:17:09.500Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-04T13:17:09.644Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T13:17:09.644Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T13:17:09.644Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T13:17:09.771Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-04T13:17:09.905Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T13:17:10.043Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-04T13:17:10.043Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-04T13:17:10.637Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-04T13:17:10.846Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T13:17:10.846Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T13:17:10.846Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T13:17:10.846Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T13:17:11.230Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-04T13:17:11.417Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T13:17:11.500Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-04T13:17:11.677Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T13:17:11.678Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T13:17:11.678Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T13:17:11.773Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-04T13:17:11.938Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T13:17:11.938Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T13:17:12.201Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T13:17:12.201Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T13:17:12.372Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-04T13:17:12.372Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-04T13:17:12.461Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T13:17:12.461Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T13:17:12.461Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T13:17:12.643Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-04T13:17:12.727Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T13:17:12.915Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-04T13:17:12.987Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T13:17:13.186Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-04T13:17:13.458Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-04T13:17:13.730Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-04T13:17:13.928Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T13:17:14.003Z] [ 80%] Linking C static library libcbor.a [2020-06-04T13:17:14.003Z] [ 80%] Built target cbor [2020-06-04T13:17:14.003Z] Scanning dependencies of target create_items [2020-06-04T13:17:14.003Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-04T13:17:14.188Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T13:17:14.188Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T13:17:14.276Z] [ 84%] Linking C executable create_items [2020-06-04T13:17:14.276Z] [ 84%] Built target create_items [2020-06-04T13:17:14.276Z] Scanning dependencies of target readfile [2020-06-04T13:17:14.449Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T13:17:14.548Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-04T13:17:14.548Z] [ 88%] Linking C executable readfile [2020-06-04T13:17:14.709Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:17:14.820Z] [ 88%] Built target readfile [2020-06-04T13:17:14.820Z] Scanning dependencies of target streaming_parser [2020-06-04T13:17:14.820Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-04T13:17:15.091Z] [ 92%] Linking C executable streaming_parser [2020-06-04T13:17:15.091Z] [ 92%] Built target streaming_parser [2020-06-04T13:17:15.091Z] Scanning dependencies of target sort [2020-06-04T13:17:15.091Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-04T13:17:15.287Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T13:17:15.364Z] [ 96%] Linking C executable sort [2020-06-04T13:17:15.364Z] [ 96%] Built target sort [2020-06-04T13:17:15.364Z] Scanning dependencies of target hello [2020-06-04T13:17:15.364Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-04T13:17:15.637Z] [100%] Linking C executable hello [2020-06-04T13:17:15.637Z] [100%] Built target hello [2020-06-04T13:17:15.638Z] Install the project... [2020-06-04T13:17:15.638Z] -- Install configuration: "Release" [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-04T13:17:15.638Z] -- Up-to-date: /usr/local/include/cbor [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/internal [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-04T13:17:15.638Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-04T13:17:15.856Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/include/cbor.h [2020-06-04T13:17:15.910Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-04T13:17:16.116Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T13:17:16.379Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T13:17:16.639Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T13:17:16.639Z] [ 65%] Built target csdk [2020-06-04T13:17:16.639Z] Scanning dependencies of target template [2020-06-04T13:17:16.639Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T13:17:16.899Z] [ 68%] Linking C executable template [2020-06-04T13:17:16.899Z] [ 68%] Built target template [2020-06-04T13:17:16.899Z] Scanning dependencies of target device-counter [2020-06-04T13:17:16.899Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T13:17:16.899Z] [ 71%] Linking C executable device-counter [2020-06-04T13:17:17.160Z] [ 71%] Built target device-counter [2020-06-04T13:17:17.160Z] Scanning dependencies of target device-random [2020-06-04T13:17:17.160Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T13:17:17.160Z] [ 74%] Linking C executable device-random [2020-06-04T13:17:17.160Z] [ 74%] Built target device-random [2020-06-04T13:17:17.160Z] Scanning dependencies of target device-gyro [2020-06-04T13:17:17.160Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T13:17:17.421Z] [ 77%] Linking C executable device-gyro [2020-06-04T13:17:17.421Z] [ 77%] Built target device-gyro [2020-06-04T13:17:17.421Z] Scanning dependencies of target template-discovery [2020-06-04T13:17:17.421Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T13:17:17.684Z] [ 80%] Linking C executable template-discovery [2020-06-04T13:17:17.684Z] [ 80%] Built target template-discovery [2020-06-04T13:17:17.684Z] Scanning dependencies of target device-terminal [2020-06-04T13:17:17.684Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T13:17:17.946Z] [ 84%] Linking C executable device-terminal [2020-06-04T13:17:17.946Z] [ 84%] Built target device-terminal [2020-06-04T13:17:17.946Z] Scanning dependencies of target template2 [2020-06-04T13:17:17.946Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T13:17:18.206Z] [ 87%] Linking C executable template2 [2020-06-04T13:17:18.206Z] [ 87%] Built target template2 [2020-06-04T13:17:18.206Z] Scanning dependencies of target device-counterv2 [2020-06-04T13:17:18.206Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T13:17:18.206Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T13:17:18.465Z] [ 90%] Built target device-counterv2 [2020-06-04T13:17:18.465Z] Scanning dependencies of target device-gyrov2 [2020-06-04T13:17:18.465Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T13:17:18.465Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T13:17:18.465Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:17:18.465Z] Scanning dependencies of target device-randomv2 [2020-06-04T13:17:18.465Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T13:17:18.521Z] Removing intermediate container 88dacb813ef1 [2020-06-04T13:17:18.521Z] ---> ad7210923fda [2020-06-04T13:17:18.521Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-04T13:17:18.521Z] ---> Running in e886bae66618 [2020-06-04T13:17:18.725Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T13:17:18.725Z] [ 96%] Built target device-randomv2 [2020-06-04T13:17:18.725Z] Scanning dependencies of target device-terminalv2 [2020-06-04T13:17:18.725Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T13:17:18.985Z] [100%] Linking C executable device-terminalv2 [2020-06-04T13:17:18.985Z] [100%] Built target device-terminalv2 [2020-06-04T13:17:18.985Z] + make package [2020-06-04T13:17:18.985Z] + tee -a release.log [2020-06-04T13:17:18.986Z] [ 65%] Built target csdk [2020-06-04T13:17:18.986Z] [ 68%] Built target template [2020-06-04T13:17:18.986Z] [ 71%] Built target device-counter [2020-06-04T13:17:18.986Z] [ 74%] Built target device-random [2020-06-04T13:17:18.986Z] [ 77%] Built target device-gyro [2020-06-04T13:17:18.986Z] [ 80%] Built target template-discovery [2020-06-04T13:17:19.246Z] [ 84%] Built target device-terminal [2020-06-04T13:17:19.246Z] [ 87%] Built target template2 [2020-06-04T13:17:19.246Z] [ 90%] Built target device-counterv2 [2020-06-04T13:17:19.246Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:17:19.246Z] [ 96%] Built target device-randomv2 [2020-06-04T13:17:19.246Z] [100%] Built target device-terminalv2 [2020-06-04T13:17:19.246Z] Run CPack packaging tool... [2020-06-04T13:17:19.246Z] CPack: Create package using TGZ [2020-06-04T13:17:19.246Z] CPack: Install projects [2020-06-04T13:17:19.246Z] CPack: - Run preinstall target for: Csdk [2020-06-04T13:17:19.507Z] CPack: - Install project: Csdk [2020-06-04T13:17:19.507Z] CPack: Create package [2020-06-04T13:17:19.507Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-06-04T13:17:19.507Z] + '[' false '=' true ] [2020-06-04T13:17:19.507Z] + '[' false '=' true ] [2020-06-04T13:17:19.507Z] + mkdir -p /tmp/sdk/build/debug [2020-06-04T13:17:19.507Z] + cd /tmp/sdk/build/debug [2020-06-04T13:17:19.507Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-04T13:17:19.507Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:17:19.507Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:17:19.768Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:17:19.768Z] -- Detecting C compiler ABI info [2020-06-04T13:17:19.768Z] -- Detecting C compiler ABI info - done [2020-06-04T13:17:19.768Z] -- Detecting C compile features [2020-06-04T13:17:19.947Z] Removing intermediate container e886bae66618 [2020-06-04T13:17:19.947Z] ---> ca3de1fb58ac [2020-06-04T13:17:19.947Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-04T13:17:20.038Z] -- Detecting C compile features - done [2020-06-04T13:17:20.038Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T13:17:20.038Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T13:17:20.038Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T13:17:20.038Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T13:17:20.038Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T13:17:20.038Z] -- C SDK 0.0.0 for Linux [2020-06-04T13:17:20.038Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T13:17:20.038Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T13:17:20.038Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T13:17:20.038Z] -- Configuring done [2020-06-04T13:17:20.298Z] -- Generating done [2020-06-04T13:17:20.298Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-04T13:17:20.298Z] + make [2020-06-04T13:17:20.298Z] + tee debug.log [2020-06-04T13:17:20.298Z] Scanning dependencies of target csdk [2020-06-04T13:17:20.298Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T13:17:20.298Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T13:17:20.541Z] ---> 8405f832d1c9 [2020-06-04T13:17:20.541Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-04T13:17:20.559Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T13:17:20.559Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T13:17:20.819Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T13:17:20.819Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T13:17:20.819Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T13:17:21.082Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T13:17:21.082Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T13:17:21.082Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T13:17:21.345Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T13:17:21.345Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T13:17:21.345Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T13:17:21.345Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T13:17:21.529Z] ---> c275601d9c94 [2020-06-04T13:17:21.529Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-04T13:17:21.606Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T13:17:21.606Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T13:17:21.805Z] ---> 813c0d127314 [2020-06-04T13:17:21.805Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-04T13:17:21.871Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T13:17:21.871Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T13:17:22.132Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T13:17:22.132Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T13:17:22.132Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T13:17:22.132Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T13:17:22.397Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T13:17:22.397Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T13:17:22.397Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T13:17:22.397Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T13:17:22.403Z] ---> c0b4d2afd142 [2020-06-04T13:17:22.403Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-04T13:17:22.661Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T13:17:22.662Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T13:17:22.662Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T13:17:22.923Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T13:17:22.923Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T13:17:23.000Z] ---> 9df91e089ac5 [2020-06-04T13:17:23.000Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-04T13:17:23.184Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T13:17:23.185Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T13:17:23.185Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T13:17:23.448Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T13:17:23.591Z] ---> ccd8fca774f1 [2020-06-04T13:17:23.591Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-04T13:17:23.591Z] ---> Running in ba4abdee2458 [2020-06-04T13:17:23.711Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:17:23.711Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T13:17:23.975Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T13:17:23.975Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T13:17:24.236Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T13:17:24.236Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T13:17:24.236Z] [ 65%] Built target csdk [2020-06-04T13:17:24.236Z] Scanning dependencies of target template [2020-06-04T13:17:24.236Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T13:17:24.499Z] [ 68%] Linking C executable template [2020-06-04T13:17:24.499Z] [ 68%] Built target template [2020-06-04T13:17:24.499Z] Scanning dependencies of target device-counter [2020-06-04T13:17:24.499Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T13:17:24.499Z] [ 71%] Linking C executable device-counter [2020-06-04T13:17:24.499Z] [ 71%] Built target device-counter [2020-06-04T13:17:24.499Z] Scanning dependencies of target device-random [2020-06-04T13:17:24.499Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T13:17:24.573Z] + CPPCHECK=false [2020-06-04T13:17:24.573Z] + DOCGEN=false [2020-06-04T13:17:24.573Z] + TOMLVER=SDK-0.2 [2020-06-04T13:17:24.573Z] + CUTILVER=1.0.4 [2020-06-04T13:17:24.573Z] + '[' 0 -gt 0 ] [2020-06-04T13:17:24.573Z] + readlink -f ./scripts/build.sh [2020-06-04T13:17:24.573Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-04T13:17:24.573Z] + dirname /tmp/sdk/scripts [2020-06-04T13:17:24.573Z] + ROOT=/tmp/sdk [2020-06-04T13:17:24.573Z] + cd /tmp/sdk [2020-06-04T13:17:24.573Z] + '[' '!' -d deps ] [2020-06-04T13:17:24.573Z] + mkdir deps [2020-06-04T13:17:24.573Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T13:17:24.573Z] + tar -C deps -z -x -f - [2020-06-04T13:17:24.573Z] --2020-06-04 13:17:24-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-04T13:17:24.573Z] Resolving github.com... 140.82.114.3 [2020-06-04T13:17:24.573Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-06-04T13:17:24.573Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:17:24.573Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-04T13:17:24.573Z] --2020-06-04 13:17:24-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-04T13:17:24.573Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-04T13:17:24.573Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-04T13:17:24.760Z] [ 74%] Linking C executable device-random [2020-06-04T13:17:24.761Z] [ 74%] Built target device-random [2020-06-04T13:17:24.761Z] Scanning dependencies of target device-gyro [2020-06-04T13:17:24.761Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T13:17:24.761Z] [ 77%] Linking C executable device-gyro [2020-06-04T13:17:24.843Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:17:24.843Z] Length: unspecified [application/x-gzip] [2020-06-04T13:17:24.843Z] Saving to: 'STDOUT' [2020-06-04T13:17:24.843Z]  [2020-06-04T13:17:24.843Z] 0K .......... ......    1.01M=0.02s [2020-06-04T13:17:24.843Z] [2020-06-04T13:17:24.843Z] 2020-06-04 13:17:24 (1.01 MB/s) - written to stdout [16451] [2020-06-04T13:17:24.843Z] [2020-06-04T13:17:24.843Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-04T13:17:24.843Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T13:17:24.843Z] + tar -C deps -z -x -f - [2020-06-04T13:17:24.843Z] --2020-06-04 13:17:24-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-04T13:17:24.843Z] Resolving github.com... 140.82.113.4 [2020-06-04T13:17:24.843Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-04T13:17:25.022Z] [ 77%] Built target device-gyro [2020-06-04T13:17:25.022Z] Scanning dependencies of target template-discovery [2020-06-04T13:17:25.022Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T13:17:25.022Z] [ 80%] Linking C executable template-discovery [2020-06-04T13:17:25.022Z] [ 80%] Built target template-discovery [2020-06-04T13:17:25.022Z] Scanning dependencies of target device-terminal [2020-06-04T13:17:25.022Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T13:17:25.113Z] HTTP request sent, awaiting response... 302 Found [2020-06-04T13:17:25.113Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-04T13:17:25.113Z] --2020-06-04 13:17:24-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-04T13:17:25.113Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-04T13:17:25.113Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-04T13:17:25.113Z] HTTP request sent, awaiting response... 200 OK [2020-06-04T13:17:25.113Z] Length: unspecified [application/x-gzip] [2020-06-04T13:17:25.113Z] Saving to: 'STDOUT' [2020-06-04T13:17:25.113Z]  [2020-06-04T13:17:25.283Z] [ 84%] Linking C executable device-terminal [2020-06-04T13:17:25.283Z] [ 84%] Built target device-terminal [2020-06-04T13:17:25.283Z] Scanning dependencies of target template2 [2020-06-04T13:17:25.283Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T13:17:25.283Z] [ 87%] Linking C executable template2 [2020-06-04T13:17:25.283Z] [ 87%] Built target template2 [2020-06-04T13:17:25.283Z] Scanning dependencies of target device-counterv2 [2020-06-04T13:17:25.386Z] 0K .......... .......... .......... .......... .......... 1.55M [2020-06-04T13:17:25.386Z] 50K .......... .......... .......... .......... .......... 3.42M [2020-06-04T13:17:25.386Z] 100K .......... .......... .......... .......... .......... 5.54M [2020-06-04T13:17:25.386Z] 150K ........  3.77M=0.06s [2020-06-04T13:17:25.386Z] [2020-06-04T13:17:25.386Z] 2020-06-04 13:17:25 (2.73 MB/s) - written to stdout [162267] [2020-06-04T13:17:25.386Z] [2020-06-04T13:17:25.386Z] + mkdir -p src/c/iot [2020-06-04T13:17:25.386Z] + 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-04T13:17:25.386Z] + mkdir -p include/iot [2020-06-04T13:17:25.386Z] + 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-04T13:17:25.386Z] + mkdir -p include/iot/os [2020-06-04T13:17:25.386Z] + 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-04T13:17:25.386Z] + mkdir -p /tmp/sdk/build/release [2020-06-04T13:17:25.386Z] + cd /tmp/sdk/build/release [2020-06-04T13:17:25.386Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-04T13:17:25.545Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T13:17:25.545Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T13:17:25.545Z] [ 90%] Built target device-counterv2 [2020-06-04T13:17:25.545Z] Scanning dependencies of target device-gyrov2 [2020-06-04T13:17:25.545Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T13:17:25.545Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T13:17:25.656Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:17:25.656Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:17:25.806Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:17:25.806Z] Scanning dependencies of target device-randomv2 [2020-06-04T13:17:25.806Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T13:17:25.806Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T13:17:25.806Z] [ 96%] Built target device-randomv2 [2020-06-04T13:17:25.806Z] Scanning dependencies of target device-terminalv2 [2020-06-04T13:17:25.806Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T13:17:25.930Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:17:25.930Z] -- Detecting C compiler ABI info [2020-06-04T13:17:26.070Z] [100%] Linking C executable device-terminalv2 [2020-06-04T13:17:26.202Z] -- Detecting C compiler ABI info - done [2020-06-04T13:17:26.202Z] -- Detecting C compile features [2020-06-04T13:17:26.641Z] [100%] Built target device-terminalv2 [2020-06-04T13:17:27.176Z] -- Detecting C compile features - done [2020-06-04T13:17:27.177Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T13:17:27.177Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T13:17:27.177Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T13:17:27.177Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T13:17:27.177Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T13:17:27.177Z] -- C SDK 0.0.0 for Linux [2020-06-04T13:17:27.177Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T13:17:27.177Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T13:17:27.177Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T13:17:27.212Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.212Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.212Z] Scanning dependencies of target csdk [2020-06-04T13:17:27.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.212Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:17:27.446Z] -- Configuring done [2020-06-04T13:17:27.719Z] -- Generating done [2020-06-04T13:17:27.719Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-04T13:17:27.719Z] + make [2020-06-04T13:17:27.719Z] + tee release.log [2020-06-04T13:17:27.719Z] Scanning dependencies of target csdk [2020-06-04T13:17:27.782Z] [ 3%] Linking C shared library libcsdk.so [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 65%] Built target csdk [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 66%] Linking C executable template [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 68%] Built target template [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 69%] Linking C executable device-counter [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 71%] Built target device-counter [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:27.782Z] [ 73%] Linking C executable device-random [2020-06-04T13:17:27.992Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 74%] Built target device-random [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 76%] Linking C executable device-gyro [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 77%] Built target device-gyro [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 79%] Linking C executable template-discovery [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 80%] Built target template-discovery [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.045Z] [ 82%] Linking C executable device-terminal [2020-06-04T13:17:28.307Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.307Z] [ 84%] Built target device-terminal [2020-06-04T13:17:28.307Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.307Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.307Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] [ 85%] Linking C executable template2 [2020-06-04T13:17:28.308Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] [ 87%] Built target template2 [2020-06-04T13:17:28.308Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] [ 88%] Linking C executable device-counterv2 [2020-06-04T13:17:28.308Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] [ 90%] Built target device-counterv2 [2020-06-04T13:17:28.308Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.308Z] [ 92%] Linking C executable device-gyrov2 [2020-06-04T13:17:28.570Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:17:28.570Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] [ 95%] Linking C executable device-randomv2 [2020-06-04T13:17:28.570Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] [ 96%] Built target device-randomv2 [2020-06-04T13:17:28.570Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] [ 98%] Linking C executable device-terminalv2 [2020-06-04T13:17:28.570Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] [100%] Built target device-terminalv2 [2020-06-04T13:17:28.570Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.570Z] Install the project... [2020-06-04T13:17:28.570Z] -- Install configuration: "Release" [2020-06-04T13:17:28.570Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-04T13:17:28.570Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-04T13:17:28.570Z] -- Up-to-date: /usr/local/include [2020-06-04T13:17:28.570Z] -- Installing: /usr/local/include/devsdk [2020-06-04T13:17:28.570Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/component.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/container.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/data.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/json.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/os.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/time.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/os [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-04T13:17:28.571Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-04T13:17:28.571Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:17:28.583Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T13:17:29.177Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T13:17:29.515Z] Removing intermediate container 8d73124e6c22 [2020-06-04T13:17:29.516Z] ---> 6f254758716c [2020-06-04T13:17:29.516Z] Step 14/21 : FROM alpine:3.9 [2020-06-04T13:17:29.516Z] 3.9: Pulling from library/alpine [2020-06-04T13:17:29.776Z] 31603596830f: Pulling fs layer [2020-06-04T13:17:29.776Z] 31603596830f: Verifying Checksum [2020-06-04T13:17:29.776Z] 31603596830f: Download complete [2020-06-04T13:17:30.038Z] 31603596830f: Pull complete [2020-06-04T13:17:30.038Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-04T13:17:30.038Z] Status: Downloaded newer image for alpine:3.9 [2020-06-04T13:17:30.038Z] ---> 78a2ce922f86 [2020-06-04T13:17:30.038Z] Step 15/21 : MAINTAINER IOTech [2020-06-04T13:17:30.038Z] ---> Running in 89fee79aef41 [2020-06-04T13:17:30.302Z] Removing intermediate container 89fee79aef41 [2020-06-04T13:17:30.302Z] ---> e693ca63f271 [2020-06-04T13:17:30.302Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-04T13:17:30.302Z] ---> Running in 6563f146ea60 [2020-06-04T13:17:30.609Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T13:17:31.202Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T13:17:31.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T13:17:31.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T13:17:31.474Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T13:17:31.504Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-04T13:17:31.504Z] (2/48) Installing libmagic (5.36-r1) [2020-06-04T13:17:31.504Z] (3/48) Installing file (5.36-r1) [2020-06-04T13:17:31.504Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-04T13:17:31.504Z] (5/48) Installing isl (0.18-r0) [2020-06-04T13:17:31.504Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-04T13:17:31.504Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-04T13:17:31.504Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-04T13:17:31.504Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-04T13:17:31.504Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-04T13:17:31.504Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-04T13:17:31.504Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-04T13:17:32.448Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T13:17:33.414Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-04T13:17:34.415Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T13:17:34.415Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T13:17:35.397Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T13:17:35.680Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T13:17:35.952Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T13:17:35.960Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-04T13:17:35.960Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-04T13:17:36.220Z] (16/48) Installing make (4.2.1-r2) [2020-06-04T13:17:36.220Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-04T13:17:36.220Z] (18/48) Installing build-base (0.5-r1) [2020-06-04T13:17:36.220Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-04T13:17:36.220Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-04T13:17:36.220Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-04T13:17:36.220Z] (22/48) Installing expat (2.2.8-r0) [2020-06-04T13:17:36.220Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-04T13:17:36.220Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-04T13:17:36.220Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-04T13:17:36.220Z] (26/48) Installing ca-certificates (20191127-r0) [2020-06-04T13:17:36.220Z] (27/48) Installing nghttp2-libs (1.35.1-r1) [2020-06-04T13:17:36.220Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-04T13:17:36.220Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-04T13:17:36.220Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-04T13:17:36.220Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-04T13:17:36.224Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T13:17:36.494Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T13:17:37.160Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-04T13:17:37.160Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-04T13:17:37.160Z] (34/48) Installing libuv (1.23.2-r0) [2020-06-04T13:17:37.160Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-04T13:17:38.098Z] (36/48) Installing curl (7.64.0-r3) [2020-06-04T13:17:38.098Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-04T13:17:38.098Z] (38/48) Installing git (2.20.4-r0) [2020-06-04T13:17:38.360Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-04T13:17:38.360Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-04T13:17:38.360Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-04T13:17:38.360Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-04T13:17:38.360Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-04T13:17:38.360Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-04T13:17:38.360Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-04T13:17:38.360Z] (46/48) Installing libuuid (2.33-r0) [2020-06-04T13:17:38.360Z] (47/48) Installing wget (1.20.3-r0) [2020-06-04T13:17:38.360Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-04T13:17:38.360Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:17:38.360Z] Executing ca-certificates-20191127-r0.trigger [2020-06-04T13:17:38.360Z] OK: 222 MiB in 62 packages [2020-06-04T13:17:40.015Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T13:17:40.015Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T13:17:40.630Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T13:17:41.233Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T13:17:43.195Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T13:17:43.466Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T13:17:43.739Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T13:17:44.340Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T13:17:44.619Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T13:17:44.894Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T13:17:44.944Z] Removing intermediate container 6563f146ea60 [2020-06-04T13:17:44.944Z] ---> c988d8968a62 [2020-06-04T13:17:44.944Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-04T13:17:44.944Z] ---> fac42ec8bc96 [2020-06-04T13:17:44.944Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-04T13:17:44.944Z] ---> 28550333e9c3 [2020-06-04T13:17:44.944Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-04T13:17:44.944Z] ---> 204deb695f9b [2020-06-04T13:17:44.944Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-04T13:17:45.204Z] ---> bec8f2da2f73 [2020-06-04T13:17:45.204Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-04T13:17:45.464Z] ---> e0c6da6f019d [2020-06-04T13:17:45.464Z] Successfully built e0c6da6f019d [2020-06-04T13:17:45.464Z] 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-04T13:17:45.869Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T13:17:45.869Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T13:17:46.093Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-04T13:17:46.093Z] . [Pipeline] withDockerContainer [2020-06-04T13:17:46.238Z] prd-centos7-docker-4c-2g-1867 does not seem to be running inside a container [2020-06-04T13:17:46.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-04T13:17:46.790Z] $ docker top c33fd8bdcbba8687f723f84e01784aab167eb2c4bb333f74ab22e334bdabd5ad -eo pid,comm [2020-06-04T13:17:46.843Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T13:17:46.843Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [Pipeline] { [Pipeline] sh [2020-06-04T13:17:47.280Z] + make test [2020-06-04T13:17:47.280Z] echo "make test" [2020-06-04T13:17:47.280Z] make test [Pipeline] } [2020-06-04T13:17:47.308Z] $ docker stop --time=1 c33fd8bdcbba8687f723f84e01784aab167eb2c4bb333f74ab22e334bdabd5ad [2020-06-04T13:17:47.433Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T13:17:48.024Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T13:17:48.297Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T13:17:48.646Z] $ docker rm -f c33fd8bdcbba8687f723f84e01784aab167eb2c4bb333f74ab22e334bdabd5ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-04T13:17:50.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-04T13:17:50.907Z] + ls -al . [2020-06-04T13:17:50.907Z] total 160 [2020-06-04T13:17:50.907Z] drwxrwxr-x. 8 jenkins jenkins 260 Jun 4 13:16 . [2020-06-04T13:17:50.907Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 4 13:16 .. [2020-06-04T13:17:50.907Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 4 13:16 Attribution.txt [2020-06-04T13:17:50.907Z] -rw-rw-r--. 1 jenkins jenkins 5335 Jun 4 13:16 CHANGES [2020-06-04T13:17:50.907Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 4 13:16 docs [2020-06-04T13:17:50.907Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 4 13:16 Doxyfile [2020-06-04T13:17:50.907Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 4 13:16 .git [2020-06-04T13:17:50.907Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 4 13:16 .gitignore [2020-06-04T13:17:50.908Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 4 13:16 include [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 792 Jun 4 13:16 Jenkinsfile [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 4 13:16 LICENSE [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 448 Jun 4 13:16 Makefile [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 4 13:16 README.md [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 4 13:16 README.v2.md [2020-06-04T13:17:50.908Z] drwxrwxr-x. 2 jenkins jenkins 106 Jun 4 13:16 scripts [2020-06-04T13:17:50.908Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 4 13:16 .semver [2020-06-04T13:17:50.908Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 4 13:16 src [2020-06-04T13:17:50.908Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 4 13:14 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:17:51.235Z] + 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=6fa5a9f218fdd16d396870288889757eaab29030 --label arch=amd64 --label version=0.0.0 . [2020-06-04T13:17:51.235Z] Sending build context to Docker daemon 3.248MB [2020-06-04T13:17:51.235Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-04T13:17:51.235Z] Step 2/15 : FROM ${BASE} [2020-06-04T13:17:51.235Z] ---> e0c6da6f019d [2020-06-04T13:17:51.235Z] Step 3/15 : MAINTAINER IOTech [2020-06-04T13:17:51.235Z] ---> Running in 7957e6aa16ea [2020-06-04T13:17:51.495Z] Removing intermediate container 7957e6aa16ea [2020-06-04T13:17:51.495Z] ---> 181755a2644e [2020-06-04T13:17:51.495Z] 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-04T13:17:51.495Z] ---> Running in f53f13831636 [2020-06-04T13:17:51.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-04T13:17:52.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-04T13:17:52.286Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-04T13:17:52.286Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-04T13:17:52.549Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-04T13:17:52.549Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-04T13:17:52.594Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T13:17:52.808Z] (5/21) Installing nghttp2-dev (1.35.1-r1) [2020-06-04T13:17:53.070Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-04T13:17:53.070Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-04T13:17:53.070Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-04T13:17:53.070Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-04T13:17:53.070Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-04T13:17:53.070Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-04T13:17:53.070Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-04T13:17:53.070Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-04T13:17:53.070Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-04T13:17:53.070Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T13:17:53.070Z] (16/21) Installing libblkid (2.33-r0) [2020-06-04T13:17:53.070Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-04T13:17:53.070Z] (18/21) Installing libmount (2.33-r0) [2020-06-04T13:17:53.185Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T13:17:53.334Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-04T13:17:53.334Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-04T13:17:53.334Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-04T13:17:53.334Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:17:53.334Z] OK: 266 MiB in 83 packages [2020-06-04T13:17:53.459Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T13:17:54.050Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T13:17:55.251Z] Removing intermediate container f53f13831636 [2020-06-04T13:17:55.251Z] ---> 0d496ce69ce9 [2020-06-04T13:17:55.251Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-04T13:17:55.251Z] ---> 1d07e1b3ba56 [2020-06-04T13:17:55.251Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-04T13:17:55.473Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:17:55.513Z] ---> 7b0443067649 [2020-06-04T13:17:55.513Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-04T13:17:55.774Z] ---> 21a24a2b8501 [2020-06-04T13:17:55.774Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-04T13:17:55.774Z] ---> 941b4cf49c2b [2020-06-04T13:17:55.774Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-04T13:17:56.038Z] ---> 6dc473c65713 [2020-06-04T13:17:56.038Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-04T13:17:56.302Z] ---> 77f2743508b1 [2020-06-04T13:17:56.302Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-04T13:17:56.302Z] ---> Running in 5c84704ed059 [2020-06-04T13:17:56.302Z] Removing intermediate container 5c84704ed059 [2020-06-04T13:17:56.302Z] ---> 7bd2eef8e725 [2020-06-04T13:17:56.302Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-04T13:17:56.561Z] ---> Running in d2a02c7f3eb7 [2020-06-04T13:17:56.561Z] Removing intermediate container d2a02c7f3eb7 [2020-06-04T13:17:56.561Z] ---> 37248c15bc12 [2020-06-04T13:17:56.561Z] Step 13/15 : LABEL arch=amd64 [2020-06-04T13:17:56.561Z] ---> Running in 663931fea077 [2020-06-04T13:17:56.821Z] Removing intermediate container 663931fea077 [2020-06-04T13:17:56.821Z] ---> de14f3d1d10e [2020-06-04T13:17:56.821Z] Step 14/15 : LABEL git_sha=6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:17:56.821Z] ---> Running in af52ed7061ec [2020-06-04T13:17:56.821Z] Removing intermediate container af52ed7061ec [2020-06-04T13:17:56.821Z] ---> 44935a52e40e [2020-06-04T13:17:56.821Z] Step 15/15 : LABEL version=0.0.0 [2020-06-04T13:17:57.081Z] ---> Running in 60dbd63d2fa9 [2020-06-04T13:17:57.081Z] Removing intermediate container 60dbd63d2fa9 [2020-06-04T13:17:57.081Z] ---> 124edcb22c0c [2020-06-04T13:17:57.081Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-06-04T13:17:57.081Z] Successfully built 124edcb22c0c [2020-06-04T13:17:57.081Z] 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 [2020-06-04T13:17:57.436Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [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-04T13:18:00.810Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T13:18:00.810Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T13:18:02.236Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T13:18:02.829Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T13:18:02.829Z] [ 65%] Built target csdk [2020-06-04T13:18:02.829Z] Scanning dependencies of target template [2020-06-04T13:18:02.829Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T13:18:03.422Z] [ 68%] Linking C executable template [2020-06-04T13:18:03.693Z] [ 68%] Built target template [2020-06-04T13:18:03.693Z] Scanning dependencies of target device-counter [2020-06-04T13:18:03.693Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T13:18:04.287Z] [ 71%] Linking C executable device-counter [2020-06-04T13:18:04.558Z] [ 71%] Built target device-counter [2020-06-04T13:18:04.558Z] Scanning dependencies of target device-random [2020-06-04T13:18:04.558Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T13:18:04.830Z] [ 74%] Linking C executable device-random [2020-06-04T13:18:05.101Z] [ 74%] Built target device-random [2020-06-04T13:18:05.101Z] Scanning dependencies of target device-gyro [2020-06-04T13:18:05.101Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T13:18:05.697Z] [ 77%] Linking C executable device-gyro [2020-06-04T13:18:05.697Z] [ 77%] Built target device-gyro [2020-06-04T13:18:05.968Z] Scanning dependencies of target template-discovery [2020-06-04T13:18:05.968Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T13:18:06.559Z] [ 80%] Linking C executable template-discovery [2020-06-04T13:18:06.559Z] [ 80%] Built target template-discovery [2020-06-04T13:18:06.832Z] Scanning dependencies of target device-terminal [2020-06-04T13:18:06.832Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T13:18:07.103Z] [ 84%] Linking C executable device-terminal [2020-06-04T13:18:07.376Z] [ 84%] Built target device-terminal [2020-06-04T13:18:07.376Z] Scanning dependencies of target template2 [2020-06-04T13:18:07.376Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T13:18:07.969Z] [ 87%] Linking C executable template2 [2020-06-04T13:18:08.240Z] [ 87%] Built target template2 [2020-06-04T13:18:08.240Z] Scanning dependencies of target device-counterv2 [2020-06-04T13:18:08.240Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T13:18:08.833Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T13:18:09.104Z] [ 90%] Built target device-counterv2 [2020-06-04T13:18:09.104Z] Scanning dependencies of target device-gyrov2 [2020-06-04T13:18:09.104Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T13:18:09.377Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T13:18:09.651Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:18:09.651Z] Scanning dependencies of target device-randomv2 [2020-06-04T13:18:09.651Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T13:18:10.244Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T13:18:10.518Z] [ 96%] Built target device-randomv2 [2020-06-04T13:18:10.518Z] Scanning dependencies of target device-terminalv2 [2020-06-04T13:18:10.518Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T13:18:10.790Z] [100%] Linking C executable device-terminalv2 [2020-06-04T13:18:11.068Z] [100%] Built target device-terminalv2 [2020-06-04T13:18:11.068Z] + + teemake -a package release.log [2020-06-04T13:18:11.068Z] [2020-06-04T13:18:11.341Z] [ 65%] Built target csdk [2020-06-04T13:18:11.341Z] [ 68%] Built target template [2020-06-04T13:18:11.341Z] [ 71%] Built target device-counter [2020-06-04T13:18:11.341Z] [ 74%] Built target device-random [2020-06-04T13:18:11.614Z] [ 77%] Built target device-gyro [2020-06-04T13:18:11.614Z] [ 80%] Built target template-discovery [2020-06-04T13:18:11.614Z] [ 84%] Built target device-terminal [2020-06-04T13:18:11.614Z] [ 87%] Built target template2 [2020-06-04T13:18:11.614Z] [ 90%] Built target device-counterv2 [2020-06-04T13:18:11.614Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:18:11.886Z] [ 96%] Built target device-randomv2 [2020-06-04T13:18:11.886Z] [100%] Built target device-terminalv2 [2020-06-04T13:18:11.886Z] Run CPack packaging tool... [2020-06-04T13:18:11.886Z] CPack: Create package using TGZ [2020-06-04T13:18:11.886Z] CPack: Install projects [2020-06-04T13:18:11.886Z] CPack: - Run preinstall target for: Csdk [2020-06-04T13:18:12.482Z] CPack: - Install project: Csdk [2020-06-04T13:18:12.482Z] CPack: Create package [2020-06-04T13:18:12.756Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-06-04T13:18:12.756Z] + '[' false '=' true ] [2020-06-04T13:18:12.756Z] + '[' false '=' true ] [2020-06-04T13:18:12.756Z] + mkdir -p /tmp/sdk/build/debug [2020-06-04T13:18:12.756Z] + cd /tmp/sdk/build/debug [2020-06-04T13:18:12.756Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-04T13:18:13.031Z] -- The C compiler identification is GNU 8.3.0 [2020-06-04T13:18:13.031Z] -- Check for working C compiler: /usr/bin/cc [2020-06-04T13:18:13.306Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-04T13:18:13.306Z] -- Detecting C compiler ABI info [2020-06-04T13:18:13.579Z] -- Detecting C compiler ABI info - done [2020-06-04T13:18:13.579Z] -- Detecting C compile features [2020-06-04T13:18:14.172Z] -- Detecting C compile features - done [2020-06-04T13:18:14.172Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-04T13:18:14.445Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-04T13:18:14.445Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-04T13:18:14.445Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-04T13:18:14.445Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-04T13:18:14.445Z] -- C SDK 0.0.0 for Linux [2020-06-04T13:18:14.445Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-04T13:18:14.445Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-04T13:18:14.718Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-04T13:18:14.718Z] -- Configuring done [2020-06-04T13:18:15.023Z] -- Generating done [2020-06-04T13:18:15.023Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-04T13:18:15.023Z] + make [2020-06-04T13:18:15.023Z] + tee debug.log [2020-06-04T13:18:15.023Z] Scanning dependencies of target csdk [2020-06-04T13:18:15.296Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-04T13:18:15.570Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-04T13:18:15.840Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-04T13:18:16.433Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-04T13:18:16.706Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-04T13:18:16.978Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-04T13:18:17.249Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-04T13:18:17.844Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-04T13:18:17.844Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-04T13:18:18.438Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-04T13:18:18.438Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-04T13:18:18.709Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-04T13:18:18.980Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-04T13:18:19.253Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-04T13:18:19.849Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-04T13:18:20.121Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-04T13:18:20.392Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-04T13:18:20.666Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-04T13:18:21.257Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-04T13:18:21.529Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-04T13:18:21.529Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-04T13:18:21.800Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-04T13:18:22.073Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-04T13:18:22.345Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-04T13:18:22.619Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-04T13:18:22.619Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-04T13:18:22.889Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-04T13:18:23.157Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-04T13:18:23.428Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-04T13:18:23.699Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-04T13:18:23.972Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-04T13:18:24.941Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-04T13:18:25.210Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-04T13:18:25.479Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-04T13:18:25.748Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-04T13:18:26.715Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:18:26.989Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-04T13:18:27.961Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-04T13:18:27.961Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-04T13:18:28.550Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-04T13:18:28.824Z] [ 65%] Linking C shared library libcsdk.so [2020-06-04T13:18:28.824Z] [ 65%] Built target csdk [2020-06-04T13:18:28.824Z] Scanning dependencies of target template [2020-06-04T13:18:28.824Z] [ 66%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-04T13:18:29.095Z] [ 68%] Linking C executable template [2020-06-04T13:18:29.365Z] [ 68%] Built target template [2020-06-04T13:18:29.365Z] Scanning dependencies of target device-counter [2020-06-04T13:18:29.365Z] [ 69%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-04T13:18:29.635Z] [ 71%] Linking C executable device-counter [2020-06-04T13:18:29.907Z] [ 71%] Built target device-counter [2020-06-04T13:18:29.907Z] Scanning dependencies of target device-random [2020-06-04T13:18:29.907Z] [ 73%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-04T13:18:30.181Z] [ 74%] Linking C executable device-random [2020-06-04T13:18:30.451Z] [ 74%] Built target device-random [2020-06-04T13:18:30.451Z] Scanning dependencies of target device-gyro [2020-06-04T13:18:30.451Z] [ 76%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-04T13:18:30.722Z] [ 77%] Linking C executable device-gyro [2020-06-04T13:18:31.002Z] [ 77%] Built target device-gyro [2020-06-04T13:18:31.002Z] Scanning dependencies of target template-discovery [2020-06-04T13:18:31.002Z] [ 79%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-04T13:18:31.273Z] [ 80%] Linking C executable template-discovery [2020-06-04T13:18:31.543Z] [ 80%] Built target template-discovery [2020-06-04T13:18:31.543Z] Scanning dependencies of target device-terminal [2020-06-04T13:18:31.543Z] [ 82%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-04T13:18:31.817Z] [ 84%] Linking C executable device-terminal [2020-06-04T13:18:32.087Z] [ 84%] Built target device-terminal [2020-06-04T13:18:32.087Z] Scanning dependencies of target template2 [2020-06-04T13:18:32.087Z] [ 85%] Building C object c/examples/v2/CMakeFiles/template2.dir/template.c.o [2020-06-04T13:18:32.359Z] [ 87%] Linking C executable template2 [2020-06-04T13:18:32.631Z] [ 87%] Built target template2 [2020-06-04T13:18:32.631Z] Scanning dependencies of target device-counterv2 [2020-06-04T13:18:32.631Z] [ 88%] Building C object c/examples/v2/counters/CMakeFiles/device-counterv2.dir/device-counter.c.o [2020-06-04T13:18:32.906Z] [ 90%] Linking C executable device-counterv2 [2020-06-04T13:18:33.177Z] [ 90%] Built target device-counterv2 [2020-06-04T13:18:33.177Z] Scanning dependencies of target device-gyrov2 [2020-06-04T13:18:33.177Z] [ 92%] Building C object c/examples/v2/gyro/CMakeFiles/device-gyrov2.dir/device-gyro.c.o [2020-06-04T13:18:33.449Z] [ 93%] Linking C executable device-gyrov2 [2020-06-04T13:18:33.722Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:18:33.722Z] Scanning dependencies of target device-randomv2 [2020-06-04T13:18:33.722Z] [ 95%] Building C object c/examples/v2/random/CMakeFiles/device-randomv2.dir/device-random.c.o [2020-06-04T13:18:33.995Z] [ 96%] Linking C executable device-randomv2 [2020-06-04T13:18:33.995Z] [ 96%] Built target device-randomv2 [2020-06-04T13:18:34.268Z] Scanning dependencies of target device-terminalv2 [2020-06-04T13:18:34.268Z] [ 98%] Building C object c/examples/v2/terminal/CMakeFiles/device-terminalv2.dir/device-terminal.c.o [2020-06-04T13:18:34.540Z] [100%] Linking C executable device-terminalv2 [2020-06-04T13:18:34.813Z] [100%] Built target device-terminalv2 [2020-06-04T13:18:34.813Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:34.813Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:34.813Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:34.813Z] Scanning dependencies of target csdk [2020-06-04T13:18:34.813Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:34.813Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:34.813Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-04T13:18:36.925Z] [ 3%] Linking C shared library libcsdk.so [2020-06-04T13:18:36.925Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:36.925Z] [ 65%] Built target csdk [2020-06-04T13:18:36.925Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:36.925Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:36.925Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:36.925Z] [ 66%] Linking C executable template [2020-06-04T13:18:37.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.212Z] [ 68%] Built target template [2020-06-04T13:18:37.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.212Z] [ 69%] Linking C executable device-counter [2020-06-04T13:18:37.539Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.539Z] [ 71%] Built target device-counter [2020-06-04T13:18:37.539Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.539Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.539Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.539Z] [ 73%] Linking C executable device-random [2020-06-04T13:18:37.818Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.818Z] [ 74%] Built target device-random [2020-06-04T13:18:37.818Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.818Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.818Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:37.818Z] [ 76%] Linking C executable device-gyro [2020-06-04T13:18:38.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.088Z] [ 77%] Built target device-gyro [2020-06-04T13:18:38.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.088Z] [ 79%] Linking C executable template-discovery [2020-06-04T13:18:38.359Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.359Z] [ 80%] Built target template-discovery [2020-06-04T13:18:38.359Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.359Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.359Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.359Z] [ 82%] Linking C executable device-terminal [2020-06-04T13:18:38.631Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.631Z] [ 84%] Built target device-terminal [2020-06-04T13:18:38.631Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.631Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.631Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.631Z] [ 85%] Linking C executable template2 [2020-06-04T13:18:38.901Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.901Z] [ 87%] Built target template2 [2020-06-04T13:18:38.901Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.901Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.901Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:38.901Z] [ 88%] Linking C executable device-counterv2 [2020-06-04T13:18:39.170Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.170Z] [ 90%] Built target device-counterv2 [2020-06-04T13:18:39.170Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.170Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.170Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.170Z] [ 92%] Linking C executable device-gyrov2 [2020-06-04T13:18:39.441Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.441Z] [ 93%] Built target device-gyrov2 [2020-06-04T13:18:39.441Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.441Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.441Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.441Z] [ 95%] Linking C executable device-randomv2 [2020-06-04T13:18:39.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.716Z] [ 96%] Built target device-randomv2 [2020-06-04T13:18:39.716Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.716Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.716Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.716Z] [ 98%] Linking C executable device-terminalv2 [2020-06-04T13:18:39.989Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.989Z] [100%] Built target device-terminalv2 [2020-06-04T13:18:39.989Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:39.989Z] Install the project... [2020-06-04T13:18:39.989Z] -- Install configuration: "Release" [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-04T13:18:39.989Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-04T13:18:39.989Z] -- Up-to-date: /usr/local/include [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/devsdk [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/json.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/os [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/container.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/data.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/component.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/os.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/time.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-04T13:18:39.989Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-04T13:18:39.989Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-04T13:18:41.961Z] Removing intermediate container ba4abdee2458 [2020-06-04T13:18:41.961Z] ---> 3ba8c9d1f133 [2020-06-04T13:18:41.961Z] Step 14/21 : FROM alpine:3.9 [2020-06-04T13:18:42.233Z] 3.9: Pulling from library/alpine [2020-06-04T13:18:42.504Z] 941f399634ec: Pulling fs layer [2020-06-04T13:18:42.775Z] 941f399634ec: Verifying Checksum [2020-06-04T13:18:42.775Z] 941f399634ec: Download complete [2020-06-04T13:18:43.369Z] 941f399634ec: Pull complete [2020-06-04T13:18:43.369Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-04T13:18:43.369Z] Status: Downloaded newer image for alpine:3.9 [2020-06-04T13:18:43.369Z] ---> 9afdd4a290bf [2020-06-04T13:18:43.369Z] Step 15/21 : MAINTAINER IOTech [2020-06-04T13:18:43.640Z] ---> Running in 4407ba1f9152 [2020-06-04T13:18:43.913Z] Removing intermediate container 4407ba1f9152 [2020-06-04T13:18:43.913Z] ---> 99e3d6fc148b [2020-06-04T13:18:43.913Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-04T13:18:44.185Z] ---> Running in 65ceee720aae [2020-06-04T13:18:44.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T13:18:45.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T13:18:45.320Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-04T13:18:45.592Z] (2/48) Installing libmagic (5.36-r1) [2020-06-04T13:18:45.865Z] (3/48) Installing file (5.36-r1) [2020-06-04T13:18:45.865Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-04T13:18:45.865Z] (5/48) Installing isl (0.18-r0) [2020-06-04T13:18:45.865Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-04T13:18:45.865Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-04T13:18:45.865Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-04T13:18:45.865Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-04T13:18:45.865Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-04T13:18:45.865Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-04T13:18:45.865Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-04T13:18:47.287Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-04T13:18:47.557Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-04T13:18:47.557Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-04T13:18:48.977Z] (16/48) Installing make (4.2.1-r2) [2020-06-04T13:18:48.977Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-04T13:18:48.977Z] (18/48) Installing build-base (0.5-r1) [2020-06-04T13:18:48.977Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-04T13:18:48.977Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-04T13:18:48.977Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-04T13:18:48.977Z] (22/48) Installing expat (2.2.8-r0) [2020-06-04T13:18:48.977Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-04T13:18:48.977Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-04T13:18:48.977Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-04T13:18:48.977Z] (26/48) Installing ca-certificates (20191127-r0) [2020-06-04T13:18:48.977Z] (27/48) Installing nghttp2-libs (1.35.1-r1) [2020-06-04T13:18:48.977Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-04T13:18:49.245Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-04T13:18:49.245Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-04T13:18:49.245Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-04T13:18:50.216Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-04T13:18:50.216Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-04T13:18:50.216Z] (34/48) Installing libuv (1.23.2-r0) [2020-06-04T13:18:50.216Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-04T13:18:52.176Z] (36/48) Installing curl (7.64.0-r3) [2020-06-04T13:18:52.176Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-04T13:18:52.176Z] (38/48) Installing git (2.20.4-r0) [2020-06-04T13:18:52.447Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-04T13:18:52.447Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-04T13:18:52.447Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-04T13:18:52.447Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-04T13:18:52.447Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-04T13:18:52.717Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-04T13:18:52.717Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-04T13:18:52.717Z] (46/48) Installing libuuid (2.33-r0) [2020-06-04T13:18:52.717Z] (47/48) Installing wget (1.20.3-r0) [2020-06-04T13:18:52.717Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-04T13:18:52.717Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:18:52.717Z] Executing ca-certificates-20191127-r0.trigger [2020-06-04T13:18:52.991Z] OK: 219 MiB in 62 packages [2020-06-04T13:19:08.045Z] Removing intermediate container 65ceee720aae [2020-06-04T13:19:08.045Z] ---> e90109f39417 [2020-06-04T13:19:08.045Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-04T13:19:08.045Z] ---> 1884b5589a65 [2020-06-04T13:19:08.045Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-04T13:19:08.045Z] ---> 46d37b8bc13a [2020-06-04T13:19:08.045Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-04T13:19:08.045Z] ---> 44b808861792 [2020-06-04T13:19:08.045Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-04T13:19:08.324Z] ---> e29b0507c1fa [2020-06-04T13:19:08.324Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-04T13:19:08.919Z] ---> 1b78b64e8571 [2020-06-04T13:19:09.190Z] Successfully built 1b78b64e8571 [2020-06-04T13:19:09.190Z] 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-04T13:19:09.871Z] + docker inspect -f . ci-base-image-arm64 [2020-06-04T13:19:10.140Z] . [Pipeline] withDockerContainer [2020-06-04T13:19:10.511Z] prd-ubuntu18.04-docker-arm64-4c-16g-1866 does not seem to be running inside a container [2020-06-04T13:19:10.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-04T13:19:11.932Z] $ docker top b4b8ca65bcd10195e9561b6d7e362d7a23a74ccf96abd4e930de4340e6684036 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-04T13:19:13.022Z] + make test [2020-06-04T13:19:13.022Z] echo "make test" [2020-06-04T13:19:13.022Z] make test [Pipeline] } [2020-06-04T13:19:13.023Z] $ docker stop --time=1 b4b8ca65bcd10195e9561b6d7e362d7a23a74ccf96abd4e930de4340e6684036 [2020-06-04T13:19:14.974Z] $ docker rm -f b4b8ca65bcd10195e9561b6d7e362d7a23a74ccf96abd4e930de4340e6684036 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-04T13:19:16.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-04T13:19:16.378Z] + ls -al . [2020-06-04T13:19:16.378Z] total 192 [2020-06-04T13:19:16.378Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 4 13:16 . [2020-06-04T13:19:16.378Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 13:16 .. [2020-06-04T13:19:16.378Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 4 13:16 .git [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 4 13:16 .gitignore [2020-06-04T13:19:16.378Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 4 13:16 .semver [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 4 13:16 Attribution.txt [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 5335 Jun 4 13:16 CHANGES [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 4 13:16 Doxyfile [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 792 Jun 4 13:16 Jenkinsfile [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 4 13:16 LICENSE [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 448 Jun 4 13:16 Makefile [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 4 13:16 README.md [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 4 13:16 README.v2.md [2020-06-04T13:19:16.378Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 4 13:14 VERSION [2020-06-04T13:19:16.378Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 4 13:16 docs [2020-06-04T13:19:16.378Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 13:16 include [2020-06-04T13:19:16.378Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 4 13:16 scripts [2020-06-04T13:19:16.378Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 13:16 src [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:19:16.740Z] + 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=6fa5a9f218fdd16d396870288889757eaab29030 --label arch=arm64 --label version=0.0.0 . [2020-06-04T13:19:17.342Z] Sending build context to Docker daemon 3.248MB [2020-06-04T13:19:17.342Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-04T13:19:17.342Z] Step 2/15 : FROM ${BASE} [2020-06-04T13:19:17.342Z] ---> 1b78b64e8571 [2020-06-04T13:19:17.342Z] Step 3/15 : MAINTAINER IOTech [2020-06-04T13:19:17.342Z] ---> Running in 6ee4794e1985 [2020-06-04T13:19:17.612Z] Removing intermediate container 6ee4794e1985 [2020-06-04T13:19:17.612Z] ---> 0c29cc7bb5f2 [2020-06-04T13:19:17.612Z] 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-04T13:19:17.883Z] ---> Running in 024d2de7b2f1 [2020-06-04T13:19:18.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-04T13:19:18.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-04T13:19:19.128Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-04T13:19:19.128Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-04T13:19:20.102Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-04T13:19:20.102Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-04T13:19:20.372Z] (5/21) Installing nghttp2-dev (1.35.1-r1) [2020-06-04T13:19:20.372Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-04T13:19:20.372Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-04T13:19:20.372Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-04T13:19:20.372Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-04T13:19:20.372Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-04T13:19:21.341Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-04T13:19:21.341Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-04T13:19:21.341Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-04T13:19:21.341Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-04T13:19:21.341Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-04T13:19:21.341Z] (16/21) Installing libblkid (2.33-r0) [2020-06-04T13:19:21.341Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-04T13:19:21.341Z] (18/21) Installing libmount (2.33-r0) [2020-06-04T13:19:21.341Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-04T13:19:21.341Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-04T13:19:21.341Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-04T13:19:21.341Z] Executing busybox-1.29.3-r10.trigger [2020-06-04T13:19:21.612Z] OK: 279 MiB in 83 packages [2020-06-04T13:19:24.993Z] Removing intermediate container 024d2de7b2f1 [2020-06-04T13:19:24.993Z] ---> 25f8eac19d70 [2020-06-04T13:19:24.993Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-04T13:19:25.265Z] ---> 4db25f5eec93 [2020-06-04T13:19:25.265Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-04T13:19:25.858Z] ---> 87d03998bcd2 [2020-06-04T13:19:25.858Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-04T13:19:26.450Z] ---> 5aa08e039525 [2020-06-04T13:19:26.450Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-04T13:19:27.041Z] ---> cabede656d2b [2020-06-04T13:19:27.041Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-04T13:19:27.313Z] ---> 6ed8dfad93ce [2020-06-04T13:19:27.313Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-04T13:19:27.906Z] ---> 2bc0a0878a56 [2020-06-04T13:19:27.906Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-04T13:19:27.906Z] ---> Running in ab002f213a04 [2020-06-04T13:19:28.498Z] Removing intermediate container ab002f213a04 [2020-06-04T13:19:28.498Z] ---> 93b3363221fd [2020-06-04T13:19:28.498Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-04T13:19:28.498Z] ---> Running in 5a936edd9a74 [2020-06-04T13:19:28.772Z] Removing intermediate container 5a936edd9a74 [2020-06-04T13:19:28.772Z] ---> 52683d6e355f [2020-06-04T13:19:28.772Z] Step 13/15 : LABEL arch=arm64 [2020-06-04T13:19:29.044Z] ---> Running in 0d151bff0f9c [2020-06-04T13:19:29.315Z] Removing intermediate container 0d151bff0f9c [2020-06-04T13:19:29.315Z] ---> 96565dfe2a98 [2020-06-04T13:19:29.315Z] Step 14/15 : LABEL git_sha=6fa5a9f218fdd16d396870288889757eaab29030 [2020-06-04T13:19:29.585Z] ---> Running in 2749478ed809 [2020-06-04T13:19:29.857Z] Removing intermediate container 2749478ed809 [2020-06-04T13:19:29.857Z] ---> 18a1eec09e52 [2020-06-04T13:19:29.857Z] Step 15/15 : LABEL version=0.0.0 [2020-06-04T13:19:30.130Z] ---> Running in 5db2217b2d48 [2020-06-04T13:19:30.400Z] Removing intermediate container 5db2217b2d48 [2020-06-04T13:19:30.400Z] ---> f053f09af3d4 [2020-06-04T13:19:30.401Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-04T13:19:30.401Z] Successfully built f053f09af3d4 [2020-06-04T13:19:30.401Z] 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-04T13:19:32.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T13:19:33.030Z] ---> package-listing.sh [2020-06-04T13:19:33.030Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-04T13:19:33.030Z] ++ facter osfamily [2020-06-04T13:19:33.030Z] + OS_FAMILY=redhat [2020-06-04T13:19:33.030Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-265 [2020-06-04T13:19:33.030Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-04T13:19:33.030Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-04T13:19:33.030Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-04T13:19:33.030Z] + PACKAGES=/tmp/packages_start.txt [2020-06-04T13:19:33.030Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-265 ']' [2020-06-04T13:19:33.030Z] + PACKAGES=/tmp/packages_end.txt [2020-06-04T13:19:33.030Z] + case "${OS_FAMILY}" in [2020-06-04T13:19:33.030Z] + rpm -qa [2020-06-04T13:19:33.030Z] + sort [2020-06-04T13:19:38.444Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-04T13:19:38.444Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-04T13:19:38.444Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-04T13:19:38.444Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-265 ']' [2020-06-04T13:19:38.444Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-265/archives/ [2020-06-04T13:19:38.444Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-265/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:19:39.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-04T13:19:39.108Z] [2020-06-04T13:19:39.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-04T13:19:39.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-04T13:19:39.820Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-04T13:19:39.820Z] c9b1b535fdd9: Pulling fs layer [2020-06-04T13:19:39.820Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-04T13:19:39.820Z] 756a868c4378: Pulling fs layer [2020-06-04T13:19:39.820Z] 444b2fc9a129: Pulling fs layer [2020-06-04T13:19:39.820Z] ea15f1150254: Pulling fs layer [2020-06-04T13:19:39.820Z] 41b27a9f41bf: Pulling fs layer [2020-06-04T13:19:39.820Z] 28c525ee5125: Pulling fs layer [2020-06-04T13:19:39.820Z] 094b1ea09ed8: Pulling fs layer [2020-06-04T13:19:39.820Z] 138eaada9080: Pulling fs layer [2020-06-04T13:19:39.820Z] 0622d0fa9048: Pulling fs layer [2020-06-04T13:19:39.820Z] 444b2fc9a129: Waiting [2020-06-04T13:19:39.820Z] ea15f1150254: Waiting [2020-06-04T13:19:39.820Z] 41b27a9f41bf: Waiting [2020-06-04T13:19:39.820Z] 28c525ee5125: Waiting [2020-06-04T13:19:39.820Z] 094b1ea09ed8: Waiting [2020-06-04T13:19:39.820Z] 138eaada9080: Waiting [2020-06-04T13:19:39.820Z] 0622d0fa9048: Waiting [2020-06-04T13:19:39.820Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-04T13:19:39.820Z] 2cc5ad85d9ab: Download complete [2020-06-04T13:19:39.821Z] 444b2fc9a129: Verifying Checksum [2020-06-04T13:19:39.821Z] 444b2fc9a129: Download complete [2020-06-04T13:19:39.821Z] c9b1b535fdd9: Verifying Checksum [2020-06-04T13:19:39.821Z] c9b1b535fdd9: Download complete [2020-06-04T13:19:39.821Z] ea15f1150254: Verifying Checksum [2020-06-04T13:19:39.821Z] ea15f1150254: Download complete [2020-06-04T13:19:40.226Z] 28c525ee5125: Verifying Checksum [2020-06-04T13:19:40.226Z] 28c525ee5125: Download complete [2020-06-04T13:19:40.577Z] c9b1b535fdd9: Pull complete [2020-06-04T13:19:40.902Z] 756a868c4378: Verifying Checksum [2020-06-04T13:19:40.903Z] 756a868c4378: Download complete [2020-06-04T13:19:40.903Z] 2cc5ad85d9ab: Pull complete [2020-06-04T13:19:41.262Z] 138eaada9080: Verifying Checksum [2020-06-04T13:19:41.262Z] 138eaada9080: Download complete [2020-06-04T13:19:41.262Z] 0622d0fa9048: Verifying Checksum [2020-06-04T13:19:41.262Z] 0622d0fa9048: Download complete [2020-06-04T13:19:41.902Z] 094b1ea09ed8: Verifying Checksum [2020-06-04T13:19:41.902Z] 094b1ea09ed8: Download complete [2020-06-04T13:19:44.410Z] 41b27a9f41bf: Verifying Checksum [2020-06-04T13:19:44.410Z] 41b27a9f41bf: Download complete [2020-06-04T13:19:45.242Z] 756a868c4378: Pull complete [2020-06-04T13:19:45.242Z] 444b2fc9a129: Pull complete [2020-06-04T13:19:45.554Z] ea15f1150254: Pull complete [2020-06-04T13:19:50.189Z] 41b27a9f41bf: Pull complete [2020-06-04T13:19:50.461Z] 28c525ee5125: Pull complete [2020-06-04T13:19:55.198Z] 094b1ea09ed8: Pull complete [2020-06-04T13:19:55.198Z] 138eaada9080: Pull complete [2020-06-04T13:19:55.490Z] 0622d0fa9048: Pull complete [2020-06-04T13:19:55.490Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-04T13:19:55.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-04T13:19:56.079Z] prd-centos7-docker-4c-2g-1865 does not seem to be running inside a container [2020-06-04T13:19:56.154Z] $ 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_PR-265 -v /w/workspace/edgexfoundry_device-sdk-c_PR-265:/w/workspace/edgexfoundry_device-sdk-c_PR-265:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-04T13:19:57.466Z] $ docker top d91b6015038f67ffa6a5847e089cdb97d3464ae0a12bb1fc86f8f9dab85f4bc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-04T13:19:57.826Z] provisioning config files... [2020-06-04T13:19:57.849Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp/config716639375040866065tmp [Pipeline] { [Pipeline] echo [2020-06-04T13:19:57.935Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T13:19:58.729Z] ---> create-netrc.sh [Pipeline] echo [2020-06-04T13:19:58.782Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-04T13:20:00.456Z] ---> logs-deploy.sh [2020-06-04T13:20:00.456Z] + ARCHIVE_ARTIFACTS= [2020-06-04T13:20:00.456Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-04T13:20:00.456Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-04T13:20:00.456Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-04T13:20:00.456Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-265/1 [2020-06-04T13:20:00.456Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-265/1/ [2020-06-04T13:20:00.456Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-265/1 /w/workspace/edgexfoundry_device-sdk-c_PR-265 [2020-06-04T13:20:02.504Z] Archives upload complete. [2020-06-04T13:20:02.504Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-265/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-265/1/ [2020-06-04T13:20:03.520Z] ---> uname -a: [2020-06-04T13:20:03.520Z] Linux d91b6015038f 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> lscpu: [2020-06-04T13:20:03.520Z] Architecture: x86_64 [2020-06-04T13:20:03.520Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-04T13:20:03.520Z] Byte Order: Little Endian [2020-06-04T13:20:03.520Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-04T13:20:03.520Z] CPU(s): 4 [2020-06-04T13:20:03.520Z] On-line CPU(s) list: 0-3 [2020-06-04T13:20:03.520Z] Thread(s) per core: 1 [2020-06-04T13:20:03.520Z] Core(s) per socket: 1 [2020-06-04T13:20:03.520Z] Socket(s): 4 [2020-06-04T13:20:03.520Z] NUMA node(s): 1 [2020-06-04T13:20:03.520Z] Vendor ID: GenuineIntel [2020-06-04T13:20:03.520Z] CPU family: 6 [2020-06-04T13:20:03.520Z] Model: 44 [2020-06-04T13:20:03.520Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-04T13:20:03.520Z] Stepping: 1 [2020-06-04T13:20:03.520Z] CPU MHz: 2933.438 [2020-06-04T13:20:03.520Z] BogoMIPS: 5866.87 [2020-06-04T13:20:03.520Z] Virtualization: VT-x [2020-06-04T13:20:03.520Z] Hypervisor vendor: KVM [2020-06-04T13:20:03.520Z] Virtualization type: full [2020-06-04T13:20:03.520Z] L1d cache: 128 KiB [2020-06-04T13:20:03.520Z] L1i cache: 128 KiB [2020-06-04T13:20:03.520Z] L2 cache: 16 MiB [2020-06-04T13:20:03.520Z] L3 cache: 64 MiB [2020-06-04T13:20:03.520Z] NUMA node0 CPU(s): 0-3 [2020-06-04T13:20:03.520Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-06-04T13:20:03.520Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-04T13:20:03.520Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-04T13:20:03.520Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-06-04T13:20:03.520Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-06-04T13:20:03.520Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> nproc: [2020-06-04T13:20:03.520Z] 4 [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> df -h: [2020-06-04T13:20:03.520Z] Filesystem Size Used Available Use% Mounted on [2020-06-04T13:20:03.520Z] overlay 50.0G 6.4G 43.6G 13% / [2020-06-04T13:20:03.520Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-04T13:20:03.520Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-06-04T13:20:03.520Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/edgexfoundry_device-sdk-c_PR-265 [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/edgexfoundry_device-sdk-c_PR-265@tmp [2020-06-04T13:20:03.520Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> free -m: [2020-06-04T13:20:03.520Z] total used free shared buff/cache available [2020-06-04T13:20:03.520Z] Mem: 1838 603 66 0 1168 1130 [2020-06-04T13:20:03.520Z] Swap: 1023 0 1023 [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> ip addr: [2020-06-04T13:20:03.520Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-04T13:20:03.520Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-04T13:20:03.520Z] inet 127.0.0.1/8 scope host lo [2020-06-04T13:20:03.520Z] valid_lft forever preferred_lft forever [2020-06-04T13:20:03.520Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-04T13:20:03.520Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-04T13:20:03.520Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-04T13:20:03.520Z] valid_lft forever preferred_lft forever [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> sar -b -r -n DEV: [2020-06-04T13:20:03.520Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/04/20 _x86_64_ (4 CPU) [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:12:33 LINUX RESTART [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:13:01 tps rtps wtps bread/s bwrtn/s [2020-06-04T13:20:03.520Z] 13:14:02 65.61 33.89 31.73 4872.23 1925.62 [2020-06-04T13:20:03.520Z] 13:15:02 11.65 0.00 11.65 0.00 1827.51 [2020-06-04T13:20:03.520Z] 13:16:01 1.78 0.00 1.78 0.00 52.39 [2020-06-04T13:20:03.520Z] 13:17:01 0.52 0.00 0.52 0.00 5.26 [2020-06-04T13:20:03.520Z] 13:18:01 0.23 0.00 0.23 0.00 3.46 [2020-06-04T13:20:03.520Z] 13:19:01 0.38 0.00 0.38 0.00 4.93 [2020-06-04T13:20:03.520Z] 13:20:01 132.75 82.51 50.24 5355.28 16754.01 [2020-06-04T13:20:03.520Z] Average: 30.56 16.72 13.83 1469.47 2951.30 [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:13:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-04T13:20:03.520Z] 13:14:02 131008 1751296 93.04 2620 1204524 982192 33.51 424636 1163044 51824 [2020-06-04T13:20:03.520Z] 13:15:02 138240 1744064 92.66 2620 1204748 935864 31.93 420748 1160824 8 [2020-06-04T13:20:03.520Z] 13:16:01 142060 1740244 92.45 2620 1204752 899884 30.70 418692 1159048 8 [2020-06-04T13:20:03.520Z] 13:17:01 139700 1742604 92.58 2620 1204752 900468 30.72 421576 1159048 8 [2020-06-04T13:20:03.520Z] 13:18:01 141096 1741208 92.50 2620 1204760 900204 30.71 432800 1146468 8 [2020-06-04T13:20:03.520Z] 13:19:01 141008 1741296 92.51 2620 1204764 900276 30.72 433200 1146468 8 [2020-06-04T13:20:03.520Z] 13:20:01 81596 1800708 95.67 2620 1193956 949392 32.39 476804 1131056 101792 [2020-06-04T13:20:03.520Z] Average: 130673 1751631 93.06 2620 1203179 924040 31.53 432637 1152279 21951 [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-04T13:20:03.520Z] 13:14:02 eth0 243.76 188.96 1054.02 106.32 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:14:02 docker0 8.01 5.10 0.95 18.35 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:15:02 eth0 0.41 0.08 0.02 0.03 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:16:01 eth0 0.63 0.10 0.06 0.01 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:17:01 eth0 2.66 1.68 3.34 0.41 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:18:01 eth0 0.12 0.10 0.01 0.07 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:19:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:20:01 veth517d3c3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:20:01 eth0 374.83 274.50 3432.73 121.78 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:20:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] 13:20:01 docker0 8.01 5.10 0.95 18.34 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] Average: veth517d3c3 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] Average: eth0 53.86 39.44 493.25 17.50 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] Average: docker0 1.15 0.73 0.14 2.64 0.00 0.00 0.00 [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] ---> sar -P ALL: [2020-06-04T13:20:03.520Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/04/20 _x86_64_ (4 CPU) [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:12:33 LINUX RESTART [2020-06-04T13:20:03.520Z] [2020-06-04T13:20:03.520Z] 13:13:01 CPU %user %nice %system %iowait %steal %idle [2020-06-04T13:20:03.520Z] 13:14:02 all 14.34 0.00 5.22 2.44 24.71 53.28 [2020-06-04T13:20:03.520Z] 13:14:02 0 15.03 0.00 6.37 2.43 27.21 48.96 [2020-06-04T13:20:03.520Z] 13:14:02 1 16.41 0.00 5.25 1.01 23.83 53.49 [2020-06-04T13:20:03.520Z] 13:14:02 2 11.47 0.00 4.59 1.57 24.83 57.54 [2020-06-04T13:20:03.520Z] 13:14:02 3 14.55 0.00 4.72 4.82 23.02 52.90 [2020-06-04T13:20:03.520Z] 13:15:02 all 0.11 0.00 0.09 0.01 0.46 99.33 [2020-06-04T13:20:03.520Z] 13:15:02 0 0.05 0.00 0.07 0.03 0.47 99.37 [2020-06-04T13:20:03.520Z] 13:15:02 1 0.07 0.00 0.05 0.00 0.64 99.24 [2020-06-04T13:20:03.520Z] 13:15:02 2 0.27 0.00 0.07 0.00 0.39 99.27 [2020-06-04T13:20:03.520Z] 13:15:02 3 0.03 0.00 0.14 0.00 0.37 99.46 [2020-06-04T13:20:03.520Z] 13:16:01 all 0.11 0.00 0.03 0.08 0.30 99.47 [2020-06-04T13:20:03.520Z] 13:16:01 0 0.05 0.00 0.03 0.32 0.24 99.36 [2020-06-04T13:20:03.520Z] 13:16:01 1 0.08 0.00 0.05 0.00 0.22 99.64 [2020-06-04T13:20:03.520Z] 13:16:01 2 0.25 0.00 0.03 0.00 0.29 99.42 [2020-06-04T13:20:03.520Z] 13:16:01 3 0.03 0.00 0.02 0.00 0.47 99.48 [2020-06-04T13:20:03.520Z] 13:17:01 all 0.14 0.00 0.05 0.00 0.57 99.24 [2020-06-04T13:20:03.520Z] 13:17:01 0 0.05 0.00 0.03 0.00 0.32 99.60 [2020-06-04T13:20:03.520Z] 13:17:01 1 0.12 0.00 0.13 0.00 0.45 99.30 [2020-06-04T13:20:03.520Z] 13:17:01 2 0.38 0.00 0.02 0.00 0.98 98.62 [2020-06-04T13:20:03.520Z] 13:17:01 3 0.03 0.00 0.03 0.00 0.52 99.42 [2020-06-04T13:20:03.520Z] 13:18:01 all 0.06 0.00 0.05 0.00 0.62 99.27 [2020-06-04T13:20:03.520Z] 13:18:01 0 0.03 0.00 0.00 0.00 0.28 99.68 [2020-06-04T13:20:03.520Z] 13:18:01 1 0.03 0.00 0.13 0.00 0.76 99.07 [2020-06-04T13:20:03.520Z] 13:18:01 2 0.13 0.00 0.03 0.00 0.93 98.90 [2020-06-04T13:20:03.520Z] 13:18:01 3 0.03 0.00 0.02 0.00 0.53 99.42 [2020-06-04T13:20:03.520Z] 13:19:01 all 0.10 0.00 0.03 0.00 0.19 99.68 [2020-06-04T13:20:03.520Z] 13:19:01 0 0.00 0.00 0.02 0.00 0.17 99.82 [2020-06-04T13:20:03.520Z] 13:19:01 1 0.07 0.00 0.03 0.00 0.28 99.62 [2020-06-04T13:20:03.520Z] 13:19:01 2 0.30 0.00 0.03 0.00 0.12 99.55 [2020-06-04T13:20:03.520Z] 13:19:01 3 0.03 0.00 0.03 0.00 0.18 99.75 [2020-06-04T13:20:03.520Z] 13:20:01 all 3.70 0.00 2.23 1.99 11.32 80.76 [2020-06-04T13:20:03.520Z] 13:20:01 0 4.04 0.00 2.48 0.51 12.00 80.98 [2020-06-04T13:20:03.520Z] 13:20:01 1 2.94 0.00 2.22 3.99 11.34 79.50 [2020-06-04T13:20:03.520Z] 13:20:01 2 4.68 0.00 2.08 2.92 10.62 79.70 [2020-06-04T13:20:03.520Z] 13:20:01 3 3.17 0.00 2.13 0.56 11.28 82.86 [2020-06-04T13:20:03.521Z] Average: all 2.73 0.00 1.13 0.66 5.59 89.90 [2020-06-04T13:20:03.521Z] Average: 0 2.79 0.00 1.30 0.48 5.89 89.54 [2020-06-04T13:20:03.521Z] Average: 1 2.89 0.00 1.15 0.73 5.49 89.74 [2020-06-04T13:20:03.521Z] Average: 2 2.60 0.00 1.02 0.66 5.68 90.04 [2020-06-04T13:20:03.521Z] Average: 3 2.62 0.00 1.03 0.79 5.31 90.26 [2020-06-04T13:20:03.521Z] [2020-06-04T13:20:03.521Z] [2020-06-04T13:20:03.521Z]