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 13:54:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:54:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:54:08 ========================================================= 13:54:08 EdgeX Global Pipelines Version Info 13:54:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:54:12 ------------------- 13:54:12 stable info: 13:54:12 ------------------- 13:54:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:54:12 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 13:54:12 Message: update stable to v1.0.89 13:54:14 ------------------- 13:54:14 experimental info: 13:54:14 ------------------- 13:54:14 Commited By: **** collab-it+edgex@linuxfoundation.org 13:54:14 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 13:54:14 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 13:54:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:17 13:54:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:54:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:17 latest: Pulling from edgex-devops/git-semver 13:54:17 9123ac7c32f7: Pulling fs layer 13:54:17 b8cc5d1170e3: Pulling fs layer 13:54:17 2924cbbf6a41: Pulling fs layer 13:54:17 93b08a4f1073: Pulling fs layer 13:54:17 93b08a4f1073: Waiting 13:54:17 b8cc5d1170e3: Verifying Checksum 13:54:17 b8cc5d1170e3: Download complete 13:54:17 9123ac7c32f7: Download complete 13:54:18 2924cbbf6a41: Verifying Checksum 13:54:18 2924cbbf6a41: Download complete 13:54:18 93b08a4f1073: Verifying Checksum 13:54:18 93b08a4f1073: Download complete 13:54:18 9123ac7c32f7: Pull complete 13:54:18 b8cc5d1170e3: Pull complete 13:54:19 2924cbbf6a41: Pull complete 13:54:20 93b08a4f1073: Pull complete 13:54:20 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 13:54:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:54:20 prd-centos7-docker-4c-2g-3012 does not seem to be running inside a container 13:54:20 $ 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 13:54:22 $ docker top 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:54:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:22 [ssh-agent] Looking for ssh-agent implementation... 13:54:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:23 $ docker exec 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent 13:54:23 SSH_AUTH_SOCK=/tmp/ssh-I9BXbicU6H0r/agent.11 13:54:23 SSH_AGENT_PID=16 13:54:23 Running ssh-add (command line suppressed) 13:54:24 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) 13:54:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:24 + git describe --exact-match --tags HEAD 13:54:24 fatal: No names found, cannot describe anything. [Pipeline] } 13:54:24 $ docker exec --env ******** --env ******** 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent -k 13:54:25 unset SSH_AUTH_SOCK; 13:54:25 unset SSH_AGENT_PID; 13:54:25 echo Agent pid 16 killed; 13:54:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:54:25 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:54:25 This usually means this commit has not been tagged. [Pipeline] sshagent 13:54:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:25 [ssh-agent] Looking for ssh-agent implementation... 13:54:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:25 $ docker exec 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent 13:54:25 SSH_AUTH_SOCK=/tmp/ssh-j0Kk2UzO2X6r/agent.46 13:54:25 SSH_AGENT_PID=52 13:54:25 Running ssh-add (command line suppressed) 13:54:26 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) 13:54:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:26 + git semver init 13:54:26 # -> Open(): unable to determine branch for HEAD 13:54:26 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-268/.git 13:54:26 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-268 13:54:26 # $SEMVER_REMOTE_NAME = origin 13:54:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:54:26 # $SEMVER_USER_NAME = edgex-jenkins 13:54:26 # $SEMVER_BRANCH = PR-268 13:54:26 # $SEMVER_TEMP = /tmp/semver-090674197 13:54:26 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 13:54:27 # '/tmp/semver-090674197' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-268/.semver' 13:54:27 # -> Force: false 13:54:27 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-268/.semver [Pipeline] } 13:54:27 $ docker exec --env ******** --env ******** 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a ssh-agent -k 13:54:27 unset SSH_AUTH_SOCK; 13:54:27 unset SSH_AGENT_PID; 13:54:27 echo Agent pid 52 killed; 13:54:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:54:28 + git semver [Pipeline] } 13:54:28 $ docker stop --time=1 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a 13:54:30 $ docker rm -f 7bcec306a4e7807cd14501e9ce614bbde44a78df1582723c1aba68645bd90c5a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:54:32 Stashed 48 file(s) [Pipeline] echo 13:54:32 [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 13:54:47 Still waiting to schedule task 13:54:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3012’ 13:54:47 Still waiting to schedule task 13:54:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 13:56:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3013 in /w/workspace/edgexfoundry_device-sdk-c_PR-268 [Pipeline] { [Pipeline] ws 13:56:40 Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout 13:56:45 using credential edgex-jenkins-ssh 13:56:45 Cloning the remote Git repository 13:56:45 Cloning with configured refspecs honoured and without tags 13:56:45 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 13:56:45 > git init /w/workspace/device-sdk-c/2 # timeout=10 13:56:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 13:56:45 > git --version # timeout=10 13:56:45 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:45 > 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 13:56:47 Fetching without tags 13:56:47 Merging remotes/origin/master commit 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 into PR head commit 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:56:47 Merge succeeded, producing 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:56:47 Checking out Revision 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d (PR-268) 13:56:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 13:56:46 > git config --add remote.origin.fetch +refs/pull/268/head:refs/remotes/origin/PR-268 # timeout=10 13:56:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:56:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 13:56:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 13:56:47 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:47 > 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 13:56:47 > git config core.sparsecheckout # timeout=10 13:56:47 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 13:56:47 > git remote # timeout=10 13:56:47 > git config --get remote.origin.url # timeout=10 13:56:47 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:47 > git merge 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 13:56:47 > git rev-parse HEAD^{commit} # timeout=10 13:56:47 > git config core.sparsecheckout # timeout=10 13:56:47 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 13:56:52 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 13:56:54 ========================================================= 13:56:54 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 13:56:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:56:55 + 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 . 13:56:56 Sending build context to Docker daemon 3.238MB 13:56:56 Step 1/21 : ARG BASE=alpine:3.9 13:56:56 Step 2/21 : FROM ${BASE} as builder 13:56:56 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 13:56:56 0362ad1dd800: Pulling fs layer 13:56:56 f2cdb1532d8b: Pulling fs layer 13:56:56 37ed683be191: Pulling fs layer 13:56:56 f2cdb1532d8b: Download complete 13:56:56 0362ad1dd800: Verifying Checksum 13:56:56 0362ad1dd800: Download complete 13:56:57 0362ad1dd800: Pull complete 13:56:58 f2cdb1532d8b: Pull complete 13:56:59 37ed683be191: Verifying Checksum 13:56:59 37ed683be191: Download complete 13:57:07 37ed683be191: Pull complete 13:57:07 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 13:57:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 13:57:07 ---> b23d30803547 13:57:07 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 13:57:10 ---> Running in bb4e23e9bdfb 13:57:11 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 13:57:12 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 13:57:13 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 13:57:13 (2/8) Installing libuuid (2.33-r0) 13:57:13 (3/8) Installing libblkid (2.33-r0) 13:57:13 (4/8) Installing libfdisk (2.33-r0) 13:57:13 (5/8) Installing libmount (2.33-r0) 13:57:13 (6/8) Installing libsmartcols (2.33-r0) 13:57:13 (7/8) Installing util-linux-dev (2.33-r0) 13:57:13 (8/8) Installing wget (1.20.3-r0) 13:57:14 Executing busybox-1.29.3-r10.trigger 13:57:14 OK: 285 MiB in 83 packages 13:57:15 Removing intermediate container bb4e23e9bdfb 13:57:15 ---> 65281f082db3 13:57:15 Step 4/21 : ENV CBOR_VERSION=0.5.0 13:57:15 ---> Running in 72550d3d4988 13:57:16 Removing intermediate container 72550d3d4988 13:57:16 ---> 23f6fc32b7af 13:57:16 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 13:57:16 ---> Running in 6da14b83cc42 13:57:17 --2020-06-15 13:57:17-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 13:57:17 Resolving github.com... 140.82.113.4 13:57:17 Connecting to github.com|140.82.113.4|:443... connected. 13:57:18 HTTP request sent, awaiting response... 302 Found 13:57:18 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 13:57:18 --2020-06-15 13:57:18-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 13:57:18 Resolving codeload.github.com... 140.82.114.9 13:57:18 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:57:18 HTTP request sent, awaiting response... 200 OK 13:57:18 Length: unspecified [application/x-gzip] 13:57:18 Saving to: 'STDOUT' 13:57:18  13:57:18 0K .......... .......... .......... .......... .......... 1.56M 13:57:18 50K .......... .......... .......... .......... .......... 2.87M 13:57:18 100K .......... .......... .......... .......... .......... 14.3M 13:57:18 150K .......... .......... .......... .......... .......... 3.72M 13:57:18 200K .......... .......... .......... .......... .......... 11.1M 13:57:18 250K .......... .......... .......... .......... .......... 3.32M 13:57:18 300K .......... .......... .......... .......... .......... 4.78M 13:57:18 350K .......... .......... .......... .......... .......... 3.94M 13:57:18 400K .......... .......... .......... .......... .......... 3.89M 13:57:18 450K .......... .......... .......... .......... .......... 4.04M 13:57:18 500K .......... .......... .......... .......... .......... 7.39M 13:57:18 550K .......... .......... .......... .......... .......... 2.82M 13:57:18 600K .......... .......... .......... .......... .......... 928K 13:57:18 650K .......... .......... .......... .......... .......... 1.85M 13:57:18 700K ..        2.66M=0.2s 13:57:18 13:57:18 2020-06-15 13:57:18 (2.90 MB/s) - written to stdout [719348] 13:57:18 13:57:19 -- The C compiler identification is GNU 8.3.0 13:57:19 -- The CXX compiler identification is GNU 8.3.0 13:57:19 -- Check for working C compiler: /usr/bin/cc 13:57:19 -- Check for working C compiler: /usr/bin/cc -- works 13:57:19 -- Detecting C compiler ABI info 13:57:19 -- Detecting C compiler ABI info - done 13:57:19 -- Detecting C compile features 13:57:20 -- Detecting C compile features - done 13:57:20 -- Check for working CXX compiler: /usr/bin/c++ 13:57:20 -- Check for working CXX compiler: /usr/bin/c++ -- works 13:57:20 -- Detecting CXX compiler ABI info 13:57:20 -- Detecting CXX compiler ABI info - done 13:57:20 -- Detecting CXX compile features 13:57:22 -- Detecting CXX compile features - done 13:57:22 -- Looking for include file endian.h 13:57:22 -- Looking for include file endian.h - found 13:57:22 -- Check if the system is big endian 13:57:22 -- Searching 16 bit integer 13:57:22 -- Looking for sys/types.h 13:57:23 -- Looking for sys/types.h - found 13:57:23 -- Looking for stdint.h 13:57:23 -- Looking for stdint.h - found 13:57:23 -- Looking for stddef.h 13:57:23 -- Looking for stddef.h - found 13:57:23 -- Check size of unsigned short 13:57:23 -- Check size of unsigned short - done 13:57:23 -- Using unsigned short 13:57:24 -- Check if the system is big endian - little endian 13:57:24 -- Check size of size_t 13:57:24 -- Check size of size_t - done 13:57:24 CMake Warning at examples/CMakeLists.txt:16 (find_package): 13:57:24 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 13:57:24 asked CMake to find a package configuration file provided by "cJSON", but 13:57:24 CMake did not find one. 13:57:24 13:57:24 Could not find a package configuration file provided by "cJSON" with any of 13:57:24 the following names: 13:57:24 13:57:24 cJSONConfig.cmake 13:57:24 cjson-config.cmake 13:57:24 13:57:24 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 13:57:24 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 13:57:24 provides a separate development package or SDK, be sure it has been 13:57:24 installed. 13:57:24 13:57:24 13:57:24 -- Configuring done 13:57:24 -- Generating done 13:57:24 -- Build files have been written to: /tmp/cbor 13:57:24 Scanning dependencies of target cbor_shared 13:57:24 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 13:57:25 Running on prd-centos7-docker-4c-2g-3014 in /w/workspace/edgexfoundry_device-sdk-c_PR-268 [Pipeline] { [Pipeline] ws 13:57:25 Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout 13:57:25 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 13:57:26 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 13:57:26 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 13:57:27 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 13:57:27 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 13:57:27 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 13:57:27 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 13:57:27 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 13:57:28 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 13:57:28 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 13:57:28 using credential edgex-jenkins-ssh 13:57:28 Cloning the remote Git repository 13:57:28 Cloning with configured refspecs honoured and without tags 13:57:28 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 13:57:28 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 13:57:28 > git init /w/workspace/device-sdk-c/2 # timeout=10 13:57:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 13:57:29 > git --version # timeout=10 13:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:29 > 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 13:57:29 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 13:57:29 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 13:57:30 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 13:57:30 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 13:57:30 Fetching without tags 13:57:30 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 13:57:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 13:57:30 > git config --add remote.origin.fetch +refs/pull/268/head:refs/remotes/origin/PR-268 # timeout=10 13:57:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:57:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 13:57:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 13:57:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:30 > 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 13:57:30 Merging remotes/origin/master commit 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 into PR head commit 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:57:30 Merge succeeded, producing 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:57:30 Checking out Revision 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d (PR-268) 13:57:30 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 13:57:30 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 13:57:31 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 13:57:31 [ 40%] Linking C shared library libcbor.so 13:57:31 [ 40%] Built target cbor_shared 13:57:31 Scanning dependencies of target cbor 13:57:30 > git config core.sparsecheckout # timeout=10 13:57:30 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 13:57:30 > git remote # timeout=10 13:57:30 > git config --get remote.origin.url # timeout=10 13:57:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:30 > git merge 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 13:57:30 > git rev-parse HEAD^{commit} # timeout=10 13:57:30 > git config core.sparsecheckout # timeout=10 13:57:30 > git checkout -f 51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d # timeout=10 13:57:31 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 13:57:32 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 13:57:32 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 13:57:33 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 13:57:34 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 13:57:34 Commit message: "feat: Serialiaze events for transmission to core-data with configurable queue length" 13:57:34 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 13:57:34 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [Pipeline] script [Pipeline] { [Pipeline] unstash 13:57:34 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [Pipeline] echo 13:57:34 ========================================================= 13:57:34 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 13:57:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:57:35 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 13:57:35 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 13:57:35 + 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 . 13:57:36 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 13:57:36 Sending build context to Docker daemon 3.238MB 13:57:36 Step 1/21 : ARG BASE=alpine:3.9 13:57:36 Step 2/21 : FROM ${BASE} as builder 13:57:36 latest: Pulling from edgex-devops/edgex-gcc-base 13:57:36 e7c96db7181b: Pulling fs layer 13:57:36 4c13bbce0fe7: Pulling fs layer 13:57:36 6059c847ac2f: Pulling fs layer 13:57:36 4c13bbce0fe7: Verifying Checksum 13:57:36 4c13bbce0fe7: Download complete 13:57:36 e7c96db7181b: Verifying Checksum 13:57:36 e7c96db7181b: Download complete 13:57:36 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 13:57:36 e7c96db7181b: Pull complete 13:57:36 4c13bbce0fe7: Pull complete 13:57:36 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 13:57:37 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 13:57:37 6059c847ac2f: Verifying Checksum 13:57:37 6059c847ac2f: Download complete 13:57:37 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 13:57:37 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 13:57:38 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 13:57:38 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 13:57:38 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 13:57:38 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 13:57:38 [ 80%] Linking C static library libcbor.a 13:57:38 [ 80%] Built target cbor 13:57:38 Scanning dependencies of target create_items 13:57:39 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 13:57:39 [ 84%] Linking C executable create_items 13:57:39 [ 84%] Built target create_items 13:57:39 Scanning dependencies of target readfile 13:57:39 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 13:57:39 [ 88%] Linking C executable readfile 13:57:39 [ 88%] Built target readfile 13:57:39 Scanning dependencies of target streaming_parser 13:57:39 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 13:57:40 [ 92%] Linking C executable streaming_parser 13:57:40 [ 92%] Built target streaming_parser 13:57:40 Scanning dependencies of target sort 13:57:40 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 13:57:40 [ 96%] Linking C executable sort 13:57:40 [ 96%] Built target sort 13:57:40 Scanning dependencies of target hello 13:57:40 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 13:57:40 [100%] Linking C executable hello 13:57:40 [100%] Built target hello 13:57:40 Install the project... 13:57:40 -- Install configuration: "Release" 13:57:40 -- Installing: /usr/local/include/cbor/configuration.h 13:57:40 -- Installing: /usr/local/lib64/libcbor.a 13:57:40 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 13:57:40 -- Installing: /usr/local/lib64/libcbor.so.0 13:57:40 -- Installing: /usr/local/lib64/libcbor.so 13:57:40 -- Up-to-date: /usr/local/include/cbor 13:57:40 -- Installing: /usr/local/include/cbor/streaming.h 13:57:40 -- Installing: /usr/local/include/cbor/ints.h 13:57:40 -- Installing: /usr/local/include/cbor/floats_ctrls.h 13:57:40 -- Installing: /usr/local/include/cbor/bytestrings.h 13:57:40 -- Installing: /usr/local/include/cbor/encoding.h 13:57:40 -- Installing: /usr/local/include/cbor/serialization.h 13:57:40 -- Installing: /usr/local/include/cbor/data.h 13:57:40 -- Installing: /usr/local/include/cbor/common.h 13:57:40 -- Installing: /usr/local/include/cbor/callbacks.h 13:57:40 -- Installing: /usr/local/include/cbor/strings.h 13:57:40 -- Installing: /usr/local/include/cbor/tags.h 13:57:40 -- Installing: /usr/local/include/cbor/internal 13:57:40 -- Installing: /usr/local/include/cbor/internal/encoders.h 13:57:40 -- Installing: /usr/local/include/cbor/internal/loaders.h 13:57:40 -- Installing: /usr/local/include/cbor/internal/stack.h 13:57:40 -- Installing: /usr/local/include/cbor/internal/unicode.h 13:57:40 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 13:57:40 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 13:57:40 -- Installing: /usr/local/include/cbor/arrays.h 13:57:40 -- Installing: /usr/local/include/cbor/maps.h 13:57:40 -- Installing: /usr/local/include/cbor.h 13:57:40 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 13:57:42 6059c847ac2f: Pull complete 13:57:42 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 13:57:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 13:57:42 ---> 5eabd8fd8ba2 13:57:42 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 13:57:42 Removing intermediate container 6da14b83cc42 13:57:42 ---> ff412d8984d5 13:57:42 Step 6/21 : RUN mkdir /tmp/sdk 13:57:42 ---> Running in 463ce3f83c0a 13:57:43 ---> Running in 526688d029e1 13:57:44 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 13:57:44 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 13:57:44 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 13:57:45 (2/8) Installing libuuid (2.33-r0) 13:57:45 (3/8) Installing libblkid (2.33-r0) 13:57:45 (4/8) Installing libfdisk (2.33-r0) 13:57:45 Removing intermediate container 463ce3f83c0a 13:57:45 ---> c87b21fc0289 13:57:45 Step 7/21 : COPY VERSION /tmp/sdk 13:57:45 (5/8) Installing libmount (2.33-r0) 13:57:45 (6/8) Installing libsmartcols (2.33-r0) 13:57:45 (7/8) Installing util-linux-dev (2.33-r0) 13:57:46 ---> 7a660abf5818 13:57:46 Step 8/21 : COPY src /tmp/sdk/src 13:57:46 (8/8) Installing wget (1.20.3-r0) 13:57:46 Executing busybox-1.29.3-r10.trigger 13:57:46 OK: 272 MiB in 83 packages 13:57:46 Removing intermediate container 526688d029e1 13:57:46 ---> ee0f04489186 13:57:46 Step 4/21 : ENV CBOR_VERSION=0.5.0 13:57:46 ---> Running in 76368851a57f 13:57:46 Removing intermediate container 76368851a57f 13:57:46 ---> 684378bfed2b 13:57:46 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 13:57:46 ---> Running in 7a3ca690e0b6 13:57:47 ---> 6a39f1cc466f 13:57:47 Step 9/21 : COPY include /tmp/sdk/include 13:57:47 --2020-06-15 13:57:47-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 13:57:47 Resolving github.com... 140.82.113.4 13:57:47 Connecting to github.com|140.82.113.4|:443... connected. 13:57:47 ---> c1a0eb90b02d 13:57:47 Step 10/21 : COPY scripts /tmp/sdk/scripts 13:57:47 HTTP request sent, awaiting response... 302 Found 13:57:47 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 13:57:47 --2020-06-15 13:57:47-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 13:57:47 Resolving codeload.github.com... 140.82.114.9 13:57:47 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:57:47 HTTP request sent, awaiting response... 200 OK 13:57:47 Length: unspecified [application/x-gzip] 13:57:47 Saving to: 'STDOUT' 13:57:47 13:57:47 0K .......... .......... .......... .......... .......... 1.50M 13:57:47 50K .......... .......... .......... .......... .......... 3.05M 13:57:47 100K .......... .......... .......... .......... .......... 23.3M 13:57:47 150K .......... .......... .......... .......... .......... 35.4M 13:57:48 200K .......... .......... .......... .......... .......... 2.91M 13:57:48 250K .......... .......... .......... .......... .......... 8.40M 13:57:48 300K .......... .......... .......... .......... .......... 6.05M 13:57:48 350K .......... .......... .......... .......... .......... 7.23M 13:57:48 400K .......... .......... .......... .......... .......... 6.42M 13:57:48 450K .......... .......... .......... .......... .......... 3.77M 13:57:48 500K .......... .......... .......... .......... .......... 53.4M 13:57:48 550K .......... .......... .......... .......... .......... 8.13M 13:57:48 600K .......... .......... .......... .......... .......... 1.70M 13:57:48 650K .......... .......... .......... .......... .......... 4.27M 13:57:48 700K .. 46.6M=0.2s 13:57:48 13:57:48 2020-06-15 13:57:47 (4.36 MB/s) - written to stdout [719348] 13:57:48 13:57:48 -- The C compiler identification is GNU 8.3.0 13:57:48 -- The CXX compiler identification is GNU 8.3.0 13:57:48 -- Check for working C compiler: /usr/bin/cc 13:57:48 -- Check for working C compiler: /usr/bin/cc -- works 13:57:48 -- Detecting C compiler ABI info 13:57:48 -- Detecting C compiler ABI info - done 13:57:48 -- Detecting C compile features 13:57:48 -- Detecting C compile features - done 13:57:48 -- Check for working CXX compiler: /usr/bin/c++ 13:57:48 ---> c0e0db9edb98 13:57:48 Step 11/21 : COPY LICENSE /tmp/sdk 13:57:48 -- Check for working CXX compiler: /usr/bin/c++ -- works 13:57:48 -- Detecting CXX compiler ABI info 13:57:48 -- Detecting CXX compiler ABI info - done 13:57:48 -- Detecting CXX compile features 13:57:49 ---> fdfdfd5eb76a 13:57:49 Step 12/21 : COPY Attribution.txt /tmp/sdk 13:57:49 -- Detecting CXX compile features - done 13:57:49 -- Looking for include file endian.h 13:57:49 -- Looking for include file endian.h - found 13:57:49 -- Check if the system is big endian 13:57:49 -- Searching 16 bit integer 13:57:49 -- Looking for sys/types.h 13:57:49 -- Looking for sys/types.h - found 13:57:49 -- Looking for stdint.h 13:57:49 -- Looking for stdint.h - found 13:57:49 -- Looking for stddef.h 13:57:49 -- Looking for stddef.h - found 13:57:49 -- Check size of unsigned short 13:57:49 -- Check size of unsigned short - done 13:57:49 -- Using unsigned short 13:57:49 ---> 61b349086c7b 13:57:49 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 13:57:49 -- Check if the system is big endian - little endian 13:57:49 -- Check size of size_t 13:57:49 -- Check size of size_t - done 13:57:49 CMake Warning at examples/CMakeLists.txt:16 (find_package): 13:57:49 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 13:57:49 asked CMake to find a package configuration file provided by "cJSON", but 13:57:49 CMake did not find one. 13:57:49 13:57:49 Could not find a package configuration file provided by "cJSON" with any of 13:57:49 the following names: 13:57:49 13:57:49 cJSONConfig.cmake 13:57:49 cjson-config.cmake 13:57:49 13:57:49 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 13:57:49 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 13:57:49 provides a separate development package or SDK, be sure it has been 13:57:49 installed. 13:57:49 13:57:49 13:57:49 -- Configuring done 13:57:49 -- Generating done 13:57:50 ---> Running in 6f830f6f2f1f 13:57:50 -- Build files have been written to: /tmp/cbor 13:57:50 Scanning dependencies of target cbor_shared 13:57:50 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 13:57:50 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 13:57:50 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 13:57:50 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 13:57:50 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 13:57:50 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 13:57:50 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 13:57:50 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 13:57:50 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 13:57:50 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 13:57:51 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 13:57:51 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 13:57:51 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 13:57:51 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 13:57:51 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 13:57:51 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 13:57:51 + CPPCHECK=false 13:57:51 + DOCGEN=false 13:57:51 + TOMLVER=SDK-0.2 13:57:51 + CUTILVER=1.0.4 13:57:51 + '[' 0 -gt 0 ] 13:57:51 + readlink -f ./scripts/build.sh 13:57:51 + dirname /tmp/sdk/scripts/build.sh 13:57:51 + dirname /tmp/sdk/scripts 13:57:51 + ROOT=/tmp/sdk 13:57:51 + cd /tmp/sdk 13:57:51 + '[' '!' -d deps ] 13:57:51 + mkdir deps 13:57:51 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 13:57:51 + tar -C deps -z -x -f - 13:57:51 --2020-06-15 13:57:51-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 13:57:51 Resolving github.com... 140.82.113.4 13:57:51 Connecting to github.com|140.82.113.4|:443... connected. 13:57:51 HTTP request sent, awaiting response... 302 Found 13:57:51 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 13:57:51 --2020-06-15 13:57:51-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 13:57:51 Resolving codeload.github.com... 140.82.114.9 13:57:51 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:57:51 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 13:57:51 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 13:57:51 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 13:57:51 HTTP request sent, awaiting response... 200 OK 13:57:51 Length: unspecified [application/x-gzip] 13:57:51 Saving to: 'STDOUT' 13:57:51  13:57:51 0K .......... ......    1.06M=0.01s 13:57:51 13:57:51 2020-06-15 13:57:51 (1.06 MB/s) - written to stdout [16451] 13:57:51 13:57:51 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 13:57:51 + wget -O -+ https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz 13:57:51 tar -C deps -z -x -f - 13:57:51 --2020-06-15 13:57:51-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz 13:57:51 Resolving github.com... 140.82.113.4 13:57:51 Connecting to github.com|140.82.113.4|:443... connected. 13:57:51 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 13:57:51 [ 40%] Linking C shared library libcbor.so 13:57:51 [ 40%] Built target cbor_shared 13:57:51 Scanning dependencies of target cbor 13:57:51 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 13:57:52 HTTP request sent, awaiting response... 302 Found 13:57:52 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] 13:57:52 --2020-06-15 13:57:51-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 13:57:52 Resolving codeload.github.com... 140.82.114.9 13:57:52 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:57:52 HTTP request sent, awaiting response... 200 OK 13:57:52 Length: unspecified [application/x-gzip] 13:57:52 Saving to: 'STDOUT' 13:57:52  13:57:52 0K .......... .......... .......... .......... .......... 1.54M 13:57:52 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 13:57:52 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 13:57:52 50K .......... .......... .......... .......... .......... 2.40M 13:57:52 100K .......... .......... .......... .......... .......... 4.22M 13:57:52 150K ........ 6.52M=0.06s 13:57:52 13:57:52 2020-06-15 13:57:52 (2.38 MB/s) - written to stdout [162267] 13:57:52 13:57:52 + mkdir -p src/c/iot 13:57:52 + 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 13:57:52 + mkdir -p include/iot 13:57:52 + 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 13:57:52 + mkdir -p include/iot/os 13:57:52 + 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 13:57:52 + mkdir -p /tmp/sdk/build/release 13:57:52 + cd /tmp/sdk/build/release 13:57:52 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 13:57:52 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 13:57:52 -- The C compiler identification is GNU 8.3.0 13:57:52 -- Check for working C compiler: /usr/bin/cc 13:57:52 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 13:57:52 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 13:57:52 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 13:57:52 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 13:57:52 -- Check for working C compiler: /usr/bin/cc -- works 13:57:52 -- Detecting C compiler ABI info 13:57:53 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 13:57:53 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 13:57:53 -- Detecting C compiler ABI info - done 13:57:53 -- Detecting C compile features 13:57:53 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 13:57:53 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 13:57:53 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 13:57:53 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 13:57:53 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 13:57:53 -- Detecting C compile features - done 13:57:53 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 13:57:53 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 13:57:53 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 13:57:53 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 13:57:53 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 13:57:53 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 13:57:54 -- Found LIBYAML: /usr/lib/libyaml.so 13:57:54 -- Found LIBUUID: /usr/lib/libuuid.so 13:57:54 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 13:57:54 -- C SDK 0.0.0 for Linux 13:57:54 -- Performing Test CSDK_HAVE_ATOMIC 13:57:54 -- Performing Test CSDK_HAVE_ATOMIC - Success 13:57:54 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 13:57:54 [ 80%] Linking C static library libcbor.a 13:57:54 [ 80%] Built target cbor 13:57:54 Scanning dependencies of target create_items 13:57:54 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 13:57:54 [ 84%] Linking C executable create_items 13:57:54 -- Found Curses: /usr/lib/libcurses.so 13:57:54 -- Configuring done 13:57:54 [ 84%] Built target create_items 13:57:54 Scanning dependencies of target readfile 13:57:54 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 13:57:54 [ 88%] Linking C executable readfile 13:57:54 [ 88%] Built target readfile 13:57:54 Scanning dependencies of target streaming_parser 13:57:54 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 13:57:54 [ 92%] Linking C executable streaming_parser 13:57:54 [ 92%] Built target streaming_parser 13:57:54 -- Generating done 13:57:54 -- Build files have been written to: /tmp/sdk/build/release 13:57:54 + + teemake 13:57:54 release.log 13:57:54 Scanning dependencies of target csdk 13:57:54 Scanning dependencies of target sort 13:57:54 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 13:57:54 [ 96%] Linking C executable sort 13:57:54 [ 96%] Built target sort 13:57:54 Scanning dependencies of target hello 13:57:54 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 13:57:54 [100%] Linking C executable hello 13:57:54 [100%] Built target hello 13:57:54 Install the project... 13:57:54 -- Install configuration: "Release" 13:57:54 -- Installing: /usr/local/include/cbor/configuration.h 13:57:54 -- Installing: /usr/local/lib64/libcbor.a 13:57:54 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 13:57:54 -- Installing: /usr/local/lib64/libcbor.so.0 13:57:54 -- Installing: /usr/local/lib64/libcbor.so 13:57:54 -- Up-to-date: /usr/local/include/cbor 13:57:54 -- Installing: /usr/local/include/cbor/arrays.h 13:57:54 -- Installing: /usr/local/include/cbor/bytestrings.h 13:57:54 -- Installing: /usr/local/include/cbor/callbacks.h 13:57:54 -- Installing: /usr/local/include/cbor/common.h 13:57:54 -- Installing: /usr/local/include/cbor/data.h 13:57:54 -- Installing: /usr/local/include/cbor/encoding.h 13:57:54 -- Installing: /usr/local/include/cbor/floats_ctrls.h 13:57:54 -- Installing: /usr/local/include/cbor/internal 13:57:54 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 13:57:54 -- Installing: /usr/local/include/cbor/internal/encoders.h 13:57:54 -- Installing: /usr/local/include/cbor/internal/loaders.h 13:57:54 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 13:57:54 -- Installing: /usr/local/include/cbor/internal/stack.h 13:57:54 -- Installing: /usr/local/include/cbor/internal/unicode.h 13:57:54 -- Installing: /usr/local/include/cbor/ints.h 13:57:54 -- Installing: /usr/local/include/cbor/maps.h 13:57:54 -- Installing: /usr/local/include/cbor/serialization.h 13:57:54 -- Installing: /usr/local/include/cbor/streaming.h 13:57:54 -- Installing: /usr/local/include/cbor/strings.h 13:57:54 -- Installing: /usr/local/include/cbor/tags.h 13:57:54 -- Installing: /usr/local/include/cbor.h 13:57:54 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 13:57:54 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 13:57:55 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 13:57:55 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 13:57:57 Removing intermediate container 7a3ca690e0b6 13:57:57 ---> c6626f6efdf1 13:57:57 Step 6/21 : RUN mkdir /tmp/sdk 13:57:57 ---> Running in ab762ef996f5 13:57:57 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 13:57:57 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 13:57:58 Removing intermediate container ab762ef996f5 13:57:58 ---> cfe2fc4f71a5 13:57:58 Step 7/21 : COPY VERSION /tmp/sdk 13:57:58 ---> 48c899f3cdfb 13:57:58 Step 8/21 : COPY src /tmp/sdk/src 13:57:58 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 13:57:59 ---> 1a71958d2443 13:57:59 Step 9/21 : COPY include /tmp/sdk/include 13:57:59 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 13:57:59 ---> ca6f90b3bb99 13:57:59 Step 10/21 : COPY scripts /tmp/sdk/scripts 13:57:59 ---> 1f7480755a32 13:57:59 Step 11/21 : COPY LICENSE /tmp/sdk 13:57:59 ---> ef94d9d42f8c 13:57:59 Step 12/21 : COPY Attribution.txt /tmp/sdk 13:57:59 ---> 06d8c7650000 13:57:59 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 13:58:00 ---> Running in 56cd9173c0a3 13:58:00 + CPPCHECK=false 13:58:00 + DOCGEN=false 13:58:00 + TOMLVER=SDK-0.2 13:58:00 + CUTILVER=1.0.4 13:58:00 + '[' 0 -gt 0 ] 13:58:00 + readlink -f ./scripts/build.sh 13:58:00 + dirname /tmp/sdk/scripts/build.sh 13:58:00 + dirname /tmp/sdk/scripts 13:58:00 + ROOT=/tmp/sdk 13:58:00 + cd /tmp/sdk 13:58:00 + '[' '!' -d deps ] 13:58:00 + mkdir deps 13:58:00 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 13:58:00 + tar -C deps -z -x -f - 13:58:00 --2020-06-15 13:58:00-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 13:58:00 Resolving github.com... 140.82.113.4 13:58:00 Connecting to github.com|140.82.113.4|:443... connected. 13:58:00 HTTP request sent, awaiting response... 302 Found 13:58:00 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 13:58:00 --2020-06-15 13:58:00-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 13:58:00 Resolving codeload.github.com... 140.82.114.9 13:58:00 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:58:00 HTTP request sent, awaiting response... 200 OK 13:58:00 Length: unspecified [application/x-gzip] 13:58:00 Saving to: 'STDOUT' 13:58:00 13:58:00 0K .......... ...... 1.04M=0.02s 13:58:00 13:58:00 2020-06-15 13:58:00 (1.04 MB/s) - written to stdout [16451] 13:58:00 13:58:00 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 13:58:00 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz 13:58:00 + tar -C deps -z -x -f - 13:58:00 --2020-06-15 13:58:00-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz 13:58:00 Resolving github.com... 140.82.113.4 13:58:00 Connecting to github.com|140.82.113.4|:443... connected. 13:58:00 HTTP request sent, awaiting response... 302 Found 13:58:00 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] 13:58:00 --2020-06-15 13:58:00-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 13:58:00 Resolving codeload.github.com... 140.82.114.9 13:58:00 Connecting to codeload.github.com|140.82.114.9|:443... connected. 13:58:00 HTTP request sent, awaiting response... 200 OK 13:58:00 Length: unspecified [application/x-gzip] 13:58:00 Saving to: 'STDOUT' 13:58:00 13:58:00 0K .......... .......... .......... .......... .......... 1.34M 13:58:00 50K .......... .......... .......... .......... .......... 4.52M 13:58:00 100K .......... .......... .......... .......... .......... 5.83M 13:58:00 150K ........ 36.6M=0.06s 13:58:00 13:58:00 2020-06-15 13:58:00 (2.77 MB/s) - written to stdout [162267] 13:58:00 13:58:00 + mkdir -p src/c/iot 13:58:00 + 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 13:58:00 + mkdir -p include/iot 13:58:00 + 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 13:58:00 + mkdir -p include/iot/os 13:58:00 + 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 13:58:00 + mkdir -p /tmp/sdk/build/release 13:58:00 + cd /tmp/sdk/build/release 13:58:00 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 13:58:00 -- The C compiler identification is GNU 8.3.0 13:58:00 -- Check for working C compiler: /usr/bin/cc 13:58:01 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 13:58:01 [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 13:58:01 -- Check for working C compiler: /usr/bin/cc -- works 13:58:01 -- Detecting C compiler ABI info 13:58:01 -- Detecting C compiler ABI info - done 13:58:01 -- Detecting C compile features 13:58:01 -- Detecting C compile features - done 13:58:01 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 13:58:01 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 13:58:01 -- Found LIBYAML: /usr/lib/libyaml.so 13:58:01 -- Found LIBUUID: /usr/lib/libuuid.so 13:58:01 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 13:58:01 -- C SDK 0.0.0 for Linux 13:58:01 -- Performing Test CSDK_HAVE_ATOMIC 13:58:01 -- Performing Test CSDK_HAVE_ATOMIC - Success 13:58:01 -- Found Curses: /usr/lib/libcurses.so 13:58:01 -- Configuring done 13:58:01 -- Generating done 13:58:01 -- Build files have been written to: /tmp/sdk/build/release 13:58:01 + make 13:58:01 + tee release.log 13:58:01 Scanning dependencies of target csdk 13:58:01 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 13:58:01 [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 13:58:01 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 13:58:01 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 13:58:02 [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 13:58:02 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 13:58:02 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 13:58:02 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 13:58:02 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 13:58:02 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 13:58:03 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 13:58:03 [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 13:58:03 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 13:58:03 [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 13:58:03 [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 13:58:03 [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 13:58:04 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 13:58:04 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 13:58:04 [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 13:58:05 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 13:58:05 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 13:58:05 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 13:58:05 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 13:58:05 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 13:58:05 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 13:58:06 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 13:58:06 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 13:58:06 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 13:58:06 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 13:58:06 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 13:58:06 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 13:58:06 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 13:58:06 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 13:58:06 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 13:58:06 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 13:58:06 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 13:58:06 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 13:58:07 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 13:58:07 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 13:58:07 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 13:58:08 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 13:58:08 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 13:58:08 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 13:58:08 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 13:58:09 [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:09 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 13:58:09 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 13:58:09 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 13:58:09 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 13:58:10 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 13:58:10 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 13:58:10 [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 13:58:11 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 13:58:11 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 13:58:11 [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 13:58:11 [ 74%] Linking C shared library libcsdk.so 13:58:11 [ 74%] Built target csdk 13:58:11 Scanning dependencies of target template 13:58:11 [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 13:58:11 [ 78%] Linking C executable template 13:58:11 [ 78%] Built target template 13:58:11 Scanning dependencies of target device-counter 13:58:11 [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 13:58:11 [ 81%] Linking C executable device-counter 13:58:11 [ 81%] Built target device-counter 13:58:11 Scanning dependencies of target device-random 13:58:11 [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 13:58:11 [ 85%] Linking C executable device-random 13:58:12 [ 85%] Built target device-random 13:58:12 Scanning dependencies of target device-gyro 13:58:12 [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 13:58:12 [ 89%] Linking C executable device-gyro 13:58:12 [ 89%] Built target device-gyro 13:58:12 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 13:58:12 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 13:58:12 Scanning dependencies of target template-discovery 13:58:12 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 13:58:12 [ 92%] Linking C executable template-discovery 13:58:12 [ 92%] Built target template-discovery 13:58:12 Scanning dependencies of target device-terminal 13:58:12 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 13:58:12 [ 96%] Linking C executable device-terminal 13:58:12 [ 96%] Built target device-terminal 13:58:12 Scanning dependencies of target templatev1 13:58:12 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 13:58:12 [100%] Linking C executable templatev1 13:58:12 [100%] Built target templatev1 13:58:12 + make package 13:58:12 + tee -a release.log 13:58:13 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 13:58:13 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 13:58:13 [ 74%] Built target csdk 13:58:13 [ 78%] Built target template 13:58:13 [ 81%] Built target device-counter 13:58:13 [ 85%] Built target device-random 13:58:13 [ 89%] Built target device-gyro 13:58:13 [ 92%] Built target template-discovery 13:58:13 [ 96%] Built target device-terminal 13:58:13 [100%] Built target templatev1 13:58:13 Run CPack packaging tool... 13:58:13 CPack: Create package using TGZ 13:58:13 CPack: Install projects 13:58:13 CPack: - Run preinstall target for: Csdk 13:58:13 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 13:58:13 CPack: - Install project: Csdk 13:58:13 CPack: Create package 13:58:13 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 13:58:13 + '[' false '=' true ] 13:58:13 + '[' false '=' true ] 13:58:13 + mkdir -p /tmp/sdk/build/debug 13:58:13 + cd /tmp/sdk/build/debug 13:58:13 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 13:58:13 -- The C compiler identification is GNU 8.3.0 13:58:13 -- Check for working C compiler: /usr/bin/cc 13:58:13 -- Check for working C compiler: /usr/bin/cc -- works 13:58:13 -- Detecting C compiler ABI info 13:58:13 -- Detecting C compiler ABI info - done 13:58:13 -- Detecting C compile features 13:58:13 -- Detecting C compile features - done 13:58:13 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 13:58:13 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 13:58:13 -- Found LIBYAML: /usr/lib/libyaml.so 13:58:13 -- Found LIBUUID: /usr/lib/libuuid.so 13:58:13 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 13:58:13 -- C SDK 0.0.0 for Linux 13:58:13 -- Performing Test CSDK_HAVE_ATOMIC 13:58:14 -- Performing Test CSDK_HAVE_ATOMIC - Success 13:58:14 -- Found Curses: /usr/lib/libcurses.so 13:58:14 -- Configuring done 13:58:14 -- Generating done 13:58:14 -- Build files have been written to: /tmp/sdk/build/debug 13:58:14 + make 13:58:14 + tee debug.log 13:58:14 Scanning dependencies of target csdk 13:58:14 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 13:58:14 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 13:58:14 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 13:58:14 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 13:58:14 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 13:58:14 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 13:58:14 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 13:58:14 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 13:58:15 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 13:58:15 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 13:58:15 [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 13:58:15 [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 13:58:15 [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 13:58:15 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 13:58:15 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 13:58:15 [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 13:58:15 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 13:58:15 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 13:58:16 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 13:58:16 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 13:58:16 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 13:58:16 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 13:58:16 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 13:58:16 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 13:58:16 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 13:58:16 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 13:58:16 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 13:58:16 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 13:58:16 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 13:58:16 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 13:58:16 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 13:58:17 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 13:58:17 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 13:58:17 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 13:58:17 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 13:58:17 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 13:58:17 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 13:58:17 [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:18 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 13:58:18 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 13:58:18 [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 13:58:18 [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 13:58:18 [ 74%] Linking C shared library libcsdk.so 13:58:18 [ 74%] Built target csdk 13:58:18 Scanning dependencies of target template 13:58:18 [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 13:58:18 [ 78%] Linking C executable template 13:58:18 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 13:58:19 [ 78%] Built target template 13:58:19 Scanning dependencies of target device-counter 13:58:19 [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 13:58:19 [ 81%] Linking C executable device-counter 13:58:19 [ 81%] Built target device-counter 13:58:19 Scanning dependencies of target device-random 13:58:19 [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 13:58:19 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 13:58:19 [ 85%] Linking C executable device-random 13:58:19 [ 85%] Built target device-random 13:58:19 Scanning dependencies of target device-gyro 13:58:19 [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 13:58:19 [ 89%] Linking C executable device-gyro 13:58:19 [ 89%] Built target device-gyro 13:58:19 Scanning dependencies of target template-discovery 13:58:19 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 13:58:19 [ 92%] Linking C executable template-discovery 13:58:19 [ 92%] Built target template-discovery 13:58:19 Scanning dependencies of target device-terminal 13:58:19 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 13:58:19 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 13:58:19 [ 96%] Linking C executable device-terminal 13:58:19 [ 96%] Built target device-terminal 13:58:19 Scanning dependencies of target templatev1 13:58:19 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 13:58:19 [100%] Linking C executable templatev1 13:58:20 [100%] Built target templatev1 13:58:20 make: Entering directory '/tmp/sdk/build/release' 13:58:20 make[1]: Entering directory '/tmp/sdk/build/release' 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 Scanning dependencies of target csdk 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:20 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 13:58:20 [ 3%] Linking C shared library libcsdk.so 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 [ 74%] Built target csdk 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 [ 76%] Linking C executable template 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 [ 78%] Built target template 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 [ 80%] Linking C executable device-counter 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 [ 81%] Built target device-counter 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:20 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:20 [ 83%] Linking C executable device-random 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 [ 85%] Built target device-random 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 [ 87%] Linking C executable device-gyro 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 [ 89%] Built target device-gyro 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 [ 90%] Linking C executable template-discovery 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 [ 92%] Built target template-discovery 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 [ 94%] Linking C executable device-terminal 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 [ 96%] Built target device-terminal 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:21 [ 98%] Linking C executable templatev1 13:58:21 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:21 [100%] Built target templatev1 13:58:21 make[1]: Leaving directory '/tmp/sdk/build/release' 13:58:21 Install the project... 13:58:21 -- Install configuration: "Release" 13:58:21 -- Installing: /usr/local/lib/libcsdk.so 13:58:21 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 13:58:21 -- Up-to-date: /usr/local/include 13:58:21 -- Installing: /usr/local/include/devsdk 13:58:21 -- Installing: /usr/local/include/devsdk/devsdk-base.h 13:58:21 -- Installing: /usr/local/include/devsdk/devsdk.h 13:58:21 -- Installing: /usr/local/include/edgex 13:58:21 -- Installing: /usr/local/include/edgex/device-mgmt.h 13:58:21 -- Installing: /usr/local/include/edgex/devices.h 13:58:21 -- Installing: /usr/local/include/edgex/devsdk.h 13:58:21 -- Installing: /usr/local/include/edgex/edgex-base.h 13:58:21 -- Installing: /usr/local/include/edgex/edgex-logging.h 13:58:21 -- Installing: /usr/local/include/edgex/edgex.h 13:58:21 -- Installing: /usr/local/include/edgex/error.h 13:58:21 -- Installing: /usr/local/include/edgex/eventgen.h 13:58:21 -- Installing: /usr/local/include/edgex/os.h 13:58:21 -- Installing: /usr/local/include/edgex/profiles.h 13:58:21 -- Installing: /usr/local/include/edgex/registry.h 13:58:21 -- Installing: /usr/local/include/edgex/rest-server.h 13:58:21 -- Installing: /usr/local/include/edgex/csdk-defs.h 13:58:21 -- Installing: /usr/local/include/iot 13:58:21 -- Installing: /usr/local/include/iot/base64.h 13:58:21 -- Installing: /usr/local/include/iot/component.h 13:58:21 -- Installing: /usr/local/include/iot/container.h 13:58:21 -- Installing: /usr/local/include/iot/data.h 13:58:21 -- Installing: /usr/local/include/iot/hash.h 13:58:21 -- Installing: /usr/local/include/iot/iot.h 13:58:21 -- Installing: /usr/local/include/iot/json.h 13:58:21 -- Installing: /usr/local/include/iot/logger.h 13:58:21 -- Installing: /usr/local/include/iot/os.h 13:58:21 -- Installing: /usr/local/include/iot/scheduler.h 13:58:21 -- Installing: /usr/local/include/iot/thread.h 13:58:21 -- Installing: /usr/local/include/iot/threadpool.h 13:58:21 -- Installing: /usr/local/include/iot/time.h 13:58:21 -- Installing: /usr/local/include/iot/typecode.h 13:58:21 -- Installing: /usr/local/include/iot/os 13:58:21 -- Installing: /usr/local/include/iot/os/linux.h 13:58:21 -- Installing: /usr/local/include/iot/os/zephyr.h 13:58:21 -- Installing: /usr/local/share/device-sdk-c/LICENSE 13:58:21 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 13:58:21 make: Leaving directory '/tmp/sdk/build/release' 13:58:21 [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:23 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 13:58:23 Removing intermediate container 56cd9173c0a3 13:58:23 ---> 129e528f9f40 13:58:23 Step 14/21 : FROM alpine:3.9 13:58:23 3.9: Pulling from library/alpine 13:58:23 31603596830f: Pulling fs layer 13:58:23 31603596830f: Verifying Checksum 13:58:23 31603596830f: Download complete 13:58:24 31603596830f: Pull complete 13:58:24 Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 13:58:24 Status: Downloaded newer image for alpine:3.9 13:58:24 ---> 78a2ce922f86 13:58:24 Step 15/21 : MAINTAINER IOTech 13:58:24 ---> Running in ea48eded3a91 13:58:24 Removing intermediate container ea48eded3a91 13:58:24 ---> 893f39823e56 13:58:24 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 13:58:24 ---> Running in 6c67902a6260 13:58:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 13:58:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 13:58:24 (1/48) Installing binutils (2.31.1-r2) 13:58:25 (2/48) Installing libmagic (5.36-r1) 13:58:25 (3/48) Installing file (5.36-r1) 13:58:25 (4/48) Installing gmp (6.1.2-r1) 13:58:25 (5/48) Installing isl (0.18-r0) 13:58:25 (6/48) Installing libgomp (8.3.0-r0) 13:58:25 (7/48) Installing libatomic (8.3.0-r0) 13:58:25 (8/48) Installing libgcc (8.3.0-r0) 13:58:25 (9/48) Installing mpfr3 (3.1.5-r1) 13:58:25 (10/48) Installing mpc1 (1.0.3-r1) 13:58:25 (11/48) Installing libstdc++ (8.3.0-r0) 13:58:25 (12/48) Installing gcc (8.3.0-r0) 13:58:26 (13/48) Installing musl-dev (1.1.20-r5) 13:58:26 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 13:58:26 (14/48) Installing libc-dev (0.7.1-r0) 13:58:26 (15/48) Installing g++ (8.3.0-r0) 13:58:27 [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 13:58:27 (16/48) Installing make (4.2.1-r2) 13:58:27 (17/48) Installing fortify-headers (1.0-r0) 13:58:27 (18/48) Installing build-base (0.5-r1) 13:58:27 (19/48) Installing libattr (2.4.47-r7) 13:58:27 (20/48) Installing libacl (2.2.52-r5) 13:58:27 (21/48) Installing libbz2 (1.0.6-r7) 13:58:27 (22/48) Installing expat (2.2.8-r0) 13:58:27 (23/48) Installing lz4-libs (1.8.3-r2) 13:58:27 (24/48) Installing xz-libs (5.2.4-r0) 13:58:27 (25/48) Installing libarchive (3.3.3-r2) 13:58:27 (26/48) Installing ca-certificates (20191127-r2) 13:58:27 (27/48) Installing nghttp2-libs (1.35.1-r2) 13:58:27 (28/48) Installing libssh2 (1.9.0-r1) 13:58:27 (29/48) Installing libcurl (7.64.0-r3) 13:58:27 (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) 13:58:27 (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) 13:58:27 (32/48) Installing ncurses-libs (6.1_p20190105-r0) 13:58:28 (33/48) Installing rhash-libs (1.3.6-r2) 13:58:28 (34/48) Installing libuv (1.25.0-r0) 13:58:28 (35/48) Installing cmake (3.13.0-r0) 13:58:28 [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 13:58:28 (36/48) Installing curl (7.64.0-r3) 13:58:28 (37/48) Installing pcre2 (10.32-r1) 13:58:28 (38/48) Installing git (2.20.4-r0) 13:58:28 [ 74%] Linking C shared library libcsdk.so 13:58:28 [ 74%] Built target csdk 13:58:28 Scanning dependencies of target template 13:58:28 [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 13:58:29 (39/48) Installing nettle (3.4.1-r0) 13:58:29 (40/48) Installing libffi (3.2.1-r6) 13:58:29 (41/48) Installing p11-kit (0.23.14-r0) 13:58:29 (42/48) Installing libtasn1 (4.14-r0) 13:58:29 (43/48) Installing libunistring (0.9.10-r0) 13:58:29 (44/48) Installing gnutls (3.6.14-r0) 13:58:29 (45/48) Installing libmicrohttpd (0.9.62-r0) 13:58:29 (46/48) Installing libuuid (2.33-r0) 13:58:29 (47/48) Installing wget (1.20.3-r0) 13:58:29 (48/48) Installing yaml (0.2.1-r0) 13:58:29 Executing busybox-1.29.3-r10.trigger 13:58:29 Executing ca-certificates-20191127-r2.trigger 13:58:29 OK: 222 MiB in 62 packages 13:58:29 [ 78%] Linking C executable template 13:58:29 [ 78%] Built target template 13:58:29 Scanning dependencies of target device-counter 13:58:29 [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 13:58:30 [ 81%] Linking C executable device-counter 13:58:30 [ 81%] Built target device-counter 13:58:30 Scanning dependencies of target device-random 13:58:30 [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 13:58:30 [ 85%] Linking C executable device-random 13:58:31 [ 85%] Built target device-random 13:58:31 Scanning dependencies of target device-gyro 13:58:31 [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 13:58:31 [ 89%] Linking C executable device-gyro 13:58:31 [ 89%] Built target device-gyro 13:58:31 Scanning dependencies of target template-discovery 13:58:32 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 13:58:32 [ 92%] Linking C executable template-discovery 13:58:32 [ 92%] Built target template-discovery 13:58:32 Scanning dependencies of target device-terminal 13:58:32 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 13:58:33 [ 96%] Linking C executable device-terminal 13:58:33 [ 96%] Built target device-terminal 13:58:33 Scanning dependencies of target templatev1 13:58:33 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 13:58:34 [100%] Linking C executable templatev1 13:58:34 [100%] Built target templatev1 13:58:34 + make package 13:58:34 + tee -a release.log 13:58:34 [ 74%] Built target csdk 13:58:34 [ 78%] Built target template 13:58:34 [ 81%] Built target device-counter 13:58:34 [ 85%] Built target device-random 13:58:34 [ 89%] Built target device-gyro 13:58:34 [ 92%] Built target template-discovery 13:58:34 [ 96%] Built target device-terminal 13:58:34 [100%] Built target templatev1 13:58:34 Run CPack packaging tool... 13:58:34 CPack: Create package using TGZ 13:58:34 CPack: Install projects 13:58:34 CPack: - Run preinstall target for: Csdk 13:58:35 CPack: - Install project: Csdk 13:58:35 CPack: Create package 13:58:35 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 13:58:35 + '[' false '=' true ] 13:58:35 + '[' false '=' true ] 13:58:35 + mkdir -p /tmp/sdk/build/debug 13:58:35 + cd /tmp/sdk/build/debug 13:58:35 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 13:58:35 -- The C compiler identification is GNU 8.3.0 13:58:35 -- Check for working C compiler: /usr/bin/cc 13:58:36 -- Check for working C compiler: /usr/bin/cc -- works 13:58:36 -- Detecting C compiler ABI info 13:58:36 -- Detecting C compiler ABI info - done 13:58:36 -- Detecting C compile features 13:58:37 -- Detecting C compile features - done 13:58:37 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 13:58:37 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 13:58:37 -- Found LIBYAML: /usr/lib/libyaml.so 13:58:37 -- Found LIBUUID: /usr/lib/libuuid.so 13:58:37 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 13:58:37 -- C SDK 0.0.0 for Linux 13:58:37 -- Performing Test CSDK_HAVE_ATOMIC 13:58:37 -- Performing Test CSDK_HAVE_ATOMIC - Success 13:58:37 -- Found Curses: /usr/lib/libcurses.so 13:58:37 -- Configuring done 13:58:37 -- Generating done 13:58:37 -- Build files have been written to: /tmp/sdk/build/debug 13:58:37 + make 13:58:37 + tee debug.log 13:58:37 Scanning dependencies of target csdk 13:58:38 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 13:58:38 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 13:58:38 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 13:58:39 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 13:58:39 Removing intermediate container 6c67902a6260 13:58:39 ---> 486914130f3b 13:58:39 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 13:58:39 ---> 9f91ffa85a55 13:58:39 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 13:58:39 ---> 5758b3d3dfba 13:58:39 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 13:58:39 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 13:58:39 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 13:58:39 ---> 237db467a621 13:58:39 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 13:58:39 ---> d9ffe6505f89 13:58:39 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 13:58:40 ---> 20c1a2bfe0b0 13:58:40 Successfully built 20c1a2bfe0b0 13:58:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } 13:58:40 [ 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 13:58:40 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 13:58:40 + docker inspect -f . ci-base-image-x86_64 13:58:40 . [Pipeline] withDockerContainer 13:58:40 prd-centos7-docker-4c-2g-3014 does not seem to be running inside a container 13:58:40 [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 13:58:40 $ 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 13:58:41 [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 13:58:41 [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 13:58:41 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 13:58:41 $ docker top 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a -eo pid,comm 13:58:41 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 13:58:41 [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [Pipeline] { [Pipeline] sh 13:58:42 + make test 13:58:42 echo "make test" 13:58:42 make test [Pipeline] } 13:58:42 $ docker stop --time=1 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a 13:58:42 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 13:58:43 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 13:58:43 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 13:58:43 $ docker rm -f 84344641dc4733f0294025f2ffdb3f4ab57efd8c37e2d7286529405641dd711a 13:58:43 [ 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] { 13:58:44 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 13:58:44 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 13:58:44 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 13:58:45 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 13:58:45 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 13:58:45 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 13:58:45 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [Pipeline] sh 13:58:45 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 13:58:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:58:45 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 13:58:46 + ls -al . 13:58:46 total 160 13:58:46 drwxrwxr-x. 8 jenkins jenkins 260 Jun 15 13:57 . 13:58:46 drwxrwxr-x. 4 jenkins jenkins 28 Jun 15 13:57 .. 13:58:46 -rw-rw-r--. 1 jenkins jenkins 3104 Jun 15 13:57 Attribution.txt 13:58:46 -rw-rw-r--. 1 jenkins jenkins 5323 Jun 15 13:57 CHANGES 13:58:46 drwxrwxr-x. 2 jenkins jenkins 144 Jun 15 13:57 docs 13:58:46 -rw-rw-r--. 1 jenkins jenkins 108574 Jun 15 13:57 Doxyfile 13:58:46 drwxrwxr-x. 8 jenkins jenkins 179 Jun 15 13:57 .git 13:58:46 -rw-rw-r--. 1 jenkins jenkins 176 Jun 15 13:57 .gitignore 13:58:46 drwxrwxr-x. 4 jenkins jenkins 33 Jun 15 13:57 include 13:58:46 -rw-rw-r--. 1 jenkins jenkins 792 Jun 15 13:57 Jenkinsfile 13:58:46 -rw-rw-r--. 1 jenkins jenkins 10174 Jun 15 13:57 LICENSE 13:58:46 -rw-rw-r--. 1 jenkins jenkins 448 Jun 15 13:57 Makefile 13:58:46 -rw-rw-r--. 1 jenkins jenkins 1849 Jun 15 13:57 README.md 13:58:46 -rw-rw-r--. 1 jenkins jenkins 5229 Jun 15 13:57 README.v2.md 13:58:46 drwxrwxr-x. 2 jenkins jenkins 106 Jun 15 13:57 scripts 13:58:46 drwxrwxr-x. 3 jenkins jenkins 58 Jun 15 13:57 .semver 13:58:46 drwxrwxr-x. 4 jenkins jenkins 50 Jun 15 13:57 src 13:58:46 -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 13:54 VERSION 13:58:46 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 13:58:46 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [Pipeline] isUnix [Pipeline] sh 13:58:46 + 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 . 13:58:46 Sending build context to Docker daemon 3.238MB 13:58:46 Step 1/15 : ARG BASE=alpine:3.9 13:58:46 Step 2/15 : FROM ${BASE} 13:58:46 ---> 20c1a2bfe0b0 13:58:46 Step 3/15 : MAINTAINER IOTech 13:58:46 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 13:58:47 ---> Running in 2136546b61c8 13:58:47 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 13:58:47 Removing intermediate container 2136546b61c8 13:58:47 ---> 8a42fb00c5f7 13:58:47 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 13:58:47 ---> Running in 121d5a841939 13:58:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 13:58:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 13:58:47 (1/21) Installing pkgconf (1.6.0-r0) 13:58:47 (2/21) Installing openssl-dev (1.1.1g-r0) 13:58:48 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 13:58:48 (3/21) Installing zlib-dev (1.2.11-r1) 13:58:48 (4/21) Installing libssh2-dev (1.9.0-r1) 13:58:48 (5/21) Installing nghttp2-dev (1.35.1-r2) 13:58:48 (6/21) Installing curl-dev (7.64.0-r3) 13:58:48 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 13:58:48 (7/21) Installing gnutls-c++ (3.6.14-r0) 13:58:48 (8/21) Installing libgmpxx (6.1.2-r1) 13:58:48 (9/21) Installing gmp-dev (6.1.2-r1) 13:58:48 (10/21) Installing nettle-dev (3.4.1-r0) 13:58:48 (11/21) Installing libtasn1-dev (4.14-r0) 13:58:48 (12/21) Installing p11-kit-dev (0.23.14-r0) 13:58:48 (13/21) Installing gnutls-dev (3.6.14-r0) 13:58:48 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 13:58:48 (14/21) Installing libmicrohttpd-dev (0.9.62-r0) 13:58:48 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 13:58:49 (15/21) Installing ncurses-dev (6.1_p20190105-r0) 13:58:49 [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:49 (16/21) Installing libblkid (2.33-r0) 13:58:49 (17/21) Installing libfdisk (2.33-r0) 13:58:49 (18/21) Installing libmount (2.33-r0) 13:58:49 (19/21) Installing libsmartcols (2.33-r0) 13:58:49 (20/21) Installing util-linux-dev (2.33-r0) 13:58:49 (21/21) Installing yaml-dev (0.2.1-r0) 13:58:49 Executing busybox-1.29.3-r10.trigger 13:58:49 OK: 266 MiB in 83 packages 13:58:50 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 13:58:51 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 13:58:51 [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 13:58:51 Removing intermediate container 121d5a841939 13:58:51 ---> dbf7c6891580 13:58:51 Step 5/15 : COPY VERSION /edgex-c-sdk/ 13:58:51 [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 13:58:51 [ 74%] Linking C shared library libcsdk.so 13:58:51 ---> 71544e8c7df5 13:58:51 Step 6/15 : COPY src /edgex-c-sdk/src/ 13:58:51 [ 74%] Built target csdk 13:58:51 Scanning dependencies of target template 13:58:51 [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 13:58:52 [ 78%] Linking C executable template 13:58:52 ---> 7e76851d0862 13:58:52 Step 7/15 : COPY include /edgex-c-sdk/include/ 13:58:52 [ 78%] Built target template 13:58:52 Scanning dependencies of target device-counter 13:58:52 [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 13:58:52 ---> 37e35f9c5d1a 13:58:52 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 13:58:52 [ 81%] Linking C executable device-counter 13:58:52 ---> 26b3393ef292 13:58:52 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 13:58:52 [ 81%] Built target device-counter 13:58:52 Scanning dependencies of target device-random 13:58:52 [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 13:58:53 ---> 708b1e90535a 13:58:53 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 13:58:53 ---> 056c10b13c59 13:58:53 Step 11/15 : WORKDIR /edgex-c-sdk 13:58:53 [ 85%] Linking C executable device-random 13:58:53 ---> Running in ae9748b7e96c 13:58:53 Removing intermediate container ae9748b7e96c 13:58:53 ---> 2164d35eb784 13:58:53 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 13:58:53 ---> Running in 4bfb08c97e8b 13:58:53 [ 85%] Built target device-random 13:58:53 Scanning dependencies of target device-gyro 13:58:53 [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 13:58:53 Removing intermediate container 4bfb08c97e8b 13:58:53 ---> ce91d578103f 13:58:53 Step 13/15 : LABEL arch=amd64 13:58:53 ---> Running in ce7f40398bcd 13:58:53 [ 89%] Linking C executable device-gyro 13:58:53 Removing intermediate container ce7f40398bcd 13:58:53 ---> a8c631ead06a 13:58:53 Step 14/15 : LABEL git_sha=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:58:53 ---> Running in f23a19a1a63f 13:58:53 Removing intermediate container f23a19a1a63f 13:58:53 ---> 8ad6305cb511 13:58:53 Step 15/15 : LABEL version=0.0.0 13:58:54 [ 89%] Built target device-gyro 13:58:54 Scanning dependencies of target template-discovery 13:58:54 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 13:58:54 ---> Running in 0d83220dc5de 13:58:54 Removing intermediate container 0d83220dc5de 13:58:54 ---> f19ff7e38335 13:58:54 [Warning] One or more build-args [ARCH MAKE] were not consumed 13:58:54 Successfully built f19ff7e38335 13:58:54 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] } 13:58:54 [ 92%] Linking C executable template-discovery [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:58:54 [ 92%] Built target template-discovery 13:58:54 Scanning dependencies of target device-terminal 13:58:54 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 13:58:54 [ 96%] Linking C executable device-terminal 13:58:55 [ 96%] Built target device-terminal 13:58:55 Scanning dependencies of target templatev1 13:58:55 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 13:58:55 [100%] Linking C executable templatev1 13:58:55 [100%] Built target templatev1 13:58:55 make: Entering directory '/tmp/sdk/build/release' 13:58:55 make[1]: Entering directory '/tmp/sdk/build/release' 13:58:55 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:55 Scanning dependencies of target csdk 13:58:55 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:55 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:55 [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o 13:58:57 [ 3%] Linking C shared library libcsdk.so 13:58:57 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:57 [ 74%] Built target csdk 13:58:57 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:57 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:57 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:57 [ 76%] Linking C executable template 13:58:57 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:57 [ 78%] Built target template 13:58:57 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:57 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:57 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:57 [ 80%] Linking C executable device-counter 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 [ 81%] Built target device-counter 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 [ 83%] Linking C executable device-random 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 [ 85%] Built target device-random 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 [ 87%] Linking C executable device-gyro 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 [ 89%] Built target device-gyro 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:58 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:58 [ 90%] Linking C executable template-discovery 13:58:59 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:59 [ 92%] Built target template-discovery 13:58:59 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:59 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:59 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:59 [ 94%] Linking C executable device-terminal 13:58:59 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:59 [ 96%] Built target device-terminal 13:58:59 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:59 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:59 make[2]: Entering directory '/tmp/sdk/build/release' 13:58:59 [ 98%] Linking C executable templatev1 13:58:59 make[2]: Leaving directory '/tmp/sdk/build/release' 13:58:59 [100%] Built target templatev1 13:58:59 make[1]: Leaving directory '/tmp/sdk/build/release' 13:58:59 Install the project... 13:58:59 -- Install configuration: "Release" 13:58:59 -- Installing: /usr/local/lib/libcsdk.so 13:58:59 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 13:58:59 -- Up-to-date: /usr/local/include 13:58:59 -- Installing: /usr/local/include/edgex 13:58:59 -- Installing: /usr/local/include/edgex/device-mgmt.h 13:58:59 -- Installing: /usr/local/include/edgex/eventgen.h 13:58:59 -- Installing: /usr/local/include/edgex/error.h 13:58:59 -- Installing: /usr/local/include/edgex/rest-server.h 13:58:59 -- Installing: /usr/local/include/edgex/edgex-base.h 13:58:59 -- Installing: /usr/local/include/edgex/devsdk.h 13:58:59 -- Installing: /usr/local/include/edgex/edgex.h 13:58:59 -- Installing: /usr/local/include/edgex/registry.h 13:58:59 -- Installing: /usr/local/include/edgex/edgex-logging.h 13:58:59 -- Installing: /usr/local/include/edgex/devices.h 13:58:59 -- Installing: /usr/local/include/edgex/os.h 13:58:59 -- Installing: /usr/local/include/edgex/profiles.h 13:58:59 -- Installing: /usr/local/include/edgex/csdk-defs.h 13:58:59 -- Installing: /usr/local/include/devsdk 13:58:59 -- Installing: /usr/local/include/devsdk/devsdk-base.h 13:58:59 -- Installing: /usr/local/include/devsdk/devsdk.h 13:58:59 -- Installing: /usr/local/include/iot 13:58:59 -- Installing: /usr/local/include/iot/json.h 13:58:59 -- Installing: /usr/local/include/iot/container.h 13:58:59 -- Installing: /usr/local/include/iot/component.h 13:58:59 -- Installing: /usr/local/include/iot/typecode.h 13:58:59 -- Installing: /usr/local/include/iot/iot.h 13:58:59 -- Installing: /usr/local/include/iot/time.h 13:58:59 -- Installing: /usr/local/include/iot/hash.h 13:58:59 -- Installing: /usr/local/include/iot/logger.h 13:58:59 -- Installing: /usr/local/include/iot/os 13:58:59 -- Installing: /usr/local/include/iot/os/zephyr.h 13:58:59 -- Installing: /usr/local/include/iot/os/linux.h 13:58:59 -- Installing: /usr/local/include/iot/scheduler.h 13:58:59 -- Installing: /usr/local/include/iot/data.h 13:58:59 -- Installing: /usr/local/include/iot/thread.h 13:58:59 -- Installing: /usr/local/include/iot/os.h 13:58:59 -- Installing: /usr/local/include/iot/base64.h 13:58:59 -- Installing: /usr/local/include/iot/threadpool.h 13:58:59 -- Installing: /usr/local/share/device-sdk-c/LICENSE 13:58:59 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 13:58:59 make: Leaving directory '/tmp/sdk/build/release' 13:59:01 Removing intermediate container 6f830f6f2f1f 13:59:01 ---> f9b433868431 13:59:01 Step 14/21 : FROM alpine:3.9 13:59:02 3.9: Pulling from library/alpine 13:59:02 941f399634ec: Pulling fs layer 13:59:02 941f399634ec: Verifying Checksum 13:59:02 941f399634ec: Download complete 13:59:03 941f399634ec: Pull complete 13:59:03 Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 13:59:03 Status: Downloaded newer image for alpine:3.9 13:59:03 ---> 9afdd4a290bf 13:59:03 Step 15/21 : MAINTAINER IOTech 13:59:03 ---> Running in 6577b5ad479f 13:59:03 Removing intermediate container 6577b5ad479f 13:59:03 ---> 1c1433e2de6b 13:59:03 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 13:59:03 ---> Running in 3eea839a9b53 13:59:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 13:59:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 13:59:05 (1/48) Installing binutils (2.31.1-r2) 13:59:06 (2/48) Installing libmagic (5.36-r1) 13:59:06 (3/48) Installing file (5.36-r1) 13:59:06 (4/48) Installing gmp (6.1.2-r1) 13:59:06 (5/48) Installing isl (0.18-r0) 13:59:06 (6/48) Installing libgomp (8.3.0-r0) 13:59:06 (7/48) Installing libatomic (8.3.0-r0) 13:59:06 (8/48) Installing libgcc (8.3.0-r0) 13:59:06 (9/48) Installing mpfr3 (3.1.5-r1) 13:59:06 (10/48) Installing mpc1 (1.0.3-r1) 13:59:06 (11/48) Installing libstdc++ (8.3.0-r0) 13:59:06 (12/48) Installing gcc (8.3.0-r0) 13:59:07 (13/48) Installing musl-dev (1.1.20-r5) 13:59:08 (14/48) Installing libc-dev (0.7.1-r0) 13:59:08 (15/48) Installing g++ (8.3.0-r0) 13:59:09 (16/48) Installing make (4.2.1-r2) 13:59:09 (17/48) Installing fortify-headers (1.0-r0) 13:59:09 (18/48) Installing build-base (0.5-r1) 13:59:09 (19/48) Installing libattr (2.4.47-r7) 13:59:09 (20/48) Installing libacl (2.2.52-r5) 13:59:09 (21/48) Installing libbz2 (1.0.6-r7) 13:59:09 (22/48) Installing expat (2.2.8-r0) 13:59:09 (23/48) Installing lz4-libs (1.8.3-r2) 13:59:09 (24/48) Installing xz-libs (5.2.4-r0) 13:59:09 (25/48) Installing libarchive (3.3.3-r2) 13:59:09 (26/48) Installing ca-certificates (20191127-r2) 13:59:09 (27/48) Installing nghttp2-libs (1.35.1-r2) 13:59:09 (28/48) Installing libssh2 (1.9.0-r1) 13:59:09 (29/48) Installing libcurl (7.64.0-r3) 13:59:09 (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) 13:59:09 (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) 13:59:10 (32/48) Installing ncurses-libs (6.1_p20190105-r0) 13:59:11 (33/48) Installing rhash-libs (1.3.6-r2) 13:59:11 (34/48) Installing libuv (1.25.0-r0) 13:59:11 (35/48) Installing cmake (3.13.0-r0) 13:59:12 (36/48) Installing curl (7.64.0-r3) 13:59:12 (37/48) Installing pcre2 (10.32-r1) 13:59:12 (38/48) Installing git (2.20.4-r0) 13:59:12 (39/48) Installing nettle (3.4.1-r0) 13:59:12 (40/48) Installing libffi (3.2.1-r6) 13:59:12 (41/48) Installing p11-kit (0.23.14-r0) 13:59:12 (42/48) Installing libtasn1 (4.14-r0) 13:59:12 (43/48) Installing libunistring (0.9.10-r0) 13:59:13 (44/48) Installing gnutls (3.6.14-r0) 13:59:13 (45/48) Installing libmicrohttpd (0.9.62-r0) 13:59:13 (46/48) Installing libuuid (2.33-r0) 13:59:13 (47/48) Installing wget (1.20.3-r0) 13:59:13 (48/48) Installing yaml (0.2.1-r0) 13:59:13 Executing busybox-1.29.3-r10.trigger 13:59:13 Executing ca-certificates-20191127-r2.trigger 13:59:13 OK: 219 MiB in 62 packages 13:59:28 Removing intermediate container 3eea839a9b53 13:59:28 ---> 2737f7c5cf88 13:59:28 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 13:59:28 ---> 61e8c1cfb61e 13:59:28 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 13:59:28 ---> 0958799c4177 13:59:28 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 13:59:29 ---> 9658e1f6d258 13:59:29 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 13:59:29 ---> 4e64b6637a6d 13:59:29 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 13:59:30 ---> 45048be56dcf 13:59:30 Successfully built 45048be56dcf 13:59:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:59:31 + docker inspect -f . ci-base-image-arm64 13:59:31 . [Pipeline] withDockerContainer 13:59:31 prd-ubuntu18.04-docker-arm64-4c-16g-3013 does not seem to be running inside a container 13:59:31 $ 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 13:59:33 $ docker top ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c -eo pid,comm [Pipeline] { [Pipeline] sh 13:59:34 + make test 13:59:34 echo "make test" 13:59:34 make test [Pipeline] } 13:59:34 $ docker stop --time=1 ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c 13:59:36 $ docker rm -f ad1d4cef5a601b17648f3f365e391e6f80d053d3ffdae02142a48d531febf79c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:59:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:59:37 + ls -al . 13:59:37 total 192 13:59:37 drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 13:56 . 13:59:37 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 .. 13:59:37 drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 13:56 .git 13:59:37 -rw-rw-r-- 1 jenkins jenkins 176 Jun 15 13:56 .gitignore 13:59:37 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 13:56 .semver 13:59:37 -rw-rw-r-- 1 jenkins jenkins 3104 Jun 15 13:56 Attribution.txt 13:59:37 -rw-rw-r-- 1 jenkins jenkins 5323 Jun 15 13:56 CHANGES 13:59:37 -rw-rw-r-- 1 jenkins jenkins 108574 Jun 15 13:56 Doxyfile 13:59:37 -rw-rw-r-- 1 jenkins jenkins 792 Jun 15 13:56 Jenkinsfile 13:59:37 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 15 13:56 LICENSE 13:59:37 -rw-rw-r-- 1 jenkins jenkins 448 Jun 15 13:56 Makefile 13:59:37 -rw-rw-r-- 1 jenkins jenkins 1849 Jun 15 13:56 README.md 13:59:37 -rw-rw-r-- 1 jenkins jenkins 5229 Jun 15 13:56 README.v2.md 13:59:37 -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 13:54 VERSION 13:59:37 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 13:56 docs 13:59:37 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 include 13:59:37 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 13:56 scripts 13:59:37 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 13:56 src [Pipeline] isUnix [Pipeline] sh 13:59:37 + 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 . 13:59:38 Sending build context to Docker daemon 3.238MB 13:59:38 Step 1/15 : ARG BASE=alpine:3.9 13:59:38 Step 2/15 : FROM ${BASE} 13:59:38 ---> 45048be56dcf 13:59:38 Step 3/15 : MAINTAINER IOTech 13:59:38 ---> Running in 1a82c142628c 13:59:39 Removing intermediate container 1a82c142628c 13:59:39 ---> aeab2643fb50 13:59:39 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 13:59:39 ---> Running in aed3923ba73c 13:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 13:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 13:59:41 (1/21) Installing pkgconf (1.6.0-r0) 13:59:41 (2/21) Installing openssl-dev (1.1.1g-r0) 13:59:41 (3/21) Installing zlib-dev (1.2.11-r1) 13:59:41 (4/21) Installing libssh2-dev (1.9.0-r1) 13:59:42 (5/21) Installing nghttp2-dev (1.35.1-r2) 13:59:42 (6/21) Installing curl-dev (7.64.0-r3) 13:59:42 (7/21) Installing gnutls-c++ (3.6.14-r0) 13:59:42 (8/21) Installing libgmpxx (6.1.2-r1) 13:59:42 (9/21) Installing gmp-dev (6.1.2-r1) 13:59:42 (10/21) Installing nettle-dev (3.4.1-r0) 13:59:42 (11/21) Installing libtasn1-dev (4.14-r0) 13:59:42 (12/21) Installing p11-kit-dev (0.23.14-r0) 13:59:42 (13/21) Installing gnutls-dev (3.6.14-r0) 13:59:43 (14/21) Installing libmicrohttpd-dev (0.9.62-r0) 13:59:43 (15/21) Installing ncurses-dev (6.1_p20190105-r0) 13:59:43 (16/21) Installing libblkid (2.33-r0) 13:59:43 (17/21) Installing libfdisk (2.33-r0) 13:59:43 (18/21) Installing libmount (2.33-r0) 13:59:43 (19/21) Installing libsmartcols (2.33-r0) 13:59:43 (20/21) Installing util-linux-dev (2.33-r0) 13:59:43 (21/21) Installing yaml-dev (0.2.1-r0) 13:59:43 Executing busybox-1.29.3-r10.trigger 13:59:43 OK: 280 MiB in 83 packages 13:59:47 Removing intermediate container aed3923ba73c 13:59:47 ---> 4218974bdf99 13:59:47 Step 5/15 : COPY VERSION /edgex-c-sdk/ 13:59:47 ---> f57e0d0c8ea8 13:59:47 Step 6/15 : COPY src /edgex-c-sdk/src/ 13:59:48 ---> 49b992d0ba26 13:59:48 Step 7/15 : COPY include /edgex-c-sdk/include/ 13:59:49 ---> 775815b5f753 13:59:49 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 13:59:50 ---> 219f89dd2a2e 13:59:50 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 13:59:50 ---> 5e47e03037cf 13:59:50 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 13:59:51 ---> 1b7cc241cdb0 13:59:51 Step 11/15 : WORKDIR /edgex-c-sdk 13:59:51 ---> Running in 439eef5bcce6 13:59:52 Removing intermediate container 439eef5bcce6 13:59:52 ---> 34ae58c093bf 13:59:52 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 13:59:52 ---> Running in e2f4dc78e8e2 13:59:52 Removing intermediate container e2f4dc78e8e2 13:59:52 ---> 09fcfc2b21f5 13:59:52 Step 13/15 : LABEL arch=arm64 13:59:52 ---> Running in 86a66601f317 13:59:53 Removing intermediate container 86a66601f317 13:59:53 ---> e0eeda1f2ed6 13:59:53 Step 14/15 : LABEL git_sha=51dde0c3b667fe9f6e3e2ad2dcbacb313bda724d 13:59:53 ---> Running in ddd9ca677db9 13:59:53 Removing intermediate container ddd9ca677db9 13:59:53 ---> 8bf75fcd94b1 13:59:53 Step 15/15 : LABEL version=0.0.0 13:59:53 ---> Running in 0368fe5e50bc 13:59:54 Removing intermediate container 0368fe5e50bc 13:59:54 ---> de2d50d9f879 13:59:54 [Warning] One or more build-args [ARCH MAKE] were not consumed 13:59:54 Successfully built de2d50d9f879 13:59:54 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 13:59:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:59:56 ---> package-listing.sh 13:59:56 ++ tr '[:upper:]' '[:lower:]' 13:59:56 ++ facter osfamily 13:59:56 + OS_FAMILY=redhat 13:59:56 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-268 13:59:56 + START_PACKAGES=/tmp/packages_start.txt 13:59:56 + END_PACKAGES=/tmp/packages_end.txt 13:59:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:59:56 + PACKAGES=/tmp/packages_start.txt 13:59:56 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-268 ']' 13:59:56 + PACKAGES=/tmp/packages_end.txt 13:59:56 + case "${OS_FAMILY}" in 13:59:56 + rpm -qa 13:59:56 + sort 14:00:03 + '[' -f /tmp/packages_start.txt ']' 14:00:03 + '[' -f /tmp/packages_end.txt ']' 14:00:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:00:03 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-268 ']' 14:00:03 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-268/archives/ 14:00:03 + 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 14:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:04 14:00:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:05 alpine: Pulling from edgex-lftools-log-publisher 14:00:05 c9b1b535fdd9: Pulling fs layer 14:00:05 2cc5ad85d9ab: Pulling fs layer 14:00:05 756a868c4378: Pulling fs layer 14:00:05 444b2fc9a129: Pulling fs layer 14:00:05 ea15f1150254: Pulling fs layer 14:00:05 41b27a9f41bf: Pulling fs layer 14:00:05 28c525ee5125: Pulling fs layer 14:00:05 094b1ea09ed8: Pulling fs layer 14:00:05 138eaada9080: Pulling fs layer 14:00:05 0622d0fa9048: Pulling fs layer 14:00:05 28c525ee5125: Waiting 14:00:05 094b1ea09ed8: Waiting 14:00:05 138eaada9080: Waiting 14:00:05 0622d0fa9048: Waiting 14:00:05 444b2fc9a129: Waiting 14:00:05 ea15f1150254: Waiting 14:00:05 41b27a9f41bf: Waiting 14:00:05 2cc5ad85d9ab: Download complete 14:00:05 444b2fc9a129: Verifying Checksum 14:00:05 444b2fc9a129: Download complete 14:00:05 c9b1b535fdd9: Verifying Checksum 14:00:05 c9b1b535fdd9: Download complete 14:00:05 ea15f1150254: Verifying Checksum 14:00:05 ea15f1150254: Download complete 14:00:06 28c525ee5125: Verifying Checksum 14:00:06 28c525ee5125: Download complete 14:00:06 c9b1b535fdd9: Pull complete 14:00:07 2cc5ad85d9ab: Pull complete 14:00:07 756a868c4378: Verifying Checksum 14:00:07 756a868c4378: Download complete 14:00:08 138eaada9080: Verifying Checksum 14:00:08 138eaada9080: Download complete 14:00:08 0622d0fa9048: Verifying Checksum 14:00:08 0622d0fa9048: Download complete 14:00:08 094b1ea09ed8: Verifying Checksum 14:00:08 094b1ea09ed8: Download complete 14:00:09 41b27a9f41bf: Verifying Checksum 14:00:09 41b27a9f41bf: Download complete 14:00:10 756a868c4378: Pull complete 14:00:10 444b2fc9a129: Pull complete 14:00:11 ea15f1150254: Pull complete 14:00:16 41b27a9f41bf: Pull complete 14:00:16 28c525ee5125: Pull complete 14:00:20 094b1ea09ed8: Pull complete 14:00:20 138eaada9080: Pull complete 14:00:20 0622d0fa9048: Pull complete 14:00:20 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:00:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:00:20 prd-centos7-docker-4c-2g-3012 does not seem to be running inside a container 14:00:20 $ 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 14:00:24 $ docker top 6c716174ab13fb7ed1ffd3db5fbca8523100a0daf0635f97f8f2dea06afdb7bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:00:24 provisioning config files... 14:00:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp/config1719775006337793623tmp [Pipeline] { [Pipeline] echo 14:00:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:00:24 ---> create-netrc.sh [Pipeline] echo 14:00:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:00:25 ---> logs-deploy.sh 14:00:25 + ARCHIVE_ARTIFACTS= 14:00:25 + LOGS_SERVER=https://logs.edgexfoundry.org 14:00:25 + '[' https://logs.edgexfoundry.org == None ']' 14:00:25 + NEXUS_URL=https://nexus.edgexfoundry.org 14:00:25 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-268/2 14:00:25 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-268/2/ 14:00:25 + 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 14:00:27 Archives upload complete. 14:00:27 + 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/ 14:00:28 ---> uname -a: 14:00:28 Linux 6c716174ab13 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:00:28 14:00:28 14:00:28 ---> lscpu: 14:00:28 Architecture: x86_64 14:00:28 CPU op-mode(s): 32-bit, 64-bit 14:00:28 Byte Order: Little Endian 14:00:28 Address sizes: 40 bits physical, 48 bits virtual 14:00:28 CPU(s): 4 14:00:28 On-line CPU(s) list: 0-3 14:00:28 Thread(s) per core: 1 14:00:28 Core(s) per socket: 1 14:00:28 Socket(s): 4 14:00:28 NUMA node(s): 1 14:00:28 Vendor ID: GenuineIntel 14:00:28 CPU family: 6 14:00:28 Model: 44 14:00:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:00:28 Stepping: 1 14:00:28 CPU MHz: 2933.438 14:00:28 BogoMIPS: 5866.87 14:00:28 Virtualization: VT-x 14:00:28 Hypervisor vendor: KVM 14:00:28 Virtualization type: full 14:00:28 L1d cache: 128 KiB 14:00:28 L1i cache: 128 KiB 14:00:28 L2 cache: 16 MiB 14:00:28 L3 cache: 64 MiB 14:00:28 NUMA node0 CPU(s): 0-3 14:00:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:00:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:00:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:00:28 Vulnerability Meltdown: Mitigation; PTI 14:00:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:00:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:00:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:00:28 Vulnerability Tsx async abort: Not affected 14:00:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 14:00:28 14:00:28 14:00:28 ---> nproc: 14:00:28 4 14:00:28 14:00:28 14:00:28 ---> df -h: 14:00:28 Filesystem Size Used Available Use% Mounted on 14:00:28 overlay 50.0G 7.2G 42.8G 14% / 14:00:28 tmpfs 64.0M 0 64.0M 0% /dev 14:00:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:00:28 shm 64.0M 0 64.0M 0% /dev/shm 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-268 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-268@tmp 14:00:28 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 14:00:28 14:00:28 14:00:28 ---> free -m: 14:00:28 total used free shared buff/cache available 14:00:28 Mem: 1837 621 119 0 1096 1109 14:00:28 Swap: 1023 1 1022 14:00:28 14:00:28 14:00:28 ---> ip addr: 14:00:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:00:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:00:28 inet 127.0.0.1/8 scope host lo 14:00:28 valid_lft forever preferred_lft forever 14:00:28 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:00:28 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:00:28 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:00:28 valid_lft forever preferred_lft forever 14:00:28 14:00:28 14:00:28 ---> sar -b -r -n DEV: 14:00:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 14:00:28 14:00:28 13:52:55 LINUX RESTART 14:00:28 14:00:28 13:54:01 tps rtps wtps bread/s bwrtn/s 14:00:28 13:55:01 51.92 10.01 41.91 4496.02 4775.48 14:00:28 13:56:01 1.62 0.00 1.62 0.00 35.46 14:00:28 13:57:01 0.23 0.00 0.23 0.00 2.98 14:00:28 13:58:01 0.20 0.00 0.20 0.00 2.55 14:00:28 13:59:01 0.33 0.00 0.33 0.00 5.09 14:00:28 14:00:02 41.93 41.21 0.71 4025.94 10.07 14:00:28 Average: 16.05 8.55 7.50 1421.17 805.49 14:00:28 14:00:28 13:54:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:00:28 13:55:01 166156 1715400 91.17 2620 1167204 1125668 38.42 406656 1146336 120 14:00:28 13:56:01 176056 1705500 90.64 2620 1167208 1054852 36.00 402996 1142324 8 14:00:28 13:57:01 172100 1709456 90.85 2620 1167216 1055208 36.01 406916 1142144 12 14:00:28 13:58:01 170792 1710764 90.92 2620 1167216 1055284 36.01 408760 1141560 8 14:00:28 13:59:01 171876 1709680 90.87 2620 1167224 1055080 36.01 410904 1138280 8 14:00:28 14:00:02 72840 1808716 96.13 2620 1243116 1091140 37.24 451624 1197800 28 14:00:28 Average: 154970 1726586 91.76 2620 1179864 1072872 36.62 414643 1151407 31 14:00:28 14:00:28 13:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 14:00:28 13:55:01 eth0 81.37 70.59 478.77 62.14 0.00 0.00 0.00 14:00:28 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:55:01 docker0 9.92 8.27 1.09 20.30 0.00 0.00 0.00 14:00:28 13:56:01 eth0 0.80 0.08 0.06 0.01 0.00 0.00 0.00 14:00:28 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:57:01 eth0 1.58 1.07 3.04 0.25 0.00 0.00 0.00 14:00:28 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:58:01 eth0 0.48 0.35 0.27 0.20 0.00 0.00 0.00 14:00:28 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:59:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 14:00:28 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 14:00:02 eth0 5.20 3.23 5.20 2.09 0.00 0.00 0.00 14:00:28 14:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 14:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 Average: eth0 14.96 12.59 81.27 10.80 0.00 0.00 0.00 14:00:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:00:28 Average: docker0 1.65 1.38 0.18 3.38 0.00 0.00 0.00 14:00:28 14:00:28 14:00:28 ---> sar -P ALL: 14:00:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 14:00:28 14:00:28 13:52:55 LINUX RESTART 14:00:28 14:00:28 13:54:01 CPU %user %nice %system %iowait %steal %idle 14:00:28 13:55:01 all 3.72 0.00 2.16 1.54 9.23 83.34 14:00:28 13:55:01 0 3.49 0.00 1.92 1.22 11.31 82.06 14:00:28 13:55:01 1 4.21 0.00 2.23 1.91 9.11 82.54 14:00:28 13:55:01 2 3.52 0.00 2.47 2.42 8.63 82.96 14:00:28 13:55:01 3 3.70 0.00 2.03 0.61 7.84 85.82 14:00:28 13:56:01 all 0.09 0.00 0.06 0.00 0.15 99.70 14:00:28 13:56:01 0 0.02 0.00 0.07 0.00 0.07 99.85 14:00:28 13:56:01 1 0.23 0.00 0.08 0.00 0.17 99.52 14:00:28 13:56:01 2 0.07 0.00 0.05 0.00 0.27 99.62 14:00:28 13:56:01 3 0.05 0.00 0.05 0.00 0.10 99.80 14:00:28 13:57:01 all 0.11 0.00 0.04 0.00 0.39 99.46 14:00:28 13:57:01 0 0.03 0.00 0.02 0.00 0.23 99.72 14:00:28 13:57:01 1 0.30 0.00 0.03 0.00 0.45 99.22 14:00:28 13:57:01 2 0.07 0.00 0.07 0.00 0.53 99.34 14:00:28 13:57:01 3 0.03 0.00 0.02 0.00 0.38 99.57 14:00:28 13:58:01 all 0.11 0.00 0.04 0.00 0.22 99.63 14:00:28 13:58:01 0 0.02 0.00 0.02 0.00 0.15 99.82 14:00:28 13:58:01 1 0.32 0.00 0.07 0.00 0.15 99.47 14:00:28 13:58:01 2 0.02 0.00 0.00 0.00 0.07 99.92 14:00:28 13:58:01 3 0.10 0.00 0.07 0.00 0.48 99.35 14:00:28 13:59:01 all 0.14 0.00 0.04 0.00 0.10 99.72 14:00:28 13:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 14:00:28 13:59:01 1 0.42 0.00 0.02 0.00 0.13 99.43 14:00:28 13:59:01 2 0.03 0.00 0.03 0.00 0.05 99.88 14:00:28 13:59:01 3 0.08 0.00 0.08 0.00 0.22 99.62 14:00:28 14:00:02 all 0.73 0.00 0.26 1.47 0.65 96.89 14:00:28 14:00:02 0 0.12 0.00 0.10 0.18 0.73 98.87 14:00:28 14:00:02 1 0.90 0.00 0.28 1.47 0.72 96.63 14:00:28 14:00:02 2 0.90 0.00 0.25 2.95 0.53 95.37 14:00:28 14:00:02 3 1.00 0.00 0.42 1.30 0.63 96.65 14:00:28 Average: all 0.82 0.00 0.44 0.50 1.81 96.43 14:00:28 Average: 0 0.63 0.00 0.36 0.24 2.12 96.66 14:00:28 Average: 1 1.07 0.00 0.45 0.57 1.80 96.11 14:00:28 Average: 2 0.77 0.00 0.48 0.90 1.70 96.14 14:00:28 Average: 3 0.83 0.00 0.45 0.32 1.62 96.78 14:00:28 14:00:28 14:00:28