iain-anderson commented: recheck 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 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d+30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 (061dc3a54f1576611bc228a312ef75d01bd1ee11) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.9-base, dockerFilePath:scripts/Dockerfile.alpine-3.9, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.9 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.9-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3012 in /w/workspace/edgexfoundry_device-sdk-c_PR-268 [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-268 # timeout=10 Fetching without tags 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/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/268/head:refs/remotes/origin/PR-268 # 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/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 into PR head commit 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d Merge succeeded, producing 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d Checking out Revision 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d (PR-268) > git config core.sparsecheckout # timeout=10 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # 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 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 Commit message: "feat: Serialiaze events for transmission to core-data with configurable queue length" > git rev-list --no-walk 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-15T13:54:08.595Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T13:54:08.751Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T13:54:08.789Z] ========================================================= [2020-06-15T13:54:08.789Z] EdgeX Global Pipelines Version Info [2020-06-15T13:54:08.789Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T13:54:12.658Z] ------------------- [2020-06-15T13:54:12.658Z] stable info: [2020-06-15T13:54:12.658Z] ------------------- [2020-06-15T13:54:12.658Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T13:54:12.658Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T13:54:12.658Z] Message: update stable to v1.0.89 [2020-06-15T13:54:14.507Z] ------------------- [2020-06-15T13:54:14.507Z] experimental info: [2020-06-15T13:54:14.507Z] ------------------- [2020-06-15T13:54:14.507Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T13:54:14.507Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T13:54:14.507Z] 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-15T13:54:16.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T13:54:17.145Z] [2020-06-15T13:54:17.145Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:54:17.485Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T13:54:17.485Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T13:54:17.485Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T13:54:17.485Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T13:54:17.485Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T13:54:17.485Z] 93b08a4f1073: Pulling fs layer [2020-06-15T13:54:17.485Z] 93b08a4f1073: Waiting [2020-06-15T13:54:17.813Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T13:54:17.813Z] b8cc5d1170e3: Download complete [2020-06-15T13:54:17.813Z] 9123ac7c32f7: Download complete [2020-06-15T13:54:18.092Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T13:54:18.092Z] 2924cbbf6a41: Download complete [2020-06-15T13:54:18.093Z] 93b08a4f1073: Verifying Checksum [2020-06-15T13:54:18.093Z] 93b08a4f1073: Download complete [2020-06-15T13:54:18.360Z] 9123ac7c32f7: Pull complete [2020-06-15T13:54:18.360Z] b8cc5d1170e3: Pull complete [2020-06-15T13:54:19.828Z] 2924cbbf6a41: Pull complete [2020-06-15T13:54:20.111Z] 93b08a4f1073: Pull complete [2020-06-15T13:54:20.111Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T13:54:20.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T13:54:20.111Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T13:54:20.354Z] prd-centos7-docker-4c-2g-3012 does not seem to be running inside a container [2020-06-15T13:54:20.549Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-268 -v /w/workspace/edgexfoundry_device-sdk-c_PR-268:/w/workspace/edgexfoundry_device-sdk-c_PR-268:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-268@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:10004/edgex-devops/git-semver:latest cat [2020-06-15T13:54:22.530Z] $ docker top 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T13:54:22.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T13:54:22.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T13:54:23.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T13:54:23.514Z] $ docker exec 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent [2020-06-15T13:54:23.855Z] SSH_AUTH_SOCK=/tmp/ssh-I9BXbicU6H0r/agent.11 [2020-06-15T13:54:23.855Z] SSH_AGENT_PID=16 [2020-06-15T13:54:23.886Z] Running ssh-add (command line suppressed) [2020-06-15T13:54:24.124Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/private_key_6195034720536266665.key (/w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/private_key_6195034720536266665.key) [2020-06-15T13:54:24.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T13:54:24.610Z] + git describe --exact-match --tags HEAD [2020-06-15T13:54:24.610Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T13:54:24.723Z] $ docker exec --env ******** --env ******** 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent -k [2020-06-15T13:54:25.065Z] unset SSH_AUTH_SOCK; [2020-06-15T13:54:25.065Z] unset SSH_AGENT_PID; [2020-06-15T13:54:25.065Z] echo Agent pid 16 killed; [2020-06-15T13:54:25.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T13:54:25.208Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T13:54:25.208Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T13:54:25.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T13:54:25.254Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T13:54:25.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T13:54:25.627Z] $ docker exec 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent [2020-06-15T13:54:25.956Z] SSH_AUTH_SOCK=/tmp/ssh-j0Kk2UzO2X6r/agent.46 [2020-06-15T13:54:25.956Z] SSH_AGENT_PID=52 [2020-06-15T13:54:25.966Z] Running ssh-add (command line suppressed) [2020-06-15T13:54:26.156Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/private_key_763209844652141516.key (/w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/private_key_763209844652141516.key) [2020-06-15T13:54:26.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T13:54:26.588Z] + git semver init [2020-06-15T13:54:26.588Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T13:54:26.588Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-268/.git [2020-06-15T13:54:26.588Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-268 [2020-06-15T13:54:26.588Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T13:54:26.588Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T13:54:26.588Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T13:54:26.588Z] # $SEMVER_BRANCH = PR-268 [2020-06-15T13:54:26.588Z] # $SEMVER_TEMP = /tmp/semver-090674197 [2020-06-15T13:54:26.588Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-15T13:54:27.596Z] # '/tmp/semver-090674197' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-268/.semver' [2020-06-15T13:54:27.596Z] # -> Force: false [2020-06-15T13:54:27.596Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-268/.semver [Pipeline] } [2020-06-15T13:54:27.623Z] $ docker exec --env ******** --env ******** 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent -k [2020-06-15T13:54:27.919Z] unset SSH_AUTH_SOCK; [2020-06-15T13:54:27.919Z] unset SSH_AGENT_PID; [2020-06-15T13:54:27.919Z] echo Agent pid 52 killed; [2020-06-15T13:54:28.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T13:54:28.811Z] + git semver [Pipeline] } [2020-06-15T13:54:28.855Z] $ docker stop --time=1 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a [2020-06-15T13:54:30.466Z] $ docker rm -f 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T13:54:32.043Z] Stashed 48 file(s) [Pipeline] echo [2020-06-15T13:54:32.045Z] [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-15T13:54:47.205Z] Still waiting to schedule task [2020-06-15T13:54:47.205Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3012’ [2020-06-15T13:54:47.207Z] Still waiting to schedule task [2020-06-15T13:54:47.207Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-15T13:56:40.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3013 in /w/workspace/edgexfoundry_device-sdk-c_PR-268 [Pipeline] { [Pipeline] ws [2020-06-15T13:56:40.521Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-06-15T13:56:45.661Z] using credential edgex-jenkins-ssh [2020-06-15T13:56:45.693Z] Cloning the remote Git repository [2020-06-15T13:56:45.693Z] Cloning with configured refspecs honoured and without tags [2020-06-15T13:56:45.721Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:56:45.824Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-06-15T13:56:45.883Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:56:45.884Z] > git --version # timeout=10 [2020-06-15T13:56:45.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:56:45.984Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:56:47.095Z] Fetching without tags [2020-06-15T13:56:47.672Z] Merging remotes/origin/master commit 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 into PR head commit 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:56:47.899Z] Merge succeeded, producing 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:56:47.899Z] Checking out Revision 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d (PR-268) [2020-06-15T13:56:46.967Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-15T13:56:46.986Z] > git config --add remote.origin.fetch +refs/pull/268/head:refs/remotes/origin/PR-268 # timeout=10 [2020-06-15T13:56:47.004Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:56:47.045Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-15T13:56:47.084Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:56:47.084Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:56:47.096Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:56:47.669Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T13:56:47.688Z] > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 [2020-06-15T13:56:47.796Z] > git remote # timeout=10 [2020-06-15T13:56:47.813Z] > git config --get remote.origin.url # timeout=10 [2020-06-15T13:56:47.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:56:47.838Z] > git merge 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 [2020-06-15T13:56:47.860Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-15T13:56:47.880Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T13:56:47.891Z] > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 [2020-06-15T13:56:52.513Z] Commit message: "feat: Serialiaze events for transmission to core-data with configurable queue length" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T13:56:54.353Z] ========================================================= [2020-06-15T13:56:54.353Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-15T13:56:54.353Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:56:55.545Z] + 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-15T13:56:56.551Z] Sending build context to Docker daemon 3.238MB [2020-06-15T13:56:56.551Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-15T13:56:56.551Z] Step 2/21 : FROM ${BASE} as builder [2020-06-15T13:56:56.826Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-15T13:56:56.826Z] 0362ad1dd800: Pulling fs layer [2020-06-15T13:56:56.826Z] f2cdb1532d8b: Pulling fs layer [2020-06-15T13:56:56.826Z] 37ed683be191: Pulling fs layer [2020-06-15T13:56:56.826Z] f2cdb1532d8b: Download complete [2020-06-15T13:56:56.826Z] 0362ad1dd800: Verifying Checksum [2020-06-15T13:56:56.826Z] 0362ad1dd800: Download complete [2020-06-15T13:56:57.431Z] 0362ad1dd800: Pull complete [2020-06-15T13:56:58.037Z] f2cdb1532d8b: Pull complete [2020-06-15T13:56:59.484Z] 37ed683be191: Verifying Checksum [2020-06-15T13:56:59.484Z] 37ed683be191: Download complete [2020-06-15T13:57:07.765Z] 37ed683be191: Pull complete [2020-06-15T13:57:07.765Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-15T13:57:07.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-15T13:57:07.765Z] ---> b23d30803547 [2020-06-15T13:57:07.765Z] 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-15T13:57:10.439Z] ---> Running in bb4e23e9bdfb [2020-06-15T13:57:11.872Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-15T13:57:12.465Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-15T13:57:13.060Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-15T13:57:13.060Z] (2/8) Installing libuuid (2.33-r0) [2020-06-15T13:57:13.333Z] (3/8) Installing libblkid (2.33-r0) [2020-06-15T13:57:13.333Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-15T13:57:13.333Z] (5/8) Installing libmount (2.33-r0) [2020-06-15T13:57:13.605Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-15T13:57:13.605Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-15T13:57:13.879Z] (8/8) Installing wget (1.20.3-r0) [2020-06-15T13:57:14.153Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:57:14.153Z] OK: 285 MiB in 83 packages [2020-06-15T13:57:15.581Z] Removing intermediate container bb4e23e9bdfb [2020-06-15T13:57:15.581Z] ---> 65281f082db3 [2020-06-15T13:57:15.581Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-15T13:57:15.581Z] ---> Running in 72550d3d4988 [2020-06-15T13:57:16.179Z] Removing intermediate container 72550d3d4988 [2020-06-15T13:57:16.179Z] ---> 23f6fc32b7af [2020-06-15T13:57:16.179Z] 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-15T13:57:16.179Z] ---> Running in 6da14b83cc42 [2020-06-15T13:57:17.615Z] --2020-06-15 13:57:17-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-15T13:57:17.615Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:57:17.615Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:57:18.206Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:57:18.206Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-15T13:57:18.206Z] --2020-06-15 13:57:18-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-15T13:57:18.485Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:57:18.485Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:57:18.485Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:57:18.485Z] Length: unspecified [application/x-gzip] [2020-06-15T13:57:18.485Z] Saving to: 'STDOUT' [2020-06-15T13:57:18.485Z]  [2020-06-15T13:57:18.485Z] 0K .......... .......... .......... .......... .......... 1.56M [2020-06-15T13:57:18.485Z] 50K .......... .......... .......... .......... .......... 2.87M [2020-06-15T13:57:18.485Z] 100K .......... .......... .......... .......... .......... 14.3M [2020-06-15T13:57:18.485Z] 150K .......... .......... .......... .......... .......... 3.72M [2020-06-15T13:57:18.485Z] 200K .......... .......... .......... .......... .......... 11.1M [2020-06-15T13:57:18.485Z] 250K .......... .......... .......... .......... .......... 3.32M [2020-06-15T13:57:18.485Z] 300K .......... .......... .......... .......... .......... 4.78M [2020-06-15T13:57:18.762Z] 350K .......... .......... .......... .......... .......... 3.94M [2020-06-15T13:57:18.762Z] 400K .......... .......... .......... .......... .......... 3.89M [2020-06-15T13:57:18.762Z] 450K .......... .......... .......... .......... .......... 4.04M [2020-06-15T13:57:18.762Z] 500K .......... .......... .......... .......... .......... 7.39M [2020-06-15T13:57:18.762Z] 550K .......... .......... .......... .......... .......... 2.82M [2020-06-15T13:57:18.762Z] 600K .......... .......... .......... .......... .......... 928K [2020-06-15T13:57:18.762Z] 650K .......... .......... .......... .......... .......... 1.85M [2020-06-15T13:57:18.762Z] 700K ..        2.66M=0.2s [2020-06-15T13:57:18.762Z] [2020-06-15T13:57:18.762Z] 2020-06-15 13:57:18 (2.90 MB/s) - written to stdout [719348] [2020-06-15T13:57:18.762Z] [2020-06-15T13:57:19.035Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:57:19.307Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-15T13:57:19.307Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:57:19.579Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:57:19.579Z] -- Detecting C compiler ABI info [2020-06-15T13:57:19.852Z] -- Detecting C compiler ABI info - done [2020-06-15T13:57:19.852Z] -- Detecting C compile features [2020-06-15T13:57:20.446Z] -- Detecting C compile features - done [2020-06-15T13:57:20.446Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-15T13:57:20.718Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-15T13:57:20.718Z] -- Detecting CXX compiler ABI info [2020-06-15T13:57:20.996Z] -- Detecting CXX compiler ABI info - done [2020-06-15T13:57:20.996Z] -- Detecting CXX compile features [2020-06-15T13:57:22.987Z] -- Detecting CXX compile features - done [2020-06-15T13:57:22.987Z] -- Looking for include file endian.h [2020-06-15T13:57:22.987Z] -- Looking for include file endian.h - found [2020-06-15T13:57:22.987Z] -- Check if the system is big endian [2020-06-15T13:57:22.987Z] -- Searching 16 bit integer [2020-06-15T13:57:22.987Z] -- Looking for sys/types.h [2020-06-15T13:57:23.259Z] -- Looking for sys/types.h - found [2020-06-15T13:57:23.259Z] -- Looking for stdint.h [2020-06-15T13:57:23.531Z] -- Looking for stdint.h - found [2020-06-15T13:57:23.531Z] -- Looking for stddef.h [2020-06-15T13:57:23.531Z] -- Looking for stddef.h - found [2020-06-15T13:57:23.531Z] -- Check size of unsigned short [2020-06-15T13:57:23.803Z] -- Check size of unsigned short - done [2020-06-15T13:57:23.803Z] -- Using unsigned short [2020-06-15T13:57:24.074Z] -- Check if the system is big endian - little endian [2020-06-15T13:57:24.347Z] -- Check size of size_t [2020-06-15T13:57:24.347Z] -- Check size of size_t - done [2020-06-15T13:57:24.619Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-15T13:57:24.619Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-15T13:57:24.619Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-15T13:57:24.619Z] CMake did not find one. [2020-06-15T13:57:24.619Z] [2020-06-15T13:57:24.619Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-15T13:57:24.619Z] the following names: [2020-06-15T13:57:24.619Z] [2020-06-15T13:57:24.619Z] cJSONConfig.cmake [2020-06-15T13:57:24.620Z] cjson-config.cmake [2020-06-15T13:57:24.620Z] [2020-06-15T13:57:24.620Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-15T13:57:24.620Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-15T13:57:24.620Z] provides a separate development package or SDK, be sure it has been [2020-06-15T13:57:24.620Z] installed. [2020-06-15T13:57:24.620Z] [2020-06-15T13:57:24.620Z] [2020-06-15T13:57:24.620Z] -- Configuring done [2020-06-15T13:57:24.620Z] -- Generating done [2020-06-15T13:57:24.620Z] -- Build files have been written to: /tmp/cbor [2020-06-15T13:57:24.892Z] Scanning dependencies of target cbor_shared [2020-06-15T13:57:24.892Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-15T13:57:25.536Z] Running on prd-centos7-docker-4c-2g-3014 in /w/workspace/edgexfoundry_device-sdk-c_PR-268 [Pipeline] { [Pipeline] ws [2020-06-15T13:57:25.560Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-06-15T13:57:25.863Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-15T13:57:26.137Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-15T13:57:26.409Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-15T13:57:27.005Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-15T13:57:27.276Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-15T13:57:27.550Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-15T13:57:27.550Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-15T13:57:27.823Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-15T13:57:28.094Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-15T13:57:28.686Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-15T13:57:28.869Z] using credential edgex-jenkins-ssh [2020-06-15T13:57:28.897Z] Cloning the remote Git repository [2020-06-15T13:57:28.897Z] Cloning with configured refspecs honoured and without tags [2020-06-15T13:57:28.959Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-15T13:57:28.886Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:57:28.957Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-06-15T13:57:29.009Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:57:29.009Z] > git --version # timeout=10 [2020-06-15T13:57:29.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:57:29.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:57:29.554Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-15T13:57:29.827Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-15T13:57:30.100Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-15T13:57:30.100Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-15T13:57:30.103Z] Fetching without tags [2020-06-15T13:57:30.377Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-15T13:57:30.059Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-15T13:57:30.073Z] > git config --add remote.origin.fetch +refs/pull/268/head:refs/remotes/origin/PR-268 # timeout=10 [2020-06-15T13:57:30.082Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:57:30.094Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-15T13:57:30.123Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-15T13:57:30.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:57:30.153Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/268/head:refs/remotes/origin/PR-268 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T13:57:30.499Z] Merging remotes/origin/master commit 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 into PR head commit 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:57:30.609Z] Merge succeeded, producing 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:57:30.609Z] Checking out Revision 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d (PR-268) [2020-06-15T13:57:30.650Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-15T13:57:30.921Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-15T13:57:31.193Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-15T13:57:31.465Z] [ 40%] Linking C shared library libcbor.so [2020-06-15T13:57:31.465Z] [ 40%] Built target cbor_shared [2020-06-15T13:57:31.465Z] Scanning dependencies of target cbor [2020-06-15T13:57:30.523Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T13:57:30.529Z] > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 [2020-06-15T13:57:30.573Z] > git remote # timeout=10 [2020-06-15T13:57:30.578Z] > git config --get remote.origin.url # timeout=10 [2020-06-15T13:57:30.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T13:57:30.589Z] > git merge 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 [2020-06-15T13:57:30.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-15T13:57:30.629Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T13:57:30.643Z] > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 [2020-06-15T13:57:31.736Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-15T13:57:32.328Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-15T13:57:32.920Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-15T13:57:33.191Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-15T13:57:34.162Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-15T13:57:34.281Z] Commit message: "feat: Serialiaze events for transmission to core-data with configurable queue length" [2020-06-15T13:57:34.433Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-06-15T13:57:34.707Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-15T13:57:34.979Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [Pipeline] echo [2020-06-15T13:57:34.988Z] ========================================================= [2020-06-15T13:57:34.988Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-15T13:57:34.988Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:57:35.250Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-15T13:57:35.523Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-15T13:57:35.631Z] + 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-15T13:57:36.113Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-15T13:57:36.214Z] Sending build context to Docker daemon 3.238MB [2020-06-15T13:57:36.214Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-15T13:57:36.214Z] Step 2/21 : FROM ${BASE} as builder [2020-06-15T13:57:36.214Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-15T13:57:36.214Z] e7c96db7181b: Pulling fs layer [2020-06-15T13:57:36.214Z] 4c13bbce0fe7: Pulling fs layer [2020-06-15T13:57:36.214Z] 6059c847ac2f: Pulling fs layer [2020-06-15T13:57:36.214Z] 4c13bbce0fe7: Verifying Checksum [2020-06-15T13:57:36.214Z] 4c13bbce0fe7: Download complete [2020-06-15T13:57:36.214Z] e7c96db7181b: Verifying Checksum [2020-06-15T13:57:36.214Z] e7c96db7181b: Download complete [2020-06-15T13:57:36.384Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-15T13:57:36.482Z] e7c96db7181b: Pull complete [2020-06-15T13:57:36.757Z] 4c13bbce0fe7: Pull complete [2020-06-15T13:57:36.977Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-15T13:57:37.249Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-15T13:57:37.331Z] 6059c847ac2f: Verifying Checksum [2020-06-15T13:57:37.331Z] 6059c847ac2f: Download complete [2020-06-15T13:57:37.520Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-15T13:57:37.793Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-15T13:57:38.068Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-15T13:57:38.341Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-15T13:57:38.341Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-15T13:57:38.933Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-15T13:57:38.933Z] [ 80%] Linking C static library libcbor.a [2020-06-15T13:57:38.933Z] [ 80%] Built target cbor [2020-06-15T13:57:38.933Z] Scanning dependencies of target create_items [2020-06-15T13:57:39.209Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-15T13:57:39.209Z] [ 84%] Linking C executable create_items [2020-06-15T13:57:39.481Z] [ 84%] Built target create_items [2020-06-15T13:57:39.481Z] Scanning dependencies of target readfile [2020-06-15T13:57:39.481Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-15T13:57:39.756Z] [ 88%] Linking C executable readfile [2020-06-15T13:57:39.756Z] [ 88%] Built target readfile [2020-06-15T13:57:39.756Z] Scanning dependencies of target streaming_parser [2020-06-15T13:57:39.756Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-15T13:57:40.029Z] [ 92%] Linking C executable streaming_parser [2020-06-15T13:57:40.029Z] [ 92%] Built target streaming_parser [2020-06-15T13:57:40.029Z] Scanning dependencies of target sort [2020-06-15T13:57:40.029Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-15T13:57:40.302Z] [ 96%] Linking C executable sort [2020-06-15T13:57:40.303Z] [ 96%] Built target sort [2020-06-15T13:57:40.303Z] Scanning dependencies of target hello [2020-06-15T13:57:40.575Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-15T13:57:40.575Z] [100%] Linking C executable hello [2020-06-15T13:57:40.575Z] [100%] Built target hello [2020-06-15T13:57:40.852Z] Install the project... [2020-06-15T13:57:40.852Z] -- Install configuration: "Release" [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-15T13:57:40.852Z] -- Up-to-date: /usr/local/include/cbor [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/include/cbor.h [2020-06-15T13:57:40.852Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-15T13:57:42.647Z] 6059c847ac2f: Pull complete [2020-06-15T13:57:42.647Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-15T13:57:42.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-15T13:57:42.647Z] ---> 5eabd8fd8ba2 [2020-06-15T13:57:42.647Z] 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-15T13:57:42.827Z] Removing intermediate container 6da14b83cc42 [2020-06-15T13:57:42.827Z] ---> ff412d8984d5 [2020-06-15T13:57:42.827Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-15T13:57:42.827Z] ---> Running in 463ce3f83c0a [2020-06-15T13:57:43.590Z] ---> Running in 526688d029e1 [2020-06-15T13:57:44.162Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-15T13:57:44.734Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-15T13:57:44.995Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-15T13:57:45.256Z] (2/8) Installing libuuid (2.33-r0) [2020-06-15T13:57:45.256Z] (3/8) Installing libblkid (2.33-r0) [2020-06-15T13:57:45.256Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-15T13:57:45.444Z] Removing intermediate container 463ce3f83c0a [2020-06-15T13:57:45.444Z] ---> c87b21fc0289 [2020-06-15T13:57:45.444Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-15T13:57:45.517Z] (5/8) Installing libmount (2.33-r0) [2020-06-15T13:57:45.517Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-15T13:57:45.517Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-15T13:57:46.047Z] ---> 7a660abf5818 [2020-06-15T13:57:46.047Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-15T13:57:46.088Z] (8/8) Installing wget (1.20.3-r0) [2020-06-15T13:57:46.088Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:57:46.088Z] OK: 272 MiB in 83 packages [2020-06-15T13:57:46.665Z] Removing intermediate container 526688d029e1 [2020-06-15T13:57:46.665Z] ---> ee0f04489186 [2020-06-15T13:57:46.665Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-15T13:57:46.665Z] ---> Running in 76368851a57f [2020-06-15T13:57:46.665Z] Removing intermediate container 76368851a57f [2020-06-15T13:57:46.665Z] ---> 684378bfed2b [2020-06-15T13:57:46.665Z] 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-15T13:57:46.926Z] ---> Running in 7a3ca690e0b6 [2020-06-15T13:57:47.029Z] ---> 6a39f1cc466f [2020-06-15T13:57:47.029Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-15T13:57:47.497Z] --2020-06-15 13:57:47-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-15T13:57:47.497Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:57:47.497Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:57:47.625Z] ---> c1a0eb90b02d [2020-06-15T13:57:47.625Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-15T13:57:47.758Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:57:47.758Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-15T13:57:47.758Z] --2020-06-15 13:57:47-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-15T13:57:47.758Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:57:47.758Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:57:47.758Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:57:47.758Z] Length: unspecified [application/x-gzip] [2020-06-15T13:57:47.758Z] Saving to: 'STDOUT' [2020-06-15T13:57:47.758Z] [2020-06-15T13:57:47.758Z] 0K .......... .......... .......... .......... .......... 1.50M [2020-06-15T13:57:47.758Z] 50K .......... .......... .......... .......... .......... 3.05M [2020-06-15T13:57:47.758Z] 100K .......... .......... .......... .......... .......... 23.3M [2020-06-15T13:57:47.758Z] 150K .......... .......... .......... .......... .......... 35.4M [2020-06-15T13:57:48.024Z] 200K .......... .......... .......... .......... .......... 2.91M [2020-06-15T13:57:48.024Z] 250K .......... .......... .......... .......... .......... 8.40M [2020-06-15T13:57:48.024Z] 300K .......... .......... .......... .......... .......... 6.05M [2020-06-15T13:57:48.024Z] 350K .......... .......... .......... .......... .......... 7.23M [2020-06-15T13:57:48.024Z] 400K .......... .......... .......... .......... .......... 6.42M [2020-06-15T13:57:48.024Z] 450K .......... .......... .......... .......... .......... 3.77M [2020-06-15T13:57:48.024Z] 500K .......... .......... .......... .......... .......... 53.4M [2020-06-15T13:57:48.024Z] 550K .......... .......... .......... .......... .......... 8.13M [2020-06-15T13:57:48.024Z] 600K .......... .......... .......... .......... .......... 1.70M [2020-06-15T13:57:48.024Z] 650K .......... .......... .......... .......... .......... 4.27M [2020-06-15T13:57:48.024Z] 700K .. 46.6M=0.2s [2020-06-15T13:57:48.024Z] [2020-06-15T13:57:48.024Z] 2020-06-15 13:57:47 (4.36 MB/s) - written to stdout [719348] [2020-06-15T13:57:48.024Z] [2020-06-15T13:57:48.024Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:57:48.285Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-15T13:57:48.285Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:57:48.285Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:57:48.285Z] -- Detecting C compiler ABI info [2020-06-15T13:57:48.285Z] -- Detecting C compiler ABI info - done [2020-06-15T13:57:48.285Z] -- Detecting C compile features [2020-06-15T13:57:48.546Z] -- Detecting C compile features - done [2020-06-15T13:57:48.546Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-15T13:57:48.610Z] ---> c0e0db9edb98 [2020-06-15T13:57:48.610Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-15T13:57:48.807Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-15T13:57:48.807Z] -- Detecting CXX compiler ABI info [2020-06-15T13:57:48.807Z] -- Detecting CXX compiler ABI info - done [2020-06-15T13:57:48.807Z] -- Detecting CXX compile features [2020-06-15T13:57:49.206Z] ---> fdfdfd5eb76a [2020-06-15T13:57:49.206Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-15T13:57:49.380Z] -- Detecting CXX compile features - done [2020-06-15T13:57:49.380Z] -- Looking for include file endian.h [2020-06-15T13:57:49.380Z] -- Looking for include file endian.h - found [2020-06-15T13:57:49.380Z] -- Check if the system is big endian [2020-06-15T13:57:49.380Z] -- Searching 16 bit integer [2020-06-15T13:57:49.380Z] -- Looking for sys/types.h [2020-06-15T13:57:49.644Z] -- Looking for sys/types.h - found [2020-06-15T13:57:49.644Z] -- Looking for stdint.h [2020-06-15T13:57:49.644Z] -- Looking for stdint.h - found [2020-06-15T13:57:49.644Z] -- Looking for stddef.h [2020-06-15T13:57:49.644Z] -- Looking for stddef.h - found [2020-06-15T13:57:49.644Z] -- Check size of unsigned short [2020-06-15T13:57:49.644Z] -- Check size of unsigned short - done [2020-06-15T13:57:49.644Z] -- Using unsigned short [2020-06-15T13:57:49.797Z] ---> 61b349086c7b [2020-06-15T13:57:49.797Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-15T13:57:49.905Z] -- Check if the system is big endian - little endian [2020-06-15T13:57:49.905Z] -- Check size of size_t [2020-06-15T13:57:49.905Z] -- Check size of size_t - done [2020-06-15T13:57:49.905Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-15T13:57:49.905Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-15T13:57:49.905Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-15T13:57:49.905Z] CMake did not find one. [2020-06-15T13:57:49.905Z] [2020-06-15T13:57:49.905Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-15T13:57:49.905Z] the following names: [2020-06-15T13:57:49.905Z] [2020-06-15T13:57:49.905Z] cJSONConfig.cmake [2020-06-15T13:57:49.905Z] cjson-config.cmake [2020-06-15T13:57:49.905Z] [2020-06-15T13:57:49.905Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-15T13:57:49.905Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-15T13:57:49.906Z] provides a separate development package or SDK, be sure it has been [2020-06-15T13:57:49.906Z] installed. [2020-06-15T13:57:49.906Z] [2020-06-15T13:57:49.906Z] [2020-06-15T13:57:49.906Z] -- Configuring done [2020-06-15T13:57:49.906Z] -- Generating done [2020-06-15T13:57:50.071Z] ---> Running in 6f830f6f2f1f [2020-06-15T13:57:50.167Z] -- Build files have been written to: /tmp/cbor [2020-06-15T13:57:50.167Z] Scanning dependencies of target cbor_shared [2020-06-15T13:57:50.167Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-15T13:57:50.167Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-15T13:57:50.428Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-15T13:57:50.428Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-15T13:57:50.689Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-15T13:57:50.689Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-15T13:57:50.689Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-15T13:57:50.951Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-15T13:57:50.951Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-15T13:57:50.951Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-15T13:57:51.212Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-15T13:57:51.212Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-15T13:57:51.473Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-15T13:57:51.473Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-15T13:57:51.473Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-15T13:57:51.473Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-15T13:57:51.504Z] + CPPCHECK=false [2020-06-15T13:57:51.504Z] + DOCGEN=false [2020-06-15T13:57:51.504Z] + TOMLVER=SDK-0.2 [2020-06-15T13:57:51.504Z] + CUTILVER=1.0.4 [2020-06-15T13:57:51.504Z] + '[' 0 -gt 0 ] [2020-06-15T13:57:51.504Z] + readlink -f ./scripts/build.sh [2020-06-15T13:57:51.504Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-15T13:57:51.504Z] + dirname /tmp/sdk/scripts [2020-06-15T13:57:51.504Z] + ROOT=/tmp/sdk [2020-06-15T13:57:51.504Z] + cd /tmp/sdk [2020-06-15T13:57:51.504Z] + '[' '!' -d deps ] [2020-06-15T13:57:51.504Z] + mkdir deps [2020-06-15T13:57:51.504Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-15T13:57:51.504Z] + tar -C deps -z -x -f - [2020-06-15T13:57:51.504Z] --2020-06-15 13:57:51-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-15T13:57:51.504Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:57:51.504Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:57:51.504Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:57:51.504Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-15T13:57:51.504Z] --2020-06-15 13:57:51-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-15T13:57:51.504Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:57:51.504Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:57:51.735Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-15T13:57:51.735Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-15T13:57:51.735Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-15T13:57:51.775Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:57:51.775Z] Length: unspecified [application/x-gzip] [2020-06-15T13:57:51.775Z] Saving to: 'STDOUT' [2020-06-15T13:57:51.775Z]  [2020-06-15T13:57:51.775Z] 0K .......... ......    1.06M=0.01s [2020-06-15T13:57:51.775Z] [2020-06-15T13:57:51.775Z] 2020-06-15 13:57:51 (1.06 MB/s) - written to stdout [16451] [2020-06-15T13:57:51.775Z] [2020-06-15T13:57:51.775Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-15T13:57:51.775Z] + wget -O -+ https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-15T13:57:51.775Z] tar -C deps -z -x -f - [2020-06-15T13:57:51.775Z] --2020-06-15 13:57:51-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-15T13:57:51.775Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:57:51.775Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:57:51.996Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-15T13:57:51.996Z] [ 40%] Linking C shared library libcbor.so [2020-06-15T13:57:51.996Z] [ 40%] Built target cbor_shared [2020-06-15T13:57:51.996Z] Scanning dependencies of target cbor [2020-06-15T13:57:51.996Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-15T13:57:52.050Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:57:52.050Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-15T13:57:52.050Z] --2020-06-15 13:57:51-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-15T13:57:52.050Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:57:52.050Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:57:52.050Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:57:52.050Z] Length: unspecified [application/x-gzip] [2020-06-15T13:57:52.050Z] Saving to: 'STDOUT' [2020-06-15T13:57:52.050Z]  [2020-06-15T13:57:52.050Z] 0K .......... .......... .......... .......... .......... 1.54M [2020-06-15T13:57:52.258Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-15T13:57:52.258Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-15T13:57:52.322Z] 50K .......... .......... .......... .......... .......... 2.40M [2020-06-15T13:57:52.322Z] 100K .......... .......... .......... .......... .......... 4.22M [2020-06-15T13:57:52.322Z] 150K ........ 6.52M=0.06s [2020-06-15T13:57:52.322Z] [2020-06-15T13:57:52.322Z] 2020-06-15 13:57:52 (2.38 MB/s) - written to stdout [162267] [2020-06-15T13:57:52.322Z] [2020-06-15T13:57:52.322Z] + mkdir -p src/c/iot [2020-06-15T13:57:52.322Z] + 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-15T13:57:52.322Z] + mkdir -p include/iot [2020-06-15T13:57:52.322Z] + 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-15T13:57:52.322Z] + mkdir -p include/iot/os [2020-06-15T13:57:52.322Z] + 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-15T13:57:52.322Z] + mkdir -p /tmp/sdk/build/release [2020-06-15T13:57:52.322Z] + cd /tmp/sdk/build/release [2020-06-15T13:57:52.322Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-15T13:57:52.520Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-15T13:57:52.595Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:57:52.595Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:57:52.782Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-15T13:57:52.783Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-15T13:57:52.783Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-15T13:57:52.783Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-15T13:57:52.870Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:57:52.870Z] -- Detecting C compiler ABI info [2020-06-15T13:57:53.045Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-15T13:57:53.045Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-15T13:57:53.144Z] -- Detecting C compiler ABI info - done [2020-06-15T13:57:53.144Z] -- Detecting C compile features [2020-06-15T13:57:53.307Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-15T13:57:53.307Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-15T13:57:53.568Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-15T13:57:53.568Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-15T13:57:53.568Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-15T13:57:53.741Z] -- Detecting C compile features - done [2020-06-15T13:57:53.741Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-15T13:57:53.741Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-15T13:57:53.834Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-15T13:57:53.834Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-15T13:57:53.834Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-15T13:57:53.834Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-15T13:57:54.015Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-15T13:57:54.015Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-15T13:57:54.015Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-15T13:57:54.015Z] -- C SDK 0.0.0 for Linux [2020-06-15T13:57:54.015Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-15T13:57:54.015Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-15T13:57:54.095Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-15T13:57:54.095Z] [ 80%] Linking C static library libcbor.a [2020-06-15T13:57:54.095Z] [ 80%] Built target cbor [2020-06-15T13:57:54.095Z] Scanning dependencies of target create_items [2020-06-15T13:57:54.095Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-15T13:57:54.095Z] [ 84%] Linking C executable create_items [2020-06-15T13:57:54.288Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-15T13:57:54.288Z] -- Configuring done [2020-06-15T13:57:54.355Z] [ 84%] Built target create_items [2020-06-15T13:57:54.355Z] Scanning dependencies of target readfile [2020-06-15T13:57:54.355Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-15T13:57:54.355Z] [ 88%] Linking C executable readfile [2020-06-15T13:57:54.355Z] [ 88%] Built target readfile [2020-06-15T13:57:54.355Z] Scanning dependencies of target streaming_parser [2020-06-15T13:57:54.355Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-15T13:57:54.355Z] [ 92%] Linking C executable streaming_parser [2020-06-15T13:57:54.355Z] [ 92%] Built target streaming_parser [2020-06-15T13:57:54.560Z] -- Generating done [2020-06-15T13:57:54.560Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-15T13:57:54.560Z] + + teemake [2020-06-15T13:57:54.560Z] release.log [2020-06-15T13:57:54.560Z] Scanning dependencies of target csdk [2020-06-15T13:57:54.616Z] Scanning dependencies of target sort [2020-06-15T13:57:54.616Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-15T13:57:54.616Z] [ 96%] Linking C executable sort [2020-06-15T13:57:54.616Z] [ 96%] Built target sort [2020-06-15T13:57:54.616Z] Scanning dependencies of target hello [2020-06-15T13:57:54.616Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-15T13:57:54.616Z] [100%] Linking C executable hello [2020-06-15T13:57:54.616Z] [100%] Built target hello [2020-06-15T13:57:54.616Z] Install the project... [2020-06-15T13:57:54.616Z] -- Install configuration: "Release" [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-15T13:57:54.616Z] -- Up-to-date: /usr/local/include/cbor [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/include/cbor.h [2020-06-15T13:57:54.616Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-15T13:57:54.835Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-15T13:57:55.428Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-15T13:57:55.699Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-15T13:57:57.168Z] Removing intermediate container 7a3ca690e0b6 [2020-06-15T13:57:57.168Z] ---> c6626f6efdf1 [2020-06-15T13:57:57.168Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-15T13:57:57.168Z] ---> Running in ab762ef996f5 [2020-06-15T13:57:57.659Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-15T13:57:57.932Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-15T13:57:58.124Z] Removing intermediate container ab762ef996f5 [2020-06-15T13:57:58.124Z] ---> cfe2fc4f71a5 [2020-06-15T13:57:58.124Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-15T13:57:58.124Z] ---> 48c899f3cdfb [2020-06-15T13:57:58.124Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-15T13:57:58.205Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-15T13:57:59.068Z] ---> 1a71958d2443 [2020-06-15T13:57:59.068Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-15T13:57:59.177Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-15T13:57:59.328Z] ---> ca6f90b3bb99 [2020-06-15T13:57:59.328Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-15T13:57:59.328Z] ---> 1f7480755a32 [2020-06-15T13:57:59.328Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-15T13:57:59.590Z] ---> ef94d9d42f8c [2020-06-15T13:57:59.590Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-15T13:57:59.851Z] ---> 06d8c7650000 [2020-06-15T13:57:59.851Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-15T13:58:00.124Z] ---> Running in 56cd9173c0a3 [2020-06-15T13:58:00.384Z] + CPPCHECK=false [2020-06-15T13:58:00.384Z] + DOCGEN=false [2020-06-15T13:58:00.384Z] + TOMLVER=SDK-0.2 [2020-06-15T13:58:00.384Z] + CUTILVER=1.0.4 [2020-06-15T13:58:00.384Z] + '[' 0 -gt 0 ] [2020-06-15T13:58:00.384Z] + readlink -f ./scripts/build.sh [2020-06-15T13:58:00.384Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-15T13:58:00.384Z] + dirname /tmp/sdk/scripts [2020-06-15T13:58:00.384Z] + ROOT=/tmp/sdk [2020-06-15T13:58:00.384Z] + cd /tmp/sdk [2020-06-15T13:58:00.384Z] + '[' '!' -d deps ] [2020-06-15T13:58:00.384Z] + mkdir deps [2020-06-15T13:58:00.384Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-15T13:58:00.384Z] + tar -C deps -z -x -f - [2020-06-15T13:58:00.384Z] --2020-06-15 13:58:00-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-15T13:58:00.384Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:58:00.384Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:58:00.384Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:58:00.384Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-15T13:58:00.384Z] --2020-06-15 13:58:00-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-15T13:58:00.384Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:58:00.385Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:58:00.645Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:58:00.645Z] Length: unspecified [application/x-gzip] [2020-06-15T13:58:00.645Z] Saving to: 'STDOUT' [2020-06-15T13:58:00.645Z] [2020-06-15T13:58:00.645Z] 0K .......... ...... 1.04M=0.02s [2020-06-15T13:58:00.645Z] [2020-06-15T13:58:00.645Z] 2020-06-15 13:58:00 (1.04 MB/s) - written to stdout [16451] [2020-06-15T13:58:00.645Z] [2020-06-15T13:58:00.645Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-15T13:58:00.645Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-15T13:58:00.645Z] + tar -C deps -z -x -f - [2020-06-15T13:58:00.645Z] --2020-06-15 13:58:00-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-15T13:58:00.645Z] Resolving github.com... 140.82.113.4 [2020-06-15T13:58:00.645Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-15T13:58:00.645Z] HTTP request sent, awaiting response... 302 Found [2020-06-15T13:58:00.645Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-15T13:58:00.645Z] --2020-06-15 13:58:00-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-15T13:58:00.645Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-15T13:58:00.645Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-15T13:58:00.906Z] HTTP request sent, awaiting response... 200 OK [2020-06-15T13:58:00.906Z] Length: unspecified [application/x-gzip] [2020-06-15T13:58:00.906Z] Saving to: 'STDOUT' [2020-06-15T13:58:00.906Z] [2020-06-15T13:58:00.906Z] 0K .......... .......... .......... .......... .......... 1.34M [2020-06-15T13:58:00.906Z] 50K .......... .......... .......... .......... .......... 4.52M [2020-06-15T13:58:00.906Z] 100K .......... .......... .......... .......... .......... 5.83M [2020-06-15T13:58:00.906Z] 150K ........ 36.6M=0.06s [2020-06-15T13:58:00.906Z] [2020-06-15T13:58:00.906Z] 2020-06-15 13:58:00 (2.77 MB/s) - written to stdout [162267] [2020-06-15T13:58:00.906Z] [2020-06-15T13:58:00.906Z] + mkdir -p src/c/iot [2020-06-15T13:58:00.906Z] + 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-15T13:58:00.906Z] + mkdir -p include/iot [2020-06-15T13:58:00.906Z] + 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-15T13:58:00.906Z] + mkdir -p include/iot/os [2020-06-15T13:58:00.906Z] + 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-15T13:58:00.906Z] + mkdir -p /tmp/sdk/build/release [2020-06-15T13:58:00.906Z] + cd /tmp/sdk/build/release [2020-06-15T13:58:00.906Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-15T13:58:00.906Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:58:00.906Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:58:01.142Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-15T13:58:01.142Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-15T13:58:01.166Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:58:01.166Z] -- Detecting C compiler ABI info [2020-06-15T13:58:01.166Z] -- Detecting C compiler ABI info - done [2020-06-15T13:58:01.166Z] -- Detecting C compile features [2020-06-15T13:58:01.428Z] -- Detecting C compile features - done [2020-06-15T13:58:01.428Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-15T13:58:01.428Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-15T13:58:01.428Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-15T13:58:01.428Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-15T13:58:01.428Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-15T13:58:01.428Z] -- C SDK 0.0.0 for Linux [2020-06-15T13:58:01.428Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-15T13:58:01.692Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-15T13:58:01.692Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-15T13:58:01.692Z] -- Configuring done [2020-06-15T13:58:01.692Z] -- Generating done [2020-06-15T13:58:01.692Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-15T13:58:01.692Z] + make [2020-06-15T13:58:01.692Z] + tee release.log [2020-06-15T13:58:01.692Z] Scanning dependencies of target csdk [2020-06-15T13:58:01.692Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-15T13:58:01.746Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-15T13:58:01.961Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-15T13:58:01.961Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-15T13:58:02.342Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-15T13:58:02.541Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-15T13:58:02.613Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-15T13:58:02.803Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-15T13:58:02.803Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-15T13:58:02.884Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-15T13:58:03.065Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-15T13:58:03.155Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-15T13:58:03.639Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-15T13:58:03.639Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-15T13:58:03.906Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-15T13:58:03.906Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-15T13:58:04.167Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-15T13:58:04.167Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-15T13:58:04.167Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-15T13:58:05.110Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-15T13:58:05.110Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-15T13:58:05.110Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-15T13:58:05.371Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-15T13:58:05.945Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-15T13:58:05.945Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-15T13:58:06.205Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-15T13:58:06.205Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-15T13:58:06.467Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-15T13:58:06.467Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-15T13:58:06.527Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-15T13:58:06.527Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-15T13:58:06.727Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-15T13:58:06.728Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-15T13:58:06.798Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-15T13:58:06.989Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-15T13:58:06.989Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-15T13:58:06.989Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-15T13:58:07.251Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-15T13:58:07.390Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-15T13:58:07.513Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-15T13:58:08.456Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-15T13:58:08.717Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-15T13:58:08.717Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-15T13:58:08.978Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-15T13:58:09.239Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:09.811Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-15T13:58:09.999Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-15T13:58:09.999Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-15T13:58:09.999Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-15T13:58:10.592Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-15T13:58:10.760Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-15T13:58:10.760Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-15T13:58:11.186Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-15T13:58:11.186Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-15T13:58:11.332Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-15T13:58:11.332Z] [ 74%] Linking C shared library libcsdk.so [2020-06-15T13:58:11.332Z] [ 74%] Built target csdk [2020-06-15T13:58:11.332Z] Scanning dependencies of target template [2020-06-15T13:58:11.332Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-15T13:58:11.600Z] [ 78%] Linking C executable template [2020-06-15T13:58:11.600Z] [ 78%] Built target template [2020-06-15T13:58:11.600Z] Scanning dependencies of target device-counter [2020-06-15T13:58:11.600Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-15T13:58:11.862Z] [ 81%] Linking C executable device-counter [2020-06-15T13:58:11.862Z] [ 81%] Built target device-counter [2020-06-15T13:58:11.862Z] Scanning dependencies of target device-random [2020-06-15T13:58:11.862Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-15T13:58:11.862Z] [ 85%] Linking C executable device-random [2020-06-15T13:58:12.129Z] [ 85%] Built target device-random [2020-06-15T13:58:12.129Z] Scanning dependencies of target device-gyro [2020-06-15T13:58:12.129Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-15T13:58:12.129Z] [ 89%] Linking C executable device-gyro [2020-06-15T13:58:12.129Z] [ 89%] Built target device-gyro [2020-06-15T13:58:12.162Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-15T13:58:12.162Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-15T13:58:12.390Z] Scanning dependencies of target template-discovery [2020-06-15T13:58:12.390Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-15T13:58:12.390Z] [ 92%] Linking C executable template-discovery [2020-06-15T13:58:12.390Z] [ 92%] Built target template-discovery [2020-06-15T13:58:12.652Z] Scanning dependencies of target device-terminal [2020-06-15T13:58:12.652Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-15T13:58:12.652Z] [ 96%] Linking C executable device-terminal [2020-06-15T13:58:12.652Z] [ 96%] Built target device-terminal [2020-06-15T13:58:12.652Z] Scanning dependencies of target templatev1 [2020-06-15T13:58:12.652Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-15T13:58:12.913Z] [100%] Linking C executable templatev1 [2020-06-15T13:58:12.913Z] [100%] Built target templatev1 [2020-06-15T13:58:12.913Z] + make package [2020-06-15T13:58:12.913Z] + tee -a release.log [2020-06-15T13:58:13.140Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-15T13:58:13.140Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-15T13:58:13.180Z] [ 74%] Built target csdk [2020-06-15T13:58:13.180Z] [ 78%] Built target template [2020-06-15T13:58:13.180Z] [ 81%] Built target device-counter [2020-06-15T13:58:13.180Z] [ 85%] Built target device-random [2020-06-15T13:58:13.180Z] [ 89%] Built target device-gyro [2020-06-15T13:58:13.180Z] [ 92%] Built target template-discovery [2020-06-15T13:58:13.180Z] [ 96%] Built target device-terminal [2020-06-15T13:58:13.180Z] [100%] Built target templatev1 [2020-06-15T13:58:13.180Z] Run CPack packaging tool... [2020-06-15T13:58:13.180Z] CPack: Create package using TGZ [2020-06-15T13:58:13.180Z] CPack: Install projects [2020-06-15T13:58:13.180Z] CPack: - Run preinstall target for: Csdk [2020-06-15T13:58:13.411Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-15T13:58:13.441Z] CPack: - Install project: Csdk [2020-06-15T13:58:13.441Z] CPack: Create package [2020-06-15T13:58:13.441Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-06-15T13:58:13.441Z] + '[' false '=' true ] [2020-06-15T13:58:13.441Z] + '[' false '=' true ] [2020-06-15T13:58:13.441Z] + mkdir -p /tmp/sdk/build/debug [2020-06-15T13:58:13.441Z] + cd /tmp/sdk/build/debug [2020-06-15T13:58:13.441Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-15T13:58:13.702Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:58:13.702Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:58:13.702Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:58:13.702Z] -- Detecting C compiler ABI info [2020-06-15T13:58:13.702Z] -- Detecting C compiler ABI info - done [2020-06-15T13:58:13.702Z] -- Detecting C compile features [2020-06-15T13:58:13.964Z] -- Detecting C compile features - done [2020-06-15T13:58:13.964Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-15T13:58:13.964Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-15T13:58:13.964Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-15T13:58:13.964Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-15T13:58:13.964Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-15T13:58:13.964Z] -- C SDK 0.0.0 for Linux [2020-06-15T13:58:13.964Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-15T13:58:14.226Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-15T13:58:14.226Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-15T13:58:14.226Z] -- Configuring done [2020-06-15T13:58:14.226Z] -- Generating done [2020-06-15T13:58:14.226Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-15T13:58:14.226Z] + make [2020-06-15T13:58:14.226Z] + tee debug.log [2020-06-15T13:58:14.226Z] Scanning dependencies of target csdk [2020-06-15T13:58:14.226Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-15T13:58:14.387Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-15T13:58:14.488Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-15T13:58:14.489Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-15T13:58:14.663Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-15T13:58:14.751Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-15T13:58:14.751Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-15T13:58:14.751Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-15T13:58:15.016Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-15T13:58:15.016Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-15T13:58:15.276Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-15T13:58:15.276Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-15T13:58:15.276Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-15T13:58:15.537Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-15T13:58:15.537Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-15T13:58:15.537Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-15T13:58:15.799Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-15T13:58:15.799Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-15T13:58:16.060Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-15T13:58:16.060Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-15T13:58:16.322Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-15T13:58:16.322Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-15T13:58:16.322Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-15T13:58:16.583Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-15T13:58:16.583Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-15T13:58:16.583Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-15T13:58:16.583Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-15T13:58:16.844Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-15T13:58:16.844Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-15T13:58:16.844Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-15T13:58:16.844Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-15T13:58:17.104Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-15T13:58:17.104Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-15T13:58:17.368Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-15T13:58:17.630Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-15T13:58:17.630Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-15T13:58:17.630Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-15T13:58:17.891Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:18.153Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-15T13:58:18.153Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-15T13:58:18.415Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-15T13:58:18.415Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-15T13:58:18.677Z] [ 74%] Linking C shared library libcsdk.so [2020-06-15T13:58:18.938Z] [ 74%] Built target csdk [2020-06-15T13:58:18.938Z] Scanning dependencies of target template [2020-06-15T13:58:18.938Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-15T13:58:18.938Z] [ 78%] Linking C executable template [2020-06-15T13:58:18.966Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-15T13:58:19.200Z] [ 78%] Built target template [2020-06-15T13:58:19.200Z] Scanning dependencies of target device-counter [2020-06-15T13:58:19.200Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-15T13:58:19.200Z] [ 81%] Linking C executable device-counter [2020-06-15T13:58:19.200Z] [ 81%] Built target device-counter [2020-06-15T13:58:19.200Z] Scanning dependencies of target device-random [2020-06-15T13:58:19.200Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-15T13:58:19.237Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-15T13:58:19.464Z] [ 85%] Linking C executable device-random [2020-06-15T13:58:19.464Z] [ 85%] Built target device-random [2020-06-15T13:58:19.464Z] Scanning dependencies of target device-gyro [2020-06-15T13:58:19.464Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-15T13:58:19.464Z] [ 89%] Linking C executable device-gyro [2020-06-15T13:58:19.726Z] [ 89%] Built target device-gyro [2020-06-15T13:58:19.726Z] Scanning dependencies of target template-discovery [2020-06-15T13:58:19.726Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-15T13:58:19.726Z] [ 92%] Linking C executable template-discovery [2020-06-15T13:58:19.726Z] [ 92%] Built target template-discovery [2020-06-15T13:58:19.726Z] Scanning dependencies of target device-terminal [2020-06-15T13:58:19.726Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-15T13:58:19.831Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-15T13:58:19.988Z] [ 96%] Linking C executable device-terminal [2020-06-15T13:58:19.988Z] [ 96%] Built target device-terminal [2020-06-15T13:58:19.988Z] Scanning dependencies of target templatev1 [2020-06-15T13:58:19.988Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-15T13:58:19.988Z] [100%] Linking C executable templatev1 [2020-06-15T13:58:20.256Z] [100%] Built target templatev1 [2020-06-15T13:58:20.256Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.256Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.256Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.256Z] Scanning dependencies of target csdk [2020-06-15T13:58:20.256Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.256Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.256Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:20.426Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-15T13:58:20.829Z] [ 3%] Linking C shared library libcsdk.so [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 74%] Built target csdk [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 76%] Linking C executable template [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 78%] Built target template [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 80%] Linking C executable device-counter [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 81%] Built target device-counter [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:20.829Z] [ 83%] Linking C executable device-random [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 85%] Built target device-random [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 87%] Linking C executable device-gyro [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 89%] Built target device-gyro [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 90%] Linking C executable template-discovery [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 92%] Built target template-discovery [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.089Z] [ 94%] Linking C executable device-terminal [2020-06-15T13:58:21.350Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.350Z] [ 96%] Built target device-terminal [2020-06-15T13:58:21.350Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.350Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.350Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.350Z] [ 98%] Linking C executable templatev1 [2020-06-15T13:58:21.351Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.351Z] [100%] Built target templatev1 [2020-06-15T13:58:21.351Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.351Z] Install the project... [2020-06-15T13:58:21.351Z] -- Install configuration: "Release" [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-15T13:58:21.351Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-15T13:58:21.351Z] -- Up-to-date: /usr/local/include [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/devsdk [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/component.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/container.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/data.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/json.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/os.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/time.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/os [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-15T13:58:21.351Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-15T13:58:21.351Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:21.853Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:23.277Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-15T13:58:23.288Z] Removing intermediate container 56cd9173c0a3 [2020-06-15T13:58:23.288Z] ---> 129e528f9f40 [2020-06-15T13:58:23.288Z] Step 14/21 : FROM alpine:3.9 [2020-06-15T13:58:23.548Z] 3.9: Pulling from library/alpine [2020-06-15T13:58:23.548Z] 31603596830f: Pulling fs layer [2020-06-15T13:58:23.809Z] 31603596830f: Verifying Checksum [2020-06-15T13:58:23.809Z] 31603596830f: Download complete [2020-06-15T13:58:24.071Z] 31603596830f: Pull complete [2020-06-15T13:58:24.071Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-15T13:58:24.071Z] Status: Downloaded newer image for alpine:3.9 [2020-06-15T13:58:24.071Z] ---> 78a2ce922f86 [2020-06-15T13:58:24.071Z] Step 15/21 : MAINTAINER IOTech [2020-06-15T13:58:24.071Z] ---> Running in ea48eded3a91 [2020-06-15T13:58:24.334Z] Removing intermediate container ea48eded3a91 [2020-06-15T13:58:24.334Z] ---> 893f39823e56 [2020-06-15T13:58:24.334Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-15T13:58:24.334Z] ---> Running in 6c67902a6260 [2020-06-15T13:58:24.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-15T13:58:24.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-15T13:58:24.907Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-15T13:58:25.169Z] (2/48) Installing libmagic (5.36-r1) [2020-06-15T13:58:25.169Z] (3/48) Installing file (5.36-r1) [2020-06-15T13:58:25.169Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-15T13:58:25.169Z] (5/48) Installing isl (0.18-r0) [2020-06-15T13:58:25.169Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-15T13:58:25.169Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-15T13:58:25.169Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-15T13:58:25.169Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-15T13:58:25.169Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-15T13:58:25.169Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-15T13:58:25.169Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-15T13:58:26.554Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-15T13:58:26.652Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-15T13:58:26.823Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-15T13:58:26.824Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-15T13:58:27.243Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-15T13:58:27.397Z] (16/48) Installing make (4.2.1-r2) [2020-06-15T13:58:27.397Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-15T13:58:27.397Z] (18/48) Installing build-base (0.5-r1) [2020-06-15T13:58:27.397Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-15T13:58:27.397Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-15T13:58:27.397Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-15T13:58:27.397Z] (22/48) Installing expat (2.2.8-r0) [2020-06-15T13:58:27.397Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-15T13:58:27.397Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-15T13:58:27.397Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-15T13:58:27.397Z] (26/48) Installing ca-certificates (20191127-r2) [2020-06-15T13:58:27.669Z] (27/48) Installing nghttp2-libs (1.35.1-r2) [2020-06-15T13:58:27.669Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-15T13:58:27.669Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-15T13:58:27.669Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-15T13:58:27.669Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-15T13:58:27.931Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-15T13:58:28.193Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-15T13:58:28.193Z] (34/48) Installing libuv (1.25.0-r0) [2020-06-15T13:58:28.193Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-15T13:58:28.668Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-15T13:58:28.764Z] (36/48) Installing curl (7.64.0-r3) [2020-06-15T13:58:28.764Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-15T13:58:28.764Z] (38/48) Installing git (2.20.4-r0) [2020-06-15T13:58:28.939Z] [ 74%] Linking C shared library libcsdk.so [2020-06-15T13:58:28.939Z] [ 74%] Built target csdk [2020-06-15T13:58:28.939Z] Scanning dependencies of target template [2020-06-15T13:58:28.939Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-15T13:58:29.026Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-15T13:58:29.026Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-15T13:58:29.026Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-15T13:58:29.026Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-15T13:58:29.026Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-15T13:58:29.026Z] (44/48) Installing gnutls (3.6.14-r0) [2020-06-15T13:58:29.026Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-15T13:58:29.026Z] (46/48) Installing libuuid (2.33-r0) [2020-06-15T13:58:29.026Z] (47/48) Installing wget (1.20.3-r0) [2020-06-15T13:58:29.026Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-15T13:58:29.026Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:58:29.026Z] Executing ca-certificates-20191127-r2.trigger [2020-06-15T13:58:29.288Z] OK: 222 MiB in 62 packages [2020-06-15T13:58:29.531Z] [ 78%] Linking C executable template [2020-06-15T13:58:29.804Z] [ 78%] Built target template [2020-06-15T13:58:29.804Z] Scanning dependencies of target device-counter [2020-06-15T13:58:29.804Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-15T13:58:30.400Z] [ 81%] Linking C executable device-counter [2020-06-15T13:58:30.671Z] [ 81%] Built target device-counter [2020-06-15T13:58:30.671Z] Scanning dependencies of target device-random [2020-06-15T13:58:30.671Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-15T13:58:30.944Z] [ 85%] Linking C executable device-random [2020-06-15T13:58:31.217Z] [ 85%] Built target device-random [2020-06-15T13:58:31.217Z] Scanning dependencies of target device-gyro [2020-06-15T13:58:31.217Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-15T13:58:31.826Z] [ 89%] Linking C executable device-gyro [2020-06-15T13:58:31.826Z] [ 89%] Built target device-gyro [2020-06-15T13:58:31.826Z] Scanning dependencies of target template-discovery [2020-06-15T13:58:32.097Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-15T13:58:32.689Z] [ 92%] Linking C executable template-discovery [2020-06-15T13:58:32.689Z] [ 92%] Built target template-discovery [2020-06-15T13:58:32.689Z] Scanning dependencies of target device-terminal [2020-06-15T13:58:32.963Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-15T13:58:33.235Z] [ 96%] Linking C executable device-terminal [2020-06-15T13:58:33.508Z] [ 96%] Built target device-terminal [2020-06-15T13:58:33.508Z] Scanning dependencies of target templatev1 [2020-06-15T13:58:33.508Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-15T13:58:34.104Z] [100%] Linking C executable templatev1 [2020-06-15T13:58:34.379Z] [100%] Built target templatev1 [2020-06-15T13:58:34.379Z] + make package [2020-06-15T13:58:34.379Z] + tee -a release.log [2020-06-15T13:58:34.650Z] [ 74%] Built target csdk [2020-06-15T13:58:34.650Z] [ 78%] Built target template [2020-06-15T13:58:34.650Z] [ 81%] Built target device-counter [2020-06-15T13:58:34.650Z] [ 85%] Built target device-random [2020-06-15T13:58:34.650Z] [ 89%] Built target device-gyro [2020-06-15T13:58:34.650Z] [ 92%] Built target template-discovery [2020-06-15T13:58:34.650Z] [ 96%] Built target device-terminal [2020-06-15T13:58:34.922Z] [100%] Built target templatev1 [2020-06-15T13:58:34.922Z] Run CPack packaging tool... [2020-06-15T13:58:34.922Z] CPack: Create package using TGZ [2020-06-15T13:58:34.922Z] CPack: Install projects [2020-06-15T13:58:34.922Z] CPack: - Run preinstall target for: Csdk [2020-06-15T13:58:35.517Z] CPack: - Install project: Csdk [2020-06-15T13:58:35.517Z] CPack: Create package [2020-06-15T13:58:35.517Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-06-15T13:58:35.517Z] + '[' false '=' true ] [2020-06-15T13:58:35.517Z] + '[' false '=' true ] [2020-06-15T13:58:35.517Z] + mkdir -p /tmp/sdk/build/debug [2020-06-15T13:58:35.517Z] + cd /tmp/sdk/build/debug [2020-06-15T13:58:35.517Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-15T13:58:35.790Z] -- The C compiler identification is GNU 8.3.0 [2020-06-15T13:58:35.790Z] -- Check for working C compiler: /usr/bin/cc [2020-06-15T13:58:36.065Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-15T13:58:36.065Z] -- Detecting C compiler ABI info [2020-06-15T13:58:36.337Z] -- Detecting C compiler ABI info - done [2020-06-15T13:58:36.337Z] -- Detecting C compile features [2020-06-15T13:58:37.316Z] -- Detecting C compile features - done [2020-06-15T13:58:37.316Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-15T13:58:37.316Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-15T13:58:37.316Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-15T13:58:37.316Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-15T13:58:37.316Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-15T13:58:37.316Z] -- C SDK 0.0.0 for Linux [2020-06-15T13:58:37.316Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-15T13:58:37.316Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-15T13:58:37.316Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-15T13:58:37.591Z] -- Configuring done [2020-06-15T13:58:37.864Z] -- Generating done [2020-06-15T13:58:37.864Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-15T13:58:37.864Z] + make [2020-06-15T13:58:37.864Z] + tee debug.log [2020-06-15T13:58:37.864Z] Scanning dependencies of target csdk [2020-06-15T13:58:38.136Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-15T13:58:38.410Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-15T13:58:38.682Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-15T13:58:39.275Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-15T13:58:39.298Z] Removing intermediate container 6c67902a6260 [2020-06-15T13:58:39.298Z] ---> 486914130f3b [2020-06-15T13:58:39.298Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-15T13:58:39.298Z] ---> 9f91ffa85a55 [2020-06-15T13:58:39.298Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-15T13:58:39.298Z] ---> 5758b3d3dfba [2020-06-15T13:58:39.298Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-15T13:58:39.546Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-15T13:58:39.546Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-15T13:58:39.563Z] ---> 237db467a621 [2020-06-15T13:58:39.563Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-15T13:58:39.823Z] ---> d9ffe6505f89 [2020-06-15T13:58:39.823Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-15T13:58:40.085Z] ---> 20c1a2bfe0b0 [2020-06-15T13:58:40.085Z] Successfully built 20c1a2bfe0b0 [2020-06-15T13:58:40.085Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2020-06-15T13:58:40.138Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:58:40.410Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-15T13:58:40.575Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T13:58:40.576Z] . [Pipeline] withDockerContainer [2020-06-15T13:58:40.682Z] prd-centos7-docker-4c-2g-3014 does not seem to be running inside a container [2020-06-15T13:58:40.683Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-15T13:58:40.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-15T13:58:41.277Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-15T13:58:41.277Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-15T13:58:41.550Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-15T13:58:41.601Z] $ docker top 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a -eo pid,comm [2020-06-15T13:58:41.823Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-15T13:58:41.823Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [Pipeline] { [Pipeline] sh [2020-06-15T13:58:42.179Z] + make test [2020-06-15T13:58:42.179Z] echo "make test" [2020-06-15T13:58:42.179Z] make test [Pipeline] } [2020-06-15T13:58:42.230Z] $ docker stop --time=1 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a [2020-06-15T13:58:42.810Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-15T13:58:43.083Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-15T13:58:43.083Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-15T13:58:43.591Z] $ docker rm -f 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a [2020-06-15T13:58:43.681Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-15T13:58:44.296Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-15T13:58:44.296Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-15T13:58:44.574Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-15T13:58:45.363Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-15T13:58:45.363Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-15T13:58:45.363Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-15T13:58:45.363Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [Pipeline] sh [2020-06-15T13:58:45.635Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-15T13:58:45.870Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T13:58:45.906Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-15T13:58:46.170Z] + ls -al . [2020-06-15T13:58:46.170Z] total 160 [2020-06-15T13:58:46.170Z] drwxrwxr-x. 8 jenkins jenkins 260 Jun 15 13:57 . [2020-06-15T13:58:46.170Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 15 13:57 .. [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 15 13:57 Attribution.txt [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 5323 Jun 15 13:57 CHANGES [2020-06-15T13:58:46.170Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 15 13:57 docs [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 15 13:57 Doxyfile [2020-06-15T13:58:46.170Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 15 13:57 .git [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 15 13:57 .gitignore [2020-06-15T13:58:46.170Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 15 13:57 include [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 792 Jun 15 13:57 Jenkinsfile [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 15 13:57 LICENSE [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 448 Jun 15 13:57 Makefile [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 15 13:57 README.md [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 15 13:57 README.v2.md [2020-06-15T13:58:46.170Z] drwxrwxr-x. 2 jenkins jenkins 106 Jun 15 13:57 scripts [2020-06-15T13:58:46.170Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 15 13:57 .semver [2020-06-15T13:58:46.170Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 15 13:57 src [2020-06-15T13:58:46.170Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 13:54 VERSION [2020-06-15T13:58:46.182Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-15T13:58:46.182Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:58:46.470Z] + 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=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d --label arch=amd64 --label version=0.0.0 . [2020-06-15T13:58:46.470Z] Sending build context to Docker daemon 3.238MB [2020-06-15T13:58:46.470Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-15T13:58:46.470Z] Step 2/15 : FROM ${BASE} [2020-06-15T13:58:46.470Z] ---> 20c1a2bfe0b0 [2020-06-15T13:58:46.470Z] Step 3/15 : MAINTAINER IOTech [2020-06-15T13:58:46.775Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-15T13:58:47.046Z] ---> Running in 2136546b61c8 [2020-06-15T13:58:47.047Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-15T13:58:47.308Z] Removing intermediate container 2136546b61c8 [2020-06-15T13:58:47.308Z] ---> 8a42fb00c5f7 [2020-06-15T13:58:47.308Z] 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-15T13:58:47.308Z] ---> Running in 121d5a841939 [2020-06-15T13:58:47.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-15T13:58:47.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-15T13:58:47.880Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-15T13:58:47.880Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-15T13:58:48.022Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-15T13:58:48.142Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-15T13:58:48.142Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-15T13:58:48.142Z] (5/21) Installing nghttp2-dev (1.35.1-r2) [2020-06-15T13:58:48.142Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-15T13:58:48.294Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-15T13:58:48.403Z] (7/21) Installing gnutls-c++ (3.6.14-r0) [2020-06-15T13:58:48.403Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-15T13:58:48.403Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-15T13:58:48.403Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-15T13:58:48.403Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-15T13:58:48.403Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-15T13:58:48.403Z] (13/21) Installing gnutls-dev (3.6.14-r0) [2020-06-15T13:58:48.566Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-15T13:58:48.665Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-15T13:58:48.839Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-15T13:58:49.237Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-15T13:58:49.434Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:49.501Z] (16/21) Installing libblkid (2.33-r0) [2020-06-15T13:58:49.501Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-15T13:58:49.501Z] (18/21) Installing libmount (2.33-r0) [2020-06-15T13:58:49.501Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-15T13:58:49.501Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-15T13:58:49.501Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-15T13:58:49.501Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:58:49.501Z] OK: 266 MiB in 83 packages [2020-06-15T13:58:50.028Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-15T13:58:51.003Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-15T13:58:51.003Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-15T13:58:51.415Z] Removing intermediate container 121d5a841939 [2020-06-15T13:58:51.415Z] ---> dbf7c6891580 [2020-06-15T13:58:51.415Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-15T13:58:51.596Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-15T13:58:51.596Z] [ 74%] Linking C shared library libcsdk.so [2020-06-15T13:58:51.677Z] ---> 71544e8c7df5 [2020-06-15T13:58:51.677Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-15T13:58:51.868Z] [ 74%] Built target csdk [2020-06-15T13:58:51.868Z] Scanning dependencies of target template [2020-06-15T13:58:51.868Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-15T13:58:52.140Z] [ 78%] Linking C executable template [2020-06-15T13:58:52.253Z] ---> 7e76851d0862 [2020-06-15T13:58:52.253Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-15T13:58:52.413Z] [ 78%] Built target template [2020-06-15T13:58:52.413Z] Scanning dependencies of target device-counter [2020-06-15T13:58:52.413Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-15T13:58:52.515Z] ---> 37e35f9c5d1a [2020-06-15T13:58:52.515Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-15T13:58:52.686Z] [ 81%] Linking C executable device-counter [2020-06-15T13:58:52.776Z] ---> 26b3393ef292 [2020-06-15T13:58:52.776Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-15T13:58:52.958Z] [ 81%] Built target device-counter [2020-06-15T13:58:52.959Z] Scanning dependencies of target device-random [2020-06-15T13:58:52.959Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-15T13:58:53.036Z] ---> 708b1e90535a [2020-06-15T13:58:53.036Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-15T13:58:53.036Z] ---> 056c10b13c59 [2020-06-15T13:58:53.036Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-15T13:58:53.232Z] [ 85%] Linking C executable device-random [2020-06-15T13:58:53.298Z] ---> Running in ae9748b7e96c [2020-06-15T13:58:53.298Z] Removing intermediate container ae9748b7e96c [2020-06-15T13:58:53.298Z] ---> 2164d35eb784 [2020-06-15T13:58:53.298Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-15T13:58:53.298Z] ---> Running in 4bfb08c97e8b [2020-06-15T13:58:53.506Z] [ 85%] Built target device-random [2020-06-15T13:58:53.506Z] Scanning dependencies of target device-gyro [2020-06-15T13:58:53.506Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-15T13:58:53.559Z] Removing intermediate container 4bfb08c97e8b [2020-06-15T13:58:53.560Z] ---> ce91d578103f [2020-06-15T13:58:53.560Z] Step 13/15 : LABEL arch=amd64 [2020-06-15T13:58:53.560Z] ---> Running in ce7f40398bcd [2020-06-15T13:58:53.778Z] [ 89%] Linking C executable device-gyro [2020-06-15T13:58:53.821Z] Removing intermediate container ce7f40398bcd [2020-06-15T13:58:53.821Z] ---> a8c631ead06a [2020-06-15T13:58:53.821Z] Step 14/15 : LABEL git_sha=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:58:53.821Z] ---> Running in f23a19a1a63f [2020-06-15T13:58:53.821Z] Removing intermediate container f23a19a1a63f [2020-06-15T13:58:53.821Z] ---> 8ad6305cb511 [2020-06-15T13:58:53.821Z] Step 15/15 : LABEL version=0.0.0 [2020-06-15T13:58:54.050Z] [ 89%] Built target device-gyro [2020-06-15T13:58:54.051Z] Scanning dependencies of target template-discovery [2020-06-15T13:58:54.051Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-15T13:58:54.082Z] ---> Running in 0d83220dc5de [2020-06-15T13:58:54.082Z] Removing intermediate container 0d83220dc5de [2020-06-15T13:58:54.082Z] ---> f19ff7e38335 [2020-06-15T13:58:54.082Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-15T13:58:54.082Z] Successfully built f19ff7e38335 [2020-06-15T13:58:54.082Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-15T13:58:54.326Z] [ 92%] Linking C executable template-discovery [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-15T13:58:54.599Z] [ 92%] Built target template-discovery [2020-06-15T13:58:54.599Z] Scanning dependencies of target device-terminal [2020-06-15T13:58:54.599Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-15T13:58:54.873Z] [ 96%] Linking C executable device-terminal [2020-06-15T13:58:55.152Z] [ 96%] Built target device-terminal [2020-06-15T13:58:55.152Z] Scanning dependencies of target templatev1 [2020-06-15T13:58:55.152Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-15T13:58:55.426Z] [100%] Linking C executable templatev1 [2020-06-15T13:58:55.699Z] [100%] Built target templatev1 [2020-06-15T13:58:55.699Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:55.699Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:55.699Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:55.699Z] Scanning dependencies of target csdk [2020-06-15T13:58:55.699Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:55.699Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:55.973Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-15T13:58:57.404Z] [ 3%] Linking C shared library libcsdk.so [2020-06-15T13:58:57.678Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.678Z] [ 74%] Built target csdk [2020-06-15T13:58:57.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.678Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.678Z] [ 76%] Linking C executable template [2020-06-15T13:58:57.950Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.950Z] [ 78%] Built target template [2020-06-15T13:58:57.950Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.950Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.950Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:57.950Z] [ 80%] Linking C executable device-counter [2020-06-15T13:58:58.223Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.223Z] [ 81%] Built target device-counter [2020-06-15T13:58:58.223Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.223Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.223Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.223Z] [ 83%] Linking C executable device-random [2020-06-15T13:58:58.497Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.497Z] [ 85%] Built target device-random [2020-06-15T13:58:58.497Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.497Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.497Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.497Z] [ 87%] Linking C executable device-gyro [2020-06-15T13:58:58.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.769Z] [ 89%] Built target device-gyro [2020-06-15T13:58:58.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:58.769Z] [ 90%] Linking C executable template-discovery [2020-06-15T13:58:59.042Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.042Z] [ 92%] Built target template-discovery [2020-06-15T13:58:59.042Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.042Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.042Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.042Z] [ 94%] Linking C executable device-terminal [2020-06-15T13:58:59.314Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.314Z] [ 96%] Built target device-terminal [2020-06-15T13:58:59.314Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.314Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.314Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.314Z] [ 98%] Linking C executable templatev1 [2020-06-15T13:58:59.585Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.585Z] [100%] Built target templatev1 [2020-06-15T13:58:59.585Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:58:59.585Z] Install the project... [2020-06-15T13:58:59.585Z] -- Install configuration: "Release" [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-15T13:58:59.585Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-15T13:58:59.585Z] -- Up-to-date: /usr/local/include [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/devsdk [2020-06-15T13:58:59.585Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/json.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/container.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/component.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/time.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/os [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/data.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/os.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-15T13:58:59.586Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-15T13:58:59.586Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-15T13:59:01.566Z] Removing intermediate container 6f830f6f2f1f [2020-06-15T13:59:01.566Z] ---> f9b433868431 [2020-06-15T13:59:01.566Z] Step 14/21 : FROM alpine:3.9 [2020-06-15T13:59:02.160Z] 3.9: Pulling from library/alpine [2020-06-15T13:59:02.160Z] 941f399634ec: Pulling fs layer [2020-06-15T13:59:02.759Z] 941f399634ec: Verifying Checksum [2020-06-15T13:59:02.759Z] 941f399634ec: Download complete [2020-06-15T13:59:03.361Z] 941f399634ec: Pull complete [2020-06-15T13:59:03.361Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-15T13:59:03.361Z] Status: Downloaded newer image for alpine:3.9 [2020-06-15T13:59:03.361Z] ---> 9afdd4a290bf [2020-06-15T13:59:03.361Z] Step 15/21 : MAINTAINER IOTech [2020-06-15T13:59:03.361Z] ---> Running in 6577b5ad479f [2020-06-15T13:59:03.958Z] Removing intermediate container 6577b5ad479f [2020-06-15T13:59:03.958Z] ---> 1c1433e2de6b [2020-06-15T13:59:03.958Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-15T13:59:03.958Z] ---> Running in 3eea839a9b53 [2020-06-15T13:59:05.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-15T13:59:05.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-15T13:59:05.932Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-15T13:59:06.203Z] (2/48) Installing libmagic (5.36-r1) [2020-06-15T13:59:06.203Z] (3/48) Installing file (5.36-r1) [2020-06-15T13:59:06.203Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-15T13:59:06.203Z] (5/48) Installing isl (0.18-r0) [2020-06-15T13:59:06.475Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-15T13:59:06.475Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-15T13:59:06.475Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-15T13:59:06.475Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-15T13:59:06.475Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-15T13:59:06.475Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-15T13:59:06.475Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-15T13:59:07.904Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-15T13:59:08.177Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-15T13:59:08.177Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-15T13:59:09.607Z] (16/48) Installing make (4.2.1-r2) [2020-06-15T13:59:09.607Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-15T13:59:09.879Z] (18/48) Installing build-base (0.5-r1) [2020-06-15T13:59:09.879Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-15T13:59:09.879Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-15T13:59:09.879Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-15T13:59:09.879Z] (22/48) Installing expat (2.2.8-r0) [2020-06-15T13:59:09.879Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-15T13:59:09.879Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-15T13:59:09.879Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-15T13:59:09.879Z] (26/48) Installing ca-certificates (20191127-r2) [2020-06-15T13:59:09.879Z] (27/48) Installing nghttp2-libs (1.35.1-r2) [2020-06-15T13:59:09.879Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-15T13:59:09.879Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-15T13:59:09.879Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-15T13:59:09.879Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-15T13:59:10.853Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-15T13:59:11.126Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-15T13:59:11.126Z] (34/48) Installing libuv (1.25.0-r0) [2020-06-15T13:59:11.126Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-15T13:59:12.553Z] (36/48) Installing curl (7.64.0-r3) [2020-06-15T13:59:12.553Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-15T13:59:12.553Z] (38/48) Installing git (2.20.4-r0) [2020-06-15T13:59:12.827Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-15T13:59:12.827Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-15T13:59:12.827Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-15T13:59:12.827Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-15T13:59:12.827Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-15T13:59:13.099Z] (44/48) Installing gnutls (3.6.14-r0) [2020-06-15T13:59:13.099Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-15T13:59:13.370Z] (46/48) Installing libuuid (2.33-r0) [2020-06-15T13:59:13.370Z] (47/48) Installing wget (1.20.3-r0) [2020-06-15T13:59:13.370Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-15T13:59:13.370Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:59:13.370Z] Executing ca-certificates-20191127-r2.trigger [2020-06-15T13:59:13.642Z] OK: 219 MiB in 62 packages [2020-06-15T13:59:28.727Z] Removing intermediate container 3eea839a9b53 [2020-06-15T13:59:28.727Z] ---> 2737f7c5cf88 [2020-06-15T13:59:28.727Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-15T13:59:28.727Z] ---> 61e8c1cfb61e [2020-06-15T13:59:28.727Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-15T13:59:28.727Z] ---> 0958799c4177 [2020-06-15T13:59:28.727Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-15T13:59:29.001Z] ---> 9658e1f6d258 [2020-06-15T13:59:29.001Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-15T13:59:29.983Z] ---> 4e64b6637a6d [2020-06-15T13:59:29.983Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-15T13:59:30.579Z] ---> 45048be56dcf [2020-06-15T13:59:30.579Z] Successfully built 45048be56dcf [2020-06-15T13:59:30.579Z] 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-15T13:59:31.120Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T13:59:31.120Z] . [Pipeline] withDockerContainer [2020-06-15T13:59:31.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-3013 does not seem to be running inside a container [2020-06-15T13:59:31.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-15T13:59:33.244Z] $ docker top ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T13:59:34.638Z] + make test [2020-06-15T13:59:34.638Z] echo "make test" [2020-06-15T13:59:34.638Z] make test [Pipeline] } [2020-06-15T13:59:34.635Z] $ docker stop --time=1 ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c [2020-06-15T13:59:36.511Z] $ docker rm -f ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T13:59:37.268Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T13:59:37.605Z] + ls -al . [2020-06-15T13:59:37.606Z] total 192 [2020-06-15T13:59:37.606Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 13:56 . [2020-06-15T13:59:37.606Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 .. [2020-06-15T13:59:37.606Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 13:56 .git [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 15 13:56 .gitignore [2020-06-15T13:59:37.606Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 13:56 .semver [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 15 13:56 Attribution.txt [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 5323 Jun 15 13:56 CHANGES [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 15 13:56 Doxyfile [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 792 Jun 15 13:56 Jenkinsfile [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 15 13:56 LICENSE [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 448 Jun 15 13:56 Makefile [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 15 13:56 README.md [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 15 13:56 README.v2.md [2020-06-15T13:59:37.606Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 13:54 VERSION [2020-06-15T13:59:37.606Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 13:56 docs [2020-06-15T13:59:37.606Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 include [2020-06-15T13:59:37.606Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 13:56 scripts [2020-06-15T13:59:37.606Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 src [Pipeline] isUnix [Pipeline] sh [2020-06-15T13:59:37.950Z] + 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=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d --label arch=arm64 --label version=0.0.0 . [2020-06-15T13:59:38.549Z] Sending build context to Docker daemon 3.238MB [2020-06-15T13:59:38.549Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-15T13:59:38.549Z] Step 2/15 : FROM ${BASE} [2020-06-15T13:59:38.549Z] ---> 45048be56dcf [2020-06-15T13:59:38.549Z] Step 3/15 : MAINTAINER IOTech [2020-06-15T13:59:38.549Z] ---> Running in 1a82c142628c [2020-06-15T13:59:39.148Z] Removing intermediate container 1a82c142628c [2020-06-15T13:59:39.148Z] ---> aeab2643fb50 [2020-06-15T13:59:39.148Z] 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-15T13:59:39.148Z] ---> Running in aed3923ba73c [2020-06-15T13:59:40.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-15T13:59:40.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-15T13:59:41.134Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-15T13:59:41.134Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-15T13:59:41.728Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-15T13:59:41.728Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-15T13:59:42.002Z] (5/21) Installing nghttp2-dev (1.35.1-r2) [2020-06-15T13:59:42.002Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-15T13:59:42.002Z] (7/21) Installing gnutls-c++ (3.6.14-r0) [2020-06-15T13:59:42.002Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-15T13:59:42.002Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-15T13:59:42.002Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-15T13:59:42.979Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-15T13:59:42.979Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-15T13:59:42.979Z] (13/21) Installing gnutls-dev (3.6.14-r0) [2020-06-15T13:59:43.248Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-15T13:59:43.248Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-15T13:59:43.519Z] (16/21) Installing libblkid (2.33-r0) [2020-06-15T13:59:43.519Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-15T13:59:43.519Z] (18/21) Installing libmount (2.33-r0) [2020-06-15T13:59:43.519Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-15T13:59:43.519Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-15T13:59:43.793Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-15T13:59:43.793Z] Executing busybox-1.29.3-r10.trigger [2020-06-15T13:59:43.793Z] OK: 280 MiB in 83 packages [2020-06-15T13:59:47.185Z] Removing intermediate container aed3923ba73c [2020-06-15T13:59:47.185Z] ---> 4218974bdf99 [2020-06-15T13:59:47.185Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-15T13:59:47.783Z] ---> f57e0d0c8ea8 [2020-06-15T13:59:47.783Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-15T13:59:48.763Z] ---> 49b992d0ba26 [2020-06-15T13:59:48.763Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-15T13:59:49.361Z] ---> 775815b5f753 [2020-06-15T13:59:49.361Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-15T13:59:50.336Z] ---> 219f89dd2a2e [2020-06-15T13:59:50.336Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-15T13:59:50.929Z] ---> 5e47e03037cf [2020-06-15T13:59:50.929Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-15T13:59:51.521Z] ---> 1b7cc241cdb0 [2020-06-15T13:59:51.521Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-15T13:59:51.521Z] ---> Running in 439eef5bcce6 [2020-06-15T13:59:52.114Z] Removing intermediate container 439eef5bcce6 [2020-06-15T13:59:52.114Z] ---> 34ae58c093bf [2020-06-15T13:59:52.114Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-15T13:59:52.114Z] ---> Running in e2f4dc78e8e2 [2020-06-15T13:59:52.712Z] Removing intermediate container e2f4dc78e8e2 [2020-06-15T13:59:52.712Z] ---> 09fcfc2b21f5 [2020-06-15T13:59:52.712Z] Step 13/15 : LABEL arch=arm64 [2020-06-15T13:59:52.712Z] ---> Running in 86a66601f317 [2020-06-15T13:59:53.309Z] Removing intermediate container 86a66601f317 [2020-06-15T13:59:53.309Z] ---> e0eeda1f2ed6 [2020-06-15T13:59:53.309Z] Step 14/15 : LABEL git_sha=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d [2020-06-15T13:59:53.309Z] ---> Running in ddd9ca677db9 [2020-06-15T13:59:53.901Z] Removing intermediate container ddd9ca677db9 [2020-06-15T13:59:53.901Z] ---> 8bf75fcd94b1 [2020-06-15T13:59:53.901Z] Step 15/15 : LABEL version=0.0.0 [2020-06-15T13:59:53.901Z] ---> Running in 0368fe5e50bc [2020-06-15T13:59:54.174Z] Removing intermediate container 0368fe5e50bc [2020-06-15T13:59:54.174Z] ---> de2d50d9f879 [2020-06-15T13:59:54.174Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-15T13:59:54.174Z] Successfully built de2d50d9f879 [2020-06-15T13:59:54.445Z] 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-15T13:59:55.743Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T13:59:56.438Z] ---> package-listing.sh [2020-06-15T13:59:56.438Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T13:59:56.438Z] ++ facter osfamily [2020-06-15T13:59:56.710Z] + OS_FAMILY=redhat [2020-06-15T13:59:56.710Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-268 [2020-06-15T13:59:56.710Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T13:59:56.710Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T13:59:56.710Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T13:59:56.710Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T13:59:56.710Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-268 ']' [2020-06-15T13:59:56.710Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T13:59:56.710Z] + case "${OS_FAMILY}" in [2020-06-15T13:59:56.710Z] + rpm -qa [2020-06-15T13:59:56.710Z] + sort [2020-06-15T14:00:03.557Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T14:00:03.557Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T14:00:03.557Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T14:00:03.557Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-268 ']' [2020-06-15T14:00:03.557Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-268/archives/ [2020-06-15T14:00:03.557Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-268/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-15T14:00:04.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T14:00:04.661Z] [2020-06-15T14:00:04.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T14:00:05.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T14:00:05.403Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T14:00:05.403Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T14:00:05.403Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T14:00:05.403Z] 756a868c4378: Pulling fs layer [2020-06-15T14:00:05.403Z] 444b2fc9a129: Pulling fs layer [2020-06-15T14:00:05.403Z] ea15f1150254: Pulling fs layer [2020-06-15T14:00:05.403Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T14:00:05.403Z] 28c525ee5125: Pulling fs layer [2020-06-15T14:00:05.403Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T14:00:05.403Z] 138eaada9080: Pulling fs layer [2020-06-15T14:00:05.403Z] 0622d0fa9048: Pulling fs layer [2020-06-15T14:00:05.403Z] 28c525ee5125: Waiting [2020-06-15T14:00:05.403Z] 094b1ea09ed8: Waiting [2020-06-15T14:00:05.403Z] 138eaada9080: Waiting [2020-06-15T14:00:05.403Z] 0622d0fa9048: Waiting [2020-06-15T14:00:05.403Z] 444b2fc9a129: Waiting [2020-06-15T14:00:05.403Z] ea15f1150254: Waiting [2020-06-15T14:00:05.403Z] 41b27a9f41bf: Waiting [2020-06-15T14:00:05.403Z] 2cc5ad85d9ab: Download complete [2020-06-15T14:00:05.403Z] 444b2fc9a129: Verifying Checksum [2020-06-15T14:00:05.403Z] 444b2fc9a129: Download complete [2020-06-15T14:00:05.731Z] c9b1b535fdd9: Verifying Checksum [2020-06-15T14:00:05.731Z] c9b1b535fdd9: Download complete [2020-06-15T14:00:05.731Z] ea15f1150254: Verifying Checksum [2020-06-15T14:00:05.731Z] ea15f1150254: Download complete [2020-06-15T14:00:06.073Z] 28c525ee5125: Verifying Checksum [2020-06-15T14:00:06.073Z] 28c525ee5125: Download complete [2020-06-15T14:00:06.879Z] c9b1b535fdd9: Pull complete [2020-06-15T14:00:07.246Z] 2cc5ad85d9ab: Pull complete [2020-06-15T14:00:07.775Z] 756a868c4378: Verifying Checksum [2020-06-15T14:00:07.775Z] 756a868c4378: Download complete [2020-06-15T14:00:08.556Z] 138eaada9080: Verifying Checksum [2020-06-15T14:00:08.556Z] 138eaada9080: Download complete [2020-06-15T14:00:08.556Z] 0622d0fa9048: Verifying Checksum [2020-06-15T14:00:08.556Z] 0622d0fa9048: Download complete [2020-06-15T14:00:08.556Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T14:00:08.556Z] 094b1ea09ed8: Download complete [2020-06-15T14:00:09.277Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T14:00:09.277Z] 41b27a9f41bf: Download complete [2020-06-15T14:00:10.822Z] 756a868c4378: Pull complete [2020-06-15T14:00:10.822Z] 444b2fc9a129: Pull complete [2020-06-15T14:00:11.458Z] ea15f1150254: Pull complete [2020-06-15T14:00:16.994Z] 41b27a9f41bf: Pull complete [2020-06-15T14:00:16.994Z] 28c525ee5125: Pull complete [2020-06-15T14:00:20.429Z] 094b1ea09ed8: Pull complete [2020-06-15T14:00:20.429Z] 138eaada9080: Pull complete [2020-06-15T14:00:20.429Z] 0622d0fa9048: Pull complete [2020-06-15T14:00:20.429Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T14:00:20.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T14:00:20.429Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T14:00:20.664Z] prd-centos7-docker-4c-2g-3012 does not seem to be running inside a container [2020-06-15T14:00:20.745Z] $ 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-268 -v /w/workspace/edgexfoundry_device-sdk-c_PR-268:/w/workspace/edgexfoundry_device-sdk-c_PR-268:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-268@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-15T14:00:24.267Z] $ docker top 6c716174ab13fb7ed1ffd3db5fbca8523100a0daf0635f97f8f2dea06afdb7bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T14:00:24.458Z] provisioning config files... [2020-06-15T14:00:24.479Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/config1719775006337793623tmp [Pipeline] { [Pipeline] echo [2020-06-15T14:00:24.522Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T14:00:24.888Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T14:00:24.900Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T14:00:25.210Z] ---> logs-deploy.sh [2020-06-15T14:00:25.210Z] + ARCHIVE_ARTIFACTS= [2020-06-15T14:00:25.210Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T14:00:25.210Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T14:00:25.210Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T14:00:25.210Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-268/2 [2020-06-15T14:00:25.210Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-268/2/ [2020-06-15T14:00:25.210Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-268/2 /w/workspace/edgexfoundry_device-sdk-c_PR-268 [2020-06-15T14:00:27.155Z] Archives upload complete. [2020-06-15T14:00:27.155Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-268/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-268/2/