Pull request #280 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 4871229dde6b49be8cc006d16c39e84b9f91b8fa+e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 (98ab6dfc07850779e6bde96202d6da4b7294af27) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-280/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, 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.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-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 Running on prd-centos7-docker-4c-2g-939 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [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-280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # 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/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # 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 e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:57:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:57:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:57:32 ========================================================= 13:57:32 EdgeX Global Pipelines Version Info 13:57:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:57:34 ------------------- 13:57:34 stable info: 13:57:34 ------------------- 13:57:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:57:34 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 13:57:34 Message: update stable to v1.0.99 13:57:35 ------------------- 13:57:35 experimental info: 13:57:35 ------------------- 13:57:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:57:35 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 13:57:35 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 13:57:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:37 13:57:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:57:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:37 latest: Pulling from edgex-devops/git-semver 13:57:37 31603596830f: Pulling fs layer 13:57:37 2a8b12db71e7: Pulling fs layer 13:57:37 6ca5941a6612: Pulling fs layer 13:57:37 ecc8261a40a4: Pulling fs layer 13:57:37 ecc8261a40a4: Waiting 13:57:37 2a8b12db71e7: Verifying Checksum 13:57:37 2a8b12db71e7: Download complete 13:57:37 31603596830f: Verifying Checksum 13:57:37 31603596830f: Download complete 13:57:38 ecc8261a40a4: Verifying Checksum 13:57:38 ecc8261a40a4: Download complete 13:57:38 6ca5941a6612: Verifying Checksum 13:57:38 6ca5941a6612: Download complete 13:57:38 31603596830f: Pull complete 13:57:38 2a8b12db71e7: Pull complete 13:57:39 6ca5941a6612: Pull complete 13:57:39 ecc8261a40a4: Pull complete 13:57:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:57:39 prd-centos7-docker-4c-2g-939 does not seem to be running inside a container 13:57:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-280 -v /w/workspace/edgexfoundry_device-sdk-c_PR-280:/w/workspace/edgexfoundry_device-sdk-c_PR-280:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-280@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:57:41 $ docker top 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:57:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:57:42 [ssh-agent] Looking for ssh-agent implementation... 13:57:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:57:42 $ docker exec 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent 13:57:42 SSH_AUTH_SOCK=/tmp/ssh-JAR1hroVxXf8/agent.13 13:57:42 SSH_AGENT_PID=18 13:57:42 Running ssh-add (command line suppressed) 13:57:42 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_7062867224582316392.key (/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_7062867224582316392.key) 13:57:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:57:43 + git describe --exact-match --tags HEAD 13:57:43 fatal: No names found, cannot describe anything. [Pipeline] } 13:57:43 $ docker exec --env ******** --env ******** 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent -k 13:57:43 unset SSH_AUTH_SOCK; 13:57:43 unset SSH_AGENT_PID; 13:57:43 echo Agent pid 18 killed; 13:57:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:57:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:57:43 This usually means this commit has not been tagged. [Pipeline] sshagent 13:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:57:43 [ssh-agent] Looking for ssh-agent implementation... 13:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:57:43 $ docker exec 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent 13:57:44 SSH_AUTH_SOCK=/tmp/ssh-4TjsfEb6qS1C/agent.46 13:57:44 SSH_AGENT_PID=51 13:57:44 Running ssh-add (command line suppressed) 13:57:44 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_4220984040013346815.key (/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_4220984040013346815.key) 13:57:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:57:44 + git semver init 13:57:44 # -> Open(): unable to determine branch for HEAD 13:57:44 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-280/.git 13:57:44 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-280 13:57:44 # $SEMVER_REMOTE_NAME = origin 13:57:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:57:44 # $SEMVER_USER_NAME = edgex-jenkins 13:57:44 # $SEMVER_BRANCH = PR-280 13:57:44 # $SEMVER_TEMP = /tmp/semver-770204455 13:57:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 13:57:45 # '/tmp/semver-770204455' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-280/.semver' 13:57:45 # -> Force: false 13:57:45 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-280/.semver [Pipeline] } 13:57:45 $ docker exec --env ******** --env ******** 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent -k 13:57:45 unset SSH_AUTH_SOCK; 13:57:45 unset SSH_AGENT_PID; 13:57:45 echo Agent pid 51 killed; 13:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:57:46 + git semver [Pipeline] } 13:57:46 $ docker stop --time=1 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb 13:57:47 $ docker rm -f 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:57:48 Stashed 56 file(s) [Pipeline] echo 13:57:48 [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:58:03 Still waiting to schedule task 13:58:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:58:03 Still waiting to schedule task 13:58:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:01:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-940 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [Pipeline] { [Pipeline] ws 14:01:45 Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout 14:01:50 using credential edgex-jenkins-ssh 14:01:50 Cloning the remote Git repository 14:01:50 Cloning with configured refspecs honoured and without tags 14:01:50 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 14:01:50 > git init /w/workspace/device-sdk-c/1 # timeout=10 14:01:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:01:50 > git --version # timeout=10 14:01:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:01:52 Fetching without tags 14:01:52 Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:01:53 Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:01:53 Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) 14:01:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:01:52 > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # timeout=10 14:01:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:01:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:01:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:01:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:01:52 > git config core.sparsecheckout # timeout=10 14:01:53 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 14:01:53 > git remote # timeout=10 14:01:53 > git config --get remote.origin.url # timeout=10 14:01:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:53 > git merge e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 14:01:53 > git rev-parse HEAD^{commit} # timeout=10 14:01:53 > git config core.sparsecheckout # timeout=10 14:01:53 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 14:01:57 Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." 14:01:57 > git --version # timeout=10 14:01:57 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:01:59 ========================================================= 14:01:59 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 14:01:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:02:00 + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . 14:02:01 Sending build context to Docker daemon 3.487MB 14:02:01 Step 1/21 : ARG BASE=alpine:3.11 14:02:01 Step 2/21 : FROM ${BASE} as builder 14:02:01 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 14:02:01 0362ad1dd800: Pulling fs layer 14:02:01 f2cdb1532d8b: Pulling fs layer 14:02:01 37ed683be191: Pulling fs layer 14:02:01 f2cdb1532d8b: Download complete 14:02:01 0362ad1dd800: Verifying Checksum 14:02:01 0362ad1dd800: Download complete 14:02:02 0362ad1dd800: Pull complete 14:02:02 f2cdb1532d8b: Pull complete 14:02:03 37ed683be191: Verifying Checksum 14:02:03 37ed683be191: Download complete 14:02:12 37ed683be191: Pull complete 14:02:12 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 14:02:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 14:02:12 ---> b23d30803547 14:02:12 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 14:02:14 ---> Running in 383e12d89b06 14:02:15 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:02:15 Running on prd-centos7-docker-4c-2g-941 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [Pipeline] { [Pipeline] ws 14:02:15 Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout 14:02:16 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:02:17 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 14:02:17 (2/8) Installing libuuid (2.33-r0) 14:02:17 (3/8) Installing libblkid (2.33-r0) 14:02:17 (4/8) Installing libfdisk (2.33-r0) 14:02:17 (5/8) Installing libmount (2.33-r0) 14:02:17 (6/8) Installing libsmartcols (2.33-r0) 14:02:17 (7/8) Installing util-linux-dev (2.33-r0) 14:02:18 using credential edgex-jenkins-ssh 14:02:18 (8/8) Installing wget (1.20.3-r0) 14:02:18 Cloning the remote Git repository 14:02:18 Cloning with configured refspecs honoured and without tags 14:02:18 Executing busybox-1.29.3-r10.trigger 14:02:18 OK: 285 MiB in 83 packages 14:02:18 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 14:02:18 > git init /w/workspace/device-sdk-c/1 # timeout=10 14:02:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:02:18 > git --version # timeout=10 14:02:18 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:02:20 Fetching without tags 14:02:20 Removing intermediate container 383e12d89b06 14:02:20 ---> 9a403b8dfd1f 14:02:20 Step 4/21 : ENV CBOR_VERSION=0.5.0 14:02:20 ---> Running in 6289bfbb0d1a 14:02:20 Removing intermediate container 6289bfbb0d1a 14:02:20 ---> dc65dd626743 14:02:20 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 14:02:20 Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:02:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:02:20 > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # timeout=10 14:02:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:02:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:02:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:02:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:02:20 > git config core.sparsecheckout # timeout=10 14:02:20 Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:02:20 Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) 14:02:20 ---> Running in d50f93799f89 14:02:20 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 14:02:20 > git remote # timeout=10 14:02:20 > git config --get remote.origin.url # timeout=10 14:02:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:20 > git merge e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 14:02:20 > git rev-parse HEAD^{commit} # timeout=10 14:02:20 > git config core.sparsecheckout # timeout=10 14:02:20 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 14:02:22 --2020-07-16 14:02:21-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 14:02:22 Resolving github.com... 140.82.113.3 14:02:22 Connecting to github.com|140.82.113.3|:443... connected. 14:02:22 HTTP request sent, awaiting response... 302 Found 14:02:22 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 14:02:22 --2020-07-16 14:02:22-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 14:02:22 Resolving codeload.github.com... 140.82.112.10 14:02:22 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:22 HTTP request sent, awaiting response... 200 OK 14:02:22 Length: unspecified [application/x-gzip] 14:02:22 Saving to: 'STDOUT' 14:02:22  14:02:22 0K .......... .......... .......... .......... .......... 1.31M 14:02:22 50K .......... .......... .......... .......... .......... 2.55M 14:02:22 100K .......... .......... .......... .......... .......... 14.1M 14:02:22 150K .......... .......... .......... .......... .......... 3.26M 14:02:22 200K .......... .......... .......... .......... .......... 6.53M 14:02:22 250K .......... .......... .......... .......... .......... 3.88M 14:02:22 300K .......... .......... .......... .......... .......... 4.80M 14:02:22 350K .......... .......... .......... .......... .......... 4.79M 14:02:22 400K .......... .......... .......... .......... .......... 3.13M 14:02:22 450K .......... .......... .......... .......... .......... 4.56M 14:02:22 500K .......... .......... .......... .......... .......... 9.10M 14:02:22 550K .......... .......... .......... .......... .......... 2.63M 14:02:22 600K .......... .......... .......... .......... .......... 883K 14:02:22 650K .......... .......... .......... .......... .......... 1.95M 14:02:22 700K ..  7.36M=0.2s 14:02:22 14:02:22 2020-07-16 14:02:22 (2.77 MB/s) - written to stdout [719348] 14:02:22 14:02:22 -- The C compiler identification is GNU 8.3.0 14:02:23 -- The CXX compiler identification is GNU 8.3.0 14:02:23 -- Check for working C compiler: /usr/bin/cc 14:02:23 -- Check for working C compiler: /usr/bin/cc -- works 14:02:23 -- Detecting C compiler ABI info 14:02:23 -- Detecting C compiler ABI info - done 14:02:23 -- Detecting C compile features 14:02:24 Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." 14:02:24 > git --version # timeout=10 14:02:24 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { 14:02:24 -- Detecting C compile features - done 14:02:24 -- Check for working CXX compiler: /usr/bin/c++ 14:02:24 -- Check for working CXX compiler: /usr/bin/c++ -- works 14:02:24 -- Detecting CXX compiler ABI info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 14:02:25 -- Detecting CXX compiler ABI info - done 14:02:25 -- Detecting CXX compile features [Pipeline] unstash [Pipeline] echo 14:02:25 ========================================================= 14:02:25 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 14:02:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:02:26 + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . 14:02:26 Sending build context to Docker daemon 3.487MB 14:02:26 Step 1/21 : ARG BASE=alpine:3.11 14:02:26 Step 2/21 : FROM ${BASE} as builder 14:02:26 -- Detecting CXX compile features - done 14:02:26 latest: Pulling from edgex-devops/edgex-gcc-base 14:02:26 e7c96db7181b: Pulling fs layer 14:02:26 4c13bbce0fe7: Pulling fs layer 14:02:26 6059c847ac2f: Pulling fs layer 14:02:26 4c13bbce0fe7: Verifying Checksum 14:02:26 4c13bbce0fe7: Download complete 14:02:26 e7c96db7181b: Verifying Checksum 14:02:26 e7c96db7181b: Download complete 14:02:26 -- Looking for include file endian.h 14:02:26 -- Looking for include file endian.h - found 14:02:26 -- Check if the system is big endian 14:02:26 -- Searching 16 bit integer 14:02:26 -- Looking for sys/types.h 14:02:26 e7c96db7181b: Pull complete 14:02:27 -- Looking for sys/types.h - found 14:02:27 -- Looking for stdint.h 14:02:27 4c13bbce0fe7: Pull complete 14:02:27 -- Looking for stdint.h - found 14:02:27 -- Looking for stddef.h 14:02:27 -- Looking for stddef.h - found 14:02:27 -- Check size of unsigned short 14:02:27 6059c847ac2f: Verifying Checksum 14:02:27 6059c847ac2f: Download complete 14:02:27 -- Check size of unsigned short - done 14:02:27 -- Using unsigned short 14:02:28 -- Check if the system is big endian - little endian 14:02:28 -- Check size of size_t 14:02:28 -- Check size of size_t - done 14:02:28 CMake Warning at examples/CMakeLists.txt:16 (find_package): 14:02:28 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 14:02:28 asked CMake to find a package configuration file provided by "cJSON", but 14:02:28 CMake did not find one. 14:02:28 14:02:28 Could not find a package configuration file provided by "cJSON" with any of 14:02:28 the following names: 14:02:28 14:02:28 cJSONConfig.cmake 14:02:28 cjson-config.cmake 14:02:28 14:02:28 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 14:02:28 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 14:02:28 provides a separate development package or SDK, be sure it has been 14:02:28 installed. 14:02:28 14:02:28 14:02:28 -- Configuring done 14:02:28 -- Generating done 14:02:28 -- Build files have been written to: /tmp/cbor 14:02:28 Scanning dependencies of target cbor_shared 14:02:28 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 14:02:29 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 14:02:30 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 14:02:30 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 14:02:30 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 14:02:31 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 14:02:31 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 14:02:31 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 14:02:31 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 14:02:32 6059c847ac2f: Pull complete 14:02:32 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 14:02:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 14:02:32 ---> 5eabd8fd8ba2 14:02:32 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 14:02:32 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 14:02:32 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 14:02:32 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 14:02:33 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 14:02:33 ---> Running in 6b3538146d05 14:02:33 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 14:02:33 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 14:02:34 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:02:34 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 14:02:34 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 14:02:34 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 14:02:34 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 14:02:34 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:02:35 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 14:02:35 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 14:02:35 (2/8) Installing libuuid (2.33-r0) 14:02:35 [ 40%] Linking C shared library libcbor.so 14:02:35 [ 40%] Built target cbor_shared 14:02:35 Scanning dependencies of target cbor 14:02:35 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 14:02:35 (3/8) Installing libblkid (2.33-r0) 14:02:35 (4/8) Installing libfdisk (2.33-r0) 14:02:35 (5/8) Installing libmount (2.33-r0) 14:02:35 (6/8) Installing libsmartcols (2.33-r0) 14:02:36 (7/8) Installing util-linux-dev (2.33-r0) 14:02:36 (8/8) Installing wget (1.20.3-r0) 14:02:36 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 14:02:36 Executing busybox-1.29.3-r10.trigger 14:02:36 OK: 272 MiB in 83 packages 14:02:37 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 14:02:37 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 14:02:37 Removing intermediate container 6b3538146d05 14:02:37 ---> d2f0df136061 14:02:37 Step 4/21 : ENV CBOR_VERSION=0.5.0 14:02:37 ---> Running in e464eed15a75 14:02:37 Removing intermediate container e464eed15a75 14:02:37 ---> 735404281f97 14:02:37 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 14:02:37 ---> Running in 07dbaffc23c7 14:02:37 --2020-07-16 14:02:37-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 14:02:37 Resolving github.com... 140.82.113.3 14:02:37 Connecting to github.com|140.82.113.3|:443... connected. 14:02:37 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 14:02:38 HTTP request sent, awaiting response... 302 Found 14:02:38 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 14:02:38 --2020-07-16 14:02:37-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 14:02:38 Resolving codeload.github.com... 140.82.112.10 14:02:38 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:38 HTTP request sent, awaiting response... 200 OK 14:02:38 Length: unspecified [application/x-gzip] 14:02:38 Saving to: 'STDOUT' 14:02:38  14:02:38 0K .......... .......... .......... .......... .......... 1.64M 14:02:38 50K .......... .......... .......... .......... .......... 5.32M 14:02:38 100K .......... .......... .......... .......... .......... 7.24M 14:02:38 150K .......... .......... .......... .......... .......... 6.05M 14:02:38 200K .......... .......... .......... .......... .......... 7.80M 14:02:38 250K .......... .......... .......... .......... .......... 18.5M 14:02:38 300K .......... .......... .......... .......... .......... 5.54M 14:02:38 350K .......... .......... .......... .......... .......... 12.3M 14:02:38 400K .......... .......... .......... .......... .......... 5.98M 14:02:38 450K .......... .......... .......... .......... .......... 6.89M 14:02:38 500K .......... .......... .......... .......... .......... 16.4M 14:02:38 550K .......... .......... .......... .......... .......... 5.51M 14:02:38 600K .......... .......... .......... .......... .......... 2.17M 14:02:38 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 14:02:38 650K .......... .......... .......... .......... .......... 4.90M 14:02:38 700K .. 720K=0.1s 14:02:38 14:02:38 2020-07-16 14:02:38 (4.95 MB/s) - written to stdout [719348] 14:02:38 14:02:38 -- The C compiler identification is GNU 8.3.0 14:02:38 -- The CXX compiler identification is GNU 8.3.0 14:02:38 -- Check for working C compiler: /usr/bin/cc 14:02:38 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 14:02:38 -- Check for working C compiler: /usr/bin/cc -- works 14:02:38 -- Detecting C compiler ABI info 14:02:38 -- Detecting C compiler ABI info - done 14:02:38 -- Detecting C compile features 14:02:38 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 14:02:39 -- Detecting C compile features - done 14:02:39 -- Check for working CXX compiler: /usr/bin/c++ 14:02:39 -- Check for working CXX compiler: /usr/bin/c++ -- works 14:02:39 -- Detecting CXX compiler ABI info 14:02:39 -- Detecting CXX compiler ABI info - done 14:02:39 -- Detecting CXX compile features 14:02:39 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 14:02:39 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 14:02:39 -- Detecting CXX compile features - done 14:02:39 -- Looking for include file endian.h 14:02:39 -- Looking for include file endian.h - found 14:02:39 -- Check if the system is big endian 14:02:39 -- Searching 16 bit integer 14:02:39 -- Looking for sys/types.h 14:02:39 -- Looking for sys/types.h - found 14:02:39 -- Looking for stdint.h 14:02:39 -- Looking for stdint.h - found 14:02:39 -- Looking for stddef.h 14:02:39 -- Looking for stddef.h - found 14:02:39 -- Check size of unsigned short 14:02:39 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 14:02:40 -- Check size of unsigned short - done 14:02:40 -- Using unsigned short 14:02:40 -- Check if the system is big endian - little endian 14:02:40 -- Check size of size_t 14:02:40 -- Check size of size_t - done 14:02:40 CMake Warning at examples/CMakeLists.txt:16 (find_package): 14:02:40 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 14:02:40 asked CMake to find a package configuration file provided by "cJSON", but 14:02:40 CMake did not find one. 14:02:40 14:02:40 Could not find a package configuration file provided by "cJSON" with any of 14:02:40 the following names: 14:02:40 14:02:40 cJSONConfig.cmake 14:02:40 cjson-config.cmake 14:02:40 14:02:40 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 14:02:40 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 14:02:40 provides a separate development package or SDK, be sure it has been 14:02:40 installed. 14:02:40 14:02:40 14:02:40 -- Configuring done 14:02:40 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 14:02:40 -- Generating done 14:02:40 -- Build files have been written to: /tmp/cbor 14:02:40 Scanning dependencies of target cbor_shared 14:02:40 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 14:02:40 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 14:02:40 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 14:02:40 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 14:02:40 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 14:02:40 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 14:02:40 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 14:02:40 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 14:02:41 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 14:02:41 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 14:02:41 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 14:02:41 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 14:02:41 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 14:02:41 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 14:02:41 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 14:02:41 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 14:02:41 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 14:02:41 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 14:02:41 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 14:02:41 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 14:02:41 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 14:02:41 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 14:02:41 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 14:02:41 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 14:02:41 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 14:02:42 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 14:02:42 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 14:02:42 [ 40%] Linking C shared library libcbor.so 14:02:42 [ 40%] Built target cbor_shared 14:02:42 Scanning dependencies of target cbor 14:02:42 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 14:02:42 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 14:02:42 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 14:02:42 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 14:02:42 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 14:02:42 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 14:02:42 [ 80%] Linking C static library libcbor.a 14:02:42 [ 80%] Built target cbor 14:02:42 Scanning dependencies of target create_items 14:02:42 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 14:02:42 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 14:02:42 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 14:02:42 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 14:02:43 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 14:02:43 [ 84%] Linking C executable create_items 14:02:43 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 14:02:43 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 14:02:43 [ 84%] Built target create_items 14:02:43 Scanning dependencies of target readfile 14:02:43 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 14:02:43 [ 88%] Linking C executable readfile 14:02:43 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 14:02:43 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 14:02:43 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 14:02:43 [ 88%] Built target readfile 14:02:43 Scanning dependencies of target streaming_parser 14:02:43 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 14:02:43 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 14:02:43 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 14:02:43 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 14:02:43 [ 92%] Linking C executable streaming_parser 14:02:43 [ 92%] Built target streaming_parser 14:02:43 Scanning dependencies of target sort 14:02:43 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 14:02:44 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 14:02:44 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 14:02:44 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 14:02:44 [ 80%] Linking C static library libcbor.a 14:02:44 [ 80%] Built target cbor 14:02:44 [ 96%] Linking C executable sort 14:02:44 [ 96%] Built target sort 14:02:44 Scanning dependencies of target hello 14:02:44 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 14:02:44 Scanning dependencies of target create_items 14:02:44 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 14:02:44 [ 84%] Linking C executable create_items 14:02:44 [ 84%] Built target create_items 14:02:44 Scanning dependencies of target readfile 14:02:44 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 14:02:44 [ 88%] Linking C executable readfile 14:02:44 [ 88%] Built target readfile 14:02:44 Scanning dependencies of target streaming_parser 14:02:44 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 14:02:44 [100%] Linking C executable hello 14:02:44 [100%] Built target hello 14:02:44 Install the project... 14:02:44 -- Install configuration: "Release" 14:02:44 -- Installing: /usr/local/include/cbor/configuration.h 14:02:44 -- Installing: /usr/local/lib64/libcbor.a 14:02:44 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 14:02:44 -- Installing: /usr/local/lib64/libcbor.so.0 14:02:44 -- Installing: /usr/local/lib64/libcbor.so 14:02:44 -- Up-to-date: /usr/local/include/cbor 14:02:44 -- Installing: /usr/local/include/cbor/streaming.h 14:02:44 -- Installing: /usr/local/include/cbor/ints.h 14:02:44 -- Installing: /usr/local/include/cbor/floats_ctrls.h 14:02:44 -- Installing: /usr/local/include/cbor/bytestrings.h 14:02:44 -- Installing: /usr/local/include/cbor/encoding.h 14:02:44 -- Installing: /usr/local/include/cbor/serialization.h 14:02:44 -- Installing: /usr/local/include/cbor/data.h 14:02:44 -- Installing: /usr/local/include/cbor/common.h 14:02:44 -- Installing: /usr/local/include/cbor/callbacks.h 14:02:44 -- Installing: /usr/local/include/cbor/strings.h 14:02:44 -- Installing: /usr/local/include/cbor/tags.h 14:02:44 -- Installing: /usr/local/include/cbor/internal 14:02:44 -- Installing: /usr/local/include/cbor/internal/encoders.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/loaders.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/stack.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/unicode.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 14:02:44 -- Installing: /usr/local/include/cbor/arrays.h 14:02:44 -- Installing: /usr/local/include/cbor/maps.h 14:02:44 -- Installing: /usr/local/include/cbor.h 14:02:44 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 14:02:44 [ 92%] Linking C executable streaming_parser 14:02:44 [ 92%] Built target streaming_parser 14:02:44 Scanning dependencies of target sort 14:02:44 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 14:02:44 [ 96%] Linking C executable sort 14:02:44 [ 96%] Built target sort 14:02:44 Scanning dependencies of target hello 14:02:44 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 14:02:44 [100%] Linking C executable hello 14:02:44 [100%] Built target hello 14:02:44 Install the project... 14:02:44 -- Install configuration: "Release" 14:02:44 -- Installing: /usr/local/include/cbor/configuration.h 14:02:44 -- Installing: /usr/local/lib64/libcbor.a 14:02:44 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 14:02:44 -- Installing: /usr/local/lib64/libcbor.so.0 14:02:44 -- Installing: /usr/local/lib64/libcbor.so 14:02:44 -- Up-to-date: /usr/local/include/cbor 14:02:44 -- Installing: /usr/local/include/cbor/arrays.h 14:02:44 -- Installing: /usr/local/include/cbor/bytestrings.h 14:02:44 -- Installing: /usr/local/include/cbor/callbacks.h 14:02:44 -- Installing: /usr/local/include/cbor/common.h 14:02:44 -- Installing: /usr/local/include/cbor/data.h 14:02:44 -- Installing: /usr/local/include/cbor/encoding.h 14:02:44 -- Installing: /usr/local/include/cbor/floats_ctrls.h 14:02:44 -- Installing: /usr/local/include/cbor/internal 14:02:44 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/encoders.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/loaders.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/stack.h 14:02:44 -- Installing: /usr/local/include/cbor/internal/unicode.h 14:02:44 -- Installing: /usr/local/include/cbor/ints.h 14:02:44 -- Installing: /usr/local/include/cbor/maps.h 14:02:44 -- Installing: /usr/local/include/cbor/serialization.h 14:02:44 -- Installing: /usr/local/include/cbor/streaming.h 14:02:44 -- Installing: /usr/local/include/cbor/strings.h 14:02:44 -- Installing: /usr/local/include/cbor/tags.h 14:02:44 -- Installing: /usr/local/include/cbor.h 14:02:44 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 14:02:47 Removing intermediate container d50f93799f89 14:02:47 ---> 4a30bc4a2785 14:02:47 Step 6/21 : RUN mkdir /tmp/sdk 14:02:47 ---> Running in de5bd792d855 14:02:47 Removing intermediate container 07dbaffc23c7 14:02:47 ---> c7346d3113a7 14:02:47 Step 6/21 : RUN mkdir /tmp/sdk 14:02:47 ---> Running in 0b7a1d442bf9 14:02:47 Removing intermediate container 0b7a1d442bf9 14:02:47 ---> b386d8547d4f 14:02:47 Step 7/21 : COPY VERSION /tmp/sdk 14:02:48 ---> d844ee1fdf55 14:02:48 Step 8/21 : COPY src /tmp/sdk/src 14:02:49 Removing intermediate container de5bd792d855 14:02:49 ---> 3333ae959f67 14:02:49 Step 7/21 : COPY VERSION /tmp/sdk 14:02:49 ---> 0ec9320bbdfd 14:02:49 Step 9/21 : COPY include /tmp/sdk/include 14:02:49 ---> 3a6ec6a86faf 14:02:49 Step 10/21 : COPY scripts /tmp/sdk/scripts 14:02:49 ---> 2abfac96133d 14:02:49 Step 11/21 : COPY LICENSE /tmp/sdk 14:02:49 ---> 910f3f8369bb 14:02:49 Step 12/21 : COPY Attribution.txt /tmp/sdk 14:02:49 ---> a55945e417ab 14:02:49 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 14:02:49 ---> Running in 7dfcb5b93ae3 14:02:50 ---> bc41592645d0 14:02:50 Step 8/21 : COPY src /tmp/sdk/src 14:02:50 + CPPCHECK=false 14:02:50 + DOCGEN=false 14:02:50 + TOMLVER=SDK-0.2 14:02:50 + CUTILVER=1.1-branch 14:02:50 + '[' 0 -gt 0 ] 14:02:50 + readlink -f ./scripts/build.sh 14:02:50 + dirname /tmp/sdk/scripts/build.sh 14:02:50 + dirname /tmp/sdk/scripts 14:02:50 + ROOT=/tmp/sdk 14:02:50 + cd /tmp/sdk 14:02:50 + '[' '!' -d deps ] 14:02:50 + mkdir deps 14:02:50 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:02:50 + tar -C deps -z -x -f - 14:02:50 --2020-07-16 14:02:50-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:02:50 Resolving github.com... 140.82.113.3 14:02:50 Connecting to github.com|140.82.113.3|:443... connected. 14:02:50 HTTP request sent, awaiting response... 302 Found 14:02:50 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 14:02:50 --2020-07-16 14:02:50-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 14:02:50 Resolving codeload.github.com... 140.82.112.10 14:02:50 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:50 ---> 67a78b0ef2a9 14:02:50 Step 9/21 : COPY include /tmp/sdk/include 14:02:50 HTTP request sent, awaiting response... 200 OK 14:02:50 Length: unspecified [application/x-gzip] 14:02:50 Saving to: 'STDOUT' 14:02:50  14:02:50 0K .......... ......  1.04M=0.02s 14:02:50 14:02:50 2020-07-16 14:02:50 (1.04 MB/s) - written to stdout [16451] 14:02:50 14:02:50 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 14:02:50 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 14:02:50 + tar -C deps -z -x -f - 14:02:50 --2020-07-16 14:02:50-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 14:02:50 Resolving github.com... 140.82.113.3 14:02:50 Connecting to github.com|140.82.113.3|:443... connected. 14:02:51 HTTP request sent, awaiting response... 302 Found 14:02:51 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 14:02:51 --2020-07-16 14:02:50-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 14:02:51 Resolving codeload.github.com... 140.82.112.10 14:02:51 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:51 HTTP request sent, awaiting response... 200 OK 14:02:51 Length: unspecified [application/x-gzip] 14:02:51 Saving to: 'STDOUT' 14:02:51 14:02:51 0K .......... .......... .......... .......... .......... 1.61M 14:02:51 50K .......... .......... .......... .......... .......... 3.30M 14:02:51 100K .......... .......... .......... .......... .......... 37.4M 14:02:51 150K .......... .... 13.0M=0.05s 14:02:51 14:02:51 2020-07-16 14:02:50 (3.38 MB/s) - written to stdout [168678] 14:02:51 14:02:51 ---> a24787c02b76 14:02:51 Step 10/21 : COPY scripts /tmp/sdk/scripts 14:02:51 + mkdir -p src/c/iot 14:02:51 + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot 14:02:51 + mkdir -p include/iot 14:02:51 + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot 14:02:51 + mkdir -p include/iot/os 14:02:51 + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os 14:02:51 + mkdir -p /tmp/sdk/build/release 14:02:51 + cd /tmp/sdk/build/release 14:02:51 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 14:02:51 -- The C compiler identification is GNU 8.3.0 14:02:51 -- Check for working C compiler: /usr/bin/cc 14:02:51 -- Check for working C compiler: /usr/bin/cc -- works 14:02:51 -- Detecting C compiler ABI info 14:02:51 -- Detecting C compiler ABI info - done 14:02:51 -- Detecting C compile features 14:02:51 -- Detecting C compile features - done 14:02:51 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:02:51 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:02:51 -- Found LIBYAML: /usr/lib/libyaml.so 14:02:51 -- Found LIBUUID: /usr/lib/libuuid.so 14:02:51 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:02:51 -- C SDK 0.0.0 for Linux 14:02:51 -- Performing Test CSDK_HAVE_ATOMIC 14:02:51 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:02:51 -- Found Curses: /usr/lib/libcurses.so 14:02:51 -- Configuring done 14:02:51 -- Generating done 14:02:51 -- Build files have been written to: /tmp/sdk/build/release 14:02:51 + make 14:02:51 + tee release.log 14:02:51 Scanning dependencies of target csdk 14:02:51 ---> 2e24a661bf0e 14:02:51 Step 11/21 : COPY LICENSE /tmp/sdk 14:02:52 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:02:52 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:02:52 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:02:52 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:02:52 ---> c1aceca69012 14:02:52 Step 12/21 : COPY Attribution.txt /tmp/sdk 14:02:52 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:02:52 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:02:53 ---> dfd07a80cc02 14:02:53 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 14:02:53 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:02:53 ---> Running in 22a38c7b8349 14:02:53 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:02:53 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:02:53 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:02:53 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:02:54 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:02:54 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:02:54 [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:02:54 + CPPCHECK=false 14:02:54 + DOCGEN=false 14:02:54 + TOMLVER=SDK-0.2 14:02:54 + CUTILVER=1.1-branch 14:02:54 + '[' 0 -gt 0 ] 14:02:54 + readlink -f ./scripts/build.sh 14:02:54 + dirname /tmp/sdk/scripts/build.sh 14:02:54 + dirname /tmp/sdk/scripts 14:02:54 + ROOT=/tmp/sdk 14:02:54 + cd /tmp/sdk 14:02:54 + '[' '!' -d deps ] 14:02:54 + mkdir deps 14:02:54 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:02:54 + tar -C deps -z -x -f - 14:02:54 --2020-07-16 14:02:54-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:02:54 Resolving github.com... 140.82.113.3 14:02:54 Connecting to github.com|140.82.113.3|:443... connected. 14:02:54 HTTP request sent, awaiting response... 302 Found 14:02:54 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 14:02:54 --2020-07-16 14:02:54-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 14:02:54 Resolving codeload.github.com... 140.82.112.10 14:02:54 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:55 HTTP request sent, awaiting response... 200 OK 14:02:55 Length: unspecified [application/x-gzip] 14:02:55 Saving to: 'STDOUT' 14:02:55  14:02:55 0K .......... ...... 1008K=0.02s 14:02:55 14:02:55 2020-07-16 14:02:54 (1008 KB/s) - written to stdout [16451] 14:02:55 14:02:55 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 14:02:55 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 14:02:55 + tar -C deps -z -x -f - 14:02:55 --2020-07-16 14:02:54-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 14:02:55 Resolving github.com... 140.82.113.3 14:02:55 Connecting to github.com|140.82.113.3|:443... connected. 14:02:55 HTTP request sent, awaiting response... 302 Found 14:02:55 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 14:02:55 --2020-07-16 14:02:54-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 14:02:55 Resolving codeload.github.com... 140.82.112.10 14:02:55 Connecting to codeload.github.com|140.82.112.10|:443... connected. 14:02:55 HTTP request sent, awaiting response... 200 OK 14:02:55 Length: unspecified [application/x-gzip] 14:02:55 Saving to: 'STDOUT' 14:02:55  14:02:55 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:02:55 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:02:55 0K .......... .......... .......... .......... .......... 1.49M 14:02:55 50K .......... .......... .......... .......... .......... 3.45M 14:02:55 100K .......... .......... .......... .......... .......... 3.88M 14:02:55 150K .......... .... 3.84M=0.06s 14:02:55 14:02:55 2020-07-16 14:02:55 (2.54 MB/s) - written to stdout [168678] 14:02:55 14:02:55 + mkdir -p src/c/iot 14:02:55 + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot 14:02:55 + mkdir -p include/iot 14:02:55 + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot 14:02:55 + mkdir -p include/iot/os 14:02:55 + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os 14:02:55 + mkdir -p /tmp/sdk/build/release 14:02:55 + cd /tmp/sdk/build/release 14:02:55 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 14:02:55 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:02:55 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:02:55 -- The C compiler identification is GNU 8.3.0 14:02:55 -- Check for working C compiler: /usr/bin/cc 14:02:55 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:02:55 -- Check for working C compiler: /usr/bin/cc -- works 14:02:55 -- Detecting C compiler ABI info 14:02:56 -- Detecting C compiler ABI info - done 14:02:56 -- Detecting C compile features 14:02:56 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:02:56 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:02:56 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:02:56 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:02:56 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:02:56 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:02:56 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:02:56 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:02:56 -- Detecting C compile features - done 14:02:57 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:02:57 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:02:57 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:02:57 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:02:57 -- Found LIBYAML: /usr/lib/libyaml.so 14:02:57 -- Found LIBUUID: /usr/lib/libuuid.so 14:02:57 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:02:57 -- C SDK 0.0.0 for Linux 14:02:57 -- Performing Test CSDK_HAVE_ATOMIC 14:02:57 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:02:57 [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:02:57 -- Found Curses: /usr/lib/libcurses.so 14:02:57 -- Configuring done 14:02:57 [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:02:57 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:02:57 -- Generating done 14:02:57 -- Build files have been written to: /tmp/sdk/build/release 14:02:57 + make 14:02:57 + tee release.log 14:02:57 Scanning dependencies of target csdk 14:02:57 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:02:58 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:02:58 [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:02:58 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:02:58 [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:02:58 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:02:58 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:02:59 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:02:59 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:03:00 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:03:00 [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:03:00 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:03:01 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:03:01 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:03:01 [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:03:01 [ 72%] Linking C shared library libcsdk.so 14:03:01 [ 72%] Built target csdk 14:03:01 Scanning dependencies of target template 14:03:01 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:03:01 [ 75%] Linking C executable template 14:03:01 [ 75%] Built target template 14:03:01 Scanning dependencies of target device-counter 14:03:01 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:03:01 [ 79%] Linking C executable device-counter 14:03:01 [ 79%] Built target device-counter 14:03:01 Scanning dependencies of target device-random 14:03:01 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:03:01 [ 82%] Linking C executable device-random 14:03:02 [ 82%] Built target device-random 14:03:02 Scanning dependencies of target device-gyro 14:03:02 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:03:02 [ 86%] Linking C executable device-gyro 14:03:02 [ 86%] Built target device-gyro 14:03:02 Scanning dependencies of target device-bitfields 14:03:02 [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:03:02 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:03:02 [ 89%] Linking C executable device-bitfields 14:03:02 [ 89%] Built target device-bitfields 14:03:02 Scanning dependencies of target template-discovery 14:03:02 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:03:02 [ 93%] Linking C executable template-discovery 14:03:02 [ 93%] Built target template-discovery 14:03:02 Scanning dependencies of target device-terminal 14:03:02 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:03:02 [ 96%] Linking C executable device-terminal 14:03:02 [ 96%] Built target device-terminal 14:03:02 Scanning dependencies of target templatev1 14:03:02 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:03:03 [100%] Linking C executable templatev1 14:03:03 [100%] Built target templatev1 14:03:03 + + teemake -a release.log package 14:03:03 14:03:03 [ 72%] Built target csdk 14:03:03 [ 75%] Built target template 14:03:03 [ 79%] Built target device-counter 14:03:03 [ 82%] Built target device-random 14:03:03 [ 86%] Built target device-gyro 14:03:03 [ 89%] Built target device-bitfields 14:03:03 [ 93%] Built target template-discovery 14:03:03 [ 96%] Built target device-terminal 14:03:03 [100%] Built target templatev1 14:03:03 Run CPack packaging tool... 14:03:03 CPack: Create package using TGZ 14:03:03 CPack: Install projects 14:03:03 CPack: - Run preinstall target for: Csdk 14:03:03 CPack: - Install project: Csdk 14:03:03 CPack: Create package 14:03:03 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 14:03:03 + '[' false '=' true ] 14:03:03 + '[' false '=' true ] 14:03:03 + mkdir -p /tmp/sdk/build/debug 14:03:03 + cd /tmp/sdk/build/debug 14:03:03 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 14:03:03 -- The C compiler identification is GNU 8.3.0 14:03:03 -- Check for working C compiler: /usr/bin/cc 14:03:03 -- Check for working C compiler: /usr/bin/cc -- works 14:03:03 -- Detecting C compiler ABI info 14:03:04 -- Detecting C compiler ABI info - done 14:03:04 -- Detecting C compile features 14:03:04 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:03:04 -- Detecting C compile features - done 14:03:04 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:03:04 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:03:04 -- Found LIBYAML: /usr/lib/libyaml.so 14:03:04 -- Found LIBUUID: /usr/lib/libuuid.so 14:03:04 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:03:04 -- C SDK 0.0.0 for Linux 14:03:04 -- Performing Test CSDK_HAVE_ATOMIC 14:03:04 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:03:04 -- Found Curses: /usr/lib/libcurses.so 14:03:04 -- Configuring done 14:03:04 -- Generating done 14:03:04 -- Build files have been written to: /tmp/sdk/build/debug 14:03:04 + make 14:03:04 + tee debug.log 14:03:04 Scanning dependencies of target csdk 14:03:04 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:03:04 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:03:04 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:03:04 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:03:04 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:03:04 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:03:04 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:03:05 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:03:05 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:03:05 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:03:05 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:03:05 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:03:05 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:03:05 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:03:05 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:03:05 [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:03:05 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:03:05 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:03:06 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:03:06 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:03:06 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:03:06 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:03:06 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:03:06 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:03:06 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:03:06 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:03:06 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:03:06 [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:03:06 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:03:06 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:03:06 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:03:06 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:03:06 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:03:06 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:03:06 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:03:06 [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:03:07 [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:03:07 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:03:07 [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:03:07 [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:03:07 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:03:07 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:03:07 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:03:07 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:03:08 [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:03:08 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:03:08 [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:03:08 [ 72%] Linking C shared library libcsdk.so 14:03:08 [ 72%] Built target csdk 14:03:08 Scanning dependencies of target template 14:03:08 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:03:08 [ 75%] Linking C executable template 14:03:09 [ 75%] Built target template 14:03:09 Scanning dependencies of target device-counter 14:03:09 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:03:09 [ 79%] Linking C executable device-counter 14:03:09 [ 79%] Built target device-counter 14:03:09 Scanning dependencies of target device-random 14:03:09 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:03:09 [ 82%] Linking C executable device-random 14:03:09 [ 82%] Built target device-random 14:03:09 Scanning dependencies of target device-gyro 14:03:09 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:03:09 [ 86%] Linking C executable device-gyro 14:03:09 [ 86%] Built target device-gyro 14:03:09 Scanning dependencies of target device-bitfields 14:03:09 [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:03:09 [ 89%] Linking C executable device-bitfields 14:03:09 [ 89%] Built target device-bitfields 14:03:09 Scanning dependencies of target template-discovery 14:03:09 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:03:09 [ 93%] Linking C executable template-discovery 14:03:09 [ 93%] Built target template-discovery 14:03:09 Scanning dependencies of target device-terminal 14:03:09 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:03:09 [ 96%] Linking C executable device-terminal 14:03:09 [ 96%] Built target device-terminal 14:03:09 Scanning dependencies of target templatev1 14:03:09 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:03:09 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:03:10 [100%] Linking C executable templatev1 14:03:10 [100%] Built target templatev1 14:03:10 make: Entering directory '/tmp/sdk/build/release' 14:03:10 make[1]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 Scanning dependencies of target csdk 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:03:10 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:03:10 [ 3%] Linking C shared library libcsdk.so 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 72%] Built target csdk 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 74%] Linking C executable template 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 75%] Built target template 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 77%] Linking C executable device-counter 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 79%] Built target device-counter 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:03:10 [ 81%] Linking C executable device-random 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 82%] Built target device-random 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 84%] Linking C executable device-gyro 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 86%] Built target device-gyro 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 87%] Linking C executable device-bitfields 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 [ 89%] Built target device-bitfields 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:10 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:10 [ 91%] Linking C executable template-discovery 14:03:11 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:03:11 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:11 [ 93%] Built target template-discovery 14:03:11 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:11 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:11 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:11 [ 94%] Linking C executable device-terminal 14:03:11 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:11 [ 96%] Built target device-terminal 14:03:11 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:11 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:11 make[2]: Entering directory '/tmp/sdk/build/release' 14:03:11 [ 98%] Linking C executable templatev1 14:03:11 make[2]: Leaving directory '/tmp/sdk/build/release' 14:03:11 [100%] Built target templatev1 14:03:11 make[1]: Leaving directory '/tmp/sdk/build/release' 14:03:11 Install the project... 14:03:11 -- Install configuration: "Release" 14:03:11 -- Installing: /usr/local/lib/libcsdk.so 14:03:11 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 14:03:11 -- Up-to-date: /usr/local/include 14:03:11 -- Installing: /usr/local/include/devsdk 14:03:11 -- Installing: /usr/local/include/devsdk/devsdk-base.h 14:03:11 -- Installing: /usr/local/include/devsdk/devsdk.h 14:03:11 -- Installing: /usr/local/include/edgex 14:03:11 -- Installing: /usr/local/include/edgex/device-mgmt.h 14:03:11 -- Installing: /usr/local/include/edgex/devices.h 14:03:11 -- Installing: /usr/local/include/edgex/devsdk.h 14:03:11 -- Installing: /usr/local/include/edgex/edgex-base.h 14:03:11 -- Installing: /usr/local/include/edgex/edgex.h 14:03:11 -- Installing: /usr/local/include/edgex/error.h 14:03:11 -- Installing: /usr/local/include/edgex/eventgen.h 14:03:11 -- Installing: /usr/local/include/edgex/os.h 14:03:11 -- Installing: /usr/local/include/edgex/profiles.h 14:03:11 -- Installing: /usr/local/include/edgex/rest-server.h 14:03:11 -- Installing: /usr/local/include/edgex/csdk-defs.h 14:03:11 -- Installing: /usr/local/include/iot 14:03:11 -- Installing: /usr/local/include/iot/base64.h 14:03:11 -- Installing: /usr/local/include/iot/component.h 14:03:11 -- Installing: /usr/local/include/iot/config.h 14:03:11 -- Installing: /usr/local/include/iot/container.h 14:03:11 -- Installing: /usr/local/include/iot/data.h 14:03:11 -- Installing: /usr/local/include/iot/hash.h 14:03:11 -- Installing: /usr/local/include/iot/iot.h 14:03:11 -- Installing: /usr/local/include/iot/json.h 14:03:11 -- Installing: /usr/local/include/iot/logger.h 14:03:11 -- Installing: /usr/local/include/iot/os.h 14:03:11 -- Installing: /usr/local/include/iot/scheduler.h 14:03:11 -- Installing: /usr/local/include/iot/thread.h 14:03:11 -- Installing: /usr/local/include/iot/threadpool.h 14:03:11 -- Installing: /usr/local/include/iot/time.h 14:03:11 -- Installing: /usr/local/include/iot/typecode.h 14:03:11 -- Installing: /usr/local/include/iot/os 14:03:11 -- Installing: /usr/local/include/iot/os/linux.h 14:03:11 -- Installing: /usr/local/include/iot/os/macos.h 14:03:11 -- Installing: /usr/local/include/iot/os/zephyr.h 14:03:11 -- Installing: /usr/local/share/device-sdk-c/LICENSE 14:03:11 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 14:03:11 make: Leaving directory '/tmp/sdk/build/release' 14:03:11 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:03:13 Removing intermediate container 7dfcb5b93ae3 14:03:13 ---> 56c58b22697a 14:03:13 Step 14/21 : FROM ${BASE} 14:03:13 ---> 5eabd8fd8ba2 14:03:13 Step 15/21 : MAINTAINER IOTech 14:03:13 ---> Running in 1f3fac60fb3d 14:03:13 Removing intermediate container 1f3fac60fb3d 14:03:13 ---> d8bd2b82f6ca 14:03:13 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 14:03:13 ---> Running in 9343c73421fa 14:03:14 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:03:14 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:03:14 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:03:14 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:03:14 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:03:15 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:03:15 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:03:15 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:03:15 (1/3) Installing curl (7.64.0-r3) 14:03:15 (2/3) Installing libuuid (2.33-r0) 14:03:15 (3/3) Installing wget (1.20.3-r0) 14:03:15 Executing busybox-1.29.3-r10.trigger 14:03:15 OK: 268 MiB in 78 packages 14:03:16 Removing intermediate container 9343c73421fa 14:03:16 ---> 56d14652f6a7 14:03:16 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 14:03:16 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:03:16 ---> aec52b454718 14:03:16 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 14:03:16 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:03:16 ---> f32c7344527d 14:03:16 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 14:03:16 ---> 399bea081091 14:03:16 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 14:03:17 ---> 5ade063e8e76 14:03:17 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 14:03:17 ---> a1479b54ddbe 14:03:17 Successfully built a1479b54ddbe 14:03:17 Successfully tagged ci-base-image-x86_64:latest 14:03:17 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [Pipeline] } [Pipeline] // script [Pipeline] } 14:03:17 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:03:18 + docker inspect -f . ci-base-image-x86_64 14:03:18 . [Pipeline] withDockerContainer 14:03:18 [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:03:18 prd-centos7-docker-4c-2g-941 does not seem to be running inside a container 14:03:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:03:19 $ docker top 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c -eo pid,comm [Pipeline] { [Pipeline] sh 14:03:19 [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:03:19 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:03:19 + make test 14:03:19 echo "make test" 14:03:19 make test [Pipeline] } 14:03:19 $ docker stop --time=1 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c 14:03:20 $ docker rm -f 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:03:23 + sudo chown -R jenkins:jenkins . 14:03:23 [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [Pipeline] sh 14:03:24 [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:03:24 + ls -al . 14:03:24 total 160 14:03:24 drwxrwxr-x. 9 jenkins jenkins 275 Jul 16 14:02 . 14:03:24 drwxrwxr-x. 4 jenkins jenkins 28 Jul 16 14:02 .. 14:03:24 -rw-rw-r--. 1 jenkins jenkins 3104 Jul 16 14:02 Attribution.txt 14:03:24 -rw-rw-r--. 1 jenkins jenkins 5833 Jul 16 14:02 CHANGES 14:03:24 drwxrwxr-x. 2 jenkins jenkins 144 Jul 16 14:02 docs 14:03:24 -rw-rw-r--. 1 jenkins jenkins 108574 Jul 16 14:02 Doxyfile 14:03:24 drwxrwxr-x. 8 jenkins jenkins 179 Jul 16 14:02 .git 14:03:24 drwxrwxr-x. 2 jenkins jenkins 38 Jul 16 14:02 .github 14:03:24 -rw-rw-r--. 1 jenkins jenkins 176 Jul 16 14:02 .gitignore 14:03:24 drwxrwxr-x. 4 jenkins jenkins 33 Jul 16 14:02 include 14:03:24 -rw-rw-r--. 1 jenkins jenkins 794 Jul 16 14:02 Jenkinsfile 14:03:24 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 16 14:02 LICENSE 14:03:24 -rw-rw-r--. 1 jenkins jenkins 449 Jul 16 14:02 Makefile 14:03:24 -rw-rw-r--. 1 jenkins jenkins 1849 Jul 16 14:02 README.md 14:03:24 -rw-rw-r--. 1 jenkins jenkins 5977 Jul 16 14:02 README.v2.md 14:03:24 drwxrwxr-x. 2 jenkins jenkins 108 Jul 16 14:02 scripts 14:03:24 drwxrwxr-x. 3 jenkins jenkins 58 Jul 16 14:02 .semver 14:03:24 drwxrwxr-x. 4 jenkins jenkins 50 Jul 16 14:02 src 14:03:24 -rw-rw-r--. 1 jenkins jenkins 5 Jul 16 13:57 VERSION [Pipeline] isUnix [Pipeline] sh 14:03:24 + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa --label arch=amd64 --label version=0.0.0 . 14:03:24 Sending build context to Docker daemon 3.487MB 14:03:24 Step 1/15 : ARG BASE=alpine:3.11 14:03:24 Step 2/15 : FROM ${BASE} 14:03:24 ---> a1479b54ddbe 14:03:24 Step 3/15 : MAINTAINER IOTech 14:03:24 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:03:25 ---> Running in ac56d15d0514 14:03:25 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:03:25 Removing intermediate container ac56d15d0514 14:03:25 ---> 7633f1f2707e 14:03:25 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 14:03:25 ---> Running in 8aca5db11a3a 14:03:25 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:03:26 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:03:26 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:03:27 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 14:03:27 (2/6) Installing libblkid (2.33-r0) 14:03:27 (3/6) Installing libfdisk (2.33-r0) 14:03:27 (4/6) Installing libmount (2.33-r0) 14:03:27 (5/6) Installing libsmartcols (2.33-r0) 14:03:27 (6/6) Installing util-linux-dev (2.33-r0) 14:03:27 Executing busybox-1.29.3-r10.trigger 14:03:27 OK: 272 MiB in 84 packages 14:03:28 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:03:28 Removing intermediate container 8aca5db11a3a 14:03:28 ---> 0fb70d66a4e6 14:03:28 Step 5/15 : COPY VERSION /edgex-c-sdk/ 14:03:28 ---> 01ee658965ee 14:03:28 Step 6/15 : COPY src /edgex-c-sdk/src/ 14:03:29 ---> 96cc58370d60 14:03:29 Step 7/15 : COPY include /edgex-c-sdk/include/ 14:03:29 ---> ad03670d3f8d 14:03:29 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 14:03:29 ---> c3ae518bef66 14:03:29 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 14:03:29 ---> 2f2566f6ee4d 14:03:29 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 14:03:30 ---> 0d6d95641ea6 14:03:30 Step 11/15 : WORKDIR /edgex-c-sdk 14:03:30 ---> Running in 709b03c288c7 14:03:30 Removing intermediate container 709b03c288c7 14:03:30 ---> 34b683bf4684 14:03:30 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 14:03:30 ---> Running in 90c079c693d4 14:03:30 Removing intermediate container 90c079c693d4 14:03:30 ---> a6ba65017f3c 14:03:30 Step 13/15 : LABEL arch=amd64 14:03:30 ---> Running in 2b71a3a21493 14:03:30 Removing intermediate container 2b71a3a21493 14:03:30 ---> 369e1aec6ac1 14:03:30 Step 14/15 : LABEL git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:03:30 ---> Running in 4f0a0fef1bda 14:03:30 Removing intermediate container 4f0a0fef1bda 14:03:30 ---> c8c10eb3529e 14:03:30 Step 15/15 : LABEL version=0.0.0 14:03:30 ---> Running in b07944f4b247 14:03:31 Removing intermediate container b07944f4b247 14:03:31 ---> 60a58ae9c907 14:03:31 [Warning] One or more build-args [ARCH MAKE] were not consumed 14:03:31 Successfully built 60a58ae9c907 14:03:31 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] } 14:03:31 [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 14:03:31 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:03:33 [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:03:33 [ 72%] Linking C shared library libcsdk.so 14:03:33 [ 72%] Built target csdk 14:03:33 Scanning dependencies of target template 14:03:33 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:03:34 [ 75%] Linking C executable template 14:03:34 [ 75%] Built target template 14:03:34 Scanning dependencies of target device-counter 14:03:34 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:03:35 [ 79%] Linking C executable device-counter 14:03:35 [ 79%] Built target device-counter 14:03:35 Scanning dependencies of target device-random 14:03:35 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:03:35 [ 82%] Linking C executable device-random 14:03:36 [ 82%] Built target device-random 14:03:36 Scanning dependencies of target device-gyro 14:03:36 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:03:36 [ 86%] Linking C executable device-gyro 14:03:36 [ 86%] Built target device-gyro 14:03:36 Scanning dependencies of target device-bitfields 14:03:37 [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:03:37 [ 89%] Linking C executable device-bitfields 14:03:37 [ 89%] Built target device-bitfields 14:03:37 Scanning dependencies of target template-discovery 14:03:37 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:03:38 [ 93%] Linking C executable template-discovery 14:03:38 [ 93%] Built target template-discovery 14:03:38 Scanning dependencies of target device-terminal 14:03:38 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:03:39 [ 96%] Linking C executable device-terminal 14:03:39 [ 96%] Built target device-terminal 14:03:39 Scanning dependencies of target templatev1 14:03:39 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:03:39 [100%] Linking C executable templatev1 14:03:39 [100%] Built target templatev1 14:03:40 + make package 14:03:40 + tee -a release.log 14:03:40 [ 72%] Built target csdk 14:03:40 [ 75%] Built target template 14:03:40 [ 79%] Built target device-counter 14:03:40 [ 82%] Built target device-random 14:03:40 [ 86%] Built target device-gyro 14:03:40 [ 89%] Built target device-bitfields 14:03:40 [ 93%] Built target template-discovery 14:03:40 [ 96%] Built target device-terminal 14:03:40 [100%] Built target templatev1 14:03:40 Run CPack packaging tool... 14:03:40 CPack: Create package using TGZ 14:03:40 CPack: Install projects 14:03:40 CPack: - Run preinstall target for: Csdk 14:03:40 CPack: - Install project: Csdk 14:03:41 CPack: Create package 14:03:41 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 14:03:41 + '[' false '=' true ] 14:03:41 + '[' false '=' true ] 14:03:41 + mkdir -p /tmp/sdk/build/debug 14:03:41 + cd /tmp/sdk/build/debug 14:03:41 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 14:03:41 -- The C compiler identification is GNU 8.3.0 14:03:41 -- Check for working C compiler: /usr/bin/cc 14:03:41 -- Check for working C compiler: /usr/bin/cc -- works 14:03:41 -- Detecting C compiler ABI info 14:03:42 -- Detecting C compiler ABI info - done 14:03:42 -- Detecting C compile features 14:03:43 -- Detecting C compile features - done 14:03:43 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:03:43 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:03:43 -- Found LIBYAML: /usr/lib/libyaml.so 14:03:43 -- Found LIBUUID: /usr/lib/libuuid.so 14:03:43 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:03:43 -- C SDK 0.0.0 for Linux 14:03:43 -- Performing Test CSDK_HAVE_ATOMIC 14:03:43 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:03:43 -- Found Curses: /usr/lib/libcurses.so 14:03:43 -- Configuring done 14:03:43 -- Generating done 14:03:43 -- Build files have been written to: /tmp/sdk/build/debug 14:03:43 + make 14:03:43 + tee debug.log 14:03:43 Scanning dependencies of target csdk 14:03:43 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:03:44 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:03:44 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:03:45 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:03:45 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:03:45 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:03:45 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:03:46 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:03:46 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:03:47 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:03:47 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:03:47 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:03:47 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:03:47 [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:03:48 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:03:48 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:03:49 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:03:49 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:03:49 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:03:50 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:03:50 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:03:50 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:03:50 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:03:51 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:03:51 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:03:51 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:03:51 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:03:51 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:03:52 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:03:52 [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:03:52 [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:03:53 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:03:54 [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:03:54 [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:03:54 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:03:54 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:03:55 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:03:56 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:03:57 [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:03:57 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:03:57 [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:03:57 [ 72%] Linking C shared library libcsdk.so 14:03:57 [ 72%] Built target csdk 14:03:57 Scanning dependencies of target template 14:03:57 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:03:58 [ 75%] Linking C executable template 14:03:58 [ 75%] Built target template 14:03:58 Scanning dependencies of target device-counter 14:03:58 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:03:58 [ 79%] Linking C executable device-counter 14:03:59 [ 79%] Built target device-counter 14:03:59 Scanning dependencies of target device-random 14:03:59 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:03:59 [ 82%] Linking C executable device-random 14:03:59 [ 82%] Built target device-random 14:03:59 Scanning dependencies of target device-gyro 14:03:59 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:03:59 [ 86%] Linking C executable device-gyro 14:04:00 [ 86%] Built target device-gyro 14:04:00 Scanning dependencies of target device-bitfields 14:04:00 [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:04:00 [ 89%] Linking C executable device-bitfields 14:04:00 [ 89%] Built target device-bitfields 14:04:00 Scanning dependencies of target template-discovery 14:04:00 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:04:00 [ 93%] Linking C executable template-discovery 14:04:01 [ 93%] Built target template-discovery 14:04:01 Scanning dependencies of target device-terminal 14:04:01 [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:04:01 [ 96%] Linking C executable device-terminal 14:04:01 [ 96%] Built target device-terminal 14:04:01 Scanning dependencies of target templatev1 14:04:01 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:04:02 [100%] Linking C executable templatev1 14:04:02 [100%] Built target templatev1 14:04:02 make: Entering directory '/tmp/sdk/build/release' 14:04:02 make[1]: Entering directory '/tmp/sdk/build/release' 14:04:02 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:02 Scanning dependencies of target csdk 14:04:02 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:02 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:02 [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:04:04 [ 3%] Linking C shared library libcsdk.so 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 [ 72%] Built target csdk 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 [ 74%] Linking C executable template 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 [ 75%] Built target template 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 [ 77%] Linking C executable device-counter 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 [ 79%] Built target device-counter 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:04 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:04 [ 81%] Linking C executable device-random 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 [ 82%] Built target device-random 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 [ 84%] Linking C executable device-gyro 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 [ 86%] Built target device-gyro 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 [ 87%] Linking C executable device-bitfields 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 [ 89%] Built target device-bitfields 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 [ 91%] Linking C executable template-discovery 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 [ 93%] Built target template-discovery 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:05 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:05 [ 94%] Linking C executable device-terminal 14:04:06 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:06 [ 96%] Built target device-terminal 14:04:06 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:06 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:06 make[2]: Entering directory '/tmp/sdk/build/release' 14:04:06 [ 98%] Linking C executable templatev1 14:04:06 make[2]: Leaving directory '/tmp/sdk/build/release' 14:04:06 [100%] Built target templatev1 14:04:06 make[1]: Leaving directory '/tmp/sdk/build/release' 14:04:06 Install the project... 14:04:06 -- Install configuration: "Release" 14:04:06 -- Installing: /usr/local/lib/libcsdk.so 14:04:06 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 14:04:06 -- Up-to-date: /usr/local/include 14:04:06 -- Installing: /usr/local/include/edgex 14:04:06 -- Installing: /usr/local/include/edgex/device-mgmt.h 14:04:06 -- Installing: /usr/local/include/edgex/eventgen.h 14:04:06 -- Installing: /usr/local/include/edgex/error.h 14:04:06 -- Installing: /usr/local/include/edgex/rest-server.h 14:04:06 -- Installing: /usr/local/include/edgex/edgex-base.h 14:04:06 -- Installing: /usr/local/include/edgex/devsdk.h 14:04:06 -- Installing: /usr/local/include/edgex/edgex.h 14:04:06 -- Installing: /usr/local/include/edgex/devices.h 14:04:06 -- Installing: /usr/local/include/edgex/os.h 14:04:06 -- Installing: /usr/local/include/edgex/profiles.h 14:04:06 -- Installing: /usr/local/include/edgex/csdk-defs.h 14:04:06 -- Installing: /usr/local/include/devsdk 14:04:06 -- Installing: /usr/local/include/devsdk/devsdk-base.h 14:04:06 -- Installing: /usr/local/include/devsdk/devsdk.h 14:04:06 -- Installing: /usr/local/include/iot 14:04:06 -- Installing: /usr/local/include/iot/json.h 14:04:06 -- Installing: /usr/local/include/iot/container.h 14:04:06 -- Installing: /usr/local/include/iot/component.h 14:04:06 -- Installing: /usr/local/include/iot/typecode.h 14:04:06 -- Installing: /usr/local/include/iot/iot.h 14:04:06 -- Installing: /usr/local/include/iot/time.h 14:04:06 -- Installing: /usr/local/include/iot/hash.h 14:04:06 -- Installing: /usr/local/include/iot/logger.h 14:04:06 -- Installing: /usr/local/include/iot/os 14:04:06 -- Installing: /usr/local/include/iot/os/zephyr.h 14:04:06 -- Installing: /usr/local/include/iot/os/linux.h 14:04:06 -- Installing: /usr/local/include/iot/os/macos.h 14:04:06 -- Installing: /usr/local/include/iot/scheduler.h 14:04:06 -- Installing: /usr/local/include/iot/data.h 14:04:06 -- Installing: /usr/local/include/iot/thread.h 14:04:06 -- Installing: /usr/local/include/iot/os.h 14:04:06 -- Installing: /usr/local/include/iot/base64.h 14:04:06 -- Installing: /usr/local/include/iot/threadpool.h 14:04:06 -- Installing: /usr/local/include/iot/config.h 14:04:06 -- Installing: /usr/local/share/device-sdk-c/LICENSE 14:04:06 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 14:04:06 make: Leaving directory '/tmp/sdk/build/release' 14:04:08 Removing intermediate container 22a38c7b8349 14:04:08 ---> 5d01bd7d5504 14:04:08 Step 14/21 : FROM ${BASE} 14:04:08 ---> b23d30803547 14:04:08 Step 15/21 : MAINTAINER IOTech 14:04:08 ---> Running in c7255e60a608 14:04:09 Removing intermediate container c7255e60a608 14:04:09 ---> 2eb02fff0ba6 14:04:09 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 14:04:09 ---> Running in f6ae707f193c 14:04:10 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:04:11 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:04:12 (1/3) Installing curl (7.64.0-r3) 14:04:12 (2/3) Installing libuuid (2.33-r0) 14:04:12 (3/3) Installing wget (1.20.3-r0) 14:04:12 Executing busybox-1.29.3-r10.trigger 14:04:12 OK: 281 MiB in 78 packages 14:04:13 Removing intermediate container f6ae707f193c 14:04:13 ---> 985f037d14a3 14:04:13 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 14:04:14 ---> d842032ea647 14:04:14 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 14:04:15 ---> 28872f9740e5 14:04:15 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 14:04:16 ---> 9282b525926f 14:04:16 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 14:04:17 ---> c6f78f30545f 14:04:17 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 14:04:17 ---> 61221630cad1 14:04:17 Successfully built 61221630cad1 14:04:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:04:18 + docker inspect -f . ci-base-image-arm64 14:04:18 . [Pipeline] withDockerContainer 14:04:18 prd-ubuntu18.04-docker-arm64-4c-16g-940 does not seem to be running inside a container 14:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:04:20 $ docker top c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 -eo pid,comm [Pipeline] { [Pipeline] sh 14:04:22 + make test 14:04:22 echo "make test" 14:04:22 make test [Pipeline] } 14:04:22 $ docker stop --time=1 c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 14:04:24 $ docker rm -f c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:04:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:04:25 + ls -al . 14:04:25 total 196 14:04:25 drwxrwxr-x 9 jenkins jenkins 4096 Jul 16 14:01 . 14:04:25 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 .. 14:04:25 drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 14:01 .git 14:04:25 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 .github 14:04:25 -rw-rw-r-- 1 jenkins jenkins 176 Jul 16 14:01 .gitignore 14:04:25 drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 14:01 .semver 14:04:25 -rw-rw-r-- 1 jenkins jenkins 3104 Jul 16 14:01 Attribution.txt 14:04:25 -rw-rw-r-- 1 jenkins jenkins 5833 Jul 16 14:01 CHANGES 14:04:25 -rw-rw-r-- 1 jenkins jenkins 108574 Jul 16 14:01 Doxyfile 14:04:25 -rw-rw-r-- 1 jenkins jenkins 794 Jul 16 14:01 Jenkinsfile 14:04:25 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 16 14:01 LICENSE 14:04:25 -rw-rw-r-- 1 jenkins jenkins 449 Jul 16 14:01 Makefile 14:04:25 -rw-rw-r-- 1 jenkins jenkins 1849 Jul 16 14:01 README.md 14:04:25 -rw-rw-r-- 1 jenkins jenkins 5977 Jul 16 14:01 README.v2.md 14:04:25 -rw-rw-r-- 1 jenkins jenkins 5 Jul 16 13:57 VERSION 14:04:25 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 docs 14:04:25 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 include 14:04:25 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 scripts 14:04:25 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 src [Pipeline] isUnix [Pipeline] sh 14:04:26 + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa --label arch=arm64 --label version=0.0.0 . 14:04:26 Sending build context to Docker daemon 3.487MB 14:04:26 Step 1/15 : ARG BASE=alpine:3.11 14:04:26 Step 2/15 : FROM ${BASE} 14:04:26 ---> 61221630cad1 14:04:26 Step 3/15 : MAINTAINER IOTech 14:04:27 ---> Running in 576c856b393a 14:04:27 Removing intermediate container 576c856b393a 14:04:27 ---> d5feb533bfc0 14:04:27 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 14:04:27 ---> Running in b82c655bd79e 14:04:29 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:04:29 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:04:30 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 14:04:30 (2/6) Installing libblkid (2.33-r0) 14:04:30 (3/6) Installing libfdisk (2.33-r0) 14:04:30 (4/6) Installing libmount (2.33-r0) 14:04:31 (5/6) Installing libsmartcols (2.33-r0) 14:04:31 (6/6) Installing util-linux-dev (2.33-r0) 14:04:31 Executing busybox-1.29.3-r10.trigger 14:04:31 OK: 286 MiB in 84 packages 14:04:33 Removing intermediate container b82c655bd79e 14:04:33 ---> b7ff2ea3848a 14:04:33 Step 5/15 : COPY VERSION /edgex-c-sdk/ 14:04:33 ---> 7424bf181513 14:04:33 Step 6/15 : COPY src /edgex-c-sdk/src/ 14:04:34 ---> 4487b90ee6e2 14:04:34 Step 7/15 : COPY include /edgex-c-sdk/include/ 14:04:35 ---> 37e8d5a20f9e 14:04:35 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 14:04:35 ---> afb17f13ad9c 14:04:35 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 14:04:36 ---> e9262e8552c0 14:04:36 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 14:04:37 ---> 11929bc4e212 14:04:37 Step 11/15 : WORKDIR /edgex-c-sdk 14:04:37 ---> Running in 87d9db739a38 14:04:38 Removing intermediate container 87d9db739a38 14:04:38 ---> 8de2af2784a8 14:04:38 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 14:04:38 ---> Running in 59f68e791c49 14:04:38 Removing intermediate container 59f68e791c49 14:04:38 ---> 94f86bdb37ec 14:04:38 Step 13/15 : LABEL arch=arm64 14:04:38 ---> Running in 7c82bb38c59b 14:04:39 Removing intermediate container 7c82bb38c59b 14:04:39 ---> 843ff8fd6163 14:04:39 Step 14/15 : LABEL git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa 14:04:39 ---> Running in 3426ae75573f 14:04:39 Removing intermediate container 3426ae75573f 14:04:39 ---> c3e8c2e1b2b3 14:04:39 Step 15/15 : LABEL version=0.0.0 14:04:40 ---> Running in 78d75eb58156 14:04:40 Removing intermediate container 78d75eb58156 14:04:40 ---> c9f13af77fcb 14:04:40 [Warning] One or more build-args [ARCH MAKE] were not consumed 14:04:40 Successfully built c9f13af77fcb 14:04:40 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 14:04:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:04:44 ---> package-listing.sh 14:04:44 ++ facter osfamily 14:04:44 ++ tr '[:upper:]' '[:lower:]' 14:04:44 + OS_FAMILY=redhat 14:04:44 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-280 14:04:44 + START_PACKAGES=/tmp/packages_start.txt 14:04:44 + END_PACKAGES=/tmp/packages_end.txt 14:04:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:04:44 + PACKAGES=/tmp/packages_start.txt 14:04:44 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-280 ']' 14:04:44 + PACKAGES=/tmp/packages_end.txt 14:04:44 + case "${OS_FAMILY}" in 14:04:44 + rpm -qa 14:04:44 + sort 14:04:48 + '[' -f /tmp/packages_start.txt ']' 14:04:48 + '[' -f /tmp/packages_end.txt ']' 14:04:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:04:48 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-280 ']' 14:04:48 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-280/archives/ 14:04:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-280/archives/ [Pipeline] isUnix [Pipeline] sh 14:04:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:04:48 14:04:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:04:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:04:49 alpine: Pulling from edgex-lftools-log-publisher 14:04:49 c9b1b535fdd9: Pulling fs layer 14:04:49 2cc5ad85d9ab: Pulling fs layer 14:04:49 756a868c4378: Pulling fs layer 14:04:49 444b2fc9a129: Pulling fs layer 14:04:49 ea15f1150254: Pulling fs layer 14:04:49 41b27a9f41bf: Pulling fs layer 14:04:49 28c525ee5125: Pulling fs layer 14:04:49 094b1ea09ed8: Pulling fs layer 14:04:49 138eaada9080: Pulling fs layer 14:04:49 0622d0fa9048: Pulling fs layer 14:04:49 444b2fc9a129: Waiting 14:04:49 ea15f1150254: Waiting 14:04:49 28c525ee5125: Waiting 14:04:49 094b1ea09ed8: Waiting 14:04:49 41b27a9f41bf: Waiting 14:04:49 138eaada9080: Waiting 14:04:49 0622d0fa9048: Waiting 14:04:49 2cc5ad85d9ab: Verifying Checksum 14:04:49 2cc5ad85d9ab: Download complete 14:04:49 444b2fc9a129: Verifying Checksum 14:04:49 444b2fc9a129: Download complete 14:04:49 c9b1b535fdd9: Verifying Checksum 14:04:49 c9b1b535fdd9: Download complete 14:04:49 ea15f1150254: Verifying Checksum 14:04:49 ea15f1150254: Download complete 14:04:49 28c525ee5125: Verifying Checksum 14:04:49 28c525ee5125: Download complete 14:04:49 756a868c4378: Verifying Checksum 14:04:49 756a868c4378: Download complete 14:04:49 c9b1b535fdd9: Pull complete 14:04:49 138eaada9080: Verifying Checksum 14:04:49 138eaada9080: Download complete 14:04:49 0622d0fa9048: Verifying Checksum 14:04:49 0622d0fa9048: Download complete 14:04:49 094b1ea09ed8: Verifying Checksum 14:04:49 094b1ea09ed8: Download complete 14:04:50 2cc5ad85d9ab: Pull complete 14:04:50 41b27a9f41bf: Verifying Checksum 14:04:50 41b27a9f41bf: Download complete 14:04:51 756a868c4378: Pull complete 14:04:51 444b2fc9a129: Pull complete 14:04:51 ea15f1150254: Pull complete 14:04:56 41b27a9f41bf: Pull complete 14:04:56 28c525ee5125: Pull complete 14:04:58 094b1ea09ed8: Pull complete 14:04:58 138eaada9080: Pull complete 14:04:58 0622d0fa9048: Pull complete 14:04:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:04:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:04:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:04:59 prd-centos7-docker-4c-2g-939 does not seem to be running inside a container 14:04:59 $ 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-280 -v /w/workspace/edgexfoundry_device-sdk-c_PR-280:/w/workspace/edgexfoundry_device-sdk-c_PR-280:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:05:03 $ docker top 7761ccf969bc47f026b80ba649f8bced16e7dbc732399652b0db358cc6d05d87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:05:03 provisioning config files... 14:05:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/config5704659695560449798tmp [Pipeline] { [Pipeline] echo 14:05:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:05:04 ---> create-netrc.sh [Pipeline] echo 14:05:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:05:04 ---> logs-deploy.sh 14:05:04 + ARCHIVE_ARTIFACTS= 14:05:04 + LOGS_SERVER=https://logs.edgexfoundry.org 14:05:04 + '[' https://logs.edgexfoundry.org == None ']' 14:05:04 + NEXUS_URL=https://nexus.edgexfoundry.org 14:05:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 14:05:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-280/1/ 14:05:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 /w/workspace/edgexfoundry_device-sdk-c_PR-280 14:05:05 Archives upload complete. 14:05:05 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-280/1/ 14:05:06 ---> uname -a: 14:05:06 Linux 7761ccf969bc 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:05:06 14:05:06 14:05:06 ---> lscpu: 14:05:06 Architecture: x86_64 14:05:06 CPU op-mode(s): 32-bit, 64-bit 14:05:06 Byte Order: Little Endian 14:05:06 Address sizes: 40 bits physical, 48 bits virtual 14:05:06 CPU(s): 4 14:05:06 On-line CPU(s) list: 0-3 14:05:06 Thread(s) per core: 1 14:05:06 Core(s) per socket: 1 14:05:06 Socket(s): 4 14:05:06 NUMA node(s): 1 14:05:06 Vendor ID: GenuineIntel 14:05:06 CPU family: 6 14:05:06 Model: 44 14:05:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:05:06 Stepping: 1 14:05:06 CPU MHz: 2933.442 14:05:06 BogoMIPS: 5866.88 14:05:06 Virtualization: VT-x 14:05:06 Hypervisor vendor: KVM 14:05:06 Virtualization type: full 14:05:06 L1d cache: 128 KiB 14:05:06 L1i cache: 128 KiB 14:05:06 L2 cache: 16 MiB 14:05:06 L3 cache: 64 MiB 14:05:06 NUMA node0 CPU(s): 0-3 14:05:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:05:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:05:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:05:06 Vulnerability Meltdown: Mitigation; PTI 14:05:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:05:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:05:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:05:06 Vulnerability Tsx async abort: Not affected 14:05:06 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:05:06 14:05:06 14:05:06 ---> nproc: 14:05:06 4 14:05:06 14:05:06 14:05:06 ---> df -h: 14:05:06 Filesystem Size Used Available Use% Mounted on 14:05:06 overlay 50.0G 7.2G 42.8G 14% / 14:05:06 tmpfs 64.0M 0 64.0M 0% /dev 14:05:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:05:06 shm 64.0M 0 64.0M 0% /dev/shm 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-280 14:05:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp 14:05:06 14:05:06 14:05:06 ---> free -m: 14:05:06 total used free shared buff/cache available 14:05:06 Mem: 1837 651 129 0 1055 1079 14:05:06 Swap: 1023 1 1022 14:05:06 14:05:06 14:05:06 ---> ip addr: 14:05:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:05:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:05:06 inet 127.0.0.1/8 scope host lo 14:05:06 valid_lft forever preferred_lft forever 14:05:06 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:05:06 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:05:06 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:05:06 valid_lft forever preferred_lft forever 14:05:06 14:05:06 14:05:06 ---> sar -b -r -n DEV: 14:05:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 14:05:06 14:05:06 13:50:28 LINUX RESTART 14:05:06 14:05:06 13:51:01 tps rtps wtps bread/s bwrtn/s 14:05:06 13:52:01 32.83 18.28 14.55 2616.55 2434.98 14:05:06 13:53:01 0.63 0.02 0.62 2.13 10.46 14:05:06 13:54:01 0.30 0.00 0.30 0.00 2.76 14:05:06 13:55:01 0.22 0.00 0.22 0.00 1.67 14:05:06 13:56:01 0.28 0.00 0.28 0.00 3.46 14:05:06 13:57:01 0.30 0.00 0.30 0.00 4.36 14:05:06 13:58:01 46.43 13.60 32.83 4657.63 2593.32 14:05:06 13:59:01 1.55 0.00 1.55 0.00 30.11 14:05:06 14:00:01 0.27 0.00 0.27 0.00 3.50 14:05:06 14:01:01 0.30 0.05 0.25 0.67 2.58 14:05:06 14:02:01 0.45 0.08 0.37 1.60 6.34 14:05:06 14:03:01 0.40 0.00 0.40 0.00 6.11 14:05:06 14:04:01 0.18 0.02 0.17 0.13 1.62 14:05:06 14:05:01 142.46 89.32 53.13 6905.93 19760.69 14:05:06 Average: 16.19 8.67 7.52 1013.32 1775.80 14:05:06 14:05:06 13:51:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:05:06 13:52:01 101888 1779668 94.58 2620 1329344 1015552 34.66 298024 1326924 20 14:05:06 13:53:01 104380 1777176 94.45 2620 1329444 996580 34.01 295680 1326960 8 14:05:06 13:54:01 104508 1777048 94.45 2620 1329448 996580 34.01 295748 1326964 8 14:05:06 13:55:01 102936 1778620 94.53 2620 1329452 996580 34.01 297540 1326968 16 14:05:06 13:56:01 103072 1778484 94.52 2620 1329512 996580 34.01 297792 1326980 20 14:05:06 13:57:01 102900 1778656 94.53 2620 1329464 996640 34.01 297840 1326964 8 14:05:06 13:58:01 172760 1708796 90.82 2620 1132776 1096656 37.43 435788 1112908 116 14:05:06 13:59:01 178712 1702844 90.50 2620 1132784 1076568 36.74 432540 1111676 20 14:05:06 14:00:01 179268 1702288 90.47 2620 1132788 1071428 36.57 431952 1111652 8 14:05:06 14:01:01 178468 1703088 90.51 2620 1132796 1074196 36.66 432812 1111656 8 14:05:06 14:02:01 177864 1703692 90.55 2620 1132936 1072104 36.59 433212 1111724 12 14:05:06 14:03:01 177644 1703912 90.56 2620 1132944 1072128 36.59 433508 1111724 8 14:05:06 14:04:01 178704 1702852 90.50 2620 1132952 1072064 36.59 432196 1111724 8 14:05:06 14:05:01 93052 1788504 95.05 2620 1138176 1277124 43.59 459380 1126520 8 14:05:06 Average: 139725 1741831 92.57 2620 1217487 1057913 36.10 376715 1205096 19 14:05:06 14:05:06 13:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 14:05:06 13:52:01 eth0 164.36 79.82 364.32 21.11 0.00 0.00 0.00 14:05:06 13:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:05:06 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:05:06 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:55:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 14:05:06 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:05:06 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:57:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 14:05:06 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:58:01 eth0 260.96 174.03 705.38 84.76 0.00 0.00 0.00 14:05:06 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:58:01 docker0 8.94 7.66 1.11 20.33 0.00 0.00 0.00 14:05:06 13:59:01 eth0 3.85 1.90 3.45 0.13 0.00 0.00 0.00 14:05:06 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:05:06 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:01:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 14:05:06 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:02:01 eth0 1.22 0.52 0.46 0.27 0.00 0.00 0.00 14:05:06 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:03:01 eth0 0.43 0.42 0.30 0.21 0.00 0.00 0.00 14:05:06 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:04:01 eth0 0.60 0.02 0.06 0.00 0.00 0.00 0.00 14:05:06 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:05:01 eth0 94.14 64.52 2331.05 10.78 0.00 0.00 0.00 14:05:06 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 Average: eth0 37.65 23.00 243.24 8.39 0.00 0.00 0.00 14:05:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:06 Average: docker0 0.64 0.55 0.08 1.45 0.00 0.00 0.00 14:05:06 14:05:06 14:05:06 ---> sar -P ALL: 14:05:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 14:05:06 14:05:06 13:50:28 LINUX RESTART 14:05:06 14:05:06 13:51:01 CPU %user %nice %system %iowait %steal %idle 14:05:06 13:52:01 all 7.25 0.00 2.93 0.85 0.01 88.96 14:05:06 13:52:01 0 7.13 0.00 2.72 1.05 0.00 89.09 14:05:06 13:52:01 1 7.81 0.00 2.87 1.54 0.00 87.78 14:05:06 13:52:01 2 7.38 0.00 3.19 0.48 0.02 88.93 14:05:06 13:52:01 3 6.69 0.00 2.94 0.35 0.00 90.02 14:05:06 13:53:01 all 0.05 0.00 0.05 0.00 0.00 99.89 14:05:06 13:53:01 0 0.08 0.00 0.07 0.00 0.00 99.85 14:05:06 13:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:05:06 13:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:05:06 13:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 14:05:06 13:54:01 all 0.08 0.00 0.03 0.00 0.00 99.90 14:05:06 13:54:01 0 0.22 0.00 0.02 0.00 0.00 99.77 14:05:06 13:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 13:54:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:05:06 13:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 14:05:06 13:55:01 all 0.12 0.00 0.02 0.00 0.00 99.85 14:05:06 13:55:01 0 0.45 0.00 0.03 0.00 0.00 99.52 14:05:06 13:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 13:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:05:06 13:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 13:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:05:06 13:56:01 0 0.52 0.00 0.00 0.00 0.00 99.48 14:05:06 13:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:05:06 13:56:01 2 0.03 0.00 0.07 0.00 0.00 99.90 14:05:06 13:56:01 3 0.00 0.00 0.03 0.00 0.00 99.97 14:05:06 13:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 14:05:06 13:57:01 0 0.53 0.00 0.02 0.00 0.00 99.45 14:05:06 13:57:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:05:06 13:57:01 2 0.07 0.00 0.07 0.00 0.00 99.87 14:05:06 13:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:05:06 13:58:01 all 5.17 0.00 2.25 1.33 0.01 91.23 14:05:06 13:58:01 0 5.83 0.00 2.56 0.15 0.02 91.44 14:05:06 13:58:01 1 4.98 0.00 2.04 2.21 0.02 90.75 14:05:06 13:58:01 2 4.69 0.00 2.23 2.46 0.02 90.61 14:05:06 13:58:01 3 5.19 0.00 2.18 0.50 0.02 92.12 14:05:06 13:59:01 all 0.18 0.00 0.07 0.00 0.00 99.75 14:05:06 13:59:01 0 0.08 0.00 0.13 0.00 0.00 99.78 14:05:06 13:59:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:05:06 13:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:05:06 13:59:01 3 0.53 0.00 0.05 0.00 0.00 99.42 14:05:06 14:00:01 all 0.16 0.00 0.04 0.00 0.00 99.80 14:05:06 14:00:01 0 0.05 0.00 0.05 0.00 0.00 99.90 14:05:06 14:00:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:05:06 14:00:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:05:06 14:00:01 3 0.53 0.00 0.03 0.00 0.00 99.43 14:05:06 14:01:01 all 0.15 0.00 0.04 0.00 0.00 99.80 14:05:06 14:01:01 0 0.05 0.00 0.05 0.00 0.00 99.90 14:05:06 14:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:05:06 14:01:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:05:06 14:01:01 3 0.52 0.00 0.02 0.00 0.00 99.47 14:05:06 14:02:01 all 0.17 0.00 0.05 0.00 0.00 99.79 14:05:06 14:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 14:05:06 14:02:01 1 0.03 0.00 0.07 0.02 0.00 99.88 14:05:06 14:02:01 2 0.07 0.00 0.05 0.00 0.00 99.88 14:05:06 14:02:01 3 0.55 0.00 0.02 0.00 0.00 99.43 14:05:06 14:03:01 all 0.14 0.00 0.02 0.00 0.00 99.83 14:05:06 14:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 14:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 14:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 14:03:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:05:06 14:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:05:06 14:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:05:06 14:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:05:06 14:04:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:05:06 14:04:01 3 0.52 0.00 0.02 0.00 0.00 99.47 14:05:06 14:05:01 all 4.96 0.00 2.92 2.02 0.01 90.08 14:05:06 14:05:01 0 4.26 0.00 2.83 0.18 0.02 92.71 14:05:06 14:05:01 1 4.87 0.00 3.33 3.55 0.02 88.24 14:05:06 14:05:01 2 4.56 0.00 2.73 2.20 0.00 90.51 14:05:06 14:05:01 3 6.16 0.00 2.79 2.13 0.00 88.92 14:05:06 Average: all 1.35 0.00 0.61 0.30 0.00 97.74 14:05:06 Average: 0 1.37 0.00 0.61 0.10 0.00 97.92 14:05:06 Average: 1 1.28 0.00 0.61 0.52 0.00 97.58 14:05:06 Average: 2 1.22 0.00 0.62 0.37 0.00 97.79 14:05:06 Average: 3 1.52 0.00 0.58 0.21 0.00 97.68 14:05:06 14:05:06 14:05:06