Pull request #290 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 869b6dd78dd8386fb7c2793b74b24a80b6ebe025+9c0de402545274b3da95384647b9f4cefe5341d6 (54f5322fbe7184837d94129c3456f1f4982e2262) 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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-290/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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2058’ Running on prd-centos7-docker-4c-2g-2060 in /w/workspace/edgexfoundry_device-sdk-c_PR-290 [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-290 # 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/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9c0de402545274b3da95384647b9f4cefe5341d6 into PR head commit 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 Merge succeeded, producing 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 Checking out Revision 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 (PR-290) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/290/head:refs/remotes/origin/PR-290 # 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/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # 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 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # timeout=10 Commit message: "feat: process CBOR payloads in device PUT (#289)" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:06:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:06:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:06:38 ========================================================= 16:06:38 EdgeX Global Pipelines Version Info 16:06:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:06:40 ------------------- 16:06:40 stable info: 16:06:40 ------------------- 16:06:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:06:40 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:06:40 Message: update stable to v1.0.106 16:06:40 ------------------- 16:06:40 experimental info: 16:06:40 ------------------- 16:06:40 Commited By: **** collab-it+edgex@linuxfoundation.org 16:06:40 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 16:06:40 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:06:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:43 16:06:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:06:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:44 latest: Pulling from edgex-devops/git-semver 16:06:44 31603596830f: Pulling fs layer 16:06:44 2a8b12db71e7: Pulling fs layer 16:06:44 6ca5941a6612: Pulling fs layer 16:06:44 ecc8261a40a4: Pulling fs layer 16:06:44 ecc8261a40a4: Waiting 16:06:44 2a8b12db71e7: Download complete 16:06:44 31603596830f: Download complete 16:06:44 ecc8261a40a4: Verifying Checksum 16:06:44 ecc8261a40a4: Download complete 16:06:44 6ca5941a6612: Verifying Checksum 16:06:44 6ca5941a6612: Download complete 16:06:44 31603596830f: Pull complete 16:06:44 2a8b12db71e7: Pull complete 16:06:45 6ca5941a6612: Pull complete 16:06:45 ecc8261a40a4: Pull complete 16:06:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:06:45 prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container 16:06:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-290 -v /w/workspace/edgexfoundry_device-sdk-c_PR-290:/w/workspace/edgexfoundry_device-sdk-c_PR-290:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:06:48 $ docker top e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:48 [ssh-agent] Looking for ssh-agent implementation... 16:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:48 $ docker exec e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 ssh-agent 16:06:49 SSH_AUTH_SOCK=/tmp/ssh-6rX0HiTefC6a/agent.12 16:06:49 SSH_AGENT_PID=18 16:06:49 Running ssh-add (command line suppressed) 16:06:49 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp/private_key_3955831708148690312.key (/w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp/private_key_3955831708148690312.key) 16:06:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:49 + git describe --exact-match --tags HEAD 16:06:49 fatal: No names found, cannot describe anything. [Pipeline] } 16:06:49 $ docker exec --env ******** --env ******** e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 ssh-agent -k 16:06:49 unset SSH_AUTH_SOCK; 16:06:49 unset SSH_AGENT_PID; 16:06:49 echo Agent pid 18 killed; 16:06:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:06:50 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:06:50 This usually means this commit has not been tagged. [Pipeline] sshagent 16:06:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:50 [ssh-agent] Looking for ssh-agent implementation... 16:06:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:50 $ docker exec e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 ssh-agent 16:06:50 SSH_AUTH_SOCK=/tmp/ssh-CLny2tPmbqUB/agent.47 16:06:50 SSH_AGENT_PID=52 16:06:50 Running ssh-add (command line suppressed) 16:06:50 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp/private_key_4156434344847499707.key (/w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp/private_key_4156434344847499707.key) 16:06:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:51 + git semver init 16:06:51 # -> Open(): unable to determine branch for HEAD 16:06:51 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-290/.git 16:06:51 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-290 16:06:51 # $SEMVER_REMOTE_NAME = origin 16:06:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:51 # $SEMVER_USER_NAME = edgex-jenkins 16:06:51 # $SEMVER_BRANCH = PR-290 16:06:51 # $SEMVER_TEMP = /tmp/semver-483949794 16:06:51 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 16:06:51 # '/tmp/semver-483949794' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-290/.semver' 16:06:51 # -> Force: false 16:06:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-290/.semver [Pipeline] } 16:06:51 $ docker exec --env ******** --env ******** e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 ssh-agent -k 16:06:51 unset SSH_AUTH_SOCK; 16:06:51 unset SSH_AGENT_PID; 16:06:51 echo Agent pid 52 killed; 16:06:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:52 + git semver [Pipeline] } 16:06:52 $ docker stop --time=1 e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 16:06:54 $ docker rm -f e1f6c2c5a28e8f0de72e244c61ba84a9c87173e816bdaecc09219887e1141f01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:06:54 Stashed 29 file(s) [Pipeline] echo 16:06:54 [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 16:07:10 Still waiting to schedule task 16:07:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:07:10 Still waiting to schedule task 16:07:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:08:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2061 in /w/workspace/edgexfoundry_device-sdk-c_PR-290 [Pipeline] { [Pipeline] ws 16:08:54 Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout 16:09:00 using credential edgex-jenkins-ssh 16:09:00 Cloning the remote Git repository 16:09:00 Cloning with configured refspecs honoured and without tags 16:09:00 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 16:09:00 > git init /w/workspace/device-sdk-c/1 # timeout=10 16:09:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 16:09:00 > git --version # timeout=10 16:09:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:01 Fetching without tags 16:09:02 Merging remotes/origin/master commit 9c0de402545274b3da95384647b9f4cefe5341d6 into PR head commit 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:09:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 16:09:01 > git config --add remote.origin.fetch +refs/pull/290/head:refs/remotes/origin/PR-290 # timeout=10 16:09:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 16:09:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 16:09:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:02 > git config core.sparsecheckout # timeout=10 16:09:02 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # timeout=10 16:09:02 > git remote # timeout=10 16:09:02 Merge succeeded, producing 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:09:02 Checking out Revision 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 (PR-290) 16:09:02 > git config --get remote.origin.url # timeout=10 16:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:02 > git merge 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 16:09:02 > git rev-parse HEAD^{commit} # timeout=10 16:09:02 > git config core.sparsecheckout # timeout=10 16:09:02 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # timeout=10 16:09:07 Commit message: "feat: process CBOR payloads in device PUT (#289)" 16:09:07 > git --version # timeout=10 16:09:07 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:09:08 ========================================================= 16:09:08 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 16:09:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:09:10 + 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 . 16:09:11 Sending build context to Docker daemon 3.463MB 16:09:11 Step 1/21 : ARG BASE=alpine:3.11 16:09:11 Step 2/21 : FROM ${BASE} as builder 16:09:11 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 16:09:11 0362ad1dd800: Pulling fs layer 16:09:11 f2cdb1532d8b: Pulling fs layer 16:09:11 37ed683be191: Pulling fs layer 16:09:11 f2cdb1532d8b: Verifying Checksum 16:09:11 f2cdb1532d8b: Download complete 16:09:11 0362ad1dd800: Verifying Checksum 16:09:11 0362ad1dd800: Download complete 16:09:12 0362ad1dd800: Pull complete 16:09:12 f2cdb1532d8b: Pull complete 16:09:13 37ed683be191: Download complete 16:09:24 37ed683be191: Pull complete 16:09:24 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 16:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 16:09:24 ---> b23d30803547 16:09:24 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 16:09:25 ---> Running in 52049dbe1b10 16:09:26 Running on prd-centos7-docker-4c-2g-2062 in /w/workspace/edgexfoundry_device-sdk-c_PR-290 [Pipeline] { [Pipeline] ws 16:09:26 Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout 16:09:27 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 16:09:27 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 16:09:28 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 16:09:28 (2/8) Installing libuuid (2.33-r0) 16:09:28 (3/8) Installing libblkid (2.33-r0) 16:09:28 (4/8) Installing libfdisk (2.33-r0) 16:09:28 (5/8) Installing libmount (2.33-r0) 16:09:28 (6/8) Installing libsmartcols (2.33-r0) 16:09:28 (7/8) Installing util-linux-dev (2.33-r0) 16:09:29 (8/8) Installing wget (1.20.3-r0) 16:09:29 Executing busybox-1.29.3-r10.trigger 16:09:29 OK: 285 MiB in 83 packages 16:09:30 Removing intermediate container 52049dbe1b10 16:09:30 ---> fa70d4ee0191 16:09:30 Step 4/21 : ENV CBOR_VERSION=0.5.0 16:09:30 ---> Running in 8baf2ca0b2b9 16:09:31 Removing intermediate container 8baf2ca0b2b9 16:09:31 ---> 326cf96b0a48 16:09:31 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 16:09:31 ---> Running in a0d5031847a0 16:09:32 --2020-08-04 16:09:32-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 16:09:32 Resolving github.com... 140.82.113.3 16:09:32 Connecting to github.com|140.82.113.3|:443... connected. 16:09:33 HTTP request sent, awaiting response... 302 Found 16:09:33 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 16:09:33 --2020-08-04 16:09:32-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 16:09:33 Resolving codeload.github.com... 140.82.112.10 16:09:33 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:09:33 HTTP request sent, awaiting response... 200 OK 16:09:33 Length: unspecified [application/x-gzip] 16:09:33 Saving to: 'STDOUT' 16:09:33  16:09:33 0K .......... .......... .......... .......... .......... 1.61M 16:09:33 50K .......... .......... .......... .......... .......... 3.16M 16:09:33 100K .......... .......... .......... .......... .......... 3.50M 16:09:33 150K .......... .......... .......... .......... .......... 8.05M 16:09:33 200K .......... .......... .......... .......... .......... 8.93M 16:09:33 250K .......... .......... .......... .......... .......... 4.13M 16:09:33 300K .......... .......... .......... .......... .......... 3.75M 16:09:33 350K .......... .......... .......... .......... .......... 5.05M 16:09:33 400K .......... .......... .......... .......... .......... 3.99M 16:09:33 450K .......... .......... .......... .......... .......... 4.73M 16:09:33 500K .......... .......... .......... .......... .......... 5.83M 16:09:33 550K .......... .......... .......... .......... .......... 3.76M 16:09:33 600K .......... .......... .......... .......... .......... 776K 16:09:33 650K .......... .......... .......... .......... .......... 2.17M 16:09:33 700K .. 3.30M=0.2s 16:09:33 16:09:33 2020-08-04 16:09:33 (2.89 MB/s) - written to stdout [719348] 16:09:33 16:09:33 -- The C compiler identification is GNU 8.3.0 16:09:33 -- The CXX compiler identification is GNU 8.3.0 16:09:33 -- Check for working C compiler: /usr/bin/cc 16:09:34 -- Check for working C compiler: /usr/bin/cc -- works 16:09:34 -- Detecting C compiler ABI info 16:09:34 -- Detecting C compiler ABI info - done 16:09:34 -- Detecting C compile features 16:09:35 using credential edgex-jenkins-ssh 16:09:35 -- Detecting C compile features - done 16:09:35 -- Check for working CXX compiler: /usr/bin/c++ 16:09:35 -- Check for working CXX compiler: /usr/bin/c++ -- works 16:09:35 -- Detecting CXX compiler ABI info 16:09:35 Cloning the remote Git repository 16:09:35 Cloning with configured refspecs honoured and without tags 16:09:35 -- Detecting CXX compiler ABI info - done 16:09:35 -- Detecting CXX compile features 16:09:35 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 16:09:35 > git init /w/workspace/device-sdk-c/1 # timeout=10 16:09:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 16:09:36 > git --version # timeout=10 16:09:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:37 Fetching without tags 16:09:37 -- Detecting CXX compile features - done 16:09:37 -- Looking for include file endian.h 16:09:37 -- Looking for include file endian.h - found 16:09:37 -- Check if the system is big endian 16:09:37 -- Searching 16 bit integer 16:09:37 -- Looking for sys/types.h 16:09:37 -- Looking for sys/types.h - found 16:09:37 -- Looking for stdint.h 16:09:37 Merging remotes/origin/master commit 9c0de402545274b3da95384647b9f4cefe5341d6 into PR head commit 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:09:37 -- Looking for stdint.h - found 16:09:37 -- Looking for stddef.h 16:09:38 Merge succeeded, producing 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:09:38 Checking out Revision 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 (PR-290) 16:09:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 16:09:36 > git config --add remote.origin.fetch +refs/pull/290/head:refs/remotes/origin/PR-290 # timeout=10 16:09:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 16:09:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 16:09:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:37 > git config core.sparsecheckout # timeout=10 16:09:37 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # timeout=10 16:09:38 > git remote # timeout=10 16:09:38 > git config --get remote.origin.url # timeout=10 16:09:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:38 > git merge 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 16:09:38 > git rev-parse HEAD^{commit} # timeout=10 16:09:38 > git config core.sparsecheckout # timeout=10 16:09:38 > git checkout -f 869b6dd78dd8386fb7c2793b74b24a80b6ebe025 # timeout=10 16:09:38 -- Looking for stddef.h - found 16:09:38 -- Check size of unsigned short 16:09:38 -- Check size of unsigned short - done 16:09:38 -- Using unsigned short 16:09:38 -- Check if the system is big endian - little endian 16:09:38 -- Check size of size_t 16:09:39 -- Check size of size_t - done 16:09:39 CMake Warning at examples/CMakeLists.txt:16 (find_package): 16:09:39 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 16:09:39 asked CMake to find a package configuration file provided by "cJSON", but 16:09:39 CMake did not find one. 16:09:39 16:09:39 Could not find a package configuration file provided by "cJSON" with any of 16:09:39 the following names: 16:09:39 16:09:39 cJSONConfig.cmake 16:09:39 cjson-config.cmake 16:09:39 16:09:39 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 16:09:39 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 16:09:39 provides a separate development package or SDK, be sure it has been 16:09:39 installed. 16:09:39 16:09:39 16:09:39 -- Configuring done 16:09:39 -- Generating done 16:09:39 -- Build files have been written to: /tmp/cbor 16:09:39 Scanning dependencies of target cbor_shared 16:09:39 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 16:09:40 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 16:09:40 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 16:09:41 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 16:09:41 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 16:09:41 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 16:09:42 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 16:09:42 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 16:09:42 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 16:09:42 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 16:09:43 Commit message: "feat: process CBOR payloads in device PUT (#289)" 16:09:43 > git --version # timeout=10 16:09:43 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:09:43 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 16:09:43 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 16:09:43 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [Pipeline] script [Pipeline] { [Pipeline] unstash 16:09:44 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 16:09:44 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 16:09:44 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [Pipeline] echo 16:09:44 ========================================================= 16:09:44 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 16:09:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:09:45 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 16:09:45 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 16:09:45 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 16:09:45 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 16:09:46 + 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 . 16:09:46 [ 40%] Linking C shared library libcbor.so 16:09:46 [ 40%] Built target cbor_shared 16:09:46 Scanning dependencies of target cbor 16:09:46 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 16:09:47 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 16:09:47 Sending build context to Docker daemon 3.463MB 16:09:47 Step 1/21 : ARG BASE=alpine:3.11 16:09:47 Step 2/21 : FROM ${BASE} as builder 16:09:47 latest: Pulling from edgex-devops/edgex-gcc-base 16:09:47 e7c96db7181b: Pulling fs layer 16:09:47 4c13bbce0fe7: Pulling fs layer 16:09:47 6059c847ac2f: Pulling fs layer 16:09:47 4c13bbce0fe7: Verifying Checksum 16:09:47 4c13bbce0fe7: Download complete 16:09:47 e7c96db7181b: Verifying Checksum 16:09:47 e7c96db7181b: Download complete 16:09:47 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 16:09:47 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 16:09:48 e7c96db7181b: Pull complete 16:09:48 4c13bbce0fe7: Pull complete 16:09:49 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 16:09:49 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 16:09:49 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 16:09:49 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 16:09:49 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 16:09:50 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 16:09:50 6059c847ac2f: Verifying Checksum 16:09:50 6059c847ac2f: Download complete 16:09:50 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 16:09:51 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 16:09:51 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 16:09:51 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 16:09:52 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 16:09:52 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 16:09:52 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 16:09:52 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 16:09:53 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 16:09:53 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 16:09:53 [ 80%] Linking C static library libcbor.a 16:09:53 [ 80%] Built target cbor 16:09:53 Scanning dependencies of target create_items 16:09:53 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 16:09:53 [ 84%] Linking C executable create_items 16:09:53 [ 84%] Built target create_items 16:09:53 Scanning dependencies of target readfile 16:09:53 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 16:09:54 [ 88%] Linking C executable readfile 16:09:54 [ 88%] Built target readfile 16:09:54 Scanning dependencies of target streaming_parser 16:09:54 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 16:09:54 [ 92%] Linking C executable streaming_parser 16:09:54 [ 92%] Built target streaming_parser 16:09:54 Scanning dependencies of target sort 16:09:54 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 16:09:55 [ 96%] Linking C executable sort 16:09:55 [ 96%] Built target sort 16:09:55 Scanning dependencies of target hello 16:09:55 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 16:09:55 [100%] Linking C executable hello 16:09:55 [100%] Built target hello 16:09:55 Install the project... 16:09:55 -- Install configuration: "Release" 16:09:55 -- Installing: /usr/local/include/cbor/configuration.h 16:09:55 -- Installing: /usr/local/lib64/libcbor.a 16:09:55 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 16:09:55 -- Installing: /usr/local/lib64/libcbor.so.0 16:09:55 -- Installing: /usr/local/lib64/libcbor.so 16:09:55 -- Up-to-date: /usr/local/include/cbor 16:09:55 -- Installing: /usr/local/include/cbor/streaming.h 16:09:55 -- Installing: /usr/local/include/cbor/ints.h 16:09:55 -- Installing: /usr/local/include/cbor/floats_ctrls.h 16:09:55 -- Installing: /usr/local/include/cbor/bytestrings.h 16:09:55 -- Installing: /usr/local/include/cbor/encoding.h 16:09:55 -- Installing: /usr/local/include/cbor/serialization.h 16:09:55 -- Installing: /usr/local/include/cbor/data.h 16:09:55 -- Installing: /usr/local/include/cbor/common.h 16:09:55 -- Installing: /usr/local/include/cbor/callbacks.h 16:09:55 -- Installing: /usr/local/include/cbor/strings.h 16:09:55 -- Installing: /usr/local/include/cbor/tags.h 16:09:55 -- Installing: /usr/local/include/cbor/internal 16:09:55 -- Installing: /usr/local/include/cbor/internal/encoders.h 16:09:55 -- Installing: /usr/local/include/cbor/internal/loaders.h 16:09:55 -- Installing: /usr/local/include/cbor/internal/stack.h 16:09:55 -- Installing: /usr/local/include/cbor/internal/unicode.h 16:09:55 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 16:09:55 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 16:09:55 -- Installing: /usr/local/include/cbor/arrays.h 16:09:55 -- Installing: /usr/local/include/cbor/maps.h 16:09:55 -- Installing: /usr/local/include/cbor.h 16:09:55 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 16:09:57 Removing intermediate container a0d5031847a0 16:09:57 ---> e79533748778 16:09:57 Step 6/21 : RUN mkdir /tmp/sdk 16:09:57 ---> Running in 71823c7b78b4 16:09:58 6059c847ac2f: Pull complete 16:09:58 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 16:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 16:09:58 ---> 5eabd8fd8ba2 16:09:58 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 16:09:59 ---> Running in 1fbaa5af2d2a 16:09:59 Removing intermediate container 71823c7b78b4 16:09:59 ---> 0ef46f8de904 16:09:59 Step 7/21 : COPY VERSION /tmp/sdk 16:10:00 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 16:10:00 ---> c2e30e6f461a 16:10:00 Step 8/21 : COPY src /tmp/sdk/src 16:10:01 ---> 8fdb45278249 16:10:01 Step 9/21 : COPY include /tmp/sdk/include 16:10:02 ---> ea3b4a286ef6 16:10:02 Step 10/21 : COPY scripts /tmp/sdk/scripts 16:10:03 ---> 06d1180b2812 16:10:03 Step 11/21 : COPY LICENSE /tmp/sdk 16:10:03 ---> a04a383479b5 16:10:03 Step 12/21 : COPY Attribution.txt /tmp/sdk 16:10:04 ---> c3815cb15377 16:10:04 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 16:10:04 ---> Running in 5c2fae948e78 16:10:04 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 16:10:05 + CPPCHECK=false 16:10:05 + DOCGEN=false 16:10:05 + TOMLVER=SDK-0.2 16:10:05 + CUTILVER=1.1-branch 16:10:05 + '[' 0 -gt 0 ] 16:10:05 + readlink -f ./scripts/build.sh 16:10:05 + dirname /tmp/sdk/scripts/build.sh 16:10:05 + dirname /tmp/sdk/scripts 16:10:05 + ROOT=/tmp/sdk 16:10:05 + cd /tmp/sdk 16:10:05 + '[' '!' -d deps ] 16:10:05 + mkdir deps 16:10:05 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 16:10:05 + tar -C deps -z -x -f - 16:10:05 --2020-08-04 16:10:05-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 16:10:05 Resolving github.com... 140.82.113.3 16:10:05 Connecting to github.com|140.82.113.3|:443... connected. 16:10:05 HTTP request sent, awaiting response... 302 Found 16:10:05 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 16:10:05 --2020-08-04 16:10:05-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 16:10:05 Resolving codeload.github.com... 140.82.112.10 16:10:05 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:10:06 HTTP request sent, awaiting response... 200 OK 16:10:06 Length: unspecified [application/x-gzip] 16:10:06 Saving to: 'STDOUT' 16:10:06  16:10:06 0K .......... ......  1009K=0.02s 16:10:06 16:10:06 2020-08-04 16:10:06 (1009 KB/s) - written to stdout [16451] 16:10:06 16:10:06 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 16:10:06 + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 16:10:06 -x -f - 16:10:06 --2020-08-04 16:10:06-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 16:10:06 Resolving github.com... 140.82.113.3 16:10:06 Connecting to github.com|140.82.113.3|:443... connected. 16:10:06 HTTP request sent, awaiting response... 302 Found 16:10:06 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 16:10:06 --2020-08-04 16:10:06-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 16:10:06 Resolving codeload.github.com... 140.82.112.10 16:10:06 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:10:06 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 16:10:06 (2/8) Installing libuuid (2.33-r0) 16:10:06 HTTP request sent, awaiting response... 200 OK 16:10:06 Length: unspecified [application/x-gzip] 16:10:06 Saving to: 'STDOUT' 16:10:06 16:10:06 0K .......... .......... .......... .......... .......... 1.28M 16:10:06 50K .......... .......... .......... .......... .......... 2.74M 16:10:06 100K .......... .......... .......... .......... .......... 2.79M 16:10:06 150K .......... ..... 13.7M=0.07s 16:10:06 16:10:06 2020-08-04 16:10:06 (2.17 MB/s) - written to stdout [169364] 16:10:06 16:10:06 + mkdir -p src/c/iot 16:10:06 + 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 16:10:06 + mkdir -p include/iot 16:10:06 + 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 16:10:06 + mkdir -p include/iot/os 16:10:06 + 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 16:10:06 + mkdir -p /tmp/sdk/build/release 16:10:06 + cd /tmp/sdk/build/release 16:10:06 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 16:10:06 (3/8) Installing libblkid (2.33-r0) 16:10:07 -- The C compiler identification is GNU 8.3.0 16:10:07 -- Check for working C compiler: /usr/bin/cc 16:10:07 (4/8) Installing libfdisk (2.33-r0) 16:10:07 -- Check for working C compiler: /usr/bin/cc -- works 16:10:07 -- Detecting C compiler ABI info 16:10:07 (5/8) Installing libmount (2.33-r0) 16:10:07 -- Detecting C compiler ABI info - done 16:10:07 -- Detecting C compile features 16:10:07 (6/8) Installing libsmartcols (2.33-r0) 16:10:08 (7/8) Installing util-linux-dev (2.33-r0) 16:10:08 -- Detecting C compile features - done 16:10:08 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 16:10:08 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 16:10:08 -- Found LIBYAML: /usr/lib/libyaml.so 16:10:08 -- Found LIBUUID: /usr/lib/libuuid.so 16:10:08 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 16:10:08 -- C SDK 0.0.0 for Linux 16:10:08 -- Performing Test CSDK_HAVE_ATOMIC 16:10:08 -- Performing Test CSDK_HAVE_ATOMIC - Success 16:10:08 -- Found Curses: /usr/lib/libcurses.so 16:10:08 -- Configuring done 16:10:09 -- Generating done 16:10:09 -- Build files have been written to: /tmp/sdk/build/release 16:10:09 + make 16:10:09 + tee release.log 16:10:09 Scanning dependencies of target csdk 16:10:09 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 16:10:09 (8/8) Installing wget (1.20.3-r0) 16:10:09 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 16:10:09 Executing busybox-1.29.3-r10.trigger 16:10:09 OK: 272 MiB in 83 packages 16:10:10 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 16:10:11 Removing intermediate container 1fbaa5af2d2a 16:10:11 ---> 92e663d7f9d2 16:10:11 Step 4/21 : ENV CBOR_VERSION=0.5.0 16:10:11 ---> Running in 098538718fce 16:10:11 Removing intermediate container 098538718fce 16:10:11 ---> 793bb687def6 16:10:11 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 16:10:11 ---> Running in 40b662d4bbd4 16:10:12 --2020-08-04 16:10:11-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 16:10:12 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 16:10:12 Resolving github.com... 140.82.113.3 16:10:12 Connecting to github.com|140.82.113.3|:443... connected. 16:10:12 HTTP request sent, awaiting response... 302 Found 16:10:12 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 16:10:12 --2020-08-04 16:10:12-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 16:10:12 Resolving codeload.github.com... 140.82.112.10 16:10:12 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:10:12 HTTP request sent, awaiting response... 200 OK 16:10:12 Length: unspecified [application/x-gzip] 16:10:12 Saving to: 'STDOUT' 16:10:12  16:10:12 0K .......... .......... .......... .......... .......... 1.46M 16:10:12 50K .......... .......... .......... .......... .......... 3.27M 16:10:12 100K .......... .......... .......... .......... .......... 15.7M 16:10:12 150K .......... .......... .......... .......... .......... 9.79M 16:10:12 200K .......... .......... .......... .......... .......... 4.16M 16:10:12 250K .......... .......... .......... .......... .......... 9.89M 16:10:12 300K .......... .......... .......... .......... .......... 6.60M 16:10:12 350K .......... .......... .......... .......... .......... 4.90M 16:10:12 400K .......... .......... .......... .......... .......... 5.73M 16:10:12 450K .......... .......... .......... .......... .......... 7.12M 16:10:12 500K .......... .......... .......... .......... .......... 14.9M 16:10:12 550K .......... .......... .......... .......... .......... 2.30M 16:10:12 600K .......... .......... .......... .......... .......... 2.15M 16:10:12 650K .......... .......... .......... .......... .......... 4.04M 16:10:12 700K .. 25.9M=0.2s 16:10:12 16:10:12 2020-08-04 16:10:12 (4.15 MB/s) - written to stdout [719348] 16:10:12 16:10:12 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 16:10:12 -- The C compiler identification is GNU 8.3.0 16:10:12 -- The CXX compiler identification is GNU 8.3.0 16:10:12 -- Check for working C compiler: /usr/bin/cc 16:10:12 -- Check for working C compiler: /usr/bin/cc -- works 16:10:12 -- Detecting C compiler ABI info 16:10:13 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 16:10:13 -- Detecting C compiler ABI info - done 16:10:13 -- Detecting C compile features 16:10:13 -- Detecting C compile features - done 16:10:13 -- Check for working CXX compiler: /usr/bin/c++ 16:10:13 -- Check for working CXX compiler: /usr/bin/c++ -- works 16:10:13 -- Detecting CXX compiler ABI info 16:10:13 -- Detecting CXX compiler ABI info - done 16:10:13 -- Detecting CXX compile features 16:10:14 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 16:10:14 -- Detecting CXX compile features - done 16:10:14 -- Looking for include file endian.h 16:10:14 -- Looking for include file endian.h - found 16:10:14 -- Check if the system is big endian 16:10:14 -- Searching 16 bit integer 16:10:14 -- Looking for sys/types.h 16:10:14 -- Looking for sys/types.h - found 16:10:14 -- Looking for stdint.h 16:10:14 -- Looking for stdint.h - found 16:10:14 -- Looking for stddef.h 16:10:14 -- Looking for stddef.h - found 16:10:14 -- Check size of unsigned short 16:10:14 -- Check size of unsigned short - done 16:10:14 -- Using unsigned short 16:10:15 -- Check if the system is big endian - little endian 16:10:15 -- Check size of size_t 16:10:15 -- Check size of size_t - done 16:10:15 CMake Warning at examples/CMakeLists.txt:16 (find_package): 16:10:15 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 16:10:15 asked CMake to find a package configuration file provided by "cJSON", but 16:10:15 CMake did not find one. 16:10:15 16:10:15 Could not find a package configuration file provided by "cJSON" with any of 16:10:15 the following names: 16:10:15 16:10:15 cJSONConfig.cmake 16:10:15 cjson-config.cmake 16:10:15 16:10:15 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 16:10:15 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 16:10:15 provides a separate development package or SDK, be sure it has been 16:10:15 installed. 16:10:15 16:10:15 16:10:15 -- Configuring done 16:10:15 -- Generating done 16:10:15 -- Build files have been written to: /tmp/cbor 16:10:15 Scanning dependencies of target cbor_shared 16:10:15 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 16:10:15 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 16:10:15 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 16:10:15 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 16:10:15 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 16:10:16 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 16:10:16 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 16:10:16 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 16:10:16 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 16:10:16 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 16:10:16 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 16:10:16 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 16:10:17 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 16:10:17 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 16:10:17 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 16:10:17 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 16:10:17 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 16:10:17 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 16:10:17 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 16:10:17 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 16:10:17 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 16:10:17 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 16:10:18 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 16:10:18 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 16:10:18 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 16:10:18 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 16:10:18 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 16:10:18 [ 40%] Linking C shared library libcbor.so 16:10:18 [ 40%] Built target cbor_shared 16:10:18 Scanning dependencies of target cbor 16:10:18 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 16:10:18 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 16:10:18 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 16:10:18 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 16:10:19 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 16:10:19 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 16:10:19 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 16:10:19 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 16:10:19 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 16:10:19 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 16:10:20 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 16:10:20 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 16:10:20 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 16:10:20 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 16:10:20 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 16:10:20 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 16:10:20 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 16:10:20 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 16:10:21 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 16:10:21 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 16:10:21 [ 80%] Linking C static library libcbor.a 16:10:21 [ 80%] Built target cbor 16:10:21 Scanning dependencies of target create_items 16:10:21 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 16:10:21 [ 84%] Linking C executable create_items 16:10:21 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 16:10:21 [ 84%] Built target create_items 16:10:21 Scanning dependencies of target readfile 16:10:21 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 16:10:21 [ 88%] Linking C executable readfile 16:10:21 [ 88%] Built target readfile 16:10:21 Scanning dependencies of target streaming_parser 16:10:21 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 16:10:22 [ 92%] Linking C executable streaming_parser 16:10:22 [ 92%] Built target streaming_parser 16:10:22 Scanning dependencies of target sort 16:10:22 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 16:10:22 [ 96%] Linking C executable sort 16:10:22 [ 96%] Built target sort 16:10:22 Scanning dependencies of target hello 16:10:22 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 16:10:22 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 16:10:22 [100%] Linking C executable hello 16:10:22 [100%] Built target hello 16:10:22 Install the project... 16:10:22 -- Install configuration: "Release" 16:10:22 -- Installing: /usr/local/include/cbor/configuration.h 16:10:22 -- Installing: /usr/local/lib64/libcbor.a 16:10:22 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 16:10:22 -- Installing: /usr/local/lib64/libcbor.so.0 16:10:22 -- Installing: /usr/local/lib64/libcbor.so 16:10:22 -- Up-to-date: /usr/local/include/cbor 16:10:22 -- Installing: /usr/local/include/cbor/arrays.h 16:10:22 -- Installing: /usr/local/include/cbor/bytestrings.h 16:10:22 -- Installing: /usr/local/include/cbor/callbacks.h 16:10:22 -- Installing: /usr/local/include/cbor/common.h 16:10:22 -- Installing: /usr/local/include/cbor/data.h 16:10:22 -- Installing: /usr/local/include/cbor/encoding.h 16:10:22 -- Installing: /usr/local/include/cbor/floats_ctrls.h 16:10:22 -- Installing: /usr/local/include/cbor/internal 16:10:22 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 16:10:22 -- Installing: /usr/local/include/cbor/internal/encoders.h 16:10:22 -- Installing: /usr/local/include/cbor/internal/loaders.h 16:10:22 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 16:10:22 -- Installing: /usr/local/include/cbor/internal/stack.h 16:10:22 -- Installing: /usr/local/include/cbor/internal/unicode.h 16:10:22 -- Installing: /usr/local/include/cbor/ints.h 16:10:22 -- Installing: /usr/local/include/cbor/maps.h 16:10:22 -- Installing: /usr/local/include/cbor/serialization.h 16:10:22 -- Installing: /usr/local/include/cbor/streaming.h 16:10:22 -- Installing: /usr/local/include/cbor/strings.h 16:10:22 -- Installing: /usr/local/include/cbor/tags.h 16:10:22 -- Installing: /usr/local/include/cbor.h 16:10:22 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 16:10:22 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 16:10:22 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 16:10:23 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 16:10:24 Removing intermediate container 40b662d4bbd4 16:10:24 ---> 0a446cd0371e 16:10:24 Step 6/21 : RUN mkdir /tmp/sdk 16:10:24 ---> Running in ce3b1b84d755 16:10:26 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 16:10:26 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 16:10:26 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 16:10:26 Removing intermediate container ce3b1b84d755 16:10:26 ---> d13bc0f39fc3 16:10:26 Step 7/21 : COPY VERSION /tmp/sdk 16:10:26 ---> 8a41a156122e 16:10:26 Step 8/21 : COPY src /tmp/sdk/src 16:10:26 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 16:10:27 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 16:10:27 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 16:10:27 ---> f2eaf4c88d33 16:10:27 Step 9/21 : COPY include /tmp/sdk/include 16:10:28 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 16:10:28 ---> 07ed6a2fe6e8 16:10:28 Step 10/21 : COPY scripts /tmp/sdk/scripts 16:10:28 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 16:10:28 ---> b59df7466318 16:10:28 Step 11/21 : COPY LICENSE /tmp/sdk 16:10:29 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 16:10:29 [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o 16:10:29 ---> 53a6c5436cf6 16:10:29 Step 12/21 : COPY Attribution.txt /tmp/sdk 16:10:30 [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 16:10:30 ---> 576cea6fc83b 16:10:30 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 16:10:30 ---> Running in cb25fa95d40f 16:10:31 + CPPCHECK=false 16:10:31 + DOCGEN=false 16:10:31 + TOMLVER=SDK-0.2 16:10:31 + CUTILVER=1.1-branch 16:10:31 + '[' 0 -gt 0 ] 16:10:31 + readlink -f ./scripts/build.sh 16:10:31 + dirname /tmp/sdk/scripts/build.sh 16:10:31 + dirname /tmp/sdk/scripts 16:10:31 + ROOT=/tmp/sdk 16:10:31 + cd /tmp/sdk 16:10:31 + '[' '!' -d deps ] 16:10:31 + mkdir deps 16:10:31 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 16:10:31 + tar -C deps -z -x -f - 16:10:31 --2020-08-04 16:10:30-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 16:10:31 Resolving github.com... 140.82.112.3 16:10:31 Connecting to github.com|140.82.112.3|:443... connected. 16:10:31 HTTP request sent, awaiting response... 302 Found 16:10:31 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 16:10:31 --2020-08-04 16:10:30-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 16:10:31 Resolving codeload.github.com... 140.82.112.10 16:10:31 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:10:31 HTTP request sent, awaiting response... 200 OK 16:10:31 Length: unspecified [application/x-gzip] 16:10:31 Saving to: 'STDOUT' 16:10:31  16:10:31 0K .......... ...... 995K=0.02s 16:10:31 16:10:31 2020-08-04 16:10:31 (995 KB/s) - written to stdout [16451] 16:10:31 16:10:31 [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 16:10:31 [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 16:10:31 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 16:10:31 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 16:10:31 + tar -C deps -z -x -f - 16:10:31 --2020-08-04 16:10:31-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 16:10:31 Resolving github.com... 140.82.114.4 16:10:31 Connecting to github.com|140.82.114.4|:443... connected. 16:10:31 HTTP request sent, awaiting response... 302 Found 16:10:31 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 16:10:31 --2020-08-04 16:10:31-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 16:10:31 Resolving codeload.github.com... 140.82.112.10 16:10:31 Connecting to codeload.github.com|140.82.112.10|:443... connected. 16:10:31 HTTP request sent, awaiting response... 200 OK 16:10:31 Length: unspecified [application/x-gzip] 16:10:31 Saving to: 'STDOUT' 16:10:31  16:10:31 0K .......... .......... .......... .......... .......... 1.28M 16:10:31 50K .......... .......... .......... .......... .......... 2.66M 16:10:31 100K .......... .......... .......... .......... .......... 2.82M 16:10:31 150K .......... ..... 2.10M=0.08s 16:10:31 16:10:31 2020-08-04 16:10:31 (2.00 MB/s) - written to stdout [169364] 16:10:31 16:10:31 + mkdir -p src/c/iot 16:10:31 + 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 16:10:31 + mkdir -p include/iot 16:10:31 + 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 16:10:31 + mkdir -p include/iot/os 16:10:31 + 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 16:10:31 + mkdir -p /tmp/sdk/build/release 16:10:31 + cd /tmp/sdk/build/release 16:10:31 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 16:10:32 -- The C compiler identification is GNU 8.3.0 16:10:32 -- Check for working C compiler: /usr/bin/cc 16:10:32 -- Check for working C compiler: /usr/bin/cc -- works 16:10:32 -- Detecting C compiler ABI info 16:10:32 -- Detecting C compiler ABI info - done 16:10:32 -- Detecting C compile features 16:10:32 -- Detecting C compile features - done 16:10:32 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 16:10:32 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 16:10:32 -- Found LIBYAML: /usr/lib/libyaml.so 16:10:32 -- Found LIBUUID: /usr/lib/libuuid.so 16:10:32 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 16:10:32 -- C SDK 0.0.0 for Linux 16:10:32 -- Performing Test CSDK_HAVE_ATOMIC 16:10:33 -- Performing Test CSDK_HAVE_ATOMIC - Success 16:10:33 -- Found Curses: /usr/lib/libcurses.so 16:10:33 -- Configuring done 16:10:33 -- Generating done 16:10:33 -- Build files have been written to: /tmp/sdk/build/release 16:10:33 + make 16:10:33 + tee release.log 16:10:33 Scanning dependencies of target csdk 16:10:33 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 16:10:33 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 16:10:34 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 16:10:34 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 16:10:34 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 16:10:35 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 16:10:35 [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 16:10:35 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 16:10:35 [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 16:10:36 [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 16:10:36 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 16:10:36 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 16:10:36 [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 16:10:37 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 16:10:37 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 16:10:37 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 16:10:37 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 16:10:37 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 16:10:37 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 16:10:38 [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o 16:10:39 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 16:10:39 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 16:10:39 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 16:10:40 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 16:10:40 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 16:10:40 [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 16:10:41 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 16:10:41 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 16:10:41 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 16:10:41 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 16:10:42 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 16:10:42 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 16:10:42 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 16:10:42 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 16:10:42 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 16:10:42 [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o 16:10:42 [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 16:10:43 [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 16:10:43 [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 16:10:44 [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 16:10:44 [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 16:10:45 [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 16:10:45 [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 16:10:45 [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 16:10:45 [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 16:10:45 [ 70%] Linking C shared library libcsdk.so 16:10:45 [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 16:10:45 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 16:10:46 [ 70%] Built target csdk 16:10:46 Scanning dependencies of target template 16:10:46 [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 16:10:46 [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o 16:10:46 [ 73%] Linking C executable template 16:10:46 [ 73%] Built target template 16:10:46 Scanning dependencies of target device-counter 16:10:46 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 16:10:47 [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 16:10:47 [ 77%] Linking C executable device-counter 16:10:47 [ 77%] Built target device-counter 16:10:47 Scanning dependencies of target device-random 16:10:47 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 16:10:48 [ 80%] Linking C executable device-random 16:10:48 [ 80%] Built target device-random 16:10:48 Scanning dependencies of target device-gyro 16:10:48 [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 16:10:48 [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 16:10:48 [ 83%] Linking C executable device-gyro 16:10:48 [ 83%] Built target device-gyro 16:10:48 Scanning dependencies of target device-bitfields 16:10:48 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 16:10:49 [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 16:10:49 [ 86%] Linking C executable device-bitfields 16:10:49 [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 16:10:49 [ 70%] Linking C shared library libcsdk.so 16:10:49 [ 86%] Built target device-bitfields 16:10:49 Scanning dependencies of target template-discovery 16:10:49 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 16:10:50 [ 70%] Built target csdk 16:10:50 Scanning dependencies of target template 16:10:50 [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 16:10:50 [ 73%] Linking C executable template 16:10:50 [ 73%] Built target template 16:10:50 Scanning dependencies of target device-counter 16:10:50 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 16:10:50 [ 90%] Linking C executable template-discovery 16:10:50 [ 77%] Linking C executable device-counter 16:10:50 [ 77%] Built target device-counter 16:10:50 Scanning dependencies of target device-random 16:10:50 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 16:10:50 [ 90%] Built target template-discovery 16:10:50 Scanning dependencies of target device-file 16:10:50 [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 16:10:50 [ 80%] Linking C executable device-random 16:10:50 [ 80%] Built target device-random 16:10:50 Scanning dependencies of target device-gyro 16:10:51 [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 16:10:51 [ 83%] Linking C executable device-gyro 16:10:51 [ 83%] Built target device-gyro 16:10:51 Scanning dependencies of target device-bitfields 16:10:51 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 16:10:51 [ 93%] Linking C executable device-file 16:10:51 [ 86%] Linking C executable device-bitfields 16:10:51 [ 86%] Built target device-bitfields 16:10:51 Scanning dependencies of target template-discovery 16:10:51 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 16:10:51 [ 93%] Built target device-file 16:10:51 Scanning dependencies of target device-terminal 16:10:51 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 16:10:51 [ 90%] Linking C executable template-discovery 16:10:52 [ 90%] Built target template-discovery 16:10:52 Scanning dependencies of target device-file 16:10:52 [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 16:10:52 [ 96%] Linking C executable device-terminal 16:10:52 [ 96%] Built target device-terminal 16:10:52 Scanning dependencies of target templatev1 16:10:52 [ 93%] Linking C executable device-file 16:10:52 [ 93%] Built target device-file 16:10:52 Scanning dependencies of target device-terminal 16:10:52 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 16:10:52 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 16:10:52 [ 96%] Linking C executable device-terminal 16:10:52 [ 96%] Built target device-terminal 16:10:52 Scanning dependencies of target templatev1 16:10:52 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 16:10:52 [100%] Linking C executable templatev1 16:10:53 [100%] Linking C executable templatev1 16:10:53 [100%] Built target templatev1 16:10:53 + make package 16:10:53 + tee -a release.log 16:10:53 [100%] Built target templatev1 16:10:53 + make package 16:10:53 + tee -a release.log 16:10:53 [ 70%] Built target csdk 16:10:53 [ 73%] Built target template 16:10:53 [ 77%] Built target device-counter 16:10:53 [ 80%] Built target device-random 16:10:53 [ 83%] Built target device-gyro 16:10:53 [ 86%] Built target device-bitfields 16:10:53 [ 70%] Built target csdk 16:10:53 [ 73%] Built target template 16:10:53 [ 77%] Built target device-counter 16:10:53 [ 80%] Built target device-random 16:10:53 [ 83%] Built target device-gyro 16:10:53 [ 86%] Built target device-bitfields 16:10:53 [ 90%] Built target template-discovery 16:10:53 [ 93%] Built target device-file 16:10:53 [ 96%] Built target device-terminal 16:10:53 [100%] Built target templatev1 16:10:53 Run CPack packaging tool... 16:10:53 CPack: Create package using TGZ 16:10:53 CPack: Install projects 16:10:53 CPack: - Run preinstall target for: Csdk 16:10:53 [ 90%] Built target template-discovery 16:10:53 [ 93%] Built target device-file 16:10:53 [ 96%] Built target device-terminal 16:10:53 [100%] Built target templatev1 16:10:53 Run CPack packaging tool... 16:10:53 CPack: Create package using TGZ 16:10:53 CPack: Install projects 16:10:53 CPack: - Run preinstall target for: Csdk 16:10:54 CPack: - Install project: Csdk 16:10:54 CPack: Create package 16:10:54 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 16:10:54 + '[' false '=' true ] 16:10:54 + '[' false '=' true ] 16:10:54 + mkdir -p /tmp/sdk/build/debug 16:10:54 + cd /tmp/sdk/build/debug 16:10:54 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 16:10:54 -- The C compiler identification is GNU 8.3.0 16:10:54 -- Check for working C compiler: /usr/bin/cc 16:10:54 -- Check for working C compiler: /usr/bin/cc -- works 16:10:54 -- Detecting C compiler ABI info 16:10:54 CPack: - Install project: Csdk 16:10:54 CPack: Create package 16:10:54 -- Detecting C compiler ABI info - done 16:10:54 -- Detecting C compile features 16:10:54 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 16:10:54 + '[' false '=' true ] 16:10:54 + '[' false '=' true ] 16:10:54 + mkdir -p /tmp/sdk/build/debug 16:10:54 + cd /tmp/sdk/build/debug 16:10:54 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 16:10:54 -- Detecting C compile features - done 16:10:54 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 16:10:54 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 16:10:54 -- Found LIBYAML: /usr/lib/libyaml.so 16:10:54 -- Found LIBUUID: /usr/lib/libuuid.so 16:10:54 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 16:10:54 -- C SDK 0.0.0 for Linux 16:10:54 -- Performing Test CSDK_HAVE_ATOMIC 16:10:54 -- The C compiler identification is GNU 8.3.0 16:10:54 -- Check for working C compiler: /usr/bin/cc 16:10:54 -- Performing Test CSDK_HAVE_ATOMIC - Success 16:10:54 -- Found Curses: /usr/lib/libcurses.so 16:10:54 -- Configuring done 16:10:54 -- Generating done 16:10:54 -- Build files have been written to: /tmp/sdk/build/debug 16:10:54 + tee debug.log 16:10:54 + make 16:10:55 -- Check for working C compiler: /usr/bin/cc -- works 16:10:55 -- Detecting C compiler ABI info 16:10:55 Scanning dependencies of target csdk 16:10:55 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 16:10:55 -- Detecting C compiler ABI info - done 16:10:55 -- Detecting C compile features 16:10:55 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 16:10:55 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 16:10:55 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 16:10:55 -- Detecting C compile features - done 16:10:55 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 16:10:55 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 16:10:55 -- Found LIBYAML: /usr/lib/libyaml.so 16:10:55 -- Found LIBUUID: /usr/lib/libuuid.so 16:10:56 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 16:10:56 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 16:10:56 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 16:10:56 -- C SDK 0.0.0 for Linux 16:10:56 -- Performing Test CSDK_HAVE_ATOMIC 16:10:56 -- Performing Test CSDK_HAVE_ATOMIC - Success 16:10:56 -- Found Curses: /usr/lib/libcurses.so 16:10:56 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 16:10:56 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 16:10:56 -- Configuring done 16:10:56 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 16:10:56 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 16:10:56 -- Generating done 16:10:56 -- Build files have been written to: /tmp/sdk/build/debug 16:10:56 + tee debug.log+ 16:10:56 make 16:10:56 Scanning dependencies of target csdk 16:10:56 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 16:10:56 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 16:10:56 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 16:10:57 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 16:10:57 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 16:10:57 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 16:10:57 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 16:10:57 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 16:10:57 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 16:10:57 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 16:10:58 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 16:10:58 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 16:10:58 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 16:10:58 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 16:10:58 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 16:10:58 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 16:10:58 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 16:10:58 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 16:10:58 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 16:10:58 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 16:10:58 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 16:10:58 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 16:10:58 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 16:10:59 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 16:10:59 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 16:10:59 [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o 16:10:59 [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 16:10:59 [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 16:10:59 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 16:10:59 [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 16:10:59 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 16:11:00 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 16:11:00 [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 16:11:00 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 16:11:00 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 16:11:00 [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 16:11:00 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 16:11:01 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 16:11:01 [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 16:11:01 [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 16:11:01 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 16:11:01 [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o 16:11:02 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 16:11:02 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 16:11:02 [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 16:11:02 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 16:11:02 [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 16:11:02 [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 16:11:02 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 16:11:02 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 16:11:03 [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 16:11:03 [ 70%] Linking C shared library libcsdk.so 16:11:03 [ 70%] Built target csdk 16:11:03 Scanning dependencies of target template 16:11:03 [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 16:11:03 [ 73%] Linking C executable template 16:11:03 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 16:11:03 [ 73%] Built target template 16:11:03 Scanning dependencies of target device-counter 16:11:03 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 16:11:03 [ 77%] Linking C executable device-counter 16:11:03 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 16:11:03 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 16:11:03 [ 77%] Built target device-counter 16:11:03 Scanning dependencies of target device-random 16:11:03 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 16:11:03 [ 80%] Linking C executable device-random 16:11:03 [ 80%] Built target device-random 16:11:04 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 16:11:04 Scanning dependencies of target device-gyro 16:11:04 [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 16:11:04 [ 83%] Linking C executable device-gyro 16:11:04 [ 83%] Built target device-gyro 16:11:04 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 16:11:04 Scanning dependencies of target device-bitfields 16:11:04 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 16:11:04 [ 86%] Linking C executable device-bitfields 16:11:04 [ 86%] Built target device-bitfields 16:11:04 Scanning dependencies of target template-discovery 16:11:04 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 16:11:04 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 16:11:04 [ 90%] Linking C executable template-discovery 16:11:04 [ 90%] Built target template-discovery 16:11:04 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 16:11:04 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 16:11:05 Scanning dependencies of target device-file 16:11:05 [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 16:11:05 [ 93%] Linking C executable device-file 16:11:05 [ 93%] Built target device-file 16:11:05 Scanning dependencies of target device-terminal 16:11:05 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 16:11:05 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 16:11:05 [ 96%] Linking C executable device-terminal 16:11:05 [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o 16:11:05 [ 96%] Built target device-terminal 16:11:05 Scanning dependencies of target templatev1 16:11:05 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 16:11:05 [100%] Linking C executable templatev1 16:11:05 [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 16:11:05 [100%] Built target templatev1 16:11:05 make: Entering directory '/tmp/sdk/build/release' 16:11:05 make[1]: Entering directory '/tmp/sdk/build/release' 16:11:05 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:05 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:05 [ 70%] Built target csdk 16:11:05 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:05 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:05 [ 73%] Built target template 16:11:05 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:05 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 16:11:06 [ 77%] Built target device-counter 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 80%] Built target device-random 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 83%] Built target device-gyro 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 86%] Built target device-bitfields 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 90%] Built target template-discovery 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 93%] Built target device-file 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 96%] Built target device-terminal 16:11:06 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:06 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:06 [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 16:11:06 [100%] Built target templatev1 16:11:06 make[1]: Leaving directory '/tmp/sdk/build/release' 16:11:06 Install the project... 16:11:06 -- Install configuration: "Release" 16:11:06 -- Installing: /usr/local/lib/libcsdk.so 16:11:06 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 16:11:06 -- Up-to-date: /usr/local/include 16:11:06 -- Installing: /usr/local/include/devsdk 16:11:06 -- Installing: /usr/local/include/devsdk/devsdk-base.h 16:11:06 -- Installing: /usr/local/include/devsdk/devsdk.h 16:11:06 -- Installing: /usr/local/include/edgex 16:11:06 -- Installing: /usr/local/include/edgex/device-mgmt.h 16:11:06 -- Installing: /usr/local/include/edgex/devices.h 16:11:06 -- Installing: /usr/local/include/edgex/devsdk.h 16:11:06 -- Installing: /usr/local/include/edgex/edgex-base.h 16:11:06 -- Installing: /usr/local/include/edgex/edgex.h 16:11:06 -- Installing: /usr/local/include/edgex/error.h 16:11:06 -- Installing: /usr/local/include/edgex/eventgen.h 16:11:06 -- Installing: /usr/local/include/edgex/os.h 16:11:06 -- Installing: /usr/local/include/edgex/profiles.h 16:11:06 -- Installing: /usr/local/include/edgex/rest-server.h 16:11:06 -- Installing: /usr/local/include/edgex/csdk-defs.h 16:11:06 -- Installing: /usr/local/include/iot 16:11:06 -- Installing: /usr/local/include/iot/base64.h 16:11:06 -- Installing: /usr/local/include/iot/component.h 16:11:06 -- Installing: /usr/local/include/iot/config.h 16:11:06 -- Installing: /usr/local/include/iot/container.h 16:11:06 -- Installing: /usr/local/include/iot/data.h 16:11:06 -- Installing: /usr/local/include/iot/hash.h 16:11:06 -- Installing: /usr/local/include/iot/iot.h 16:11:06 -- Installing: /usr/local/include/iot/json.h 16:11:06 -- Installing: /usr/local/include/iot/logger.h 16:11:06 -- Installing: /usr/local/include/iot/os.h 16:11:06 -- Installing: /usr/local/include/iot/scheduler.h 16:11:06 -- Installing: /usr/local/include/iot/thread.h 16:11:06 -- Installing: /usr/local/include/iot/threadpool.h 16:11:06 -- Installing: /usr/local/include/iot/time.h 16:11:06 -- Installing: /usr/local/include/iot/typecode.h 16:11:06 -- Installing: /usr/local/include/iot/os 16:11:06 -- Installing: /usr/local/include/iot/os/linux.h 16:11:06 -- Installing: /usr/local/include/iot/os/macos.h 16:11:06 -- Installing: /usr/local/include/iot/os/zephyr.h 16:11:06 -- Installing: /usr/local/share/device-sdk-c/LICENSE 16:11:06 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 16:11:06 make: Leaving directory '/tmp/sdk/build/release' 16:11:07 [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 16:11:07 [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 16:11:07 [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 16:11:08 [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 16:11:08 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 16:11:08 Removing intermediate container cb25fa95d40f 16:11:08 ---> a3eebe08f553 16:11:08 Step 14/21 : FROM ${BASE} 16:11:08 ---> 5eabd8fd8ba2 16:11:08 Step 15/21 : MAINTAINER IOTech 16:11:08 ---> Running in 82de00023d20 16:11:08 Removing intermediate container 82de00023d20 16:11:08 ---> 0e65bcc5b0ac 16:11:08 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 16:11:08 ---> Running in ebfdd9d12735 16:11:09 [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o 16:11:09 [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 16:11:09 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 16:11:10 [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 16:11:10 [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 16:11:11 [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 16:11:11 [ 70%] Linking C shared library libcsdk.so 16:11:11 [ 70%] Built target csdk 16:11:11 Scanning dependencies of target template 16:11:11 [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 16:11:11 [ 73%] Linking C executable template 16:11:11 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 16:11:11 [ 73%] Built target template 16:11:11 Scanning dependencies of target device-counter 16:11:11 [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 16:11:12 [ 77%] Linking C executable device-counter 16:11:12 (1/3) Installing curl (7.64.0-r3) 16:11:12 (2/3) Installing libuuid (2.33-r0) 16:11:12 [ 77%] Built target device-counter 16:11:12 Scanning dependencies of target device-random 16:11:12 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 16:11:12 (3/3) Installing wget (1.20.3-r0) 16:11:12 [ 80%] Linking C executable device-random 16:11:12 Executing busybox-1.29.3-r10.trigger 16:11:12 OK: 268 MiB in 78 packages 16:11:13 [ 80%] Built target device-random 16:11:13 Scanning dependencies of target device-gyro 16:11:13 [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 16:11:13 [ 83%] Linking C executable device-gyro 16:11:13 [ 83%] Built target device-gyro 16:11:13 Scanning dependencies of target device-bitfields 16:11:13 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 16:11:13 Removing intermediate container ebfdd9d12735 16:11:13 ---> 1c2de670b1fa 16:11:13 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 16:11:13 [ 86%] Linking C executable device-bitfields 16:11:14 [ 86%] Built target device-bitfields 16:11:14 Scanning dependencies of target template-discovery 16:11:14 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 16:11:14 ---> 8b17374eda47 16:11:14 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 16:11:14 [ 90%] Linking C executable template-discovery 16:11:14 ---> fc44c0ce38c6 16:11:14 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 16:11:14 [ 90%] Built target template-discovery 16:11:14 Scanning dependencies of target device-file 16:11:14 [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 16:11:14 ---> e5062388649f 16:11:14 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 16:11:14 [ 93%] Linking C executable device-file 16:11:14 [ 93%] Built target device-file 16:11:15 Scanning dependencies of target device-terminal 16:11:15 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 16:11:15 ---> b64e4c54d90a 16:11:15 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 16:11:15 [ 96%] Linking C executable device-terminal 16:11:15 [ 96%] Built target device-terminal 16:11:15 Scanning dependencies of target templatev1 16:11:15 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 16:11:15 ---> afc77825a28a 16:11:15 Successfully built afc77825a28a 16:11:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } 16:11:16 [100%] Linking C executable templatev1 16:11:16 [100%] Built target templatev1 [Pipeline] // script [Pipeline] } 16:11:16 make: Entering directory '/tmp/sdk/build/release' 16:11:16 make[1]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 70%] Built target csdk 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 73%] Built target template 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 77%] Built target device-counter 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 16:11:16 [ 80%] Built target device-random 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 83%] Built target device-gyro 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 86%] Built target device-bitfields 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 90%] Built target template-discovery 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 93%] Built target device-file 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [ 96%] Built target device-terminal 16:11:16 make[2]: Entering directory '/tmp/sdk/build/release' 16:11:16 make[2]: Leaving directory '/tmp/sdk/build/release' 16:11:16 [100%] Built target templatev1 16:11:16 make[1]: Leaving directory '/tmp/sdk/build/release' [Pipeline] sh 16:11:16 Install the project... 16:11:16 -- Install configuration: "Release" 16:11:16 -- Installing: /usr/local/lib/libcsdk.so 16:11:16 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 16:11:16 -- Up-to-date: /usr/local/include 16:11:16 -- Installing: /usr/local/include/edgex 16:11:16 -- Installing: /usr/local/include/edgex/device-mgmt.h 16:11:16 -- Installing: /usr/local/include/edgex/eventgen.h 16:11:16 -- Installing: /usr/local/include/edgex/error.h 16:11:16 -- Installing: /usr/local/include/edgex/rest-server.h 16:11:16 -- Installing: /usr/local/include/edgex/edgex-base.h 16:11:16 -- Installing: /usr/local/include/edgex/devsdk.h 16:11:16 -- Installing: /usr/local/include/edgex/edgex.h 16:11:16 -- Installing: /usr/local/include/edgex/devices.h 16:11:16 -- Installing: /usr/local/include/edgex/os.h 16:11:16 -- Installing: /usr/local/include/edgex/profiles.h 16:11:16 -- Installing: /usr/local/include/edgex/csdk-defs.h 16:11:16 -- Installing: /usr/local/include/devsdk 16:11:16 -- Installing: /usr/local/include/devsdk/devsdk-base.h 16:11:16 -- Installing: /usr/local/include/devsdk/devsdk.h 16:11:16 -- Installing: /usr/local/include/iot 16:11:16 -- Installing: /usr/local/include/iot/json.h 16:11:16 -- Installing: /usr/local/include/iot/container.h 16:11:16 -- Installing: /usr/local/include/iot/component.h 16:11:16 -- Installing: /usr/local/include/iot/typecode.h 16:11:16 -- Installing: /usr/local/include/iot/iot.h 16:11:16 -- Installing: /usr/local/include/iot/time.h 16:11:16 -- Installing: /usr/local/include/iot/hash.h 16:11:16 -- Installing: /usr/local/include/iot/logger.h 16:11:16 -- Installing: /usr/local/include/iot/os 16:11:16 -- Installing: /usr/local/include/iot/os/zephyr.h 16:11:16 -- Installing: /usr/local/include/iot/os/linux.h 16:11:16 -- Installing: /usr/local/include/iot/os/macos.h 16:11:16 -- Installing: /usr/local/include/iot/scheduler.h 16:11:16 -- Installing: /usr/local/include/iot/data.h 16:11:16 -- Installing: /usr/local/include/iot/thread.h 16:11:16 -- Installing: /usr/local/include/iot/os.h 16:11:16 -- Installing: /usr/local/include/iot/base64.h 16:11:16 -- Installing: /usr/local/include/iot/threadpool.h 16:11:16 -- Installing: /usr/local/include/iot/config.h 16:11:16 -- Installing: /usr/local/share/device-sdk-c/LICENSE 16:11:16 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 16:11:16 make: Leaving directory '/tmp/sdk/build/release' 16:11:16 + docker inspect -f . ci-base-image-x86_64 16:11:16 . [Pipeline] withDockerContainer 16:11:17 prd-centos7-docker-4c-2g-2062 does not seem to be running inside a container 16:11:17 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:11:18 $ docker top 2e7961420e6c52a7cf8d370e3a33a09dddb87f23e215926a27ba0119680b9e01 -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:18 + make test 16:11:18 echo "make test" 16:11:18 make test [Pipeline] } 16:11:18 $ docker stop --time=1 2e7961420e6c52a7cf8d370e3a33a09dddb87f23e215926a27ba0119680b9e01 16:11:19 Removing intermediate container 5c2fae948e78 16:11:19 ---> 1c56b9975e8e 16:11:19 Step 14/21 : FROM ${BASE} 16:11:19 ---> b23d30803547 16:11:19 Step 15/21 : MAINTAINER IOTech 16:11:19 ---> Running in 2f7b30f5924c 16:11:19 Removing intermediate container 2f7b30f5924c 16:11:19 ---> 8efc60928bd8 16:11:19 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 16:11:19 ---> Running in 75423edf0571 16:11:20 $ docker rm -f 2e7961420e6c52a7cf8d370e3a33a09dddb87f23e215926a27ba0119680b9e01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:11:21 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { 16:11:23 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 16:11:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:11:24 (1/3) Installing curl (7.64.0-r3) 16:11:24 + ls -al . 16:11:24 total 160 16:11:24 drwxrwxr-x. 9 jenkins jenkins 275 Aug 4 16:09 . 16:11:24 drwxrwxr-x. 4 jenkins jenkins 28 Aug 4 16:09 .. 16:11:24 -rw-rw-r--. 1 jenkins jenkins 3104 Aug 4 16:09 Attribution.txt 16:11:24 -rw-rw-r--. 1 jenkins jenkins 5923 Aug 4 16:09 CHANGES 16:11:24 drwxrwxr-x. 2 jenkins jenkins 144 Aug 4 16:09 docs 16:11:24 -rw-rw-r--. 1 jenkins jenkins 108574 Aug 4 16:09 Doxyfile 16:11:24 drwxrwxr-x. 8 jenkins jenkins 179 Aug 4 16:09 .git 16:11:24 drwxrwxr-x. 2 jenkins jenkins 38 Aug 4 16:09 .github 16:11:24 -rw-rw-r--. 1 jenkins jenkins 176 Aug 4 16:09 .gitignore 16:11:24 drwxrwxr-x. 4 jenkins jenkins 33 Aug 4 16:09 include 16:11:24 -rw-rw-r--. 1 jenkins jenkins 794 Aug 4 16:09 Jenkinsfile 16:11:24 -rw-rw-r--. 1 jenkins jenkins 10174 Aug 4 16:09 LICENSE 16:11:24 -rw-rw-r--. 1 jenkins jenkins 449 Aug 4 16:09 Makefile 16:11:24 -rw-rw-r--. 1 jenkins jenkins 1899 Aug 4 16:09 README.md 16:11:24 -rw-rw-r--. 1 jenkins jenkins 5977 Aug 4 16:09 README.v2.md 16:11:24 drwxrwxr-x. 2 jenkins jenkins 108 Aug 4 16:09 scripts 16:11:24 drwxrwxr-x. 3 jenkins jenkins 72 Aug 4 16:09 .semver 16:11:24 drwxrwxr-x. 4 jenkins jenkins 50 Aug 4 16:09 src 16:11:24 -rw-rw-r--. 1 jenkins jenkins 5 Aug 4 16:06 VERSION [Pipeline] isUnix [Pipeline] sh 16:11:24 (2/3) Installing libuuid (2.33-r0) 16:11:24 (3/3) Installing wget (1.20.3-r0) 16:11:24 Executing busybox-1.29.3-r10.trigger 16:11: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=869b6dd78dd8386fb7c2793b74b24a80b6ebe025 --label arch=amd64 --label version=0.0.0 . 16:11:24 OK: 281 MiB in 78 packages 16:11:24 Sending build context to Docker daemon 3.463MB 16:11:24 Step 1/15 : ARG BASE=alpine:3.11 16:11:24 Step 2/15 : FROM ${BASE} 16:11:24 ---> afc77825a28a 16:11:24 Step 3/15 : MAINTAINER IOTech 16:11:25 ---> Running in aa2aad8fe5e7 16:11:25 Removing intermediate container aa2aad8fe5e7 16:11:25 ---> 933baedd7d6e 16:11: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 16:11:25 ---> Running in 4a81eb5ad1db 16:11:26 Removing intermediate container 75423edf0571 16:11:26 ---> c60e715385d3 16:11:26 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 16:11:26 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 16:11:26 ---> c0654c938865 16:11:26 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 16:11:27 ---> 7e879e48b674 16:11:27 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 16:11:28 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 16:11:28 ---> a4cb94206776 16:11:28 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 16:11:29 ---> ffb68409d6f7 16:11:29 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 16:11:29 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 16:11:30 (2/6) Installing libblkid (2.33-r0) 16:11:30 ---> 64912d312dd4 16:11:30 Successfully built 64912d312dd4 16:11:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 16:11:30 (3/6) Installing libfdisk (2.33-r0) [Pipeline] // script [Pipeline] } 16:11:30 (4/6) Installing libmount (2.33-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:11:31 (5/6) Installing libsmartcols (2.33-r0) 16:11:31 + docker inspect -f . ci-base-image-arm64 16:11:31 . [Pipeline] withDockerContainer 16:11:31 (6/6) Installing util-linux-dev (2.33-r0) 16:11:31 prd-ubuntu18.04-docker-arm64-4c-16g-2061 does not seem to be running inside a container 16:11:31 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 16:11:33 Executing busybox-1.29.3-r10.trigger 16:11:33 OK: 272 MiB in 84 packages 16:11:33 $ docker top dc65c846db782970e71213e62a2fc9be9c5a496bc260d08d0804763b583ab42d -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:34 Removing intermediate container 4a81eb5ad1db 16:11:34 ---> a8c5658ae667 16:11:34 Step 5/15 : COPY VERSION /edgex-c-sdk/ 16:11:34 ---> 6c3ff123a208 16:11:34 Step 6/15 : COPY src /edgex-c-sdk/src/ 16:11:34 ---> 1c0cf88b5b26 16:11:34 Step 7/15 : COPY include /edgex-c-sdk/include/ 16:11:35 + make test 16:11:35 echo "make test" 16:11:35 make test [Pipeline] } 16:11:35 $ docker stop --time=1 dc65c846db782970e71213e62a2fc9be9c5a496bc260d08d0804763b583ab42d 16:11:35 ---> 1783d79d496e 16:11:35 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 16:11:35 ---> 553422c5b8c0 16:11:35 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 16:11:36 ---> 1604c652a092 16:11:36 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 16:11:36 ---> b03f462d00a2 16:11:36 Step 11/15 : WORKDIR /edgex-c-sdk 16:11:36 ---> Running in bed71c543d8d 16:11:37 Removing intermediate container bed71c543d8d 16:11:37 ---> cb762dc77751 16:11:37 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 16:11:37 ---> Running in fbe9e1c187a2 16:11:37 $ docker rm -f dc65c846db782970e71213e62a2fc9be9c5a496bc260d08d0804763b583ab42d 16:11:37 Removing intermediate container fbe9e1c187a2 16:11:37 ---> 11ae0cd5a9e7 16:11:37 Step 13/15 : LABEL arch=amd64 16:11:37 ---> Running in 28cff7871fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 16:11:38 Removing intermediate container 28cff7871fb4 16:11:38 ---> e37bfb80f409 16:11:38 Step 14/15 : LABEL git_sha=869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:11:38 ---> Running in b23755ab3e37 [Pipeline] sh 16:11:38 Removing intermediate container b23755ab3e37 16:11:38 ---> 0061a2e6e8bb 16:11:38 Step 15/15 : LABEL version=0.0.0 16:11:38 ---> Running in fd4dacfe446d 16:11:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:11:38 Removing intermediate container fd4dacfe446d 16:11:38 ---> 649b799ec7fa 16:11:38 [Warning] One or more build-args [MAKE ARCH] were not consumed 16:11:38 Successfully built 649b799ec7fa 16:11:38 Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } 16:11:38 + ls -al . 16:11:38 total 196 16:11:38 drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 16:09 . 16:11:38 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:09 .. 16:11:38 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 16:09 .git 16:11:38 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:09 .github 16:11:38 -rw-rw-r-- 1 jenkins jenkins 176 Aug 4 16:09 .gitignore 16:11:38 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 16:09 .semver 16:11:38 -rw-rw-r-- 1 jenkins jenkins 3104 Aug 4 16:09 Attribution.txt 16:11:38 -rw-rw-r-- 1 jenkins jenkins 5923 Aug 4 16:09 CHANGES 16:11:38 -rw-rw-r-- 1 jenkins jenkins 108574 Aug 4 16:09 Doxyfile 16:11:38 -rw-rw-r-- 1 jenkins jenkins 794 Aug 4 16:09 Jenkinsfile 16:11:38 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 16:09 LICENSE 16:11:38 -rw-rw-r-- 1 jenkins jenkins 449 Aug 4 16:09 Makefile 16:11:38 -rw-rw-r-- 1 jenkins jenkins 1899 Aug 4 16:09 README.md 16:11:38 -rw-rw-r-- 1 jenkins jenkins 5977 Aug 4 16:09 README.v2.md 16:11:38 -rw-rw-r-- 1 jenkins jenkins 5 Aug 4 16:06 VERSION 16:11:38 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:09 docs 16:11:38 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:09 include 16:11:38 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:09 scripts 16:11:38 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:09 src [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 16:11:39 + 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=869b6dd78dd8386fb7c2793b74b24a80b6ebe025 --label arch=arm64 --label version=0.0.0 . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 16:11:39 Sending build context to Docker daemon 3.463MB [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 16:11:39 Step 1/15 : ARG BASE=alpine:3.11 16:11:39 Step 2/15 : FROM ${BASE} 16:11:39 ---> 64912d312dd4 16:11:39 Step 3/15 : MAINTAINER IOTech 16:11:39 ---> Running in 9a90eae37f23 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:11:40 Removing intermediate container 9a90eae37f23 16:11:40 ---> dad5c6d9d0ff 16:11:40 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 16:11:40 ---> Running in 6f8dd36e1164 16:11:41 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 16:11:43 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 16:11:44 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 16:11:44 (2/6) Installing libblkid (2.33-r0) 16:11:44 (3/6) Installing libfdisk (2.33-r0) 16:11:44 (4/6) Installing libmount (2.33-r0) 16:11:44 (5/6) Installing libsmartcols (2.33-r0) 16:11:45 (6/6) Installing util-linux-dev (2.33-r0) 16:11:45 Executing busybox-1.29.3-r10.trigger 16:11:45 OK: 286 MiB in 84 packages 16:11:47 Removing intermediate container 6f8dd36e1164 16:11:47 ---> 91dfba6db9a3 16:11:47 Step 5/15 : COPY VERSION /edgex-c-sdk/ 16:11:47 ---> 71c2cb06d33a 16:11:47 Step 6/15 : COPY src /edgex-c-sdk/src/ 16:11:48 ---> 361dff7fbe43 16:11:48 Step 7/15 : COPY include /edgex-c-sdk/include/ 16:11:49 ---> 8231f80fecc2 16:11:49 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 16:11:50 ---> e79f289a6d44 16:11:50 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 16:11:51 ---> ce87ed44feb2 16:11:51 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 16:11:51 ---> 146a115000c2 16:11:51 Step 11/15 : WORKDIR /edgex-c-sdk 16:11:51 ---> Running in 07eea461aa4a 16:11:52 Removing intermediate container 07eea461aa4a 16:11:52 ---> d772a0c1b9f9 16:11:52 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 16:11:52 ---> Running in 7842e025ba47 16:11:53 Removing intermediate container 7842e025ba47 16:11:53 ---> 35cbbd8cf9a0 16:11:53 Step 13/15 : LABEL arch=arm64 16:11:53 ---> Running in 27b3a0e2ffe3 16:11:53 Removing intermediate container 27b3a0e2ffe3 16:11:53 ---> 3a48cc712ad7 16:11:53 Step 14/15 : LABEL git_sha=869b6dd78dd8386fb7c2793b74b24a80b6ebe025 16:11:53 ---> Running in a01f0c776219 16:11:54 Removing intermediate container a01f0c776219 16:11:54 ---> d7daefcc0f28 16:11:54 Step 15/15 : LABEL version=0.0.0 16:11:54 ---> Running in 055715e61d68 16:11:55 Removing intermediate container 055715e61d68 16:11:55 ---> 5766cce0a94a 16:11:55 [Warning] One or more build-args [ARCH MAKE] were not consumed 16:11:55 Successfully built 5766cce0a94a 16:11:55 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 16:11:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:11:59 ---> package-listing.sh 16:11:59 ++ facter osfamily 16:11:59 ++ tr '[:upper:]' '[:lower:]' 16:11:59 + OS_FAMILY=redhat 16:11:59 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-290 16:11:59 + START_PACKAGES=/tmp/packages_start.txt 16:11:59 + END_PACKAGES=/tmp/packages_end.txt 16:11:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:11:59 + PACKAGES=/tmp/packages_start.txt 16:11:59 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-290 ']' 16:11:59 + PACKAGES=/tmp/packages_end.txt 16:11:59 + case "${OS_FAMILY}" in 16:11:59 + rpm -qa 16:11:59 + sort 16:12:03 + '[' -f /tmp/packages_start.txt ']' 16:12:03 + '[' -f /tmp/packages_end.txt ']' 16:12:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:12:03 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-290 ']' 16:12:03 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-290/archives/ 16:12:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-290/archives/ [Pipeline] isUnix [Pipeline] sh 16:12:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:12:03 16:12:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:12:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:12:04 alpine: Pulling from edgex-lftools-log-publisher 16:12:04 c9b1b535fdd9: Pulling fs layer 16:12:04 2cc5ad85d9ab: Pulling fs layer 16:12:04 756a868c4378: Pulling fs layer 16:12:04 444b2fc9a129: Pulling fs layer 16:12:04 ea15f1150254: Pulling fs layer 16:12:04 41b27a9f41bf: Pulling fs layer 16:12:04 28c525ee5125: Pulling fs layer 16:12:04 094b1ea09ed8: Pulling fs layer 16:12:04 ea15f1150254: Waiting 16:12:04 41b27a9f41bf: Waiting 16:12:04 444b2fc9a129: Waiting 16:12:04 28c525ee5125: Waiting 16:12:04 138eaada9080: Pulling fs layer 16:12:04 0622d0fa9048: Pulling fs layer 16:12:04 094b1ea09ed8: Waiting 16:12:04 138eaada9080: Waiting 16:12:04 0622d0fa9048: Waiting 16:12:04 2cc5ad85d9ab: Verifying Checksum 16:12:04 2cc5ad85d9ab: Download complete 16:12:04 444b2fc9a129: Verifying Checksum 16:12:04 444b2fc9a129: Download complete 16:12:04 c9b1b535fdd9: Verifying Checksum 16:12:04 c9b1b535fdd9: Download complete 16:12:04 ea15f1150254: Download complete 16:12:04 28c525ee5125: Verifying Checksum 16:12:04 28c525ee5125: Download complete 16:12:04 756a868c4378: Verifying Checksum 16:12:04 756a868c4378: Download complete 16:12:04 138eaada9080: Verifying Checksum 16:12:04 138eaada9080: Download complete 16:12:04 0622d0fa9048: Verifying Checksum 16:12:04 0622d0fa9048: Download complete 16:12:04 c9b1b535fdd9: Pull complete 16:12:04 094b1ea09ed8: Verifying Checksum 16:12:04 094b1ea09ed8: Download complete 16:12:05 2cc5ad85d9ab: Pull complete 16:12:05 41b27a9f41bf: Verifying Checksum 16:12:05 41b27a9f41bf: Download complete 16:12:06 756a868c4378: Pull complete 16:12:06 444b2fc9a129: Pull complete 16:12:07 ea15f1150254: Pull complete 16:12:11 41b27a9f41bf: Pull complete 16:12:11 28c525ee5125: Pull complete 16:12:13 094b1ea09ed8: Pull complete 16:12:14 138eaada9080: Pull complete 16:12:14 0622d0fa9048: Pull complete 16:12:14 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:12:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:12:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:12:14 prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container 16:12:14 $ 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-290 -v /w/workspace/edgexfoundry_device-sdk-c_PR-290:/w/workspace/edgexfoundry_device-sdk-c_PR-290:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:12:18 $ docker top fff84d9d09ea86e09b8684b06790d8c1b1da9a26bab7ef9ec83c9553e291ec8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:12:19 provisioning config files... 16:12:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp/config7016850500790926238tmp [Pipeline] { [Pipeline] echo 16:12:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:12:19 ---> create-netrc.sh [Pipeline] echo 16:12:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:12:20 ---> logs-deploy.sh 16:12:20 + ARCHIVE_ARTIFACTS= 16:12:20 + LOGS_SERVER=https://logs.edgexfoundry.org 16:12:20 + '[' https://logs.edgexfoundry.org == None ']' 16:12:20 + NEXUS_URL=https://nexus.edgexfoundry.org 16:12:20 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-290/1 16:12:20 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-290/1/ 16:12:20 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-290/1 /w/workspace/edgexfoundry_device-sdk-c_PR-290 16:12:21 Archives upload complete. 16:12:21 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-290/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-290/1/ 16:12:22 ---> uname -a: 16:12:22 Linux fff84d9d09ea 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:12:22 16:12:22 16:12:22 ---> lscpu: 16:12:22 Architecture: x86_64 16:12:22 CPU op-mode(s): 32-bit, 64-bit 16:12:22 Byte Order: Little Endian 16:12:22 Address sizes: 40 bits physical, 48 bits virtual 16:12:22 CPU(s): 4 16:12:22 On-line CPU(s) list: 0-3 16:12:22 Thread(s) per core: 1 16:12:22 Core(s) per socket: 1 16:12:22 Socket(s): 4 16:12:22 NUMA node(s): 1 16:12:22 Vendor ID: GenuineIntel 16:12:22 CPU family: 6 16:12:22 Model: 44 16:12:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:12:22 Stepping: 1 16:12:22 CPU MHz: 2933.442 16:12:22 BogoMIPS: 5866.88 16:12:22 Virtualization: VT-x 16:12:22 Hypervisor vendor: KVM 16:12:22 Virtualization type: full 16:12:22 L1d cache: 128 KiB 16:12:22 L1i cache: 128 KiB 16:12:22 L2 cache: 16 MiB 16:12:22 L3 cache: 64 MiB 16:12:22 NUMA node0 CPU(s): 0-3 16:12:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:12:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:12:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:12:22 Vulnerability Meltdown: Mitigation; PTI 16:12:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:12:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:12:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:12:22 Vulnerability Tsx async abort: Not affected 16:12:22 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 16:12:22 16:12:22 16:12:22 ---> nproc: 16:12:22 4 16:12:22 16:12:22 16:12:22 ---> df -h: 16:12:22 Filesystem Size Used Available Use% Mounted on 16:12:22 overlay 50.0G 7.2G 42.8G 14% / 16:12:22 tmpfs 64.0M 0 64.0M 0% /dev 16:12:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:12:22 shm 64.0M 0 64.0M 0% /dev/shm 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-290 16:12:22 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgexfoundry_device-sdk-c_PR-290@tmp 16:12:22 16:12:22 16:12:22 ---> free -m: 16:12:22 total used free shared buff/cache available 16:12:22 Mem: 1837 663 116 0 1057 1067 16:12:22 Swap: 1023 0 1023 16:12:22 16:12:22 16:12:22 ---> ip addr: 16:12:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:12:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:12:22 inet 127.0.0.1/8 scope host lo 16:12:22 valid_lft forever preferred_lft forever 16:12:22 6: eth0@if7: mtu 1458 qdisc noqueue state UP 16:12:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:12:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:12:22 valid_lft forever preferred_lft forever 16:12:22 16:12:22 16:12:22 ---> sar -b -r -n DEV: 16:12:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) 16:12:22 16:12:22 16:05:48 LINUX RESTART 16:12:22 16:12:22 16:07:01 tps rtps wtps bread/s bwrtn/s 16:12:22 16:08:01 2.73 0.00 2.73 0.00 66.77 16:12:22 16:09:01 0.27 0.00 0.27 0.00 3.38 16:12:22 16:10:01 0.27 0.00 0.27 0.00 3.88 16:12:22 16:11:01 0.23 0.00 0.23 0.00 2.70 16:12:22 16:12:01 37.59 37.14 0.45 3789.07 7.18 16:12:22 Average: 8.22 7.43 0.79 757.69 16.78 16:12:22 16:12:22 16:07:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:12:22 16:08:01 181000 1700556 90.38 2620 1123496 1080628 36.88 439952 1101784 20 16:12:22 16:09:01 178488 1703068 90.51 2620 1123500 1080908 36.89 443468 1101108 16 16:12:22 16:10:01 176220 1705336 90.63 2620 1123508 1080920 36.89 445744 1101100 8 16:12:22 16:11:01 176104 1705452 90.64 2620 1123508 1080692 36.88 449384 1097456 12 16:12:22 16:12:01 77952 1803604 95.86 2620 1199704 1116480 38.10 453908 1190872 76 16:12:22 Average: 157953 1723603 91.61 2620 1138743 1087926 37.13 446491 1118464 26 16:12:22 16:12:22 16:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:12:22 16:08:01 eth0 0.62 0.10 0.04 0.02 0.00 0.00 0.00 16:12:22 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:09:01 eth0 1.32 0.47 0.35 0.18 0.00 0.00 0.00 16:12:22 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:10:01 eth0 4.28 2.05 3.78 0.35 0.00 0.00 0.00 16:12:22 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 16:12:22 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:12:01 eth0 4.65 2.80 4.40 1.66 0.00 0.00 0.00 16:12:22 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 Average: eth0 2.19 1.10 1.71 0.44 0.00 0.00 0.00 16:12:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:22 16:12:22 16:12:22 ---> sar -P ALL: 16:12:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) 16:12:22 16:12:22 16:05:48 LINUX RESTART 16:12:22 16:12:22 16:07:01 CPU %user %nice %system %iowait %steal %idle 16:12:22 16:08:01 all 0.17 0.00 0.05 0.00 0.00 99.77 16:12:22 16:08:01 0 0.08 0.00 0.05 0.00 0.00 99.87 16:12:22 16:08:01 1 0.07 0.00 0.05 0.00 0.00 99.88 16:12:22 16:08:01 2 0.52 0.00 0.10 0.00 0.00 99.38 16:12:22 16:08:01 3 0.05 0.00 0.07 0.00 0.02 99.87 16:12:22 16:09:01 all 0.16 0.00 0.05 0.00 0.01 99.79 16:12:22 16:09:01 0 0.07 0.00 0.05 0.00 0.00 99.88 16:12:22 16:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 16:12:22 16:09:01 2 0.43 0.00 0.07 0.00 0.00 99.50 16:12:22 16:09:01 3 0.07 0.00 0.02 0.00 0.02 99.90 16:12:22 16:10:01 all 0.17 0.00 0.04 0.00 0.02 99.77 16:12:22 16:10:01 0 0.48 0.00 0.03 0.00 0.03 99.45 16:12:22 16:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 16:12:22 16:10:01 2 0.07 0.00 0.05 0.00 0.02 99.87 16:12:22 16:10:01 3 0.07 0.00 0.02 0.00 0.00 99.92 16:12:22 16:11:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:12:22 16:11:01 0 0.30 0.00 0.07 0.00 0.00 99.63 16:12:22 16:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:12:22 16:11:01 2 0.23 0.00 0.02 0.00 0.00 99.75 16:12:22 16:11:01 3 0.07 0.00 0.07 0.00 0.00 99.87 16:12:22 16:12:01 all 0.68 0.00 0.25 0.63 0.01 98.43 16:12:22 16:12:01 0 0.48 0.00 0.32 0.15 0.00 99.05 16:12:22 16:12:01 1 1.22 0.00 0.22 1.18 0.02 97.37 16:12:22 16:12:01 2 0.47 0.00 0.20 0.53 0.02 98.78 16:12:22 16:12:01 3 0.53 0.00 0.22 0.67 0.03 98.55 16:12:22 Average: all 0.27 0.00 0.08 0.13 0.01 99.51 16:12:22 Average: 0 0.28 0.00 0.10 0.03 0.01 99.58 16:12:22 Average: 1 0.29 0.00 0.08 0.24 0.01 99.39 16:12:22 Average: 2 0.34 0.00 0.09 0.11 0.01 99.46 16:12:22 Average: 3 0.16 0.00 0.08 0.13 0.01 99.62 16:12:22 16:12:22 16:12:22